generated from cannin/project_report_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
38 lines (35 loc) · 720 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
langchain-chroma = "==0.1.2"
langchain = "==0.2.6"
langchain-community = "==0.2.6"
langchain-core = "==0.2.10"
langchain-openai = "*"
langchain-text-splitters = "==0.2.2"
gradio = "==4.37.1"
gradio-client = "==1.0.2"
openai = "==1.35.7"
openapi-pydantic = "==0.4.1"
openapi-schema-pydantic = "==1.2.4"
sentence-transformers = "==3.0.1"
python-dotenv = "==1.0.1"
lark = "*"
pymupdf = "*"
beautifulsoup4 = "*"
lxml = "*"
jq = "*"
chromadb = "==0.5.3"
python-dateutil = "*"
pandas = "*"
rank-bm25 = "*"
grandalf = "*"
bravado = "*"
matplotlib-inline = "*"
plotext = "*"
[dev-packages]
ipython = "*"
[requires]
python_version = "3.12"