Use the pg_vectorize HTTP server for job management and search
mainThe pg_vectorize HTTP server provides two primary capabilities: managing vectorization jobs and performing searches on indexed data.
- Job Management: Use the
POST /api/v1/tableendpoint to initialize a vectorize job for a specific database table. - Search: Use the
GET /api/v1/searchendpoint to query the indexed vector data.
By default, the server is assumed to be running at http://localhost:8080. For local setup instructions and high-level examples, refer to the server/README.md file in the repository.