Commit b7ec66a
committed
feat(demo): add debug logging for content retrieval
Add console logging to track retrieved content during RAG queries:
- Log total number of content items retrieved
- Log preview of first 3 retrieved items (truncated to 100 chars)
- Log when images are added to multimodal prompts
Helps diagnose retrieval issues and verify correct content is used.1 parent ff1e3d8 commit b7ec66a
File tree
1 file changed
+6
-0
lines changed- demos/rag-multimodal/src/main/java/com/redis/vl/demo/rag/service
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
121 | 127 | | |
122 | 128 | | |
123 | 129 | | |
| |||
0 commit comments