Skip to content

Commit

Permalink
Merge pull request #197 from andreped/topk-support
Browse files Browse the repository at this point in the history
feat: Support for setting top_k for HybridRouteLayer
  • Loading branch information
jamescalam committed Mar 14, 2024
2 parents 1e753d9 + f0ffac5 commit 19cf5d2
Show file tree
Hide file tree
Showing 11 changed files with 6,300 additions and 6,288 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing to the Semantic Router

The Aurelio Team welcome and encourage any contributions to the Semantic Router, big or small. Please feel free to contribute to new features, bug fixes or documentation. We're always eager to hear your suggestions.
The Aurelio Team welcome and encourage any contributions to the Semantic Router, big or small. Please feel free to contribute to new features, bug fixes, or documentation. We're always eager to hear your suggestions.

Please follow these guidelines when making a contribution:
1. **Check for Existing Issues:** Before making any changes, [check here for related issues](https://github.com/aurelio-labs/semantic-router/issues).
Expand Down Expand Up @@ -46,7 +46,6 @@ While we encourage you to initiate a draft Pull Request early to get feedback on
# Activate the environment
source venv/bin/activate
# Install via poetry
poetry install
# Install via poetry with all extras relevant to perform unit tests
poetry install --all-extras
```

Loading

0 comments on commit 19cf5d2

Please sign in to comment.