Closed sirkitree closed 2 weeks ago
getting the same issue. Should we explore alternatives, or should we just use linux
@sirkitree did you ever figure this out?
No i just started developing on osx for now. I think the solution is swapping out sqlite_vss for something else entirely. Postgres was metnioned in a chat somewhere
from dev chat:
we have a postgres adapter with pgvector we just need to switch to that if you see, we are using SqliteDatabaseDadapter But we have a PostgresDatabaseAdapter works gud
https://github.com/asg017/sqlite-vss/issues/98#issuecomment-2002641515
recieving error:
I gather that sqlite_vss isn't' compatible with win32 and i'd like to run this on my windoze machine. I think I saw mention of using postgres in chat, perhaps that'd fix this.