Getting Started
Orama Cloud is a fast, high-quality, batteries-included product answer engine.
With Orama, you can perform unlimited full-text, vector, and hybrid search queries as well as unlimited generative conversations for all plans.
Orama Cloud is free for up to 3 indexes, 100k documents per index and 150 index updates per month (deployments). Check out the pricing plans for more info.
Check out nodejs.org,
jsr.io or
tanstack.com.
These websites are serving millions of queries wordwide every day using Orama Cloud.
Introduction
When we say that Orama Cloud is batteries-included, we mean that it gives you everything you need to start searching and generating answers (conversations) without any complex configuration. Out of the box, Orama Cloud also includes:
- ๐งฉ Native and Custom integrations to easily import your data.
- ๐ Web Components to easily integrate a full-featured Searchbox on your website in no time.
- ๐ Quality checks, analytics and quality control tools to fine-tune your users experience.
- ๐ Secure proxy configuration and advanced security options.
- and much moreโฆ
Basic concepts
At the core of Orama Cloud, there are three simple concepts:
- ๐ Index: a collection of documents that you can search through.
- ๐ Schema: a set of rules that define how the documents are structured.
- ๐ฟ Immutability: once youโve created an index and populated it with documents, it will remain immutable. To change the content of an index, you have to perform a re-deployment.
With your index, you can perform full-text, vector, and hybrid search queries, as well as generative conversations. Add your data, define the schema, and youโre ready to go!
Create your first index
To get started, you will need to create a new account (no credit card required) and follow the instructions in the working with indexes guide.