Skip to content

Commit

Permalink
add model to sample
Browse files Browse the repository at this point in the history
  • Loading branch information
guimachiavelli committed Nov 27, 2024
1 parent b91dd05 commit 4f51455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion guides/embedders/huggingface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Set up an embedder using the update settings endpoint:
"dimensions": 384,
"documentTemplate": "CUSTOM_LIQUID_TEMPLATE",
"request": {
"inputs": ["{{text}}", "{{..}}"]
"inputs": ["{{text}}", "{{..}}"],
"model": "baai/bge-small-en-v1.5"
},
"response": ["{{embedding}}", "{{..}}"]
}
Expand Down

0 comments on commit 4f51455

Please sign in to comment.