[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-11698":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":9,"totalLinesOfCode":9,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":9,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":22,"hasPages":22,"topics":24,"createdAt":9,"pushedAt":9,"updatedAt":40,"readmeContent":41,"aiSummary":42,"trendingCount":16,"starSnapshotCount":16,"syncStatus":43,"lastSyncTime":44,"discoverSource":45},11698,"helix-db","HelixDB\u002Fhelix-db","HelixDB","HelixDB is an OLTP graph-vector database built in Rust.",null,"https:\u002F\u002Fgithub.com\u002FHelixDB\u002Fhelix-db","Rust",4885,255,30,3,0,199,227,432,604,29.22,false,"main",[25,26,27,28,29,30,31,32,33,34,35,36,37,38,39],"ai","cli","database","databases","graph-database","helix","rag","rust","rust-crate","rust-lang","vector","vector-database","vector-db","vectorsearch","helixdb","2026-06-12 02:02:33","\u003Cdiv align=\"center\">\n\n\u003Cpicture>\n  \u003Cimg src=\"\u002Fassets\u002Ffull_logo.png\" alt=\"HelixDB Logo\">\n\u003C\u002Fpicture>\n\n\u003Cb>HelixDB\u003C\u002Fb>: an open-source graph-vector database built from scratch in Rust.\n\n\u003Ch3>\n  \u003Ca href=\"https:\u002F\u002Fhelix-db.com\">Website\u003C\u002Fa> |\n  \u003Ca href=\"https:\u002F\u002Fdocs.helix-db.com\">Docs\u003C\u002Fa> |\n  \u003Ca href=\"https:\u002F\u002Fdiscord.gg\u002F2stgMPr5BD\">Discord\u003C\u002Fa> |\n  \u003Ca href=\"https:\u002F\u002Fx.com\u002Fhelixdb\">X\u002FTwitter\u003C\u002Fa>\n\u003C\u002Fh3>\n\n[![Docs](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fdocs-latest-blue)](https:\u002F\u002Fdocs.helix-db.com)\n[![Change Log](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Fchangelog-latest-blue)](https:\u002F\u002Fdocs.helix-db.com\u002Fchange-log\u002Fhelixdb)\n[![GitHub Repo stars](https:\u002F\u002Fimg.shields.io\u002Fgithub\u002Fstars\u002FHelixDB\u002Fhelix-db)](https:\u002F\u002Fgithub.com\u002FHelixDB\u002Fhelix-db\u002Fstargazers)\n[![Discord](https:\u002F\u002Fimg.shields.io\u002Fdiscord\u002F1354148209005559819?logo=discord)](https:\u002F\u002Fdiscord.gg\u002F2stgMPr5BD)\n[![LOC](https:\u002F\u002Fimg.shields.io\u002Fendpoint?url=https:\u002F\u002Fghloc.vercel.app\u002Fapi\u002FHelixDB\u002Fhelix-db\u002Fbadge?filter=.rs$,.sh$&style=flat&logoColor=white&label=Lines%20of%20Code)](https:\u002F\u002Fgithub.com\u002FHelixDB\u002Fhelix-db)\n[![Manta Graph](https:\u002F\u002Fgetmanta.ai\u002Fapi\u002Fbadges?text=Manta%20Graph&link=helixdb)](https:\u002F\u002Fgetmanta.ai\u002Fhelixdb)\n\n\u003Ca href=\"https:\u002F\u002Fwww.ycombinator.com\u002Flaunches\u002FNaz-helixdb-the-database-for-rag-ai\" target=\"_blank\">\u003Cimg src=\"https:\u002F\u002Fwww.ycombinator.com\u002Flaunches\u002FNaz-helixdb-the-database-for-rag-ai\u002Fupvote_embed.svg\" alt=\"Launch YC: HelixDB - The Database for Intelligence\" style=\"margin-left: 12px;\"\u002F>\u003C\u002Fa>\n\n\u003C\u002Fdiv>\n\n\u003Chr>\n\n\nHelixDB is a database that makes it easy to build all the components needed for an AI application in a single platform.\n\nYou no longer need a separate application DB, vector DB, graph DB, or application layers to manage the multiple storage locations to build the backend of any application that uses AI, agents or RAG. Just use Helix.\n\nHelixDB primarily operates with a graph + vector data model, but it can also support KV, documents, and relational data.\n\n### Get started with HelixDB\n\n\u003Cdiv align=\"center\">                                                                                                                                                                                                                                                                                                                                                                                   \n    \u003Cimg src=\"\u002Fassets\u002Freadmeinit.gif\" alt=\"Helix CLI Demo\" width=\"100%\">                                                                                                                                                                                                                                                                                                                                              \n\u003C\u002Fdiv>  \n\n--- \n\n## Key Features\n\n|                         |                                                                                                                                        |\n| ----------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |\n| **Built-in MCP tools**  | Helix has built-in MCP support to allow your agents to discover data and walk the graph rather than generating human readable queries. |\n| **Built-in Embeddings** | No need to embed your data before sending it to Helix, just use the `Embed` function to vectorize text.                                |\n| **Tooling for RAG**     | HelixDB has a built-in vector search, keyword search, and graph traversals that can be used to power any type of RAG applications.     |\n| **Secure by Default**   | HelixDB is private by default and can be run locally or through Enterprise Cloud.                                                     |\n| **Ultra-Low Latency**   | Helix is built in Rust and uses LMDB as its storage engine to provide extremely low latencies.                                         |\n| **Dynamic Queries**     | The v2 query API accepts JSON requests through `POST \u002Fv1\u002Fquery`, so local development does not require a compile\u002Fdeploy loop.          |\n\n## Getting Started\n\n#### Helix CLI\n\nStart by installing the Helix CLI tool to deploy Helix locally.\n\n1. Install CLI\n\n   ```bash\n   curl -sSL \"https:\u002F\u002Finstall.helix-db.com\" | bash\n   ```\n\n2. Initialize a project\n\n   ```bash\n   mkdir \u003Cpath-to-project> && cd \u003Cpath-to-project>\n   helix init\n   ```\n\n3. Start a local v2 development instance\n\n   ```bash\n   helix run dev\n   ```\n\n4. Send a dynamic query\n\n   `helix init` creates `examples\u002Frequest.json`, which is a ready-to-run dynamic query request.\n\n   ```bash\n   helix query dev --file examples\u002Frequest.json\n   ```\n\n   Dynamic query requests are JSON payloads sent to `POST \u002Fv1\u002Fquery`:\n\n   ```json\n   {\n     \"request_type\": \"read\",\n     \"query\": {\n       \"queries\": [{\n         \"Query\": {\n           \"name\": \"node_count\",\n           \"steps\": [\n             {\"NWhere\": {\"Eq\": [\"$label\", {\"String\": \"User\"}]}},\n             \"Count\"\n           ],\n           \"condition\": null\n         }\n       }],\n       \"returns\": [\"node_count\"]\n     },\n     \"parameters\": {}\n   }\n   ```\n\n5. Stop the local instance when finished\n\n   ```bash\n    helix stop dev\n    ```\n\nEnterprise Cloud clusters use a separate deploy path. After linking an Enterprise instance with `helix init enterprise` or `helix add enterprise`, run `helix push \u003Cinstance>` to compile and upload the Enterprise query project, and `helix sync \u003Cinstance>` to reconcile source snapshots and refresh cloud metadata.\n\n## License\n\nHelixDB is licensed under the The AGPL (Affero General Public License).\n\n## Commercial Support\n\nHelixDB is available as a managed service for selected users, if you're interested in using Helix's managed service or want enterprise support, [contact](mailto:founders@helix-db.com) us for more information and deployment options.\n\n---\n\nJust Use Helix\n","HelixDB是一个从零开始用Rust构建的开源图-向量数据库。它集成了图和向量数据模型，同时支持键值、文档及关系型数据存储，旨在简化AI应用程序后端的开发流程。通过将多种类型的数据管理和处理集成到单一平台中，HelixDB消除了对独立的应用程序数据库、向量数据库、图数据库的需求，非常适合需要高效整合多源异构数据以支持智能应用、代理或检索增强生成（RAG）技术的场景。",2,"2026-06-11 03:32:21","trending"]