3236 Commits

Author SHA1 Message Date
Kishore Nallan
561ba5240f
Merge pull request #1339 from krunal1313/value_facet_int64_stats_fix
fix for int64 facet stats
2023-10-26 20:38:15 +05:30
krunal
c5e218c5b1 fix for int64 facet stats 2023-10-26 20:05:03 +05:30
Kishore Nallan
c87a662720
Merge pull request #1325 from ozanarmagan/v0.26-sort
Fix sort by vector query
2023-10-25 09:49:32 +05:30
ozanarmagan
9cc8f88310 Fix sort by vector query 2023-10-24 19:12:18 +03:00
Kishore Nallan
0d96024173
Merge pull request #1323 from happy-san/filter_by_not_like
Refactor `Collection::validate_and_standardize_sort_fields_with_lock`.
2023-10-24 12:46:51 +05:30
Harpreet Sangar
31938490ae Refactor Collection::validate_and_standardize_sort_fields_with_lock. 2023-10-24 12:05:01 +05:30
Kishore Nallan
e6876fa147 Merge branch 'v0.25-join' into v0.26-facets
# Conflicts:
#	include/field.h
#	src/collection.cpp
#	src/index.cpp
#	test/collection_vector_search_test.cpp
2023-10-23 18:45:18 +05:30
Kishore Nallan
976d62657f Facet index unit tests. 2023-10-23 17:58:23 +05:30
Kishore Nallan
c0a507750a Fix facet counter list reordering. 2023-10-23 17:58:23 +05:30
Kishore Nallan
ea80d8f43d
Merge pull request #1303 from happy-san/multi_value_reference
Reference array field.
2023-10-23 14:53:58 +05:30
Kishore Nallan
7896ee220e
Merge pull request #1320 from happy-san/filter_by_not_like
Filter by not like
2023-10-23 14:52:02 +05:30
Harpreet Sangar
9a8e029248 Add test case. 2023-10-23 14:17:08 +05:30
Harpreet Sangar
2e1335715e Support not like ! string comparator in filter_by. #1264 2023-10-23 12:49:15 +05:30
Kishore Nallan
97b0d79806
Merge pull request #1316 from ozanarmagan/v0.25-join
Add support for larger embedding models
2023-10-21 10:53:35 +05:30
ozanarmagan
3da18ea6d5 Add support for larger embedding models 2023-10-21 00:28:51 +03:00
Harpreet Sangar
4ffbe3aad1 Add reference_index for reference array field. 2023-10-20 13:41:02 +05:30
Kishore Nallan
02337fe60b
Merge pull request #1307 from ozanarmagan/v0.25-join
Fix search on non-indexed vector fields
2023-10-18 10:25:03 +05:30
ozanarmagan
dfa2872bdf Add test for vector field 2023-10-17 21:45:57 +03:00
ozanarmagan
910cedef4b Check if field in vector query is indexed 2023-10-17 15:47:28 +03:00
ozanarmagan
273e67358e Fix search on non-indexed auto embedding fields 2023-10-17 15:43:42 +03:00
Kishore Nallan
acfd047b81
Merge pull request #1305 from ozanarmagan/v0.25-join
Avoid loading embedding model that is larger than free memory
2023-10-17 17:42:39 +05:30
ozanarmagan
8392e85891 Use 'model size * 1.15` 2023-10-17 14:31:39 +03:00
Harpreet Sangar
8878acc0f9 Handle references for string, string[], int32, int32[], int64 and int64[] field types. 2023-10-17 11:39:25 +05:30
ozanarmagan
5766b83f24 Avoid loading models that larger than free memory 2023-10-17 00:26:36 +03:00
Kishore Nallan
dcfd336b06 Refactor field-wise search configuration parsing. 2023-10-16 11:37:25 +05:30
Kishore Nallan
5119af384e
Merge pull request #1301 from ozanarmagan/v0.25-join
Sort by vector query
2023-10-16 10:44:24 +05:30
ozanarmagan
a44f996a1b Update parse_vector_query_str 2023-10-15 14:34:07 +03:00
ozanarmagan
8b01c5cd85 Update error message 2023-10-15 14:27:59 +03:00
ozanarmagan
dfbb1ebfb4 Refactor vector index lookup & normalization 2023-10-15 14:08:14 +03:00
Kishore Nallan
6129715f49 Handle thread safety of search_cutoff var. 2023-10-14 20:38:36 +05:30
ozanarmagan
4167fe69c8 Sort by vector query 2023-10-14 02:07:51 +03:00
Kishore Nallan
91209a17dc Merge branch 'v0.25-join' into v0.26-facets
# Conflicts:
#	include/collection.h
#	include/index.h
#	src/collection.cpp
#	src/collection_manager.cpp
#	src/index.cpp
#	test/collection_specific_more_test.cpp
#	test/collection_vector_search_test.cpp
2023-10-13 19:00:17 +05:30
Kishore Nallan
c5dbfc25bb
Merge pull request #1297 from krunal1313/facet_query_value_index
Facet query handling with value index
2023-10-13 17:17:31 +05:30
krunal
b3a94888eb add test facet query with multiple tokens to hash index tests 2023-10-13 16:22:04 +05:30
krunal
79ad74bb07 break loop if single token is not found 2023-10-13 15:56:01 +05:30
krunal
eeb7521394 handle facet query with multiple tokens in value index 2023-10-13 15:38:02 +05:30
krunal
34b5aa7d61 adding test for multiple words in facet query 2023-10-13 15:37:12 +05:30
Kishore Nallan
479b3bb139
Merge pull request #1296 from happy-san/_get_reference_collection_names
Fix crash in `_get_reference_collection_names` in case of malformed f…
2023-10-13 12:49:58 +05:30
Kishore Nallan
72adf3de8b
Merge pull request #1295 from krunal1313/posting_list_iterator
Posting list iterator
2023-10-13 12:49:24 +05:30
Harpreet Sangar
f03e749588 Add test case. 2023-10-13 11:43:58 +05:30
krunal
c7c099b8b4 intialize iterator per facet field 2023-10-13 11:32:17 +05:30
Harpreet Sangar
0e9cf7ed69 Fix crash in _get_reference_collection_names in case of malformed filter query. 2023-10-13 11:29:00 +05:30
krunal
ef7a08f9d9 fix for failing test 2023-10-11 19:11:29 +05:30
krunal
f1cbb71cdf correcting test 2023-10-11 19:10:07 +05:30
krunal
5cf8b2c8d8 add test for group_by with multiple facet field 2023-10-11 16:39:56 +05:30
Kishore Nallan
ff0d2596cc Handle zero width non-joiner character for persian.
It must split the tokens into individual words.
2023-10-11 15:02:22 +05:30
Kishore Nallan
40a684619b Add both sides drop tokens mode. 2023-10-10 19:18:42 +05:30
Kishore Nallan
9553ee35b4
Merge pull request #1293 from krunal1313/value_index_stats
min/max of all matched facets
2023-10-10 16:48:44 +05:30
krunal
cc46d213fb min/max of all matched facets 2023-10-10 15:42:16 +05:30
Kishore Nallan
d64f7f2cfe
Merge pull request #1292 from ozanarmagan/v0.25-join
Add vector query param to set hybrid saerch alpha
2023-10-10 15:30:29 +05:30