feat(rag): install on m4 and amd, default endpoints to sgx
Add the rag CLI to the m4 and amd hosts and point its default API_BASE and QDRANT_URL at sgx (where the gateway and Qdrant run) instead of localhost. The services live on sgx, so a localhost default only worked there; sgx resolves to itself on sgx, so this default is correct on every host and leaves only RAG_API_KEY to set.
This commit is contained in:
parent
fc3e40686a
commit
89c82cf804
3 changed files with 4 additions and 2 deletions
|
|
@ -41,6 +41,7 @@ with lib.metacfg;
|
|||
claude-code
|
||||
opencode
|
||||
metacfg.pi
|
||||
metacfg.rag
|
||||
defuddle-cli
|
||||
dnsmasq
|
||||
gh
|
||||
|
|
|
|||
|
|
@ -102,6 +102,7 @@ with lib.metacfg;
|
|||
azure-cli
|
||||
claude-code
|
||||
claude-desktop-with-fhs
|
||||
metacfg.rag
|
||||
desktop-file-utils
|
||||
gnome-terminal
|
||||
gnome-remote-desktop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue