2962 Commits

Author SHA1 Message Date
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
Harpreet Sangar
31ae2ce070 Trim down filter token to 100 characters. 2023-07-12 10:19:56 +05:30
Kishore Nallan
71fb17d3be
Merge pull request #1098 from happy-san/v0.25-join
Limit `filter_by` on number of operations.
2023-07-11 15:06:58 +05:30
Harpreet Sangar
d6d3bf88b3 Limit filter_by on number of operations. 2023-07-11 13:49:55 +05:30
Kishore Nallan
438a53e044 Merge branch 'v0.25-join' into v0.26-facets 2023-07-11 13:19:55 +05:30
Kishore Nallan
172fc49837 Tweak timeouts. 2023-07-11 13:19:19 +05:30
Kishore Nallan
01801f4ea9 Refactor remoted embedding code. 2023-07-11 12:42:06 +05:30
Kishore Nallan
04fd68b1a1 Proxy should not require readiness. 2023-07-11 07:12:20 +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
448b2b6ce9
Merge pull request #1094 from ozanarmagan/v0.25-join
Add remote_embedding_batch_size parameter
2023-07-08 20:57:19 +05:30
ozanarmagan
222c50e2c1 Merge branch 'v0.25-join' of https://github.com/ozanarmagan/typesense into v0.25-join 2023-07-08 13:28:49 +03:00
ozanarmagan
ab0be22489 Add remote_embeding_batch_size parameter for doc import 2023-07-08 13:11:45 +03:00
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
Kishore Nallan
9b8754b13d Return name of rule as deletion response. 2023-07-08 06:41:12 +05:30
Kishore Nallan
f90eda277b
Merge pull request #1093 from ozanarmagan/v0.25-join
Add timeout and num retries as search parameter for remote embedding
2023-07-07 21:06:47 +05:30
ozanarmagan
a9de01f161 Standardize variable names 2023-07-07 18:33:53 +03:00
ozanarmagan
5bc9360934 Merge branch 'v0.25-join' of https://github.com/ozanarmagan/typesense into v0.25-join 2023-07-07 17:11:49 +03:00
ozanarmagan
8b1aa13ffe Change param name to 'remote_embedding_num_try' 2023-07-07 17:11:25 +03:00
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
ozanarmagan
29830e1d58 Create virtual functions to generate error JSONs from responses 2023-07-07 13:41:38 +03:00