diff --git a/.github/workflows/sync-space.yaml b/.github/workflows/sync-space.yaml index 56b38e8..0b71798 100644 --- a/.github/workflows/sync-space.yaml +++ b/.github/workflows/sync-space.yaml @@ -25,7 +25,6 @@ jobs: run: | git checkout hf/main data/ git checkout hf/main sources/ - git checkout hf/main README.md - name: Push Updates to Remote run: | git config --global user.email "${{ github.event.pusher.email }}" diff --git a/README.md b/README.md index 1a903aa..915ef31 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - # Multi Mediawiki RAG Chatbot [Chatbots](https://www.forbes.com/advisor/business/software/what-is-a-chatbot/) are very popular right now. Most openly accessible information is stored in some kind of a [Mediawiki](https://en.wikipedia.org/wiki/MediaWiki). Creating a [RAG](https://research.ibm.com/blog/retrieval-augmented-generation-RAG) Chatbot is becoming a very powerful alternative to traditional data gathering. This project is designed to create a basic format for creating your own chatbot to run locally on linux.