Commit Graph

5 Commits

Author SHA1 Message Date
Stan Girard
7845124fc0
docs: ✏️ schema (#1537)
added
 

![image](https://github.com/StanGirard/quivr/assets/19614572/1471ec1f-bc9c-4177-9dae-cfeea6777b36)
2023-10-31 19:20:07 +01:00
Stan Girard
90ee40f9f2
Feat/docs rework (#1525)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2023-10-30 20:53:39 +01:00
Stan Girard
6323931a8b
feat(docs): reworked the website (#1523)
Docs time !
2023-10-30 17:08:15 +01:00
Mamadou DICKO
59fe7b089b
feat(chat): use openai function for answer (#354)
* feat(chat): use openai function for answer (backend)

* feat(chat): use openai function for answer (frontend)

* chore: refacto BrainPicking

* feat: update chat creation logic

* feat: simplify chat system logic

* feat: set default method to gpt-3.5-turbo-0613

* feat: use user own openai key

* feat(chat): slightly improve prompts

* feat: add global error interceptor

* feat: remove unused endpoints

* docs: update chat system doc

* chore(linter): add unused import remove config

* feat: improve dx

* feat: improve OpenAiFunctionBasedAnswerGenerator prompt
2023-06-22 17:50:06 +02:00
Stan Girard
19dab4e6e0 feat(docs): added 2023-06-11 15:37:28 +02:00