Expand description
HTTP request handlers for the REST API. Axum handler functions for the MenteDB REST API.
Functionsยง
- create_
edge - Creates a typed, weighted edge between two memories.
- create_
space - forget_
memory - Deletes a memory from the database.
- get_
memory - Retrieves a single memory by its UUID.
- grant_
space_ access - health
- Health check endpoint. Returns server uptime and status.
- ingest_
conversation - Ingest a conversation: extract memories via LLM, filter, and store them.
- list_
spaces - recall_
memories - Recalls memories matching an MQL query string.
- search_
similar - Searches for memories similar to a given embedding vector.
- stats
- Returns database statistics (memory count, index size, etc.).
- store_
memory - Stores a new memory node in the database.