<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Chromadb on JM's Site</title><link>/tags/chromadb/</link><description>Recent content in Chromadb on JM's Site</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Thu, 23 Apr 2026 23:43:10 +0000</lastBuildDate><atom:link href="/tags/chromadb/index.xml" rel="self" type="application/rss+xml"/><item><title>Vector Search with ChromaDB</title><link>/software/chromadb/</link><pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate><guid>/software/chromadb/</guid><description>&lt;p&gt;ChromaDB is an embedding database for building search and retrieval systems.&lt;/p&gt;
&lt;h2 id="how-i-use-it"&gt;How I use it&lt;/h2&gt;
&lt;p&gt;I chunk documentation (VyOS, Hugo) into paragraphs, embed them with
&lt;code&gt;nomic-embed-text&lt;/code&gt; via Ollama, and store the vectors in ChromaDB for
semantic search.&lt;/p&gt;
&lt;h2 id="stack"&gt;Stack&lt;/h2&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;Documents → Chunker → Ollama embeddings → ChromaDB → Query API
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id="key-concepts"&gt;Key concepts&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Collection&lt;/strong&gt;: a named group of embeddings (like a table).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Document&lt;/strong&gt;: the raw text stored alongside the vector.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Metadata&lt;/strong&gt;: key-value pairs for filtering results.&lt;/li&gt;
&lt;/ul&gt;</description></item></channel></rss>