Skip to content

Commit

Permalink
instructions to modify .env.local instead of .env.development
Browse files Browse the repository at this point in the history
  • Loading branch information
ed-kung committed Mar 7, 2025
1 parent bd86c3f commit abe0c2f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/dev/semantic-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,13 +308,11 @@ GET /item-nlp/_search

### step 12: configure the development environment to use the nlp pipeline

In `.env.development` make the following changes:
Add the following lines `.env.local`:

```
OPENSEARCH_INDEX=item-nlp
OPENSEARCH_MODEL_ID=<model id>
```

Note that you won't have to re-do the above steps each time you restart your dev instance. The OpenSearch configuration is saved to a local volume.


0 comments on commit abe0c2f

Please sign in to comment.