Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rderbier committed Dec 20, 2024
1 parent c30f043 commit 925213a
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions rag/rag-mdfiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,19 @@ We are using

Login to Hypermode to get access to those model before running this project locally.

```

Check notice on line 44 in rag/rag-mdfiles/README.md

View check run for this annotation

Trunk.io / Trunk Check

markdownlint(MD040)

[new] Fenced code blocks should have a language specified
> npm install -g @hypermode/hyp-cli hyp login
```

### API

> cd api-as modus dev It will compile the code and start Modus locally. Modus servers the API on
> GraphQL endpoints http://localhost:8686/graphql
```sh
> cd api-as
> modus dev
```

Modus compiles the code and starts Modus WASM runtime locally. Modus servers the API on GraphQL
endpoints http://localhost:8686/graphql

### Lexical Graph

Expand All @@ -55,11 +62,16 @@ similarity.

To start a local instance:

> cd extras make up
```sh
> cd extras
> make up
```

Create indexes in Dgraph

```sh
> make schema-dql
```

## Sample data

Expand Down

0 comments on commit 925213a

Please sign in to comment.