Skip to content

A deep dive into the world of Retrieval-Augmented Generation (RAG) systems. The goal is to explore the core concepts of RAG architecture, explore various frameworks, and provide a thorough understanding and practical experience in building advanced RAG systems

Notifications You must be signed in to change notification settings

colburncodes/RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI Starter Project

This is a starter project for integrating OpenAI's API into a JavaScript application.

Setup

  1. Clone this repository
  2. Run npm install to install dependencies
  3. Copy .env.example to .env and add your OpenAI API key
  4. Run npm start to start the application

Usage

Modify src/server.js to implement your OpenAI-powered features.

Environment Variables

  • OPENAI_API_KEY: Your OpenAI API key

Dependencies

  • dotenv: For loading environment variables
  • openai: The official OpenAI API client for Node.js

About

A deep dive into the world of Retrieval-Augmented Generation (RAG) systems. The goal is to explore the core concepts of RAG architecture, explore various frameworks, and provide a thorough understanding and practical experience in building advanced RAG systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published