An open API service indexing awesome lists of open source software.

https://github.com/thomashartm/rockstar-2024-embed

AEM Rockstars 2024 Project - ChatAEM Embeddings Generation Scripts
https://github.com/thomashartm/rockstar-2024-embed

langchain-typescript llm-framework rag

Last synced: 3 months ago
JSON representation

AEM Rockstars 2024 Project - ChatAEM Embeddings Generation Scripts

Awesome Lists containing this project

README

        

# AEM Rockstar 2024 - Chat AEM Embeddings Scripts

This project processes a set of source documents and embeds the data into vector store.
It is used to create the data for the ChatAEM - AEM Rockstars 2024 project.

## Getting Started

The embedding process can be run from local.

1. Make sure to have the following env variables present (create a .env file in the root of the project):

DB_SECRET_NAME=
DOCS_ROOT=
OPENAI_API_KEY=

2. Run the following command to start the embedding process:

npm run embed