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>
pull/22801/head
Stefano Lottini 3 weeks ago committed by GitHub
parent 1055b9a309
commit 4160b700e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save