Llama3 Research Assistant powered by Groq
Skills:
LLM Foundations53%
About this lesson
โก๏ธ Build a Superfast Research Assistant using Llama3 powered by Groq ๐ฆ ๐ฉโ๐ป Code: https://git.new/groq-researcher โ๏ธ Phidata: https://git.new/phidata ๐ฌ Discord: https://phidata.link/discord
Full Transcript
hey everyone it's ashre and today I'll show you how to build a research assistant powered by the latest llama 3 models running on Gro what we're going to do today is we're going to take a complex topic search the web for of information around it package it up and send it to llama 3 running on Gro which sends us back a proper research report we're going to run this application using streamlet so let's get started the code for this AI app is in the FI dat repo so you can fork and clone this Repository and then go to the cookbook llm groc research folder don't worry I'll drop a link under this video as well after you've cloned this repository go to the cookbook llms Gro research folder where you'll find the readme which has stepbystep instructions on how to run this research assistant fire up your terminal and create a virtual environment then export your grock API key and the T API key which is what we're going to use for web search then install your libraries Gro F dat streamlet tavil Etc and then run the streamlet application which has the research assistant now this research assistant will take a topic search the web package it up and send it to L 3 to produce a research report let's check it out with the sample Lama 3 inference on croud it's now searching the web and then sending it to Lama 3 while that was fast um under the web search you can see what web search we had we packaged it up into markdown format which we sent to Lama 3 and then Gro produces a research report for us pretty much within seconds really and highlights everything gives us references Etc now this is powered again if you've been using fi data This research application has a f data assistant let me just hide this which has all the descriptions and the instructions on how to produce this report alter it change it to your will also we have the report format which is title section conclusion and references again feel free to change it and produce the report according to your taste let's try another topic AI Healthcare again it searches the web and then generates a report you can see most of the time is on the web search really the generation is uh very very quick from Lama 3 here now let's see one complex topic which is language agent research this is one of my favorite things to research right now um and look at that it's actually pretty good I might uh learn a thing or two from here all right this gives me all the resources and the references so here we are this is your own research assistant under the FI data repo in the cookbook llm Croc research folder it first takes a complex topic searches the web sends it to Lama 3 and produces a research report which it displays using a streamlet application so I hope you like this video thank you so much have a great day
Original Description
โก๏ธ Build a Superfast Research Assistant using Llama3 powered by Groq ๐ฆ
๐ฉโ๐ป Code: https://git.new/groq-researcher
โ๏ธ Phidata: https://git.new/phidata
๐ฌ Discord: https://phidata.link/discord
Watch on YouTube โ
(saves to browser)
Sign in to unlock AI tutor explanation ยท โก30
More on: LLM Foundations
View skill โRelated Reads
๐ฐ
๐ฐ
๐ฐ
๐ฐ
A lightweight workflow for keeping up with AI conference papers
Dev.to ยท Daniel
Why CitedEvidence Believes Great Researchers Read Less Than You Think
Medium ยท AI
How to Write a Literature Review That Actually Argues Something
Medium ยท Machine Learning
I Built a Personal Paper Engine to Stop Losing Research Papers
Dev.to ยท Ethan
๐
Tutor Explanation
DeepCamp AI