mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-23 13:36:10 +00:00
5 lines
74 B
Bash
Executable File
5 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
|
|
NAMESPACE=rag
|
|
helm uninstall lightrag --namespace $NAMESPACE
|