| [project] | |
| name = "repl-nix-workspace" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "faiss-cpu>=1.11.0", | |
| "gradio>=5.32.1", | |
| "llama-index>=0.12.40", | |
| "llama-index-embeddings-openai>=0.3.1", | |
| "llama-index-llms-openai>=0.4.3", | |
| "llama-index-vector-stores-faiss>=0.4.0", | |
| "pytest>=8.4.0", | |
| ] | |