Skip to content

pilarcode/agents-lab-llamaindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Get started

Create your enviroment

python -m venv .venv

Activate your environment

.venv\Scripts\activate

Initialize the project

uv init

Install the dependencies

uv add llama_index

llama_index

Enviroment variables

Create a new .env file and add these variables.

HF_TOKEN=<Your_API_KEY>
TAVILY_API_KEY=<Your_API_KEY>

Usage

python agent.py

Git Config

git config --list | grep user
git config --local user.name "user_name"
git config --local user.email "nuevo.correo@example.com"
git config --global user.name "user_name"
git config --global user.email "nuevo.correo@example.com"

About

πŸ‘©β€πŸ’» Lab to explore a React agent built with llama index tooling

Topics

Resources

Stars

Watchers

Forks