Federico Minutoli

Results 57 comments of Federico Minutoli

@fuxiaoyi, have a screenshot of how the UI would look like?

> it’s not apparent how to request a series of prompts on the knowledge graph. Like if I wanted to ask a series of questions. I don’t want to make...

> Also what testing has been done on inputting raw source html to the source parameter? that should be always possible in the fetch node any graph using that should...

> Is there a workflow to just return the graph ? you mean returning the vector store / KG? not yet, but we already had some requests for it, @VinciGit00

@li992, I think it makes sense to switch to more robust model routing, https://github.com/virattt/ai-hedge-fund/issues/114#issuecomment-2814852068

> I encountered the same issue as you did. I checked all the installation versions on the official Colab and ensured that they were consistent, but the problem still persisted....

Do you have any pointers on how such a confidence should be implemented? I may imagine something like the rate of adherence of the maximum peak's frequency against that of...

I guess a softmax on the [`freqs`](https://github.com/sbrunner/deskew/blob/master/deskew/__init__.py#L76) dictionary will do it for now, turning the number of occurrences into probabilities

> Or an addition of the dist on the same angle? https://github.com/sbrunner/deskew/blob/master/deskew/__init__.py#L48 Do you mean summing the distances for each angle instead of [summing ones](https://github.com/sbrunner/deskew/blob/master/deskew/__init__.py#L59) as you do in the...

I just don't see how the $\rho$ parameters (the `dists` array) of the lines parameterized as $(\rho, \theta)$ in Hough space, or their magnitude (short or long), would relate to...