Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
OurBuilding Ambient Agents with LangGraph course is now available on LangChain Academy!
Open on GitHub

DocArray

DocArray is a library for nested, unstructured, multimodal data in transit,including text, image, audio, video, 3D mesh, etc. It allows deep-learning engineers to efficiently process,embed, search, recommend, store, and transfer multimodal data with a Pythonic API.

Installation and Setup

We need to installdocarray python package.

pip install docarray

Vector Store

LangChain provides an access to theIn-memory andHNSW vector stores from theDocArray library.

See ausage example.

from langchain_community.vectorstoresimport DocArrayHnswSearch
API Reference:DocArrayHnswSearch

See ausage example.

from langchain_community.vectorstores DocArrayInMemorySearch

Retriever

See ausage example.

from langchain_community.retrieversimport DocArrayRetriever
API Reference:DocArrayRetriever

[8]ページ先頭

©2009-2025 Movatter.jp