Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Apr 15, 2024
1 parent 4577694 commit ee8d7eb
Showing 1 changed file with 25 additions and 14 deletions.
39 changes: 25 additions & 14 deletions v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,31 @@
Todo list:

- [x] `gaianet init`
- [x] `gaianet init <url-to-config.json>`
- [ ] `gaianet init paris_guide`
- [ ] `gaianet init berkeley_cs_101_ta`
- [ ] `gaianet init vitalik_buterin`
- [x] `gaianet run`
- [x] `gaianet stop`
- [x] `gaianet stop --force`
- [ ] `gaianet config`
- [x] `gaianet config chat <url>`
- [x] `gaianet config chat_ctx_size <size>`
- [x] `gaianet config embedding <url>`
- [x] `gaianet config embedding_ctx_size <size>`
- [ ] `gaianet config system_prompt <prompt>`
- [ ] install_v2.sh
- [x] Download default config file
- [x] Download nodeid.json
- [x] Install WasmEdge with wasi-nn_ggml plugin
- [x] Install Qdrant binary and initialize Qdrant directory
- [x] Download rag-api-server.wasm
- [x] Download dashboard
- [ ] Install gaianet-domain (frpc binary + frpc.toml)
- [ ] Generates keys

- [ ] gaianet.sh
- [x] `gaianet init`
- [x] `gaianet init <url-to-config.json>`
- [ ] `gaianet init paris_guide`
- [ ] `gaianet init berkeley_cs_101_ta`
- [ ] `gaianet init vitalik_buterin`
- [x] `gaianet run`
- [x] `gaianet stop`
- [x] `gaianet stop --force`
- [ ] `gaianet config`
- [x] `gaianet config chat <url>`
- [x] `gaianet config chat_ctx_size <size>`
- [x] `gaianet config embedding <url>`
- [x] `gaianet config embedding_ctx_size <size>`
- [ ] `gaianet config system_prompt <prompt>`

## install_v2.sh

Expand Down

0 comments on commit ee8d7eb

Please sign in to comment.