Does anyone know any way to connect open source repo to dust ? I want my assistant to have access to issues and PRs of the opensource project I contribute to
yep you can connect 'open source repo' to Dust -- here's the doc about the Github connection on Dust
Thanks for the response âșïž I read the docs and I couldnât find the answer. I think I wasnât clear in my question. It seems to me that I can only attached to the github repo that I owned. (Indicated in the 1st image), but I want to work with an open source project of another person. I tried forking the repo that I wanted to work with (as a workaround) which is âmeilisearchâ and âdustâ. (Indicated in the 2nd image). There might be some syncing problem tho since it doesnât show up in âcompany dataâ . However, If everything synced correctly in the end, What I assumed is that Dust wouldnât have context of all of the PR requests from original meilisearch repo since it is connected to my meilisearch fork. What I am wondering is there anyway to index the PRs from the original Meilisearch repo? Am I missing something from the doc đ€?
We unfortunately don't have a great way to ingest open source githubs for now, will be working on it soon. We for now advise to use https://gitingest.com/ to make a text version of the code and push it into a dust folder
That looks interesting đ. Thanks for the answer