Skip to content

Commit

Permalink
docs: Update example README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed Oct 28, 2023
1 parent 65d010a commit a40f7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let model: FlagEmbedding = FlagEmbedding::try_new(Default::default())?;
// With custom InitOptions
let model: FlagEmbedding = FlagEmbedding::try_new(InitOptions {
model_name: EmbeddingModel::BGEBaseEN,
show_download_message: false,
show_download_message: true,
..Default::default()
})?;

Expand Down

0 comments on commit a40f7f7

Please sign in to comment.