26382a7ac6
CI / Clippy (push) Failing after 15m13s
CI / Test (ubuntu-latest) (push) Failing after 16m1s
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / Build (no embeddings / no ORT) (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Cookbook (Node) (push) Has been cancelled
CI / Pi Extension (Node) (push) Has been cancelled
CI / Rust SDK (lean-ctx-client) (push) Has been cancelled
CI / Embed SDK (lean-ctx-sdk) (push) Has been cancelled
CI / Python SDK (leanctx) (push) Has been cancelled
CI / Hermes Plugin (Python) (push) Has been cancelled
CI / SDK Conformance Matrix (push) Has been cancelled
CI / Coverage (push) Has been cancelled
CI / cargo-deny (push) Has been cancelled
CI / Adversarial Safety (push) Has been cancelled
CI / Benchmarks (push) Has been cancelled
CI / Output-Quality Gate (eval A/B) (push) Has been cancelled
CI / Documentation (push) Has been cancelled
CI / CI Green (push) Has been cancelled
JetBrains Plugin / Actionlint (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL / Analyze (rust) (push) Has been cancelled
JetBrains Plugin / Validation (push) Has been cancelled
JetBrains Plugin / Build (push) Has been cancelled
JetBrains Plugin / Test (push) Has been cancelled
Security Check / Security Scan (push) Has been cancelled
28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"kind": "lean-ctx.eval-recording",
|
|
"fingerprint": {
|
|
"provider": "openai-compatible",
|
|
"endpoint": "http://localhost:11434/v1",
|
|
"params": {
|
|
"model": "gemma4:e4b",
|
|
"temperature": 0.0,
|
|
"top_p": 1.0,
|
|
"max_tokens": 1024,
|
|
"seed": 7
|
|
}
|
|
},
|
|
"entries": {
|
|
"6603ac7b949b60a882633ea4bd449239766940f44ce328200283a96397a5fa4b": {
|
|
"text": "The four stores are the BM25 index, the Graph index, ProjectKnowledge, and the Session cache."
|
|
},
|
|
"6a50e6c238c05344b735fbffd7ac6f99edba260914ea79344bb427b9cdf955b3": {
|
|
"text": "```bash\n// file: solution.sh\n# TODO: implement add() so that `add a b` prints a+b\nadd() { echo \"$(( $1 + $2 ))\"; }\n```"
|
|
},
|
|
"7ca2fd494ac6882d78ebdbdec671166eaa3c2ad0c347bd0b49d30ec10e7458eb": {
|
|
"text": "// file: solution.sh\nadd() { echo \"$(( $1 + $2 ))\"; }"
|
|
},
|
|
"f478d490450be5e299627cdbf3aa85c60793f1e4c3e28c77c25cac5307056bc8": {
|
|
"text": "The consolidation pipeline persists artifacts to the BM25 index, the Graph index, ProjectKnowledge, and the Session cache."
|
|
}
|
|
}
|
|
} |