feat: Add support for vectors in SQLite (#3505)

This commit is contained in:
Kian Jones
2025-07-23 16:09:06 -07:00
committed by GitHub
parent b85a44f928
commit aace507b8f
8 changed files with 613 additions and 157 deletions

View File

@@ -10,10 +10,12 @@ except PackageNotFoundError:
if os.environ.get("LETTA_VERSION"):
__version__ = os.environ["LETTA_VERSION"]
# import clients
from letta.client.client import RESTClient
# Import sqlite_functions early to ensure event handlers are registered
from letta.orm import sqlite_functions
# # imports for easier access
from letta.schemas.agent import AgentState
from letta.schemas.block import Block