-
Notifications
You must be signed in to change notification settings - Fork 3
/
environment.yml
120 lines (120 loc) · 2.68 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
name: ResearchChain
channels:
- conda-forge
- defaults
dependencies:
- beautifulsoup4=4.12.2
- brotli-python=1.0.9
- bzip2=1.0.8
- ca-certificates=2024.3.11
- certifi=2024.6.2
- colorama=0.4.6
- filelock=3.13.1
- fsspec=2023.10.0
- googlesearch=3.0.0
- huggingface_hub=0.20.3
- krb5=1.20.1
- libblas=3.9.0
- libcxx=8.0.0
- libedit=3.1.20230828
- libfaiss=1.7.4
- libffi=3.4.2
- libgfortran5=11.3.0
- liblapack=3.9.0
- libopenblas=0.3.23
- libpq=12.17
- libsqlite=3.45.3
- libzlib=1.2.13
- llvm-openmp=18.1.3
- ncurses=6.4.20240210
- openssl=3.2.1
- packaging=23.2
- pip=24.0
- psycopg2=2.9.9
- pysocks=1.7.1
- python=3.9.19
- python_abi=3.9
- pyyaml=6.0.1
- readline=8.2
- requests=2.31.0
- setuptools=69.5.1
- soupsieve=2.5
- sqlite=3.45.3
- tk=8.6.13
- tqdm=4.65.0
- typing_extensions=4.9.0
- tzdata=2024a
- wheel=0.43.0
- xz=5.2.6
- yaml=0.2.5
- zlib=1.2.13
- pip:
- aiohttp==3.9.5
- aiosignal==1.3.1
- annotated-types==0.6.0
- anyio==4.3.0
- async-timeout==4.0.3
- attrs==23.2.0
- black==24.4.2
- chardet==5.2.0
- charset-normalizer==3.3.2
- click==8.1.7
- dataclasses-json==0.6.4
- diskcache==5.6.3
- dnspython==2.6.1
- email-validator==2.1.1
- exceptiongroup==1.2.1
- faiss-cpu==1.8.0
- fastapi==0.111.0
- fastapi-cli==0.0.4
- frozenlist==1.4.1
- h11==0.14.0
- httpcore==1.0.5
- httptools==0.6.1
- httpx==0.27.0
- idna==3.7
- jinja2==3.1.3
- jsonpatch==1.33
- jsonpointer==2.4
- langchain==0.1.17
- langchain-community==0.0.36
- langchain-core==0.1.50
- langchain-text-splitters==0.0.1
- langsmith==0.1.48
- llama-cpp-python==0.2.61
- markdown-it-py==3.0.0
- markupsafe==2.1.5
- marshmallow==3.21.1
- mdurl==0.1.2
- multidict==6.0.5
- mypy-extensions==1.0.0
- numpy==1.26.4
- orjson==3.10.1
- pathspec==0.12.1
- pika==1.3.2
- platformdirs==4.2.1
- pydantic==2.7.0
- pydantic-core==2.18.1
- pygments==2.18.0
- python-dotenv==1.0.1
- python-multipart==0.0.9
- regex==2024.4.16
- rich==13.7.1
- shellingham==1.5.4
- sniffio==1.3.1
- sqlalchemy==2.0.29
- starlette==0.37.2
- tenacity==8.2.3
- tiktoken==0.6.0
- tinydb==4.8.0
- tomli==2.0.1
- typer==0.12.3
- typing-extensions==4.11.0
- typing-inspect==0.9.0
- ujson==5.10.0
- urllib3==2.2.1
- uvicorn==0.29.0
- uvloop==0.19.0
- watchfiles==0.21.0
- websockets==12.0
- yarl==1.9.4