Conversation
GFJHogue
left a comment
There was a problem hiding this comment.
See comments for explanations
| <img src="https://reactome.org/templates/favourite/images/logo/logo.png" alt="Reactome Logo"> | ||
| <a href="https://reactome.org" target="_blank"> | ||
| <img src="https://reactome.org/templates/favourite/images/logo/logo.png" alt="Reactome Logo"> | ||
| </a> |
There was a problem hiding this comment.
Adding reactome.org hyperlink to /chat landing page Reactome header logo image
| <a | ||
| key={result.id} | ||
| href={result.url} | ||
| target="_blank" |
There was a problem hiding this comment.
open search result links in a new tab
| Our chatbot uses AI to assist you. | ||
| Responses are generated automatically and may not always be accurate. | ||
| Do not share sensitive, personal or confidential information. | ||
| For more information, please click on the “Readme” icon at the top-right of this window. |
There was a problem hiding this comment.
add short disclaimer in place of "Built with Chainlit" footer
There was a problem hiding this comment.
using SVG favicon instead of low-resolution image - no longer appears pixelated when enlarged for login interface
| if key in cls._get().embeddings: | ||
| return EM_ARCHIVE / cls._get().embeddings[key] | ||
| else: | ||
| return None |
There was a problem hiding this comment.
fixes KeyError bug when an unused embeddings bundle is missing
|
|
||
| _The information you provide may be retained in accordance with Reactome’s AI provider’s retention policy, which is located [here](https://openai.com/enterprise-privacy/). Do not share sensitive, personal or confidential information._ | ||
|
|
||
| _The chatbot does not substitute for expert curation or peer-reviewed sources and is not a suitable resource for clinical decisions. Users are responsible for validating any output before using it for research, publication, or medical decisions. Any use of this chatbot is subject to Reactome’s [disclaimer](https://reactome.org/about/disclaimer)._ |
There was a problem hiding this comment.
add long disclaimer to Readme section
| welcome: | ||
| message: |- | ||
| Welcome to {chat_profile}, your interactive chatbot for exploring Reactome! | ||
| Welcome to {chat_profile}, your interactive chatbot for exploring **[Reactome](https://reactome.org/)**! |
There was a problem hiding this comment.
link to Reactome.org at chat start
| We hope you're enjoying your experience with React-to-me! We'd love to hear your feedback to make it even better. Please take a few minutes to fill out our [survey](https://forms.gle/Rvzb8EA73yZs7wd38). | ||
| trigger: | ||
| after_messages: 3 | ||
|
|
There was a problem hiding this comment.
Remove survey message
| <a class="button" href="$CHAINLIT_URL/chat/guest/" target="_blank">Guest Access</a> | ||
| <a class="button" href="$CHAINLIT_URL/chat/personal/" target="_blank">Log In</a> | ||
| <a class="button feedback-button" href="https://forms.gle/Rvzb8EA73yZs7wd38" target="_blank">Feedback</a> | ||
| <a class="button feedback-button" href="mailto:help@reactome.org" target="_blank">Feedback</a> |
There was a problem hiding this comment.
Feedback button link to Reactome Help email instead of old survey
Individual items listed as linked issues: