Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

embed_docsite: use git clone to download source files from repo #182

Open
josephjclark opened this issue Mar 13, 2025 · 0 comments
Open

Comments

@josephjclark
Copy link
Collaborator

In embed_docsite, we download the docs source from github repos before processing and uploading to pinecone.

In github_utils right now, we download these files one at a time by downloading the index and then fetching each file.

I'd be willing to bet a shiny pound that git clone --depth 1 will be easier, faster, and more robust.

I've love to swap out the implementation here on a slow day. And run a quick test on the time-to-download before and after the change

@josephjclark josephjclark mentioned this issue Mar 13, 2025
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant