Skip to content

feat: index Reader LM 1.5B + BGE-M3 for OSINT pipeline jinaai/reader-lm-1.5b (safetensors, 1 shard, 3.1 GB): HTML→Markdown local model. No Jina API needed. bgz7 → palette → O(1) HTML structure recognition. CompendiumLabs/bge-m3-gguf (GGUF F16, ~1.2 GB): Multilingual embedding model. Replaces DeepNSM for non-English. bgz7 → palette → O(1) semantic similarity. Together: Reader LM reads the web, BGE-M3 embeds it, AriGraph stores it as SPO triplets, AutocompleteCache routes it at 17K tok/sec. https://claude.ai/code/session_01M3at4EuHVvQ8S95mSnKgtK#72

Merged
AdaWorldAPI merged 3 commits into
masterfrom
claude/qwen-claude-reverse-eng-vHuHv
Mar 31, 2026

Conversation

@AdaWorldAPI
Copy link
Copy Markdown
Owner

No description provided.

claude added 3 commits March 31, 2026 06:56
…-graph

ndarray is the foundation (SIMD, GEMM, HPC, Palette, Base17).
lance-graph is the spine (planner, strategy, AutocompleteCache).
The REST server should live where the planner lives.

https://claude.ai/code/session_01M3at4EuHVvQ8S95mSnKgtK
Added: 34 styles, CausalEdge64, AVX-512 config, SPO benchmark,
architecture rule (ndarray=hardware, lance-graph=thinking, p64=highway).

https://claude.ai/code/session_01M3at4EuHVvQ8S95mSnKgtK
jinaai/reader-lm-1.5b (safetensors, 1 shard, 3.1 GB):
  HTML→Markdown local model. No Jina API needed.
  bgz7 → palette → O(1) HTML structure recognition.

CompendiumLabs/bge-m3-gguf (GGUF F16, ~1.2 GB):
  Multilingual embedding model. Replaces DeepNSM for non-English.
  bgz7 → palette → O(1) semantic similarity.

Together: Reader LM reads the web, BGE-M3 embeds it, AriGraph
stores it as SPO triplets, AutocompleteCache routes it at 17K tok/sec.

https://claude.ai/code/session_01M3at4EuHVvQ8S95mSnKgtK
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@AdaWorldAPI AdaWorldAPI merged commit 7e4f54c into master Mar 31, 2026
5 of 14 checks passed
AdaWorldAPI pushed a commit that referenced this pull request Apr 19, 2026
…ed PRs

Bookkeeping ledger pairing each prompt brief in .claude/prompts/ with its
matching PR (by filename keyword). 4 mapped to merged PRs #72/#73/#74/#105;
21 marked `none` where no keyword match existed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants