Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
OurBuilding Ambient Agents with LangGraph course is now available on LangChain Academy!
Open on GitHub

SQLite

SQLite is a database engine written in theC programming language. It is not a standalone app; rather, it is a library thatsoftware developers embed in their apps. As such, it belongs to the family ofembedded databases. It is the most widely deployed database engine, as it isused by several of the top web browsers, operating systems, mobile phones, and other embedded systems.

Installation and Setup

We need to install theSQLAlchemy python package.

pip install SQLAlchemy

Vector Store

See ausage example.

from langchain_community.vectorstoresimport SQLiteVec
from langchain_community.vectorstoresimport SQLiteVSS# legacy
API Reference:SQLiteVec |SQLiteVSS

Memory

See ausage example.

from langchain_community.chat_message_historiesimport SQLChatMessageHistory
API Reference:SQLChatMessageHistory

[8]ページ先頭

©2009-2025 Movatter.jp