Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/classifai/servers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def make_endpoints(router: APIRouter | FastAPI, vector_stores_dict: dict[str, Ve
"""Create and register the different endpoints to your app.

Args:
router (APIRouter | FastAPI): The FastAPI application instance.
router (APIRouter | FastAPI): The FastAPI application or router instance.
vector_stores_dict (dict[str, VectorStore]): The name of the endpoint to be created.
"""
for endpoint_name, vector_store in vector_stores_dict.items():
Expand Down
Loading