Skip to content

Commit

Permalink
add metadata table
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertitsworth committed Dec 22, 2023
1 parent 4e31e3b commit 015b8de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sync-space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!--- huggingface spaces metadata
---
colorFrom: red
colorTo: gray
Expand All @@ -7,7 +6,6 @@ pinned: true
sdk: docker
title: Multi Mediawiki RAG
---
--->
# 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.
Expand Down

0 comments on commit 015b8de

Please sign in to comment.