Abraxas-365 / Abraxas-365/langchain-rust
normalize vector store methods
Open
enhancement
good first issue
- Dominant language
- Rust
- Stars
- 1.3k
- Forks
- 177
- PR merge metrics
- No merged PRs in 30d
Description
Currently some vector store such as `PgVector` initializes the collection when using the StoreBuilder. This can be very expensive if we initialize the StoreBuilder in every http request. Consider adding methods such as `initialize_collection()`, `remove_collection()`, `clear_collection()` in `VectorStore` trait.
Contributor guide
Assessment
This issue has not been assessed yet.