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

Send more page information to Select relevant section functionality #103

Open
Andrewwango opened this issue Jul 7, 2023 · 0 comments
Open
Labels
component Frontend component functionality
Milestone

Comments

@Andrewwango
Copy link
Owner

Currently "select relevant section" receives a list of headings (i.e. linked pages) and the query and tries to decide the most relevant heading (using ChatGPT). Try sending more than just the heading e.g.:

  1. The first paragraph of each linked page
  2. Keywords/entities from each linked page (using frontend simple statistical NLP Investigate possibility of running NLP in the frontend #63
  3. Use embedding API to calculate embedding vector for each linked page. "Select relevant section" then simply performs similarity measure.
@Andrewwango Andrewwango added the component Frontend component functionality label Jul 7, 2023
@Andrewwango Andrewwango added this to the Stretch Goals milestone Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component Frontend component functionality
Projects
None yet
Development

No branches or pull requests

1 participant