Skip to content

parmindersk/ast-rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ast-rag

This application uses OpenAI's assistant APIs to build a contextual searcher and summarizer on your files. To run this application you need nodejs (20+).

To run

  1. Create a .env file in the root directory and add the following entries:
OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>

DEFAULT_PATHS=<COMMA_SEPARATED_PATHS_ON_YOUR_SYSTEM_THAT_YOU_WANT_INDEXED_AND_SEARCHABLE>
  1. Install dependencies
npm install
  1. Run app
node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published