Open Source Shopping Agent Check out this new shopping-assistant template from @ioniccommerce
. Using our OpenAI tools agent as a base, this straightforward agent scours the web for deals related to your query!
@langchain
-

Open Source Shopping Agent with OpenAI Tools
By
–
-

Building RAG Chatbot with Langchain ColBERT and ChromaDB
By
–
Build a Streamlit Chatbot using Langchain, ColBERT, Ragatouille, and ChromaDB Great resource on how to use ColBERT + Ragatouille + @trychroma + mixtral-8x7b-instruct-v0.1 + our EnsembleRetriever s/o @aigeek__ for building! Code: https://
github.com/aigeek0x0/rag-
with-langchain-colbert-and-ragatouille
… -

Slack Agent Toolkit: Empowering AI Agents with Workspace Integration
By
–
Slack Agent Toolkit Productivity and communication apps like Slack are powerful tools. We can easily give Agents the ability read from or write to channels within a Slack workspace. To explore this for yourself, check out the Slack agent toolkit:
-

Building YouTube Search Agents with LangChain and OpenAI
By
–
Searching YouTube with LangChain Awesome new article from J Daniel Semrau covering: LangGraph agents
YouTube Search Tool
Streamlit UI
OpenAI tool agent https://
jdsemrau.substack.com/p/searching-yo
utube-with-langchain
… -

LangChain Improves Function and Tool Calling Documentation
By
–
Updated tool calling docs More and more model APIs are starting to expose `function` and `tool` calling parameters We've improved the DevEx around this, and updated key docs Function calling guide: https://
python.langchain.com/docs/modules/m
odel_io/chat/function_calling
… Tool calling output parser: https://
python.langchain.com/docs/modules/m
odel_io/output_parsers/types/openai_tools
… -
Install LangChain OpenAI text embedding integration update
By
–
Should already work! just `pip install -U langchain-openai`. Docs: https://
python.langchain.com/docs/integrati
ons/text_embedding/openai
… Let us know if something's now working! -
Build LLM Data Apps with LangChain and Dash Webinar
By
–
Build LLM Data Apps with LangChain and Dash Join us next week for a joint webinar featuring community-built Dash apps These apps won the Dash/LangChain build challenge – so you know they're the best of the best
-

Sam Witteveen’s LangGraph Guide: Essential Weekend Watch
By
–
Some awesome YouTube content on LangGraph by @Sam_Witteveen Sam has awesome, high-quality guides, and this new one on LangGraph is no exception a GREAT weekend watch https://
youtube.com/watch?v=PqS1ki
b7RTw
… -

Building End-to-End Web RAG Chatbot with LangChain
By
–
Building a web RAG chatbot Our newest YouTube video on building with LangChain features how to build and end-to-end app (notebook to hosting) for a web RAG chatbot Video: https://
youtu.be/dA1cHGACXCo To celebrate the update of @exaailabs (prev. Metaphor), we've teamed up to show -

Robocorp Action Server: Converting Python Functions to AI Tools
By
–
Agent Toolkits: Robocorp Tool use is a central component of agentic workflows, but converting arbitrary function into tools can be a challenge. Enter @RobocorpInc
's action server! It's a great way to convert any python function into a tool. These tools can then be