更新项目依赖环境支持
This commit is contained in:
Generated
+1053
-896
File diff suppressed because it is too large
Load Diff
+38
-28
@@ -10,46 +10,54 @@ readme = "README.md"
|
|||||||
generate = "app.engine.generate:generate_datasource"
|
generate = "app.engine.generate:generate_datasource"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11,<3.12"
|
python = "^3.11,<3.13"
|
||||||
fastapi = "^0.110.3"
|
fastapi = "0.110.3"
|
||||||
python-dotenv = "^1.0.0"
|
python-dotenv = "^1.0.1"
|
||||||
aiostream = "^0.6.2"
|
aiostream = "^0.6.2"
|
||||||
llama-index = "0.10.63"
|
cachetools = "^5.5.0"
|
||||||
cachetools = "^5.3.3"
|
|
||||||
protobuf = "4.25.4"
|
protobuf = "4.25.4"
|
||||||
nltk = "^3.9.1"
|
nltk = "^3.9.1"
|
||||||
jieba = "^0.42.1"
|
jieba = "^0.42.1"
|
||||||
|
|
||||||
#arize-phoenix = "^4.12.0"
|
transformers = "^4.43.0"
|
||||||
openinference-instrumentation-llama-index="2.2.3"
|
|
||||||
llama-index-callbacks-arize-phoenix = "^0.1.4"
|
|
||||||
llama-index-llms-dashscope = "^0.1.2"
|
|
||||||
llama-index-embeddings-dashscope = "^0.1.4"
|
|
||||||
llama-index-postprocessor-dashscope-rerank-custom = "0.1.0"
|
|
||||||
xinference = "^0.14.1"
|
|
||||||
xinference-client = "^0.14.1"
|
|
||||||
llama-index-llms-xinference = "^0.1.2"
|
|
||||||
qdrant-client="^1.10.1"
|
|
||||||
llama-index-vector-stores-qdrant = "^0.2.14"
|
|
||||||
chroma="^0.2.0"
|
|
||||||
llama-index-vector-stores-chroma = "^0.1.10"
|
|
||||||
llama-index-readers-json = "^0.1.5"
|
|
||||||
llama-index-retrievers-bm25 = "^0.2.2"
|
|
||||||
llama-index-experimental = "^0.1.4"
|
|
||||||
llama-index-llms-ollama = "^0.1.6"
|
|
||||||
llama-index-embeddings-ollama = "^0.1.3"
|
|
||||||
|
|
||||||
duckduckgo_search = "^6.2.6"
|
#arize-phoenix = "^4.12.0"
|
||||||
|
openinference-instrumentation-llama-index="^3.0.2"
|
||||||
|
llama-index = "^0.11.7"
|
||||||
|
llama-index-core = "^0.11.7"
|
||||||
|
llama-index-callbacks-arize-phoenix = "^0.2.1"
|
||||||
|
llama-index-llms-dashscope = "^0.2.0"
|
||||||
|
llama-index-embeddings-dashscope = "^0.2.1"
|
||||||
|
#llama-index-postprocessor-dashscope-rerank = "^0.2.0"
|
||||||
|
|
||||||
|
llama-index-llms-ollama = "^0.3.1"
|
||||||
|
llama-index-embeddings-ollama = "^0.3.0"
|
||||||
|
|
||||||
|
xinference = "^0.15.0"
|
||||||
|
xinference-client = "^0.15.0"
|
||||||
|
llama-index-llms-xinference = "^0.2.1"
|
||||||
|
llama-index-embeddings-xinference = "^0.1.0"
|
||||||
|
llama-index-postprocessor-xinference-rerank = "^0.1.0"
|
||||||
|
qdrant-client="^1.11.0"
|
||||||
|
llama-index-vector-stores-qdrant = "^0.3.0"
|
||||||
|
chroma="^0.2.0"
|
||||||
|
llama-index-vector-stores-chroma = "^0.2.0"
|
||||||
|
llama-index-readers-json = "^0.2.0"
|
||||||
|
llama-index-retrievers-bm25 = "^0.3.0"
|
||||||
|
llama-index-experimental = "^0.3.0"
|
||||||
|
|
||||||
|
|
||||||
|
duckduckgo_search = "^6.2.10"
|
||||||
|
|
||||||
[tool.poetry.dependencies.uvicorn]
|
[tool.poetry.dependencies.uvicorn]
|
||||||
extras = [ "standard" ]
|
extras = [ "standard" ]
|
||||||
version = "^0.23.2"
|
version = "^0.30.6"
|
||||||
|
|
||||||
[tool.poetry.dependencies.llama-index-readers-database]
|
[tool.poetry.dependencies.llama-index-readers-database]
|
||||||
version = "^0.1.3"
|
version = "^0.2.0"
|
||||||
|
|
||||||
[tool.poetry.dependencies.pymysql]
|
[tool.poetry.dependencies.pymysql]
|
||||||
version = "^1.1.0"
|
version = "^1.1.1"
|
||||||
extras = [ "rsa" ]
|
extras = [ "rsa" ]
|
||||||
|
|
||||||
#[tool.poetry.dependencies.psycopg2]
|
#[tool.poetry.dependencies.psycopg2]
|
||||||
@@ -62,7 +70,8 @@ extras = [ "rsa" ]
|
|||||||
version = "^0.8"
|
version = "^0.8"
|
||||||
|
|
||||||
[tool.poetry.dependencies.e2b_code_interpreter]
|
[tool.poetry.dependencies.e2b_code_interpreter]
|
||||||
version = "0.0.7"
|
version = "^0.0.7"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[[tool.poetry.source]]
|
[[tool.poetry.source]]
|
||||||
@@ -82,6 +91,7 @@ name = "tsinghua"
|
|||||||
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
|
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
|
||||||
priority = "primary"
|
priority = "primary"
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = [ "poetry-core" ]
|
requires = [ "poetry-core" ]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
Reference in New Issue
Block a user