feat(memory): implement quick search pipeline with Neo4j integration
This commit is contained in:
@@ -7,7 +7,8 @@ from sqlalchemy.dialects.postgresql import UUID
|
||||
from sqlalchemy.dialects.postgresql import JSONB
|
||||
|
||||
from app.db import Base
|
||||
from app.schemas import FileType
|
||||
from app.schemas.app_schema import FileType
|
||||
|
||||
|
||||
class PerceptualType(IntEnum):
|
||||
VISION = 1
|
||||
|
||||
Reference in New Issue
Block a user