Skip to content

feat: add drop and delete methods #321

feat: add drop and delete methods

feat: add drop and delete methods #321

Triggered via pull request November 25, 2023 21:23
Status Failure
Total duration 43s
Artifacts

checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
lint: index/vectordb/pinecone/pinecone.go#L128
G601: Implicit memory aliasing in for loop. (gosec)
lint: index/vectordb/pinecone/pinecone.go#L125
shadow: declaration of "err" shadows declaration at line 119 (govet)
lint
issues found
lint: index/vectordb/redis/redis.go#L113
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
lint: index/vectordb/redis/redis.go#L122
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)