Skip to content

Commit 0bb68d1

Browse files
committed
1 parent 0ca52b1 commit 0bb68d1

14 files changed

+1
-0
lines changed

examples/local_models/README.md

Whitespace-only changes.

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)