Joined May 2023
8 Photos and videos
Ethan Johnston retweeted
12 Oct 2023
For those who couldn't attend my 'Keynote' at @aiDotEngineer > Pydantic is all you need Making LLMs, software 3.0, backwards compatible with software 1.0 youtube.com/live/veShHxQYPzo… other links in the thread!
14
22
227
56,817
Combining @pydantic, @OpenAI function calling, and @langchain for data analysis is insane! Suppose you want structured data on healthcare startups, but you're met with nothing but blogs and articles. How can you transform this mess into the key info you need? It's easy! 🧵
14
75
609
245,614
Now we can move on to the fun part! Using @langchain, we initialize an @OpenAI chat model. We then convert our Pydantic model into a function and pass it along with the original text to the chat model.
2
2
8
5,160
And that's it! We now have our structured data extracted from the text. In just a few lines of code, we can easily parse the output and have it ready to be saved, displayed, or whatever else you intend to do with it.
1
2
17
4,561
Ethan Johnston retweeted
20 Jun 2023
We're releasing 60 lessons & practical projects on LangChain & Vector Databases in Production as our inaugural course within the Gen AI 360 Certification. Enroll at learn.activeloop.ai Why should you take it?
8
21
104
43,523
ȀJust built this - generate a fully illustrated picture book using a single text prompt Uses function calling with @langchain @OpenAI, @replicatehq for stable diffusion, @activeloop Deep Lake to store prompts images Check it out: github.com/e-johnstonn/Fable…
1
9
72
15,191
Ethan Johnston retweeted
19 Jun 2023
1. Generate Picture Books with AI for free (code open-source👇) with @OpenAI Function Calling, @langchain, #DeepLake, & @StabilityAI. - Prompt -> a PDF storybook with illustrations. - Stores image & text pairs in the multimodal #DeepLake VectorDB for model training/finetuning!
7
24
75
25,960
Ethan Johnston retweeted
13 Jun 2023
(1/14) Introducing: SalesCopilot, an open-source alternative to @Gong_io and @chorus_ai, built with #DeepLake & @langchain. - Transcribes calls in real-time - Detects customer objections - Suggests responses based on a custom knowledge base stored in Deep Lake with GPT-4 Demo
3
26
68
30,615
Ethan Johnston retweeted
[P] I just finished building SalesCopilot, an open-source AI-powered sales call assistant - real-time transcription, automated objection detection and handling, GPT-3.5/4 po… github.com/e-johnstonn/Sales… Discussions: discu.eu/q/github.com/e-john… #compsci #machinelearning by @ethanjdev
2
2
349
Ethan Johnston retweeted
I just finished building SalesCopilot, an open-source AI-powered sales call assistant - real-time transcription, automated objection detection and handling, GPT-3.5/4 powered chat, and more! reddit.com/r/MachineLearning…

5
15
4,501
I just added the option to use hypothetical document embeddings (HyDE) with BriefGPT, which improves retrieval performance. I also added a page to compare HyDE vs normal retrieval, check out the difference for yourself! Thanks @langchain @streamlit github.com/e-johnstonn/Brief…
1
2
310
This feature should be available to use in a few days! Using @langchain to query the guidelines, stored as a @trychroma database. Any thoughts @GregKamradt? github.com/e-johnstonn/wingm…
Sales call assistant that I'm working on: reads the transcript of the call in real-time, detects objections within 5 seconds, classifies the objection, then tells you how to respond. You can choose the guidelines that the assistant uses, I used blog.hubspot.com/sales/handl…
1
4
21
13,251
Sales call assistant that I'm working on: reads the transcript of the call in real-time, detects objections within 5 seconds, classifies the objection, then tells you how to respond. You can choose the guidelines that the assistant uses, I used blog.hubspot.com/sales/handl…
5
13,538
Oh, and you can input a name and save conversation transcripts with them. You can then load them and continue saving/adding to them, building a database of conversations. This database is then queried for contextually relevant information to give even more context to the bot!
2
1
9
2,740
1
8
2,381
Built my own locally hosted tool for document summarization and querying, and just added compatibility with locally-run LLM's! Thank you @langchain @hwchase17 for the awesome work you do that enabled this! github.com/e-johnstonn/Brief… #langchain
12
80
387
55,985