Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8df37c3

Browse filesBrowse files
committed
docs: fix serialize config link
1 parent 991bfdd commit 8df37c3
Copy full SHA for 8df37c3

2 files changed

+3-3Lines changed: 3 additions & 3 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎docs/advanced/document-store/sqlite.md‎

Copy file name to clipboardExpand all lines: docs/advanced/document-store/sqlite.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following configs can be set:
3737
|--------------------|------------------------------------------------------------------------------------------------------------------|--|
3838
| `connection` | SQLite database filename | a random temp file |
3939
| `table_name` | SQLite table name | a random name |
40-
| `serialize_config` | [Serialization config of each Document](../../fundamentals/document/serialization.md) | None |
40+
| `serialize_config` | [Serialization config of each Document](../../../fundamentals/document/serialization.md) | None |
4141
| `conn_config` | [Connection config pass to `sqlite3.connect`](https://docs.python.org/3/library/sqlite3.html#sqlite3.Connection) | None |
4242
| `journal_mode` | [SQLite Pragma: journal mode](https://www.sqlite.org/pragma.html#pragma_journal_mode) | `'DELETE'` |
4343
| `synchronous` | [SQLite Pragma: synchronous](https://www.sqlite.org/pragma.html#pragma_synchronous) | `'OFF'` |
Collapse file

‎docs/advanced/document-store/weaviate.md‎

Copy file name to clipboardExpand all lines: docs/advanced/document-store/weaviate.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ The following configs can be set:
8989
| `port` | port of the Weaviate server | 8080 |
9090
| `protocol` | protocol to be used. Can be 'http' or 'https' | 'http' |
9191
| `name` | Weaviate class name; the class name of Weaviate object to presesent this DocumentArray | None |
92-
| `serialize_config` | [Serialization config of each Document](../../fundamentals/document/serialization.md) | None |
92+
| `serialize_config` | [Serialization config of each Document](../../../fundamentals/document/serialization.md) | None |
9393
| `ef` | The size of the dynamic list for the nearest neighbors (used during the search). The higher ef is chosen, the more accurate, but also slower a search becomes. | `None`, defaults to the default value in Weaviate* |
9494
| `ef_construction` | The size of the dynamic list for the nearest neighbors (used during the construction). Controls index search speed/build speed tradeoff. | `None`, defaults to the default value in Weaviate* |
95-
| `timeout_config` | Set the timeout configuration for all requests to the Weaviate server. | `None`, defaults to the default value in Weaviate* |
95+
| `timeout_config` | Set the timeout configuration for all requests to the Weaviate server. | `None`, defaults to the default value in Weaviate* |
9696
| `max_connections` | The maximum number of connections per element in all layers. | `None`, defaults to the default value in Weaviate* |
9797

9898
*You can read more about the HNSW parameters and their default values [here](https://weaviate.io/developers/weaviate/current/vector-index-plugins/hnsw.html#how-to-use-hnsw-and-parameters)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.