update description

This commit is contained in:
Matteo Rosati
2026-04-22 22:27:55 +02:00
parent b50c7567ea
commit b7aeb68da9
+1 -1
View File
@@ -15,7 +15,7 @@ from chromy.handlers.delete_collection import (
from chromy.handlers.list_collections import handle_list_collections from chromy.handlers.list_collections import handle_list_collections
from chromy.handlers.query import handle_query from chromy.handlers.query import handle_query
app = typer.Typer(help="Inspect local Chroma collections.") app = typer.Typer(help="Chromy, local RAG CLI based on Chromadb.")
ExitCodeHandler = Callable[[], int] ExitCodeHandler = Callable[[], int]