Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update integrations list #163

Merged
merged 1 commit into from
May 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading