Skip to content

[WIP] Orama search#2426

Merged
thisisjofrank merged 42 commits into
mainfrom
orama-search
Aug 26, 2025
Merged

[WIP] Orama search#2426
thisisjofrank merged 42 commits into
mainfrom
orama-search

Conversation

@thisisjofrank

@thisisjofrank thisisjofrank commented Aug 6, 2025

Copy link
Copy Markdown
Contributor

Move search over to Orama

  • Generate search indexes and upload to Orama

Features:

  • Basic markdown indexing (generate_orama_index.ts)
  • Indexing of API docs (generate_orama_index_full.ts)
  • Orama Cloud client upload (upload_orama_index.ts)
  • Index analysis and quality checking (analyze_orama_index.ts)
  • Environment variable support for API credentials

Usage:

  • deno task generate:orama:full # Generate comprehensive index
  • deno task upload:orama [file] --deploy # Upload and deploy
  • deno task analyze:orama [file] # Analyze index quality

@philhawksworth philhawksworth left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good!

Perhaps we could have the readme note which option we are using instead of listing all the possibilities. Good to have them all listed, but stating which one we are adopting would be useful for future us.

Comment thread search.client.ts
@thisisjofrank thisisjofrank merged commit a0450ec into main Aug 26, 2025
4 of 5 checks passed
@thisisjofrank thisisjofrank deleted the orama-search branch August 26, 2025 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants