MCPcopy Index your code
hub / github.com/CommandCodeAI/BaseAI / buildMemory

Function buildMemory

examples/nodejs/baseai/memory/chat-with-docs/index.ts:3–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import {MemoryI} from '@baseai/core';
2
3const buildMemory = (): MemoryI => ({
4 name: 'chat-with-docs',
5 description: 'Chat with docs',
6 git: {
7 enabled: false,
8 include: ['documents/**/*'],
9 gitignore: true,
10 deployedAt: '',
11 embeddedAt: '',
12 },
13});
14
15export default buildMemory;

Callers 2

deploySingleDocumentFunction · 0.85
deploySingleMemoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected