Edit Data Sync Configuration: flyeroffersflat_master_v1

Number of records to process per batch
SQL WHERE clause to filter source data
Select a column (e.g., ModifiedDate, UpdatedAt, LastModified) to track data changes for incremental syncs. This column should be updated whenever a record is modified. If not specified, the system will attempt to auto-detect a suitable column.
Identity/auto-increment column. Re-run sync fetches only rows where this column > last synced ID.
Updated after each batch. Re-run fetches records where ID > this value. Clear and save to re-sync from start.
Field Mappings
Vector Configuration
Must match Ollama embedding model
Ollama Embeddings & Vector Search
Ollama server URL
Ollama embedding model name
Map SQL columns to vector fields. The source column text will be embedded using Ollama and stored in the target vector field.
Back to List