Skip to content

Conversation

@alexngys
Copy link

@alexngys alexngys commented Oct 7, 2025

Adding Valyu integration docs for the valyu-search-haystack integration that allows agents to:

  • Search over the web and proprietary sources like SEC filings, market data, patents and scientific research.
  • Extract contents of web pages from their urls

@alexngys alexngys requested a review from a team as a code owner October 7, 2025 06:24
Copy link
Contributor

@bilgeyucel bilgeyucel left a 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")
Copy link
Contributor

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

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:
Copy link
Contributor

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

[![PyPI - Version](https://img.shields.io/pypi/v/valyu-search-haystack.svg)](https://pypi.org/project/valyu-search-haystack)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/valyu-search-haystack.svg)](https://pypi.org/project/valyu-search-haystack)

Haystack components for integrating Valyu's powerful search and content extraction APIs into your Haystack pipelines.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

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.

2 participants