Skip to content
Snippets Groups Projects
Unverified Commit 557ced9d authored by Luca's avatar Luca Committed by GitHub
Browse files

Update README.md (fix in the import example)

parent 9874aa89
No related branches found
No related tags found
No related merge requests found
......@@ -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)
```
......@@ -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 |
\ No newline at end of file
| 🏃 [Walkthrough](https://colab.research.google.com/github/aurelio-labs/semantic-router/blob/main/walkthrough.ipynb) | Quickstart Python notebook |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment