MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / buidMemory

Function buidMemory

examples/nextjs/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 buidMemory = (): MemoryI => ({
4 name: 'chat-with-docs',
5 description: 'Chat with given docs',
6 git: {
7 enabled: false,
8 include: ['documents/**/*'],
9 gitignore: true,
10 deployedAt: '',
11 embeddedAt: '',
12 },
13});
14
15export default buidMemory;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected