851 Commits

Author SHA1 Message Date
Harpreet Sangar
46f274f087 Remove unwanted code. 2023-12-01 10:59:11 +05:30
Kishore Nallan
40ac195be7 Merge conflict resolution. 2023-11-29 10:25:54 +05:30
Kishore Nallan
9872eebdf5 Optimize facet removal. 2023-11-28 11:02:11 +05:30
Ozan Armağan
ad496e52aa
Merge branch 'v0.26-facets' into v0.26-facets 2023-11-22 20:55:45 +03:00
ozanarmagan
37149808c9 Store error mesage as constant string 2023-11-21 22:04:42 +03:00
ozanarmagan
93baeadccc Add support for image embeddings using CLIP 2023-11-17 00:03:25 +03:00
Harpreet Sangar
869a63f4a4 Fix reference sort. 2023-11-14 09:37:40 +05:30
Kishore Nallan
c11f25b45f
Merge pull request #1356 from happy-san/reference_includes
Allow a field inside an object to have `reference`.
2023-11-14 09:35:24 +05:30
Kishore Nallan
91415a649f Fix phrase query messing up facet counts.
Global facet counts were being returned.
2023-11-13 19:57:25 +05:30
Kishore Nallan
42c544b70c Merge branch 'v0.25-join' into v0.26-facets
# Conflicts:
#	test/collection_nested_fields_test.cpp
2023-11-13 15:52:20 +05:30
Harpreet Sangar
10a334cf07 Add object_array_reference_index. 2023-11-13 15:31:49 +05:30
Kishore Nallan
f47325436f Fix infix index deletion edge case. 2023-11-13 12:04:54 +05:30
Kishore Nallan
60d5951b80 Handle repeating facet values in value facet index. 2023-11-11 20:00:49 +05:30
Kishore Nallan
9921d2dc9c Spread the hash for sort index key.
This addresses an edge case where look ups were slow when there are gaps in a large key range.
2023-11-10 12:37:01 +05:30
Kishore Nallan
ec7c54d31c Use symbols to index + separators for facet query parsing. 2023-11-07 21:00:35 +05:30
Kishore Nallan
ae597f40ba Merge branch 'v0.25-join' into v0.26-facets
# Conflicts:
#	include/index.h
#	src/collection.cpp
#	test/collection_vector_search_test.cpp
2023-10-30 21:41:47 +05:30
krunal
5c1680eb11 fixing locale with facet_query 2023-10-30 18:44:51 +05:30
Kishore Nallan
59f7bf0f48 Add background thread for periodic housekeeping. 2023-10-30 18:17:54 +05:30
Kishore Nallan
813352ec48
Merge pull request #1346 from ozanarmagan/v0.25-join
Fix updating auto embedding field indexes
2023-10-30 17:16:00 +05:30
ozanarmagan
46b5847869 Fix updating auto embedding field indexes 2023-10-30 09:33:12 +03:00
Kishore Nallan
9d0eaaad21
Merge pull request #1333 from ozanarmagan/v0.25-join
Support `remote_embedding_timeout_ms` and `remote_embedding_num_tries` for indexing
2023-10-27 17:36:01 +05:30
krunal
c5e218c5b1 fix for int64 facet stats 2023-10-26 20:05:03 +05:30
ozanarmagan
34ade97636 Support remote_embedding_timeout_ms and remote_embedding_num_tries for indexing 2023-10-26 01:04:39 +03:00
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
Harpreet Sangar
4ffbe3aad1 Add reference_index for reference array field. 2023-10-20 13:41:02 +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
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
eeb7521394 handle facet query with multiple tokens in value index 2023-10-13 15:38:02 +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
krunal
c7c099b8b4 intialize iterator per facet field 2023-10-13 11:32:17 +05:30
krunal
ef7a08f9d9 fix for failing test 2023-10-11 19:11:29 +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
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
krunal
6b60b62afa refactor rev_iterator and add skip_to_rev() 2023-10-06 20:44:33 +05:30
krunal
073f7a1630 fixing tests 2023-10-06 14:23:01 +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
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