Commit Graph

902 Commits (a17390c157a643e99dc9c53f5234becfaecfb32c)
 

Author SHA1 Message Date
dependabot[bot] 1d3631fa04
Bump vite from 4.1.4 to 4.1.5 in /frontend
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.1.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.1.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
Anton Larin 0630504664
Merge branch 'main' into azure 1 year ago
Alex 577d58c92b less token less issues 1 year ago
Alex 899777632b
Update README.md 1 year ago
Anton Larin 6d5b698c39 fix arc53/DocsGPT#199 1 year ago
Anton Larin dd9f1abcea fix arc53/DocsGPT#199 1 year ago
Anton Larin b4bd34fb96 fix arc53/DocsGPT#199 1 year ago
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>
1 year ago
dependabot[bot] 36ed69b07e
Bump cryptography from 39.0.2 to 41.0.0 in /scripts
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>
1 year ago
Alex bbf55ca46e
Merge pull request #250 from tardigrde/main 1 year ago
Alex 3f88b04c4a Update app.py 1 year ago
Alex f8910ba136 Added history in streaming convo + fixed little bug with message margins on loading state 1 year ago
Alex 6c95d8b13e
Merge pull request #251 from arc53/feature/streaming
Feature/streaming
1 year ago
Alex e6bccaaf4e Update app.py 1 year ago
Alex 3b8039a580
Merge branch 'main' into feature/streaming 1 year ago
Alex fae3f55010 Working streaming 1 year ago
Alex 20c877f75b working fe 1 year ago
Alex 8380858a82 some fixes 1 year ago
Alex d2358c399d working version 1 year ago
Alex c3af8a77af working streams 1 year ago
Levente Csőke bc5a0b030b
Update .env-template to OPENAI_API_KEY 1 year ago
Alex 0b94f1717f
Merge pull request #246 from arc53/feature/gpt4all
Feature/gpt4all
1 year ago
Alex aaa1249a41 model fix + env var 1 year ago
Alex ffaa22c49b reverse history order to use latest history firts
Co-Authored-By: Pavel <32868631+pabik@users.noreply.github.com>
1 year ago
Alex 0b78480977 init 1 year ago
dependabot[bot] ec4fc17e3a
Bump requests from 2.28.2 to 2.31.0 in /scripts
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>
1 year ago
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>
1 year ago
Alex 6b6737613a
Merge pull request #243 from nazihkalo/main
updating the bulk ingest file metadata logic
1 year ago
Nazih Kalo da5d62cc1c updating the bulk ingest file metadata to account for parsers that output lists 1 year ago
Alex 6a68b63192 history fix 1 year ago
Alex ff2e79fe7b streaming experiments 1 year ago
Alex 1800e51b19
Merge pull request #241 from arc53/feature/history
Feature/history
1 year ago
Alex ba9c505249 accidentaly deleted frontend container 1 year ago
Alex bc9f1c17ed History
Co-Authored-By: riccardofresi <89981746+riccardofresi@users.noreply.github.com>
1 year ago
Alex 74845aed64 history init 1 year ago
Alex e49dd0cc6a metadata on ingestion 1 year ago
Alex 27c45ae24a
Merge pull request #236 from larinam/fixbuild_github_token
fix workflow: upgrade "build and push" action version to the latest
1 year ago
Anton Larin 364a14adaf fix workflow: upgrade "build and push" action version to the latest 1 year ago
Alex 5c560b1dd5
Merge pull request #235 from larinam/fixbuild_github_token
fix workflow: adjust permissions according to documentation
1 year ago
Anton Larin 28b8b88332 fix workflow: adjust permissions according to documentation
https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions#publishing-a-package-using-an-action
1 year ago
Alex e39ef0cc9e
Merge pull request #234 from larinam/fixbuild_github_token
fix workflow: login to GHCR according to the GH documentation
1 year ago
Anton Larin 8098d3fec8 fix workflow nad login to GHCR according to the GH documentation
https://docs.github.com/en/packages/managing-github-packages-using-github-actions-workflows/publishing-and-installing-a-package-with-github-actions
1 year ago
Alex 059ffe09ea
Merge pull request #232 from larinam/lint
Lint
1 year ago
Alex 36a845c29e
Merge pull request #231 from larinam/main
Proper PEP8 formatting
1 year ago
GH Action - Upstream Sync ce6f0dab56 Merge branch 'main' of https://github.com/arc53/DocsGPT 1 year ago
Alex f200ab10a4
Merge pull request #233 from arc53/dependabot/pip/scripts/flask-2.2.5
Bump flask from 2.2.2 to 2.2.5 in /scripts
1 year ago
Alex 3001688e0e Update requirements.txt 1 year ago
GH Action - Upstream Sync a73774099e Merge branch 'main' of https://github.com/arc53/DocsGPT 1 year ago
dependabot[bot] b28676d52c
Bump flask from 2.2.2 to 2.2.5 in /scripts
Bumps [flask](https://github.com/pallets/flask) from 2.2.2 to 2.2.5.
- [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.2...2.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
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
1 year ago