Spaces:
Runtime error
Runtime error
| [tool.poetry] | |
| name = "awesumcare-demo" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Ray Yip"] | |
| readme = "README.md" | |
| package-mode = false | |
| [tool.poetry.dependencies] | |
| python = ">=3.10,<3.13" | |
| gradio = "^4.29.0" | |
| llama-index = "^0.10.58" | |
| nltk = "^3.8.1" | |
| phoenix = "^0.9.1" | |
| openai = "^1.37.0" | |
| python-dotenv = "^1.0.1" | |
| qdrant-client = "^1.10.1" | |
| arize-phoenix = "^4.14.1" | |
| fastapi = ">=0.80" | |
| llama-index-vector-stores-qdrant = "^0.2.14" | |
| llama-index-agent-openai = "^0.2.9" | |
| llama-index-embeddings-azure-openai = "^0.1.11" | |
| llama-index-embeddings-openai = "^0.1.11" | |
| llama-index-llms-openai = "^0.1.27" | |
| llama-index-callbacks-arize-phoenix = "^0.1.6" | |
| llama-index-llms-ollama = "^0.2.0" | |
| unstructured = "^0.15.0" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |