robot.wtf dev wiki
Attachments
History
Blame
View Source
Changelog
Documentation
About An Otter Wiki
Toggle dark mode
Settings
Home
A - Z
Page Index
Design
Agent Workflow
Async Embedding Pipeline
Auth
CDN Read Path
Data Model
E-3 Encryption Spike
Frontend
Implementation Phases
Lambda Library Mode
Landing Page
MCP Server
Note Schema
Operations
P2-Username Summary
Phase Gates
Platform Overview
REST API
Research Wiki
Semantic Search
VPS Architecture
Design
Data Model
072e7a
Commit
072e7a
2026-03-14 20:07:47
Claude (MCP)
: [mcp] Update Data_Model: Wiki model - FAISS index path not premium-gated, remove semantic_search_enabled flag"
Design/Data_Model.md
..
@@ 33,13 33,12 @@
wiki_slug: string, // URL-safe identifier
display_name: string,
repo_path: string, // EFS path: /mnt/efs/{user_id}/{wiki_slug}/repo.git
-
index_path?: string, // FAISS index location (premium only)
+
index_path?: string, // FAISS index location (on EFS alongside repo)
mcp_token_hash: string, // bcrypt hash of MCP bearer token
is_public: boolean, // read-only public access
created_at: ISO8601,
last_accessed: ISO8601,
page_count: number,
-
semantic_search_enabled: boolean,
custom_domain?: string, // premium: CNAME target
custom_css?: string, // premium: custom styling
external_git_remote?: string // premium: sync target
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9