Skip to content

feat(datasource): unify default embedding model on EmbeddingGemma - #1422

Open
vkehfdl1 wants to merge 1 commit into
mainfrom
feat/unify-embeddinggemma-default
Open

feat(datasource): unify default embedding model on EmbeddingGemma#1422
vkehfdl1 wants to merge 1 commit into
mainfrom
feat/unify-embeddinggemma-default

Conversation

@vkehfdl1

Copy link
Copy Markdown
Contributor

Summary

  • DEFAULT_DISCRAWL_EMBEDDING_MODEL: bge-m3embeddinggemma, unifying every CLI-backed datasource on the same EmbeddingGemma family katok uses for KakaoTalk (embeddinggemma-300m-q4, 768-dim, 100+ languages, fully local via Ollama)
  • README config example + guidance and the discrawl live-QA setup note updated (ollama pull embeddinggemma)
  • English-only-model diagnostic test now also asserts the recommendation carries the configured default

Semantic support in the other crawlers — checked, not available

Whether wacrawl/telecrawl/slacrawl/notcrawl support semantic search upstream:

CLI Semantic support
wacrawl ❌ no embedding code in repo
telecrawl ❌ no embedding code in repo
slacrawl internal/embed is an explicit stub ("reserved for optional embedding support after the base crawler ... stable"); SPEC lists embeddings as "later"
notcrawl ❌ no embedding code in repo

So there is no semantic mode to enable on the AutoRAG side for those four; they stay FTS-only until the upstream CLIs ship vectors. Discord (discrawl) remains the only crawler with semantic/hybrid, now on the unified EmbeddingGemma default.

Verification

  • bun run typecheck clean
  • bun run test — 90 files / 1298 tests passing
  • @biomejs/biome@2.5.6 check on changed files clean

katok embeds KakaoTalk with a local EmbeddingGemma (embeddinggemma-300m-q4,
768-dim, 100+ languages). discrawl defaulted to bge-m3, which forced
operators to pull and track two local embedding models. Default discrawl to
embeddinggemma (served through Ollama) so every CLI-backed datasource shares
one multilingual embedder.

The other crawler CLIs (wacrawl, telecrawl, slacrawl, notcrawl) have no
upstream semantic/vector search - slacrawl's internal/embed package is an
explicit stub and the rest have no embedding code at all - so there is no
semantic mode to enable on the AutoRAG side yet.
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.

1 participant