Document store > "github"; does not show repo-branch link .... #3945
Martin-Stankard
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In github document stores, you need to click into the "options>preview and process" flowise ui to see which repo is which, and a wonderfully vacant "Source(s)" column is available.
I am thinking zap "https://github.com/", so you get userName/repoName and you need the branch too (seperate issue, do I want multiple/all/n branches?) so....
bind the string literal: "repoAuthorAccountName/repoName; branchName " to the second "Source" column on "github" document loaders.
I happen to have pdf and cheerio web scraper document loaders up, and both make relevant use of that space.
OR, instead of my automagic suggestion, add an optional field I can fill out in the "preview and process"....default that to yes, use my suggested pattern of repoAuthorAccountName/repoName; branchName.
Beta Was this translation helpful? Give feedback.
All reactions