Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ This repo contains a collection of tutorials, demos, and how-to guides on how to
| [Collaborative Filtering and MovieLens](./sparse-vectors-movies-reco) | A notebook demonstrating how to build a collaborative filtering system using Qdrant | Sparse Vectors, Qdrant |
| [Use semantic search to navigate your codebase](./code-search/) | Implement semantic search application for code search task | Qdrant, Python, sentence-transformers, Jina |

| [Incremental Embedding Updates](./temporal-data-drift) | Sync embeddings with changing raw text data | Qdrant Cloud Inference, Python |
| [Incremental Embedding Updates](./temporal-data-drift) | Sync embeddings with changing text: a simple pipeline (Part 1) and a bucket-digest version that scales with change (Part 2) | Qdrant Cloud Inference, Python |
Loading