DingoDB는 분산 멀티모달 vector database입니다. data lake와 vector database의 기능을 결합하여 크기에 관계없이 모든 유형의 데이터(key-value, PDF, audio, video 등)를 저장할 수 있습니다. DingoDB를 활용하면 자체 Vector Ocean(data warehouse와 data lake 다음 세대의 데이터 아키텍처)을 구축할 수 있습니다. 이를 통해 단일 SQL로 구조화된 데이터와 비구조화된 데이터를 모두 실시간으로 매우 낮은 지연 시간으로 분석할 수 있습니다.

Installation and Setup

Python SDK 설치
pip install dingodb

VectorStore

DingoDB index를 감싸는 wrapper가 존재하여, semantic search나 example selection을 위한 vectorstore로 사용할 수 있습니다. 이 vectorstore를 import하려면:
from langchain_community.vectorstores import Dingo
DingoDB wrapper에 대한 자세한 안내는 이 notebook을 참조하세요
Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.
I