Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Guards when Ingesting Documents in RAG #1145

Open
lordofthejars opened this issue Dec 10, 2024 · 0 comments
Open

Add Guards when Ingesting Documents in RAG #1145

lordofthejars opened this issue Dec 10, 2024 · 0 comments
Labels
area/rag enhancement New feature or request

Comments

@lordofthejars
Copy link
Contributor

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
@geoand geoand added enhancement New feature or request area/rag labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/rag enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants