-
Hi, I have had tried samples provided on infinity db. While testing with query builder, it thrown exception as follows query_br = table_obj.query_builder() qb_result1 = table_obj.output(["num", "body"]).match("body","bloom","float","1").to_pl() qb_result1 = table_obj.output(["num", "body"]).match("body","bloom","topn=1").to_pl() qb_result1 = table_obj.output(["num", "body"]).fusion('rrf').to_pl() I have added full program file in that Please guide us to fix and test above. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Please provide the infinity-sdk version you are using now. |
Beta Was this translation helpful? Give feedback.
-
Hi, Logs Another issue: Infinity crashed TSocket read 0 bytes Log with crash info Note: |
Beta Was this translation helpful? Give feedback.
-
hi, First I created one table along with index and loaded with data, then tried Match function and got expected result. Got Infinity crashed when I tried to create index with a unavailable column name. |
Beta Was this translation helpful? Give feedback.
If index isn't built, calling MATCH and FUSION would introduce crash. This might be your case, and it is fixed by #651.