Add files via upload

This commit is contained in:
公明
2025-12-20 18:02:54 +08:00
committed by GitHub
parent e82b7db091
commit d6767c5d46
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -183,6 +183,11 @@ CyberStrikeAI ships with 100+ curated tools covering the whole kill chain:
- **Web management** create, update, delete knowledge items through the web UI, with category-based organization.
- **Retrieval logs** tracks all knowledge retrieval operations for audit and debugging.
**Quick Start (Using Pre-built Knowledge Base):**
1. **Download the knowledge database** Download the pre-built knowledge database file from [GitHub Releases](https://github.com/Ed1s0nZ/CyberStrikeAI/releases).
2. **Extract and place** Extract the downloaded knowledge database file (`knowledge.db`) and place it in the project's `data/` directory.
3. **Restart the service** Restart the CyberStrikeAI service, and the knowledge base will be ready to use immediately without rebuilding the index.
**Setting up the knowledge base:**
1. **Enable in config** set `knowledge.enabled: true` in `config.yaml`:
```yaml