SanjeevB1 commited on
Commit
f60e968
·
verified ·
1 Parent(s): a0629c4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -11
requirements.txt CHANGED
@@ -1,22 +1,12 @@
1
- # Core packages
2
  openai
3
  chromadb
4
  faiss-cpu
5
  pypdf
6
- PyMuPDF
7
  gradio
8
  tiktoken
9
-
10
- # LangChain and related community libraries
11
  langchain
12
  langchain-community
13
  langchain_openai
14
-
15
- # Utilities and system-related packages
16
  gdown
17
 
18
- # Logging and environment
19
- logging
20
-
21
- # Other useful packages
22
- requests # Required for gdown
 
 
1
  openai
2
  chromadb
3
  faiss-cpu
4
  pypdf
5
+ pymupdf
6
  gradio
7
  tiktoken
 
 
8
  langchain
9
  langchain-community
10
  langchain_openai
 
 
11
  gdown
12