Skip to content

Conversation

thisisjofrank
Copy link
Collaborator

@thisisjofrank thisisjofrank commented Aug 6, 2025

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

Copy link
Member

@philhawksworth philhawksworth left a comment

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.

@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