Commit Graph

24 Commits

Author SHA1 Message Date
Apple
186aac899b docs: expand lint scope batch41 (2 files) 2026-02-16 07:33:23 -08:00
Apple
d17e2c4fd2 docs: expand lint scope batch40 (2 files) 2026-02-16 07:31:57 -08:00
Apple
9bad0e4bd4 docs: expand lint scope batch39 (2 files) 2026-02-16 07:30:36 -08:00
Apple
43951c1881 docs: expand lint scope batch38 (2 files) 2026-02-16 07:29:51 -08:00
Apple
3a90c57944 docs: expand lint scope batch37 (2 files) 2026-02-16 07:28:15 -08:00
Apple
60ce006284 docs: expand lint scope batch36 (2 files) 2026-02-16 07:27:32 -08:00
Apple
1f21dd52b4 docs: expand lint scope batch35 (2 files) 2026-02-16 07:26:26 -08:00
Apple
197ba8eacb docs: expand lint scope batch34 (2 files) 2026-02-16 07:24:45 -08:00
Apple
5a12b08106 docs: expand lint scope batch31 (2 files) 2026-02-16 07:22:12 -08:00
Apple
2d1e6a0c50 docs: expand lint scope batch30 (2 files) 2026-02-16 07:17:48 -08:00
Apple
2ccfecea44 docs: expand lint scope batch29 (2 files) 2026-02-16 07:15:54 -08:00
Apple
bf39cb4bee docs: expand lint scope batch28 (2 files) 2026-02-16 07:12:33 -08:00
Apple
0e0a0fab97 docs: expand lint scope batch27 (2 files) 2026-02-16 07:11:13 -08:00
Apple
e595cdc0a5 docs: expand lint scope batch26 (2 files) 2026-02-16 07:03:42 -08:00
Apple
6ac7c8f4b5 docs: expand lint scope batch25 (2 files) 2026-02-16 07:01:54 -08:00
Apple
949b0a608e docs: expand lint scope batch24 (2 files) 2026-02-16 07:00:18 -08:00
Apple
842704d7e7 docs: expand lint scope batch23 (2 files) 2026-02-16 06:57:58 -08:00
Apple
1de120ddfc docs: expand lint scope batch22 (2 files) 2026-02-16 06:56:43 -08:00
Apple
d5bd8748a1 docs: expand lint scope batch21 (2 files) 2026-02-16 06:55:23 -08:00
Apple
8789487037 docs: expand lint scope batch19 (2 files) 2026-02-16 06:40:21 -08:00
Apple
6e0096eea7 docs: expand lint scope batch18 (2 files) 2026-02-16 06:38:39 -08:00
Apple
4601c6fca8 feat: add Vision Encoder service + Vision RAG implementation
- Vision Encoder Service (OpenCLIP ViT-L/14, GPU-accelerated)
  - FastAPI app with text/image embedding endpoints (768-dim)
  - Docker support with NVIDIA GPU runtime
  - Port 8001, health checks, model info API

- Qdrant Vector Database integration
  - Port 6333/6334 (HTTP/gRPC)
  - Image embeddings storage (768-dim, Cosine distance)
  - Auto collection creation

- Vision RAG implementation
  - VisionEncoderClient (Python client for API)
  - Image Search module (text-to-image, image-to-image)
  - Vision RAG routing in DAGI Router (mode: image_search)
  - VisionEncoderProvider integration

- Documentation (5000+ lines)
  - SYSTEM-INVENTORY.md - Complete system inventory
  - VISION-ENCODER-STATUS.md - Service status
  - VISION-RAG-IMPLEMENTATION.md - Implementation details
  - vision_encoder_deployment_task.md - Deployment checklist
  - services/vision-encoder/README.md - Deployment guide
  - Updated WARP.md, INFRASTRUCTURE.md, Jupyter Notebook

- Testing
  - test-vision-encoder.sh - Smoke tests (6 tests)
  - Unit tests for client, image search, routing

- Services: 17 total (added Vision Encoder + Qdrant)
- AI Models: 3 (qwen3:8b, OpenCLIP ViT-L/14, BAAI/bge-m3)
- GPU Services: 2 (Vision Encoder, Ollama)
- VRAM Usage: ~10 GB (concurrent)

Status: Production Ready 
2025-11-17 05:24:36 -08:00
Apple
c552199eed chore: organize documentation structure for monorepo
- Create /docs structure (microdao, daarion, agents)
- Organize 61 cursor technical docs
- Add README files for each category
- Copy key documents to public categories
- Add GitHub setup instructions and scripts
2025-11-15 04:08:35 -08:00
Apple
5520665600 Initial commit: MVP structure + Cursor documentation + Onboarding components 2025-11-13 06:12:20 -08:00