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

langchain hub docs #704

Merged
merged 4 commits into from
Jan 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ Additional Resources

Additional collection of resources we think may be useful as you develop your application!

- `LangChain Hub <./langchainhub.html>`_: Overview of the LangChain Hub, a place to share and explore other prompts, chains, and agents.

- `Glossary <./glossary.html>`_: A glossary of all related terms, papers, methods, etc. Whether implemented in LangChain or not!

- `Gallery <./gallery.html>`_: A collection of our favorite projects that use LangChain. Useful for finding inspiration or seeing how things were done in other applications.
Expand Down
12 changes: 12 additions & 0 deletions docs/langchainhub.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# LangChain Hub

The core `langchain` Python package contains the core chain and agent objects.
It also contains default prompts and configuration to work with them.

However, these default prompts are not perfect and do not cover all use cases.
It's become fairly common to start off with these default prompts but then pretty quickly customize them for more specific use cases.

In order to make these customized prompts (and, by extension chains/agents) more widely available, we've started
a LangChain Hub. The goal is to make it easy for people to share prompts/chains/agents they've found useful, and also explore other's.

https://github.com/hwchase17/langchain-hub