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

#1036 Conversation Input Document Selector With Hot Key #1037

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

laronson
Copy link

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • Feature Request Feature Request 🚀 Feature: Attachment source doc #1036

  • Why was this change needed? (You can also link to an open issue here)

  • The hot key doc selection mechanism may enhance the query writing workflow for some users as it allows user focus to remain closer to the input text box without needing to shift focus to the source docs dropdown on the left side of the page.

  • Highlighting the document that is being used for the current query closer to the input text box may reduce confusion for some users as to which document is selected for use with their current query.

  • This new selection mechanism could be used in the future to scale the number of document included in a search when/if the project moves to allow more than one document to be used in a single query.

  • Other information:
    Components Added

  • PopupSelector - A popup which takes in a list of items and displays them in a select-like format. The popup has a reletive position to its parent component and can be positioned on top of the screen as set by the popup's input parameters.

  • ConversationSourceList - A pill list which renders a list of documents which have been selected by the user at the time of writing a query. Currently, only one document is able to be selected at one time, however, this component is capable of handling more than one component if there is a need in the future.

  • ConversationInputList - The input text box from the Conversation component refactored into its own component to handle all user input when writing a new query.

…rate changes to use popup selector and source document list to provide better insight into which documents are being used in query at the time of writing
Copy link

vercel bot commented Jul 15, 2024

@laronson is attempting to deploy a commit to the Arc53 Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Jul 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 15, 2024 1:54pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 Feature: Attachment source doc
1 participant