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

Integrate Elasticsearch to Enhance Search Functionality #63

Open
kouloumos opened this issue Apr 15, 2024 · 0 comments
Open

Integrate Elasticsearch to Enhance Search Functionality #63

kouloumos opened this issue Apr 15, 2024 · 0 comments

Comments

@kouloumos
Copy link
Member

Currently, our search functionality is limited to matching user queries with a pre-generated index.json file. This file is created during the build process and includes the titles and first 500 characters of each transcript. While this method provides basic search capabilities, it does not allow for comprehensive or highly relevant search results.

To improve this, we can leverage our existing Elasticsearch infrastructure, which is already in use for indexing all transcripts for bitcoinsearch. This search approach is already implemented in Bitcoin TLDR.

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

No branches or pull requests

1 participant