dawid-lorek commited on
Commit
f193e90
·
verified ·
1 Parent(s): 303ef42

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -7
requirements.txt CHANGED
@@ -1,20 +1,22 @@
1
- # LangChain core
2
  langchain>=0.1.14
3
  langchain-community>=0.0.29
4
  langchain-experimental>=0.0.3
 
5
 
6
  # LLM (OpenAI GPT-4o)
7
  openai>=1.25.0
8
 
9
- # Web + YouTube tools
10
  duckduckgo-search>=1.0.0
11
- youtube-transcript-api>=0.6.1 # opcjonalnie
 
12
  google-api-python-client>=2.100.0
13
 
14
- # Audio transcription (Whisper)
15
  openai-whisper>=20230314
16
 
17
- # Excel and file parsing
18
  openpyxl>=3.1.2
19
  pandas>=2.1.0
20
 
@@ -22,10 +24,10 @@ pandas>=2.1.0
22
  fastapi>=0.111.0
23
  uvicorn[standard]>=0.29.0
24
 
25
- # Utils
26
  python-dotenv>=1.0.1
27
  aiofiles>=23.2.1
28
 
29
- # Optional for chess/image processing
30
  python-chess>=1.999
31
  pillow>=10.3.0
 
1
+ # LangChain ecosystem
2
  langchain>=0.1.14
3
  langchain-community>=0.0.29
4
  langchain-experimental>=0.0.3
5
+ langchain-openai>=0.1.7
6
 
7
  # LLM (OpenAI GPT-4o)
8
  openai>=1.25.0
9
 
10
+ # Tools
11
  duckduckgo-search>=1.0.0
12
+ wikipedia
13
+ youtube-transcript-api>=0.6.1
14
  google-api-python-client>=2.100.0
15
 
16
+ # Audio transcription
17
  openai-whisper>=20230314
18
 
19
+ # File parsing
20
  openpyxl>=3.1.2
21
  pandas>=2.1.0
22
 
 
24
  fastapi>=0.111.0
25
  uvicorn[standard]>=0.29.0
26
 
27
+ # Utilities
28
  python-dotenv>=1.0.1
29
  aiofiles>=23.2.1
30
 
31
+ # Optional
32
  python-chess>=1.999
33
  pillow>=10.3.0