File size: 443 Bytes
9d471ed
 
 
7266825
 
 
9d471ed
7266825
 
 
9d471ed
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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