initial repo seedings
This commit is contained in:
34
.factbase/config.yaml
Normal file
34
.factbase/config.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
|
||||
watcher:
|
||||
debounce_ms: 500 # Debounce window for file changes
|
||||
ignore_patterns:
|
||||
- ".*/**" # Hidden directories (.git, .factbase, etc.)
|
||||
- "*.swp"
|
||||
- "*.tmp"
|
||||
- "*~"
|
||||
- ".DS_Store"
|
||||
|
||||
processor:
|
||||
max_file_size: 1048576 # Max file size in bytes (1MB)
|
||||
snippet_length: 200 # Search result snippet length
|
||||
chunk_size: 100000 # Embedding chunk size in chars (for large docs)
|
||||
chunk_overlap: 2000 # Overlap between chunks for context continuity
|
||||
embedding_batch_size: 50 # Docs per embedding API call (1-100)
|
||||
link_batch_size: 20 # Docs per link detection batch (1-50)
|
||||
lint_concurrency: 10 # Parallel lint/cross-validation (1-20)
|
||||
|
||||
embedding:
|
||||
provider: bedrock
|
||||
profile: poc
|
||||
region: us-east-1 # AWS region
|
||||
model: amazon.nova-2-multimodal-embeddings-v1:0 # 1024 dims, 8K context
|
||||
dimension: 1024
|
||||
cache_size: 100 # Query embedding cache (1-10000)
|
||||
timeout_secs: 90 # HTTP timeout (1-300)
|
||||
|
||||
llm:
|
||||
provider: bedrock
|
||||
profile: poc
|
||||
region: us-east-1 # AWS region
|
||||
model: us.anthropic.claude-haiku-4-5-20251001-v1:0 # Cross-region, fast
|
||||
timeout_secs: 90 # HTTP timeout (1-300)
|
||||
BIN
.factbase/factbase.db
Normal file
BIN
.factbase/factbase.db
Normal file
Binary file not shown.
BIN
.factbase/factbase.db-shm
Normal file
BIN
.factbase/factbase.db-shm
Normal file
Binary file not shown.
BIN
.factbase/factbase.db-wal
Normal file
BIN
.factbase/factbase.db-wal
Normal file
Binary file not shown.
30
.factbase/perspective.md
Normal file
30
.factbase/perspective.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# Ancient History Knowledge Base
|
||||
|
||||
## Domain
|
||||
Ancient history from early civilizations through the fall of Rome (~476 CE).
|
||||
|
||||
## Scope
|
||||
- Civilizations, empires, and kingdoms
|
||||
- Rulers, leaders, and notable figures
|
||||
- Battles and military campaigns
|
||||
- Treaties and diplomatic agreements
|
||||
- Cities and archaeological sites
|
||||
- Religions and belief systems
|
||||
- Technologies and engineering
|
||||
- Trade routes and economic networks
|
||||
- Legal codes and governance
|
||||
- Writing systems and literacy
|
||||
- Cultural and intellectual movements
|
||||
|
||||
## Conventions
|
||||
- Use BCE/CE dating throughout (not BC/AD)
|
||||
- Temporal precision ranges from century-level (~2500 BCE) to exact dates
|
||||
- Sources include primary ancient texts and modern archaeological scholarship
|
||||
- Cross-reference related entities (e.g., rulers ↔ civilizations ↔ battles)
|
||||
- Note when dates are approximate or debated among scholars
|
||||
|
||||
## Quality Standards
|
||||
- Every claim should cite a source (primary text or modern scholarship)
|
||||
- Distinguish between established consensus and scholarly debate
|
||||
- Note archaeological evidence where relevant
|
||||
- Use temporal tags for CE dates; write BCE dates in text
|
||||
Reference in New Issue
Block a user