Skip to content

Commit

Permalink
Merge pull request #476 from Lanture1064/dev
Browse files Browse the repository at this point in the history
chore: fix update embedder bug
  • Loading branch information
bjwswang authored Dec 29, 2023
2 parents cc17666 + 92697be commit f481726
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apiserver/pkg/common/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ var (
Version: v1alpha1.GroupVersion.Version,
Resource: "llms",
},
"embedder": {
Group: v1alpha1.GroupVersion.Group,
Version: v1alpha1.GroupVersion.Version,
Resource: "embedders",
},
}
)

Expand Down

0 comments on commit f481726

Please sign in to comment.