<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: lili</title>
    <description>The latest articles on DEV Community by lili (@lili_at_32369546c2947bd24).</description>
    <link>https://dev.to/lili_at_32369546c2947bd24</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4060296%2F3432f2c4-3b22-41f1-b3d0-c425e4ec5970.png</url>
      <title>DEV Community: lili</title>
      <link>https://dev.to/lili_at_32369546c2947bd24</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lili_at_32369546c2947bd24"/>
    <language>en</language>
    <item>
      <title>langchain-rust: Build LLM apps with Ollama + local models in pure Rust — no Python needed</title>
      <dc:creator>lili</dc:creator>
      <pubDate>Mon, 03 Aug 2026 09:24:01 +0000</pubDate>
      <link>https://dev.to/lili_at_32369546c2947bd24/langchain-rust-build-llm-apps-with-ollama-local-models-in-pure-rust-no-python-needed-52jl</link>
      <guid>https://dev.to/lili_at_32369546c2947bd24/langchain-rust-build-llm-apps-with-ollama-local-models-in-pure-rust-no-python-needed-52jl</guid>
      <description>&lt;p&gt;If you're running local models through Ollama and tired of Python's overhead, check out &lt;a href="https://github.com/atliliw/langchainrust" rel="noopener noreferrer"&gt;langchain-rust&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It's a full LLM framework in pure Rust that works great with local models:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Ollama support&lt;/strong&gt; — first-class integration with tool calling, vision, and streaming&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;9 vector store backends&lt;/strong&gt; — InMemory, SQLite, Qdrant, ChromaDB, Redis, PGVector, MongoDB, Pinecone, FileVectorStore&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;BM25 keyword search&lt;/strong&gt; — with Chinese/English tokenization, no external dependency&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hybrid retrieval&lt;/strong&gt; — BM25 + Vector with RRF fusion for better recall&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GraphRAG&lt;/strong&gt; — Knowledge graph construction + community detection, all local&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CorrectiveRAG&lt;/strong&gt; — Self-correcting retrieval with hallucination detection&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Code Interpreter&lt;/strong&gt; — LocalSandbox (subprocess), E2B cloud, or WASM sandbox&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LocalEmbeddings&lt;/strong&gt; — Run embeddings without calling an API&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Plus: LangGraph workflows, MCP client/server, 7 memory types, guardrails, and 12+ built-in tools.&lt;/p&gt;

&lt;p&gt;Single binary, no virtualenv, no pip conflicts. Just &lt;code&gt;cargo add langchainrust&lt;/code&gt; and go.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/atliliw/langchainrust" rel="noopener noreferrer"&gt;https://github.com/atliliw/langchainrust&lt;/a&gt;&lt;br&gt;
Docs: &lt;a href="https://docs.rs/langchainrust" rel="noopener noreferrer"&gt;https://docs.rs/langchainrust&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>rag</category>
      <category>rust</category>
    </item>
  </channel>
</rss>
