Morph + Weaviate
Morph serves code and text embedding models behind an OpenAI-compatible API. Weaviate integrates with Morph's embedding endpoint so you can vectorize and search data using Morph-hosted models directly from your Weaviate instance.
Integrations with Morph
Section titled “Integrations with Morph”Embedding models for vector search
Section titled “Embedding models for vector search”
Morph exposes embedding models over an OpenAI-compatible /v1/embeddings API at https://api.morphllm.com.
Weaviate integrates with Morph's embedding models through the text2vec-morph vectorizer module. Configure a vector index to use a Morph model and Weaviate generates embeddings for imports, vector searches, and hybrid searches automatically.
Morph embedding integration page
Summary
Section titled “Summary”This integration lets you use Morph's hosted embedding models from Weaviate without managing inference infrastructure yourself.
Get started
Section titled “Get started”Generate an API key in the Morph dashboard, then supply it to Weaviate through the MORPH_APIKEY environment variable or the X-Openai-Api-Key request header. The header name is shared with the OpenAI integration, because Morph requests are built by the same OpenAI-compatible client inside Weaviate. Then see the embedding integration page:
Questions and feedback
Section titled “Questions and feedback”Have a question or feedback? Here's how to reach us.