2989 Commits

Author SHA1 Message Date
Kishore Nallan
161cf1edec
Merge pull request #1114 from happy-san/v0.26-facets
Cascade delete references.
2023-07-26 13:04:21 +05:30
Kishore Nallan
45e8f5facc
Merge pull request #1113 from ozanarmagan/v0.25-join
Fix sorting by geopoint when using hybrid search
2023-07-26 13:01:31 +05:30
Kishore Nallan
4c562fa6c8 Fix bug in geopoint array alter drop. 2023-07-26 12:56:31 +05:30
ozanarmagan
088929d12f Move test to CollectionVectorSearch 2023-07-26 10:26:03 +03:00
Harpreet Sangar
9716a9bd6f Fix merge error. 2023-07-25 18:45:41 +05:30
Harpreet Sangar
825b61951a Cascade delete references. 2023-07-25 17:51:17 +05:30
ozanarmagan
4e76c4780c Fix sorting by geopoint when using hybrid search 2023-07-25 14:16:53 +03:00
krunal
6fa848c6a2 return whole object for nested facets 2023-07-25 16:18:30 +05:30
Kishore Nallan
c299172ccc Fix curl client response wait cycle. 2023-07-25 12:48:30 +05:30
Kishore Nallan
6062baafc8 Fix build scripts. 2023-07-24 21:28:08 +05:30
Kishore Nallan
1f026d4266 Create skeleton scripts for ci gpu build. 2023-07-24 20:27:03 +05:30
Kishore Nallan
e623454ec5 Lock batched embedding operation. 2023-07-24 18:29:06 +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
a5e7f82c82 Fix leak. 2023-07-24 16:49:13 +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
Kishore Nallan
72d15ab83d
Merge pull request #1108 from happy-san/v0.26-facets
V0.26 facets
2023-07-24 15:10:50 +05:30
Harpreet Sangar
2ff10f337b Uncomment tests. 2023-07-24 13:53:59 +05:30
Kishore Nallan
0b1c833d45 Fix prefix GET API. 2023-07-24 13:21:24 +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
Kishore Nallan
ae504338bf
Merge pull request #1107 from happy-san/v0.26-facets
Refactor
2023-07-21 13:42:10 +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
d14722ce0c Fix CUDA build. 2023-07-20 16:55:10 +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
Kishore Nallan
90647aca28
Merge pull request #1078 from krunal1313/stopword_support
Add support for stopwords
2023-07-20 10:56:01 +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
krunal
d2e8b437b6 refactor 2023-07-19 19:25:03 +05:30
Harpreet Sangar
6a2b9549d5 Handle references with vector, hybrid and infix search. 2023-07-19 11:15:42 +05:30
Kishore Nallan
0ed5f4978f Log try along with num_try. 2023-07-18 21:27:47 +05:30
Kishore Nallan
7c55daf07c Return timeout early for backlogged embedding requests. 2023-07-18 21:12:50 +05:30
krunal
7b90c8afc3 load stopwords on startup 2023-07-18 20:18:25 +05:30
Kishore Nallan
9d7d01f60b Fix proxy timeout for embedding. 2023-07-18 16:35:19 +05:30
Kishore Nallan
f80b7451e1 Bump hnsw dep.
Fixes a potential deadlock.
2023-07-18 12:59:50 +05:30
krunal
368e5c1789 update stopwords support and tests 2023-07-18 09:40:07 +05:30
Kishore Nallan
8482eacae4 Protect access to proxy's timed cache. 2023-07-14 19:16:10 +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
50d193919d Don't do embedding generation on load collection. 2023-07-13 10:07:59 +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
Kishore Nallan
2b204112ef
Merge pull request #1100 from happy-san/v0.25-join
Trim down filter token to 100 characters.
2023-07-12 18:40:52 +05:30