이 페이지는 LangChain 내에서 Epsilla를 사용하는 방법을 다룹니다. 설치 및 설정, 그리고 특정 Epsilla wrapper에 대한 참조, 이렇게 두 부분으로 나뉩니다.

Installation and Setup

  • pip/pip3 install pyepsilla 명령어로 Python SDK를 설치하세요

Wrappers

VectorStore

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