haystack
https://github.com/deepset-ai/haystack
Python
:mag: LLM orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported3 Subscribers
Add a CodeTriage badge to haystack
Help out
- Issues
- Add Tool Search Tool
- from haystack_integrations.components.preprocessors.hanlp import ChineseDocumentSplitter
- Add `run_async` for all Websearch Pipeline components
- wip: explore more flexible connections in Pipeline
- Add docs for new auto joiner behavior of Pipelines
- Consider adding a de-duplication step to our rankers
- Add new FileContent to ChatMessage to support file inputs to LLM providers
- feat: add `delete_all_documents` tests to `DeleteDocumentsTest` mixin
- Remove deprecated `PredefinedPipeline` templates and `PipelineTemplate` after Haystack 2.24
- More robust `default_from_dict`, `default_to_dict` that handle Secrets, StreamingCallbackT, Tool, Toolset automatically
- Docs
- Python not yet supported