Skip to content
Snippets Groups Projects
Unverified Commit 4c903f6b authored by James Briggs's avatar James Briggs Committed by GitHub
Browse files

chore: typo in error message

parent a8142c29
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ class QdrantIndex(BaseIndex):
def _remove_and_sync(self, routes_to_delete: dict):
if self.sync is not None:
logger.error("Sync remove is not implemented for LocalIndex.")
logger.error("Sync remove is not implemented for QdrantIndex.")
def _sync_index(
self, local_route_names: List[str], local_utterances: List[str], dimensions: int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment