File size: 676 Bytes
a4ed3af | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | 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 |