mckaywrigley/ai-brainstore

chroma help

Hugop6918 opened this issue · 1 comments

ai-brainstore@1.0.0 agent
npx tsc && node dist/index.js

chroma/clients/js/jest.config.ts:1:29 - error TS2307: Cannot find module '@jest/types' or its corresponding type declarations.

1 import type { Config } from '@jest/types'
~~~~~~~~~~~~~

chroma/clients/js/test/add.collections.test.ts:1:30 - error TS2307: Cannot find module '@jest/globals' or its corresponding type declarations.

1 import { expect, test } from '@jest/globals';
~~~~~~~~~~~~~~~

chroma/clients/js/test/client.test.ts:1:30 - error TS2307: Cannot find module '@jest/globals' or its corresponding type declarations.

1 import { expect, test } from '@jest/globals';
~~~~~~~~~~~~~~~

chroma/clients/js/test/collection.client.test.ts:1:30 - error TS2307: Cannot find module '@jest/globals' or its corresponding type declarations.

1 import { expect, test } from '@jest/globals';
~~~~~~~~~~~~~~~

chroma/clients/js/test/collection.client.test.ts:4:1 - error TS2304: Cannot find name 'beforeEach'.

4 beforeEach( async() => {


chroma/clients/js/test/collection.test.ts:1:30 - error TS2307: Cannot find module '@jest/globals' or its corresponding type declarations.

1 import { expect, test } from '@jest/globals';
                             ~~~~~~~~~~~~~~~

chroma/clients/js/test/delete.collection.test.ts:1:30 - error TS2307: Cannot find module '@jest/globals' or its corresponding type declarations.

1 import { expect, test } from '@jest/globals';
                             ~~~~~~~~~~~~~~~

chroma/clients/js/test/get.collection.test.ts:1:30 - error TS2307: Cannot find module '@jest/globals' or its corresponding type declarations.

1 import { expect, test } from '@jest/globals';
                             ~~~~~~~~~~~~~~~

chroma/clients/js/test/peek.collection.test.ts:1:30 - error TS2307: Cannot find module '@jest/globals' or its corresponding type declarations.

1 import { expect, test } from '@jest/globals';
                             ~~~~~~~~~~~~~~~

chroma/clients/js/test/query.collection.test.ts:1:30 - error TS2307: Cannot find module '@jest/globals' or its corresponding type declarations.

1 import { expect, test } from '@jest/globals';
                             ~~~~~~~~~~~~~~~

chroma/clients/js/test/update.collection.test.ts:1:30 - error TS2307: Cannot find module '@jest/globals' or its corresponding type declarations.

1 import { expect, test } from '@jest/globals';
                             ~~~~~~~~~~~~~~~

node_modules/langchain/dist/cache.d.ts:1:38 - error TS2307: Cannot find module 'redis' or its corresponding type declarations.

1 import type { RedisClientType } from "redis";
                                     ~~~~~~~


Found 12 errors in 11 files.

Errors  Files
   1  chroma/clients/js/jest.config.ts:1
   1  chroma/clients/js/test/add.collections.test.ts:1
   1  chroma/clients/js/test/client.test.ts:1
   2  chroma/clients/js/test/collection.client.test.ts:1
   1  chroma/clients/js/test/collection.test.ts:1
   1  chroma/clients/js/test/delete.collection.test.ts:1
   1  chroma/clients/js/test/get.collection.test.ts:1
   1  chroma/clients/js/test/peek.collection.test.ts:1
   1  chroma/clients/js/test/query.collection.test.ts:1
   1  chroma/clients/js/test/update.collection.test.ts:1
   1  node_modules/langchain/dist/cache.d.ts:1

any luck with this?