SparkLLM
SparkLLM is a large-scale cognitive model independently developed by iFLYTEK.It has cross-domain knowledge and language understanding ability by learning a large amount of texts, codes and images.It can understand and perform tasks based on natural dialogue.
Chat models
See ausage example.
from langchain_community.chat_modelsimport ChatSparkLLM
API Reference:ChatSparkLLM
LLMs
See ausage example.
from langchain_community.llmsimport SparkLLM
API Reference:SparkLLM
Embedding models
See ausage example
from langchain_community.embeddingsimport SparkLLMTextEmbeddings
API Reference:SparkLLMTextEmbeddings