Skip to content

Releases: i3T4AN/Vector-Knowledge-Base

VKB v1.0.0 - Semantic Search Engine

11 Dec 03:17
08d0342

Choose a tag to compare

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 -d

Option 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    # Windows

Open http://localhost:8001