DocArray는 텍스트, 이미지, 오디오, 비디오, 3D 메시 등을 포함한 중첩되고 비구조화된 멀티모달 데이터를 전송하기 위한 라이브러리입니다. 딥러닝 엔지니어가 Pythonic API를 사용하여 멀티모달 데이터를 효율적으로 처리, 임베딩, 검색, 추천, 저장 및 전송할 수 있도록 합니다.

Installation and Setup

docarray python package를 설치해야 합니다.
pip install docarray

Vector Store

LangChain은 DocArray 라이브러리의 In-memoryHNSW vector store에 대한 액세스를 제공합니다. 사용 예제를 참조하세요.
from langchain_community.vectorstores import DocArrayHnswSearch
사용 예제를 참조하세요.
from langchain_community.vectorstores DocArrayInMemorySearch

Retriever

사용 예제를 참조하세요.
from langchain_community.retrievers import DocArrayRetriever

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