reportwiz / environment.yml
carvalhomb's picture
Deploying ReportWiz version 0.4
7caef44
raw
history blame contribute delete
489 Bytes
name: reportwiz
channels:
- conda-forge
dependencies:
- python=3.9
- pip
- pip:
- python-dotenv==1.0.1
- chainlit==1.0.400
- langchain==0.2.8
- langchain_community==0.2.7
- langchain_core==0.2.20
- langchain-openai==0.1.16
- langchain_text_splitters==0.2.2
- qdrant-client==1.10.1
- langchain-qdrant==0.1.2
- pymupdf4llm==0.0.9
- langgraph==0.1.8
- sqlalchemy==2.0.31
- sqlite-utils==3.36