Commit Graph

309 Commits

Author SHA1 Message Date
iMADi-ARCH
83287be4f1 style: use Dialog component for /explore 2023-05-22 23:24:07 +05:30
Stan Girard
363528d2ce fix(cors): allow all origins 2023-05-22 15:18:25 +02:00
Stan Girard
610778fa25 docs(issues): added template for issues 2023-05-22 15:07:44 +02:00
Stan Girard
cd26b54ceb
Merge pull request #116 from StanGirard/shaun-summarization-1-backend
add summarization backend
2023-05-22 09:18:41 +02:00
shaun
4fcc383c0c fix url 2023-05-22 00:17:25 -07:00
shaun
ec6f7332b9 make it optional 2023-05-22 00:12:46 -07:00
shaun
a52fcbe684 add missing column 2023-05-21 23:59:06 -07:00
shaun
389a70199a fix message 2023-05-21 23:56:11 -07:00
shaun
fcb108808a Add missing sql 2023-05-21 23:47:49 -07:00
shaun
c38265a5f5 add summarization backend 2023-05-21 23:39:55 -07:00
Stan Girard
69206cbdc9
Merge pull request #115 from StanGirard/better-envs 2023-05-22 07:23:14 +02:00
shaun
c1345561ab remove not ready updates 2023-05-21 21:21:27 -07:00
shaun
d7b2837518 Merge branch 'better-envs' of https://github.com/StanGirard/quivr into better-envs 2023-05-21 21:19:39 -07:00
shaun
a1693d94b2 Better envs 2023-05-21 21:18:55 -07:00
shaun
eaed176f0a Better envs 2023-05-21 21:15:19 -07:00
Stan Girard
d39efcddab docs(youtube): added youtube video 2023-05-21 21:44:32 +02:00
Stan Girard
e35f6063d7
Merge pull request #111 from murtazahr/main
Add support for jupyter notebooks.
2023-05-21 21:38:45 +02:00
Murtaza
514f3b352a Add support for jupyter notebooks. 2023-05-22 00:42:41 +05:30
Stan Girard
70a70d0c17
Merge pull request #109 from dheerapat/fix-dockerfile-pip
set pip timeout to 100 second (default 15)
2023-05-21 18:54:51 +02:00
Stan Girard
56ba503cdf
url upload (#108)
* feat(url): input area

* feat(upload): added cards next to each other

* feat(typing): typed urlinput
2023-05-21 18:50:58 +02:00
Dheerapat Tookkane
020c41b986 set pip timeout to 100 second (default 15) 2023-05-21 23:11:00 +07:00
Stan Girard
aec870715f
Merge pull request #106 from ValerieRossDEV/main
support other prompt languages in new backend
2023-05-21 16:24:43 +02:00
Stan Girard
d869f642c6
Merge branch 'main' into main 2023-05-21 16:21:34 +02:00
Valerie
a7089ae5bc support other prompt languages in new backend 2023-05-21 16:01:53 +02:00
Stan Girard
8acb4eb064 fix(file): updated file size 2023-05-21 15:54:52 +02:00
Stan Girard
02f58c84b8
docs(readme): making it nice (#102)
* docs(readme): making it nice

* docs(logo): made round
2023-05-21 14:53:47 +02:00
Stan Girard
78ba5f4309 chore(gitignore): added pandoc 2023-05-21 14:08:06 +02:00
Stan Girard
f3dc95a26f
Merge pull request #98 from murtazahr/main
Add epub loader to parse epub uploads.
2023-05-21 09:36:24 +02:00
Stan Girard
97bf4464ad
Merge branch 'main' into main 2023-05-21 09:34:31 +02:00
Evan Carlson
6dab1259ef
add docx2txt package for uploading word docs (#93) 2023-05-21 09:21:51 +02:00
Evan Carlson
b6152a124b
add option to clone the repo without SSH key (#91) 2023-05-21 09:21:12 +02:00
Murtaza
1706538343 Add epub loader to parse epub uploads. 2023-05-21 11:45:31 +05:30
Stan Girard
c96436ce4b fix(docler): silent volumes 2023-05-21 02:52:22 +02:00
Stan Girard
1bca1eb79f
Update README.md 2023-05-21 02:08:21 +02:00
Stan Girard
427e22efe9
Update README.md 2023-05-21 02:07:33 +02:00
Stan Girard
ad61a15eb1 ci(releaseplease): removed for now 2023-05-21 01:39:42 +02:00
Stan Girard
95e12681e7 fix(streamlit): requirements.txt 2023-05-21 01:27:36 +02:00
Stan Girard
f952d7a269
New Webapp migration (#56)
* feat(v2): loaders added

* feature: Add scroll animations

* feature: upload ui

* feature: upload multiple files

* fix: Same file name and size remove

* feat(crawler): added

* feat(parsers): v2 added more

* feat(v2): audio now working

* feat(v2): all loaders

* feat(v2): explorer

* chore: add links

* feat(api): added status in return message

* refactor(website): remove old code

* feat(upload): return type for messages

* feature: redirect to upload if ENV=local

* fix(chat): fixed some issues

* feature: respect response type

* loading state

* feature: Loading stat

* feat(v2): added explore and chat pages

* feature: modal settings

* style: Chat UI

* feature: scroll to bottom when chatting

* feature: smooth scroll in chat

* feature(anim): Slide chat in

* feature: markdown chat

* feat(explorer): list

* feat(doc): added document item

* feat(explore): added modal

* Add clarification on Project API keys and web interface for migration scripts to Readme (#58)

* fix(demo): changed link

* add support to uploading zip file (#62)

* Catch UnicodeEncodeError exception (#64)

* feature: fixed chatbar

* fix(loaders): missing argument

* fix: layout

* fix: One whole chatbox

* fix: Scroll into view

* fix(build): vercel issues

* chore(streamlit): moved to own file

* refactor(api): moved to backend folder

* feat(docker): added docker compose

* Fix a bug where langchain memories were not being cleaned (#71)

* Update README.md (#70)

* chore(streamlit): moved to own file

* refactor(api): moved to backend folder

* docs(readme): updated for new version

* docs(readme): added old readme

* docs(readme): update copy dot env file

* docs(readme): cleanup

---------

Co-authored-by: iMADi-ARCH <nandanaditya985@gmail.com>
Co-authored-by: Matt LeBel <github@lebel.io>
Co-authored-by: Evan Carlson <45178375+EvanCarlson@users.noreply.github.com>
Co-authored-by: Mustafa Hasan Khan <65130881+mustafahasankhan@users.noreply.github.com>
Co-authored-by: zhulixi <48713110+zlxxlz1026@users.noreply.github.com>
Co-authored-by: Stanisław Tuszyński <stanislaw@tuszynski.me>
2023-05-21 01:20:55 +02:00
Stanisław Tuszyński
a80c210180
Update README.md (#70) 2023-05-20 16:20:17 +02:00
zhulixi
0d08e7707c
Fix a bug where langchain memories were not being cleaned (#71) 2023-05-20 16:19:35 +02:00
dheerapat
85eed9e2c2
tiangolo domain is not necessary (#72) 2023-05-20 16:19:00 +02:00
Mustafa Hasan Khan
bf26696e71
Catch UnicodeEncodeError exception (#64) 2023-05-20 08:51:47 +02:00
Evan Carlson
6d1f22a420
add support to uploading zip file (#62) 2023-05-19 23:13:46 +02:00
Stan Girard
424f055ca1 fix(demo): changed link 2023-05-19 09:12:46 +02:00
Matt LeBel
97777f8c39
Add clarification on Project API keys and web interface for migration scripts to Readme (#58) 2023-05-19 00:44:09 +02:00
Stan Girard
987d15e669
Merge pull request #46 from StanGirard/new-app
NextJS & Fast API migration first iteration
2023-05-18 13:58:18 +02:00
Stan Girard
ff2ad33309 fix(website): escaped character 2023-05-18 13:53:57 +02:00
Stan Girard
f042ff15f0 feat(vercel): added analytics 2023-05-18 13:49:53 +02:00
Stan Girard
b4e09dbc29 feat(v2): started working on fast api 2023-05-18 13:47:53 +02:00
Stan Girard
2283dcfffa feat(website): demo link update 2023-05-18 13:46:35 +02:00