1352 Commits

Author SHA1 Message Date
Kishore Nallan
1f23e1c0f1
Merge pull request #1118 from happy-san/v0.26-facets
Return polygon validation error.
2023-07-27 13:17:56 +05:30
krunal
f34f22ae59 adding test for object 2023-07-27 13:15:24 +05:30
Harpreet Sangar
4985c941c6 Update error response. 2023-07-27 12:57:16 +05:30
krunal
e00ddd206b refactor 2023-07-27 12:36:10 +05:30
Harpreet Sangar
f8159bd2b8 Return polygon validation error. 2023-07-27 11:51:01 +05:30
krunal
e38aad57a2 provide list of fields to fetch parents 2023-07-26 20:22:36 +05:30
krunal
0bc924daaa deep nested parent return and enable on flag only 2023-07-26 15:06:09 +05:30
krunal
67fe400065 Merge branch 'v0.26-facets' into nested_facet_parent 2023-07-26 14:01:27 +05:30
Harpreet Sangar
825b61951a Cascade delete references. 2023-07-25 17:51:17 +05:30
krunal
6fa848c6a2 return whole object for nested facets 2023-07-25 16:18:30 +05:30
Kishore Nallan
150b05e814
Merge pull request #1110 from happy-san/v0.26-facets
`filter_by` validation
2023-07-24 16:58:58 +05:30
Harpreet Sangar
ae857b5dcd Return error for filter_by on non-indexed field. 2023-07-24 16:48:56 +05:30
Kishore Nallan
888091d2dc Merge branch 'v0.25-join' into v0.26-facets
# Conflicts:
#	src/collection.cpp
#	src/field.cpp
#	test/collection_all_fields_test.cpp
2023-07-24 15:15:20 +05:30
Harpreet Sangar
2ff10f337b Uncomment tests. 2023-07-24 13:53:59 +05:30
Kishore Nallan
a7adcf0d04 Support dynamic field defining type of an object's children. 2023-07-24 12:38:15 +05:30
Kishore Nallan
31b744a3ca Reduce duplication in embed validation. 2023-07-24 08:58:54 +05:30
Kishore Nallan
3973834965 Refactor embedding model init. 2023-07-23 12:57:09 +05:30
Harpreet Sangar
86924a62fe Remove log. 2023-07-21 13:40:26 +05:30
Harpreet Sangar
b02e689c6d Fix merge errors. 2023-07-21 12:36:52 +05:30
Harpreet Sangar
35fc560ed9 Move get_reference_collection_names out of StringUtils. 2023-07-21 11:30:20 +05:30
Kishore Nallan
5932a8d37d Merge branch 'v0.25-join' into v0.26-facets
# Conflicts:
#	include/collection.h
#	src/collection.cpp
#	src/collection_manager.cpp
#	src/field.cpp
#	src/index.cpp
#	test/collection_filtering_test.cpp
2023-07-21 11:23:09 +05:30
Kishore Nallan
6d2d44e696 Add test for empty vector field insertion + deletion. 2023-07-20 18:01:59 +05:30
Kishore Nallan
5f80a65658
Merge pull request #1102 from happy-san/v0.26-facets
Include/Exclude reference fields.
2023-07-20 10:56:23 +05:30
krunal
281b2be003 simulate reload on restart test 2023-07-20 10:24:50 +05:30
krunal
97c7400689 adding test for reload on restart 2023-07-19 20:43:38 +05:30
Harpreet Sangar
6a2b9549d5 Handle references with vector, hybrid and infix search. 2023-07-19 11:15:42 +05:30
krunal
7b90c8afc3 load stopwords on startup 2023-07-18 20:18:25 +05:30
krunal
368e5c1789 update stopwords support and tests 2023-07-18 09:40:07 +05:30
Harpreet Sangar
0334f5e534 Include/Exclude reference fields. 2023-07-14 17:32:26 +05:30
Kishore Nallan
c7a7df676b Tokenize/normalize override query properly. 2023-07-13 22:11:44 +05:30
krunal1313
577b6cdeb8 merge v0.26-facets 2023-07-13 19:21:41 +05:30
krunal1313
05504b1f4d updating and adding more tests 2023-07-13 15:44:40 +05:30
Kishore Nallan
4ec2e960d0 Allow vector_query_hits to be passed via vector_query.k 2023-07-12 20:49:10 +05:30
Kishore Nallan
c2db7436a2 Allow params for hybrid vector search to be sent via vector_query. 2023-07-12 18:40:59 +05:30
Harpreet Sangar
31ae2ce070 Trim down filter token to 100 characters. 2023-07-12 10:19:56 +05:30
Harpreet Sangar
d6d3bf88b3 Limit filter_by on number of operations. 2023-07-11 13:49:55 +05:30
Kishore Nallan
099e09c383 Merge branch 'v0.25-join' into v0.26-facets 2023-07-10 20:39:57 +05:30
Kishore Nallan
9e8d264490 Fix test asan warnings. 2023-07-10 17:11:15 +05:30
Kishore Nallan
2e9d93787c Clean up export state. 2023-07-10 13:18:15 +05:30
krunal1313
a2796450ae refactor and adding tests 2023-07-10 11:33:53 +05:30
Kishore Nallan
e8d19082bd Fix JA locale tests. 2023-07-09 21:36:19 +05:30
Kishore Nallan
5c60e06690 Don't allow rule creation targeting the same destination collection.
Upsert can still be used for this.
2023-07-09 19:51:02 +05:30
Kishore Nallan
7a23770a47 Merge branch 'v0.25-join' into v0.26-facets
# Conflicts:
#	include/collection.h
#	src/collection.cpp
2023-07-08 09:27:45 +05:30
Ozan Armağan
5d26df0708
Merge branch 'v0.25-join' into v0.25-join 2023-07-07 17:02:38 +03:00
ozanarmagan
6f7efa5d72 Add timeout and num retries as search parameter for remote embedding 2023-07-07 17:01:29 +03:00
Kishore Nallan
de7fcac5bd
Merge pull request #1090 from ozanarmagan/v0.25-join
Fix parsing partial JSON responses from remote embedding services
2023-07-07 17:25:09 +05:30
ozanarmagan
10c0070fec Add test for catching partial JSON 2023-07-07 14:45:53 +03:00
Kishore Nallan
8e1f6caaf1 Add upsert + get APIs for analytics rules. 2023-07-07 12:43:01 +05:30
Kishore Nallan
beb95a659a Add test for null value + update of missing optional field. 2023-07-06 21:06:18 +05:30
Kishore Nallan
3aa9bad0b1 Merge branch 'v0.25-join' into v0.26-facets
# Conflicts:
#	include/collection.h
#	include/http_data.h
#	test/tokenizer_test.cpp
2023-07-06 12:22:17 +05:30