Skip to content

Commit b2eda38

Browse files
authored
Fix formatting in DATA_PIPELINE.md
1 parent 9a01798 commit b2eda38

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/DATA_PIPELINE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,14 @@ AZURE_OPENAI_EMBEDDING_DEPLOYMENT=text-embedding-3-small
223223

224224
## Environment Variable Reference
225225

226-
| Variable | Default | Description |
226+
| Variable | Default | Description |
227227
|----------------------------|---------|--------------------------------------------------------|
228-
| `COSMOS_SKIP_IF_EXISTS` | `true` | Skip import if container already has data |
229-
| `COSMOS_FORCE_INGEST` | `false` | Force re-import even if data exists (overrides skip) |
230-
| `COSMOS_DB_ENDPOINT` | - | Cosmos DB account endpoint URL |
231-
| `COSMOS_DB_KEY` | - | Cosmos DB account key (optional if using AAD) |
232-
| `COSMOS_DB_NAME` | - | Database name |
233-
| `COSMOS_DB_CONTAINER_NAME` | - | Container name for product catalog |
228+
| `COSMOS_SKIP_IF_EXISTS` | `true` | Skip import if container already has data |
229+
| `COSMOS_FORCE_INGEST` | `false` | Force re-import even if data exists (overrides skip) |
230+
| `COSMOS_DB_ENDPOINT` | - | Cosmos DB account endpoint URL |
231+
| `COSMOS_DB_KEY` | - | Cosmos DB account key (optional if using AAD) |
232+
| `COSMOS_DB_NAME` | - | Database name |
233+
| `COSMOS_DB_CONTAINER_NAME` | - | Container name for product catalog |
234234

235235
## Verification
236236

0 commit comments

Comments
 (0)