Skip to content

does it support custom embeddings #460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
riddle911 opened this issue Jul 16, 2024 · 2 comments
Closed

does it support custom embeddings #460

riddle911 opened this issue Jul 16, 2024 · 2 comments

Comments

@riddle911
Copy link

Silicon Cloud offers a vast array of free models, including Large Language Models (LLMs) and vector models, with support for online invocation. I would like to know what methods can be used to support the invocation of their API.
Below is the example of the api.
https://docs.siliconflow.cn/reference/createembedding-1

@VinciGit00
Copy link
Collaborator

Hi, we will add it if it is possible

@f-aguzzi f-aguzzi self-assigned this Jul 17, 2024
@f-aguzzi
Copy link
Member

The current implementation of ScrapeGraph uses LangChain as a wrapper to exchange data with external LLM providers. Silicon Cloud is not currently supported by LangChain, so adding it within ScrapeGraph will require a custom-made wrapper. I'll work on it (@VinciGit00 thinks it might actually be a good thing to bypass LangChain in the long run) but it might take a while. We'll keep you updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants