3695 Commits

Author SHA1 Message Date
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
14cc364a16 Remove unused expression. 2023-11-13 15:31:55 +05:30
Harpreet Sangar
10a334cf07 Add object_array_reference_index. 2023-11-13 15:31:49 +05:30
Harpreet Sangar
aa9ff7d37e Allow a field inside an object to have reference. 2023-11-13 15:27:33 +05:30
Kishore Nallan
f47325436f Fix infix index deletion edge case. 2023-11-13 12:04:54 +05:30
Kishore Nallan
7c7911154e
Merge pull request #1372 from ozanarmagan/v0.26-facets
Fix ```clear_expired_conversations```
2023-11-12 16:43:17 +05:30
ozanarmagan
9bd1bc00a1 Fix ``clear_expired_conversations`` 2023-11-12 13:14:59 +03:00
Kishore Nallan
60d5951b80 Handle repeating facet values in value facet index. 2023-11-11 20:00:49 +05:30
Kishore Nallan
41faf876c0 Fixed an edge case in facet count update. 2023-11-10 17:31:28 +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
krunal
ab6957671f update rate limit params and adding tests 2023-11-09 15:57:03 +05:30
krunal
34290ab1d9 add rate limit for clickevents, make tests more verbose 2023-11-09 13:39:55 +05:30
krunal
1c4c7ac320 make click events analytics optional 2023-11-08 14:42:48 +05:30
Kishore Nallan
a7180d2b45 Move tags inside rule. 2023-11-08 13:07:36 +05:30
Kishore Nallan
ec7c54d31c Use symbols to index + separators for facet query parsing. 2023-11-07 21:00:35 +05:30
krunal
b86d7308e5 add analytics db and cmdline, clickevent tests 2023-11-07 20:31:18 +05:30
Kishore Nallan
8be74519a7
Merge pull request #1173 from ozanarmagan/v0.26-facets
Retrieval Augmented Generation
2023-11-07 17:57:35 +05:30
ozanarmagan
b01e7b8d73 Fix override tests 2023-11-07 13:48:14 +03:00
Ozan Armağan
1ca6058abf
Merge branch 'v0.26-facets' into v0.26-facets 2023-11-07 01:48:04 +03:00
ozanarmagan
0562be3d02 Fix conversation initialization using correct
store
2023-11-07 01:45:44 +03:00
Kishore Nallan
87e0e1773c Override tagging. 2023-11-05 17:42:25 +05:30
ozanarmagan
eae05c1caf Fix system prompt 2023-11-04 15:18:12 +03:00
ozanarmagan
822cb9c2cd Remove system_prompt parameter and add it to conversation models & support excluding conversation history 2023-11-04 14:43:46 +03:00
krunal
e26c782190 adding field user_id and creating new store for analytics 2023-11-03 15:32:08 +05:30
krunal
c51f44aacf refactor replication and minor updates 2023-11-03 11:04:26 +05:30
ozanarmagan
90f38987dd Use UUID for conversation ids 2023-11-03 00:47:40 +03:00
ozanarmagan
54e9498b19 Fix compile error 2023-11-02 23:30:31 +03:00
Ozan Armağan
fa11f4cd7e
Merge branch 'v0.26-facets' into v0.26-facets 2023-11-02 17:03:23 +03:00
Kishore Nallan
2254d25955 Handle null values in nested object arrays for optional fields. 2023-11-02 16:13:04 +05:30
krunal
7dbd53cbc6 initial click event analytics 2023-11-02 15:47:19 +05:30
Jason Bosco
9f56a25ad6
Update README.md 2023-11-01 13:12:09 -05:00
Kishore Nallan
bf01fbb773 Reuse text highlighting for facet query highlight. 2023-11-01 12:55:30 +05:30
Kishore Nallan
862437620a Fix build. 2023-11-01 06:46:42 +05:30
Kishore Nallan
4bfd85b882
Merge pull request #1350 from happy-san/reference_includes
Remove reference helper fields from response.
2023-10-31 20:12:59 +05:30
Harpreet Sangar
06a67d8b35 Rename to ".re". 2023-10-31 17:49:04 +05:30
Harpreet Sangar
b469962b42 Remove reference helper fields from response. 2023-10-31 17:36:42 +05:30
Kishore Nallan
e59a198d9c
Merge pull request #1349 from krunal1313/facet_query_fix
correcting typo in test
2023-10-31 11:40:20 +05:30
Kishore Nallan
9bf515592d
Merge branch 'v0.26-facets' into facet_query_fix 2023-10-31 10:34:08 +05:30
Kishore Nallan
9b7518e7ac Fix missing files 2023-10-31 10:33:54 +05:30
krunal
203cf20858 correcting typo in test 2023-10-31 09:51:49 +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
Kishore Nallan
c8267807d9
Merge pull request #1348 from krunal1313/facet_query_fix
fixing locale with facet_query
2023-10-30 20:49:44 +05:30
krunal
ea5294dae8 adding locale for facet tokenization 2023-10-30 19:11:30 +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
Kishore Nallan
781e77d613
Merge pull request #1341 from happy-san/reference_includes
Include reference document by merging or nesting.
2023-10-27 13:26:03 +05:30
Kishore Nallan
30d2fd221d
Merge pull request #1338 from krunal1313/facet_query_fix
fix facet_query check with updated facets param
2023-10-27 13:23:39 +05:30