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