Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chroma help #15

Open
Hugop6918 opened this issue May 1, 2023 · 1 comment
Open

chroma help #15

Hugop6918 opened this issue May 1, 2023 · 1 comment

Comments

@Hugop6918
Copy link

[email protected] 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
Copy link

any luck with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants