Change namespace advanced attribute to False in PineconeSearch (#1981)
chore(PineconeSearch.py): changed namespace advanced attribute to False
This commit is contained in:
parent
56f13c918b
commit
bcec4916d6
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ class PineconeSearchComponent(PineconeComponent, LCVectorStoreComponent):
|
|||
"input_value": {"display_name": "Input"},
|
||||
"embedding": {"display_name": "Embedding"},
|
||||
"index_name": {"display_name": "Index Name"},
|
||||
"namespace": {"display_name": "Namespace", "advanced": True},
|
||||
"namespace": {"display_name": "Namespace", "info": "Namespace for the index."},
|
||||
"distance_strategy": {
|
||||
"display_name": "Distance Strategy",
|
||||
# get values from enum
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue