webclaw/crates
Jacob Magar 62554b8f12 feat(noxa-68r.1): crate scaffold, traits, and core types
- Bootstrap crates/noxa-rag with lib+binary layout
- EmbedProvider trait (1 method: embed)
- VectorStore trait (4 methods: upsert, delete_by_url, search, name)
- RagError enum (#[non_exhaustive], thiserror, From impls)
- Types: Chunk, Point, PointPayload, SearchResult
- Config: RagConfig with serde tagged enums for all providers
- load_config() with embed_concurrency > 0 validation
- Tokenizer Sync compile-time assertion in lib.rs
- Stub implementations for all modules (noxa-68r.2-.8)
2026-04-12 07:13:19 -04:00
..
noxa-cli feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-core feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-fetch feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-llm feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-mcp feat(llm): add Gemini CLI provider as primary; set qwen3.5:9b as default Ollama model 2026-04-12 00:52:53 -04:00
noxa-pdf chore: rebrand webclaw to noxa 2026-04-11 00:10:38 -04:00
noxa-rag feat(noxa-68r.1): crate scaffold, traits, and core types 2026-04-12 07:13:19 -04:00