Skip to content

Add Guards when Ingesting Documents in RAG #1145

Open
@lordofthejars

Description

Similarly, we have Guarded for interactions with AI models; we should have something similar for RAG.

Examples of input guards for RAG:

  • Encrypting text
  • Homomorphing vectors
  • Filtering per file types
  • Verifying signature of files
  • Sanitize files
    • Obfuscate sensitive data

Examples of output guards (before they are sent to LLM)

  • Decrypt content
  • Obfuscate sensitive data

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions