Kyle McLester
Results
2
comments of
Kyle McLester
Hi @kubami , I was able to install Haystack successfully with Poetry using `poetry add git+https://github.com/deepset-ai/haystack.git#master`. This seems to have installed the full feature set that Haystack offers. My environment...
Sorry to post to a closed issue but this also works with: ```bash poetry add --editable --extras "ocr preprocessing docstore" git+"https://github.com/deepset-ai/haystack.git#main" ``` with - Python 3.10.7 - Poetry 1.3.1 -...