Skip to content

Commit

Permalink
chore: clean the code
Browse files Browse the repository at this point in the history
  • Loading branch information
chuang8511 committed Dec 10, 2024
1 parent f421e2d commit 26c6a88
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkg/component/data/pinecone/v0/io.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
package pinecone

type taskUpsertInput struct {
ID string `instill:"id"`
Metadata interface{} `instill:"metadata"`
Values []float64 `instill:"values"`
Namespace string `instill:"namespace"`
vector
Namespace string `instill:"namespace"`
}

type taskUpsertOutput struct {
Expand Down

0 comments on commit 26c6a88

Please sign in to comment.