Integrate AI-Powered Search Using Orama in Next.js Documentation #68905
sreeharsha-rav
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-Goals
Background
The current search functionality in Next.js documentation, while functional, could be improved to provide more accurate and context-aware results. With the advancements in AI and LLM technologies, integrating a modern search engine like Orama can significantly enhance the user experience.
Orama is a full-text and vector search engine that offers fast, in-memory search capabilities. It can be integrated into both client-side and server-side applications, making it suitable for Next.js documentation. The flexibility of Orama allows for the adoption of different search paradigms based on specific use cases, which can greatly benefit the diverse nature of Next.js documentation.
Current alternatives might include basic keyword search or other search engines, but they may lack the AI and LLM capabilities that Orama provides. This feature is needed to make the documentation more accessible and easier to navigate, especially for developers looking for specific information or solutions.
Proposal
To implement this feature, I suggest the following steps:
As for contributing, while I'm not in a position to contribute directly, I believe this feature would greatly benefit the Next.js community. The implementation could be a collaborative effort between the Next.js core team and interested community members with expertise in search technologies and AI integration.
Beta Was this translation helpful? Give feedback.
All reactions