refactor: rename project from AgenticRAG to DocuMente
## Changes
- Update all references from AgenticRAG to DocuMente
- Update README.md with new project description and structure
- Update LICENSE with new project name
- Update API title and descriptions in main.py
- Update frontend components (Layout, Login, Dashboard, Settings)
- Update static HTML page
- Update all documentation files (prd-v2.md, frontend-plan.md, etc.)
- Update test files with new project name
- Update docker-compose.yml, Dockerfile, requirements.txt
## SEO Benefits
- DocuMente combines 'Documento' and 'Mente' (Italian for Document and Mind)
- Memorable and brandable name
- Reflects the core functionality: AI-powered document intelligence
🎉 Project officially renamed to DocuMente!
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>AgenticRAG - Powered by datapizza-ai</title>
|
||||
<title>DocuMente - Powered by datapizza-ai</title>
|
||||
<style>
|
||||
* { box-sizing: border-box; margin: 0; padding: 0; }
|
||||
body {
|
||||
@@ -120,8 +120,8 @@
|
||||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>🍕 AgenticRAG</h1>
|
||||
<p class="subtitle">Agentic Retrieval System powered by datapizza-ai</p>
|
||||
<h1>🍕 DocuMente</h1>
|
||||
<p class="subtitle">Sistema di Retrieval Agentico con AI - Powered by datapizza-ai</p>
|
||||
</header>
|
||||
|
||||
<div class="grid">
|
||||
|
||||
Reference in New Issue
Block a user