Update qdrant-fundamentals.md

This commit is contained in:
Andrey Vasnetsov
2024-04-11 16:26:19 +02:00
committed by GitHub
parent 766a334aa0
commit e61571ec3f
@@ -35,10 +35,12 @@ What Qdrant can do:
- Search with full-text filters
- Apply full-text filters to the vector search (i.e., perform vector search among the records with specific words or phrases)
- Do prefix search and semantic [search-as-you-type](../../../articles/search-as-you-type/)
- Sparse vectors, as used in [SPLADE](https://github.com/naver/splade) or similar models
What Qdrant plans to introduce in the future:
- Support for sparse vectors, as used in [SPLADE](https://github.com/naver/splade) or similar models
- ColBERT and other late-interruction models
- Fusion of the multiple searches
What Qdrant doesn't plan to support: