-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
76 lines (73 loc) · 1.5 KB
/
Pipfile
File metadata and controls
76 lines (73 loc) · 1.5 KB
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
langchain = "*"
langchainhub = "*"
langchain-openai = "*"
langchain-ai21 = "*"
langchain-anthropic = "*"
beautifulsoup4 = "==4.12.2"
faiss-cpu = "*"
pix-framework = "*"
python-dotenv = "*"
pydantic = "==2.4.2"
sqlalchemy = "*"
anthropic = "*"
aiohttp = "==3.8.6"
aiosignal = "==1.3.1"
annotated-types = "==0.6.0"
anthropic-bedrock = "==0.8.0"
anyio = "==3.7.1"
async-timeout = "==4.0.3"
attrs = "==23.1.0"
certifi = "==2023.7.22"
charset-normalizer = "==3.3.0"
dataclasses = "==0.6"
distro = "==1.8.0"
dnspython = "==2.4.2"
elastic-transport = "==8.4.1"
elasticsearch = "==8.10.1"
exceptiongroup = "==1.1.3"
filelock = "==3.12.4"
frozenlist = "==1.4.0"
fsspec = "==2023.9.2"
h11 = "==0.14.0"
httpcore = "==0.18.0"
httpx = "==0.25.0"
huggingface-hub = "==0.17.3"
idna = "==3.4"
install = "==1.3.5"
loguru = "==0.7.2"
more-itertools = "==10.1.0"
multidict = "==6.0.4"
numpy = "==1.26.1"
packaging = "==23.2"
pinecone-client = "==2.2.4"
pydantic-core = "==2.10.1"
python-dateutil = "==2.8.2"
pyyaml = "==6.0.1"
requests = "==2.31.0"
six = "==1.16.0"
sniffio = "==1.3.0"
soupsieve = "==2.5"
tenacity = "*"
tokenizers = "==0.14.1"
tqdm = "==4.66.1"
typing-extensions = "==4.8.0"
urllib3 = "==1.26.18"
wikipedia = "==1.4.0"
yarl = "==1.9.2"
openai = "*"
termcolor = "*"
prosimos = "*"
langgraph = "*"
[dev-packages]
sqlalchemy-schemadisplay = "*"
coverage = "*"
pylint = "*"
pre-commit = "*"
[requires]
python_version = "3.9"
python_full_version = "3.9.19"