Installation
pip install pgvector명령어로 Python 패키지를 설치합니다
Setup
-
첫 번째 단계는
pgvectorextension이 설치된 데이터베이스를 생성하는 것입니다. PGVector Installation Steps의 단계를 따라 데이터베이스와 extension을 설치하세요. docker image가 시작하기에 가장 쉬운 방법입니다.
Wrappers
VectorStore
Postgres vector 데이터베이스를 감싸는 wrapper가 존재하며, 이를 통해 semantic search나 example selection을 위한 vectorstore로 사용할 수 있습니다. 이 vectorstore를 import하려면:Usage
PGVector Wrapper에 대한 더 자세한 안내는 이 notebook을 참조하세요Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.