Embedder Setup

GenAI Studio supports many embedding model providers out of the box with very little, if any setup. Embedding models are specific types of models that turn text into vectors, which can be stored and searched in a vector database - which is the foundation of RAG.

Supported Embedding Model Providers

Local Embedding Model Providers

  • Ollama and bge-m3 embedding model (Built-in by default)

Last updated