chatbot_ohw_projects / requirements.txt
boryasbora's picture
Update requirements.txt
70f297d verified
raw
history blame
563 Bytes
# Core libraries
streamlit
langchain
langchain-openai
langchain-community
langchain_huggingface
llama-cpp-python
langchain_chroma
pydantic
# Natural Language Processing
transformers
sentence-transformers
# Data handling and storage
chromadb
pickle5
# Machine Learning
torch>=1.13.0
sentence-transformers>=2.2.2
# Date and time handling
python-dateutil
# API and networking
requests
# Tracing and monitoring
langchain-cli
# Note: Version numbers are not specified to get the latest compatible versions.
# You may want to specify versions for production use.