Skip to content

Commit

Permalink
[ngraph] add ngraph screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
sroussey committed May 14, 2024
1 parent 9e30048 commit aab9d78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Overview

The Embedding Large Language Model Experiential Retrieval Service (ELLMERS) is a simple tool for testing LLM embedding strategies for document retreival. It is designed to be simple to use and easy to extend.
The Embedding Large Language Model Experiential retrieval Service (ELLMERS) is a simple tool for testing LLM embedding strategies for document retreival. It is designed to be simple to use and easy to extend.

## Features

Expand Down Expand Up @@ -38,3 +38,5 @@ The Embedding Large Language Model Experiential Retrieval Service (ELLMERS) is a
![Web](docs/developers/img/web.png)

### Node Editor

![Node Editor](docs/developers/img/ngraph.png)
7 changes: 7 additions & 0 deletions docs/developers/01_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- [`packages/core`](#packagescore)
- [`packages/cli`](#packagescli)
- [`packages/web`](#packagesweb)
- [`packages/ngraph`](#packagesngraph)

# Developer Getting Started

Expand Down Expand Up @@ -450,3 +451,9 @@ An example project that uses the library in a web setting, running locally in br
![web example](img/web.png)

Don't forget to open the console for some goodies.

### `packages/ngraph`

A graph editor tool that uses ngraph. It is not yet ready for prime time.

![ngraph example](img/ngraph.png)
Binary file added docs/developers/img/ngraph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aab9d78

Please sign in to comment.