-
Notifications
You must be signed in to change notification settings - Fork 17.3k
Community: Valyu Integration docs #30926
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
" search_type=\"all\",\n", | ||
" max_num_results=5,\n", | ||
" similarity_threshold=0.4,\n", | ||
" query_rewrite=False,\n", | ||
" max_price=20.0,\n", |
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.
do you generally intend for a LLM to populate these parameters?
"source": [ | ||
"## Context Search Tool\n", | ||
"\n", | ||
"You can use the `ValyuSearchTool` for advanced search queries." |
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.
Recommend linking out to the detailed guides from this landing page, e.g.,
See [here](/docs/integrations/tools/valyu_context) for detail.
PR title:
docs: add Valyu integration documentation
Description:
This PR adds documentation and example notebooks for the Valyu integration, including retriever and tool usage.
Issue:
N/A
Dependencies:
No new dependencies.