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.
聊天模型
查看一个 使用示例。
from langchain_community.chat_models import ChatSparkLLM
API 参考:ChatSparkLLM
LLMs
查看一个 使用示例。
from langchain_community.llms import SparkLLM
API 参考:SparkLLM
嵌入模型
查看一个 使用示例
from langchain_community.embeddings import SparkLLMTextEmbeddings
API 参考:SparkLLMTextEmbeddings