Skip to content

Commit

Permalink
fix wrong model name
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Dec 18, 2024
1 parent 0387de0 commit b21701a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/infrastructure/weaviate/weaviate.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func newWeaviateClient(lc fx.Lifecycle, cfg config.Config) (*weaviate.Client, We
},
ModuleConfig: map[string]ModuleConfig{
"text2vec-openai": {
Model: "text-embedding-3-large",
Model: "text-embedding-3-small",
Dimensions: "3072",
Type: "text",
},
Expand Down

0 comments on commit b21701a

Please sign in to comment.