deepset-ai / haystack

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.
https://haystack.deepset.ai
Apache License 2.0
17.72k stars 1.92k forks source link

chore: 1.x - nltk upgrade, use `nltk.download('punkt_tab')` #8254

Closed vblagoje closed 2 months ago

vblagoje commented 2 months ago
vblagoje commented 2 months ago

@julian-risch this one should go on 1.x branch in addition to 1.26.x - is that correct? @anakin87 CI is not being run because base is not 1.x?

anakin87 commented 2 months ago

1.x branch is dead, I think IDK why tests are not running

vblagoje commented 2 months ago

@silvanocerza do you have a suggestion what to do here? More precisely:

vblagoje commented 2 months ago

I got my answer with https://github.com/deepset-ai/haystack/pull/8255 thanks all

vblagoje commented 2 months ago

Closing in favour of https://github.com/deepset-ai/haystack/pull/8256