Abraxas-365 / Abraxas-365/langchain-rust

normalize vector store methods

Open
#139 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.