--- title: Knowledgebase emoji: 📈 colorFrom: gray colorTo: indigo sdk: docker app_port: 7860 pinned: false license: apache-2.0 short_description: Mini Knowledgebase --- # Advanced Knowledge Base System An advanced knowledge base system with vector search capabilities, document management, and comprehensive REST APIs. | Method | Endpoint | Description | |---------|----------|-------------| | POST | `/api/upload` | Upload document | | POST | `/api/query` | Query knowledge base | | GET | `/api/documents` | List all documents | | GET | `/api/stats` | Get statistics | | DELETE | `/api/clear-all` | Clear database | | GET | `/api/health` | Health check |