You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Freeze these project as they tend to break stuff with update
langchain==0.0.274 # there's a release every day, I don't have time for thsi
chromadb==0.3.29 # Version 0.4 remove stuff used by this project
llama-cpp-python==0.1.78 # version 0.1.79 only support GGUF, waiting a bit to let the paint dry for this new format
# LLM related
sentence-transformers
huggingface_hub
transformers
# Parsing documents
unstructured # plain text files, HTML, XML, JSON and Emails. Unstructured support also other documents if you install the right dependencies https://pypi.org/project/unstructured/