Files
arindam200--awesome-ai-apps/rag_apps/chat_with_code/pyproject.toml
T
2026-07-13 13:37:43 +08:00

16 lines
343 B
TOML

[project]
name = "chat-with-code"
version = "0.1.0"
description = "Conversational code explorer"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"streamlit",
"python-dotenv",
"llama-index-llms-nebius",
"llama-index-embeddings-nebius",
"llama-index-readers-github",
"llama-index",
"nest-asyncio",
]