Refactor sql database so it supports sqlite, added new vectordb type and improved a few things. ran pylint

This commit is contained in:
Vasilije 2024-02-15 18:19:47 +01:00
parent 17372e30e8
commit 14abfd0180

View file

@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
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
run: |