Skip to content

Commit 6745257

Browse files
authored
Remove auto-rag.com URL usage
No longer have the URL
1 parent 8c72159 commit 6745257

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ and find the best RAG pipeline for your own use-case.
2424
AutoRAG supports a simple way to evaluate many RAG module combinations.
2525
Try now and find the best RAG pipeline for your own use-case.
2626

27-
Explore our 📖 [Document](https://docs.auto-rag.com)!!
28-
29-
Plus, join our 📞 [Discord](https://discord.gg/P4DYXfmSAs) Community.
27+
Explore our 📖 [Document](https://marker-inc-korea.github.io/AutoRAG/)!!
3028

3129
---
3230

@@ -41,7 +39,7 @@ Your Optimized RAG pipeline is just a few clicks away.
4139
|:-----------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------:|
4240
| ![Image](https://github.com/user-attachments/assets/87289d84-ff65-4810-bc41-3f30b36b7ddf) | ![Image](https://github.com/user-attachments/assets/dbe0a49b-ebf2-4c9c-b17d-1be1c2cd1060) | ![Image](https://github.com/user-attachments/assets/d8a50512-3299-4b68-b48e-e2f49d688f01) |
4341

44-
Click the docs to use the AutoRAG GUI beta version! [AutoRAG GUI Docs](https://docs.auto-rag.com/gui/gui.html).
42+
Click the docs to use the AutoRAG GUI beta version! [AutoRAG GUI Docs](https://marker-inc-korea.github.io/AutoRAG/gui/gui.html).
4543

4644
### GUI Installation
4745

@@ -292,8 +290,8 @@ First, you need to set the config YAML file for your RAG optimization.
292290
We highly recommend using pre-made config YAML files for starter.
293291

294292
- [Get Sample YAML](autorag/sample_config/rag)
295-
- [Sample YAML Guide](https://docs.auto-rag.com/optimization/sample_config.html)
296-
- [Make Custom YAML Guide](https://docs.auto-rag.com/optimization/custom_config.html)
293+
- [Sample YAML Guide](https://marker-inc-korea.github.io/AutoRAG/optimization/sample_config.html)
294+
- [Make Custom YAML Guide](https://marker-inc-korea.github.io/AutoRAG/optimization/custom_config.html)
297295

298296
Here is an example of the config YAML file to use `retrieval`, `prompt_maker`, and `generator` nodes.
299297

@@ -358,7 +356,7 @@ At the trial folder named to numbers (like 0),
358356
you can check `summary.csv` file that summarizes the evaluation results and the best RAG pipeline for your data.
359357

360358
For more details, you can check out how the folder structure looks like
361-
at [here](https://docs.auto-rag.com/optimization/folder_structure.html).
359+
at [here](https://marker-inc-korea.github.io/AutoRAG/optimization/folder_structure.html).
362360

363361
### 3. Run Dashboard
364362

@@ -407,7 +405,7 @@ autorag run_api --trial_dir your/path/to/trial_dir --host 0.0.0.0 --port 8000
407405
```
408406

409407
The cli command uses extracted config YAML file. If you want to know it more, check
410-
out [here](https://docs.auto-rag.com/tutorial.html#extract-pipeline-and-evaluate-test-dataset).
408+
out [here](https://marker-inc-korea.github.io/AutoRAG/tutorial.html#extract-pipeline-and-evaluate-test-dataset).
411409

412410
### 4-3. Run as a Web Interface
413411

@@ -551,7 +549,7 @@ We are developing AutoRAG as open-source.
551549

552550
So this project welcomes contributions and suggestions. Feel free to contribute to this project.
553551

554-
Plus, check out our detailed documentation at [here](https://docs.auto-rag.com/index.html).
552+
Plus, check out our detailed documentation at [here](https://marker-inc-korea.github.io/AutoRAG/index.html).
555553

556554
## Citation
557555

0 commit comments

Comments
 (0)