Files
tabbyAPI/common
kingbri 96e8375ec8 Multimodal: Fix memory leak with MMEmbeddings
On a basic python class, class attributes are handled by reference,
meaning that every instance of embeddings would attach to that reference
and allocate more memory.

Switch to a Pydantic class and factory methods when instantiating.

Signed-off-by: kingbri <8082010+kingbri1@users.noreply.github.com>
2025-02-02 12:21:19 -05:00
..
2024-09-21 14:36:21 -04:00
2024-09-18 20:36:17 -04:00
2024-04-29 01:15:02 -04:00
2024-11-21 18:06:47 -05:00
2024-09-11 18:00:29 +01:00
2024-09-10 20:52:29 -04:00
2024-09-23 21:42:01 -04:00