Kartikeya Agnihotri commited on
Commit
e8aa5b3
·
unverified ·
1 Parent(s): 1773118

Clean up requirements.txt by removing unused packages

Browse files

Removed several dependencies and comments from requirements.txt.

Files changed (1) hide show
  1. requirements.txt +4 -85
requirements.txt CHANGED
@@ -1,92 +1,11 @@
1
- # -------------------------------
2
- # Core LangChain stack (PINNED)
3
- # -------------------------------
4
  langchain==0.3.14
5
  langchain-core==0.3.29
6
  langchain-community==0.3.14
7
- langchain-text-splitters==0.3.4
8
-
9
- # -------------------------------
10
- # Vector Stores
11
- # -------------------------------
12
- langchain-chroma==0.1.4
13
- chromadb==0.5.23
14
- faiss-cpu==1.8.0.post1
15
-
16
- # -------------------------------
17
- # Model integrations
18
- # -------------------------------
19
- langchain-openai==0.2.14
20
  langchain-groq==0.2.1
21
- langchain-huggingface==0.1.2
22
- sentence-transformers==3.2.1
23
 
24
- # -------------------------------
25
- # Document loaders & parsers
26
- # -------------------------------
27
- pypdf==4.3.1
28
- pymupdf==1.24.10
29
- beautifulsoup4==4.12.3
30
- bs4==0.0.2
31
  arxiv==2.1.3
32
  wikipedia==1.4.0
33
-
34
- # -------------------------------
35
- # App / API / Streaming
36
- # -------------------------------
37
- streamlit==1.41.1
38
- streamlit-webrtc==0.47.1
39
- fastapi==0.115.6
40
- uvicorn==0.34.0
41
- langserve==0.3.0
42
- sse-starlette==2.1.3
43
-
44
-
45
- # Other utilities
46
- # -------------------------------
47
- python-dotenv==1.0.1
48
- ipykernel==6.29.5
49
- torch
50
- transformers
51
-
52
- # Audio Transcription
53
- sounddevice
54
- numpy
55
- faster-whisper
56
-
57
- #Agents
58
- # we also have jupiter
59
- arxiv
60
- wikipedia
61
- duckduckgo-search
62
-
63
- #for connecting to sql
64
- mysql-connector-python
65
- SQLAlchemy
66
-
67
- #Youtube text summarization
68
- validators==0.24.0
69
- youtube-transcript-api==0.6.3
70
- unstructured==0.16.16
71
- pytube==15.0.0
72
- yt-dlp==2025.1.15
73
-
74
- #agents
75
- numexpr
76
-
77
- #
78
- huggingface-hub==0.36.0
79
-
80
- # for astradb
81
- cassio
82
- datasets
83
- tiktoken
84
- PyPDF2
85
-
86
- #codellama
87
- gradio #for interacting with the ollama used to create ui like streamlit
88
-
89
-
90
-
91
-
92
-
 
1
+ streamlit==1.41.1
2
+ python-dotenv==1.0.1
3
+
4
  langchain==0.3.14
5
  langchain-core==0.3.29
6
  langchain-community==0.3.14
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  langchain-groq==0.2.1
 
 
8
 
9
+ duckduckgo-search
 
 
 
 
 
 
10
  arxiv==2.1.3
11
  wikipedia==1.4.0