Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/docs/persistence/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ await vdb.DeserializeFromBinaryStreamAsync(stream);

---

## :material-file-database: BasicDiskVectorDatabase
## :material-database-outline: BasicDiskVectorDatabase

The `BasicDiskVectorDatabase` provides a basic vector database implementation that automatically stores the vector store and vocabulary store to disk. It's implmentation of vectorization is the same as the `BasicMemoryVectorDatabase`, but with the modification that it automatically persists the database to disk in the background to the specified folder path.

Expand Down
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ nav:
- persistence/index.md
- File Persistence: persistence/#file-persistence
- Persist to Stream: persistence/#persist-to-stream
- BasicDiskVectorDatabase: persistence/#basicdiskvectordatabase
- Embeddings:
- embeddings/index.md
- OpenAI Embeddings: embeddings/openai/index.md
Expand Down