a-agmon's Stars
quickwit-oss/tantivy
Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust
valeriansaliou/sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
pepperoni21/ollama-rs
A Rust library allowing to interact with the Ollama API.
a-agmon/LocalLRU
A simple, fast, thread-safe and lock-free implementation of LRU (Least Recently Used) caching in Rust
abetlen/llama-cpp-python
Python bindings for llama.cpp
chmp/serde_arrow
Convert sequences of Rust objects to Arrow tables
indexmap-rs/indexmap
A hash table with consistent order and fast iteration; access items by key or sequence index
rewrite-bigdata-in-rust/RBIR
A collection of RBIR projects and posts for anyone interested in joining this journey.
lakekeeper/lakekeeper
Lakekeeper: A Rust native Iceberg REST Catalog
a-agmon/doc-embedder
A high-performance RAG indexing pipeline implemented in Rust using LanceDB and Candle
crabnebula-dev/cargo-packager
Rust executable packager, bundler and updater.
burtonageo/cargo-bundle
Wrap rust executables in OS-specific app bundles
Lightning-AI/litgpt
20+ high-performance LLMs with recipes to pretrain, finetune and deploy at scale.
EricLBuehler/mistral.rs
Blazingly fast LLM inference.
Xudong-Huang/may_minihttp
mini http implemented on top of may
sonos/tract
Tiny, no-nonsense, self-contained, Tensorflow and ONNX inference
apache/datafusion-sqlparser-rs
Extensible SQL Lexer and Parser for Rust
thebracket/ArdanUltimateRustFoundations
Course Material for Ardan Labs - Ultimate Rust: Foundations
LukeMathWalker/zero-to-production
Code for "Zero To Production In Rust", a book on API development using Rust.
stefanprodan/podinfo
Go microservice template for Kubernetes
ShawhinT/YouTube-Blog
Codes to complement YouTube videos and blog posts on Medium.
a-agmon/rs-parquet-gql
A GraphQL query service, implemented using Axum and Data Fusion, serving query requests over parquet files in a data lake table.
a-agmon/candle_demo_1-1
Practical guide to implementing a vector embedding and search REST service using the Candle framework and Axum in Rust.
guillaume-be/rust-bert
Rust native ready-to-use NLP pipelines and transformer-based models (BERT, DistilBERT, GPT2,...)
nginxinc/ngx-rust
Rust binding for NGINX
thebracket/ArdanUltimateRust-5Days
Accompanying the 5-class, 1 class per week series of Ultimate Rust: Foundations
rust-ml/linfa
A Rust machine learning framework.
djc/instant-distance
Fast approximate nearest neighbor searching in Rust, based on HNSW index
jorgecarleitao/arrow2
Transmute-free Rust library to work with the Arrow format
jorgecarleitao/parquet2
Fastest and safest Rust implementation of parquet. `unsafe` free. Integration-tested against pyarrow