From befe96c20bb33e8893f961ac2a3d06800d3261d7 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Wed, 27 Aug 2025 18:26:43 +0200 Subject: [PATCH] readme updates --- README.md | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/README.md b/README.md index 5826c29..36aa583 100644 --- a/README.md +++ b/README.md @@ -72,32 +72,6 @@ docker compose up --build -d *Change default credentials immediately in production!* -## Documentation - -For comprehensive documentation, API references, and advanced configuration: - -**[docs.enclava.ai](https://docs.enclava.ai)** - -## Architecture - -- **Frontend**: Next.js (React/TypeScript) with Tailwind CSS -- **Backend**: FastAPI (Python) with async/await patterns -- **Database**: PostgreSQL with automatic migrations -- **Vector DB**: Qdrant for document embeddings -- **Cache**: Redis for sessions and performance -- **LLM Service**: Native secure LLM service with TEE support - -## Services - -| Service | Port | Purpose | -|---------|------|---------| -| Nginx (Main) | 80 | Reverse proxy and main access | -| Backend API | 58000 | FastAPI application (internal) | -| Frontend | 3000 | Next.js application (internal) | -| PostgreSQL | 5432 | Primary database | -| Redis | 6379 | Caching and sessions | -| Qdrant | 56333 | Vector database for RAG | - ## Configuration