own-rag-cli 0.0.10-snapshot → 0.0.11-snapshot
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/rag-remove.sh +0 -1
- package/package.json +1 -1
- package/rag-setup-macos.run +1 -1
- package/rag-setup.run +1 -1
package/bin/rag-remove.sh
CHANGED
package/package.json
CHANGED
package/rag-setup-macos.run
CHANGED
|
@@ -686,7 +686,7 @@ PYEOF
|
|
|
686
686
|
select_ui_language
|
|
687
687
|
|
|
688
688
|
USER_HOME="${HOME}"
|
|
689
|
-
OWN_RAG_BUILD_VERSION="0.0.
|
|
689
|
+
OWN_RAG_BUILD_VERSION="0.0.11-snapshot"
|
|
690
690
|
VENV_DIR="${USER_HOME}/.rag_venv"
|
|
691
691
|
VENV_PYTHON="${VENV_DIR}/bin/python3"
|
|
692
692
|
VENV_PIP="${VENV_DIR}/bin/pip"
|
package/rag-setup.run
CHANGED
|
@@ -708,7 +708,7 @@ select_ui_language
|
|
|
708
708
|
# Configuração
|
|
709
709
|
# ---------------------------------------------------------------------------
|
|
710
710
|
USER_HOME="${HOME}"
|
|
711
|
-
OWN_RAG_BUILD_VERSION="0.0.
|
|
711
|
+
OWN_RAG_BUILD_VERSION="0.0.11-snapshot"
|
|
712
712
|
VENV_DIR="${USER_HOME}/.rag_venv"
|
|
713
713
|
VENV_PYTHON="${VENV_DIR}/bin/python3"
|
|
714
714
|
VENV_PIP="${VENV_DIR}/bin/pip"
|