appmixer.ai.gemini.GenerateEmbeddings
1.0.0
Public
[{ "index": 0, "text": "chunk1", "vector": [1.1, 1.2, 1.3] }].| Field | Type | Description |
|---|---|---|
| Text | textarea | Enter the text to generate embeddings for. The text will be split into chunks and embeddings will be generated for each chunk. The maximum length is 512,000 characters. If you need more than 512,000 characters, use the 'Generate Embeddings From File' component. |
| Model | text | ID of the model to use. |
| Chunk Size | number | Maximum size of each chunk for text splitting. The default is 500. |
| Chunk Overlap | number | Overlap between chunks for text splitting to maintain context. The default is 50. |
| Field | Type | Description |
|---|---|---|
| Embeddings | - | |
| First Vector | - |