Refactor sql database so it supports sqlite, added new vectordb type and improved a few things. ran pylint
This commit is contained in:
parent
17372e30e8
commit
14abfd0180
1 changed files with 1 additions and 1 deletions
2
.github/workflows/py_lint.yaml
vendored
2
.github/workflows/py_lint.yaml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.9' # Specify the Python version you want to use
|
python-version: '3.11' # Specify the Python version you want to use
|
||||||
|
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue