Skip to content

mackennadsouza/Llama-Researcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Llama Researcher

In this tutorial, we'll create LLama-Researcher using LlamaIndex workflows, inspired by GPT-Researcher.

Stack Used:

  • LlamaIndex workflows for orchestration
  • Tavily API as the search engine api
  • Other LlamaIndex abstractions like VectorStoreIndex, PostProcessors etc.

Full tutorial 👇

Llama-Researcher

How to use

  • Clone the repo
git clone https://github.com/rsrohan99/Llama-Researcher.git
cd Llama-Researcher
  • Install dependencies
pip install -r requirements.txt
  • Create .env file and add OPENAI_API_KEY and TAVILY_API_KEY
cp .env.example .env
  • Run the workflow with the topic to research
 python run.py "topic to research"

About

Research assistant for performing online research on a given topic, using Llamaindex Workflows and Tavily API. Inspired by GPT-Researcher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%