spring-projects / spring-projects/spring-ai
Allow all optional fields in Milvus vector store to be created via autoconfig
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 5
Description
Except `isInitializeSchema`, rest of the configuration properties don't seem to be set via builder.
Originally posted by @ilayaperumalg in https://github.com/spring-projects/spring-ai/pull/1885#discussion_r1877733415
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Milvus vector-store autoconfiguration and builder, comparing isInitializeSchema with the other optional configuration properties. Done means all optional fields can be supplied through the builder during autoconfiguration, with tests covering that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- database
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100