Skip to content
This documentation is sourced from a third-party project and is not maintained by pgEdge.

Index

Server

This section documents the HTTP server that provides the vectorize job management and search API.

See the repository server/README.md for a higher-level getting started guide and examples.

Available pages:

  • API reference: docs/server/api/table.md - Initialize a vectorize job (POST /api/v1/table)
  • API reference: docs/server/api/search.md - Search the indexed data (GET /api/v1/search)

You can run the server locally using the instructions in server/README.md. The examples on the API pages below assume the server is running on http://localhost:8080.