Welcome! This notebook will walk you through Ask Sage's new OpenAI-compatible API endpoints.
Ask Sage now supports the OpenAI message format, making it easy to:
- Switch from OpenAI to Ask Sage with minimal code changes
- Use popular libraries like LangChain and LlamaIndex
- Leverage the standard OpenAI API format you already know
- New OpenAI-Compatible Endpoints (
/v1/*) - Pure OpenAI standard - Existing Ask Sage Endpoints (
/query) - Now accepts both formats
Let's explore both!