Hi everyone
I wanted to share this project that I am currently building, where I am building a hierarchical graph structure for the documentations of different packages. The function discovery part in function calling is the trickiest part as just dense retrieval won't help a lot. Rather we can build all the documentation into a hierarchical graph, and based on the function definitions, we can jump to the nodes that are relevant and narrow down our search space. I am hoping to brainstorm more about it and currently, it supports sklearn, pandas, and OpenBB. Working on huggingface and Ray.