Skip to content

[FAQ Bot] NEW: Why do we use (doc['filename'], doc['start']) as the key when combinin - #386

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
faq-bot/issue-385
Open

[FAQ Bot] NEW: Why do we use (doc['filename'], doc['start']) as the key when combinin#386
github-actions[bot] wants to merge 1 commit into
mainfrom
faq-bot/issue-385

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

✨ FAQ NEW

Course: llm-zoomcamp
Section: module-6 (This is a hybrid-search/RRF implementation detail, which fits Module 6’s “Hybrid search” scope rather than Module 1 RAG setup or Module 2 vector-search basics.)
Related Issue: #385

Question

Why do we use (doc['filename'], doc['start']) as the key when combining hybrid search results with RRF in the LLM Zoomcamp implementation?

Decision Rationale

The proposed question about RRF chunk identity using (doc['filename'], doc['start']) is not present in the existing similar FAQs. Creating a new FAQ will address a specific hybrid-search implementation detail.

Placement Details

  • Section ID: module-6
  • Sort Order: End of section
  • Filename Slug: rrf-hybrid-search-chunk-key-filename-start

🤖 Generated by FAQ Bot

Closes #385

@github-actions github-actions Bot mentioned this pull request Sep 7, 2026
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Retrieval]

1 participant