Stan Girard
b7f9876ce2
feat(preview): added crawl service to ci
2023-08-18 16:35:27 +02:00
Stan Girard
1e78812f30
ci(preview): context put in good place
2023-08-18 16:14:48 +02:00
Stan Girard
6894a2365b
ci(docker): fixed context
2023-08-18 16:12:57 +02:00
Stan Girard
110d72d111
ci(preview): removed core
2023-08-18 16:10:38 +02:00
Stan Girard
a706e2e9d0
ci(preview): working dir to core
2023-08-18 16:09:41 +02:00
Stan Girard
86ff98bee1
ci(preview): context
2023-08-18 16:08:42 +02:00
Stan Girard
19d41cf54e
ci(preview): fix context
2023-08-18 16:01:00 +02:00
Stan Girard
8b5cef4dfc
ci(preivew): added caching
2023-08-18 15:57:49 +02:00
Stan Girard
98f75ba7b7
ci(ci): ecr registry addedd
2023-08-18 15:49:16 +02:00
Stan Girard
d90850d364
ci(preview): added fail fast to false
2023-08-18 15:35:39 +02:00
Stan Girard
08450f7b50
ci(ecr): hidden
2023-08-18 15:18:09 +02:00
Stan Girard
9f9a7bc4a1
ci(preview): fix output
2023-08-18 15:09:51 +02:00
Stan Girard
ce6b45e1ac
feat(preview): added service upload ( #979 )
...
* feat(docker): improved size image
* feat(preview): added upload service
* ci(aws): using matrix
2023-08-18 14:49:48 +02:00
Mamadou DICKO
c746eb1830
fix: update backend tests ( #975 )
...
* fix: update backend tests
* fix(pytest): update types
2023-08-18 14:01:14 +02:00
Stan Girard
aa623c4039
feat(docker): improved size image ( #978 )
2023-08-18 12:57:16 +02:00
Stan Girard
c227fc990d
chore(empty): file removed
2023-08-18 12:26:29 +02:00
Stan Girard
d001ec70df
feat(chat-service): added task definition
2023-08-18 12:25:27 +02:00
Stan Girard
b894f8e7e5
ci(preview): fixed name service ( #977 )
...
* feat(chat-service): added task definition
* feat(ci): added ci
* feat(ci): added preview chat
2023-08-18 12:20:47 +02:00
Gustavo J. Maciel
3a44f54d6b
fix(settings): select proper brain model ( #943 )
...
* fix(settings): select proper brain model
* feat(settings): save model on change
2023-08-18 12:12:17 +02:00
Stan Girard
d1dfd6c7ec
Feat/microservice aws ( #976 )
...
* feat(chat-service): added task definition
* feat(ci): added ci
2023-08-18 12:02:57 +02:00
Zineb El Bachiri
74da7dde2d
Crawl/update env variables ( #931 )
...
* 📝 add env variable for crawl
* 🐛 make CharQuestion with optional attributes
* 💡 make chatQustion config optional
2023-08-18 11:59:20 +02:00
Stan Girard
9eb25a4d17
feat(preview): added preview ( #974 )
...
* feat(verbose): removed
* feat(microservices): split quivr into micro services
* test(main): fixed
* feat(aws): changed task definition
2023-08-18 10:48:52 +02:00
Stepan Lebedev
600ff1ede0
feat(Unplug): chatting without brain streaming ( #970 )
...
* feat(Unplug): Adds new basic headless llm
* feat(Unplug): adds chatting without brain option when no streaming
* feat(Unplug): adds chatting without brain option when streaming
2023-08-18 10:32:22 +02:00
Stan Girard
7281fd905a
feat(microservices): split into 4 quivr to better handle long services ( #972 )
...
* feat(verbose): removed
* feat(microservices): split quivr into micro services
* test(main): fixed
2023-08-18 10:18:29 +02:00
Stan Girard
ad7ac1516d
fix(windows): removed unused start script ( #962 )
2023-08-17 19:10:30 +02:00
Aditya Mundhalia
85ae06c829
correcting scroll & chat response view better code ( #960 )
2023-08-16 14:16:36 +02:00
Zineb El Bachiri
30060944d7
🐛 delete brain with custom prompt ( #959 )
2023-08-16 13:59:19 +02:00
Stan Girard
2802fac5f5
chore(main): release 0.0.57 ( #930 )
2023-08-16 12:07:26 +02:00
Mamadou DICKO
f99f81d10f
feat: add brain missing message ( #958 )
2023-08-16 10:47:38 +02:00
alex
dcf97f9763
Fixed backend .env file navigation ( #956 )
2023-08-16 09:33:35 +02:00
Stan Girard
d7c5c79043
fix(crawler): using newspaper and fixed recursive by merging content ( #955 )
...
* fix(crawler): using newspaper and fixed recursive by merging content
* feat(code-review): added feedback from code review
2023-08-15 18:09:09 +02:00
Joey Wang
1fef9b0783
fix(chatMessages): Fix error on answering question ( #953 )
2023-08-15 15:59:30 +02:00
Mamadou DICKO
9235a848d1
feat: change messages position ( #946 )
2023-08-14 10:43:10 +02:00
Zineb El Bachiri
d80178a848
fix(translations): pr portuguese translations ( #933 )
...
* ✨ add typing to translations
* 🐛 add removed brain key in some languages
* 🐛 put correct translations for fr/es/ru
* fix(translation): missing a few
---------
Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
2023-08-12 18:54:41 +02:00
joelsprunger
59ddfb4882
fix(chat routes): use brain model, temp, and token ( #902 )
2023-08-11 20:44:48 +02:00
Gabriel Rodrigues Eger
cb020c0e63
Portuguese language added, "Select a Quivr Personality" btn is now supporting translations as well ( #925 )
...
* Added Portuguese Language + Translation of "Select A Quivr Personality" btn
* Added Portuguese Language + Translation of "Select A Quivr Personality" btn
* Undoing changes to yarn.lock from previous commits (had run on windows)
2023-08-11 13:19:21 +02:00
Mamadou DICKO
80be40ad34
feat: update chat ui ( #907 )
...
* feat: remove react-mentions
* feat: add chat header
* feat: remove v2/chat
* feat: add fature flag
* feat: add new chat UI
* feat: add prompt and brain name to messages
2023-08-11 10:06:20 +02:00
Tural Sadık
d4d19bbf0b
feat (926): make crawl recursively navigate linked pages ( #927 )
2023-08-11 08:20:12 +02:00
Stan Girard
b0e7c85316
chore(main): release 0.0.56 ( #924 )
2023-08-10 17:36:55 +01:00
Mamadou DICKO
21db719796
fix(chat): update data keys ( #923 )
2023-08-10 17:35:30 +01:00
Stan Girard
0cc6dcfa47
chore(main): release 0.0.55 ( #906 )
2023-08-10 13:59:32 +02:00
Zineb El Bachiri
f3d9c89163
🚑 fix vercel yarn run build fail ( #919 )
2023-08-10 13:07:22 +02:00
Stan Girard
ef429b8ef4
Create FUNDING.yml
2023-08-10 11:54:53 +01:00
Mamadou DICKO
6e777327aa
feat(chatMessages): add brain_id and prompt_id columns ( #912 )
...
* feat: add prompt_id and brain_id to chat history)
* feat: add prompt_id and brain_id to chat routes
2023-08-10 10:25:08 +02:00
Gustavo J. Maciel
1360ce801d
feat(invitation): add translations ( #909 )
2023-08-10 09:55:40 +02:00
Stepan Lebedev
672eec08bc
feat: Russian language translation ( #903 )
...
* feat(Russian Translation): Adds Russian Language option
* fix: Corrects Failedtofetch field in English Version
* fix: Adds missing translations on upload page
2023-08-09 11:17:12 +02:00
Stan Girard
0fed69d8c5
chore(main): release 0.0.54 ( #891 )
2023-08-09 11:08:43 +02:00
Mamadou DICKO
69a73f5d5a
feat: add new chat bar ( #896 )
...
* feat: add ActionsBar
* feat: add brain trigger
2023-08-08 17:28:34 +01:00
Gustavo J. Maciel
69d08937de
fix(es): spanish translations ( #895 )
...
Fix some typos on spanish translations
2023-08-08 17:18:28 +01:00
Stepan Lebedev
71e142ba3c
feat: deleting brains on brain manager page ( #893 )
...
* fix: new libraries for translation
* feat(deleting-brains-on-brain-management-page): adding a delete brain button and a confirmation modal on a management page
* feat(deleting-brains-on-brain-management-page): adding tests for confirmation Modal
* feat(deleting-brains-on-brain-management-page): Adding translation to the delete button and modal
2023-08-08 17:18:05 +01:00