更新项目依赖环境支持

This commit is contained in:
2024-09-10 08:42:37 +08:00
parent adce2a3809
commit a897f0c6de
2 changed files with 1091 additions and 924 deletions
+38 -28
View File
@@ -10,46 +10,54 @@ readme = "README.md"
generate = "app.engine.generate:generate_datasource"
[tool.poetry.dependencies]
python = "^3.11,<3.12"
fastapi = "^0.110.3"
python-dotenv = "^1.0.0"
python = "^3.11,<3.13"
fastapi = "0.110.3"
python-dotenv = "^1.0.1"
aiostream = "^0.6.2"
llama-index = "0.10.63"
cachetools = "^5.3.3"
cachetools = "^5.5.0"
protobuf = "4.25.4"
nltk = "^3.9.1"
jieba = "^0.42.1"
#arize-phoenix = "^4.12.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"
transformers = "^4.43.0"
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]
extras = [ "standard" ]
version = "^0.23.2"
version = "^0.30.6"
[tool.poetry.dependencies.llama-index-readers-database]
version = "^0.1.3"
version = "^0.2.0"
[tool.poetry.dependencies.pymysql]
version = "^1.1.0"
version = "^1.1.1"
extras = [ "rsa" ]
#[tool.poetry.dependencies.psycopg2]
@@ -62,7 +70,8 @@ extras = [ "rsa" ]
version = "^0.8"
[tool.poetry.dependencies.e2b_code_interpreter]
version = "0.0.7"
version = "^0.0.7"
[[tool.poetry.source]]
@@ -82,6 +91,7 @@ name = "tsinghua"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
priority = "primary"
[build-system]
requires = [ "poetry-core" ]
build-backend = "poetry.core.masonry.api"