Chunk #532
Aus: Konfiguration (Index: 1)
191
Tokens
Synced
Status
Taxonomie
| Kategorie | Konfiguration |
|---|---|
| Pfad | Konfiguration > MCP-DB Konfiguration > Table Allowlist |
| Heading-Pfad | Konfiguration > MCP-DB Konfiguration > config.py |
Entities
| Name | Typ |
|---|---|
| ALLOWED_TABLES | CONFIG |
| mcp_log | TECHNOLOGY |
| protokoll | TECHNOLOGY |
| content_orders | CONFIG |
| content_versions | CONFIG |
| content_contracts | CONFIG |
| content_critiques | CONFIG |
| content_sources | CONFIG |
| content_structures | CONFIG |
| author_profiles | CONFIG |
| critics | CONFIG |
| documents | TECHNOLOGY |
| chunks | TECHNOLOGY |
| document_entities | TECHNOLOGY |
| document_taxonomy | TECHNOLOGY |
| chat_sessions | TECHNOLOGY |
| chat_messages | TECHNOLOGY |
| pipeline_log | TECHNOLOGY |
| pipeline_queue | TECHNOLOGY |
| prompts | TECHNOLOGY |
| prompt_tests | TECHNOLOGY |
| llm_requests | TECHNOLOGY |
| entities | TECHNOLOGY |
| entity_relations | TECHNOLOGY |
| entity_synonyms | TECHNOLOGY |
| entity_classifications | TECHNOLOGY |
| entity_corrections | TECHNOLOGY |
| taxonomy_terms | TECHNOLOGY |
| ontology_classes | TECHNOLOGY |
| search_history | TECHNOLOGY |
Keywords
Inhalt
# Table Allowlist (29 Tabellen)
ALLOWED_TABLES: List[str] = [
# ki_protokoll
"mcp_log", "protokoll",
# ki_system - Content Studio
"content_orders", "content_versions", "content_contracts",
"content_critiques", "content_sources", "content_structures",
"author_profiles", "critics",
# ki_system - RAG/Documents
"documents", "chunks", "document_entities", "document_taxonomy",
# ki_system - Chat
"chat_sessions", "chat_messages",
# ki_system - Pipeline
"pipeline_log", "pipeline_queue", "prompts", "prompt_tests", "llm_requests",
# ki_system - Entities/Taxonomy
"entities", "entity_relations", "entity_synonyms",
"entity_classifications", "entity_corrections",
"taxonomy_terms", "ontology_classes",
# ki_system - Search
"search_history",
]`
```
Clean Content
# Table Allowlist (29 Tabellen) ALLOWED_TABLES: List[str] = [ # ki_protokoll "mcp_log", "protokoll", # ki_system - Content Studio "content_orders", "content_versions", "content_contracts", "content_critiques", "content_sources", "content_structures", "author_profiles", "critics", # ki_system - RAG/Documents "documents", "chunks", "document_entities", "document_taxonomy", # ki_system - Chat "chat_sessions", "chat_messages", # ki_system - Pipeline "pipeline_log", "pipeline_queue", "prompts", "prompt_tests", "llm_requests", # ki_system - Entities/Taxonomy "entities", "entity_relations", "entity_synonyms", "entity_classifications", "entity_corrections", "taxonomy_terms", "ontology_classes", # ki_system - Search "search_history", ]` ```
Metadaten
| Analysiert am | 20.12.2025 12:43:09 |
|---|---|
| Analyse-Modell | gemma3:4b-it-qat |
| Embedding-Modell | mxbai-embed-large |
| Qdrant-ID | 9dc50f5d-d1d8-4b77-9ba2-07b27452a245 |
| Erstellt | 20.12.2025 12:34:42 |
| Aktualisiert | 20.12.2025 12:53:38 |