Skip to content

Commit

Permalink
Merge branch 'main' into fix/query-message-history
Browse files Browse the repository at this point in the history
  • Loading branch information
janaka authored Apr 8, 2024
2 parents cedf138 + 772bf0e commit 65be7e7
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install Poetry
Expand All @@ -30,7 +30,7 @@ jobs:
installer-parallel: true
- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up python
id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install Poetry
Expand All @@ -37,7 +37,7 @@ jobs:
installer-parallel: true
- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

**Securely unlock knowledge from your business documents. Give your employees' a second-brain.**

![Docq overview in a single diagram](https://docqai.github.io/docq/assets/docq-diag-nov2023.png)
![Docq overview in a single diagram](https://docqai.github.io/docq/assets/docq-diag-apr2024.png)

<!-- ABOUT THE PROJECT -->

Expand Down
Binary file added docs/assets/docq-diag-apr2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

![Docq Illustration](./assets/docq-diag-nov2023.png)
![Docq Illustration](./assets/docq-diag-apr2024.png)

Docq helps your _**businesses**_ gain _**AI-based knowledge insight**_ from your _**private data, securely!**_

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins:
- search
# - mkapi # doesn't work with python 3.11. project not maintained
- awesome-pages
- social
#- social # disabling to temp workaround https://github.com/squidfunk/mkdocs-material/issues/6983
- gen-files:
scripts:
- misc/gen_pages.py
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ pytest-sugar = "^0.9.6"
pytest-reverse = "^1.5.0"
pytest-cov = "^3.0.0"
pytest-bdd = "^6.1.1"
mkdocs = "^1.4.2"
mkdocs-material = "^9.4.14"
mkdocs-gen-files = "^0.4.0"
mkdocs-awesome-pages-plugin = "^2.8.0"
mkdocs-material = "^9.5.17"
mkdocs-gen-files = "^0.5.0"
mkdocs-awesome-pages-plugin = "^2.9.2"
mkapi = "^1.0.14"
pillow = "^10.2.0"
cairosvg = "^2.7.0"
python-dotenv = "^1.0.0"
ruff = "^0.2.2"
mkdocs = "^1.5.3"

[tool.poetry.scripts]
-c = "poethepoet:main"
Expand Down

0 comments on commit 65be7e7

Please sign in to comment.