Address comments, minor cleanups (#27475)

This commit is contained in:
Lance Martin 2024-10-21 08:10:16 -07:00 committed by GitHub
parent 8033cae96a
commit 8484c23c72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -128,6 +128,8 @@ print("Cosine Similarity:", similarity)
::: :::
## Advanced
### Embedding with higher granularity ### Embedding with higher granularity
![](/img/embeddings_colbert.png) ![](/img/embeddings_colbert.png)

View File

@ -17,7 +17,7 @@
"source": [ "source": [
"# ChatGroq\n", "# ChatGroq\n",
"\n", "\n",
"This will help you getting started with Groq [chat models](../../concepts.mdx#chat-models). For detailed documentation of all ChatGroq features and configurations head to the [API reference](https://python.langchain.com/api_reference/groq/chat_models/langchain_groq.chat_models.ChatGroq.html). For a list of all Groq models, visit this [link](https://console.groq.com/docs/models).\n", "This will help you getting started with Groq [chat models](../../concepts/chat_models.mdx). For detailed documentation of all ChatGroq features and configurations head to the [API reference](https://python.langchain.com/api_reference/groq/chat_models/langchain_groq.chat_models.ChatGroq.html). For a list of all Groq models, visit this [link](https://console.groq.com/docs/models).\n",
"\n", "\n",
"## Overview\n", "## Overview\n",
"### Integration details\n", "### Integration details\n",

View File

@ -18,7 +18,7 @@
"# ChatTogether\n", "# ChatTogether\n",
"\n", "\n",
"\n", "\n",
"This page will help you get started with Together AI [chat models](../../concepts.mdx#chat-models). For detailed documentation of all ChatTogether features and configurations head to the [API reference](https://python.langchain.com/api_reference/together/chat_models/langchain_together.chat_models.ChatTogether.html).\n", "This page will help you get started with Together AI [chat models](../../concepts/chat_models.mdx). For detailed documentation of all ChatTogether features and configurations head to the [API reference](https://python.langchain.com/api_reference/together/chat_models/langchain_together.chat_models.ChatTogether.html).\n",
"\n", "\n",
"[Together AI](https://www.together.ai/) offers an API to query [50+ leading open-source models](https://docs.together.ai/docs/chat-models)\n", "[Together AI](https://www.together.ai/) offers an API to query [50+ leading open-source models](https://docs.together.ai/docs/chat-models)\n",
"\n", "\n",