Skip to content

Commit 09ef405

Browse files
Copilotjongalloway
andcommitted
Fix bracket syntax in Vector Storage diagram causing parse error
Co-authored-by: jongalloway <68539+jongalloway@users.noreply.github.com>
1 parent 5220921 commit 09ef405

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Part 3 - Template Exploration/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,11 +457,11 @@ Here's how the automatic vector generation works when storing chunks:
457457
```mermaid
458458
%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#f4f4f4', 'primaryTextColor': '#000', 'primaryBorderColor': '#333', 'lineColor': '#333', 'secondaryColor': '#e1f5fe', 'tertiaryColor': '#f3e5f5' }}}%%
459459
flowchart TB
460-
Chunk["IngestedChunk Object<br/>---<br/>Key: Guid<br/>DocumentId: string<br/>PageNumber: int<br/>Text: 'Product features...'<br/><br/>[VectorStoreVector]<br/>Vector property → returns Text"]
460+
Chunk["IngestedChunk Object<br/>---<br/>Key: Guid<br/>DocumentId: string<br/>PageNumber: int<br/>Text: 'Product features...'<br/><br/>VectorStoreVector attribute<br/>Vector property → returns Text"]
461461
462462
Chunk -->|Call UpsertAsync| VectorCollection[Vector Collection Framework]
463463
464-
VectorCollection -->|1. Detect [VectorStoreVector] attribute| Detect{Attribute<br/>Found?}
464+
VectorCollection -->|1. Detect VectorStoreVector attribute| Detect{Attribute<br/>Found?}
465465
466466
Detect -->|Yes| Extract[2. Get value from Vector property<br/>Result: 'Product features...']
467467

0 commit comments

Comments
 (0)