Add weaviate, pgvector, milvus vector store details#243
Add weaviate, pgvector, milvus vector store details#243NipunaRanasinghe merged 4 commits intoballerina-platform:mainfrom
Conversation
|
@Nuvindu Get the latest changes from main. The fix for the build failure is available now |
|
@Nuvindu shall we mark this as draft until we release the vector stores |
There was a problem hiding this comment.
Pull Request Overview
This PR adds support for three new vector store implementations (Weaviate, Milvus, and Pgvector) to the flow model generator configuration. Each vector store is configured with appropriate metadata descriptions highlighting their search capabilities and corresponding Ballerina import statements.
- Adds Weaviate vector store with dense and hybrid search support
- Adds Milvus vector store with dense and hybrid search support
- Adds Pgvector vector store with dense, sparse, and hybrid search support
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
@Nuvindu please tag the relevant issue created for this in the PR description |
|
@MohamedSabthar @Nuvindu are we good to merge this PR? have we released the vector stores as per #243 (comment)? |
|
The changes should go to the |
Purpose