Create Memory
Memories API
Create Memory
Create a new memory (graph or vector)
POST
Create Memory
Documentation Index
Fetch the complete documentation index at: https://docs.duohub.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your duohub API key. Type: str
Body
application/json
Name of the memory
Type of memory storage
Available options:
graph, vector Description of the memory
Ontology type for the memory (required for graph memory type)
Available options:
culture, essays, support_requests Size of text chunks in characters for processing (only for vector memory type)
Overlap size between chunks in percentages (only for vector memory type)
Required range:
1 <= x <= 50Optional webhook URL for notifications
Whether to enable acceleration
Whether to enable fact extraction