zerodb_embed_text
Generate vector embeddings from text using BAAI BGE models. Useful for custom similarity calculations and manual vector operations.
Instructions
Generate vector embeddings for text using BAAI BGE models. Useful for manual vector operations or custom similarity calculations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to generate embeddings for | |
| model | No | Embedding model to use (small=384d, base=768d, large=1024d) | BAAI/bge-small-en-v1.5 |
| normalize | No | Normalize vector to unit length |