Personal knowledge base with AI assistant. It allows you to preserve links and documents by converting them into structured knowledge using vector search.
- Backend: NestJS (TypeScript)
- Database: PostgreSQL + pgvector
- Cache: Redis
- DevOps: Docker, Docker-compose
- ORM: TypeORM
- clone the repository
git clone git@github.com:DN0p/learning-copilot.git- Setup environment variables
cp .env.example .env- Start the project using Docker
docker-compose up --build