Skip to content

Commit

Permalink
Fix embedding of text chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl committed Jan 15, 2025
1 parent 18001f3 commit 6d25c88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"headers": {
"content-type": "application/json"
},
"request_body": "${parameters.input}",
"request_body": "[${parameters.input}]",
"pre_process_function": "connector.pre_process.default.embedding",
"post_process_function": "connector.post_process.default.embedding"
}
Expand Down

0 comments on commit 6d25c88

Please sign in to comment.