Skip to content

Commit 4cd38d8

Browse files
authored
Add a note about Hasura LLM not being HIPAA complaint (#144)
self explanatory ## Description 📝 ## Quick Links 🚀 <!-- Links to the relevant place(s) in the CloudFlare Pages build. Wait for CF comment for link. --> https://shahidhk-patch-1.promptql-docs.pages.dev/project-configuration/promptql-config/providers/#hasura ## Assertion Tests 🤖 <!-- Add assertions between the comments below to have ChatGPT check the quality of your docs contribution (Diff) and how well it integrates with existing docs. E.g., A user should be able to easily understand how to make a simple query. --> <!-- For more info, see the Action's docs in the marketplace: https://github.com/marketplace/actions/docs-assertion-tester#usage --> <!-- DX:Assertion-start --> <!-- DX:Assertion-end -->
1 parent 1843619 commit 4cd38d8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/project-configuration/promptql-config/providers.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,13 @@ following have been tested with PromptQL:
8484
8585
With Hasura—used as the default provider—there is **no specific model necessary** in your configuration.
8686
87+
:::warning HIPAA Compliance
88+
89+
If you plan to interact with PHI using PromptQL, you should not use the Hasura provider as it is not
90+
HIPAA compliant. You will have to bring your own LLM with another supported provider.
91+
92+
:::
93+
8794
### Microsoft Azure
8895
8996
To use an [Azure foundational model](https://azure.microsoft.com/en-us/products/ai-model-catalog#Models), set the

0 commit comments

Comments
 (0)