refactor: Remove unused code in ChromaVectorStoreComponent
This commit is contained in:
parent
2b3ca8ecc6
commit
8440f3c0bb
1 changed files with 0 additions and 5 deletions
|
|
@ -34,11 +34,6 @@ class ChromaVectorStoreComponent(LCVectorStoreComponent):
|
|||
name="persist_directory",
|
||||
display_name="Persist Directory",
|
||||
),
|
||||
StrInput(
|
||||
name="code",
|
||||
display_name="Code",
|
||||
advanced=True,
|
||||
),
|
||||
TextInput(
|
||||
name="search_query",
|
||||
display_name="Search Query",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue