Dev Wiki
Attachments
History
Blame
View Source
Dashboard
Changelog
Documentation
Toggle dark mode
Settings
Home
A - Z
Page Index
Design
Admin Panel Reenablement
Auth
Custom Domains
Dashboard Visibility Toggle
Data Model
E-3 Encryption Spike
E2E Testing
Frontend
Git HTTP Access
Implementation Workflow
Landing Page
MCP Server
Note Schema
Operations
P2-Username Summary
Per Wiki Database
Platform Overview
REST API
Research Wiki
Resolver
Semantic Search V2
Server Consolidation
VPS Architecture
Wiki Stats Plugin
did web Identity
An Otter Wiki
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