From e3fb5a5de4598abfb25290762c8c7e3b17935937 Mon Sep 17 00:00:00 2001 From: diegocabello Date: Fri, 14 Jun 2024 16:06:04 -0700 Subject: [PATCH] removed one line that wasnt being used here --- docs/swarms/memory/diy_memory.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/swarms/memory/diy_memory.md b/docs/swarms/memory/diy_memory.md index ffb98cae..5c3f0019 100644 --- a/docs/swarms/memory/diy_memory.md +++ b/docs/swarms/memory/diy_memory.md @@ -46,7 +46,6 @@ The first step in creating a custom vector memory database is to inherit from th ```python -from abc import ABC, abstractmethod from swarms import BaseVectorDatabase class MyCustomVectorDatabase(BaseVectorDatabase): @@ -607,4 +606,4 @@ Remember, the journey of building custom vector memory databases is an iterative As you embark on this journey, keep in mind the importance of scalability, performance, data quality, security, and compliance. Foster an environment of collaboration, knowledge sharing, and community engagement to ensure that your custom vector memory databases are robust, reliable, and capable of meeting the ever-evolving demands of the AI landscape. -So, dive in, leverage the power of the `BaseVectorDatabase` class, and create the custom vector memory databases that will drive the future of AI-powered applications. \ No newline at end of file +So, dive in, leverage the power of the `BaseVectorDatabase` class, and create the custom vector memory databases that will drive the future of AI-powered applications.