# Embeddings provider integrations

This section contains information about different LLM models you can use with SurrealDB.

SurrealDB offers comprehensive support for vector embeddings, enabling powerful semantic search and machine learning capabilities across your data. Through integrations with leading embedding providers, you can easily store, index and query high-dimensional vectors alongside your regular data.

- [Quick start with Python](/docs/build/integrations/embeddings-providers/python-quickstart.md) - LangChain, Ollama, Mistral, and more

- [Quick start with Rust](/docs/build/integrations/embeddings-providers/rust-quickstart.md) - Mistral, Ollama, and more

## Full examples

<table>
  <tbody>
    <tr>
      <td><a href="/docs/build/integrations/embeddings-providers/mistral.md">Mistral</a></td>
      <td>Mistral AI's embedding model and SurrealDB vector search (Python and Rust)</td>
    </tr>
    <tr>
      <td><a href="/docs/build/integrations/embeddings-providers/openai.md">OpenAI</a></td>
      <td>OpenAI's embedding service and SurrealDB vector search (Python and Rust)</td>
    </tr>
  </tbody>
</table>
