langchain.hub.list_repos() api feature request. #21853
Duncan-Haywood
announced 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.
-
Checked
Feature request
Hi, I would like to have a function to list all repos in langchain hub. This looks like the old client's functionality of listing repo names, but maintained in the new client.
Motivation
I would like to programmatically interact with the langchain hub for prompts to add the prompts to my fastapi endpoint with a for loop or similar compared to listing out the numerous names of each multiple times and having to keep records in multiple places.
Proposal (If applicable)
Porting over the list method from the old langchainhub package with a revamp if necessary to the new langchain v0.2
Beta Was this translation helpful? Give feedback.
All reactions