Skip to content

nerdyabhi/genAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting my hands on GEN-AI

ENV

GEMINI_API_KEY = your_gemini_api_key;
PG_CONNECTION_STRING = your_postgres_connection_string;
GROQ_API_KEY = your_groq_api_key;

NEO4J_USERNAME = your_neo4j_username;
NEO4J_PASSWORD = your_neo4j_password;

WEATHER-AGENT

  • starting with a very basic get weather agent ( a tool call llm use to give answers to weather agent ) file : Weather-agent.ts

    WeatherToolCall

RAG - Retrieval-Augmented Generation

IndexingPhase

PDF - USED FOR RAG

Rag-pdf

RAG-CLI

RAG-CLI

CHAT WITH MULTIMEDIA (not just txt)

Image for multimodal MULTI-MODAL

Learning LANGGRAPH

LANGRAPH-CLI

Persistent Memory in Qdrant VectorDB

qdrant Mem0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors