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
- Host: GitHub
- URL: https://github.com/thomashartm/rockstar-2024-embed
- Owner: thomashartm
- Created: 2024-03-22T10:48:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-22T11:22:12.000Z (about 1 year ago)
- Last Synced: 2024-12-28T15:29:36.813Z (5 months ago)
- Topics: langchain-typescript, llm-framework, rag
- Language: TypeScript
- Homepage:
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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