3358 Commits

Author SHA1 Message Date
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
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
Kishore Nallan
d7c4072bde
Merge pull request #1286 from krunal1313/int64_stats_facets
fix address sanitizer issue
2023-10-09 20:05:19 +05:30
krunal
6b68ac6a5d fix address sanitizer issue 2023-10-09 19:29:33 +05:30
Kishore Nallan
37b3663ee1
Merge pull request #1282 from ozanarmagan/v0.25-join
Unload model from RAM when it is unused
2023-10-09 19:10:50 +05:30
Kishore Nallan
62f3609cbf
Merge pull request #1274 from krunal1313/posting_list_iterator
store posting_list iterators with facet_index initialization
2023-10-09 16:44:52 +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
ozanarmagan
73ae433ab5 Use const auto& 2023-10-09 13:04:06 +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
5e9e08cbc2 Fix typo 2023-10-09 11:08:19 +03:00
ozanarmagan
fb36c1dd4c Update process_embedding_field_delete 2023-10-09 11:06:38 +03:00
ozanarmagan
4008f0bb2f Remove empty lines 2023-10-09 02:06:14 +03:00
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
krunal
6b60b62afa refactor rev_iterator and add skip_to_rev() 2023-10-06 20:44:33 +05:30
Kishore Nallan
83171082b4 Tweak test. 2023-10-06 14:58:23 +05:30
krunal
0eeb583afd adding missing fields 2023-10-06 14:36:41 +05:30
krunal
073f7a1630 fixing tests 2023-10-06 14:23:01 +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
krunal
ad48c4170e avoid initialization in loop 2023-10-05 18:36:58 +05:30
Kishore Nallan
de6e6e4a8a Restore concurrent vec indexing. 2023-10-05 14:50:54 +05:30
Kishore Nallan
b3afb5d12c Finer locking for res cache. 2023-10-05 14:35:54 +05:30
Kishore Nallan
67b6b00b37 Fix float stats with negative only value. 2023-10-05 14:31:06 +05:30
krunal
77d934d381 adding leftover changes 2023-10-05 12:50:39 +05:30
krunal
a8234cf2b6 resolve conflicts and refactor getting group_by_field_it 2023-10-05 12:05:54 +05:30
krunal
786d305a1e adding iterator validation check for failing tests 2023-10-04 20:36:56 +05:30
krunal
1b97953ebd refactor get_distinct_id calls 2023-10-04 17:25:08 +05:30
krunal
e107ddfa93 revert old changes, test changes for wildcard 2023-10-04 14:11:48 +05:30
Kishore Nallan
a4ab04c144
Merge pull request #1273 from happy-san/v0.26-facets
Filter scoring
2023-10-04 13:47:05 +05:30
Harpreet Sangar
0d81a66257 Add test case. 2023-10-04 13:00:31 +05:30
krunal
dc689fe362 store posting_list iterators with facet_index initalization 2023-10-03 20:14:23 +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
184758954f
Merge pull request #1265 from ozanarmagan/v0.25-join
Fix reindexing all fields on alter
2023-10-02 15:16:57 +05:30