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

Alternative vector store to ChromaDB? #44

Open
metazool opened this issue Nov 5, 2024 · 1 comment
Open

Alternative vector store to ChromaDB? #44

metazool opened this issue Nov 5, 2024 · 1 comment

Comments

@metazool
Copy link
Collaborator

metazool commented Nov 5, 2024

Been wondering about alternative vector stores - we picked Chroma because it looked very simple API-wise, sqlite-based and there were lots of examples for integrating it with LangChain in the LLM evaluation projects.

Postgres has a vector store. I saw a sqlite extension in the datasette ecology that might fit here. If we want to make more use of it (e.g. if we extend the (Luigi) pipeline to extract image embeddings and use them for classification, we might as well store them for reuse). Very receptive to suggestions as to what that might be

@metazool
Copy link
Collaborator Author

https://github.com/pgvector/pgvector - Postgres vectors with pgvector
https://til.simonwillison.net/sqlite/sqlite-vec - SQLite vectors with sqlite-vec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant