Comment on Turbovec – Google's TurboQuant for vector search in RustComments−anishvarghese24dThis looks perfect for local, privacy first search, but since it's built in Rust, has anyone tried compiling it to WASM to run directly inside a browser extension?−westurner24doxirs does embeddings and GraphRAG, and full text search with Tantivy; oxirs-vec, oxirs-graphragThere's an oxirs-wasm with RDF and SPARQL bindings with a query budget. Tantivy-wasm says that the release WASM bundle is 1.5 MB.cool-japan/oxirs: https://github.com/cool-japan/oxirsoxirs-wasm: https://crates.io/crates/oxirs-wasmtantivy-wasm: https://github.com/phiresky/tantivy-wasmIs there an advantage to adding an MCP local memory interface over agent instructions on how to use a rust CLI?And then write Markdown documents with Google OKF-like frontmatter YAML metadata for agents that work with tokens not linked data graphs; https://github.com/GoogleCloudPlatform/knowledge-catalog/blo...−coredog6424dCan WASM use AVX512-VNNI?−westurner23dCan WASM use AVX512-VNNI?wasmtime-mte implements ARM64 Memory Tagging Extensions in a fork of the wasmtime WASM runtime.Memory Tagging Extensions for RISC-V would be a great project too−camel-cdr23dAlready in the works: https://lists.riscv.org/g/tech-announce/message/782−LtdJorge24dNo, WASM only has 128b SIMD instructions, for now.−m00dy23dnope−cpursley24dAlso interested.
Comments
This looks perfect for local, privacy first search, but since it's built in Rust, has anyone tried compiling it to WASM to run directly inside a browser extension?
oxirs does embeddings and GraphRAG, and full text search with Tantivy; oxirs-vec, oxirs-graphrag
There's an oxirs-wasm with RDF and SPARQL bindings with a query budget. Tantivy-wasm says that the release WASM bundle is 1.5 MB.
cool-japan/oxirs: https://github.com/cool-japan/oxirs
oxirs-wasm: https://crates.io/crates/oxirs-wasm
tantivy-wasm: https://github.com/phiresky/tantivy-wasm
Is there an advantage to adding an MCP local memory interface over agent instructions on how to use a rust CLI?
And then write Markdown documents with Google OKF-like frontmatter YAML metadata for agents that work with tokens not linked data graphs; https://github.com/GoogleCloudPlatform/knowledge-catalog/blo...
Can WASM use AVX512-VNNI?
wasmtime-mte implements ARM64 Memory Tagging Extensions in a fork of the wasmtime WASM runtime.
Memory Tagging Extensions for RISC-V would be a great project too
Already in the works: https://lists.riscv.org/g/tech-announce/message/782
No, WASM only has 128b SIMD instructions, for now.
nope
Also interested.