-
Notifications
You must be signed in to change notification settings - Fork 2k
[DOC] Agentic Search Guide #5881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Reviewer ChecklistPlease leverage this checklist to ensure your code review is thorough before approving Testing, Bugs, Errors, Logs, Documentation
System Compatibility
Quality
|
|
Add “Agentic Search” Guide + supporting Markdoc/React components Introduces a comprehensive guide explaining agent-driven multi-step retrieval (≈450 LOC of markdown) and wires it into the docs site. To support richer guide content, several new/updated React components ( Key Changes• New guide file Affected Areas• Static documentation content This summary was automatically generated by @propel-code-bot |
docs/docs.trychroma.com/markdoc/content/guides/build/agentic-search.md
Outdated
Show resolved
Hide resolved
docs/docs.trychroma.com/components/markdoc/tabbed-use-case-code-block.tsx
Show resolved
Hide resolved
docs/docs.trychroma.com/components/markdoc/tabbed-use-case-code-block.tsx
Show resolved
Hide resolved
docs/docs.trychroma.com/markdoc/content/guides/build/agentic-search.md
Outdated
Show resolved
Hide resolved
docs/docs.trychroma.com/markdoc/content/guides/build/agentic-search.md
Outdated
Show resolved
Hide resolved
docs/docs.trychroma.com/markdoc/content/guides/build/agentic-search.md
Outdated
Show resolved
Hide resolved
|
|
||
| ## BrowseComp-Plus | ||
|
|
||
| In this guide we will build a Search Agent from scratch. Our agent will be |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Documentation]
Add a comma after "guide": "In this guide, we will build a Search Agent from scratch."
Context for Agents
[**Documentation**]
Add a comma after "guide": "In this guide, we will build a Search Agent from scratch."
File: docs/docs.trychroma.com/markdoc/content/guides/build/agentic-search.md
Line: 108| overall performance. | ||
|
|
||
| Every query in the BrowseComp-Plus dataset has | ||
| * Gold docs - that are needed to compile the final correct answer for the query. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Documentation]
Improve grammar: "Gold docs – documents needed to compile the final correct answer for the query." (remove the redundant "that are")
Context for Agents
[**Documentation**]
Improve grammar: "Gold docs – documents needed to compile the final correct answer for the query." (remove the redundant "that are")
File: docs/docs.trychroma.com/markdoc/content/guides/build/agentic-search.md
Line: 119
Adding agentic search guide