Skip to content

Commit fd04cb3

Browse files
added openAIEmbedding documents link
1 parent 9f00a6a commit fd04cb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

autovec_unstructured/autovec_unstructured.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,11 @@
230230
"source": [
231231
"# Selection of Buckets / Scope / Collection / Index / Embedder\n",
232232
" - Sets the bucket, scope, and collection where the documents (with vector fields) live.\n",
233-
" - `index_name` specifies the **Capella Search index name**. This is the Search index created automatically during the workflow setup (step 3.6) or manually as described in the Search Index Creation section. You can find this index name in the **Search** tab of your Capella cluster.\n",
233+
" - `index_name` specifies the **Capella Search index name**. This is the Search index created automatically during the workflow setup (step 3.6) or manually as described in the same step. You can find this index name in the **Search** tab of your Capella cluster.\n",
234234
" - `embedder` instantiates the NVIDIA embedding model that will transform the user's natural language query into a vector at search time.\n",
235235
" - `open_api_key` is the api key token created in `step 2.3`.\n",
236236
" - `open_api_base` is the Capella model services endpoint found in the models section.\n",
237+
" - for more details visit [openAIEmbeddings](https://docs.langchain.com/oss/python/integrations/text_embedding/openai).\n",
237238
"\n",
238239
"`Note that the Capella AI Endpoint also requires an additional /v1 from the endpoint if not shown on the UI`"
239240
]

0 commit comments

Comments
 (0)