Files
ArchiveBox/archivebox/core
Your Name 08b0dfaf12 Fix #1139: Return tags as a JSON list in Snapshot.to_dict() for LLM/RAG integration
Previously, `archivebox search --json` exported tags as a comma-separated
string (e.g. "tag1,tag2"), which required manual parsing by consumers like
LlamaIndex, LangChain, and other RAG frameworks.

Now `to_dict()` returns tags as a proper JSON array (e.g. ["tag1", "tag2"]),
making the export directly usable as structured metadata in LLM/RAG pipelines
without additional preprocessing.

`from_json()` is updated to accept both list and string formats for backward
compatibility with existing JSON imports.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 21:21:38 -08:00
..
wip
2026-01-21 03:19:56 -08:00
wip
2026-01-21 03:19:56 -08:00
wip
2025-12-28 17:51:54 -08:00
2024-11-18 04:27:37 -08:00
wip
2026-01-21 03:19:56 -08:00
wip
2025-12-28 17:51:54 -08:00
wip
2026-01-21 03:19:56 -08:00
wip
2025-12-28 17:51:54 -08:00
wip
2026-01-21 03:19:56 -08:00
wip
2025-12-28 17:51:54 -08:00
wip
2026-01-21 03:19:56 -08:00
wip
2026-01-21 03:19:56 -08:00
wip
2026-01-21 03:19:56 -08:00
wip
2025-12-28 17:51:54 -08:00
wip
2026-01-21 03:19:56 -08:00
wip
2026-01-21 03:19:56 -08:00
wip
2026-01-21 03:19:56 -08:00