Metadata-Version: 2.4
Name: llama-index-embeddings-google
Version: 0.4.2
Summary: llama-index embeddings google integration
Author-email: Your Name <you@example.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: <4.0,>=3.9
Requires-Dist: google-generativeai<0.6,>=0.5.2
Requires-Dist: llama-index-core<0.15,>=0.13.0
Provides-Extra: tensorflow
Requires-Dist: tensorflow-hub<0.16,>=0.15.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/examples/embeddings/google_genai.ipynb).
