Embeddings
Turn text into vectors for RAG and semantic search
Use titan-embed-text-v2 on the embeddings endpoint for RAG and vector search. It returns a 1024-dimension vector per input.
The client is constructed the same way as for chat completions: base URL ${ASTRO_GATEWAY_URL}/v1, bearer ASTRO_GATEWAY_API_KEY.
Next steps
- Knowledge stores: store the vectors somewhere your agents share
- Supported models: the full model list