Skip to content

Commit 394ec99

Browse files
Merge pull request #84 from Build5Nines/dev
fix docs icon
2 parents 05ac00b + 0e9b29c commit 394ec99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/docs/persistence/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ await vdb.DeserializeFromBinaryStreamAsync(stream);
9999

100100
---
101101

102-
## :material-file-database: BasicDiskVectorDatabase
102+
## :material-database-outline: BasicDiskVectorDatabase
103103

104104
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.
105105

docs/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ nav:
163163
- persistence/index.md
164164
- File Persistence: persistence/#file-persistence
165165
- Persist to Stream: persistence/#persist-to-stream
166+
- BasicDiskVectorDatabase: persistence/#basicdiskvectordatabase
166167
- Embeddings:
167168
- embeddings/index.md
168169
- OpenAI Embeddings: embeddings/openai/index.md

0 commit comments

Comments
 (0)