https://github.com/spongejump/embedjs-starter
https://github.com/spongejump/embedjs-starter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/spongejump/embedjs-starter
- Owner: spongejump
- Created: 2024-10-02T08:04:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-02T13:53:40.000Z (over 1 year ago)
- Last Synced: 2025-03-20T08:41:23.805Z (about 1 year ago)
- Language: JavaScript
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Getting started with EmbedJS for RAG
This repo serves to help you get started with the EmbedJS library (`@llm-tools/embedjs`) for implementing RAG in your own Node.js applications.
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`CLIENT_TOKEN ` = 'MTI4...'
## Requirements
- Node.js 20+
- npm 10+
- An OpenAI API key
## Run Locally
Clone the project
```bash
git clone https://github.com/gungho0619/embedjs-starter.git
```
Go to the project directory
```bash
cd embedjs-starter
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run dev
```
## Tech Stack
Node, Express, OpenAI, embedjs
## Badges
[](https://choosealicense.com/licenses/mit/) [](https://opensource.org/licenses/)
## Authors
- [Flamingo](https://www.github.com/gungho0619)
## Feedback
If you have any feedback, please reach out to me via [mail](tzztson@gmail.com) or [telegram](https://t.me/gungho0619)