sam-4screen-desktop 2026-5-16:19:31:54

This commit is contained in:
2026-05-16 19:31:54 +10:00
parent e7a7e31655
commit b7da6e0066
3 changed files with 17 additions and 10 deletions

3
.obsidian/app.json vendored
View File

@@ -2,5 +2,6 @@
"newFileLocation": "folder", "newFileLocation": "folder",
"newFileFolderPath": "100 inbox", "newFileFolderPath": "100 inbox",
"showLineNumber": true, "showLineNumber": true,
"vimMode": true "vimMode": true,
"alwaysUpdateLinks": true
} }

View File

@@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "300 areas/350 AI/1778914902-WMFA.md", "file": "300 areas/350 AI/Local Hybrid Vector + Graph RAG Setup.md",
"mode": "source", "mode": "preview",
"source": false "source": true
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "1778914902-WMFA" "title": "Local Hybrid Vector + Graph RAG Setup"
} }
} }
] ]
@@ -53,7 +53,7 @@
"state": { "state": {
"type": "search", "type": "search",
"state": { "state": {
"query": "", "query": "tag:ai dev-ops website iframe",
"matchingCase": false, "matchingCase": false,
"explainSearch": false, "explainSearch": false,
"collapseAll": false, "collapseAll": false,
@@ -74,7 +74,8 @@
"title": "Bookmarks" "title": "Bookmarks"
} }
} }
] ],
"currentTab": 1
} }
], ],
"direction": "horizontal", "direction": "horizontal",
@@ -200,7 +201,7 @@
"100 inbox/Untitled 3.md", "100 inbox/Untitled 3.md",
"000 daily/1778841999-CBOE.md", "000 daily/1778841999-CBOE.md",
"100 inbox/1778493481-VJZL.md", "100 inbox/1778493481-VJZL.md",
"300 areas/350 AI/1778914902-WMFA.md", "300 areas/350 AI/Local Hybrid Vector + Graph RAG Setup.md",
"300 areas/350 AI/Pi Agent Extensions & Skills.md", "300 areas/350 AI/Pi Agent Extensions & Skills.md",
"100 inbox/Untitled 2.md", "100 inbox/Untitled 2.md",
"100 inbox/Untitled 1.md", "100 inbox/Untitled 1.md",

View File

@@ -3,14 +3,19 @@ created: 2026-05-16 17:02
modified: 2026-05-16 17:02 modified: 2026-05-16 17:02
type: note type: note
tags: tags:
- ai dev-ops website iframe - ai
- dev-ops
- website
- iframe
aliases: [] aliases: []
id: 1778914902-WMFA id: 1778914902-WMFA
--- ---
# [[1778914902-WMFA]] # [[Local Hybrid Vector + Graph RAG Setup]]
# Local Hybrid Vector + Graph RAG Setup via Caddy & Docker # Local Hybrid Vector + Graph RAG Setup via Caddy & Docker
Taken from a Google Gemini AI chat.
This document outlines the architecture and configuration files required to run a single, unified local RAG system (Vector search for static files + Graph search for Obsidian notes) served inside an iframe across three separate context-specific showcase websites (`devops.local`, `coding.local`, `ai.local`). This document outlines the architecture and configuration files required to run a single, unified local RAG system (Vector search for static files + Graph search for Obsidian notes) served inside an iframe across three separate context-specific showcase websites (`devops.local`, `coding.local`, `ai.local`).
--- ---