-
Users set up HIPAA-compliant servers to securely store client documents.
-
Documents are transferred from these servers into individual Docker containers on our GPUs.
-
Within each container, users select their preferred LLM (Large Language Model).
-
Users then have private AI chats referencing their confidential documents.
-
Chat interactions remain isolated:
-
No chat data is fed back into any larger LLM model.
-
No data from the chat is ever accessible to anyone else.
-
-
Chat transcripts and metadata are saved on HIPAA-compliant servers.
-
Docker containers are deleted.