Skip to content

Commit b73d6ac

Browse files
authored
Update valyu.md (#432)
* Update valyu.md * Update valyu integration page
1 parent 4595af7 commit b73d6ac

2 files changed

Lines changed: 9 additions & 17 deletions

File tree

integrations/valyu.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ authors:
66
- name: Valyu
77
socials:
88
github: valyu-network
9+
twitter: valyuofficial
10+
linkedin: https://www.linkedin.com/company/valyu-ai/
911
pypi: https://pypi.org/project/valyu-search-haystack
10-
repo: https://github.com/valyu-network/valyu-search-haystack
12+
repo: https://github.com/valyuAI/valyu-search-haystack
1113
type: Search & Extraction
12-
report_issue: https://github.com/valyu-network/valyu-search-haystack/issues
14+
logo: /logos/valyu.png
15+
report_issue: https://github.com/valyuAI/valyu-search-haystack/issues
1316
version: Haystack 2.0
1417
toc: true
1518
---
@@ -19,19 +22,10 @@ toc: true
1922
- [Overview](#overview)
2023
- [Installation](#installation)
2124
- [Usage](#usage)
22-
- [ValyuSearch](#valyusearch)
23-
- [ValyuContentFetcher](#valyucontentfetcher)
24-
- [Pipeline Examples](#pipeline-examples)
25-
- [Advanced Configuration](#advanced-configuration)
26-
- [API Integration Details](#api-integration-details)
27-
- [Authentication](#authentication)
28-
- [License](#license)
25+
- [License](#license)
2926

3027
## Overview
3128

32-
[![PyPI - Version](https://img.shields.io/pypi/v/valyu-search-haystack.svg)](https://pypi.org/project/valyu-search-haystack)
33-
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/valyu-search-haystack.svg)](https://pypi.org/project/valyu-search-haystack)
34-
3529
Haystack components for integrating [Valyu](https://docs.valyu.ai/overview)'s powerful search and content extraction APIs into your Haystack pipelines.
3630

3731
This package provides two main components:
@@ -45,8 +39,6 @@ This package provides two main components:
4539
- Full content included in search results
4640
- AI-powered content extraction and summarization
4741

48-
---
49-
5042
## Installation
5143

5244
Use `pip` to install Valyu Search for Haystack:
@@ -276,15 +268,15 @@ result = fetcher.run(urls=["https://example.com/article"])
276268
# Extracted structured data will be in document metadata
277269
```
278270

279-
## API Integration Details
271+
### API Integration Details
280272

281-
### Authentication
273+
**Authentication**
282274

283275
Both components use Haystack's `Secret` class for secure API key management:
284276

285277
- Header: `x-api-key: your-api-key`
286278
- Environment variable: `VALYU_API_KEY`
287279

288-
### License
280+
## License
289281

290282
`valyu-search-haystack` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.

logos/valyu.png

8.12 KB
Loading

0 commit comments

Comments
 (0)