mckaywrigley / ai-brainstore

Come join the best place on the internet to learn AI skills. Use code "aibrainstore" for an extra 20% off.
https://JoinTakeoff.com
MIT License
692 stars 101 forks source link

chroma help #15

Open Hugop6918 opened 1 year ago

Hugop6918 commented 1 year ago

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

reconrad48 commented 1 year ago

any luck with this?