Frequently Asked Questions
Quick answers about uploading data, embeddings, and using Hyper Search.
What is Hyper Search?
Hyper Search lets you upload tabular data, generate embeddings, and query it with semantic search through a simple API.
What file formats are supported?
Today, the main upload flow supports CSV files. You can map columns and select what should be embedded.
Can I search both text and images?
Yes. Hyper Search supports text embeddings and image embeddings, including cross-modal retrieval.
How do I query my data?
After creating a project, generate an API key in the dashboard and call the search endpoints to retrieve similar results.
Is there authentication and access control?
Yes. Projects are scoped to your account, and API access is controlled by your generated keys.