We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e21b24 commit dc70afaCopy full SHA for dc70afa
readme.md
@@ -8,6 +8,7 @@ The UI is built on streamlit, where the output of RAG model is streamed token on
8
9

10
11
+__Note:__ The output can be streamed on terminal as well using calbacks.
12
### <u>LCEL - LangChain Expression Language</u>:
13
Langchain's LCEL composes chain of components in linux pip system like:<br>
14
`chain = retriever | prompt | llm | Outputparser` <br>
0 commit comments