Links:
- Notebook: sematic_search.ipynb
Install qdrant and fastembed:
pip install -q "qdrant-client[fastembed]>=1.14.2"Run in Docker:
docker pull qdrant/qdrant
docker run -p 6333:6333 -p 6334:6334 \
-v "$(pwd)/qdrant_storage:/qdrant/storage:z" \
qdrant/qdrantLinks:
- Starter notebook: rag-starter.ipynb
- Finished notebook: rag.ipynb
Links:
- Notebook: hybrid_search.ipynb
See here
- Notes from 2024 edition
- Cohort 2025| Vector Search using Qdrant study guide & FAQ by Nitin Gupta
- Cohort 2025| Cognee and dlt workshop study guide & FAQ by Nitin Gupta
- Did you take notes? Add them above this line (Send a PR with links to your notes)