Skip to content

Conversation

@NWylynko
Copy link
Contributor

@NWylynko NWylynko commented Nov 3, 2025

🔎 Previews:

What does this solve?

  • We need an improved search feature for the docs as Algolia can fail to find the most relevant documentation

What changed?

  • Uses a ai based search, using openais embeddings api to create embeddings and save them to json file, then on search embed the search term and use a nearest neighbor search algorithm and find the closest search results. The embeddings are just saved to a json file for now.

Checklist

  • I have clicked on "Files changed" and performed a thorough self-review
  • All existing checks pass

@vercel
Copy link

vercel bot commented Nov 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
clerk-docs Ready Ready Preview Nov 5, 2025 5:18pm

@NWylynko NWylynko changed the title Nick/OpenAI embeddings search Algolia search replacement - Openai embeddings search Nov 3, 2025
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.

2 participants