SonicWarrior1 / pdfchat

Local PDF Chat Application with Mistral 7B LLM, Langchain, Ollama, and Streamlit
MIT License
107 stars 37 forks source link

Need to update support for latest version of ChromaDB #8

Closed arbourp closed 5 months ago

arbourp commented 6 months ago

When you use the latest version of chromadb the signatures for the embedding functions are changed. https://docs.trychroma.com/migration#migration-to-0416---november-7-2023

I have rolled back the installed version of chromadb to 0.4.0 and it works

SonicWarrior1 commented 5 months ago

I have updated all the dependencies and all things are working correctly now.