Skip to content

Conversation

@yuluo-yx
Copy link
Member

AS TITLE

@guanxuc
Copy link
Contributor

guanxuc commented Nov 23, 2025

LGTM, GREATE!


<description>AnalyticDB vector store implementation for Spring AI Alibaba</description>
<url>https://github.com/alibaba/spring-ai-alibaba</url>
<artifactId>spring-ai-alibaba-analyticdb-store</artifactId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think change of artifactId from spring-ai-alibaba-starter-store-analyticdb to spring-ai-alibaba-analyticdb-store is unnecessary.

It brings only little benefit compared to the extra burdens for users who want to upgrade.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yep, you are right.

There are two reasons for updating the artifact name:

  1. To align with Spring AI, the DashScope Vector Store has tightly coupled the specific implementation with the Starter, and I think they need to be separated. We can move the vector store to the spring-boot-starter directory, which should allow for a seamless migration without user perception;
  2. To standardize the directory structure, as the current project structure appears a bit chaotic.

For the first one, I think we can complete this before officially releasing version 1.1.0.0. This is a good opportunity to organize the directory structure. and i believe this is the final version of the directory structure. 🤔

It’s also acceptable to maintain the status quo, as this minimizes the migration cost for users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants