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.
The data model representing extracted knowledge or categorical facts.
SemanticMemory
category
string
feature_name
value
tag
set_id
metadata
string[]
const knowledge = searchResponse.content.semantic_memory; console.log('Knowledge points:'); console.dir(knowledge , { depth: null });