Commit 2b375e3
committed
Fix an inaccurate comment in chunk_and_stitch_embed
The up-front validate_embedding_input() comment claimed the guard
covers empty and non-string inputs, but the validator only rejects an
empty list. Drop the non-string claim so the comment matches the code.1 parent 8a87c39 commit 2b375e3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
0 commit comments