chore: Remove unused vector search component and update vector store parameters format
This commit is contained in:
parent
4b495fc0a1
commit
6e88eab7f5
3 changed files with 7 additions and 6 deletions
|
|
@ -12,6 +12,5 @@ __all__ = [
|
|||
"textsplitters",
|
||||
"toolkits",
|
||||
"tools",
|
||||
"vectorsearch",
|
||||
"vectorstores",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -221,5 +221,6 @@ class Component(CustomComponent):
|
|||
return [field.name for field in inputs]
|
||||
except KeyError:
|
||||
return []
|
||||
return []
|
||||
return []
|
||||
|
||||
def build(self, **kwargs):
|
||||
self.set_attributes(kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue