aurelio-labs/semantic-router

Module 'grpc' has no attribute 'PointId'

Closed this issue · 0 comments

For Qdrant Index, the get_routes returns:

182            stop_scrolling = next_offset is None or (

--> 183 isinstance(next_offset, grpc.PointId)
184 and next_offset.num == 0
185 and next_offset.uuid == ""

AttributeError: module 'grpc' has no attribute 'PointId'