mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 06:40:04 +00:00
DOCS langchain decorators
update (#13535)
added disclaimer --------- Co-authored-by: Erick Friis <erickfriis@gmail.com>
This commit is contained in:
parent
02a13030c0
commit
cc50e023d1
@ -1,10 +1,13 @@
|
|||||||
# LangChain Decorators ✨
|
# LangChain Decorators ✨
|
||||||
|
|
||||||
lanchchain decorators is a layer on the top of LangChain that provides syntactic sugar 🍭 for writing custom langchain prompts and chains
|
~~~
|
||||||
|
Disclaimer: `LangChain decorators` is not created by the LangChain team and is not supported by it.
|
||||||
For Feedback, Issues, Contributions - please raise an issue here:
|
~~~
|
||||||
[ju-bezdek/langchain-decorators](https://github.com/ju-bezdek/langchain-decorators)
|
|
||||||
|
|
||||||
|
>`LangChain decorators` is a layer on the top of LangChain that provides syntactic sugar 🍭 for writing custom langchain prompts and chains
|
||||||
|
>
|
||||||
|
>For Feedback, Issues, Contributions - please raise an issue here:
|
||||||
|
>[ju-bezdek/langchain-decorators](https://github.com/ju-bezdek/langchain-decorators)
|
||||||
|
|
||||||
|
|
||||||
Main principles and benefits:
|
Main principles and benefits:
|
||||||
@ -17,7 +20,6 @@ Main principles and benefits:
|
|||||||
- easily share parameters between the prompts by binding them to one class
|
- easily share parameters between the prompts by binding them to one class
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Here is a simple example of a code written with **LangChain Decorators ✨**
|
Here is a simple example of a code written with **LangChain Decorators ✨**
|
||||||
|
|
||||||
``` python
|
``` python
|
||||||
|
Loading…
Reference in New Issue
Block a user