Commit Graph

5 Commits

Author SHA1 Message Date
bf790b63a0 Add specification for Markdown support in Library RAG
New feature specification to add native Markdown (.md) file support:
- Skip OCR for .md files (0€ cost vs ~0.003€/page for PDF)
- Process Markdown directly through LLM pipeline
- Maintain full compatibility with existing PDF workflow
- Includes 10 features, 5 implementation steps, comprehensive tests

This will enable users to upload pre-digitized philosophical texts
in Markdown format without incurring OCR costs while still benefiting
from LLM-based metadata extraction, TOC generation, semantic chunking,
and Weaviate vectorization.

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-25 12:46:07 +01:00
e13e0fa261 Dockerize my_project (ports 4300/4301) and update API base URL 2025-12-15 13:55:57 +01:00
ca47f2bc56 Stop autonomous agent after Linear project is feature-complete 2025-12-15 13:16:00 +01:00
e14f045b42 Add guide and template for creating new applications 2025-12-14 00:59:50 +01:00
a310d4b3cf Initial commit: Linear-integrated autonomous coding agent with Initializer Bis support 2025-12-14 00:45:40 +01:00