quik fix to #21
I have solved chromadb dependency error. Problem was caused by python sqlite3 standard module is linked with old SQLLte3 version. I have replaced standard python sqlite3 module with pysqlite3, which is using newer SQLLte3 >v3.35.0.
This solve the issue. All tests are passing.
quik fix to #21 I have solved chromadb dependency error. Problem was caused by python sqlite3 standard module is linked with old SQLLte3 version. I have replaced standard python sqlite3 module with pysqlite3, which is using newer SQLLte3 >v3.35.0. This solve the issue. All tests are passing.