Skip to content

andrei-rusu/llm-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLMs for querying documents and searching the web

A codebase containing different LLM projects implemented using LangChain and Streamlit.

  1. DinnerPlanner: A simple LLM application backed by Google Gemini Pro that allows the user to obtain 1-3 recipe ideas using a list of ingredients.
  2. ChatDocuments: A highly-customizable conversational LLM chatbot that can answer queries about a number of documents uploaded by the user. It supports multiple LLMs/vector stores/embedding models/document types.
  3. Agent: A conversational MRKL agent backed by Google Gemini Pro that can answer general queries by interfacing with DuckDuckGo and mathematical queries when needed.

These implementations have been inspired by the following repositories:

About

A codebase for experimenting with LLM agents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages