Skip to content

Commit 26c6a88

Browse files
committed
chore: clean the code
1 parent f421e2d commit 26c6a88

File tree

1 file changed

+2
-4
lines changed
  • pkg/component/data/pinecone/v0

1 file changed

+2
-4
lines changed

pkg/component/data/pinecone/v0/io.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
package pinecone
33

44
type taskUpsertInput struct {
5-
ID string `instill:"id"`
6-
Metadata interface{} `instill:"metadata"`
7-
Values []float64 `instill:"values"`
8-
Namespace string `instill:"namespace"`
5+
vector
6+
Namespace string `instill:"namespace"`
97
}
108

119
type taskUpsertOutput struct {

0 commit comments

Comments
 (0)