We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gemini/sample-apps/llamaindex-rag/backend/rag/index_manager.py
When I attempt to retrieve a query from the vector index endpoint, I receive the following error response:
{ "error": { "code": 404, "message": "Could not resolve /v1beta1/projects/xxx/locations/europe-west6/indexEndpoints/xxx:findNeighbors to a method.", "status": "UNIMPLEMENTED" } }
The text was updated successfully, but these errors were encountered:
saaagesh
No branches or pull requests
File Name
gemini/sample-apps/llamaindex-rag/backend/rag/index_manager.py
What happened?
When I attempt to retrieve a query from the vector index endpoint, I receive the following error response:
{ "error": { "code": 404, "message": "Could not resolve /v1beta1/projects/xxx/locations/europe-west6/indexEndpoints/xxx:findNeighbors to a method.", "status": "UNIMPLEMENTED" } }
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: