Just to check, there is no support for GCP Vector Search in the llama-index package, correct? I believe that this is the list of up-to-date vector stores supported by llama-index: https://gpt-index.readthedocs.io/en/stable/module_guides/storing/vector_stores.html
Solved! Go to Solution.
Vector Search integration w/ llamaindex is now available. - https://docs.llamaindex.ai/en/stable/examples/vector_stores/VertexAIVectorSearchDemo/
Llama-index did not natively support GCP Vector Search. The list you've referred to might not have included GCP Vector Search in its supported vector stores. The documentation might have been updated since then, so it's a good idea to double-check the most recent documentation or releases for any changes or new additions to the supported vector stores in llama-index.
Maybe someone at Google could contribute: https://github.com/run-llama/llama_index/issues/8931
I'm guessing that many more developers would use GCP Vector Search if it was supported by llama-index (and langchain, etc.).
Vector Search integration w/ llamaindex is now available. - https://docs.llamaindex.ai/en/stable/examples/vector_stores/VertexAIVectorSearchDemo/