Skip to content

Commit

Permalink
Update README.md (fix in the import example)
Browse files Browse the repository at this point in the history
  • Loading branch information
italianconcerto authored Nov 14, 2023
1 parent 9874aa8 commit 557ced9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ encoder = OpenAIEncoder()
With our `decisions` and `encoder` defined we now create a `DecisionLayer`. The decision layer handles our semantic decision making.

```python
from semantic_router import DecisionLayer
from semantic_router.layer import DecisionLayer

dl = DecisionLayer(encoder=encoder, decisions=decisions)
```
Expand Down Expand Up @@ -106,4 +106,4 @@ In this case, no decision could be made as we had no matches — so our decision

| | |
| --- | --- |
| 🏃 [Walkthrough](https://colab.research.google.com/github/aurelio-labs/semantic-router/blob/main/walkthrough.ipynb) | Quickstart Python notebook |
| 🏃 [Walkthrough](https://colab.research.google.com/github/aurelio-labs/semantic-router/blob/main/walkthrough.ipynb) | Quickstart Python notebook |

0 comments on commit 557ced9

Please sign in to comment.