Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fixes typos #813

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Aside } from '@astrojs/starlight/components';
import { Tabs, TabItem } from '@astrojs/starlight/components';
import Install from '../../../../components/Install.astro'

Once your data is imported and your index is up and running, you can start performing search queries using one our Official SDKs. Orama offers SDKs for [JavaScript](/cloud/integrating-orama-cloud/official-sdk), [Swift](/cloud/integrating-orama-cloud/official-sdk), [Kotlin](/cloud/integrating-orama-cloud/official-sdk), [PHP](/cloud/integrating-orama-cloud/official-sdk) and [Python](/cloud/integrating-orama-cloud/official-sdk).
Once your data is imported and your index is up and running, you can start performing search queries using one of our Official SDKs. Orama offers SDKs for [JavaScript](/cloud/integrating-orama-cloud/official-sdk), [Swift](/cloud/integrating-orama-cloud/official-sdk), [Kotlin](/cloud/integrating-orama-cloud/official-sdk), [PHP](/cloud/integrating-orama-cloud/official-sdk) and [Python](/cloud/integrating-orama-cloud/official-sdk).

The Official SDKs are the recommended way to communicate with Orama Cloud, providing out of the box connection management, cache, telemetry, and type safety for all your search operations.

Expand Down Expand Up @@ -44,4 +44,4 @@ const client = new OramaClient({
endpoint: "YOUR_ENDPOINT_URL",
api_key: "YOUR_PUBLIC_API_KEY",
});
```
```
Loading