Clawd
|
fe6f429e21
|
Disable thinking mode for faster chat responses
|
3 weeks ago |
Clawd
|
7731595022
|
Add error logging to chat stream
|
3 weeks ago |
Clawd
|
acbab75031
|
Lower search threshold to 0.01 for embedding compatibility
|
3 weeks ago |
Clawd
|
8b7a93d58f
|
Fix frontmatter dict conversion in documents router
|
3 weeks ago |
Clawd
|
09cfd6584b
|
Fix capture title to text-slate-900 matching home page
|
3 weeks ago |
Clawd
|
1ced802bec
|
Fix text color on capture page for light background
|
3 weeks ago |
Clawd
|
a7bcdb58f4
|
Add vault mount to rag-api for capture feature
|
3 weeks ago |
Clawd
|
bde4e4caa9
|
Add capture page: quick logs + document upload, NAS vault storage
|
3 weeks ago |
Clawd
|
bd4b0e43ca
|
Switch to qwen3.5:2b
|
3 weeks ago |
Clawd
|
67274cb3fc
|
Switch to qwen3:1.7b for faster inference
|
3 weeks ago |
Clawd
|
5206a2c98e
|
Fix retriever: convert embedding to pgvector string format
|
3 weeks ago |
Clawd
|
773199bcb6
|
Fix indexer: handle date serialization and pgvector format
|
3 weeks ago |
Clawd
|
90961cb62e
|
Set vault path to /opt/second-brain-vault on Portainer
|
3 weeks ago |
Clawd
|
4bd64024a6
|
Add NEXT_PUBLIC_API_URL build arg to web-ui Dockerfile
|
3 weeks ago |
Clawd
|
1a8fd7f951
|
Change web-ui port to 3002 (3001 in use)
|
3 weeks ago |
Clawd
|
1a5e98f0e6
|
Add pull_policy: never for locally built images
|
3 weeks ago |
Clawd
|
e159723dda
|
Add full compose with pre-built images
|
3 weeks ago |
Clawd
|
f270621ac7
|
Add public directory for web-ui build
|
3 weeks ago |
Clawd
|
b89d344111
|
Fix TypeScript error in documents page - frontmatter type narrowing
|
3 weeks ago |
Clawd
|
5b4af5200c
|
Fix agents Dockerfile to use project root as build context
|
3 weeks ago |
Clawd
|
e91bf5f1e5
|
Mount schema.sql in postgres init
|
3 weeks ago |
Clawd
|
c019d33a4e
|
Add minimal compose for initial database setup
|
3 weeks ago |
Clawd
|
e25a9c6316
|
Fix docker-compose for Portainer deployment
- Use relative paths for build contexts
- Add OLLAMA_URL pointing to existing LXC (192.168.1.217)
- Configure ports to avoid conflicts
- Add PUBLIC_API_URL for web-ui
|
3 weeks ago |
Clawd
|
bf5fcbdca9
|
Add deployment files (.env, docker-compose.portainer.yml)
|
3 weeks ago |
Clawd
|
626b04aa4e
|
Initial commit: AI Second Brain
Self-hosted knowledge management system with:
- RAG API (FastAPI + pgvector)
- Markdown vault (Obsidian/Logseq compatible)
- Autonomous AI agents (ingestion, tagging, linking, summarization, maintenance)
- Web UI (Next.js)
- Docker Compose deployment
- Ollama integration for local LLM inference
Built by Copilot CLI, reviewed by Clawd.
|
3 weeks ago |