Retoor software development Projects Research SearchXNG
Register Sign In

4 lines
153 B
Python
Raw Normal View History

feat: add user_id index to profiles table for faster lookups The profiles table previously lacked an index on the user_id column, causing full table scans during user lookups. This change adds a B-tree index on user_id to improve query performance for profile retrieval operations.
2026-06-12 01:35:31 +02:00
# retoor <retoor@molodetz.nl>
from ..agent import Backend, get_backends, vision_available, llm_call, _call_backend, MODEL, DEEPSEEK_MODEL # noqa: F401
Reference in New Issue Copy Permalink
5ca8f1dcda
devplacepy/agents/core/llm.py
Response time: 336ms
Mail Licenses API