Skip to content

Commit 71638be

Browse files
Temporarily remove links (#2159)
1 parent 3788374 commit 71638be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qdrant-landing/content/documentation/concepts/search-relevance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ To leverage the feedback in search across the entire collection, Qdrant provides
191191

192192
{{< code-snippet path="/documentation/headless/snippets/query-points-explore/relevance-feedback-naive/" >}}
193193

194-
Internally, Qdrant combines the feedback list into pairs, based on the relevance scores, and then uses these pairs in a formula that modifies vector space traversal during retrieval (changes the strategy of retrieval). This relevance feedback-based retrieval considers not only the similarity of candidates to the query but also to each feedback pair. For a more detailed description of how it works, refer to the article [Relevance Feedback in Qdrant](/articles/relevance-feedback).
194+
Internally, Qdrant combines the feedback list into pairs, based on the relevance scores, and then uses these pairs in a formula that modifies vector space traversal during retrieval (changes the strategy of retrieval). This relevance feedback-based retrieval considers not only the similarity of candidates to the query but also to each feedback pair.
195195

196-
The `a`, `b`, and `c` parameters of the [`naive` strategy](#naive-strategy) need to be customized for each triplet of retriever, feedback model, and collection. To get these 3 weights adapted to your setup, use [our open source Python package](https://github.com/qdrant/relevance-feedback).
196+
The `a`, `b`, and `c` parameters of the [`naive` strategy](#naive-strategy) need to be customized for each triplet of retriever, feedback model, and collection. We'll soon publish a Python framework that you can use to adapt these 3 weights to your setup.
197197

198198
<aside role="alert">When using point IDs for <code>target</code> or <code>example</code>, these points are excluded from the search results. To include them, convert them to raw vectors first and use the raw vectors in the query.</aside>
199199

0 commit comments

Comments
 (0)