We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ca52b1 + bd8afaf commit 13238f4Copy full SHA for 13238f4
scrapegraphai/graphs/abstract_graph.py
@@ -7,6 +7,7 @@
7
from langchain_community.embeddings import HuggingFaceHubEmbeddings, OllamaEmbeddings
8
from ..helpers import models_tokens
9
from ..models import AzureOpenAI, Bedrock, Gemini, Groq, HuggingFace, Ollama, OpenAI, Anthropic
10
+from langchain_google_genai.embeddings import GoogleGenerativeAIEmbeddings
11
12
13
class AbstractGraph(ABC):
0 commit comments