SQLite with VSS extension as a vector database.
To use, you should have the sqlite-vss python package installed.
Example:
.. code-block:: python
from langchain_community.vectorstores import SQLiteVSS
from langchain_community.embeddings.openai import OpenAIEmbeddings
...