Difference between revisions of "LangChain"
m (→Pinecone) |
m |
||
| Line 32: | Line 32: | ||
* Javascript | * Javascript | ||
| + | = Getting Started = | ||
| + | |||
| + | <youtube>J_0qvRt4LNk</youtube> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
= Data Independent = | = Data Independent = | ||
| Line 67: | Line 55: | ||
<youtube>KwAXfey-xQk</youtube> | <youtube>KwAXfey-xQk</youtube> | ||
<youtube>7tNm0yiDigU</youtube> | <youtube>7tNm0yiDigU</youtube> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| Line 142: | Line 125: | ||
<youtube>ih9PBGVVOO4</youtube> | <youtube>ih9PBGVVOO4</youtube> | ||
| + | |||
| + | = More = | ||
| + | |||
| + | <youtube>prbloUGlvLE</youtube> | ||
| + | <youtube>CnAgB3A5OlU</youtube> | ||
| + | <youtube>9Y0TBC63yZg</youtube> | ||
| + | <youtube>ziu87EXZVUE</youtube> | ||
| + | <youtube>phHqvLHCwH4</youtube> | ||
| + | <youtube>NC1Ni9KS-rk</youtube> | ||
| + | <youtube>X51N9C-OhlE</youtube> | ||
| + | <youtube>fLy0VenZyGc</youtube> | ||
| + | <youtube>ziu87EXZVUE</youtube> | ||
| + | <youtube>X550Zbz_ROE</youtube> | ||
| + | <youtube>IuRbS0-5qHM</youtube> | ||
| + | <youtube>iRJ4uab_NIg</youtube> | ||
| + | <youtube>68WXvOl1bpk</youtube> | ||
| + | <youtube>dy7-LvDu-3s</youtube> | ||
| + | <youtube>hI2BY7yl_Ac</youtube> | ||
Revision as of 12:52, 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
- Generative AI ... OpenAI's ChatGPT ... Perplexity ... Microsoft's BingAI ... You ...Google's Bard
- 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
Javascript
Pinecone
Supabase
Visual ChatGPT
Summarization
Emails
Zapier
Hugging Face
LLama
GPT-Index
Comparing Large Language Models (LLM)
Filtering LLM
Chatting with long documents
More