Change namespace advanced attribute to False in PineconeSearch (#1981)

chore(PineconeSearch.py): changed namespace advanced attribute to False
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-05-27 07:23:22 -07:00 committed by GitHub
commit bcec4916d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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