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

Merge pull request #225 from Anush008/patch-1

fix: gRPC types import qdrant.py
parents 02dbfb69 c50eb841
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ class QdrantIndex(BaseIndex):
List[Tuple]: A list of (route_name, utterance) objects.
"""
import grpc
from qdrant_client import grpc
results = []
next_offset = None
......
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