boardgame-rag-qa / environment.yml
Apug98's picture
Upload 3 files
a4ed3af verified
Raw
History Blame Contribute Delete
676 Bytes
name: rag-env
channels:
- conda-forge
- defaults
dependencies:
- python=3.12.13
- pip=26.1.2
- pandas=3.0.3
- numpy=2.5.0
- scikit-learn=1.9.0
- matplotlib=3.11.0
- tqdm=4.68.3
- jupyterlab=4.6.1
- pip:
- langchain==1.3.11
- langchain-core==1.5.2
- langchain-community==0.3.31
- langchain-text-splitters==1.1.2
- langchain-chroma==1.1.0
- langchain-huggingface==1.2.2
- sentence-transformers==5.6.0
- transformers==5.13.0
- accelerate==1.14.0
- torch==2.12.1
- chromadb==1.5.9
- faiss-cpu==1.14.3
- pypdf==6.14.2
- markdown==3.10.2
- huggingface-hub==1.26.0