Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:56 +08:00
commit a250e458a9
14 changed files with 1221 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Troubleshooting
## Common Errors
### Connection Refused
```json
{"error": "Network error: Connection refused"}
```
**Fix**: Start document server in the correct folder document-server with: (`docker-compose up -d`)
### File Not Found
```json
{"error": "File not found: /path/to/file"}
```
**Fix**: Check file path is correct
### Document Not Found
```json
{"error": "Document not found: doc_xxx"}
```
**Fix**: Run `doc-query` to find correct document ID