quivr/backend/core
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
..
auth refactor: delete common_dependencies function (#843) 2023-08-03 20:24:42 +02:00
crawl fix(crawler): using newspaper and fixed recursive by merging content (#955) 2023-08-15 18:09:09 +02:00
llm feat(Unplug): chatting without brain streaming (#970) 2023-08-18 10:32:22 +02:00
middlewares Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
models feat(chatMessages): add brain_id and prompt_id columns (#912) 2023-08-10 10:25:08 +02:00
parsers refactor: delete common_dependencies function (#843) 2023-08-03 20:24:42 +02:00
repository feat(Unplug): chatting without brain streaming (#970) 2023-08-18 10:32:22 +02:00
routes feat(Unplug): chatting without brain streaming (#970) 2023-08-18 10:32:22 +02:00
supabase/functions/add-new-email Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
tests feat: gpt4 is not available for brains if there is no given openAiKey (#850) 2023-08-07 16:35:23 +02:00
utils refactor: delete common_dependencies function (#843) 2023-08-03 20:24:42 +02:00
vectorstore feat(chat): added streaming (#808) 2023-07-31 21:34:34 +02:00
chat_service.py feat(microservices): split into 4 quivr to better handle long services (#972) 2023-08-18 10:18:29 +02:00
crawl_service.py feat(microservices): split into 4 quivr to better handle long services (#972) 2023-08-18 10:18:29 +02:00
Dockerfile fix(windows): removed unused start script (#962) 2023-08-17 19:10:30 +02:00
logger.py Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
main.py debug by running main.py in the backend (#888) 2023-08-08 16:01:31 +01:00
pyrightconfig.json Feat/backend core (#656) 2023-07-17 07:57:27 +01:00
requirements.txt fix(crawler): using newspaper and fixed recursive by merging content (#955) 2023-08-15 18:09:09 +02:00
upload_service.py feat(microservices): split into 4 quivr to better handle long services (#972) 2023-08-18 10:18:29 +02:00