Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BlakeItOut/app-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket Mortgage Chatbot

This is a chatbot that uses LangGraph to handle the state and flow of a Rocket Mortgage application.

(rough instructions)

Prerequisites

  • Python 3.10+
  • Poetry 1.8.4+ <2.0.0
  • Arcade API key
  • OpenAI API key

Setup

  1. Clone the repository
git clone https://github.com/BlakeItOut/app-chat.git
  1. Install dependencies
cd backend
make install
  1. Create a .env file in the root directory and add your API keys
touch .env
  1. Ensure tools loaded
arcade show --local
  1. Add your API keys to the .env file
ARCADE_API_KEY=your_api_key
OPENAI_API_KEY=your_api_key
LANGCHAIN_API_KEY=your_api_key
LANGSMITH_TRACING=true
  1. Deploy tools

in top level directory

cd ..

arcade deploy
  1. In seperate terminal, run langgraph
langgraph dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •