1588 Commits

Author SHA1 Message Date
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
273e67358e Fix search on non-indexed auto embedding fields 2023-10-17 15:43:42 +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
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
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
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
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
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
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
ozanarmagan
998b071956 Add test for invalid alpha params 2023-10-10 11:20:15 +03:00
ozanarmagan
7073811546 Add vector query param to set hybrid saerch alpha 2023-10-09 23:20:35 +03:00
Kishore Nallan
191d62a0cb Merge branch 'v0.25-join' into v0.26-facets
# Conflicts:
#	include/collection_manager.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-09 21:52:48 +05:30
Kishore Nallan
2bef32f9c6 Drop tokens direction. 2023-10-09 21:04:33 +05:30
ozanarmagan
cbc3595e70 Fix test 2023-10-09 13:19:25 +03:00
ozanarmagan
753f910915 Update test 2023-10-09 13:17:04 +03:00
ozanarmagan
0dad1a369f Add test & fine grain locking for collection manager 2023-10-09 13:14:10 +03:00
krunal
338f30f51b add test for skip_to_rev() and bug fix for single null record 2023-10-09 14:45:18 +05:30
ozanarmagan
cc54fb8176 Review changes 2023-10-09 02:04:43 +03:00
ozanarmagan
238c5f00b9 Remove collection_to_text_embedders and text_embedder_to_collections 2023-10-08 13:59:52 +03:00
ozanarmagan
61469b4d84 Unload models from RAM when it is unused 2023-10-07 15:08:46 +03:00
Kishore Nallan
83171082b4 Tweak test. 2023-10-06 14:58:23 +05:30
Kishore Nallan
8766d87e0b Allow wildcard with empty vector (for convenience). 2023-10-06 14:13:22 +05:30
Kishore Nallan
f175d8cce6 Add test for dropping for explicit dynamic field. 2023-10-05 20:54:52 +05:30
Kishore Nallan
6d1e9f07cf Fix dropping a nested child field. 2023-10-05 20:17:16 +05:30
Kishore Nallan
67b6b00b37 Fix float stats with negative only value. 2023-10-05 14:31:06 +05:30
Harpreet Sangar
0d81a66257 Add test case. 2023-10-04 13:00:31 +05:30
Harpreet Sangar
024dcc1b68 Support filter scoring. 2023-10-03 17:53:04 +05:30
Kishore Nallan
ce4b8e3e2c 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_faceting_test.cpp
2023-10-03 11:13:23 +05:30
Kishore Nallan
3d98c1ce2d Merge branch 'v0.25-multi-vec-patch' into v0.25-join 2023-10-02 15:33:07 +05:30
Kishore Nallan
d5d9fcad1d Add flag for not keeping missing group field values distinct. 2023-09-29 16:29:23 +05:30
krunal
0f73648534 updating changes 2023-09-29 14:53:40 +05:30
krunal
d1aef324a9 refactor fhash_int64 map and adding test 2023-09-29 13:06:58 +05:30
Kishore Nallan
e80eba7b69
Merge pull request #1262 from ozanarmagan/v0.25-join
Prevent using vector fields in query_by
2023-09-29 07:26:58 +05:30
ozanarmagan
5d7c0b1565 Prevent using vector fields in query_by 2023-09-29 01:09:28 +03:00
Kishore Nallan
ab59656c99
Merge pull request #1245 from ozanarmagan/v0.25-join
Don't return `vector_distance` for keyword only matches in hybrid search
2023-09-28 18:14:41 +05:30
krunal
f4fca28622 adding stats support for int64 facets 2023-09-28 15:50:40 +05:30