qdrant
qdrant copied to clipboard
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
### All Submissions: * [ ] Have you followed the guidelines in our Contributing document? * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for...
Another attempt to benchmark batching query. Main question: at what level should we split batch into individual function calls? There are 3 main options: - On collection level - where...
Hi everyone I was wondering if Qdrant has ability to filter payload fields by substring besides full match filter like MatchValue If not then can it store payload data in...
**Is your feature request related to a problem? Please describe.** Currently, user needs to know exact list of point IDs to perform a payload update. (API https://qdrant.github.io/qdrant/redoc/index.html#operation/update_points) But in some...
In this PR each rocksdb column contains a constant key-value pair. This is needed to avoid trivial move compaction: https://github.com/facebook/rocksdb/wiki/Compaction-Trivial-Move Trivial move compaction makes a bug when user writes data...
**Is your feature request related to a problem? Please describe.** In some scenarios the client may have an array of vectors / records ids and not the vectors themselves. A...
**Describe the solution you'd like** Make a query of vectors matrix instead of a single vector **Additional context** Prevent latency and extra networking payloads of multiple single vector queries.
Could be interesting in a future to have an Airflow Qdrant hook to be alined with airflow framework
**Is your feature request related to a problem? Please describe.** Sometimes a single object can be represented with more than one vector. Example: - Multiple photos of a single item...
### All Submissions: * [ ] Have you followed the guidelines in our Contributing document? * [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for...