Skip to content
Snippets Groups Projects
Unverified Commit 6c6f5863 authored by Jerry Liu's avatar Jerry Liu Committed by GitHub
Browse files

add hybrid search notebook to "build from scratch" tutorial (#9681)

parent 5c0e6ee7
Branches logan/docs_finish
Tags
No related merge requests found
...@@ -85,6 +85,17 @@ maxdepth: 1 ...@@ -85,6 +85,17 @@ maxdepth: 1
These tutorials will show you how to build advanced functionality beyond the basic RAG pipeline. Especially helpful for advanced users with custom workflows / production needs. These tutorials will show you how to build advanced functionality beyond the basic RAG pipeline. Especially helpful for advanced users with custom workflows / production needs.
### Building Hybrid Search from Scratch
Hybrid search is an advanced retrieval feature supported by many vector databases. It allows you to combine **dense** retrieval with **sparse** retrieval with matching keywords.
```{toctree}
---
maxdepth: 1
---
Building Hybrid Search from Scratch </examples/vector_stores/qdrant_hybrid.ipynb>
```
### Building a Router from Scratch ### Building a Router from Scratch
Beyond the standard RAG pipeline, this takes you one step towards automated decision making with LLMs by showing you how to build a router module from scratch. Beyond the standard RAG pipeline, this takes you one step towards automated decision making with LLMs by showing you how to build a router module from scratch.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment