feat: support npm:postgres
#5493
Annotations
6 errors and 2 warnings
packages/llamaindex/e2e/node/vector-store/pg-vector-store.e2e.ts#L52
Conversion of type 'IsomorphicDB' to type 'Client' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
packages/llamaindex/e2e/node/vector-store/pg-vector-store.e2e.ts#L74
Conversion of type 'IsomorphicDB' to type 'Client' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
examples/vector-store/pg/neon.ts#L4
Cannot find module 'postgres' or its corresponding type declarations.
|
examples/tsconfig.json#L16
Referenced project '/home/runner/work/LlamaIndexTS/LlamaIndexTS/examples/readers/tsconfig.json' must have setting "composite": true.
|
examples/tsconfig.json#L19
Cannot write file '/home/runner/work/LlamaIndexTS/LlamaIndexTS/examples/lib/.tsbuildinfo' because it will overwrite '.tsbuildinfo' file generated by referenced project '/home/runner/work/LlamaIndexTS/LlamaIndexTS/examples/vector-store/pg/tsconfig.json'
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "typecheck-build-dist".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job failed
Loading