You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Intercept user message to detect specific queries, such as "list all of the GA."
generalized endpoint to retrieve all content relating to the user's action (either text search, or click).
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.)
recreate a document or body of text/ content using chunks and ordering them by sequence number.
The text was updated successfully, but these errors were encountered:
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:
Requirements:
The text was updated successfully, but these errors were encountered: