Anush008 / fastembed-rsLinks
Rust library for vector embeddings and reranking.
☆754Updated 3 weeks ago
Alternatives and similar repositories for fastembed-rs
Users that are interested in fastembed-rs are comparing it to the libraries listed below
Sorting:
- Fast, streaming indexing, query, and agentic LLM applications in Rust☆656Updated this week
- Rust client for Qdrant vector search engine☆373Updated 2 weeks ago
- pgvector support for Rust☆194Updated 3 weeks ago
- In-memory vector store with efficient read and write performance for semantic caching and retrieval system. Redis for Semantic Caching.☆377Updated last year
- LLM Orchestrator built in Rust☆284Updated last year
- Rust multiprovider generative AI client (Ollama, OpenAi, Anthropic, Gemini, DeepSeek, xAI/Grok, Groq,Cohere, ...)☆642Updated last week
- ☆453Updated this week
- Ready-made tokenizer library for working with GPT and tiktoken☆368Updated last week
- Rust client for the huggingface hub aiming for minimal subset of features over `huggingface-hub` python package☆256Updated 3 weeks ago
- Efficent platform for inference and serving local LLMs including an OpenAI compatible API server.☆591Updated 2 weeks ago
- OpenAI API client library for Rust (unofficial)☆475Updated last month
- A powerful Rust library and CLI tool to unify and orchestrate multiple LLM, Agent and voice backends (OpenAI, Claude, Gemini, Ollama, Ele…☆303Updated last week
- The Easiest Rust Interface for Local LLMs and an Interface for Deterministic Signals from Probabilistic LLM Vibes☆242Updated 6 months ago
- LLama.cpp rust bindings☆414Updated last year
- Llama2 LLM ported to Rust burn☆279Updated last year
- Model Context Protocol (MCP) implementation in Rust☆352Updated 10 months ago
- 🦜️🔗LangChain for Rust, the easiest way to write LLM-based programs in Rust☆1,221Updated this week
- High-level, optionally asynchronous Rust bindings to llama.cpp☆241Updated last year
- 🦀 A curated list of Rust tools, libraries, and frameworks for working with LLMs, GPT, AI☆526Updated last year
- A Rust implementation of OpenAI's Whisper model using the burn framework☆340Updated last year
- A rust library for extracting content from pdfs☆564Updated last week
- Low rank adaptation (LoRA) for Candle.☆169Updated 9 months ago
- A simple and easy-to-use library for interacting with the Ollama API.☆982Updated 3 weeks ago
- Modern, fast, document parser written in 🦀☆554Updated 4 months ago
- A comprehensive Rust translation of the code from Sebastian Raschka's Build an LLM from Scratch book.☆299Updated this week
- ONNX neural network inference engine☆286Updated last month
- Tutorial for Porting PyTorch Transformer Models to Candle (Rust)☆338Updated last year
- An Approximate Nearest Neighbors library in Rust, based on random projections and LMDB and optimized for memory usage☆299Updated 3 months ago
- Rust language bindings for Faiss☆246Updated 2 months ago
- Split text into semantic chunks, up to a desired chunk size. Supports calculating length by characters and tokens, and is callable from R…