I am also facing the same problem and the same error.
When I run this line of code -:
result = collection.query.near_text(query = ‘I want suggestions to travel during Winter. I want cheap places.’, limit = 4)
I get this error -:
WeaviateQueryError: Query call with protocol GRPC search failed with message explorer: get class: concurrentTargetVectorSearch): explorer: get class: vectorize search vector: vectorize params: vectorize params: vectorize keywords: remote client vectorize: fail with status 500: Failed to get correct output from LLM call.
Exception: Error code: 400 - {‘id’: ‘oZJ8KmT-2kFHot-9d571c37fc8fcce5’, ‘error’: {‘message’: ‘Unable to access non-serverless model BAAI/bge-base-en-v1.5. Please visit https:/api.together.ai/models/BAAI/bge-base-en-v1.5 to create and start a new dedicated endpoint for the model.’, ‘type’: ‘invalid_request_error’, ‘param’: None, ‘code’: ‘model_not_available’}}.
I am running it on Coursera platform.
Thanks,
Ramesh Rangarajan