We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b464b commit 68a1907Copy full SHA for 68a1907
supporting-blog-content/context-engineering-mistral-completions/notebook.ipynb
@@ -62,7 +62,9 @@
62
"MISTRAL_API_KEY = \"<your_mistral_api_key_here>\"\n",
63
"\n",
64
"MISTRAL_MODEL = \"mistral-large-latest\" # Mistral model to use\n",
65
- "INFERENCE_ENDPOINT_NAME = \"mistral-embeddings-chat-completion\" # Name for the inference endpoint\n",
+ "INFERENCE_ENDPOINT_NAME = (\n",
66
+ " \"mistral-embeddings-chat-completion\" # Name for the inference endpoint\n",
67
+ ")\n",
68
69
"ELASTICSEARCH_HEADERS = {\n",
70
" \"Authorization\": f\"ApiKey {ELASTICSEARCH_API_KEY}\",\n",
0 commit comments