Python
使用 LangChain Python 与 SQLite 集成。
SQLite 是一款用 C 语言编写的数据库引擎。 它不是一个独立的应用程序,而是软件开发者嵌入到其应用中的库。 因此,它属于嵌入式数据库家族。它是部署最广泛的数据库引擎, 被多个顶级网络浏览器、操作系统、手机及其他嵌入式系统所使用。
SQLAlchemy
pip install SQLAlchemy
from langchain_community.vectorstores import SQLiteVec from langchain_community.vectorstores import SQLiteVSS # legacy