Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/user_guide/storing/docindex.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ You can work around this problem by subclassing the predefined Document and addi


class MyDoc(TextDoc):
embedding: AnyTensor = Field(n_dim=128)
embedding: AnyTensor = Field(dim=128)


db = HnswDocumentIndex[MyDoc](work_dir='test_db3')
Expand Down Expand Up @@ -724,4 +724,4 @@ root_docs, sub_docs, scores = doc_index.find_subindex(
```

!!! note "Subindex not supported with InMemoryExactNNIndex"
Currently, subindex feature is not available for InMemoryExactNNIndex
Currently, subindex feature is not available for InMemoryExactNNIndex