griptape-ai / griptape

Modular Python framework for AI agents and workflows with chain-of-thought reasoning, tools, and memory.
https://www.griptape.ai
Apache License 2.0
1.95k stars 160 forks source link

Rag Docs show a `TextRetrievalRagModule` that doesn't exist #1125

Closed shhlife closed 3 weeks ago

shhlife commented 4 weeks ago

The RAG documentation here: https://docs.griptape.ai/latest/griptape-framework/engines/rag-engines/#retrieval-modules shows a TextRetrievalRagModule that doesn't exist.

shhlife commented 4 weeks ago

I realized the docs also don't show the VectorStoreRetrievalRagModule. Can we add that as well?