From 940ab2ea2cdb55e59f6b8d06a6d053250a336d7b Mon Sep 17 00:00:00 2001 From: Ed_ Date: Thu, 14 May 2026 21:21:28 -0400 Subject: [PATCH] add chroma db to app controller --- src/app_controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app_controller.py b/src/app_controller.py index d798a17..5ccf56a 100644 --- a/src/app_controller.py +++ b/src/app_controller.py @@ -1,3 +1,4 @@ +import chromadb import copy import inspect import json