Change language around records --> vectors where appropriate (#288) #794
pr.yml
on: push
Matrix: testing / Run integration tests
Linting, formatting, documentation, etc
26s
testing
/
Run unit tests
36s
testing
/
Example app: semantic search
48s
Matrix: testing / TS compile
testing
/
Clean up integration tests
22s
Annotations
4 errors
describe index › happy path › describe index:
src/errors/handling.ts#L37
PineconeConnectionError: Request failed to reach Pinecone. This can occur for reasons such as network problems that prevent the request from being completed, or a Pinecone API outage. Check your network connection, and visit https://status.pinecone.io/ to see whether any outages are ongoing.
at src/errors/handling.ts:37:12
at step (src/errors/handling.ts:33:23)
at Object.next (src/errors/handling.ts:14:53)
at src/errors/handling.ts:8:71
at Object.<anonymous>.__awaiter (src/errors/handling.ts:4:12)
at handleApiError (src/errors/handling.ts:13:15)
at src/control/createIndex.ts:278:37
at step (src/control/createIndex.ts:33:23)
at Object.throw (src/control/createIndex.ts:14:53)
at rejected (src/control/createIndex.ts:6:65)
|
describe index › happy path › describe index:
src/errors/http.ts#L156
PineconeNotFoundError: A call to https://api.pinecone.io/indexes/node-describeindex-rsl9whzu returned HTTP status 404.
at mapHttpStatusError (src/errors/http.ts:156:14)
at src/errors/handling.ts:23:30
at step (src/errors/handling.ts:33:23)
at Object.next (src/errors/handling.ts:14:53)
at fulfilled (src/errors/handling.ts:5:58)
|
testing / Run integration tests (prod, 20.x, bun, node, 1.0.36)
Process completed with exit code 1.
|
testing / Run integration tests (prod, 20.x, bun, node, 1.1.11)
Process completed with exit code 1.
|