Elasticsearch is commonly used with OpenAIs APIs in two ways:
- Using OpenAI's embedding models, such as
text-embedding-ada-002
, to transform text into a vector - Using OpenAI's Chat completions API to help answer questions given a context of documents retrieved from Elasticsearch
Available Now!
- serverless: OpenAI Completion support
Tutorials
Notebooks
- semantic search and RAG using Elasticsearch and OpenAI
- semantic search using the Inference API with the OpenAI service