Skip to content

Commit

Permalink
Merge pull request #428 from aurelio-labs/james/v0.0.66
Browse files Browse the repository at this point in the history
chore: v0.0.66
  • Loading branch information
jamescalam authored Sep 22, 2024
2 parents b361dc9 + e3d7ea7 commit c3fa297
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 13 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

Semantic Router is a superfast decision-making layer for your LLMs and agents. Rather than waiting for slow LLM generations to make tool-use decisions, we use the magic of semantic vector space to make those decisions — _routing_ our requests using _semantic_ meaning.

#### [Read the Docs](https://docs.aurelio.ai/semantic-router/index.html)

---

## Quickstart
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "Semantic Router"
copyright = "2024, Aurelio AI"
author = "Aurelio AI"
release = "0.0.65"
release = "0.0.66"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
13 changes: 2 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
[tool.poetry]
name = "semantic-router"
version = "0.0.65"
version = "0.0.66"
description = "Super fast semantic router for AI decision making"
authors = [
"James Briggs <[email protected]>",
"Siraj Aizlewood <[email protected]>",
"Simonas Jakubonis <[email protected]>",
"Luca Mannini <[email protected]>",
"Bogdan Buduroiu <[email protected]>",
"Ismail Ashraq <[email protected]>",
"Daniel Griffin <[email protected]>",
"Tolga Arslan <[email protected]>"
]
authors = ["Aurelio AI <[email protected]>"]
readme = "README.md"
packages = [{include = "semantic_router"}]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion semantic_router/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["RouteLayer", "HybridRouteLayer", "Route", "LayerConfig"]

__version__ = "0.0.65"
__version__ = "0.0.66"

0 comments on commit c3fa297

Please sign in to comment.