Skip to content

Commit

Permalink
fix markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Dec 19, 2024
1 parent 5ca86d1 commit 0aef5c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content/modules/ROOT/pages/041-rag-assistant.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Up until this point the Assistants that we have created use simple prompt engine

This could be used to feed the LLM more relevant information about the topic to the LLM allowing it to return a much more focused response. Or it can event be used to send non-public information, allowing our model to create reports on data it was never trained on. This is the real power of RAG and also why security is such a primary concern when it comes to deploying our services on our clients.

+
TIP: While Vector Databases are probably the most popular Data Source when it comes to RAG, there are many other options such as Graph DBs. At the end of the day we can augment our prompt information with just about any datasource.

== Creating a RAG Assistant
Expand Down

0 comments on commit 0aef5c0

Please sign in to comment.