Skip to content

Commit bd8afaf

Browse files
Fixed "NameError: name 'GoogleGenerativeAIEmbeddings' is not defined"
1 parent 0ca52b1 commit bd8afaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scrapegraphai/graphs/abstract_graph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from langchain_community.embeddings import HuggingFaceHubEmbeddings, OllamaEmbeddings
88
from ..helpers import models_tokens
99
from ..models import AzureOpenAI, Bedrock, Gemini, Groq, HuggingFace, Ollama, OpenAI, Anthropic
10+
from langchain_google_genai.embeddings import GoogleGenerativeAIEmbeddings
1011

1112

1213
class AbstractGraph(ABC):

0 commit comments

Comments
 (0)