Skip to content

Commit

Permalink
Add huggingface organization to model name (#2760)
Browse files Browse the repository at this point in the history
  • Loading branch information
bb authored Mar 20, 2024
1 parent 40e2ef7 commit ec55dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion learn/experimental/vector_search.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ curl \
"embedders": {
"default": {
"source": "huggingFace",
"model": "bge-base-en-v1.5",
"model": "BAAI/bge-base-en-v1.5",
"documentTemplate": "A movie titled '{{doc.title}}' whose description starts with {{doc.overview|truncatewords: 20}}"
}
}
Expand Down

0 comments on commit ec55dee

Please sign in to comment.