resume-worth / requirements.in
Luis Rodrigues
Updates operational version to use LangChain
7266825
raw
history blame
No virus
443 Bytes
# to read conf and secrets
python-dotenv
# To ETL data from Kaggle
pandas
# to build LLM Apps
langchain
langchain-community
sentence-transformers
chromadb
# to build the user infertafe
gradio
# Autogenerate requirements.txt via pip-compile with Python 3.11 by the following command:
#
# pip-compile -U --output-file=requirements.txt requirements.in
# pip-compile -U --output-file=requirements.txt requirements_dev.in requirements.in