prrao87 / db-hub-fastapi

Async bulk data ingestion and querying in various document, graph and vector databases via their Python clients
MIT License
33 stars 3 forks source link

Qdrant: A vector database built on Rust #17

Closed prrao87 closed 1 year ago

prrao87 commented 1 year ago

Goals

The aim is to bulk index both the data and associated vectors (sentence embeddings) using sentence-transformers into Qdrant, a vector database so that we can perform similarity search on phrases.