XTrace provides an encrypted vector database service where documents and embedding vectors are encrypted client-side using Paillier homomorphic encryption and AES-256, allowing the server to perform nearest-neighbor searches on ciphertexts without ever seeing plaintext data.
Use XTrace when building AI applications with vector search capabilities where data privacy is critical, such as healthcare, legal, or financial applications, or whenever you cannot expose sensitive documents or embeddings to third-party vector database providers.