MCPcopy Create free account
hub / github.com/Xyntopia/taskyon / storeIndex

Function storeIndex

src/modules/localVectorStore.ts:226–230  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

224);
225
226async function storeIndex(name: string) {
227 if (documentStore?.index) {
228 await documentStore.index.writeIndex(name);
229 }
230}
231
232const models = useCachedModels();
233

Callers 1

uploadToIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected