AstraDBByteStore 기능과 설정에 대한 자세한 문서는 API reference를 참조하세요.
Overview
DataStax Astra DB는 Apache Cassandra® 기반으로 구축된 serverless
AI-ready database이며, 사용하기 쉬운 JSON API를 통해 편리하게 사용할 수 있습니다.
Integration details
| Class | Package | Local | JS support | Downloads | Version |
|---|---|---|---|---|---|
| AstraDBByteStore | langchain-astradb | ❌ | ❌ |
Setup
AstraDBByteStore byte store를 생성하려면 DataStax 계정을 생성해야 합니다.
Credentials
가입 후 다음 자격 증명을 설정하세요:Installation
LangChain AstraDB integration은langchain-astradb package에 포함되어 있습니다:
Instantiation
이제 byte store를 인스턴스화할 수 있습니다:Usage
mset method를 사용하여 다음과 같이 key 아래에 데이터를 설정할 수 있습니다:
mdelete method를 사용하여 데이터를 삭제할 수 있습니다:
AstraDBByteStore를 사용할 수 있습니다.
API reference
모든AstraDBByteStore 기능과 설정에 대한 자세한 문서는 API reference를 참조하세요: python.langchain.com/api_reference/astradb/storage/langchain_astradb.storage.AstraDBByteStore.html
Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.