Timo Moeller
Timo Moeller
For now we have individual scrapers for each site. Adding more sites is a very manual and slow process and existing scrapers fail when the site changes slightly. See individual...
### Related Issues - fixes #3068 - A related PR adjusting the temperatur param as well: https://github.com/deepset-ai/haystack/pull/3073 ### Proposed Changes: 1. Added a rate limit since otherwise the API will...
**Is your feature request related to a problem? Please describe.** OpenAI has some rate limits on their API access: - 20 requests per minute for free access - 60 rpm...
Hey, great collection of resources! We would like to add our open source dataset for German Question Answering and IR.
**Describe the bug** When running pipeline.eval_batch with a GenerativeQAPipeline the isolated node eval options seems to be ignored. **Additional context** 1. When running the same pipeline without batching it adds...
## Ready made pipelines Similar to https://github.com/deepset-ai/haystack/blob/main/haystack/pipelines/standard_pipelines.py we want to have predefined pipelines in haystack 2.0. We start with: ### RAG pipeline We want a simple RAG pipeline. That means...
We want to showcase async RAG pipelines in 2.0. There is already async 2.0 code in: https://github.com/deepset-ai/haystack/commit/48534693a45072041309c3f9e3b572ef09f2ac9e
We have Tutorial 5 on Evaluation, working with QA and passage search eval. The pipeline.eval is structured to work with other nodes as well, but it would be good to...