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

Store embeddings in Qdrant or SQLite-vss #104

Open
brainless opened this issue May 4, 2024 · 1 comment
Open

Store embeddings in Qdrant or SQLite-vss #104

brainless opened this issue May 4, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request rust Pull requests that update Rust code

Comments

@brainless
Copy link
Owner

As a user I would like to store embedding into a vector databases.

Engineering notes

We can use Qdrant and SQLite-vss as options. SQLite-vss would make immediate sense since we use SQLite for our internal storage. Qdrant can be used if there are additional benefits or can be postponed to a later stage as and when we need.

@brainless brainless self-assigned this May 4, 2024
@brainless brainless added enhancement New feature or request rust Pull requests that update Rust code labels May 4, 2024
@brainless brainless changed the title Qdrant and SQLite-vss as vector databases Store embeddings in Qdrant or SQLite-vss May 6, 2024
@brainless
Copy link
Owner Author

Finally decided to use Qdrant since SQLite-vss seems to be under a re-write.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rust Pull requests that update Rust code
Projects
Status: In progress
Development

No branches or pull requests

1 participant