Difference between revisions of "LangChain"
m |
m |
||
| Line 22: | Line 22: | ||
* [[Generative AI]] ... [[OpenAI]]'s [[ChatGPT]] ... [[Perplexity]] ... [[Microsoft]]'s [[BingAI]] ... [[You]] ...[[Google]]'s [[Bard]] | * [[Generative AI]] ... [[OpenAI]]'s [[ChatGPT]] ... [[Perplexity]] ... [[Microsoft]]'s [[BingAI]] ... [[You]] ...[[Google]]'s [[Bard]] | ||
* [[Natural Language Processing (NLP)]] ...[[Natural Language Generation (NLG)|Generation]] ...[[Large Language Model (LLM)|LLM]] ...[[Natural Language Tools & Services|Tools & Services]] | * [[Natural Language Processing (NLP)]] ...[[Natural Language Generation (NLG)|Generation]] ...[[Large Language Model (LLM)|LLM]] ...[[Natural Language Tools & Services|Tools & Services]] | ||
| − | |||
* [[Prompt Engineering (PE)]] | * [[Prompt Engineering (PE)]] | ||
Revision as of 13:06, 22 March 2023
YouTube ... Quora ...Google search ...Google News ...Bing News
- Langchain | GitHub
- Harrison Chase | LinkedIn ... GitHub ... Twitter
- Case Studies
- Assistants ... Hybrid Assistants ... Agents ... Negotiation ... Langchain
- Python ... Generative AI with Python ... Javascript ... Generative AI with Javascript ... Game Development with Generative AI
- Development ...AI Pair Programming Tools ... Analytics ... Visualization ... Diagrams for Business Analysis
- Generative AI ... OpenAI's ChatGPT ... Perplexity ... Microsoft's BingAI ... You ...Google's Bard
- Natural Language Processing (NLP) ...Generation ...LLM ...Tools & Services
- Prompt Engineering (PE)
LangChain is a framework built around Large Language Model (LLM) that can be used for chatbots, Generative Question-Answering (GQA), summarization, and more. The core idea of the library is that we can “chain” together different components to create more advanced use cases around LLMs. LLMs are emerging as a transformative technology, enabling developers to build applications that they previously could not. But using these LLMs in isolation is often not enough to create a truly powerful app - the real power comes when you are able to combine them with other sources of computation or knowledge.
- Python library
- Javascript
Contents
Getting Started
Data Independent - tutorial videos
(reference videos throughout page)
Long documents
Emails
Zapier
Javascript
Pinecone
Supabase
Visual ChatGPT
Summarization
Hugging Face
LLama
GPT-Index
Comparing Large Language Models (LLM)
Filtering LLM
More