-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add E2E test of /chat
on UIUC.chat in Production, via Github Actions
#210
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
KastanDay
changed the title
Add nightwatch test, works on local in headless mode
Add E2E test of UIUC.chat in Production, via Github Actions
Nov 15, 2024
KastanDay
changed the title
Add E2E test of UIUC.chat in Production, via Github Actions
Add E2E test of Nov 15, 2024
/chat
on UIUC.chat in Production, via Github Actions
Maxwell-Lindsey
pushed a commit
that referenced
this pull request
Nov 16, 2024
#210) * Add nightwatch test, works on local in headless mode * Ignore type requirement errors * Do simpler chrome args * Add github action for Nightwatch e2e test * Make the test wait for buttons to be visible before clicking them * Rename files, only run test every minutes and not on push
Maxwell-Lindsey
pushed a commit
that referenced
this pull request
Nov 19, 2024
#210) * Add nightwatch test, works on local in headless mode * Ignore type requirement errors * Do simpler chrome args * Add github action for Nightwatch e2e test * Make the test wait for buttons to be visible before clicking them * Rename files, only run test every minutes and not on push
Maxwell-Lindsey
pushed a commit
that referenced
this pull request
Nov 23, 2024
#210) * Add nightwatch test, works on local in headless mode * Ignore type requirement errors * Do simpler chrome args * Add github action for Nightwatch e2e test * Make the test wait for buttons to be visible before clicking them * Rename files, only run test every minutes and not on push
KastanDay
added a commit
that referenced
this pull request
Nov 25, 2024
…essage, re-write it to be stand alone. Better follow up questions. (#209) * test pr bc local dev env not working * test pr * current query rewrite logic as comments * working query rewriting * added path to route file for debugging * remove commented old implementation for query rewriting * improved query rewriting prompt * removed debug logs and fixed comment * removed debugging log * removed debugging log * Add E2E test of `/chat` on UIUC.chat in Production, via Github Actions (#210) * Add nightwatch test, works on local in headless mode * Ignore type requirement errors * Do simpler chrome args * Add github action for Nightwatch e2e test * Make the test wait for buttons to be visible before clicking them * Rename files, only run test every minutes and not on push * Update e2e-prod-status-test.yml * changed routeModelRequest to api call * added logging to debug llama model on vercel deployment * fixed handling for llama models query rewriting * add logging and lower context used for query rewriting * added TODOs for next steps * added logic for NO_REWRITE_REQUIRED in query rewriting * removed completed TODO for NO_REWRITE_REQUIRED * added UI on chat page showing query was rewritten when it is rewritten * Add E2E test of `/chat` on UIUC.chat in Production, via Github Actions (#210) * Add nightwatch test, works on local in headless mode * Ignore type requirement errors * Do simpler chrome args * Add github action for Nightwatch e2e test * Make the test wait for buttons to be visible before clicking them * Rename files, only run test every minutes and not on push * Update e2e-prod-status-test.yml * Remove Axiom everywhere, too expensive, not useful (#211) * fixed bundle analyzer bug * added toggle to turn queryRewrite on and off on materials page * added toast notifications to document search optimization toggle * added xml tag and string parsing to query rewriting to improve reliability * improved regex parsing of vector queries * do not show generating final response while query rewriting is in progress * moved Document Search Optimization to prompting page; improved prompting page debouncing logic * added logic to not rewrite the first query * cleaned up logging * Add E2E test of `/chat` on UIUC.chat in Production, via Github Actions (#210) * Add nightwatch test, works on local in headless mode * Ignore type requirement errors * Do simpler chrome args * Add github action for Nightwatch e2e test * Make the test wait for buttons to be visible before clicking them * Rename files, only run test every minutes and not on push * Update e2e-prod-status-test.yml * Remove Axiom everywhere, too expensive, not useful (#211) * Add support for MinIO as an AWS S3 alternative (#212) * HOTFIX to MinIO compatability - standardize the ENV variable names. * corrected error with merge conflict resolution * Clarify optimized query text... show exactly what was used as the optimized query, or an explainer of why it wasn't optimized * Simplify wording to end users * FURTHER simplify wording to end users --------- Co-authored-by: Kastan Day <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.