Grpc connection issue at the time of hybrid search

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?:

Any additional Information

hi @bhayubha !!

Welcome to our community! :hugs:

How have you deployed this cluster?
What is the version you are running?

Also, Can you paste the entire error stack?

Thanks!