Skip to content

karleskinderic/AI_Github_Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a Tech with Tim tutorial that I followed in order to familiarize myself and begin experimenting with LangChain as well as AstraDB by Datastax.

To learn more about LangChain documentation see documentation here.

See requirements.txt for dependencies.

Getting Started

  1. Clone the repository or watch Tech with Tim's tutorial here
  2. Creat a .env file within the project folder that contains the following keys:
GITHUB_TOKEN=""
ASTRA_DB_API_ENDPOINT=""
ASTRA_DB_APPLICATION_TOKEN=""
ASTRA_DB_KEYSPACE=""
OPENAI_API_KEY=""

  1. Run main.py to interact with AI Agent.
  2. You can ask your AI Agent to save notes about GitHub issues in notes.txt# AI_Github_Agent

About

AI Agent using langchain and vectorized database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published