[Bug fix] Fix typos, static methods and other sanity improvements in the package (#1129)
This commit is contained in:
@@ -49,7 +49,7 @@ class BaseVectorDB(JSONSerializable):
|
||||
raise NotImplementedError
|
||||
|
||||
def query(self):
|
||||
"""Query contents from vector data base based on vector similarity"""
|
||||
"""Query contents from vector database based on vector similarity"""
|
||||
raise NotImplementedError
|
||||
|
||||
def count(self) -> int:
|
||||
|
||||
Reference in New Issue
Block a user