|
6 | 6 | <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🧠</text></svg>"> |
7 | 7 |
|
8 | 8 | <title>Chroma — See AI First</title> |
9 | | -<meta name="description" content="Simplest vector database for AI apps — embedded mode, zero-config, ideal for getting started with RAG — 26K⭐"> |
| 9 | +<meta name="description" content="Simplest vector database for AI apps — embedded mode, zero-config, ideal for getting started with RAG"> |
10 | 10 | <meta property="og:title" content="Chroma — See AI First"> |
11 | | -<meta property="og:description" content="Simplest vector database for AI apps — embedded mode, zero-config, ideal for getting started with RAG — 26K⭐"> |
| 11 | +<meta property="og:description" content="Simplest vector database for AI apps — embedded mode, zero-config, ideal for getting started with RAG"> |
12 | 12 | <meta property="og:url" content="https://seeaifirst.com/tool/chroma"> |
13 | 13 | <meta property="og:locale" content="en_US"> |
14 | 14 | <meta property="og:locale:alternate" content="vi_VN"> |
15 | 15 | <meta name="twitter:title" content="Chroma — See AI First"> |
16 | | -<meta name="twitter:description" content="Simplest vector database for AI apps — embedded mode, zero-config, ideal for getting started with RAG — 26K⭐"> |
| 16 | +<meta name="twitter:description" content="Simplest vector database for AI apps — embedded mode, zero-config, ideal for getting started with RAG"> |
17 | 17 | <link rel="canonical" href="https://seeaifirst.com/tool/chroma"> |
18 | | -<script type="application/ld+json" id="seeaifirst-jsonld">{"@type":"SoftwareApplication","name":"Chroma","url":"https://seeaifirst.com/tool/chroma","applicationCategory":"DeveloperApplication","operatingSystem":"Cross-platform","description":"Simplest vector database for AI apps — embedded mode, zero-config, ideal for getting started with RAG — 26K⭐","keywords":["Vector Databases — Vector Storage & Search","python","js"],"isAccessibleForFree":true,"license":"Apache-2.0","sameAs":["https://github.com/chroma-core/chroma","https://trychroma.com"],"datePublished":"2026-02-08","dateModified":"2026-03-24","@context":"https://schema.org","inLanguage":"en"}</script> |
| 18 | +<script type="application/ld+json" id="seeaifirst-jsonld">{"@type":"SoftwareApplication","name":"Chroma","url":"https://seeaifirst.com/tool/chroma","applicationCategory":"DeveloperApplication","operatingSystem":"Cross-platform","description":"Simplest vector database for AI apps — embedded mode, zero-config, ideal for getting started with RAG","keywords":["Vector Databases — Vector Storage & Search","python","js"],"isAccessibleForFree":true,"license":"Apache-2.0","sameAs":["https://github.com/chroma-core/chroma","https://trychroma.com"],"datePublished":"2026-02-08","dateModified":"2026-03-24","@context":"https://schema.org","inLanguage":"en"}</script> |
19 | 19 |
|
20 | 20 | <!-- Static OG (shared across all routes) --> |
21 | 21 | <meta property="og:type" content="website"> |
|
976 | 976 | <main> |
977 | 977 | <article> |
978 | 978 | <h1>Chroma</h1> |
979 | | - <p>Simplest vector database for AI apps — embedded mode, zero-config, ideal for getting started with RAG — 26K⭐</p> |
| 979 | + <p>Simplest vector database for AI apps — embedded mode, zero-config, ideal for getting started with RAG</p> |
980 | 980 | <p>Chroma is a vector database built with a "developer-first" philosophy — install with a single pip install, runs embedded directly in the Python process with no separate server needed. Stores and se...</p> |
981 | 981 | <footer> |
982 | 982 | <p>Part of <a href="/section/vector-databases">Vector Databases — Vector Storage & Search</a> on See AI First.</p> |
|
0 commit comments