Skip to main content

Module routes

Module routes 

Source
Expand description

HTTP routes for the knowledge vector store.

  • POST /api/knowledge/search — semantic search
  • POST /api/knowledge/write — store a knowledge entry
  • GET /api/knowledge/stats — store statistics
  • DELETE /api/knowledge/:id — delete an entry

Structs§

KnowledgeState

Functions§

knowledge_routes