Files
2025-01-13 16:40:04 -08:00

28 lines
661 B
TOML

[tool.poetry]
name = "llamacloud-streamlit"
version = "0.1.0"
description = "Streamlit App Showcasing LlamaCloud's Capabilities"
authors = ["Sourabh Desai <sourabh@runllama.ai>"]
license = "MIT"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
llama-index = "^0.12.8"
llama-index-embeddings-openai = "^0.3.1"
llama-index-indices-managed-llama-cloud = "^0.6.3"
streamlit = "^1.41.1"
llama-cloud = "^0.1.8"
pydantic-settings = "^2.7.0"
pydantic = "^2.10.4"
nest-asyncio = "^1.6.0"
[tool.poetry.group.dev.dependencies]
watchdog = "^6.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"