Create Memory
API Reference
Memories
添加记忆 - 异步队列处理
记忆添加操作通过 Celery 队列异步处理,防止 LLM 被打爆。 返回 task_id 可用于查询处理状态。
POST
Create Memory
The Memories API allows you to store, retrieve, search, and manage memories for your AI applications.
Create Memory
Create a new memory. The memory is processed asynchronously with AI classification.string
required
The memory content to store
string
default:"default"
Project ID for organizing memories
object
Additional metadata for the memory
Request
Response
List Memories
Retrieve all memories for the authenticated user.string
Filter by project ID
integer
default:"100"
Maximum number of results
integer
default:"0"
Number of results to skip
Request
Response
Get Memory
Retrieve a specific memory by ID.Delete Memory
Delete a memory by ID.Response
Search Memories
Search memories using vector similarity and keyword matching.string
required
Search query string
string
Filter by project ID
integer
default:"10"
Maximum number of results