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 CHANGED
@@ -108,7 +108,6 @@ declare -a REMOVE_PATHS=(
108
108
  "${HOME}/.local/bin/rag-setup.run"
109
109
  "${HOME}/.local/bin/rag-setup-macos.run"
110
110
  "${HOME}/.local/bin/chroma_monitor.sh"
111
- "${HOME}/.local/bin/rag"
112
111
  )
113
112
 
114
113
  declare -a FAILED_PATHS=()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "own-rag-cli",
3
- "version": "0.0.10-snapshot",
3
+ "version": "0.0.11-snapshot",
4
4
  "description": "Local RAG setup with ChromaDB + MCP server (Jina/BGE hybrid support).",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -686,7 +686,7 @@ PYEOF
686
686
  select_ui_language
687
687
 
688
688
  USER_HOME="${HOME}"
689
- OWN_RAG_BUILD_VERSION="0.0.10-snapshot"
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.10-snapshot"
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"