Our new LangChain Academy Course Deep Research with LangGraph is now live! Enroll for free.
OSS (v1-alpha)
LangChain and LangGraph
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.
Baidu, Inc.
Qianfan
AK
SK
from langchain_community.llms import QianfanLLMEndpoint
from langchain_community.chat_models import QianfanChatEndpoint
from langchain_community.embeddings import QianfanEmbeddingsEndpoint
from langchain_community.document_loaders.baiducloud_bos_directory import BaiduBOSDirectoryLoader
from langchain_community.document_loaders.baiducloud_bos_file import BaiduBOSFileLoader
from langchain_community.vectorstores import BESVectorStore
from langchain_community.vectorstores import BaiduVectorDB