One of the cool things about LangSmith is it integrates seamlessly with all projects built on top of or integrated with LangChain Particularly useful for seeing what calls are actually getting made + the prompts that are used! Here is the call that PandasAI makes:
@hwchase17
-

BabyAGI Monitoring: LangSmith Visualization of Agent Steps
By
–
Baby Monitor Ever wonder what BabyAGI was doing under the hood? Hook up LangSmith and you get an idea of all the individual steps + inputs/outputs at each stage s/o @yoheinakajima for the clever name Link: https://
smith.langchain.com/public/725f6a2
a-190e-444e-91d8-3ebe7ba20eed/r
… -
LangSmith Platform Complete Walkthrough Webinar
By
–
We'll be going live in ~30 min to do a complete walkthrough of our new LangSmith platform and answer any questions We'll be joined by @charles_irl – our favorite webinar guest – to help explore all that it has to offer
-
Testing Baby AGI Implementation and Execution Traces
By
–
gonna try running on our baby agi implementation and see what the trace looks like 🙂
-
Code Execution in Sandboxed Environment Improves Security
By
–
also the code execution seems to be done in a sandboxed/isolated environment, much better than our default python repl
-

Code Interpreter API: Recreating ChatGPT’s Functionality Locally
By
–
Code Interpreter API ChatGPT's code interpreter is the hottest thing in the streets. A new project by @Shroominic takes a stab at recreating that functionality locally using OpenAI's apis Uses CodeBox – a sandboxed env with simple fileIO functionality Blog & GitHub
-
Guest Post: Building AI Tools and Use Cases
By
–
Excited to share a guest blog post by @Shroominic walking through how he built it and some example use cases:
-
Switching from OpenAI to GPT4all in Four Lines of Code
By
–
Switch from all OpenAI to all GPT4all with ~4 LOC All-private chat-your-docs getting easier and easier
-
Synthetic Focus Groups: AI-Powered User Testing Tool
By
–
Synthetic Focus Groups Generate a synthetic audience and then user test ideas against them Cool repo from the community (
@venuv62
) -
GPT4All Adds Embedding Support for Local Document QA
By
–
GPT4All is probably our most popular/used open source LLM integration – really excited they added embedding support now as well! Should help with fully local document question/answering tasks!
