3297 Commits

Author SHA1 Message Date
Kishore Nallan
ec7c54d31c Use symbols to index + separators for facet query parsing. 2023-11-07 21:00:35 +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
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
bf01fbb773 Reuse text highlighting for facet query highlight. 2023-11-01 12:55:30 +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
krunal
b809db5ba7 fixing facet query with value index 2023-10-27 12:41:06 +05:30
Harpreet Sangar
40edf94e8f Refactor. 2023-10-27 11:48:26 +05:30
Harpreet Sangar
e0dc11f57a Return error on name collision. 2023-10-27 11:34:17 +05:30
Harpreet Sangar
ce6a5c2f3f Add support for nest and merge reference include strategy. 2023-10-27 11:34:17 +05:30
Harpreet Sangar
6409875742 Fix wildcard include/exclude fields not matching id. 2023-10-27 11:34:17 +05:30
Kishore Nallan
561ba5240f
Merge pull request #1339 from krunal1313/value_facet_int64_stats_fix
fix for int64 facet stats
2023-10-26 20:38:15 +05:30
krunal
c5e218c5b1 fix for int64 facet stats 2023-10-26 20:05:03 +05:30
krunal
fd9bde7049 adding test for facet sort with facet query 2023-10-26 19:16:50 +05:30
krunal
624c6ded26 fix facet_query check with updated facets param 2023-10-26 13:55:12 +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
83bac2010a
Merge pull request #1332 from krunal1313/range_facets_refactor
Range facets refactor
2023-10-25 21:37:41 +05:30
krunal
ddf4de17be adding test for negative ranges 2023-10-25 20:41:46 +05:30
krunal
e035aa0848 update regex to support space separated range label 2023-10-25 19:06:02 +05:30
krunal
f704a1ebbb add test for space separated range label 2023-10-25 19:05:37 +05:30
krunal
5ab502127c update regex and add min max range facets 2023-10-25 18:10:42 +05:30
krunal
8581fdd0ba adding test for range facet min max 2023-10-25 18:10:04 +05:30
Kishore Nallan
e797e21c64
Merge pull request #1329 from ozanarmagan/v0.25-join
Fix hanging when PaLM API is down
2023-10-25 14:50:41 +05:30
krunal
b29a311f7a updating regex for float and negative numbers 2023-10-25 13:43:45 +05:30
krunal
ea34673cfd test for negative and float ranges 2023-10-25 13:41:32 +05:30
ozanarmagan
e0f5c74857 Fix hanging when PaLM API is down 2023-10-25 10:12:46 +03:00
Kishore Nallan
c87a662720
Merge pull request #1325 from ozanarmagan/v0.26-sort
Fix sort by vector query
2023-10-25 09:49:32 +05:30