Baidu Cloud는 베이징에 본사를 둔 Baidu, Inc.에서 제공하는 클라우드 서비스입니다. 클라우드 스토리지 서비스, 클라이언트 소프트웨어, 파일 관리, 리소스 공유 및 Third Party Integration을 제공합니다.

Installation and Setup

여기에서 Qianfan AKSK 키를 등록하고 받으세요.

LLMs

Baidu Qianfan

사용 예제를 참조하세요.
from langchain_community.llms import QianfanLLMEndpoint

Chat models

Qianfan Chat Endpoint

사용 예제를 참조하세요. 다른 사용 예제도 참조하세요.
from langchain_community.chat_models import QianfanChatEndpoint

Embedding models

Baidu Qianfan

사용 예제를 참조하세요. 다른 사용 예제도 참조하세요.
from langchain_community.embeddings import QianfanEmbeddingsEndpoint

Document loaders

Baidu BOS Directory Loader

from langchain_community.document_loaders.baiducloud_bos_directory import BaiduBOSDirectoryLoader

Baidu BOS File Loader

from langchain_community.document_loaders.baiducloud_bos_file import BaiduBOSFileLoader

Vector stores

Baidu Cloud ElasticSearch VectorSearch

사용 예제를 참조하세요.
from langchain_community.vectorstores import BESVectorStore

Baidu VectorDB

사용 예제를 참조하세요.
from langchain_community.vectorstores import BaiduVectorDB

Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.
I