Skip to content

Commit be144ea

Browse files
authored
Merge pull request #660 from subquery/brittanyseales-patch-1
Update subquery-docs-rag.md
2 parents a9587e6 + c3867a3 commit be144ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ai/guides/subquery-docs-rag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Project Documentation AI Assistent - Intermediate Example with RAG Support
1+
# Project Documentation AI Assistant - Intermediate Example with RAG Support
22

33
This is an example of an AI app utilising RAG (Retrieval-Augmented Generation). [RAG tools](../build/rag.md) are a specialised type of [function tools](../build/function_tools.md) that enhance your LLM by integrating a vector database created from anything you choose to vectorise. In most cases this will be additional data from a knowledgebase or a database, in this case we're incorportating the SubQuery documentation website as our RAG data (where you're reading this right now).
44

0 commit comments

Comments
 (0)