- 
                Notifications
    You must be signed in to change notification settings 
- Fork 106
[FEAT] Added valyu integration #359
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
base: main
Are you sure you want to change the base?
Conversation
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.
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") | 
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.
gpt-3.5-turbo is deprecated
| 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 | 
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.
| 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: | 
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.
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. | 
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.
| 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. | 
Adding Valyu integration docs for the valyu-search-haystack integration that allows agents to: