AI 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 for building RAG, question answering, semantic search or conversational agent chatbots.
Related Issues
from haystack.components.converters import DOCXToDocument
this fails if
python-docx
is not installedrelated to #8232 similar to #7852
Proposed Changes:
Use forward reference to
Paragraph
.If the library is not installed, we will have a clear
ImportError
at init time.How did you test it?
Manual tests, (CI)
Checklist
fix:
,feat:
,build:
,chore:
,ci:
,docs:
,style:
,refactor:
,perf:
,test:
.