# to read conf and secrets python-dotenv # To ETL data from Kaggle pandas # to build LLM Apps langchain langchain-community langchain_groq sentence-transformers>=2.3.1 chromadb # to generate text transformers torch einops # to build the user infertafe gradio # to read PDF files PyMuPDF # 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