Frequently Asked Questions¶
General¶
Can I use Trust3 for non-chatbot AI Applications?
Yes, Trust3 can be used for any AI application. Trust3 is a generic AI governance platform that can be used for any AI application.
Is it possible to use Trust3 solely for observation purposes, without enforcing policies such as Deny and Redact?
Absolutely, Trust3 can be configured to operate in an 'observation-only' mode. In this mode, Trust3 will monitor and log data access activities without actively enforcing any restrictive policies like Deny or Redact. This approach is particularly beneficial for organizations seeking to first analyze and understand their data access patterns. It allows you to gain valuable insights into user behavior and data usage, which can inform future policy implementations. Additionally, this mode is highly effective for compliance reporting, as it provides a clear picture of data interactions within your environment without impacting normal operations.
How do we integrate Trust3 with current AI applications?
Trust3 integrates seamlessly with AI applications through two primary methods:
-
Transparent Integration with LangChain: For applications developed using LangChain, integration is streamlined via the Privacera Shield library. This method ensures automated policy enforcement throughout the application, including advanced features like Chains and Retrieval Augmented Generation (RAG).
-
Python Library for Native AI Applications: For AI applications natively built in Python, Trust3 offers a dedicated library. This allows direct integration, providing developers with the flexibility to utilize Trust3 APIs according to their unique business and technical needs.
For more detailed information on these integration methods, please refer to our Integration section.
How does Trust3 identify sensitive data?
Trust3 uses a series of detectors. We use AI models to detect PII, Toxic content and Source Code in unstructured content. We will be introducing Prompt Injection and PHI detection in February. Password and Credentials detection in content is also in the roadmap.
What is the accuracy rate for identifying sensitive data?
Our system is designed to identify sensitive data with a high level of accuracy, leveraging advanced algorithms and continuous data analysis. We are committed to ongoing improvements in our detection capabilities, regularly updating our algorithms and methodologies to enhance precision and adapt to emerging data protection challenges. information.
What is the performance overhead for masking sensitive data?
Our system is optimized for efficiency, ensuring that the process of identifying and masking sensitive data incurs minimal performance overhead. While the exact time can vary depending on content size, we've fine-tuned our approach to keep the delay to a minimum. For typical user queries and within the token limits of Large Language Models (LLMs), the additional time required for masking is generally negligible. Most queries are processed with a very modest increase in response time, and even for larger content sizes, the impact remains relatively low. We continuously work on optimizing our algorithms to balance robust data protection with the need for swift data processing, ensuring our solution scales effectively with your requirements.
Does Trust3 support streaming protocols from LLM?
Yes, Trust3 supports streaming protocols by actively screening data as it streams in. Based on established policies, Trust3 performs any necessary redactions in real-time during streaming. If a denial policy is triggered, the streaming will be abruptly terminated. It is essential for GenAI applications to gracefully handle such interruptions by providing appropriate error messages or fallback responses.
Administration¶
Can I synchronize users and groups from my AD/LDAP?
Trust3 doesn't support synchronization of users from AD/LDAP. Currently users and groups can be only added manually. The option to add users/groups using API in the roadmap.
Can I synchronize users and groups from using SCIM?
Trust3 doesn't support synchronization of users from SCIM. Currently users and groups can be only added manually. The option to add users/groups using SCIM in the roadmap.
Can I manage my users and groups using API?
Trust3 doesn't support managing users and group using public APIs. Currently users and groups can be only added manually. The option to add users/groups using public APIs in the roadmap.