Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
FayazRahman committed Jun 19, 2023
1 parent 5f17163 commit 106757f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/source/Vector-Store.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Creating a Deep Lake Vector Store
:toctree:
:nosignatures:

DeepLakeVectorStore.__init__
VectorStore.__init__

Vector Store Operations
~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -18,10 +18,10 @@ Vector Store Operations
:toctree:
:nosignatures:

DeepLakeVectorStore.add
DeepLakeVectorStore.search
DeepLakeVectorStore.delete
DeepLakeVectorStore.delete_by_path
VectorStore.add
VectorStore.search
VectorStore.delete
VectorStore.delete_by_path

Vector Store Properties
~~~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -30,6 +30,6 @@ Vector Store Properties
:toctree:
:nosignatures:

DeepLakeVectorStore.summary
DeepLakeVectorStore.tensors
DeepLakeVectorStore.__len__
VectorStore.summary
VectorStore.tensors
VectorStore.__len__

0 comments on commit 106757f

Please sign in to comment.