Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤙 RAG Chain -- Basic

A very basic RAG application, using Langchain and Chroma. It can be used in many different circumstance like work-report agent for your company, or a chat bot of a online shop. For the demonstration, I use it to manage the resumes of the candidates. You can ask any question about any candidate to find the one who fits the role (e.g., senior full stack engineer) most.

screenshot

To Install

You can clone this repository and use pip install -r requirements.txt to get the required modules

To Use

Use python to run 'main.py' file in your CLI(Command-line interface)

Specification

  • Chat Model: GPT-4o # Recommand
  • Embedding Model: text-embedding-3-large # Recommand
  • Vector DB: Chroma==0.5.2
  • Python Version: >=3.11

About

Resume Agent

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages