Mamadou DICKO
8749ffd0bd
Shareable Brains - 2 ( #601 )
...
* feat(brains): add fetching indicator
* feat: add brain share modal
2023-07-11 14:45:18 +02:00
Stan Girard
22ea64e67c
feat(sicara): new contributors
2023-07-11 14:41:28 +02:00
Matt
cf37666f02
feat: tests get default brain ( #593 )
...
* feat: tests get default brain
* feat: chains docs
* feat: brains docs
* fix: remove brain_id creation from fe
* fix: docs categories
2023-07-11 12:09:56 +02:00
Mamadou DICKO
72924b52bc
[Authorization] Check user role before operations ( #588 )
...
* feat(security): add RBAC on /explore/*
* feat(security): add RBAC on /brains/*
2023-07-11 10:00:06 +02:00
Maria Romanenko
1be71e9e79
docs(backend): add docstrings ( #590 )
2023-07-10 19:28:38 +02:00
Matt
a6658cdaee
feat: ci permissions ( #589 )
2023-07-10 18:18:34 +02:00
Matt
80d53b96d3
feat: code-review-gpt ( #555 )
2023-07-10 17:43:45 +02:00
Stan Girard
85570d2e9e
feat: 🎸 google ( #587 )
...
added login first
2023-07-10 17:30:15 +02:00
Mamadou DICKO
9ee86222a4
chore(ci): add static type checking step ( #583 )
2023-07-10 15:22:17 +02:00
Mamadou DICKO
9e9f531c99
Feat/static analysis ( #582 )
...
* feat: add static analysis
* chore: update Makefile add static analysis script
* chore: add vscode extensions recommandations
2023-07-10 14:27:49 +02:00
escoolioinglesias
f2a06dc6de
fixed gum flag ( #567 )
2023-07-09 22:45:40 +02:00
Rayan Khan
319a0e87d3
fixed minor typos/ clarified ( #557 )
2023-07-07 23:44:56 +02:00
Stan Girard
fa386d7d5c
feat(prompt): improved
2023-07-07 16:58:49 +02:00
Zineb El Bachiri
abe7cca902
✨ add github mediasource in security headers ( #551 )
2023-07-07 13:00:26 +02:00
Mamadou DICKO
3ba2c92b50
Frontent/test/explore/1 ( #552 )
...
* refactor(MultipleBrain): separate providing and data fetching
* refactor(MultipleBrain): update useBrainApi
* feat(MultipleBrains): remove unnecessary data fetchings
* test(useBrainApi): update unit tests
2023-07-07 12:56:08 +02:00
Liran Tal
0dec4f6bdd
docs: markdown formatting to steps ( #526 )
2023-07-07 10:45:22 +02:00
Zineb El Bachiri
11cb81f40d
🚑 use security headers in prod environement only ( #550 )
2023-07-07 10:40:57 +02:00
Michael Tan
1c32eb54be
(fix) syntax error at or near "WHERE" ( #548 )
2023-07-07 09:10:22 +02:00
Matt
5735a8ec8c
feat: email edge function ( #545 )
2023-07-07 00:54:21 +02:00
Zineb El Bachiri
9e942ba959
✨ add cors security headers ( #533 )
2023-07-06 19:01:38 +02:00
Mamadou DICKO
4261ddae51
Frontend/test/explore/1 ( #544 )
...
* refactor(<ExplorePage/>): add useExplore
* feat(api): add useBrainApi
* test(useBrainApi): add unit tests
2023-07-06 19:01:23 +02:00
Mamadou DICKO
0ce9c8ffcd
Frontend/test/config/2 ( #542 )
...
* test(useApiKeyConfig): add unit tests
* test(BackendConfig): add unit tests
2023-07-06 19:01:12 +02:00
Mamadou DICKO
b3a0db771a
Frontend/test/config/1 ( #534 )
...
* test(<ConfigPage />: add unit tests)
* refactor(ApiKeyConfig): add useApiKeyConfig
* test(ApiKeyConfig): add unit tests
2023-07-06 17:13:53 +02:00
Matt
f352005dcf
Fix: add missing properties ( #530 )
2023-07-06 09:52:47 +01:00
Stan Girard
7e7a3113a5
ci: 🎡 pytest
...
change
2023-07-06 10:09:21 +02:00
Mamadou DICKO
c1535a9b86
Frontend/test/chat 4 ( #523 )
...
* refactor: move getHistory to api/chat
* test(chat): unit-tests getHistory
* refactor: rename useChatService useQuestion
* feat: add updateChat to api/chat
* test(chat): unit-tests updateChat
* refactor(ChatsListItem): add useChatsListItem
* feat: remove http request from provider and remove useChats
2023-07-05 18:33:18 +02:00
Burhanuddin Mustafa Lakdawala
b6430f91d0
Update LICENSE link ( #524 )
...
Updated the LICENSE link to point to the correct file.
2023-07-05 18:19:25 +02:00
Zineb El Bachiri
70d2599702
📝 add contribution guidelines to quivr ( #522 )
2023-07-05 18:19:08 +02:00
justalike
1d5bc60bf1
Update intro.md ( #506 )
...
fixed small typo
bacend -> backend
2023-07-05 18:18:54 +02:00
Zineb El Bachiri
0edc4f628c
🚑 use multithreading instead of multiprocessing for container in ECS ( #525 )
2023-07-05 18:15:18 +02:00
felipe
22e8189057
excel not - csv yes / ubuntu 20 not - ubuntu 22 yes ( #416 )
...
* excel not - csv yes
* ubuntu 20 is not compatible / Ubutu 22 YES
2023-07-05 14:41:33 +02:00
Zineb El Bachiri
01ea71aca8
🐛 send select request supabase in batches with multiprocessing ( #518 )
2023-07-05 14:37:01 +02:00
Mamadou DICKO
d51d4a1e90
Frontend/test/chat 3 ( #517 )
...
* refactor: add addQuestion to chat api
* test(chat): add unit tests to addQuestion
2023-07-05 13:39:07 +02:00
Mamadou DICKO
68642afbb8
Frontend/test/chat 2 ( #516 )
...
* feat: add chat api
* refactor(MicButton): move related hook
* feat: add nock http call example
* test(useChatApi): add unit tests
2023-07-05 13:33:26 +02:00
Mamadou DICKO
9bb7ccf651
Frontend/test/chat 1 ( #508 )
...
* feat: add providers mocks
* test(<ChatPage/>: add render test using providers
2023-07-05 09:30:22 +02:00
Matt
f4ba4d9d18
fix: jwt decode to return user object ( #513 )
2023-07-05 08:27:58 +01:00
Aditya Nandan
02272ab0ca
Search for brains through the dropdown ( #507 )
2023-07-05 09:24:42 +02:00
Matt
e931d29017
feat: new classes ( #499 )
...
* feat: new classes
* chore: private llm refactor and enable streaming
* fix: validation errors in pytest
* fix: default brain behavior
* Update backend/llm/base.py
* chore: remove 🪦
* fix: remove 🪦
2023-07-04 16:56:54 +01:00
Stan Girard
9a3e819aa9
style(vscode): removed unwanted files from editor view
2023-07-03 19:03:42 +02:00
Mamadou DICKO
4512bd05b5
test(<ChatsList />): add unit tests ( #498 )
2023-07-03 18:38:12 +02:00
Mamadou DICKO
6acb13d4ae
Frontend/test/chat ( #496 )
...
* refactor(<ChatPage/>)
* test(<ChatInput />): add unit tests
* test(<ChatMessages />): add unit tests
2023-07-03 17:39:59 +02:00
Zineb El Bachiri
4f638544bb
🐛 fix issue template not showing ( #493 )
2023-07-03 17:03:53 +02:00
Zineb El Bachiri
379a0c3ad7
✏️ add metada to issue_template ( #492 )
2023-07-03 16:56:33 +02:00
Zineb El Bachiri
70c0f5dac1
Git/repo cards templates ( #491 )
...
* ✏️ add name to templates
* 🚚 move isssue and PR template
2023-07-03 16:44:49 +02:00
Zineb El Bachiri
057651d0a6
✏️ add name to templates ( #490 )
2023-07-03 16:15:23 +02:00
Zineb El Bachiri
7eccc5bb9d
🎉 new issues templates ( #488 )
2023-07-03 15:56:38 +02:00
Matt
d840173992
fix: remove google on main ( #486 )
2023-07-03 15:26:58 +02:00
Mamadou DICKO
6b39dd5641
Frontend/unit tests ( #485 )
...
* test(GoogleLogin): add unit tests
* test: run tests concurrently
* test(<LogoutPage/>): add unit tests
* chore: refactor <SigupPage/>
* test(<SignUpPage />): add unit tests
2023-07-03 14:59:24 +02:00
Stan Girard
f0a30b8452
docs(migration): updated table
2023-07-03 14:41:33 +02:00
Stan Girard
dcaa70a947
feat(functions): improved by removing only get_context ( #459 )
2023-07-03 12:34:37 +02:00