chore: Migrate FileMetadata to ORM (#2028)

This commit is contained in:
Matthew Zhou
2024-11-13 10:59:46 -08:00
committed by GitHub
parent b4a2a227e2
commit d23c0c8cf4
19 changed files with 247 additions and 113 deletions

View File

@@ -1,4 +1,5 @@
from letta.orm.base import Base
from letta.orm.file import FileMetadata
from letta.orm.organization import Organization
from letta.orm.source import Source
from letta.orm.tool import Tool