dawid-lorek commited on
Commit
b473488
·
verified ·
1 Parent(s): f21f66c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -10
requirements.txt CHANGED
@@ -1,26 +1,17 @@
1
- # LangChain core + tools
2
  langchain>=0.1.14
3
  langchain-community>=0.0.29
4
  langchain-experimental>=0.0.3
5
 
6
- # LlamaIndex core
7
  llama-index>=0.10.39
8
  llama-index-core>=0.10.39
9
 
10
- # OpenAI LLM
11
  openai>=1.25.0
12
 
13
- # Tools
14
  openai-whisper>=20230314
15
  openpyxl>=3.1.2
16
 
17
- # File & web
18
  pandas>=2.1.0
19
  requests>=2.31.0
20
- aiofiles>=23.2.1
21
-
22
- # UI
23
  gradio>=4.26.0
24
-
25
- # Optional for MP3/YouTube in local
26
  ffmpeg-python>=0.2.0
 
 
1
  langchain>=0.1.14
2
  langchain-community>=0.0.29
3
  langchain-experimental>=0.0.3
4
 
 
5
  llama-index>=0.10.39
6
  llama-index-core>=0.10.39
7
 
 
8
  openai>=1.25.0
9
 
 
10
  openai-whisper>=20230314
11
  openpyxl>=3.1.2
12
 
 
13
  pandas>=2.1.0
14
  requests>=2.31.0
 
 
 
15
  gradio>=4.26.0
16
+ aiofiles>=23.2.1
 
17
  ffmpeg-python>=0.2.0