clean flow
This commit is contained in:
parent
403c7e7394
commit
fa74061d77
1 changed files with 3 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ graph TB
|
|||
end
|
||||
|
||||
subgraph "Processing"
|
||||
DP[DocumentProcessor]
|
||||
DP[DocumentExtraction]
|
||||
MB[MethodBase]
|
||||
end
|
||||
end
|
||||
|
|
@ -255,7 +255,7 @@ graph LR
|
|||
```
|
||||
|
||||
**References:**
|
||||
- `DocumentProcessor` - Document processing
|
||||
- `DocumentExtraction` - Document processing
|
||||
- `MethodBase` - Method framework
|
||||
- `AiCalls` - AI integration
|
||||
- `ChatObjects` - Interface management
|
||||
|
|
@ -331,7 +331,7 @@ flowchart LR
|
|||
### 3. **Document Processing → Content Extraction**
|
||||
```mermaid
|
||||
flowchart LR
|
||||
CD[ChatDocument] --> DP[DocumentProcessor]
|
||||
CD[ChatDocument] --> DP[DocumentExtraction]
|
||||
DP --> EC[ExtractedContent]
|
||||
EC --> CI[ContentItem]
|
||||
CI --> CM[ContentMetadata]
|
||||
|
|
|
|||
Loading…
Reference in a new issue