Arthur
Arthur
Maybe it would be better if you fix it, `npm i -s vue-fragment` --> `npm i -S vue-fragment` / `npm i --save vue-fragment`
As issue #2970 said, `ollama run phi | tee llms/out.txt` leads to error. When using a pipe operator following the `ollama` command the`os.Stdout` points to a pipe instead of the...
I followed instructions at [Local, Ollama-powered setup - RECOMMENDED](https://docs.privategpt.dev/installation/getting-started/installation#local-ollama-powered-setup-recommended), and entered `PGPT_PROFILES=ollama make run ` in the end. It threw a error that it could not fetch the tokenizer `mistralai/Mistral-7B-Instruct-v0.2`...
As mentioned in #183, it seems no way to customize `index-path` and `pages-index-path` in current chart-releaser-action. What I want to achieve is that chart-releaser-action reads and updates `index.yaml` in a...
Version: [email protected] [Chart releaser](https://github.com/helm/chart-releaser) has two arguments `pages-index-path` and `index-path` while it seems that they are not supported by chart-releaser-action. Is there any way to read and update index information...
## Summary 1. Checked cluster mode in operator instead of oceanbase-helper through `helper version` cmd 2. Removed dedicated cmds for mode checking in oceanbase-helper 3. Added some exit code declarations...
### Describe your use case Standalone cluster, which start up with 127.0.0.1 as its IP, can take use of distributed file system components in k8s cluster. Users may have demands...
### Describe your use case It is common that users modify topology and parameters of a OBClsuter, which is perhaps more common than what users do to OBTenant. Small single...