Skip to main content

Setup your account and try Hyperspell with your own data

1

Create an account and set up an app

Create or log into your Hyperspell account at app.hyperspell.com. You will be be prompted to set up your first application.
Create an app
You can choose which integrations you want to enable. Integrations allow your users to connect their accounts so that Hyperspell can automatically build a memory layer from that data. You can always add more integrations and configure themlater.
2

Connect your accounts

Navigate to the Sandbox , and click on the “Connect your accounts” button for the services you want to connect to.
Connect your accounts
This will let you connect your personal accounts for testing. Later, you can place a button just like this in your own app to let your users connect their own accounts.
On the “Upload files” tab in the Sandbox, you can manually upload documents like PDFs or spreadsheets. Later, you can also use the API or our SDKs to upload files.
As soon as your accounts are connected, Hyperspell will automatically index the data to build a memory. Depending on the amount of messages, emails, and so on, this may take a few minutes to complete, but the first tranche of data will be available almost immediately.
3

Test your your RAG in the sandbox

Head back to the Sandbox and navigate to the Query tab and try out a query against your own data. Pick the data sources that you want to query, and enter a query:
Query your data
If it is a question, Hyperspell will use retrieval augmented generation to answer it. When using the API or our SDKs, you can choose whether you only want to retrieve relevant data from your sources, or answer the query too.

Next steps