WPSolr logo
Search
Close this search box.

OpenAI guides for WordPress & WooCommerce

Neon AI on a keyboard

GPT embeddings with Vector search for WordPress

GPT is the most widely used AI model today. But what if you wanted to use these same vectors (or embeddings) for your AI search? You could use OpenAI’s (or “GPT”) embedding models to generate embeddings and then store these GPT embeddings in a vector database solution like Weaviate, which offers a straightforward method for integrating OpenAI vectorizers. This allows you to efficiently incorporate GPT embeddings into your AI search engine or vector database. You can choose between three models : text-embedding-3-small, text-embedding-3-large and ada v2.   This guide will explain how you could add this AI search with GPT embeddings to your WordPress (or even Woocommerce) website.   Why use GPT embeddings ?   OpenAI provides the most widely used model today so why