Oliver Valiente

Results 13 comments of Oliver Valiente

Hi, it's great. I shall to tell you that library is great job from you. As soon as possible I want to start develop a binding for .Net; now I...

I don't know about how to build .Net bindings from Rust source. Since I don't know Rust so I can't say if it's possible or feasible, I do know that...

> Basically [make these methods available](https://neuml.github.io/txtai/api/methods/) over HTTP. Is the intention something else? Yes, I thought the same thing, this is the idea that I have, it's basically to make...

Hi guys, I bring a code to show how I going to make my solution: ```cs public class Similarity { /// /// The client used to communicate with the TxtAI...

Hi David, this is a initial view of the final job, I can't test all methods but you can take a look now. https://github.com/oliver021/txtai.net

Hi David, how you look the project?

Thank you. I am very interested in this project, txtai is a really good work. So I will continue follow up.

Yes David, there are severals options to run this code, It's cross platform too. Le me prepare instructions for you,

@kwhopper I would like to be able to understand more what it explains about "a library must be complete asynchronous or not", because I have a lot of interest in...

@kwhopper I completely agree with you, so doing an asynchronous method with `Task.Run` implies a false implementation of asynchronicity. The fundamental idea is to take turns using the threadpool I...