Skip to content

Commit

Permalink
Update list of rag modules (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
collindutter authored Sep 5, 2024
1 parent aeaa4f9 commit a1ad5b7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/griptape-framework/engines/rag-engines.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ RAG modules are used to implement concrete actions in the RAG pipeline. `RagEngi

- `TranslateQueryRagModule` is for translating the query into another language.

#### Retrieval Modules
- `TextRetrievalRagModule` is for retrieving text chunks.
- `TextLoaderRetrievalRagModule` is for retrieving data with text loaders in real time.
#### Retrieval/Rerank Modules
- `TextChunksRerankRagModule` is for re-ranking retrieved results.
- `TextLoaderRetrievalRagModule` is for retrieving data with text loaders in real time.
- `VectorStoreRetrievalRagModule` is for retrieving text chunks from a vector store.

#### Response Modules
- `MetadataBeforeResponseRagModule` is for appending metadata.
- `RulesetsBeforeResponseRagModule` is for appending rulesets.
- `PromptResponseRagModule` is for generating responses based on retrieved text chunks.
- `TextChunksResponseRagModule` is for responding with retrieved text chunks.
- `FootnotePromptResponseRagModule` is for responding with automatic footnotes from text chunk references.
Expand Down

0 comments on commit a1ad5b7

Please sign in to comment.