NaimaAqeel commited on
Commit
0c22a0c
·
verified ·
1 Parent(s): 36321db

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -100
requirements.txt CHANGED
@@ -1,100 +1,12 @@
1
- aiohttp==3.9.5
2
- aiosignal==1.3.1
3
- annotated-types==0.7.0
4
- anyio==4.4.0
5
- async-timeout==4.0.3
6
- attrs==23.2.0
7
- Brotli @ file:///C:/b/abs_3d36mno480/croot/brotli-split_1714483178642/work
8
- certifi @ file:///C:/b/abs_35d7n66oz9/croot/certifi_1707229248467/work/certifi
9
- chardet==5.2.0
10
- charset-normalizer @ file:///tmp/build/80754af9/charset-normalizer_1630003229654/work
11
- click==8.1.7
12
- colorama==0.4.6
13
- dataclasses-json==0.6.6
14
- dnspython==2.6.1
15
- email_validator==2.1.1
16
- exceptiongroup==1.2.1
17
- faiss-cpu==1.8.0
18
- fastapi==0.111.0
19
- fastapi-cli==0.0.4
20
- filelock @ file:///C:/b/abs_f2gie28u58/croot/filelock_1700591233643/work
21
- frozenlist==1.4.1
22
- fsspec==2024.5.0
23
- gmpy2 @ file:///C:/ci/gmpy2_1645456279018/work
24
- greenlet==3.0.3
25
- h11==0.14.0
26
- httpcore==1.0.5
27
- httptools==0.6.1
28
- httpx==0.27.0
29
- huggingface-hub==0.23.1
30
- idna @ file:///C:/b/abs_aad84bnnw5/croot/idna_1714398896795/work
31
- intel-openmp==2021.4.0
32
- Jinja2 @ file:///C:/b/abs_f7x5a8op2h/croot/jinja2_1706733672594/work
33
- joblib==1.4.2
34
- jsonpatch==1.33
35
- jsonpointer==2.4
36
- langchain==0.2.1
37
- langchain-community==0.2.1
38
- langchain-core==0.2.1
39
- langchain-text-splitters==0.2.0
40
- langsmith==0.1.63
41
- lxml==5.2.2
42
- markdown-it-py==3.0.0
43
- MarkupSafe @ file:///C:/b/abs_ecfdqh67b_/croot/markupsafe_1704206030535/work
44
- marshmallow==3.21.2
45
- mdurl==0.1.2
46
- mkl==2021.4.0
47
- mkl-fft==1.3.1
48
- mkl-random @ file:///C:/ci/mkl_random_1626186184278/work
49
- mkl-service==2.4.0
50
- mpmath @ file:///C:/b/abs_7833jrbiox/croot/mpmath_1690848321154/work
51
- multidict==6.0.5
52
- mypy-extensions==1.0.0
53
- networkx @ file:///C:/b/abs_e6gi1go5op/croot/networkx_1690562046966/work
54
- numpy @ file:///C:/b/abs_54abayvc9j/croot/numpy_and_numpy_base_1682520598361/work
55
- orjson==3.10.3
56
- packaging==23.2
57
- pillow @ file:///C:/b/abs_95ls_qh4c2/croot/pillow_1714398870615/work
58
- pydantic==2.7.1
59
- pydantic_core==2.18.2
60
- Pygments==2.18.0
61
- PyMuPDF==1.24.4
62
- PyMuPDFb==1.24.3
63
- PySocks @ file:///C:/ci/pysocks_1605287845585/work
64
- python-docx==1.1.2
65
- python-dotenv==1.0.1
66
- python-multipart==0.0.9
67
- PyYAML @ file:///C:/b/abs_782o3mbw7z/croot/pyyaml_1698096085010/work
68
- regex==2024.5.15
69
- requests @ file:///C:/b/abs_474vaa3x9e/croot/requests_1707355619957/work
70
- retrieval==0.0.1.dev6
71
- rich==13.7.1
72
- safetensors==0.4.3
73
- scikit-learn==1.3.2
74
- scipy==1.10.1
75
- sentence-transformers==2.7.0
76
- shellingham==1.5.4
77
- six @ file:///tmp/build/80754af9/six_1644875935023/work
78
- sniffio==1.3.1
79
- SQLAlchemy==2.0.30
80
- starlette==0.37.2
81
- sympy @ file:///C:/b/abs_82njkonm7f/croot/sympy_1701397685028/work
82
- tbb==2021.12.0
83
- tenacity==8.3.0
84
- threadpoolctl==3.5.0
85
- tokenizers==0.19.1
86
- torch==2.3.0
87
- torchaudio==2.3.0
88
- torchvision==0.18.0
89
- tqdm==4.66.4
90
- transformers==4.41.1
91
- typer==0.12.3
92
- typing-inspect==0.9.0
93
- typing_extensions @ file:///C:/b/abs_0as9mdbkfl/croot/typing_extensions_1715268906610/work
94
- ujson==5.10.0
95
- urllib3 @ file:///C:/b/abs_8e4z8_gh1l/croot/urllib3_1715636317140/work
96
- uvicorn==0.30.0
97
- watchfiles==0.22.0
98
- websockets==12.0
99
- win-inet-pton @ file:///C:/ci/win_inet_pton_1605306167264/work
100
- yarl==1.9.4
 
1
+ fastapi
2
+ uvicorn
3
+ pydantic
4
+ fitz
5
+ python-docx
6
+ sentence-transformers
7
+ faiss-cpu
8
+ langchain
9
+ langchain_community
10
+ huggingface-hub
11
+ transformers
12
+