removed one line that wasnt being used here

pull/494/head
diegocabello 1 year ago
parent d4f4e128a0
commit e3fb5a5de4

@ -46,7 +46,6 @@ The first step in creating a custom vector memory database is to inherit from th
```python ```python
from abc import ABC, abstractmethod
from swarms import BaseVectorDatabase from swarms import BaseVectorDatabase
class MyCustomVectorDatabase(BaseVectorDatabase): class MyCustomVectorDatabase(BaseVectorDatabase):

Loading…
Cancel
Save