Skip to content

Commit

Permalink
chore: restructure docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jan 3, 2022
1 parent 95768c9 commit 0815a79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ More metrics can be used such as `precision_at_k`, `ndcg_at_k`, `hit_at_k`.

### Save results

You can save a DocumentArray to binary, JSON, dict, dataframe, CSV or Protobuf message. In its simplest form,
You can save a DocumentArray to binary, JSON, dict, dataframe, CSV or Protobuf message with/without compression. In its simplest form,

```python
left_da.save('left_da.bin')
Expand Down
2 changes: 1 addition & 1 deletion docs/fundamentals/document/attribute.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Set/unset Attributes
# Set Attributes

Set an attribute as you would with any Python object:

Expand Down
1 change: 1 addition & 0 deletions docs/fundamentals/documentarray/evaluation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Evaluation

0 comments on commit 0815a79

Please sign in to comment.