이 페이지는 LangChain에서 vlite를 사용하는 방법을 다룹니다. vlite는 임베딩을 저장하고 검색하기 위한 간단하고 빠른 vector database입니다.

Installation and Setup

vlite를 설치하려면 다음 명령어를 실행하세요:
pip install vlite
PDF OCR 지원을 위해서는 vlite[ocr] extra를 설치하세요:
pip install vlite[ocr]

VectorStore

vlite는 vector database에 대한 wrapper를 제공하여, semantic search 및 example selection을 위한 vectorstore로 사용할 수 있습니다. vlite vectorstore를 import하려면:
from langchain_community.vectorstores import vlite

Usage

vlite wrapper에 대한 더 자세한 안내는 이 notebook을 참조하세요.
Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.
I