Skip to main content

Module http

Module http 

Source
Expand description

HTTP endpoints for the RVF server using axum.

Endpoints:

  • POST /v1/ingest - batch vector ingest
  • POST /v1/query - k-NN query
  • POST /v1/delete - delete by IDs
  • GET /v1/status - store status
  • GET /v1/health - health check

Structs§

DeleteRequest
DeleteResponse
HealthResponse
IngestRequest
IngestResponse
MetadataEntryJson
QueryRequest
QueryResponse
QueryResultEntry
StatusResponse

Enums§

MetadataValueJson

Functions§

router
Build the axum router with all endpoints.

Type Aliases§

SharedStore
Shared server state: the store behind a mutex.