GoogleCloudPlatform / GoogleCloudPlatform/generative-ai
[Bug]: /v1beta1/projects/xxx/locations/europe-west6/indexEndpoints/xxx:findNeighbors
Open
- Dominant language
- Jupyter Notebook
- Stars
- 17.7k
- Forks
- 4.5k
- Avg merge
- 12h 38m
- Merged PRs (30d)
- 42
Description
### 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
```shell
```
### Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Contributor guide
Assessment
This issue has not been assessed yet.