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

Stub: Create new graph view to support display of documents #2550

Open
olyveya opened this issue Dec 16, 2024 · 0 comments
Open

Stub: Create new graph view to support display of documents #2550

olyveya opened this issue Dec 16, 2024 · 0 comments

Comments

@olyveya
Copy link

olyveya commented Dec 16, 2024

The goal is to create an almost replica to the way data is displayed and navigated on rsarchive.org in the graph.

Ideal flow would be:

  • user searches "list all GA" in the graph chatbox > graph retrieves all content relating to GA and structures by GA number
  • user taps on a GA number listed > all lectures in that GA are listed
  • user taps on title of lecture > each chunk relating to that lecture are retrieved and displayed to the user in the correct order of sequence.

Requirements:

  1. Intercept user message to detect specific queries, such as "list all of the GA."
  2. generalized endpoint to retrieve all content relating to the user's action (either text search, or click).
  3. new format to render content (for GA - a list and each GA number to be clickable, same for the title of content under each GA number - a list with each title clickable.)
  4. recreate a document or body of text/ content using chunks and ordering them by sequence number.
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