Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
RAG and Structured Insights
http://localhost:8000/api/v1
POST /users/{user_id}/rag/query Content-Type: application/json {"query": "What projects am I working on?"}
{ "query": "What projects am I working on?", "response": "Based on your memories, you're working on..." }
POST /users/{user_id}/ask Content-Type: application/json { "query": "What are my preferences?", "output_schema": { "preferences": ["example"], "summary": "string" } }
{ "result": { "preferences": ["remote work", "morning meetings"], "summary": "User prefers flexible work arrangements" } }