Skip to content

Commit

Permalink
doc: brokenGH pages urls
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisVLRT committed Jan 16, 2024
1 parent 4f23b9c commit 6d4c365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is a starter kit to deploy a modularizable RAG locally or on the cloud (or

## Features

- A configurable RAG setup based around Langchain ([Check out the configuration cookbook here](https://redesigned-umbrella-evz5np5.pages.github.io/cookbook/))
- A configurable RAG setup based around Langchain ([Check out the configuration cookbook here](https://artefactory.github.io/skaff-rag-accelerator/cookbook/))
- `RAG` and `RagConfig` python classes to help you set things up
- A REST API based on FastAPI to provide easy access to the RAG as a web backend
- A demo Streamlit to serve as a basic working frontend (not production grade)
Expand Down Expand Up @@ -56,7 +56,7 @@ The RAG now has access to thn information from your loaded documents:

To learn how to configure the RAG, take a look at the documentation

[On github pages](https://redesigned-umbrella-evz5np5.pages.github.io/)
[On github pages](https://artefactory.github.io/skaff-rag-accelerator/)

Or serve them locally:
```shell
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The RAG now has access to thn information from your loaded documents:

To deep dive into under the hood, take a look at the documentation

[On github pages](https://redesigned-umbrella-evz5np5.pages.github.io/)
[On github pages](https://artefactory.github.io/skaff-rag-accelerator/)

Or serve them locally:
```shell
Expand Down

0 comments on commit 6d4c365

Please sign in to comment.