Joey Wang
30cb91531f
feat(brain): add endpoint to return context to question ( #1044 )
2023-08-27 09:38:41 +02:00
ChloeMouret
d7a508acdd
feat: add 2 save buttons on Brain management tab ( #1039 )
...
* add 2 save buttons
* use translation
2023-08-25 18:37:56 +02:00
Mamadou DICKO
f1d6b7892c
test: unskip qa_headless.py linter tests ( #1041 )
2023-08-25 14:03:57 +02:00
Mamadou DICKO
66bafcf2c5
feat(messagesList): auto scroll on new message ( #1040 )
2023-08-25 12:05:04 +02:00
Mamadou DICKO
252b1cf964
test: skip failing linter tests ( #1036 )
2023-08-25 12:03:13 +02:00
Pat Tran
43a00b06ec
fix(dockerfile): backend Dockerfile exit code 1 ( #1032 )
2023-08-25 11:05:24 +02:00
Stan Girard
322996c197
chore(main): release 0.0.62 ( #1027 )
2023-08-25 11:01:49 +02:00
Zineb El Bachiri
a9411c973a
fix(analytics): june debug for real ( #1033 )
...
* 🔥 remove Suspense because no ssr in front anymore
* ✨ add debugging
* 🔥 remove debugger and better logs
* 🐛 fixed tracker by adding it to dependencies
* 🚨 add dependencies to hooks
* 🚨 remove linter warning from unawaited promise
2023-08-25 10:33:14 +02:00
ChloeMouret
d36217be80
feat: Remove chat id from chat list ( #1031 )
...
* update hover color : blue for modifying and red for delete
* remove chat id from chat lists
2023-08-24 19:44:42 +02:00
Stan Girard
56bde0976e
feat(release-please): now using github api to generate changelog notes
2023-08-23 13:24:32 +02:00
Stan Girard
449727b551
chore(main): release 0.0.61 ( #1013 )
2023-08-23 10:19:19 +02:00
Ikko Eltociear Ashimine
152f237d9e
chore(chat): fix typo in useConfigModal.ts ( #1021 )
...
occured -> occurred
2023-08-23 10:10:10 +02:00
Aryan Malik
0c568ac978
Update private-llm.md: Typos Fixed ( #1015 )
...
* Update intro.md
* Update qa.md
* Update private-llm.md
2023-08-23 10:09:21 +02:00
Zineb El Bachiri
2b74ebc1f0
fix(Analytics): no tags tracking for upload & crawl ( #1024 )
...
* 🚚 create useCrawlApi to use in useCrawler hook
* 🚑 fix tracking in Crawl
* 🧑💻 add hot reloading within docker containers
* 🚑 fix tracking for upload
* 🚚 create useUploadApi for fileUpload request
* 📈 add june tag for Language change
* 🩹 revert dependencies
2023-08-23 10:03:10 +02:00
Zineb El Bachiri
0ca25e2af5
🚑 fix quivr api key types ( #1022 )
2023-08-22 18:10:17 +02:00
Stan Girard
9c7a2aa7c0
ci(stale): increased operations per run
2023-08-22 15:58:41 +02:00
Mamadou DICKO
b967c2d2d6
feat: add brain prompt overwritting from chat ( #1012 )
2023-08-22 14:23:27 +02:00
Zineb El Bachiri
4b1f4b1412
feat(prompts): add public prompts to SQL db ( #1014 )
...
* ✨ add public prompts to SQL scripts
* 🚨 fix: missing zh-cn translation key
2023-08-22 13:14:31 +02:00
joelsprunger
a626b84b96
feat(backend): adds python code parsing ( #1003 )
...
Adds a python code parser and invokes it in processors.py
2023-08-22 12:05:31 +02:00
Buer
e328ab81b3
feat(translation): Added Simplified Chinese translation,Fix pt-br not working ( #1011 )
...
* 🌐 Add Chinese translation, fix pt-br errors.
* 🌐 Fix syntax errors.
2023-08-22 12:04:54 +02:00
Aryan Malik
650f713447
Update Intro.md: Deleted a Repeated line ( #1004 )
...
* Update intro.md
* Update qa.md
2023-08-22 12:04:32 +02:00
Stan Girard
7c778d43bc
chore(main): release 0.0.60 ( #995 )
2023-08-22 10:30:26 +02:00
Mamadou DICKO
8e94f22782
feat(chat): add brain selection through mention input ( #969 )
...
* feat(chat): add brain selection through mention input
* feat: detect mention deletion from editor
* feat: improve ux
* chore: improve dx
* feat: update translations
* feat: improve mention popover ui
* fix: update failing tests
* feat: add mentions suggestion popover
* feat: update translations
* feat: remove add new brain button
2023-08-22 10:05:52 +02:00
Zineb El Bachiri
20d5294795
✨ explicit too many request in chat error ( #1000 )
2023-08-21 16:07:07 +02:00
Zineb El Bachiri
9aaedcff51
Fix/requests limiting ( #980 )
...
* 🗃️ Rename users table into user_daily_usage
* 💥 replace User model with UserIdentity model
* 🗃️ New UserDailyUsage class for database interaction
* 🐛 fix daily requests rate limiting per user
* 🐛 fix user stats and properties update
* ✏️ add typing and linting
* 🚚 rename user_dialy_usage Class into user_usage & requests_count into daily_requests_count
* 🚑 fix some rebase errors
2023-08-21 14:05:13 +02:00
Mamadou DICKO
f61b70a34f
fix: remove conflicts ( #998 )
2023-08-21 12:58:22 +02:00
Zineb El Bachiri
3821502c6d
✨ add xlsx and xls parser ( #997 )
2023-08-21 12:56:48 +02:00
Mamadou DICKO
5a3a6fe370
fix: update backend tests ( #992 )
...
* fix: update backend tests
* fix(pytest): update types
2023-08-21 12:45:32 +02:00
MaHDi
8af6d61e76
improve (importing): reorganization of the import structure ( #964 )
...
* reorganize import level
* add __init__, reorganize import from __init__
* reorganize import level
* reorganize import level
* fix circular import error by keep the import deep as "from models.settings"
* fix the relative import
* restor unwanted staged files
* add backend/venv and backend/.env to gitignore
* clean importing
2023-08-21 12:25:16 +02:00
Stan Girard
5b79025a03
chore(main): release 0.0.59 ( #971 )
2023-08-21 11:07:32 +02:00
Stan Girard
ae7852ec3f
feat(health): added endpoint for services ( #989 )
2023-08-20 23:20:57 +02:00
Stan Girard
0b2e3bc19a
ci(stale): increased operations per run to 60
2023-08-20 12:16:52 +02:00
Stan Girard
86c64b7759
ci(stale): increased to 30 days
2023-08-20 11:58:05 +02:00
Stan Girard
884f6862e1
ci(stale): update to main
2023-08-20 11:56:52 +02:00
Stan Girard
7cae2926dc
chore(makefile): added build first because duplicated build failed
2023-08-19 14:51:24 +02:00
Stan Girard
d0370ab499
feat(refacto): changed a bit of things to make better dx ( #984 )
2023-08-19 13:32:16 +02:00
Stan Girard
cbc8ac4946
Revert "fix: update backend tests ( #975 )" ( #983 )
...
This reverts commit c746eb1830
.
2023-08-19 12:31:15 +02:00
Stan Girard
015f12bb4c
ci(ci): deploy tag
2023-08-18 18:41:50 +02:00
Stan Girard
2b85a94e88
feat(gcr): removed sha and put latest
2023-08-18 18:35:26 +02:00
Stan Girard
195b4b2ef2
ci(docker): registry fixed name
2023-08-18 18:31:04 +02:00
Stan Girard
ad3dca3e27
feat(docker): pushing image to github registry
2023-08-18 18:29:02 +02:00
Stan Girard
b3a6231274
feat(aws): all in microservices
2023-08-18 18:18:36 +02:00
Stan Girard
705e36e708
ci(prod): added microservices
2023-08-18 18:16:01 +02:00
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