-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: allow user to chat while feed process is pending #1120
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
1b773af
to
e30727e
Compare
Risk Level 2 - /home/runner/work/quivr/quivr/frontend/app/chat/[chatId]/components/ActionsBar/components/ChatInput/index.tsx The changes in this file are adding a new property Risk Level 3 - /home/runner/work/quivr/quivr/frontend/app/chat/[chatId]/components/ActionsBar/hooks/useKnowledgeUploader.ts The changes in this file are more significant and involve modifying the For example: try {
await Promise.all([...uploadPromises, ...crawlPromises]);
} catch (e) {
console.error(e);
} 📁🔧 Powered by Code Review GPT |
e30727e
to
43505a0
Compare
* feat: remove 'ux-upload' feature flag * feat: publish a message at the end of feed process * feat: hide feed card during feed process
Screen.Recording.2023-09-06.at.15.06.03.mov