This website requires JavaScript.
Explore
Help
Sign In
StanGirard
/
quivr
Watch
1
Star
1
Fork
0
You've already forked quivr
mirror of
https://github.com/StanGirard/quivr.git
synced
2024-12-12 11:26:07 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b8d9f6b5e7
quivr
/
frontend
/
lib
/
hooks
/
index.ts
4 lines
84 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Feat/multiple brains frontend (#344) * 🗑️ remove date input from fetch_user_id_from_credentials * ♻️ refactor backend utils by splitting it into files * 💡 comments for next actions to update /upload * 🚚 move SupabaseProvider tp libs * 🚚 move useAxios to hooks * ♻️ refacto brain routes * 🚨 update lintermfor paths * ✨ new brain context provider * ✨ new brain component in navbar * 🚨 fix linter and async * 🇸🇪 add feature flag for multiple-brains
2023-06-20 17:17:13 +03:00
export
*
from
"./useAxios"
;
feat: streaming for standard brain picking (#385) * feat: streaming for standard brain picking * fix(bug): private llm * wip: test Co-authored-by: Mamadou DICKO <mamadoudicko@users.noreply.github.com> * wip: almost good Co-authored-by: Mamadou DICKO <mamadoudicko@users.noreply.github.com> * feat: useFetch * chore: remove 💀 * chore: fix linting * fix: forward the request if not streaming * feat: streaming for standard brain picking * fix(bug): private llm * wip: test Co-authored-by: Mamadou DICKO <mamadoudicko@users.noreply.github.com> * wip: almost good Co-authored-by: Mamadou DICKO <mamadoudicko@users.noreply.github.com> * feat: useFetch * chore: remove 💀 * chore: fix linting * fix: forward the request if not streaming * fix: 💀 code * fix: check_user_limit * feat: brain_id to new chat stream * fix: missing imports * feat: message_id created on backend Co-authored-by: Mamadou DICKO <mamadoudicko@users.noreply.github.com> * chore: remove dead * remove: cpython * remove: dead --------- Co-authored-by: Mamadou DICKO <mamadoudicko@users.noreply.github.com>
2023-06-30 11:10:59 +03:00
export
*
from
"./useFetch"
;
Feat/multiple brains frontend (#344) * 🗑️ remove date input from fetch_user_id_from_credentials * ♻️ refactor backend utils by splitting it into files * 💡 comments for next actions to update /upload * 🚚 move SupabaseProvider tp libs * 🚚 move useAxios to hooks * ♻️ refacto brain routes * 🚨 update lintermfor paths * ✨ new brain context provider * ✨ new brain component in navbar * 🚨 fix linter and async * 🇸🇪 add feature flag for multiple-brains
2023-06-20 17:17:13 +03:00
export
*
from
"./useToast"
;
Reference in New Issue
Copy Permalink