302 Commits

Author SHA1 Message Date
Kishore Nallan
816c56fada Refactor collection resource locking.
Make collection operations more independent.
2023-11-16 14:49:29 +05:30
Kishore Nallan
59f7bf0f48 Add background thread for periodic housekeeping. 2023-10-30 18:17:54 +05:30
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
ozanarmagan
34ade97636 Support remote_embedding_timeout_ms and remote_embedding_num_tries for indexing 2023-10-26 01:04:39 +03:00
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
4167fe69c8 Sort by vector query 2023-10-14 02:07:51 +03:00
Kishore Nallan
40a684619b Add both sides drop tokens mode. 2023-10-10 19:18:42 +05:30
Kishore Nallan
2bef32f9c6 Drop tokens direction. 2023-10-09 21:04:33 +05:30
ozanarmagan
fb36c1dd4c Update process_embedding_field_delete 2023-10-09 11:06:38 +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
Kishore Nallan
d5d9fcad1d Add flag for not keeping missing group field values distinct. 2023-09-29 16:29:23 +05:30
Kishore Nallan
4dd35835e3 Add flag prioritize_num_matching_fields. 2023-09-27 12:12:01 +05:30
Kishore Nallan
5120148b53 Dropped field should be removed properly from embed_from. 2023-08-19 16:46:21 +05:30
ozanarmagan
29224dee82 Change 'remote_embedding_num_try' to 'remote_embedding_num_tries' 2023-07-29 15:27:36 +03:00
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
01801f4ea9 Refactor remoted embedding code. 2023-07-11 12:42:06 +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
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
ozanarmagan
2ae06c5824 Revert "Add timeout and num retries as search params"
This reverts commit 65dbeb6e75ea97a795df4a4a96327bd5b6c1ddd7.
2023-07-06 10:49:26 +03:00
ozanarmagan
65dbeb6e75 Add timeout and num retries as search params 2023-07-05 01:28:22 +03:00
Kishore Nallan
d569cbd75e Fix bug with offset/pagination affecting vector search.
# Conflicts:
#	include/collection.h
#	src/index.cpp
2023-07-02 21:02:39 +05:30
ozanarmagan
d0edc91cbb vector_query_hits & sort by vector_distance 2023-06-26 14:19:19 +03:00
ozanarmagan
99be1f69df Bug fixes for embedding generation process 2023-06-20 01:35:23 +03:00
Ozan Armağan
73791a057b
Merge branch 'v0.25-join' into v0.25-join 2023-05-30 12:47:10 +03:00
Kishore Nallan
d3c1b77cef Don't rewrite to meta data to store when loading collection. 2023-05-30 13:10:11 +05:30
Ozan Armağan
24e309e50d
Merge branch 'v0.25-join' into v0.25-join 2023-05-24 14:15:02 +03:00
Kishore Nallan
b7f29aeed1 Evented query aggregation skeleton. 2023-05-22 17:52:52 +05:30
ozanarmagan
a9cb44388d Review Changes V 2023-05-18 12:31:07 +03:00
ozanarmagan
cdbe63747b Update for process_remove_field_for_embedding_fields 2023-04-10 07:32:48 +03:00
ozanarmagan
a50fe99a7c Review Changes III 2023-04-10 06:23:16 +03:00
ozanarmagan
7ae3cc9781 Review Changes II 2023-04-07 23:56:25 +03:00
ozanarmagan
1ad7bcdce3 Review Changes 2023-04-05 18:05:45 +03:00
ozanarmagan
b31867a193 Merge branch 'v0.25-join' of https://github.com/ozanarmagan/typesense into v0.25-join 2023-04-02 12:51:20 +03:00
ozanarmagan
401ebbe481 Fix for text embedding when schema or document updated 2023-04-02 12:48:33 +03:00
Kishore Nallan
d74202e565
Merge branch 'v0.25-join' into v0.25-join 2023-04-02 14:09:10 +05:30
Kishore Nallan
5029d375ff Support pagination via offset parameter. 2023-04-02 14:08:29 +05:30
ozanarmagan
e85ae5d7d2 Hybrid & sematic search improvements 2023-04-02 01:32:49 +03:00
Kishore Nallan
a0ee96cdad Fix highlighting when both flat/nested form of field is present. 2023-03-16 18:20:13 +05:30
Harpreet Sangar
9641d42315 Remove Collection::validate_reference_filter.
Add comments.
2023-03-14 11:11:22 +05:30
Harpreet Sangar
2a1feae0ee Add comments. 2023-03-10 18:18:46 +05:30
Harpreet Sangar
84787510c8 Handle reference filter during approximation. 2023-03-10 18:18:46 +05:30
ozanarmagan
2672b1ebd6 Auto vector generation & Hybrid Search 2023-03-10 18:18:46 +05:30
Harpreet Sangar
94add54c43 temp. 2023-03-10 18:18:46 +05:30