Spaces:
Sleeping
Sleeping
File size: 1,073 Bytes
f48a9aa 849b2fa f48a9aa e612627 d5684b3 f92858b f48a9aa d5684b3 f48a9aa |
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 39 40 41 42 43 44 45 46 47 48 49 50 |
[tool]
[tool.poetry]
name = "app"
version = "0.1.0"
description = ""
authors = [ "Marcus Schiesser <mail@marcusschiesser.de>" ]
readme = "README.md"
package-mode = false
[tool.poetry.scripts]
generate = "app.engine.generate:generate_datasource"
[tool.poetry.dependencies]
python = "^3.11,<3.12"
fastapi = "^0.109.1"
python-dotenv = "^1.0.0"
aiostream = "^0.5.2"
llama-index = "0.10.28"
llama-index-core = "0.10.28"
llama-index-vector-stores-pinecone = "^0.1.7"
traceloop-sdk = "^0.19.0"
langchain = "^0.2.1"
langchain-openai = "^0.1.8"
openai = "^1.30.5"
tenacity = "^8.3.0"
rapidfuzz = "^3.9.2"
pydantic = "^2.7.2"
dateparser = "^1.2.0"
pandas = "^2.2.2"
path = "^16.14.0"
pytest-xdist = "^3.6.1"
pytest-asyncio = "^0.23.7"
httpx = "^0.27.0"
alembic = "^1.13.1"
asyncpg = "^0.29.0"
asyncio = "^3.4.3"
[tool.poetry.dependencies.uvicorn]
extras = [ "standard" ]
version = "^0.23.2"
[tool.poetry.dependencies.llama-index-agent-openai]
version = "0.2.2"
[tool.black]
line-length = 119
[build-system]
requires = [ "poetry-core" ]
build-backend = "poetry.core.masonry.api" |