Troubleshooting
Page not loading
Symptom:
Connection refusedSolutions:
- Check the container is running:
docker ps - Check logs:
docker logs workspace-secretary - Verify port mapping:
-p 8080:8080
AI chat not working
Symptom:
AI features unavailableSolutions:
Set environment variables:
bashLLM_API_BASE=https://api.openai.com/v1 LLM_API_KEY=sk-your-key LLM_MODEL=gpt-4oConfirm API key is valid
Check logs for errors
Semantic search not working
Symptom:
Semantic search unavailableSolutions:
Configure embeddings: see Embeddings
Set environment variables:
bashEMBEDDINGS_PROVIDER=cohere EMBEDDINGS_API_KEY=your-keyEnsure PostgreSQL is running with pgvector
Slow performance
Possible improvements:
- Increase page size limit carefully
- Add database indexes
- Enable connection pooling
- Use pagination for large folders