snexus / llm-search

Querying local documents, powered by LLM
MIT License
421 stars 51 forks source link

update requirements.txt legacy langchain, chroma, openai #86

Closed shuther closed 5 months ago

shuther commented 5 months ago

The project sounds great, I am just unable to test it as I would like to. I am hitting some bugs with some dependencies, and I am unable to upgrade the packages to get them fixed. There is a chroma redesign (chroma migration with openai (v1.x) redesigned). Is this project still maintained? if yes, is there a willingness to upgrade the requirements/code to support langchain>=0.10 ?

snexus commented 5 months ago

Yes, I will need to migrate it to the new versions (the changes are happening so fast). Will try to get to it during the weekend. It will require some work and testing.

What is breaking with the old dependencies? Is it the new OpenAI api?