spring-projects / spring-ai

An Application Framework for AI Engineering
https://docs.spring.io/spring-ai/reference/index.html
Apache License 2.0
3.32k stars 849 forks source link

milvus vectorstore SearchRequest Cannot specify database #1775

Open sqyww opened 2 days ago

sqyww commented 2 days ago

image

ilayaperumalg commented 2 days ago

Hi @sqyww , The properties such as databaseName can be configured via VectorStore properties. Please refer to this documentation for more details.

sqyww commented 2 days ago

Quote reply

I know this, what I mean is connecting different databases and querying multiple databases. I only found that when creating a collection, the database name can be specified, but when searching, it cannot be specified

sqyww commented 2 days ago

I have a rough idea. To connect to multiple databases, it is necessary to initialize multiple vectorstores.I'm not sure if this is the case.