-
-
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(chat): added streaming #808
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
LOGAF Level 2 - /home/runner/work/quivr/quivr/backend/core/vectorstore/supabase.py
Example: if res.data is None:
return [] LOGAF Level 3 - /home/runner/work/quivr/quivr/frontend/app/chat/[chatId]/hooks/useChat.ts
LOGAF Level 3 - /home/runner/work/quivr/quivr/backend/core/routes/chat_routes.py
Example: def query_db(commons, table, filters):
return (
commons["supabase"]
.from_(table)
.select("*")
.filter(filters)
.execute()
).data Then you can replace the similar code in 📚🔧🔍 Powered by Code Review GPT |
c1edaf9
to
49b24e7
Compare
* feat(tmp): added streaming * feat(streaming): implemented by changing order
Implement streaming for QA retrieval