0
|
1 [project]
|
|
2 name = "sco-bot"
|
|
3 version = "0.1.0"
|
|
4 description = "Default template for PDM package"
|
|
5 authors = [
|
|
6 {name = "drew", email = "drewp@bigasterisk.com"},
|
|
7 ]
|
|
8 dependencies = [
|
|
9 "ipython>=8.26.0",
|
|
10 "webvtt-py>=0.5.1",
|
|
11 "pdfminer>=20191125",
|
|
12 "pymilvus[model]>=2.4.4",
|
|
13 "ipdb>=0.13.13",
|
|
14 "flax>=0.8.5",
|
1
|
15 "nltk>=3.8.1",
|
4
|
16 "langchain>=0.2.6",
|
|
17 "fastapi>=0.111.0",
|
8
|
18 "apex-search>=0.0.2",
|
|
19 "tantivy>=0.22.0",
|
|
20 "markdownify>=0.12.1",
|
0
|
21 ]
|
|
22 requires-python = ">=3.11"
|
|
23 readme = "README.md"
|
|
24 license = {text = "MIT"}
|
|
25
|
|
26
|
|
27 [tool.pdm]
|
|
28 distribution = false
|