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 supported5 Subscribers
Add a CodeTriage badge to haystack
Help out
- Issues
- fix: stop `LinkContentFetcher` fallback from inserting a `text/plain` handler
- Support split_by="token" in HierarchicalDocumentSplitter
- feat: support split_by="token" in HierarchicalDocumentSplitter
- `page_number` in `RecursiveDocumentSplitter` points to the page the chunk ends on
- Agent: `exit_reason` names a tool whose result is not `last_message` when tool calls run in parallel
- fix: count page breaks in overlapping regions once in RecursiveDocumentSplitter
- test: make test_link_content_fetcher_multiple_html_streams more robust
- test: enable mypy typing checks for the whole test folder
- fix: treat None group values as missing in MetaFieldGroupingRanker
- fix: render every content part of ChatPromptBuilder message templates
- Docs
- Python not yet supported