Skip to content

feat(pinecone): Add support for Pinecone /embed endpoint #1347

feat(pinecone): Add support for Pinecone /embed endpoint

feat(pinecone): Add support for Pinecone /embed endpoint #1347

Re-run triggered November 17, 2024 02:01
Status Failure
Total duration 8m 18s
Artifacts

validate_new_notebooks.yml

on: pull_request
validate-new-notebooks
8m 8s
validate-new-notebooks
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
validate-new-notebooks
Type 'Index<RecordMetadata>' is missing the following properties from type 'Index<RecordMetadata>': _deleteMany, _deleteOne, _describeIndexStats, _listPaginated, and 21 more.
validate-new-notebooks
Conversion of type 'import("/home/runner/work/langchainjs/langchainjs/node_modules/@pinecone-database/pinecone/dist/data/index").Index<import("/home/runner/work/langchainjs/langchainjs/node_modules/@pinecone-database/pinecone/dist/data/vectors/types").RecordMetadata>' to type 'import("/home/runner/work/langchainjs/langchainjs/node_modules/@upstash/vector/dist/index").Index<import("/home/runner/work/langchainjs/langchainjs/node_modules/@pinecone-database/pinecone/dist/data/vectors/types").RecordMetadata>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
validate-new-notebooks
examples#build: command (/home/runner/work/langchainjs/langchainjs/examples) /tmp/xfs-8175c1ad/yarn run build exited (2)
validate-new-notebooks
Process completed with exit code 2.
validate-new-notebooks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/