Metadata-Version: 2.1
Name: llama-index-embeddings-google
Version: 0.3.1
Summary: llama-index embeddings google 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
Provides-Extra: tensorflow
Requires-Dist: google-generativeai (>=0.5.2,<0.6.0)
Requires-Dist: llama-index-core (>=0.12.0,<0.13.0)
Requires-Dist: tensorflow-hub (>=0.15.0,<0.16.0) ; extra == "tensorflow"
Description-Content-Type: text/markdown

# LlamaIndex Embeddings Integration: Google

**NOTE:** This package is deprecated. Please use the `GoogleGenAIEmbedding` class instead, detailed [here](https://github.com/run-llama/llama_index/blob/main/docs/docs/examples/embeddings/google_genai.ipynb).

