feat: add tool mode to AstraDB search input and enable AstraDB as a vector search Tool (#5075)
adding tool mode to Search input of AstraDB
This commit is contained in:
parent
ab68e13493
commit
d4efcaa9ba
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ class AstraDBVectorStoreComponent(LCVectorStoreComponent):
|
|||
MultilineInput(
|
||||
name="search_input",
|
||||
display_name="Search Input",
|
||||
tool_mode=True,
|
||||
),
|
||||
IntInput(
|
||||
name="number_of_results",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue