* feat: log search queries and results * fix: address coderabbit review comments * fix: parse UUID when logging search results * fix: remove custom UUID type and use DB agnostic UUID from sqlalchemy * Add new cognee_db --------- Co-authored-by: Leon Luithlen <leon@topoteretes.com>
3 lines
105 B
Python
3 lines
105 B
Python
from .log_query import log_query
|
|
from .log_result import log_result
|
|
from .get_history import get_history
|