Gallery Our favorite section to write, this includes awesome examples of things created with LangChain (many open sources!), from people like @johnjnay @brunotorious @BlackHC @JavaFXpert @chillzaza_ @matthiassamwald https://
langchain.readthedocs.io/en/latest/gall
ery.html
…
AGENTS
-
LangChain Gallery Showcases Community AI Projects
By
–
-
LangChain Use Cases: Agents, Chatbots, QA, Summarization
By
–
Use Cases A new section, this highlights common use cases of LangChain, including: – Agents
– Chatbots
– Question Answering over your documents
– Summarization
– Evaluation https://
langchain.readthedocs.io/en/latest/inde
x.html#use-cases
… -
LangChain Core Modules: Prompts, LLMs, Chains, Agents
By
–
Modules The main modules of functionality that make up LangChain, consisting of: – Prompt Templates
– LLMs
– Utilities (search, vector DBs, etc)
– Chains
– Agents
– Memory -
LangChain Revamps Documentation with New Sections
By
–
New Year, New Docs In an effort to make LangChain easier-to-use than ever before, we've revamped our docs. Sections include: Getting Started
Modules
[NEW] Use Cases
[NEW] Ecosystem
Gallery -
AI Superintelligence Through Scale and Collaboration Beyond Human Training
By
–
How superintelligent is an average intelligent human for whom time flows 1000X slower and gets to colaborate with 1000 copies? I was in convo yesterday doubting that AI can ever go beyond human when it is trained on human. Even if that were true (imo isn't) there's more+faster.
-
MineDojo: Generalist AI Agents with Text Prompts in Minecraft
By
–
Decision-Making with Generalist AI Agents: We built Minedojo framework in Minecraft with text prompts for open-ended tasks using internet-scale knowledge of videos, wiki, and text information. It was an outstanding paper at NeurIPS 2022.
-

AI Glossary Series: Conversational Systems, Chatbots, Voice Assistants, Machine Translation
By
–
In this @Cognilytica #AIToday #podcast AI Glossary Series episode 'Conversational Systems, Chatbots, Voice Assistants, Machine Translation' hosts @rschmelzer & @kath0134 define these terms and and explain how they relate to #AI. Full episode: https://
cognilytica.com/2022/12/30/ai-
today-podcast-ai-glossary-series-conversational-systems-chatbots-voice-assistants-machine-translation/?utm_source=dlvr.it&utm_medium=twitter
… #ML #tech -
LangChain Quickstart: Google Search Integration with Agents
By
–
See these docs for a quickstart for this utility: https://
langchain.readthedocs.io/en/latest/exam
ples/chains/google_search.html
… But, probably more importantly, see these docs for a guide on how to load it as a tool that you can use with an agent: https://
langchain.readthedocs.io/en/latest/exam
ples/agents/search_tools.html
… -
Teaching children politeness to AI prevents behavioral problems
By
–
A study showed that kids raised with Alexa who were allowed to treat her badly were more likely to have behavioral problems later on. Even if you don’t have to, I think we should continue to be nice to AIs so we don’t condition ourselves in ways we don’t expect
-
New max_iterations parameter to control agent iterations
By
–
So glad you asked! there's now a max_iterations parameter you can use to cap the number of iterations an agent takes A bit brute force, but better than nothing