Description
client = weaviate.connect_to_local(
host=“127.0.0.1”, # Use a string to specify the host
port=8080,
grpc_port=50051,
)
reviews = client.collections.get(“TestArticle”)
response = reviews.query.hybrid(
query=“france”,
target_vector=“question_vector”,
limit=2
)
getting this error:
WeaviateQueryError: Query call with protocol GRPC search failed with message .
Server Setup Information
- Weaviate Server Version:
- Deployment Method:
- Multi Node? Number of Running Nodes:
- Client Language and Version:
- Multitenancy?: