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

Abstract -> Answer #163

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ export function AbstractAbout() {
return (
<Stack>
<Text size="sm" c="var(--high-contrast-text)" fw={fontWeightBold}>
About the abstract
About the answer
</Text>
<Text size="sm">
This abstract is AI-generated, based on your query and search results.
By submitting a query, you agree to share data with OpenAI, governed by
This answer is AI-generated, based on your query and search results. By
submitting a query, you agree to share data with OpenAI, governed by
theirs{' '}
<Link to="https://openai.com/policies/terms-of-use">Terms of Use</Link>{' '}
and{' '}
<Link to="https://openai.com/policies/privacy-policy">
Privacy Policy
</Link>
. Note that abstracts may contain inaccuracies or unintended biases and
. Note that answers may contain inaccuracies or unintended biases and
shouldn&apos;t serve as a substitute for professional advice in medical,
legal, financial, or other domains.{' '}
<Text span>
Click <Anchor onClick={() => setValue(false)}>here</Anchor> to revoke
showing the abstract.
showing the answer.
</Text>
</Text>
</Stack>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ function DisclaimerDetails() {
</Text>
<Text size="sm" align="left">
By entering a query, you consent to sharing it with OpenAI. The
abstract you see is generated by an AI model, using your query and
answer you see is generated by an AI model, using your query and
search results. Please be aware there might be potential
inaccuracies or unintended bias in the abstracts. The abstracts
are not a substitute for medical, legal, financial, or other
inaccuracies or unintended bias in the answers. The answers are
not a substitute for medical, legal, financial, or other
professional advice. Familiarize yourself with OpenAI&apos;s{' '}
<Link to="https://openai.com/policies/terms-of-use">
Terms of Use
Expand All @@ -50,8 +50,8 @@ export function AbstractDisclaimer() {
<Stack>
<Text size="sm" align="center">
By showing, you consent to share data with OpenAI. The AI-generated
abstract may have biases or inaccuracies. See <DisclaimerDetails />{' '}
for more details. For the traditional search{' '}
answer may have biases or inaccuracies. See <DisclaimerDetails /> for
more details. For the traditional search{' '}
<Link to="https://docs.vespa.ai">docs.vespa.ai</Link>.
</Text>
</Stack>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export function AbstractTitle() {
<Popover.Dropdown>
<Container size={isMobile ? '55vw' : 'xs'}>
<Text size={isMobile ? 'xs' : 'sm'}>
The abstract&apos;s accuracy relies on your query and the search
The answer&apos;s accuracy relies on your query and the search
outcome. Irrelevant query context might influence results, and
answers vary based on sources used. Abstracts aren&apos;t suitable
answers vary based on sources used. Answers aren&apos;t suitable
for regulatory or legal purposes and shouldn&apos;t replace
professional advice in medical, legal, or financial areas.
</Text>
Expand Down