Skip to content

Commit

Permalink
Fixing indentations in .rst doc tables
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijnan Bajpai <[email protected]>
  • Loading branch information
Abhijnan-Bajpai committed Dec 26, 2024
1 parent 9748c2b commit 46c9271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/api/collection.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Methods
+---------------------------------------------------------------+--------------------------------------------------------------------------+
| `search() <#pymilvus.Collection.search>`_ | Vector similarity search with an optional boolean expression as filters. |
+---------------------------------------------------------------+--------------------------------------------------------------------------+
| `upsert() <#pymilvus.Collection.upsert>`_ | Upsert data of collection. |
| `upsert() <#pymilvus.Collection.upsert>`_ | Upsert data of collection. |
+---------------------------------------------------------------+--------------------------------------------------------------------------+
| `query() <#pymilvus.Collection.query>`_ | Query with a set of criteria. |
+---------------------------------------------------------------+--------------------------------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion docs/source/api/partition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Methods
+--------------------------------------------+--------------------------------------------------------------------------+
| `delete() <#pymilvus.Partition.delete>`_ | Delete entities with an expression condition. |
+--------------------------------------------+--------------------------------------------------------------------------+
| `upsert() <#pymilvus.Collection.upsert>`_ |Upsert data of collection. |
| `upsert() <#pymilvus.Collection.upsert>`_ | Upsert data of collection. |
+--------------------------------------------+--------------------------------------------------------------------------+
| `search() <#pymilvus.Partition.search>`_ | Vector similarity search with an optional boolean expression as filters. |
+--------------------------------------------+--------------------------------------------------------------------------+
Expand Down

0 comments on commit 46c9271

Please sign in to comment.