Skip to content

Commit

Permalink
Add openai embedding function type (#323)
Browse files Browse the repository at this point in the history
Signed-off-by: junjie.jiang <[email protected]>
  • Loading branch information
junjiejiangjjj authored Oct 8, 2024
1 parent 0c23514 commit 85ccff4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 18 deletions.
41 changes: 23 additions & 18 deletions go-api/schemapb/schema.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/schema.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ enum DataType {
enum FunctionType{
Unknown =0;
BM25 =1;
OpenAIEmbedding =2;
}

enum FieldState {
Expand Down

0 comments on commit 85ccff4

Please sign in to comment.