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 complete data model for a MemMachine project workspace.
Project
getDetails()
org_id
string
project_id
description
config
object
embedder
reranker
const project = client.project({ org_id: 'customer-support', project_id: 'customer-support' }); const details = await project.get(); console.log(`Project: ${details.description}`); console.log(`Using Embedder: ${details.config.embedder}`);