Commit Graph

2 Commits

Author SHA1 Message Date
1bf570e201 refactor: Rename Chunk_v2/Summary_v2 collections to Chunk/Summary
- Add migrate_rename_collections.py script for data migration
- Update flask_app.py to use new collection names
- Update weaviate_ingest.py to use new collection names
- Update schema.py documentation
- Update README.md and ANALYSE_MCP_TOOLS.md

Migration completed: 5372 chunks + 114 summaries preserved with vectors.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 23:59:03 +01:00
1acda7e830 docs: Add MCP tools analysis and Document removal verification
Added comprehensive documentation for:

1. ANALYSE_MCP_TOOLS.md:
   - Complete analysis of 18 MCP server tools
   - Categorized into System (1), Library RAG (8), Memory (9)
   - Detailed parameters, return values, usage patterns
   - Flow examples for common operations

2. TEST_VERIFICATION_DOCUMENT_REMOVAL.md:
   - Verification of Document collection removal (commit 53f6a92)
   - Puppeteer test results (all passed)
   - Search functionality validation (11 results found)
   - Summary of code modifications (8 files)
   - Confirmation of 6 active collections (3 RAG + 3 Memory)

Both documents provide essential reference for system architecture
and validation of recent schema simplification.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 14:44:15 +01:00