Open
Conversation
bilgeyucel
reviewed
Oct 27, 2025
Contributor
There was a problem hiding this comment.
Thanks for the PR @alexngys and the integration! I left some comments.
Can you also add a logo to display on the website? You need to add it to the /logos folder and refer to it from this MD file.
| ] | ||
|
|
||
| prompt_builder = ChatPromptBuilder(template=prompt_template, required_variables={"query", "documents"}) | ||
| llm = OpenAIChatGenerator(api_key=Secret.from_env_var("OPENAI_API_KEY"), model="gpt-3.5-turbo") |
Contributor
There was a problem hiding this comment.
gpt-3.5-turbo is deprecated
Suggested change
| llm = OpenAIChatGenerator(api_key=Secret.from_env_var("OPENAI_API_KEY"), model="gpt-3.5-turbo") | |
| llm = OpenAIChatGenerator(api_key=Secret.from_env_var("OPENAI_API_KEY"), model="gpt-4o-mini") |
| github: valyu-network | ||
| pypi: https://pypi.org/project/valyu-search-haystack | ||
| repo: https://github.com/valyu-network/valyu-search-haystack | ||
| type: Search & Content Extraction |
Contributor
There was a problem hiding this comment.
Suggested change
| type: Search & Content Extraction | |
| type: Search & Extraction |
| description: Search and content extraction components using Valyu's API for web and proprietary sources | ||
| authors: | ||
| - name: Valyu | ||
| socials: |
Contributor
There was a problem hiding this comment.
Feel free to provide twitter and linkedin accounts
| [](https://pypi.org/project/valyu-search-haystack) | ||
| [](https://pypi.org/project/valyu-search-haystack) | ||
|
|
||
| Haystack components for integrating Valyu's powerful search and content extraction APIs into your Haystack pipelines. |
Contributor
There was a problem hiding this comment.
Suggested change
| Haystack components for integrating Valyu's powerful search and content extraction APIs into your Haystack pipelines. | |
| Haystack components for integrating [Valyu](https://docs.valyu.ai/overview)'s powerful search and content extraction APIs into your Haystack pipelines. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding Valyu integration docs for the valyu-search-haystack integration that allows agents to: