Baidu
Baidu Cloud is a cloud service provided by
Baidu, Inc.
, headquartered in Beijing. It offers a cloud storage service, client software, file management, resource sharing, and Third Party Integration.
Installation and Setupβ
Register and get the Qianfan
AK
and SK
keys here.
LLMsβ
Baidu Qianfanβ
See a usage example.
from langchain_community.llms import QianfanLLMEndpoint
API Reference:
Chat modelsβ
Qianfan Chat Endpointβ
See a usage example.
from langchain_community.chat_models import QianfanChatEndpoint
API Reference:
Embedding modelsβ
Baidu Qianfanβ
See a usage example.
from langchain_community.embeddings import QianfanEmbeddingsEndpoint
API Reference:
Vector storesβ
Baidu Cloud ElasticSearch VectorSearchβ
See a usage example.
from langchain_community.vectorstores import BESVectorStore
API Reference:
Baidu VectorDBβ
See a usage example.
from langchain_community.vectorstores import BaiduVectorDB