You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: I am a tool that accepts a list of documents and uses them for Retrieval Augmented Generation of answers to your prompt. It works well for adhoc or one-off queries, but doesn't offer persistence.
args: prompt: (required) The text prompt based on which the GPT model will generate a response
args: inputs: (optional) A comma-separated list of file or directory paths to consider for the RAG flow. Defaults to "."