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

Refine chat response. #314

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Conversation

mathewjordan
Copy link
Member

  • Implement Chat-based queries.
  • Shift Chat to search screen, rename directory.
  • Partially remove localstorage dependencies in chat component. Pull question data from primary Search bar
  • More work
  • Make straming answers work more reliably.
  • Incomplete search pieces to help with generative ai search
  • Wire up not logged in modal on Search page directing users to login if they want to use generative AI search
  • Refine chat response.

@mathewjordan mathewjordan changed the base branch from deploy/staging to preview/chat-integration March 6, 2024 14:49
Copy link
Contributor

@adamjarling adamjarling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awesome, and can't wait to see it rebased on latest preview/chat-integration.

I know it's nit-picky, but when we're in files, if possible let's lean on the import path aliases@ so when we move stuff around it's less hassle.

import { StyledStreamedAnswer } from "./Response.styled";

// prefer this
import useMarkdown from "@/hooks/useMarkdown";

hooks/useMarkdown.tsx Outdated Show resolved Hide resolved
hooks/useMarkdown.tsx Show resolved Hide resolved
hooks/useChatSocket.ts Outdated Show resolved Hide resolved
components/Shared/BouncingLoader.tsx Outdated Show resolved Hide resolved
@mathewjordan mathewjordan force-pushed the 4562-chat-response branch 2 times, most recently from 4f80da0 to 75a48e9 Compare March 8, 2024 15:44
@mathewjordan
Copy link
Member Author

Thanks for taking a look @adamjarling. This is ready for another review.

Copy link
Contributor

@adamjarling adamjarling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking great. Let's get this in place.

@mathewjordan mathewjordan merged commit ee7fe37 into preview/chat-integration Mar 8, 2024
1 check passed
@mathewjordan mathewjordan deleted the 4562-chat-response branch March 8, 2024 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants