fix a missing import

This commit is contained in:
XFFXFF
2023-04-17 16:21:52 +08:00
parent f41febd3ae
commit 2b87245e22

View File

@@ -2,13 +2,13 @@ from __future__ import annotations
import dataclasses
import os
from typing import Any
from typing import Any, List
import numpy as np
import orjson
from autogpt.memory.base import MemoryProviderSingleton
from autogpt.llm_utils import create_embedding_with_ada
from autogpt.memory.base import MemoryProviderSingleton
EMBED_DIM = 1536
SAVE_OPTIONS = orjson.OPT_SERIALIZE_NUMPY | orjson.OPT_SERIALIZE_DATACLASS