Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Nov 20, 2023
2 parents 605fb0e + 6ef2b6c commit 3fbc652
Show file tree
Hide file tree
Showing 5 changed files with 185 additions and 259 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 |
Loading

0 comments on commit 3fbc652

Please sign in to comment.