Skip to content

Commit

Permalink
Update integrations list (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthecheung authored May 14, 2024
1 parent 3a2c848 commit 69eca47
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,21 +331,23 @@ maintained by the Genkit team:
<tr>
<td><code>googleai</code></td>
<td>
<b>Generative models</b>: Gemini Pro, Gemini Pro Vision<br>
<b>Generative models</b>: Gemini Pro, Gemini 1.5 Pro, Gemini Pro Vision<br>
<b>Embedding models</b>: Gecko text embedding<br>
</td>
</tr>
<tr>
<td><code>vertexai</code></td>
<td>
<b>Generative models</b>: Gemini Pro, Gemini Pro Vision, Imagen2 <br>
<b>Generative models</b>: Gemini Pro, Gemini 1.5 Pro, Gemini Pro Vision, Imagen2,
Anthropic Claude 3<br>
<b>Embedding models</b>: Gecko text embedding<br>
<b>Evaluators</b>: Vertex AI evaluation
</td>
</tr>
<tr>
<td><code>ollama</code></td>
<td>
<b>Generative models</b>: Many local models, including Gemma, Llama 2, Mistral, and more<br>
<b>Generative models</b>: Many local models, including Gemma, Llama 3, Mistral, and more<br>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -373,6 +375,12 @@ maintained by the Genkit team:
<b>Vector database</b>: Cloud Firestore vector store<br>
</td>
</tr>
<tr>
<td><code>langchain</code></td>
<td>
Use LangChain chains and utilities in Genkit flows
</td>
</tr>
</table>
## Get started
Expand Down

0 comments on commit 69eca47

Please sign in to comment.