Releases: i3T4AN/Vector-Knowledge-Base
Releases · i3T4AN/Vector-Knowledge-Base
VKB v1.0.0 - Semantic Search Engine
Vector Knowledge Base v1.0.0
Initial release.
Features
- Semantic search across documents using vector embeddings
- Document clustering with automatic naming
- 3D embedding visualization
- Batch upload with folder preservation
- Multi-format support: PDF, DOCX, PPTX, XLSX, CSV, images (OCR), TXT, Markdown, code files
- File organization with drag-and-drop folders
- MCP integration for Claude Desktop
- Docker deployment
Quick Start
Option 1: Full Docker
git clone https://github.com/i3T4AN/Vector-Knowledge-Base.git
cd Vector-Knowledge-Base
docker-compose up -dOption 2: Native Backend (GPU acceleration)
git clone https://github.com/i3T4AN/Vector-Knowledge-Base.git
cd Vector-Knowledge-Base
docker-compose -f docker-compose.native.yml up -d
./scripts/start-backend-native.sh # Mac/Linux
scripts\start-backend-native.bat # WindowsOpen http://localhost:8001