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

Interface Document

packages/baseai/src/utils/memory/db/lib.ts:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17type Chunk = z.infer<typeof ChunkSchema>;
18
19interface Document {
20 name: string;
21 chunkIds: string[];
22}
23
24interface Schema {
25 documents: { [name: string]: Document };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected