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:
Edwin Jose 2024-12-09 18:26:14 -05:00 committed by GitHub
commit d4efcaa9ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -116,6 +116,7 @@ class AstraDBVectorStoreComponent(LCVectorStoreComponent):
MultilineInput(
name="search_input",
display_name="Search Input",
tool_mode=True,
),
IntInput(
name="number_of_results",