Memories API
Create Memory
Create a new memory (graph or vector)
POST
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 <= 50
Optional webhook URL for notifications
Whether to enable acceleration
Whether to enable fact extraction