Commit 278bcfc
committed
feat: update vector search parameters and improve documentation
- Changed `overquery_factor` to `ef_search` in multiple examples and tests for clarity and consistency.
- Updated README and test documentation to reflect the increase in test coverage from 277 to 282 passed tests.
- Enhanced error handling for `ef_search` values in vector index operations.
- Improved comments and descriptions in the core and vector modules for better understanding of parameters.1 parent 99a4a12 commit 278bcfc
9 files changed
Lines changed: 228 additions & 222 deletions
File tree
- .github/workflows
- bindings/python
- examples
- src/arcadedb_embedded
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
370 | | - | |
| 370 | + | |
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1931 | 1931 | | |
1932 | 1932 | | |
1933 | 1933 | | |
1934 | | - | |
1935 | | - | |
1936 | | - | |
1937 | | - | |
| 1934 | + | |
| 1935 | + | |
| 1936 | + | |
| 1937 | + | |
| 1938 | + | |
| 1939 | + | |
1938 | 1940 | | |
1939 | 1941 | | |
1940 | 1942 | | |
| |||
0 commit comments