docs: make astra vectorize provider key advanced param (#2639)

This commit is contained in:
Jordan Frazier 2024-07-11 10:11:38 -07:00 committed by GitHub
commit 7d3d621045
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,12 +66,13 @@ class AstraVectorizeComponent(Component):
MessageTextInput(
name="api_key_name",
display_name="Provider API Key Name",
info="The name of the embeddings provider API key stored on Astra. If set, it will override the 'ProviderKey' in the authentication parameters.",
info="The name of the embeddings provider API key stored on Astra.",
),
SecretStrInput(
name="provider_api_key",
display_name="Provider API Key",
info="An alternative to the Astra Authentication that passes an API key for the provider with each request to Astra DB. This may be used when Vectorize is configured for the collection, but no corresponding provider secret is stored within Astra's key management system.",
advanced=True,
),
DictInput(
name="authentication",