docs: together ai updates (#15435)

This commit is contained in:
Erick Friis 2024-01-02 16:05:53 -08:00 committed by GitHub
parent 93e924ec96
commit 620168e459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
"metadata": {}, "metadata": {},
"source": [ "source": [
"---\n", "---\n",
"sidebar_label: Together\n", "sidebar_label: Together AI\n",
"---" "---"
] ]
}, },
@ -17,7 +17,7 @@
"source": [ "source": [
"# TogetherEmbeddings\n", "# TogetherEmbeddings\n",
"\n", "\n",
"This notebook covers how to get started with Together embedding models.\n", "This notebook covers how to get started with open source embedding models hosted in the Together AI API.\n",
"\n", "\n",
"## Installation" "## Installation"
] ]
@ -44,7 +44,9 @@
"\n", "\n",
"- `TOGETHER_API_KEY`\n", "- `TOGETHER_API_KEY`\n",
"\n", "\n",
"## Usage" "## Usage\n",
"\n",
"First, select a supported model from [this list](https://docs.together.ai/docs/embedding-models). In the following example, we will use `togethercomputer/m2-bert-80M-8k-retrieval`."
] ]
}, },
{ {