OpenInterpreter / aifs

Local semantic search. Stupidly simple.
Apache License 2.0
391 stars 53 forks source link

Resolves #21 #22

Open hibariba opened 2 months ago

hibariba commented 2 months ago

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.

hibariba commented 2 months ago

btw. Love the project , great work. I would like to contribute cli feature - if this is ok with you guys.