Skip to content

Commit 4fd2a2f

Browse files
refactor(docs): aggiorna riferimenti repo da self-hosted-llm-rag a ragify in preparazione al rename
1 parent 1cc74fa commit 4fd2a2f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.claude/commands/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Docker:
136136
ghcr.io/strawberry-code/ragify:latest-tika
137137
138138
GitHub Release:
139-
https://github.com/strawberry-code/self-hosted-llm-rag/releases/tag/v1.1.0
139+
https://github.com/strawberry-code/ragify/releases/tag/v1.1.0
140140
141141
Deploy:
142142
docker pull ghcr.io/strawberry-code/ragify:latest-tika

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Technical documentation for contributors and developers.
55
## Project Structure
66

77
```
8-
self-hosted-llm-rag/
8+
ragify/
99
├── ragify.py # Main CLI entry point
1010
├── mcp_server.py # MCP server entry point
1111
├── config.yaml # Default configuration
@@ -68,8 +68,8 @@ self-hosted-llm-rag/
6868

6969
```bash
7070
# 1. Clone and setup
71-
git clone https://github.com/strawberry-code/self-hosted-llm-rag.git
72-
cd self-hosted-llm-rag
71+
git clone https://github.com/strawberry-code/ragify.git
72+
cd ragify
7373
python3 -m venv .venv
7474
source .venv/bin/activate
7575
pip install -r requirements.txt

docs/MCP_SETUP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Add to your MCP config:
6464
"mcpServers": {
6565
"ragify": {
6666
"command": "uvx",
67-
"args": ["--from", "/path/to/self-hosted-llm-rag", "ragify-mcp"],
67+
"args": ["--from", "/path/to/ragify", "ragify-mcp"],
6868
"env": {
6969
"QDRANT_URL": "http://127.0.0.1:6333",
7070
"OLLAMA_URL": "http://localhost:11434"
@@ -74,7 +74,7 @@ Add to your MCP config:
7474
}
7575
```
7676

77-
Replace `/path/to/self-hosted-llm-rag` with your actual path.
77+
Replace `/path/to/ragify` with your actual path.
7878

7979
### Available Tools
8080

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ dependencies = [
2626
ragify-mcp = "ragify_mcp:main"
2727

2828
[project.urls]
29-
Homepage = "https://github.com/strawberry-code/self-hosted-llm-rag"
30-
Repository = "https://github.com/strawberry-code/self-hosted-llm-rag"
31-
Documentation = "https://github.com/strawberry-code/self-hosted-llm-rag/blob/main/docs/MCP_SETUP.md"
29+
Homepage = "https://github.com/strawberry-code/ragify"
30+
Repository = "https://github.com/strawberry-code/ragify"
31+
Documentation = "https://github.com/strawberry-code/ragify/blob/main/docs/MCP_SETUP.md"
3232

3333
[build-system]
3434
requires = ["hatchling"]

src/ragify_mcp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Add to your MCP client config (Claude Desktop or Claude Code):
5858

5959
## Part of Ragify
6060

61-
This MCP server is part of the [Ragify](https://github.com/strawberry-code/self-hosted-llm-rag) project - a self-hosted RAG system for indexing and querying documentation.
61+
This MCP server is part of the [Ragify](https://github.com/strawberry-code/ragify) project - a self-hosted RAG system for indexing and querying documentation.
6262

6363
## License
6464

0 commit comments

Comments
 (0)