Ramiro Salas
Ramiro Salas
Hi there. Thanks for making this plugin. I see you have a dependency on [Shortid](https://github.com/dylang/shortid), which has been deprecated due to its unsafe architecture. The site recommends moving to [Nanoid](https://github.com/ai/nanoid/)...
Hi Dany. Fantastic work with Riskfolio-lib! I'm getting errors with `rp.jupyter_report`, even when running the example. I tried with different Python envs, from 3.9 to 3.11, on both, Linux and...
Fantastic project. Thank you! Here is a page that (one would think) is straightforward to parse: https://access.redhat.com/security/cve/CVE-2023-45853 . However, none of the relevant information in the page makes it to...
Hi there. Is there a way to work with SNI [in a similar way](http://erlang.org/doc/man/ssl.html) that I can with the Erlang standard SSL module?. I particularly like the way you can...
A DSPy retriever module that uses Tavily's Search API to perform web searches and return relevant content. This retriever supports both basic and advanced search modes, general and news topics,...
Hello team, This PR implements a retriever for R2R (RAG-to-Riches) as a new retriever option in DSPy. R2R is a flexible RAG solution that combines vector search, hybrid search, and...