HuggingGPT Another installment to langchain_experimental Thanks to @itricktreat you can now use an agent which connects to a variety of @huggingface models in @langchain Based on the paper here: https://
arxiv.org/abs/2303.17580 Docs: https://
python.langchain.com/docs/use_cases
/autonomous_agents/hugginggpt.html
…
@hwchase17
-
HuggingGPT Agent Connects HuggingFace Models via LangChain
By
–
-
Customizing Agent Prompts and Tools in Framework
By
–
Most agent implementations customize the prompts & tools We rewrote our agent getting started guide to better describe all the parts of our agent framework as well as how to customize them
-
RealChar Team Highlights AI Companions with LangSmith Integration
By
–
The whole @RealCharAI team is awesome Really excited to have this opportunity to help highlight their work! Play around with their GitHub here: https://
github.com/Shaunwei/RealC
har
… Read blog here: https://
blog.langchain.dev/realchar-x-lan
gsmith-ai-companions/
… -
LangChain LLMChain Components: Core Modular Architecture
By
–
Something I was working on at the @agihouse_org hackathon over the weekend The LLMChain (prompt template + llm + output parser) is a core, modular component and is where most customization happens. Understanding this is crucial for understanding LangChain!
-
Llama API Integration Guide and Documentation Access
By
–
Read more about llama-api and get a key here: https://
llama-api.com Documentation for the integration: https://
python.langchain.com/docs/modules/m
odel_io/models/chat/integrations/llama_api
… -
LlamaAPI Adds Function Calling Support to Llama2
By
–
Function calling with Llama2? In our first addition to langchain_experimental, we're excited to integrate with llamaapi LlamaAPI is a hosted version of llama2 that adds in support for `functions` in the same way @OpenAI does Thanks to @edreisMD
, links in -
LangSmith Platform Walkthrough Demonstration
By
–
A great walkthrough of LangSmith platform from @Avra_b !
-
AGI Hackathon Submission with Collaboration
By
–
Excited to get this in for the AGI hackathon today! Thanks to @DivGarg9 for helping add
-
LangChain moves experimental chains to separate package
By
–
langchain_experimental In an effort to make langchain leaner, more focused, and safer, we are moving select chains to a separate package on 7/28 Big thanks to folks like @BoazWasserman @OrRaz6 Justin Flick for pushing on the safety part There will be some breaking changes