idea_world_labDEV JOURNAL

Topics

Observation

14 entries

Qwen Validation Debugger Prompt Application Structure2026-07-13 · Qwen Validation Debugger Prompt Application Structure Date: July 13, 2026 Document Purpose This document organizes the prompts actually applied in tools...Alternative A: Keep the current PostgreSQL full‑text2026-06-28 · Alternative A: Keep the current PostgreSQL full‑text Flow Advantages - It is already implemented. - It can be done with PostgreSQL alone. - The infrastr...Alternative B: BM25 only2026-06-28 · Alternative B: BM25 only Flow What BM25 Sees BM25 roughly creates a score from the following elements. So the next words of the reference chunk become i...Alternative C: embedding only2026-06-28 · Alternative C: embedding only Flow Why Embedding Is Needed BM25 is strong with exact strings, but it can become weak when the description and code repre...Alternative D: BM25 + embedding Parallel2026-06-28 · Alternative D: BM25 + embedding Parallel Flow Role Assignment What BM25 captures: What embedding captures: What Qwen direct‑evidence validator does: Adv...Alternative E: Create Qwen Query Profile2026-06-28 · Alternative E: Create Qwen Query Profile Flow Example Output If Qwen is selected well, you can create a search profile as follows. Advantages - Can redu...Alternative F: BM25 + embedding + reranker + validator2026-06-28 · Alternative F: BM25 + embedding + reranker + validator Flow Role Assignment BM25: code embedding: reranker: Qwen direct-evidence validator: Expected Ali...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 · Qwen Godot Code JSONL Evidence Matching Test Checklist Date created: June 28, 2026 Purpose Generate 50 Godot 3 code chunks with Qwen and verify that the...Qwen Test JSONL Schema and Usage2026-06-28 · Qwen Test JSONL Schema and Usage Date: June 28, 2026 Purpose Summarize the JSONL format to be referenced when creating Godot code chunks with Qwen, atta...Retriever Search Alternative Decomposition Document2026-06-28 · Retriever Search Alternative Decomposition Document Date: June 28, 2026 This directory is a set of documents split for easier viewing of the Retriever S...JSONL Evidence Matching Prompt Observation2026-06-27 · JSONL Evidence Matching Prompt Observation Date: June 27, 2026 Purpose Today, before attaching an actual DB query in the Source Flow Debugger, I had GPT...Observation Log for Selecting Test Repository Based on JSONL Collection Status2026-06-27 · Observation Log for Selecting Test Repository Based on JSONL Collection Status Date: June 27, 2026 Purpose Based on the JSONL generated so far, determin...2026-06-25 Qwen Markdown Classification Observation Log2026-06-25 · 2026-06-25 Qwen Markdown Classification Observation Log Date written: June 25, 2026 Purpose Record, based on the actual debugging state, how the make md...