Mathias Panzenböck

Results 46 comments of Mathias Panzenböck

If you don't just use my code you can still look at the source comments about correctly emulating the behavior of the regular expression of the original (without using regular...

I've never used Go before looking at this. I just was bored and looked at the differences of various dotenv implementations and tried to replicate them in Rust, just for...

I don't know the RAGFlow internals, but the way I imagine it this should be easy to implement. It would be the same as retrieve() but with *fewer* steps. So...

@ZhenhangTung It's meant as a cheap way to show similar products. Like the user views a certain product and gets a list of similar products shown simply by vector similarity...

@ZhenhangTung It is a cheap little recommendation system as an extra to a chatbot. And yes of course I use the retrieval API like that right now, but that means...