idea_world_labDEV JOURNAL

Topics

Observation

16 entries

2026-07-28 Source Flow Debugger Actual Source Search Report2026-07-28 · Purpose The previous record only stated that the actual Godot project was split into 134 chunks for searching and that related documents were included i...Qwen Validation Debugger Synthetic Data E2E Contract2026-07-15 · Date: July 15, 2026 Document Purpose Qwen Validation Debugger is a tool that tests the entire flow with synthetic data before the production Retriever a...Qwen Validation Debugger Prompt Application Structure2026-07-13 · Date: July 13, 2026 Document Purpose This document organizes the prompts actually applied in tools/qwen-validation-debugger. It records only which funct...Alternative A: Keep the current PostgreSQL full‑text2026-06-28 · Flow Advantages It is already implemented. It can be done with PostgreSQL alone. The infrastructure is simple. It matches directly with tables that alre...Alternative B: BM25 only2026-06-28 · Flow What BM25 Sees BM25 roughly creates a score from the following elements. So the next words of the reference chunk become important. Reason for succ...Alternative C: embedding only2026-06-28 · Flow Why Embedding Is Needed BM25 is strong with exact strings, but it can become weak when the description and code representation differ. For example,...Alternative D: BM25 + embedding Parallel2026-06-28 · Flow Role Assignment What BM25 captures: What embedding captures: What Qwen direct‑evidence validator does: Advantages Complements the weaknesses of str...Alternative E: Create Qwen Query Profile2026-06-28 · Flow Example Output If Qwen is selected well, you can create a search profile as follows. Advantages Can reduce hardcoding. Can summarize intent from co...Alternative F: BM25 + embedding + reranker + validator2026-06-28 · Flow Role Assignment BM25: code embedding: reranker: Qwen direct-evidence validator: Expected Alignment in the Standard Chunk Candidates that should be...From the Conclusion2026-06-28 · It is correct. I misunderstood the intention. If we capture it precisely again, it is this. And one important correction. The /api/retrieve endpoint in...Qwen Godot Code JSONL Evidence Matching Test Checklist2026-06-28 · Date created: June 28, 2026 Purpose Generate 50 Godot 3 code chunks with Qwen and verify that the yes/no judgments are correctly separated using the sam...Qwen Test JSONL Schema and Usage2026-06-28 · Date: June 28, 2026 Purpose Summarize the JSONL format to be referenced when creating Godot code chunks with Qwen, attaching correct‑answer JSONL and in...Retriever Search Alternative Decomposition Document2026-06-28 · Date: June 28, 2026 This directory is a set of documents split for easier viewing of the Retriever Search Alternative ChatGPT Original Memo. The origina...JSONL Evidence Matching Prompt Observation2026-06-27 · Date: June 27, 2026 Purpose Today, before attaching an actual DB query in the Source Flow Debugger, I had GPT generate a demo Godot code chunk and JSONL...Observation Log for Selecting Test Repository Based on JSONL Collection Status2026-06-27 · Date: June 27, 2026 Purpose Based on the JSONL generated so far, determine which type of Godot repository should be cloned first for testing. The goal h...2026-06-25 Qwen Markdown Classification Observation Log2026-06-25 · Date written: June 25, 2026 Purpose Record, based on the actual debugging state, how the make md web UI delivered the Markdown file to Qwen 3.6 and what...