File size: 466 Bytes
e04dd70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: brian_knows
channels:
  - conda-forge
  - defaults
dependencies:
  - python=3.11.4
  - pip
  - pip:
      - langchain>=0.1.6
      - openai==1.14.2
      - beautifulsoup4==4.12.2
      - tiktoken==0.5.1
      - chromadb>=0.4.22
      - pandas==2.1.1
      - streamlit==1.27.2
      - python-dotenv==1.0.0
      - fastapi==0.104.0
      - uvicorn==0.23.2
      - pypdf==3.16.4
      - python-multipart==0.0.6
      - matplotlib==3.8.3
      - umap-learn==0.5.5