From 4160b700e665815e515bad73e3e1eae32b87e882 Mon Sep 17 00:00:00 2001 From: Stefano Lottini Date: Fri, 14 Jun 2024 04:52:32 +0200 Subject: [PATCH] docs: Astra DB vectorstore, adjust syntax for automatic-embedding example (#22833) Description: Adjusting the syntax for creating the vectorstore collection (in the case of automatic embedding computation) for the most idiomatic way to submit the stored secret name. Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com> --- docs/docs/integrations/vectorstores/astradb.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/vectorstores/astradb.ipynb b/docs/docs/integrations/vectorstores/astradb.ipynb index a4f0c7c1bc..136279663d 100644 --- a/docs/docs/integrations/vectorstores/astradb.ipynb +++ b/docs/docs/integrations/vectorstores/astradb.ipynb @@ -245,7 +245,7 @@ " provider=\"openai\",\n", " model_name=\"text-embedding-3-small\",\n", " authentication={\n", - " \"providerKey\": \"MY_OPENAI_API_KEY.providerKey\",\n", + " \"providerKey\": \"MY_OPENAI_API_KEY\",\n", " },\n", ")\n", "\n",