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

Function useVectorStore

src/modules/localVectorStore.ts:383–391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

381loadCollection(vecStoreUploaderConfigurationState.value.collectionName);
382
383export const useVectorStore = () => {
384 return {
385 vecStoreUploaderState: vecStoreUploaderConfigurationState,
386 vectorStoreState,
387 uploadToIndex,
388 loadCollection,
389 query,
390 };
391};

Callers 2

tools.tsFile · 0.90
taskManager.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected