File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ python scripts/start.py
106106
107107Create custom knowledge bases through the web interface with support for multiple file formats.
108108
109- 1 . ** Access Knowledge Base** : Navigate to http://localhost:3782/knowledge
109+ 1 . ** Access Knowledge Base** : Navigate to ` http://localhost:3782/knowledge `
1101102 . ** Create New Base** : Click "New Knowledge Base"
1111113 . ** Configure Settings** : Enter a unique name for your knowledge base
1121124 . ** Upload Content** : Add single or multiple files for batch processing
@@ -120,12 +120,12 @@ Create custom knowledge bases through the web interface with support for multipl
120120
121121| Service | URL | Description |
122122| :---:| :---| :---|
123- | ** Frontend** | http://localhost:3782 | Main web interface |
124- | ** API Docs** | http://localhost:8001/docs | Interactive API documentation |
125- | ** Health** | http://localhost:8001/api/v1/knowledge/health | System health check |
123+ | ** Frontend** | ` http://localhost:3782 ` | Main web interface |
124+ | ** API Docs** | ` http://localhost:8001/docs ` | Interactive API documentation |
125+ | ** Health** | ` http://localhost:8001/api/v1/knowledge/health ` | System health check |
126126
127127## Next Steps
128128
129- - [ Installation Details] ( /guide/installation ) — Detailed installation guide
130129- [ Configuration] ( /guide/configuration ) — Customize your setup
131130- [ Features Overview] ( /features/overview ) — Explore all features
131+ - [ Troubleshooting] ( /guide/troubleshooting ) — Common issues and solutions
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ npm --version # Should show version number
7575## Frontend cannot connect to backend?
7676
7777** Checklist**
78- - Confirm backend is running (visit http://localhost:8001/docs )
78+ - Confirm backend is running (visit ` http://localhost:8001/docs ` )
7979- Check browser console for error messages
8080
8181** Solution**
@@ -118,7 +118,7 @@ NEXT_PUBLIC_API_BASE=http://localhost:8001
118118## How to add a new knowledge base?
119119
120120** Web Interface**
121- 1 . Visit http://localhost:3782/knowledge
121+ 1 . Visit ` http://localhost:3782/knowledge `
1221222 . Click "New Knowledge Base"
1231233 . Enter knowledge base name
1241244 . Upload PDF/TXT/MD documents
You can’t perform that action at this time.
0 commit comments