Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

normalize vector store methods #139

Open
prabirshrestha opened this issue May 1, 2024 · 1 comment
Open

normalize vector store methods #139

prabirshrestha opened this issue May 1, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@prabirshrestha
Copy link
Collaborator

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.

@prabirshrestha prabirshrestha added enhancement New feature or request good first issue Good for newcomers labels May 1, 2024
@evgenyigumnov
Copy link

Delete/Update document by ID requered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants