Skip to content

Commit 310b9cd

Browse files
authored
Merge pull request #255 from maylad31/main
Improving Postgres keyword search to avoid zero results(PgvectorKeywordRetriever)
2 parents d28802d + 4b8f4e9 commit 310b9cd

File tree

2 files changed

+411
-0
lines changed

2 files changed

+411
-0
lines changed

index.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,3 +347,10 @@ title = "Agent-Powered Retrieval with Haystack"
347347
notebook = "agent_powered_retrieval.ipynb"
348348
topics = ["Agents", "Advanced Retrieval", "Metadata"]
349349
new = true
350+
351+
352+
[[cookbook]]
353+
title = "Improving PostgreSQL Keyword Search to Avoid Empty Results"
354+
notebook = "improving_pgvector_keyword_search.ipynb"
355+
topics = ["Advanced Retrieval", "Customization"]
356+
new = true

0 commit comments

Comments
 (0)