mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
1e21a3f7ed
Add support for Gemini embeddings in the langchain-google-genai package
5 lines
136 B
Python
5 lines
136 B
Python
class GoogleGenerativeAIError(Exception):
|
|
"""
|
|
Custom exception class for errors associated with the `Google GenAI` API.
|
|
"""
|