VinciGit00 / Scrapegraph-ai

Python scraper based on AI

Home Page:https://scrapegraphai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deepseek api not working

zx9597446 opened this issue · comments

#222

there are 2 issues here:

abstract_graph.py needs to import DeepSeek:
from scrapegraphai.models.deepseek import DeepSeek

Deepseek no embedding provided, so examples needs local embedding instead.

hi, we fixed the import, can you provide how to make embeddings on deepseek?