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
parent 56f13c918b
commit bcec4916d6

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