Skip to content

Embeddings

Build5Nines.SharpVector includes the following support for using AI Models to generate the text embeddings for the vector database instead of generating them locally. The use of an AI Embeddings model can greatly increase the quality of the semantic search.

  • OpenAI Embeddings


    Use OpenAI and/or Azure OpenAI Service embeddings models like text-embedding-ada-002 or others.

    Getting started

  • Ollama Embeddings


    Use Ollama embeddings models like nomic-embed-text or others.

    Get Started