初始化提交

This commit is contained in:
2024-08-13 09:37:23 +08:00
parent 4923337038
commit e112fa4e44
50 changed files with 1649 additions and 259 deletions
+21 -9
View File
@@ -11,11 +11,25 @@ generate = "app.engine.generate:generate_datasource"
[tool.poetry.dependencies]
python = "^3.11,<3.12"
fastapi = "^0.109.1"
fastapi = "^0.112.0"
python-dotenv = "^1.0.0"
aiostream = "^0.5.2"
llama-index = "0.10.58"
aiostream = "^0.6.2"
llama-index = "0.10.63"
cachetools = "^5.3.3"
protobuf = "4.25.4"
#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"
qdrant-client="^1.10.1"
llama-index-vector-stores-qdrant = "^0.2.14"
chroma="^0.5.5"
llama-index-vector-stores-chroma = "^0.1.10"
llama-index-readers-json = "^0.1.5"
duckduckgo_search = "^6.2.6"
[tool.poetry.dependencies.uvicorn]
extras = [ "standard" ]
@@ -28,11 +42,11 @@ version = "^0.1.3"
version = "^1.1.0"
extras = [ "rsa" ]
[tool.poetry.dependencies.psycopg2]
version = "^2.9.9"
#[tool.poetry.dependencies.psycopg2]
#version = "^2.9.9"
[tool.poetry.dependencies.llama-index-indices-managed-llama-cloud]
version = "^0.2.7"
#[tool.poetry.dependencies.llama-index-indices-managed-llama-cloud]
#version = "^0.2.7"
[tool.poetry.dependencies.docx2txt]
version = "^0.8"
@@ -40,8 +54,6 @@ version = "^0.8"
[tool.poetry.dependencies.e2b_code_interpreter]
version = "0.0.7"
[tool.poetry.dependencies.llama-index-agent-openai]
version = "0.2.6"
[build-system]
requires = [ "poetry-core" ]