[project] | |
name = "ai-tutor-app" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.13" | |
dependencies = [ | |
"chromadb==1.0.3", | |
"cohere==5.14.2", | |
"gradio==5.24.0", | |
"hf-xet==1.1.9", | |
"huggingface-hub==0.30.2", | |
"instructor==1.7.9", | |
"ipykernel==6.29.5", | |
"llama-index==0.12.29", | |
"llama-index-embeddings-cohere==0.4.0", | |
"llama-index-postprocessor-cohere-rerank==0.3.0", | |
"llama-index-vector-stores-chroma==0.4.1", | |
"logfire==3.12.0", | |
"nbconvert==7.16.6", | |
"openai==1.72.0", | |
"pydantic==2.11.3", | |
"pymongo==4.12.0", | |
"python-dotenv==1.1.1", | |
"tiktoken==0.9.0", | |
] | |