Complete implementation of the personal context engine foundation: - FastAPI server with 5 endpoints (ingest, query, context/build, health, debug) - SQLite database with 5 tables (documents, chunks, memories, projects, interactions) - Heading-aware markdown chunker (800 char max, recursive splitting) - Multilingual embeddings via sentence-transformers (EN/FR) - ChromaDB vector store with cosine similarity retrieval - Context builder with project boosting, dedup, and budget enforcement - CLI scripts for batch ingestion and test prompt evaluation - 19 unit tests passing, 79% coverage - Validated on 482 real project files (8383 chunks, 0 errors) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
prompts:
|
|
- id: g1
|
|
prompt: "What is the GigaBIT M1 project about?"
|
|
project: gigabit
|
|
expected: "Should mention 1.2m primary mirror, StarSpec, telescope"
|
|
|
|
- id: g2
|
|
prompt: "What are the main requirements for the M1 mirror?"
|
|
project: gigabit
|
|
expected: "Should mention optical/mechanical requirements, SOW, diameter, Zerodur"
|
|
|
|
- id: g3
|
|
prompt: "What vendors are involved in the project?"
|
|
project: gigabit
|
|
expected: "Should mention Optiques Fullum, StarSpec, Atomaste, or subcontractors"
|
|
|
|
- id: g4
|
|
prompt: "What is the status of the CDR?"
|
|
project: gigabit
|
|
expected: "Should mention Critical Design Review status, CBUSH, design completion"
|
|
|
|
- id: g5
|
|
prompt: "What are the key design decisions made so far?"
|
|
project: gigabit
|
|
expected: "Should mention design phases, PDR, assumptions, blank order"
|
|
|
|
- id: g6
|
|
prompt: "What FEA optimization work has been done?"
|
|
project: gigabit
|
|
expected: "Should mention FEA analysis, optimization approach, WFE, displacement data"
|
|
|
|
- id: g7
|
|
prompt: "What is the cost reduction strategy?"
|
|
project: gigabit
|
|
expected: "Should mention cost reduction campaign, trade-off, topology selection"
|
|
|
|
- id: g8
|
|
prompt: "What are the mirror blank specifications?"
|
|
project: gigabit
|
|
expected: "Should mention 1200mm diameter, Zerodur, optical specifications"
|