adflkajf commited on
Commit
04768be
·
1 Parent(s): 1ef8345

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +54 -0
requirements.txt CHANGED
@@ -4,3 +4,57 @@ langchain==0.0.345 # Replace with the correct version if available
4
  openai==1.3.7 # Replace with the correct version if available
5
  numpy==1.26.2
6
  tiktoken==0.5.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  openai==1.3.7 # Replace with the correct version if available
5
  numpy==1.26.2
6
  tiktoken==0.5.2
7
+ streamlit==1.29.0
8
+ PyPDF2==3.0.1
9
+ langchain==0.0.345 # Replace with the correct version if available
10
+ openai==1.3.7 # Replace with the correct version if available
11
+ numpy==1.26.2
12
+ tiktoken==0.5.2
13
+ aiohttp==3.9.1
14
+ aiosignal==1.3.1
15
+ altair==5.2.0
16
+ annotated-types==0.6.0
17
+ blinker==1.7.0
18
+ cachetools==5.3.2
19
+ click==8.1.7
20
+ dataclasses-json==0.6.3
21
+ distro==1.8.0
22
+ faiss-cpu==1.7.4
23
+ frozenlist==1.4.0
24
+ gitdb==4.0.11
25
+ GitPython==3.1.40
26
+ greenlet==3.0.1
27
+ h11==0.14.0
28
+ httpcore==1.0.2
29
+ httpx==0.25.2
30
+ jsonpatch==1.33
31
+ jsonpointer==2.4
32
+ langchain==0.0.345
33
+ langchain-core==0.0.9
34
+ langsmith==0.0.69
35
+ markdown-it-py==3.0.0
36
+ marshmallow==3.20.1
37
+ mdurl==0.1.2
38
+ multidict==6.0.4
39
+ mypy-extensions==1.0.0
40
+ numpy==1.26.2
41
+ pandas==2.1.3
42
+ Pillow==10.1.0
43
+ protobuf==4.25.1
44
+ pyarrow==14.0.1
45
+ SQLAlchemy==2.0.23
46
+ streamlit==1.29.0
47
+ tenacity==8.2.3
48
+ tiktoken==0.5.2
49
+ toml==0.10.2
50
+ toolz==0.12.0
51
+ tqdm==4.66.1
52
+ typing-inspect==0.9.0
53
+ tzdata==2023.3
54
+ tzlocal==5.2
55
+ validators==0.22.0
56
+ watchdog==3.0.0
57
+ webencodings==0.5.1
58
+ yarl==1.9.3
59
+ zipp==3.17.0
60
+ python-dotenv==1.0.0