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
Conversation
…-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
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
AdaWorldAPI
pushed a commit
that referenced
this pull request
Apr 19, 2026
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.