You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haystack components for integrating [Valyu](https://docs.valyu.ai/overview)'s powerful search and content extraction APIs into your Haystack pipelines.
36
30
37
31
This package provides two main components:
@@ -45,8 +39,6 @@ This package provides two main components:
45
39
- Full content included in search results
46
40
- AI-powered content extraction and summarization
47
41
48
-
---
49
-
50
42
## Installation
51
43
52
44
Use `pip` to install Valyu Search for Haystack:
@@ -276,15 +268,15 @@ result = fetcher.run(urls=["https://example.com/article"])
276
268
# Extracted structured data will be in document metadata
277
269
```
278
270
279
-
## API Integration Details
271
+
###API Integration Details
280
272
281
-
### Authentication
273
+
**Authentication**
282
274
283
275
Both components use Haystack's `Secret` class for secure API key management:
284
276
285
277
- Header: `x-api-key: your-api-key`
286
278
- Environment variable: `VALYU_API_KEY`
287
279
288
-
###License
280
+
## License
289
281
290
282
`valyu-search-haystack` is distributed under the terms of the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) license.
0 commit comments