Commit 754604e
Improve technical accuracy and completeness of index_options documentation
Addresses feedback from issue #3804 by clarifying parameter references
and expanding quantization strategy documentation.
Changes:
- Add explicit int4_hnsw documentation with 8x memory reduction guidance
- Fix parameter reference: "model_settings.index_options" → "index_options"
- Clarify that index_options is configured directly on the semantic_text field
- Improve consistency across cross-references in dense-vector.md and knn.md
These refinements ensure users have accurate information about configuring
vector quantization strategies for semantic search.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent bb1544f commit 754604e
File tree
3 files changed
+4
-4
lines changed- solutions/search
- semantic-search
- vector
3 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments