Allow listing indices (#22)

This commit is contained in:
Duc Nguyen (john)
2024-04-11 16:28:04 +07:00
committed by GitHub
parent 3ed50b0f10
commit 5ce6bac03d
5 changed files with 215 additions and 28 deletions

View File

@@ -17,11 +17,10 @@ dependencies = [
"platformdirs",
"pluggy",
"python-decouple",
"python-pptx",
"sqlalchemy",
"sqlmodel",
"tiktoken",
"gradio>=4.0.0,<=4.22.0",
"gradio>=4.26.0",
]
readme = "README.md"
license = { text = "MIT License" }