Skip to content

AI-SmartChat is an advanced research assistant that integrates Google Gemini LLM with LangChain tools to provide structured, source-backed insights. It enables efficient, reliable, and verifiable research by combining the power of Generative AI with specialized tool integrations.

Notifications You must be signed in to change notification settings

codeK2004/AI-SmartChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-SmartChat

AI-SmartChat is an AI research assistant that uses Google Gemini LLM with LangChain tools to give structured, source-backed insights for efficient and reliable research.


Features

  • Gives structured answers with references
  • Context-aware research responses
  • Integrates tools like DuckDuckGo and Wikipedia
  • Easy to use via command-line or script

Installation

  1. Clone the repo:
git clone https://github.com/codeK2004/AI-SmartChat.git
cd AI-SmartChat
  1. Create a virtual environment:
python3 -m venv venv
source venv/bin/activate  # macOS/Linux
venv\Scripts\activate     # Windows
  1. Install dependencies:
pip install -r requirements.txt
  1. Add your API keys in a .env file:
GOOGLE_API_KEY=your_google_api_key
GOOGLE_PROJECT_ID=your_project_id

Usage

python main.py
  • Enter your query
  • AI-SmartChat returns structured insights with sources

About

AI-SmartChat is an advanced research assistant that integrates Google Gemini LLM with LangChain tools to provide structured, source-backed insights. It enables efficient, reliable, and verifiable research by combining the power of Generative AI with specialized tool integrations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages