Skip to content

Commit

Permalink
chore: add Qdrant reference
Browse files Browse the repository at this point in the history
  • Loading branch information
umbertogriffo committed Jan 9, 2024
1 parent 89f2056 commit 60eca23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ streamlit run chatbot/rag_chatbot_app.py -- --model openchat --k 2 --synthesis-s
* This is a `sentence-transformers` model: It maps sentences & paragraphs to a 384 dimensional dense vector space and can be used for tasks like clustering or semantic search.
* Vector Databases:
* [Chroma](https://www.trychroma.com/)
* [Food Discovery with Qdrant](https://qdrant.tech/articles/new-recommendation-api/#)
* Indexing algorithms:
* There are many algorithms for building indexes to optimize vector search. Most vector databases implement `Hierarchical Navigable Small World (HNSW)` and/or `Inverted File Index (IVF)`. Here are some great articles explaining them, and the trade-off between `speed`, `memory` and `quality`:
* [Nearest Neighbor Indexes for Similarity Search](https://www.pinecone.io/learn/series/faiss/vector-indexes/)
Expand Down

0 comments on commit 60eca23

Please sign in to comment.