Commit 76b8a05
[DOC] Update VectorDBTool: document runtime override for index and embedding_field (#12203)
* Update VectorDBTool docs: index and embedding_field are now optional
index and embedding_field can now be provided at runtime by the LLM
(e.g., via function calling in conversational agents). Runtime values
take priority over registered defaults.
Resolves #12202
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
* Keep index and embedding_field as Required, add runtime override note
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
* Apply suggestions from code review
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
---------
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>1 parent df11b96 commit 76b8a05
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
| 222 | + | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments