Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

No support for Vector Search in llama index?

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 Solved
0 3 2,928
1 ACCEPTED SOLUTION

3 REPLIES 3

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/