Metadata-Version: 2.1
Name: llama-index-vector-stores-vertexaivectorsearch
Version: 0.2.0
Summary: llama-index vector_stores Vertex AI Vector Search integration
License: MIT
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: google-cloud-aiplatform (>=1.39.0,<2.0.0)
Requires-Dist: google-cloud-storage (>=2.16.0,<3.0.0)
Requires-Dist: llama-index-core (>=0.12.0,<0.13.0)
Requires-Dist: llama-index-embeddings-vertex (>=0.3.0,<0.4.0)
Description-Content-Type: text/markdown

# LlamaIndex Vector_Stores Integration: [Vertex AI Vector Search](https://cloud.google.com/vertex-ai/docs/vector-search/overview)

Please refer to the [notebook](../../../docs/docs/examples/vector_stores/VertexAIVectorSearchDemo.ipynb) for usage of Vertex AI Vector Search as vector store in LlamaIndex.

