-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
33 lines (32 loc) · 750 Bytes
/
requirements.txt
File metadata and controls
33 lines (32 loc) · 750 Bytes
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
# requirements.txt
opensearch-py==2.4.0
langchain==0.2.16
langchain-google-genai==1.0.10
google-generativeai==0.7.2
google-genai # Newer Gemini SDK with better model support
pypdf==3.17.0
PyMuPDF==1.23.8
sentence-transformers==2.7.0
youtube-transcript-api==0.6.1
pytube==15.0.0
pydub==0.25.1
arxiv==2.0.0
scholarly==1.7.11
feedparser==6.0.10
chromadb==0.4.20
gradio==4.8.0
python-dotenv==1.0.0
pandas==2.1.3
numpy>=1.25.2,<2.0
tqdm==4.66.1
requests==2.31.0
beautifulsoup4==4.12.2
whisper==1.1.10
yt-dlp==2024.3.10 # Alternative to pytube for YouTube data extraction
fastapi==0.109.0
uvicorn[standard]==0.27.0 # ASGI server for FastAPI
# Documentation
mkdocs==1.5.3
mkdocs-material==9.5.3
mkdocs-material-extensions==1.3.1
pymdown-extensions==10.7