Skip to content

Latest commit

Β 

History

History
22 lines (16 loc) Β· 1.14 KB

File metadata and controls

22 lines (16 loc) Β· 1.14 KB

πŸ€– AI Experiments

This repository serves as a collection of experimental AI agents and research projects, focusing on LLM integrations, tool calling, and RAG architectures.

πŸ“ Project Structure

The core experiments are organized within the agents/ directory.

Explorations into Google's Gemini models.

  • gemini.py: Implementation of various Gemini-based features.
  • Exercises: A set of learning resources and coding exercises to master Gemini API capabilities.
  • Documentation: Includes architectural diagrams and specific README for the Gemini module.

πŸ” RAG Agent

A sophisticated Retrieval-Augmented Generation (RAG) agent designed for intelligent context retrieval and response generation.

  • agent.py: The main agent logic and LangChain integration.
  • Results: Performance logs and output examples in results.txt.
  • Deep Dive: Detailed documentation on the RAG pipeline and setup.

Note: This repository is intended for development and research. For specific setup instructions, please refer to the README files within each subdirectory.