Kind: Interface
Source: atloria-monorepo/libs/agent-core/src/semantic/embedder.ts
Azure OpenAI Embedding Adapter
Uses direct fetch calls to the Azure OpenAI embeddings endpoint.
Zero external dependencies — only Node.js global fetch (Node 18+).
Follows the same Azure API patterns as runtime/model-adapter.ts:
api-keyheader authentication- Deployment-based URL routing
- Rate limit (429) handling with Retry-After support
- Structured error propagation
Properties
| Property | Type |
|---|---|
endpoint | string |
apiKey | string |
model | string |
apiVersion | string |
batchSize | number |
Was this page helpful?