abstract vector db

pull/369/head
evelynmitchell 12 months ago
parent d62eac4bb9
commit ad057a56c6

@ -9,7 +9,7 @@ from typing import Any, Callable, Dict, List, Optional, Tuple
from termcolor import colored from termcolor import colored
from swarms.memory.base_vectordb import AbstractDatabase from swarms.memory.base_vectordb import AbstractVectorDatabase
from swarms.prompts.agent_system_prompts import ( from swarms.prompts.agent_system_prompts import (
AGENT_SYSTEM_PROMPT_3, AGENT_SYSTEM_PROMPT_3,
) )

Loading…
Cancel
Save