Commit Graph

236 Commits

Author SHA1 Message Date
Anton Larin
b4bd34fb96 fix arc53/DocsGPT#199 2023-06-03 10:58:31 +02:00
dependabot[bot]
014971262d
Bump cryptography from 39.0.2 to 41.0.0 in /application
Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.2 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/39.0.2...41.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-02 20:20:32 +00:00
Alex
3f88b04c4a Update app.py 2023-05-31 23:49:41 +01:00
Alex
f8910ba136 Added history in streaming convo + fixed little bug with message margins on loading state 2023-05-31 23:47:16 +01:00
Alex
e6bccaaf4e Update app.py 2023-05-31 22:20:47 +01:00
Alex
3b8039a580
Merge branch 'main' into feature/streaming 2023-05-31 22:15:53 +01:00
Alex
fae3f55010 Working streaming 2023-05-31 17:44:20 +01:00
Alex
20c877f75b working fe 2023-05-31 15:42:17 +01:00
Alex
d2358c399d working version 2023-05-30 19:43:06 +01:00
Alex
c3af8a77af working streams 2023-05-29 17:55:43 +01:00
Alex
0b94f1717f
Merge pull request #246 from arc53/feature/gpt4all
Feature/gpt4all
2023-05-25 19:42:20 +01:00
Alex
aaa1249a41 model fix + env var 2023-05-25 19:33:37 +01:00
Alex
ffaa22c49b reverse history order to use latest history firts
Co-Authored-By: Pavel <32868631+pabik@users.noreply.github.com>
2023-05-25 16:40:11 +01:00
Alex
0b78480977 init 2023-05-25 15:14:47 +01:00
dependabot[bot]
78b85fb664
Bump requests from 2.28.2 to 2.31.0 in /application
Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.2...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 06:07:55 +00:00
Alex
6a68b63192 history fix 2023-05-19 13:09:41 +01:00
Alex
ff2e79fe7b streaming experiments 2023-05-18 23:52:59 +01:00
Alex
bc9f1c17ed History
Co-Authored-By: riccardofresi <89981746+riccardofresi@users.noreply.github.com>
2023-05-18 18:42:23 +01:00
Alex
74845aed64 history init 2023-05-18 14:27:13 +01:00
Alex
e49dd0cc6a metadata on ingestion 2023-05-17 21:41:24 +01:00
Alex
059ffe09ea
Merge pull request #232 from larinam/lint
Lint
2023-05-15 13:53:09 +01:00
GH Action - Upstream Sync
a73774099e Merge branch 'main' of https://github.com/arc53/DocsGPT 2023-05-15 11:03:45 +00:00
Alex
eef012b4d1
Merge pull request #225 from arc53/dependabot/pip/application/flask-2.3.2
Bump flask from 2.2.3 to 2.3.2 in /application
2023-05-15 11:58:54 +01:00
Alex
1417a1c020 Update requirements.txt 2023-05-15 11:49:41 +01:00
Anton Larin
962becb9a5
Linting
* validate python formatting on every build with Ruff
* fix lint warnings
2023-05-13 10:36:17 +02:00
Anton Larin
168648e789 Proper PEP8 formatting 2023-05-12 12:02:25 +02:00
dependabot[bot]
15fd54eac4
Bump flask from 2.2.3 to 2.3.2 in /application
Bumps [flask](https://github.com/pallets/flask) from 2.2.3 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/2.2.3...2.3.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-02 00:27:05 +00:00
Serj
31350e6302 Set celery and mongo urls as default 2023-04-30 11:03:09 +01:00
Serj
8742cdae0a Refactored url join 2023-04-30 10:46:52 +01:00
Serj
4efcb388ff Added settings usage to the worker 2023-04-29 15:58:02 +01:00
Serj
2d92e95c8a Added settings usage to the worker 2023-04-29 15:56:32 +01:00
Serj
47e5d5684a Replace other env variables in the file 2023-04-29 15:50:02 +01:00
Serj
b723e14d98 Added embeddings name variable 2023-04-29 15:46:09 +01:00
Serj
c9d24b8f42 Added llm model variable 2023-04-29 15:44:47 +01:00
Serj
43622e7ab1 Added settings file 2023-04-29 15:40:55 +01:00
Serge Kozloff
db4cdc901c
Merge pull request #1 from arc53/main
t
2023-04-26 18:55:39 +01:00
Serj
16a540b89b Expand readme and added port in wsgi 2023-04-26 18:54:59 +01:00
Alex
e00ec9ac3f Update chat_combine_prompt.txt 2023-04-26 15:01:46 +01:00
Alex
fc760afdfc Update chat_combine_prompt.txt 2023-04-26 14:54:26 +01:00
Alex
dbe9c4dc18 init 2023-04-25 17:01:44 +01:00
Alex
0c1a6a918d web widget 2023-04-23 15:07:55 +01:00
Alex
9395d2c091 celery load 2023-04-06 12:16:30 +01:00
Alex
60bb264663 async calls 2023-04-03 14:37:09 +01:00
dependabot[bot]
8a0f700563
Bump redis from 4.5.3 to 4.5.4 in /application
Bumps [redis](https://github.com/redis/redis-py) from 4.5.3 to 4.5.4.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v4.5.3...v4.5.4)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-31 14:31:03 +00:00
Alex
3d0c6eafec gpt4- compatable 2023-03-31 10:45:40 +01:00
Alex
09c7fe0565
Merge pull request #193 from arc53/dependabot/pip/application/redis-4.5.3
Bump redis from 4.5.2 to 4.5.3 in /application
2023-03-30 12:48:35 +01:00
Alex
b6dfb2c856 map_reduce 2023-03-30 12:44:25 +01:00
Alex
ab46ba521f different prompts 2023-03-29 18:36:58 +01:00
Alex
4a7670f2aa Update app.py 2023-03-29 17:32:00 +01:00
dependabot[bot]
24e98abd15
Bump redis from 4.5.2 to 4.5.3 in /application
Bumps [redis](https://github.com/redis/redis-py) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v4.5.2...v4.5.3)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-27 21:36:39 +00:00
Alex
65c2568427 Update app.py 2023-03-27 22:23:36 +01:00
Alex
186e7bf402 update for better runs + storage sync 2023-03-27 22:07:26 +01:00
Alex
c3c0e643d2 Update chat_combine_prompt.txt 2023-03-27 21:42:06 +01:00
Alex
d5522e7c08 prep things 2023-03-27 19:29:10 +01:00
Alex
3dab4b0b1e Update .env_sample 2023-03-23 15:52:47 +00:00
Alex
92993ee105 Small fixes + polishing 2023-03-21 22:16:09 +00:00
Alex
ce579293fb
Merge pull request #185 from arc53/feature/upload 2023-03-20 15:53:36 +00:00
Alex
3e98f9e6bd Button working now 2023-03-20 14:34:51 +00:00
Alex
796b4899aa Fixed progress + new path + combined new
Co-Authored-By: Ajay Thapliyal <ajaythapliyal1703@gmail.com>
2023-03-19 14:39:21 +00:00
Alex
620a7c6db2 Botichello 2023-03-17 18:44:12 +00:00
Alex
dff87b5fa3 chatwoot, label + id checks 2023-03-16 23:02:54 +00:00
Alex
8e477c9d16 update worker 2023-03-15 00:23:51 +00:00
Alex
4f64738f9e Update app.py 2023-03-14 14:36:40 +00:00
Alex
c4464455a1 cors + dependencies 2023-03-14 14:29:36 +00:00
Alex
bfb47da398 security things 2023-03-14 11:34:55 +00:00
Alex
c297e076e6 folders 2023-03-13 21:56:09 +00:00
Alex
1d2162705d uploads backend first 2023-03-13 14:20:03 +00:00
Alex
8be2992c9a Update requirements.txt 2023-03-08 18:33:49 +00:00
Alex
e3ed23a0d4 Update requirements.txt 2023-03-08 18:20:37 +00:00
Alex
6d959051e2 chat prompts 2023-03-08 17:50:07 +00:00
Alex
5f4f55269e dependecies + default values 2023-03-07 18:37:21 +00:00
ajaythapliyal
fdb19f8c49 Merge branch 'main' of github.com:arc53/DocsGPT into feature/feedback 2023-03-07 08:45:28 +05:30
Alex
ec61b80fd3 Update Dockerfile 2023-03-06 19:28:22 +00:00
Alex
133863e601 Update Dockerfile 2023-03-06 19:23:56 +00:00
Alex
3767b85958 Update Dockerfile 2023-03-06 19:10:20 +00:00
Alex
4f1e86d269 slimming 2023-03-06 18:34:48 +00:00
Alex
07e51dc8c6 sending data to aws 2023-03-06 10:23:52 +00:00
Alex
7a74c60fd1 updated backend 2023-03-06 01:39:23 +00:00
Alex
f233766671 new line formating 2023-03-03 18:51:45 +00:00
Alex
02aca04efe Update app.py 2023-03-03 18:05:00 +00:00
Alex
17047b6201 better prompts 2023-03-03 17:48:37 +00:00
Alex
e35961911c chat AI 2023-03-02 14:14:47 +00:00
Alex
b6772d8358 demo on docsgpt docs 2023-02-28 13:11:25 +00:00
Alex
38e2459c7f new dockerfile with gunicorn and wsgi support 2023-02-28 11:59:37 +00:00
monkish54
222035a44b Update spelling
The word remember was spelled incorrectly.
2023-02-25 19:44:39 -08:00
Alex
cd3e0e34ea
Merge pull request #130 from arc53/api-linking
Api linking
2023-02-25 19:26:36 +00:00
Alex
bd1c9c2818 gunicorn 2023-02-25 19:20:09 +00:00
Alex
168defb079 Update requirements.txt 2023-02-25 16:54:12 +00:00
Alex
6eef53cb1b API conversation 2023-02-25 13:36:03 +00:00
Alex
918e1b3bf6
Merge pull request #117 from unkwnownGriot/no-api-key-error500-fixed
Fix the servor 500 error and show error message to client
2023-02-23 18:08:23 +00:00
Alex
3791394bf8 Update error.py 2023-02-23 18:07:11 +00:00
Alex
e5aaaf78f0 Update app.py 2023-02-23 18:05:21 +00:00
Alex
46f7dfc568 Update Dockerfile 2023-02-23 14:08:34 +00:00
UnknownDev
fabe4d53d6 Fix the servor 500 error and show error message to client 2023-02-23 11:29:52 +00:00
Manan
e8baa46eb6 Merge branch 'main' of https://github.com/arc53/DocsGPT into main 2023-02-21 22:11:57 +05:30
Alex
1f683582c0 fix formatting 2023-02-20 11:25:39 +00:00
Alex
8819f9360b path handling 2023-02-20 00:10:04 +00:00
Manan
4f5beaaa9e require package unstructued for html_parser 2023-02-19 01:54:00 +05:30
Alex
f833b43f37 memory done 2023-02-16 16:21:29 +00:00
Alex
842d347e5e paths 2023-02-16 12:13:38 +00:00
dependabot[bot]
8cb5aa9925
Bump werkzeug from 2.2.2 to 2.2.3 in /application
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.2.2...2.2.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 07:27:17 +00:00
Alex
8a5e1e8d98 cleanups 2023-02-15 20:29:09 +00:00
Alex
4d1ff8238d switching between llms 2023-02-15 18:40:23 +00:00
Alex
f9fe3f2f48 Merge branch 'main' into custom-llm 2023-02-15 14:42:57 +00:00
EricGao888
aeac186484 Add retry strategy to increase stability 2023-02-15 17:29:39 +08:00
Pavel
7af7034519 requirements 2023-02-14 19:41:37 +04:00
Alex
3d0642dca3 remove key... 2023-02-14 13:44:47 +00:00
Alex
046fbebf56 Enable other llm's 2023-02-14 13:06:28 +00:00
Alex
205be538a3 fix dbqa, with new chain type, also fix for doc export 2023-02-12 17:58:54 +00:00
Pavel
8c4fcff617 requirement 2023-02-10 19:47:51 +04:00
Alex
52c74e68b5 Inputs folder change 2023-02-09 00:07:38 +00:00
Alex
ee3c19c976 Inputs folder change 2023-02-08 23:48:59 +00:00
Alex
7462c00135 Bug fix 2023-02-08 19:41:35 +00:00
Alex
ac7cc26022 minorfix-3 2023-02-07 22:42:59 +00:00
Alex
b480917dc6 Update index.html 2023-02-07 22:30:29 +00:00
Alex
4fd02c47a8 hotfix-part2 2023-02-07 22:10:11 +00:00
Alex
8ac143105b hotfix 2023-02-07 22:05:57 +00:00
Alex
2eb7113260 load vectors from DocsHUB 2023-02-07 21:53:29 +00:00
masslightsquared
615974e961 updated authapi.js 2023-02-07 13:14:18 -05:00
Alex
2e26980422 New switcher 2023-02-07 01:17:45 +00:00
Alex
4bbc7ee1a0 Api key via web interface 2023-02-06 23:37:18 +00:00
Alex
4626f0a2f1
Merge pull request #35 from arc53/sphinx-rsttotxt
Sphinx rsttotxt
2023-02-06 19:53:22 +00:00
Pavel
fbcd5d17c7 Requirements.txt updated 2023-02-06 23:47:06 +04:00
Alex
11c1aaec20 Mobie version 2023-02-06 12:59:50 +00:00
Alex
2232bdc091 More responsive 2023-02-06 11:45:42 +00:00
Cat
9937263627
Fix LangChain name inconsistancies
Longchain => LangChain
2023-02-05 18:01:40 -05:00
Cat
50b60a92e4
Fix the langchain URL
Remove the odd " >" in the href
2023-02-05 17:58:09 -05:00
Alex
5e18a3a7c3 Solidity vectorstore 2023-02-05 17:30:40 +00:00
fernvenue
1104471b58
Update app.py
Redirect PosixPath to WindowsPath on Windows.
2023-02-05 21:24:01 +08:00
Alex
dbc0964588 some examples 2023-02-03 21:46:38 +00:00
Alex
bc3553dc58 requirements.txt push 2023-02-03 14:16:57 +00:00
Alex
978c89bb31 add dist 2023-02-03 14:14:46 +00:00
Alex
b3a81d1e49 remove autocomplete 2023-02-03 14:08:18 +00:00
Alex
66826b3b4b forgotten dependencies 2023-02-03 14:06:12 +00:00
Alex
aa654e04fe index.html edits, more description 2023-02-03 14:02:21 +00:00
Alex
b71a9bf5ee init2 2023-02-03 12:45:29 +00:00