Commit Graph

1923 Commits

Author SHA1 Message Date
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
!MAD!
df694819fa
Redesign the home page (#55)
* fix: Types

* chore: Restructure

* feature: Hero Section

* feature: Navbar

* feature: Tertiary Button

* feature: Add Video

* fix: Video responsive

* feature: Dark Mode toggle

* fix: Contrast

* feature: Store dark mode in localstorage

* style: Colors and bg blur
2023-05-18 13:37:03 +02:00
Stan Girard
5147e6fcdd feat(secrets): loaded from env 2023-05-18 01:26:35 +02:00
Stan Girard
58630f7207 feat(api): new api init 2023-05-18 01:22:13 +02:00
Stan Girard
a0ea793ff3 docs(readme): added stats database 2023-05-17 20:36:57 +02:00
NateVolt
5463bb3185
fix file upload on windows (#45)
* defer marking temp file for deletion

closes #38

* manually delete file
2023-05-17 20:32:09 +02:00
Stan Girard
b0e62b08d6 fix(demo): remove multi file upload 2023-05-17 16:26:25 +02:00
Stan Girard
972430f79e docs(website): added demo link 2023-05-17 14:44:57 +02:00
Stan Girard
c3223595cd doc(demo): made it more visual 2023-05-17 12:53:36 +02:00
Stan Girard
226c7aabdc doc(demo): add number of tokens max 2023-05-17 12:22:11 +02:00
Stan Girard
c7981c792a fix(demo): max size audio 2023-05-17 12:18:55 +02:00
Stan Girard
c41fe32cf0 feat(demo): app can now have a demo 2023-05-17 12:12:52 +02:00
Stan Girard
8dccc1024a
Update README.md (#40) 2023-05-17 00:14:13 +02:00
Stan Girard
fe21d5379e doc(demo): updated video 2023-05-16 23:18:58 +02:00
Stan Girard
a67ea4f165 feat(website): added discord link 2023-05-16 23:03:02 +02:00
Stan Girard
adfb2c75cb feat(explorer): beta 2023-05-16 17:04:45 +02:00
Stan Girard
79b8c55ce9 feat(releaseplease): added 2023-05-16 16:25:08 +02:00
Stan Girard
6959cd3aba feat(loaders): added powerpoint and docs 2023-05-16 16:24:06 +02:00
Stan Girard
29eac401b5 fix(history): duplicate 2023-05-16 12:13:51 +02:00
Stan Girard
96ea678355 feat(website): added analytics 2023-05-16 12:02:10 +02:00
Stan Girard
cd5bb5cf1a
Merge pull request #28 from StanGirard/pr/Thibaut-Padok/24
History and retraining
2023-05-16 11:56:07 +02:00
Stan Girard
a06d505920 feat(history): now chat history 2023-05-16 11:50:47 +02:00
Stan Girard
2210a125ad
Merge pull request #26 from StanGirard/pr/Thibaut-Padok/24
Add URL to Brain
2023-05-16 10:25:49 +02:00
Stan Girard
766a13ed9b feat(url): moved to own file 2023-05-16 10:17:57 +02:00
Stan Girard
ea5883ddb9 feat(url): added html loader instead of text 2023-05-16 09:56:12 +02:00
Thibaut-Padok
971aa083a5 feat(files.py): curlwebpage and add it to db 2023-05-16 01:02:52 +02:00
Stan Girard
3e3fd7cb72
Merge pull request #23 from Shaunwei/star-history 2023-05-16 00:07:20 +02:00
shaun
b821a3eb98
Add star history 2023-05-15 14:55:06 -07:00
Stan Girard
5e5d11619b
Update README.md 2023-05-15 09:28:25 +02:00
Stan Girard
f14539bf40 doc(readme): added demo 100k context 2023-05-15 09:24:25 +02:00
Stan Girard
35690ef656
Merge pull request #18 from Shaunwei/support-anthropic-100k
Update Readme and add token counts
2023-05-15 09:22:52 +02:00
shaun
ee38a44bdd Update Readme and add token counts
Update readme for anthropic
2023-05-14 22:10:29 -07:00
Stan Girard
52cd51d71a feat(quivr): renamed 2023-05-14 21:46:31 +02:00
Stan Girard
580c170901 feat(quivr): rebranding 2023-05-14 21:32:01 +02:00
Stan Girard
ca16f936a3 feat(quivr): changed name 2023-05-14 21:24:54 +02:00
Stan Girard
3e0ae9b8b4 feat(website): first iteration 2023-05-14 21:12:30 +02:00
Stan Girard
218d684cd8
Merge pull request #15 from Shaunwei/support-anthropic-100k
Support for Anthropics Models
2023-05-14 12:40:53 +02:00