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

Feat/sources in react widget #1317

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

Conversation

utin-francis-peter
Copy link
Contributor

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

  • Why was this change needed? (You can also link to an open issue here)
    This update will make it possible for users to view the source of generated responses to their queries when interacting with the widget.

  • Other information:
    After series of implementations through trials and research, the sources still refuses to render as expected. Please I'll appreciate some reviews of current implementation and helpful discussions around it. Thank you.

Also, there seems to be a bug I didn't account for in this PR, but pre the actual generated response, an "undefined" response is rendered into the bubble. On actual response rendering, the initial "undefined" text gets concatenated to the actual responses. I'm willing to make a PR after current issue is resolved.

closes: #1289

@github-actions github-actions bot added the extensions Extensions label Oct 14, 2024
Copy link

vercel bot commented Oct 14, 2024

@utin-francis-peter 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 Oct 14, 2024

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

Name Status Preview Comments Updated (UTC)
nextra-docsgpt 🔄 Building (Inspect) Visit Preview 💬 Add feedback Oct 14, 2024 0:12am

Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.02%. Comparing base (70f44fc) to head (6f83bd8).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1317   +/-   ##
=======================================
  Coverage   34.02%   34.02%           
=======================================
  Files          69       69           
  Lines        3377     3377           
=======================================
  Hits         1149     1149           
  Misses       2228     2228           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

Successfully merging this pull request may close these issues.

🚀 Feature: Display sources in the react web widget
1 participant