AI Research Engine — self-hosted knowledge acquisition system

- 10 MCP tools via thin proxy on MacBook
- Backend REST API + Dashboard on CT 145 Docker
- Services: YaCy crawler, OpenSearch index, Qdrant vectors, Ollama LLM
- All 4 services healthy and verified
This commit is contained in:
drjones
2026-08-04 06:02:42 -07:00
commit 34061a4ac1
8 changed files with 996 additions and 0 deletions

5
.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
.venv/
__pycache__/
*.pyc
.env
.git/