Ilyas KHIAT commited on
Commit
5e3ca63
·
1 Parent(s): 3f726bf
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,31 +1,29 @@
1
  streamlit==1.37.0
 
2
  tiktoken
3
  pydub
4
  numpy
5
  scipy
6
  textstat
7
- pymupdf==1.24.8
8
- openai==1.45.0
9
  nltk
10
  rake_nltk
11
  python-docx
12
  pillow
13
  pandas
14
- langchain==0.3.0
15
  langchain-core
16
  langchainhub
17
- langchain-openai==0.2.0
18
  langchain-mistralai
19
  faiss-cpu
20
  langchain-community
21
  python-dotenv
22
- pydantic==2.9.2
23
  langchain-experimental
24
- neo4j==5.24.0
25
  streamlit-agraph
26
  st-copy-to-clipboard
27
  clipboard
28
- pyperclip
29
- itext2kg==0.0.7
30
- httpx==0.27.2
31
 
 
1
  streamlit==1.37.0
2
+ pyperclip
3
  tiktoken
4
  pydub
5
  numpy
6
  scipy
7
  textstat
8
+ pymupdf
9
+ openai
10
  nltk
11
  rake_nltk
12
  python-docx
13
  pillow
14
  pandas
15
+ langchain
16
  langchain-core
17
  langchainhub
18
+ langchain-openai
19
  langchain-mistralai
20
  faiss-cpu
21
  langchain-community
22
  python-dotenv
 
23
  langchain-experimental
24
+ neo4j
25
  streamlit-agraph
26
  st-copy-to-clipboard
27
  clipboard
28
+ httpx==0.27.0
 
 
29