Selective Sharing and Privacy Protection for File-based Queries and Knowledge Base #1119
ItouTerukazu
started this conversation in
Feature Requests
Replies: 1 comment
-
Is there anyone who is having trouble with this agenda? I would appreciate it if you could give me some advice on how to use my crewai. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Selective Sharing and Privacy Protection for File-based Queries and Knowledge Base
Issue Type
Feature Request
Description
CrewAI currently stores both general knowledge and individual query content, including content from file-based queries (e.g., PDF RAG tools), in a shared SQLite database via EmbedChain. This approach leads to unintended sharing of potentially sensitive information across all sessions. While sharing some knowledge can be beneficial, users need more control over what is shared, especially for file-based queries.
We propose implementing a feature to allow selective sharing of knowledge while protecting the privacy of individual queries and file contents.
Proposed Solution
Implement a mechanism to separate the storage and handling of general knowledge, individual query content, and file-based query results, with user-controlled sharing options. This could be achieved through:
Tiered Storage System:
Selective Sharing Options:
a) Kept private to the current session
b) Shared temporarily for a specified duration
c) Permanently added to the shared knowledge base
Data Classification and Tagging:
Query and Result Anonymization:
Automatic Cleanup and Retention Policies:
Example Use Case
When a user utilizes a PDF RAG tool to query a PDF file:
Benefits
Potential Challenges
Questions
We appreciate your consideration of this feature request and look forward to discussing how we can enhance privacy protection and user control in CrewAI, particularly for file-based queries and knowledge sharing.
Beta Was this translation helpful? Give feedback.
All reactions