File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55** HelixDB** : a graph-vector database for knowledge graphs and AI memory. Built from scratch in Rust.
66
77
8+ <img src =" ./assets/full_logo_dark.png#gh-dark-mode-only " alt =" HelixDB Logo " >
9+ <img src =" ./assets/full_logo_light.png#gh-light-mode-only " alt =" HelixDB Logo " >
810
911
1012
1113### [ website] ( https://helix-db.com ) | [ docs] ( https://docs.helix-db.com ) | [ discord] ( https://discord.gg/2stgMPr5BD ) | [ X/twitter] ( https://x.com/helixdb )
1214
1315[ Docs] ( https://docs.helix-db.com )
14- [ Change Log] ( https://docs.helix-db.com/change-log/helixdb )
16+ [ Change Log] ( https://docs.helix-db.com/database/release-notes )
1517[ GitHub Repo stars] ( https://github.com/HelixDB/helix-db/stargazers )
1618[ Discord] ( https://discord.gg/2stgMPr5BD )
1719[ LOC] ( https://github.com/HelixDB/helix-db )
@@ -200,7 +202,7 @@ HelixDB Cloud is an object-storage-backed deployment with integrated vector and
200202helix auth login # authenticate
201203helix workspace switch < workspace> # select workspace + project
202204helix project switch < project>
203- helix init cloud --cluster-id < cluster-id> # or: helix add cloud --name production --cluster-id <id>
205+ helix init cloud --cluster-id < cluster-id> # or: helix add cloud --name production --cluster-id <id>
204206helix sync production # pull gateway URL + auth contract into helix.toml
205207helix query production --file examples/request.json
206208```
You can’t perform that action at this time.
0 commit comments