Commit 9ee2a63
committed
Remove unused parse_embedding_response from Bedrock embeddings
Bedrock overrides embed at the provider level (it needs per-request
SigV4 signing and cannot batch, so it issues one InvokeModel request
per text and parses the responses inline). That means the base
parse_embedding_response hook is never called, leaving it as dead code.
Drop it; embedding_url and render_embedding_payload remain and are used.1 parent 99d21f4 commit 9ee2a63
1 file changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 20 | | |
29 | 21 | | |
30 | 22 | | |
| |||
0 commit comments