qdrant / qdrant-haystack

An integration of Qdrant ANN vector database backend with Haystack
Apache License 2.0
43 stars 12 forks source link

dependency conflict tiktoken #34

Closed hollandmdwx closed 11 months ago

hollandmdwx commented 1 year ago

Hello, I ran into a dependency conflict with haytsack and qdrant-haystack. According to the dependecies list in pyproject.toml "tiktoken<=0.4.0" is required while haystack requires "tiktoken>=0.5.1".

Is the version mandatory or is it possible to customize it?

kacperlukawski commented 1 year ago

Hi @hollandmdwx , thanks for bringing this up! Haystack had an issue with tiktoken 0.4.1, so we also restricted it. Btw, the new version qdrant-haystack==1.0.11 has been just released and it sets the allowed version to 0.5.1