Fix bug with chroma vector query

This commit is contained in:
Sarah Wooders
2023-12-27 14:40:11 +04:00
parent b598f3e2d4
commit 515d9d0f62
3 changed files with 21 additions and 11 deletions

View File

@@ -8,8 +8,8 @@ from .constants import TIMEOUT
from .utils import configure_memgpt
def test_configure_memgpt():
configure_memgpt()
# def test_configure_memgpt():
# configure_memgpt()
def test_save_load():
@@ -41,5 +41,5 @@ def test_save_load():
if __name__ == "__main__":
test_configure_memgpt()
# test_configure_memgpt()
test_save_load()