mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 14:38:30 +02:00
Refine Learn navigation, guide presentation, and authoring
This commit is contained in:
@@ -38,7 +38,7 @@ Reliable agentic workflows require a clear plan executed with precise tools. A v
|
||||
|
||||
* [**Real-time memory layer:**](https://qdrant.tech/blog/case-study-fieldy/) fast access to prior steps, actions, and knowledge
|
||||
* [**Multimodal support**](https://qdrant.tech/blog/case-study-mixpeek/): text, image, videos, audio, and code
|
||||
* [**Hybrid search**](https://qdrant.tech/articles/hybrid-search/)**:** combining dense \+ sparse vectors
|
||||
* [**Hybrid search**](https://qdrant.tech/documentation/search-tuning/hybrid-search/)**:** combining dense \+ sparse vectors
|
||||
* [**Advanced filtering**](https://qdrant.tech/documentation/search/filtering/)**:** semantic \+ metadata \+ keyword constraints
|
||||
* [**Millisecond vector retrieval**](https://qdrant.tech/articles/vector-search-production/)**:** Fast retrieval at \>billion vector scale
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ from langchain_community.embeddings import FastEmbedEmbeddings
|
||||
from langchain_qdrant import FastEmbedSparse, QdrantVectorStore, RetrievalMode
|
||||
|
||||
# We'll set up Qdrant to retrieve documents using Hybrid search.
|
||||
# Learn more at https://qdrant.tech/articles/hybrid-search/
|
||||
# Learn more at https://qdrant.tech/documentation/search-tuning/hybrid-search/
|
||||
retriever = QdrantVectorStore.from_texts(
|
||||
url="http://localhost:6333/",
|
||||
collection_name="langgraph-collection",
|
||||
|
||||
@@ -4,6 +4,9 @@ short_description: Plan multitenancy, bulk uploads, and memory placement as your
|
||||
description: Plan multitenancy, bulk uploads, and memory placement as your Qdrant application and vector collection grow.
|
||||
partition: learn
|
||||
learning_kind: guides
|
||||
cascade:
|
||||
partition: learn
|
||||
learning_kind: guides
|
||||
layout: guides
|
||||
weight: 150
|
||||
hideTOC: true
|
||||
|
||||
@@ -4,6 +4,9 @@ short_description: Choose embedding models, plan query decomposition, and apply
|
||||
description: Design Qdrant search around your application by choosing embedding models, decomposing multi-hop queries, and filtering results with payload indexes.
|
||||
partition: learn
|
||||
learning_kind: guides
|
||||
cascade:
|
||||
partition: learn
|
||||
learning_kind: guides
|
||||
layout: guides
|
||||
weight: 115
|
||||
hideTOC: true
|
||||
|
||||
@@ -4,6 +4,9 @@ short_description: Measure retrieval relevance and pipeline output quality to es
|
||||
description: Evaluate Qdrant retrieval relevance and pipeline output quality with labeled queries, repeatable measurements, and checks for meaningful improvements.
|
||||
partition: learn
|
||||
learning_kind: guides
|
||||
cascade:
|
||||
partition: learn
|
||||
learning_kind: guides
|
||||
layout: guides
|
||||
weight: 100
|
||||
hideTOC: true
|
||||
|
||||
@@ -4,6 +4,9 @@ short_description: Tune candidate depth, fusion, reranking, and memory against y
|
||||
description: "Tune Qdrant retrieval with measured changes to candidate depth, hybrid fusion, reranking, and memory use. Follow the six-part series in order."
|
||||
partition: learn
|
||||
learning_kind: guides
|
||||
cascade:
|
||||
partition: learn
|
||||
learning_kind: guides
|
||||
layout: guides
|
||||
weight: 125
|
||||
hideTOC: true
|
||||
|
||||
Reference in New Issue
Block a user