sahaavi / LangChain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coverY
0

LangChain for LLM Application Development

Models, Prompts and Output Parsers

Models refers to language models such as Llama, BERT, Falcon.

Prompts refers to the style of creating inputs to pass into the models.

Parsers takes the outputs from these models and parsing it into more structured format so that you can do things downstream with it.

About