Skip to content

docs: fix retrieval description to reflect BM25 keyword-based search - #718

Open
mahimathacker wants to merge 1 commit into
huggingface:mainfrom
mahimathacker:docs/clarify-retrieval-agents-bm25-memory
Open

docs: fix retrieval description to reflect BM25 keyword-based search#718
mahimathacker wants to merge 1 commit into
huggingface:mainfrom
mahimathacker:docs/clarify-retrieval-agents-bm25-memory

Conversation

@mahimathacker

Copy link
Copy Markdown

Summary

This PR updates the PartyPlanningRetrieverTool description in the Retrieval Agents lesson to match the actual retriever used in the code.

The example uses BM25Retriever, which is keyword-based retrieval, not semantic/vector search.

Change

Updated the tool description from “semantic search” to “BM25 keyword-based retrieval.”

Why

This avoids confusion for learners between BM25 keyword retrieval and embedding-based semantic search.

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.

1 participant