Skip to content

Commit 44387e8

Browse files
authored
Dev (#929)
2 parents b78467e + 509be0c commit 44387e8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
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
200202
helix auth login # authenticate
201203
helix workspace switch <workspace> # select workspace + project
202204
helix 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>
204206
helix sync production # pull gateway URL + auth contract into helix.toml
205207
helix query production --file examples/request.json
206208
```

0 commit comments

Comments
 (0)