Skip to content

Commit

Permalink
blogpost ref added
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed Sep 10, 2024
1 parent a828896 commit 64be85e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WahlGPT.Web/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@
<strong>Antwortgenerierung (Augmented Generation):</strong> Das LLM verarbeitet die gefundenen Informationen und formuliert eine verständliche Antwort.
</p>
<p>Durch diese Kombination von Suche und Textgenerierung kann das LLM präzise und nützliche Antworten auf deine Fragen zu Wahlprogrammen geben. Du erhältst schnell klare Informationen, ohne die gesamten Texte selbst durchsuchen zu müssen.</p>
<p>der Code von WahlGPT ist open-source und auf <strong><a class="content-link-a" href="https://github.com/nor0x/wahlgpt" target="_blank">GitHub</a></strong> verfügbar. Dort können auch alle <a class="content-link-a" href="https://github.com/nor0x/wahlgpt/tree/main/WahlGPT.Importer/Documents">Wahlprogramme</a> die als Import verwendet heruntergeladen werden.</p>
<p>der Code von WahlGPT ist open-source und auf <strong><a class="content-link-a" href="https://github.com/nor0x/wahlgpt" target="_blank">GitHub</a></strong> verfügbar. Dort können auch alle <a class="content-link-a" href="https://github.com/nor0x/wahlgpt/tree/main/WahlGPT.Importer/Documents">Wahlprogramme</a> die als Import verwendet heruntergeladen werden.
Eine detaillierte technische Beschreibung des Projekts und der verwendeten Komponenten findest du in meinem <strong><a class="content-link-a" href="https://johnnys.news/2024/09/How-I-built-wahlGPT" target="_blank">Blogpost (Englisch)</a></strong>.</p>
</div>
</div>
</div>
Expand Down
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

**LLM + RAG to generate answers about the program of the parties for the 2024 Austrian legislative election.**

as described in the blog post: [https://johnnys.news/2024/09/How-I-built-wahlGPT](https://johnnys.news/2024/09/How-I-built-wahlGPT)


# Dependencies
- .NET SDK >= 8
Expand Down

0 comments on commit 64be85e

Please sign in to comment.