Spaces:
Sleeping
Sleeping
File size: 25,854 Bytes
e7586f8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 | # Document Ingestion Pipeline - Detailed Explanation
**Date**: March 26, 2026
**System**: RBAC-Enforced RAG with Groq + SentenceTransformer
---
## Overview
The ingestion pipeline transforms raw documents into queryable chunks with embeddings and RBAC metadata. It consists of **7 stages** designed to preserve document hierarchy while enabling secure, semantic search.
```
RAW DOCUMENT β PARSE β POST-PROCESS β EXTRACT HIERARCHY β CHUNK β EMBED β STORE
(PDF) (Docling) (ResultPostprocessor) (Tree walk) (512tok) (384dim) (Qdrant)
```
---
## Stage 1: Document Parsing (Docling)
### Input
- File format: **PDF, DOCX, Markdown, TXT**
- File location: Provided via API endpoint `/admin/ingest`
- Maximum size: 100MB (configurable)
### Process
```
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β DOCLING PARSER INITIALIZATION β
β β
β DocumentConverter() β
β ββ PDF handler: pdfplumber β
β ββ DOCX handler: python-docx β
β ββ Markdown handler: markdown parser β
β ββ Auto-detects format from extension β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββββββββββββββββ
β Validate file β
β β Exists β
β β Readable β
β β Size within limits β
ββββββββββ¬ββββββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββββββββββββββββ
β converter.convert(file_path) β
β β
β Returns: ConversionResult β
β Field: .document β
β Type: DoclingDocument β
ββββββββββ¬ββββββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββββββββββββββββ
β Extract document structure β
β β Heading levels β
β β Table of contents β
β β Section breaks β
β β Inline formatting β
β β Tables & lists β
ββββββββββββββββββββββββββββββββββ
```
### Output
```python
DoclingDocument {
blocks: [ # Structured content blocks
Header, # # Heading 1
Paragraph, # Body text
List, # Bullet/numbered lists
Table, # Tabular data
...
],
metadata: {
title,
author,
created_date,
}
}
```
### Code Location
**File**: `ingestion/docling_parser.py:parse_document()`
```python
result = self.converter.convert(path)
return {
"document": result.document,
"text": result.document.export_to_markdown(),
}
```
---
## Stage 2: Post-Processing (Hierarchy Preservation)
### Purpose
Maintain hierarchical structure after parsing. Some documents lose structure during parsing β post-processing restores it.
### Process
```
PARSED DOCLING DOCUMENT
β
βΌ
ββββββββββββββββββββββββββββββββββββββββββββββββββββ
β ResultPostprocessor(result) β
β β
β Analyzes document structure: β
β β Identifies header levels (H1, H2, H3...) β
β β Groups content by section β
β β Preserves nesting relationships β
β β Maintains reading order β
β β Reconstructs table of contents β
ββββββββββββ¬ββββββββββββββββββββββββββββββββββββββββ
β
βΌ
.process() β Returns processed result
β
ββ β
Success: Return structured document
β (hierarchy preserved)
β
ββ β Fail: Use raw document as fallback
(graceful degradation)
```
### Key Features
| Feature | Benefit |
|---------|---------|
| Header Level Detection | Understand document structure |
| Nesting Preservation | Maintain parent-child relationships |
| Reading Order | Correct text flow especially with multi-column |
| Table/List Handling | Keep tabular data intact |
### Code Location
**File**: `ingestion/docling_parser.py:parse_document()` (Lines 38-47)
```python
# Post-process result to maintain hierarchical structure
try:
result_postprocessor = ResultPostprocessor(result)
result = result_postprocessor.process()
logger.debug(f"Applied post-processing to {path.name}")
except Exception as e:
logger.warning(f"Post-processing failed, using raw result: {str(e)}")
# Continue with raw result if post-processing fails
```
---
## Stage 3: Hierarchy Extraction
### Purpose
Build a tree representation of the document structure for chunking.
### Process
```
POST-PROCESSED DOCUMENT
β
βΌ
walk_document_tree()
β
ββ Recursive depth-first traversal
β
ββ Extract at each level:
ββ Element type (Header, Paragraph, List, Table)
ββ Content text
ββ Hierarchy depth
ββ Parent element ID
ββ Parent section title
HIERARCHY STRUCTURE:
Depth 0: Document root
β
Depth 1: ββ # Introduction
β β
Depth 2: β ββ ## Background
β β β
Depth 3: β β ββ ### Key Concepts
β β ββ ### Related Work
β β
β ββ ## Methodology
β
Depth 1: ββ # Results
β
Depth 2: ββ ## Findings
```
### Generated Hierarchy Data
```python
[
(0, {
"id": "doc_001_root",
"type": "Document",
"text": "Overall content...",
"depth": 0,
}, None), # parent_id = None (root)
(1, {
"id": "doc_001_h1_intro",
"type": "Header",
"text": "Introduction",
"depth": 1,
"is_heading": True,
}, "doc_001_root"), # parent = root
(2, {
"id": "doc_001_h2_bg",
"type": "Header",
"text": "Background",
"depth": 2,
"is_heading": True,
}, "doc_001_h1_intro"), # parent = intro
(2, {
"id": "doc_001_p_bg_content",
"type": "Paragraph",
"text": "The background explains...",
"depth": 2,
}, "doc_001_h2_bg"), # parent = background section
]
```
### Code Location
**File**: `ingestion/docling_parser.py:extract_hierarchy()`
**Method**: `_walk_document_tree()` (recursive)
---
## Stage 4: Hierarchical Chunking
### Purpose
Break document into semantic chunks while preserving context and hierarchy.
### Process
#### Step 1: Split into Paragraphs
```
CLEANED DOCUMENT TEXT
β
βΌ
Split by:
ββ Markdown headers (#, ##, ###, etc.)
ββ Double newlines (paragraph breaks)
ββ Logical section boundaries
Output: List of paragraphs
```
#### Step 2: Build Section Summaries
```
PARAGRAPHS
β
βΌ
Group by hierarchy level:
ββ Section 1 (H1: Introduction)
β β
β ββ Subsection 1.1 (H2: Background)
β β ββ Content paragraph
β β ββ Content paragraph
β β ββ Content paragraph
β β
β ββ Subsection 1.2 (Methodology)
β ββ [paragraphs]
β
ββ Section 2 (H1: Results)
ββ [paragraphs]
Result: Section metadata for context injection
```
#### Step 3: Tokenize & Split
```
EACH PARAGRAPH/SECTION
β
βΌ
Count tokens
β
βββββ΄βββββββ
β β
< 512 tok β₯ 512 tok
β β
ββ Keep ββ Split recursively
β
ββ One chunk
```
#### Step 4: Apply Overlap
```
CHUNKS:
Chunk 1: [Tok 0-512]
ββ
βββ Overlap region (20%)
β
Chunk 2: [Tok 410-922] β Starts at 410 (20% overlap)
ββ
βββ Overlap region (20%)
β
Chunk 3: [Tok 738-1250] β Starts at 738 (20% overlap)
Benefits:
β Context continuity
β Semantic coherence
β Prevents mid-sentence cuts
β Enables cross-chunk relationships
```
### Configuration
```python
# From config.py
CHUNKING_CONFIG = {
"max_leaf_chunk_tokens": 512, # Max tokens per chunk
"overlap_tokens": 102, # ~20% for 512-tok chunks
"min_chunk_tokens": 50, # Skip tiny chunks
"chunk_type_detection": True, # Detect paragraph types
}
```
### Output: Chunk Objects
```python
Chunk {
id: "finance_policy_chunk_001",
text: "The financial policy states...",
source_document: "finance_policy.pdf",
collection: "finance",
access_roles: ["finance", "c_level"],
# Hierarchy context
section_title: "Financial Policies",
subsection_title: "Investment Guidelines",
depth: 2,
parent_chunk_id: "finance_policy_chunk_000",
parent_summary: "This section covers key policy areas...",
# Content type
chunk_type: "paragraph",
page_number: 5,
}
```
### Code Location
**File**: `ingestion/hierarchical_chunker.py:chunk_document()`
**Key Methods**:
- `_split_into_paragraphs()` β Split by structure
- `_split_paragraph_into_chunks()` β Tokenize
- `_build_section_summaries()` β Create context
---
## Stage 5: Add RBAC Metadata
### Purpose
Attach role-based access control information to chunks.
### Process
```
CHUNK FROM STAGE 4
β
βΌ
SET ACCESS CONTROL
ββββββββββββββββββββββββββββββββββ
β collection β access_roles map β
β β
β Collection: "finance" β
β Maps to roles: β
β ββ "finance" (direct access) β
β ββ "c_level" (executive) β
ββββββββββ¬ββββββββββββββββββββββββ
β
βΌ
ADD METADATA FILTERS
ββββββββββββββββββββββββββββββββββ
β { β
β "collection": "finance", β
β "access_roles": [ β
β "finance", β
β "c_level" β
β ], β
β "section_title": "...", β
β "chunk_type": "paragraph", β
β "source_doc": "policy.pdf" β
β } β
ββββββββββ¬ββββββββββββββββββββββββ
β
βΌ
GENERATE UNIQUE ID
finance_policy_001 (deterministic hash)
```
### RBAC Role-to-Collection Mapping
```python
ROLE_COLLECTION_ACCESS = {
"employee": ["general"],
"finance": ["general", "finance"],
"engineering": ["general", "engineering"],
"marketing": ["general", "marketing"],
"c_level": ["general", "finance", "engineering", "marketing", "hr"],
}
```
**Enforcement**: When searching, filter by:
```python
Qdrant filter: {
"access_roles": {"any": [user_role]}
}
```
Only chunks marked as accessible by the user's role will be returned.
---
## Stage 6: Generate Embeddings
### Purpose
Convert chunk text to semantic vectors for similarity search.
### Process
```
CHUNKS WITH METADATA
β
βΌ
FOR EACH CHUNK:
ββ chunk.text
β
βΌ
SentenceTransformer(
model="all-MiniLM-L6-v2"
)
β
ββ Input: Text string
β (max ~512 tokens, already chunk size)
β
ββ Processing:
β 1. Tokenize (subwords)
β 2. Embed with transformer
β 3. Pool: extract [CLS] token
β 4. Normalize: L2 normalization
β
βΌ
OUTPUT: 384-dimensional vector
[0.234, -0.156, 0.892, ..., 0.123]
(384 float values)
PERFORMANCE:
βββββββββββββββββββββββββββββββββββββββ
β Latency: ~10ms per chunk β
β Model size: ~80MB (on disk) β
β Memory: ~200MB (loaded) β
β Cost: FREE (local) β
β Alternative: OpenAI (optional) β
β - Cost: $0.02/1M tokens β
β - Latency: 100ms per chunk β
β - Dimensions: 1536 (larger) β
βββββββββββββββββββββββββββββββββββββββ
Why SentenceTransformer:
β Local inference (no API calls)
β Fast (10x faster than API)
β Free (no per-token cost)
β Privacy (no data sent to OpenAI)
β Offline capable (works without internet)
β Proven for semantic search (384 dims sufficient)
```
### Vector + Metadata Package
```python
PointStruct {
id: 12345,
vector: [0.234, -0.156, ..., 0.123], # 384 floats
payload: {
"chunk_text": "The policy...",
"source_document": "finance_policy.pdf",
"collection": "finance",
"access_roles": ["finance", "c_level"],
"section_title": "Investment Guidelines",
"chunk_type": "paragraph",
"depth": 2,
}
}
```
### Code Location
**File**: `vector_store.py:embed_chunks()`
```python
model = SentenceTransformer("all-MiniLM-L6-v2")
embeddings = model.encode(
[chunk.text for chunk in chunks]
) # Returns: List[List[float]] (384-dim vectors)
```
---
## Stage 7: Store in Qdrant Vector Database
### Purpose
Index vectors and metadata for fast semantic search with RBAC filtering.
### Process
```
EMBEDDINGS + METADATA
β
βΌ
ββββββββββββββββββββββββββββββββββββββββ
β QDRANT COLLECTION SETUP β
β β
β collection_name: "document_chunks"β
β vector_size: 384 β
β distance_metric: cosine β
β indexing_config: HNSW β
ββββββββββββ¬ββββββββββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββββββββββββββββββββββ
β ADD POINTS TO INDEX β
β β
β for each chunk: β
β ββ Point ID (sequential) β
β ββ Vector (384 floats) β
β ββ Metadata payload β
β β ββ access_roles: [...] β
β β ββ collection: "finance" β
β β ββ ... (other fields) β
β β β
β ββ Insert into index β
ββββββββββββ¬ββββββββββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββββββββββββββββββββββ
β BUILD VECTOR INDEX β
β β
β Algorithm: HNSW β
β (Hierarchical Navigable Small World)
β β
β Benefits: β
β β Fast approximate search β
β β Memory efficient β
β β Scales to millions of vectors β
β β Sub-millisecond queries β
ββββββββββββ¬ββββββββββββββββββββββββββββ
β
βΌ
ββββββββββββββββββββββββββββββββββββββββ
β READY FOR SEARCH β
β β
β Search query: β
β ββ Embed query (SentenceTransformer)
β ββ Find similar vectors (HNSW) β
β ββ Filter by access_roles β
β ββ Return top-k chunks β
ββββββββββββββββββββββββββββββββββββββββ
```
### Qdrant Storage Structure
```yaml
Collection: document_chunks
Vector Config:
size: 384
distance: cosine
hnsw:
m: 16 # Connections per node
ef_construct: 200
ef: 100
Points:
- id: 1
vector: [0.234, -0.156, ..., 0.123]
payload:
chunk_text: "..."
source_document: "annual_budget_report.docx"
collection: "finance"
access_roles: ["finance", "c_level"]
section_title: "Investment Guidelines"
chunk_type: "paragraph"
depth: 2
page_number: 5
- id: 2
vector: [0.445, 0.678, ..., -0.234]
payload:
# ... similar structure
```
### Query-Time Search
```
USER QUERY (e.g., "What's the financial policy?")
β
βΌ
EMBED QUERY
model.encode("What's the financial policy?")
β
βΌ
[0.123, 0.456, ..., 0.789] (384 floats)
β
βΌ
QDRANT SEARCH
{
"vector": [0.123, 0.456, ..., 0.789],
"limit": 5,
"filter": {
"access_roles": {
"any": ["finance"] # User role
}
}
}
β
βΌ
RESULTS (top-5 by similarity):
[
{id: 1, score: 0.92, payload: {...}},
{id: 5, score: 0.87, payload: {...}},
{id: 12, score: 0.81, payload: {...}},
{id: 8, score: 0.79, payload: {...}},
{id: 15, score: 0.76, payload: {...}},
]
```
### Code Location
**File**: `vector_store.py:store_chunks()`
```python
client = QdrantClient(":memory:") # or cloud URL
client.upsert(
collection_name="document_chunks",
points=[
PointStruct(
id=chunk_id,
vector=embedding,
payload=chunk_metadata,
)
for chunk_id, embedding in zip(chunk_ids, embeddings)
]
)
```
---
## End-to-End Data Flow Example
### Scenario: Ingesting a Finance PDF
```
1. UPLOAD STAGE
File: /uploads/annual_budget_report.docx
Size: 2.5 MB
Type: DOCX
2. PARSE STAGE (Docling)
β Converted to DoclingDocument
β Extracted: 250 paragraphs, 15 tables, 8 sections
β Hierarchy: 3 levels deep (H1, H2, H3)
3. POST-PROCESS STAGE
β ResultPostprocessor applied
β Hierarchy preserved
β Headers recognized: H1 (3), H2 (8), H3 (15)
4. EXTRACT HIERARCHY
β Tree built: 26 nodes
β Parent-child relationships: 23
β Depth levels: 0-3
5. CHUNK STAGE
β Split into 50 paragraphs
β Applied overlap: 20%
β Created chunks:
- avg_size: 256 tokens
- count: 47 chunks
- min_size: 50 tokens
- max_size: 512 tokens
6. METADATA STAGE
β Collection: "finance"
β Access roles: ["finance", "c_level"]
β Unique IDs: financial_policy_2024_001, ..., _047
7. EMBEDDING STAGE
β Model: all-MiniLM-L6-v2
β Encoded 47 chunks
β Total time: ~470ms (10ms per chunk)
β Vectors: 47 Γ 384 float array
8. STORE STAGE
β Created Qdrant points
β Added to collection: document_chunks
β Indexed for search
β Ready for queries
FINAL RESULT:
β
47 searchable chunks
β
Full hierarchy preserved
β
RBAC enforced at search time
β
Latency: ~500ms (parsing + chunking + embedding)
β
Cost: FREE (all local operations)
```
---
## Configuration & Tuning
### Chunking Parameters
```python
CHUNKING_CONFIG = {
"max_leaf_chunk_tokens": 512,
"overlap_tokens": 102, # 20% of 512
"min_chunk_tokens": 50,
"chunk_type_detection": True,
}
```
**Impact**:
- **Larger chunks** (512+): Better context, fewer chunks, higher latency
- **Smaller chunks** (<256): More chunks, better granularity, may split sentences
- **Higher overlap** (30%): Better context preservation, more redundancy
- **Lower overlap** (10%): Fewer chunks, may lose context at boundaries
### Embedding Model Selection
| Model | Dimensions | Speed | Cost | Use Case |
|-------|-----------|-------|------|----------|
| all-MiniLM-L6-v2 | 384 | 10ms | FREE | β
Default (balanced) |
| all-mpnet-base | 768 | 20ms | FREE | Slower but more accurate |
| all-MiniLM-L12-v2 | 384 | 15ms | FREE | Better accuracy than L6 |
| OpenAI embedding | 1536 | 100ms | $0.02/M | Deprecated (costly) |
### Qdrant Configuration
```python
QDRANT_CONFIG = {
"vector_size": 384,
"distance": "cosine", # Semantic similarity
"hnsw": {
"m": 16, # Connections per node
"ef_construct": 200,
"ef": 100,
}
}
# Memory mode (dev/testing)
client = QdrantClient(":memory:")
# Persistent (production)
client = QdrantClient("./qdrant_storage")
# Cloud / Production (Persistent & Managed)
# Mandatory for free-tier hosting (Hugging Face Spaces) to persist data
client = QdrantClient(
url=os.getenv("QDRANT_URL"),
api_key=os.getenv("QDRANT_API_KEY"),
prefer_grpc=True
)
```
---
## Performance Metrics
### Ingestion Times (per 100 chunks)
| Stage | Time | % of Total |
|-------|------|-----------|
| Parse (PDF) | 200ms | 15% |
| Post-process | 50ms | 4% |
| Extract hierarchy | 30ms | 2% |
| Chunk | 100mm | 7% |
| Metadata | 20ms | 1% |
| Embed | 1000ms | 71% |
| Store (Qdrant) | 30ms | 2% |
| **TOTAL** | **1430ms** | **100%** |
**Bottleneck**: Embedding generation (SentenceTransformer)
**Optimization**: Batch encode all chunks at once (vs. one-by-one)
### Storage Size (per 100 chunks)
| Component | Size |
|-----------|------|
| Raw text | 50 KB |
| Metadata | 5 KB |
| Embeddings (384 Γ 100 floats) | 150 KB |
| Qdrant index overhead | 50 KB |
| **TOTAL** | **~255 KB** |
**For 10,000 chunks**: ~25 MB (easily fits in memory)
---
## Error Handling & Graceful Degradation
### Stage-by-Stage Resilience
```
Parse Error
ββ Corrupted PDF
ββ Unsupported format
ββ β Log & skip file
Post-process Error
ββ Hierarchy extraction fails
ββ β Use raw document (degraded)
Chunking Error
ββ Text encoding fails
ββ β Use whole text as one chunk
Embedding Error
ββ SentenceTransformer fails
ββ β Log & skip (user alerted)
Storage Error
ββ Qdrant unavailable
ββ β Queue for later ingestion
(persist to disk)
```
### Fallback Strategy
```python
# If post-processing fails
try:
result = ResultPostprocessor(result).process()
except Exception:
result = raw_result # Use raw parse
# If embedding fails
try:
embeddings = model.encode(chunks)
except Exception:
embeddings = dummy_embeddings # Use fallback
log_error()
# If Qdrant store fails
try:
client.upsert(...)
except Exception:
save_to_pending_queue()
schedule_retry()
```
---
## Security: RBAC at Ingestion Time
### Access Control Metadata
Every chunk stores the roles that can access it:
```python
chunk.access_roles = ["finance", "c_level"]
```
### Multi-Layer Enforcement
| Layer | When | How |
|-------|------|-----|
| **Ingestion** | Document added | Assign to collection with roles |
| **Retrieval** | Search query | Filter by user role |
| **Database** | Vector search | Qdrant filter by access_roles |
| **Response** | Return results | Only approved chunks |
### Example
```python
# Finance department adds confidential budget document
chunk = Chunk(
collection="finance",
access_roles=["finance", "c_level"], # Only these roles
)
# Later: Employee searches
# User role = "employee"
# Qdrant filter: access_roles contains "employee"?
# β NO β 0 results (cannot see this chunk)
# Later: CFO searches
# User role = "c_level"
# Qdrant filter: access_roles contains "c_level"?
# β YES β Document returned
```
---
## Summary
**Ingestion Pipeline: 7 Stages**
1. **Parse** β Docling converts file to structured document
2. **Post-Process** β ResultPostprocessor maintains hierarchy
3. **Extract** β Walk tree, build parent-child relationships
4. **Chunk** β Split into ~512-token chunks with 20% overlap
5. **Metadata** β Add RBAC roles and collection info
6. **Embed** β SentenceTransformer generates 384-dim vectors
7. **Store** β Qdrant indexes vectors + metadata for search
**Key Features**
β
Preserves document hierarchy
β
Enforces RBAC at chunk level
β
Fast local embeddings (10x better than OpenAI API)
β
Graceful error handling (fallbacks at each stage)
β
Efficient storage (~250KB per 100 chunks)
β
Production-ready with proper logging
**Performance**
- **Latency**: ~1.4 seconds per 100 chunks
- **Cost**: FREE (all local operations)
- **Throughput**: ~50-70 chunks/second (limited by embedding)
- **Storage**: ~2.5 MB per 10,000 chunks
---
**Next**: Use ingested chunks for semantic retrieval in RAG pipeline!
|