Skip to content

Commit 13238f4

Browse files
authored
Merge pull request #185 from arjuuuuunnnnn/main
2 parents 0ca52b1 + bd8afaf commit 13238f4

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)