LibSQL is an open source fork of SQLite and in most cases it is a drop in replacement for SQLite. It has native in-built support for vector similarity search. Read more about LibSQL’s support for AI here. You can run LibSQL locally with EmbedJs and is available via the LibSQL extension for embedJs.

LibSql can also be used to store conversations and other data generated in embedJs. This is done via the LibSqlStore available in the LibSQL extension for embedJs. Read more about it here

Install LibSQL addon

npm install @llm-tools/embedjs-libsql

Usage

If you can't find specific feature or run into issues, please feel free to reach out through the following channels.

Was this page helpful?