Skip to content

Agentic AI ChatBot using Llamaindex and Gemini API (gemini-2.0-flash) with basic math tools. Experience it in action:

License

Notifications You must be signed in to change notification settings

erricrr/agentic-AI-chatbot-llamaindex-gemini-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agentic AI Chatbot using Llamaindex and Gemini API

Math-focused Agentic AI ChatBot using Llamaindex and gemini-2.0-flash—specialized in performing mathematical operations through tool usage and function calls. This application is designed to run locally, leveraging external APIs.

Install Requirements

Fork this repository and clone it in your virtual environment.

Install the requirements:

pip install -r requirements.txt

Add your Gemini API key to a .env file (or paste your API key directly):

GEMINI_API_KEY = 'YOUR_API_KEY'

To start the Gradio UI:

python ./app.py

About

Agentic AI ChatBot using Llamaindex and Gemini API (gemini-2.0-flash) with basic math tools. Experience it in action:

Topics

Resources

License

Stars

Watchers

Forks