Skip to content

Commit 352280d

Browse files
committed
chore: update semantic router docs
1 parent 48fdd2a commit 352280d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,4 @@
244244
"youtube": "https://www.youtube.com/@jamesbriggs"
245245
}
246246
}
247-
}
247+
}

semantic-router/user-guide/changelog.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
### v0.1.10
2+
3+
The `0.1.10` release was primarily focused on expanding async support for `QdrantIndex`, `PostgresIndex`, and `HybridRouter`, alongside many synchronization and testing improvements.
4+
5+
#### Feature: Expanded Async Support
6+
7+
- **QdrantIndex**: Async methods have been brought inline with our other indexes, ensuring consistent behavior.
8+
- **PostgresIndex**: Async methods have been added to the `PostgresIndex` for improved performance in async environments.
9+
- **HybridRouter**: Async support for the `HybridRouter` is now aligned with the `SemanticRouter`, providing a more consistent experience.
10+
11+
#### Fixes and Optimizations
12+
13+
- **LocalIndex Bug Fix**: Added a `metadata` attribute to the local index. This fixes a bug where `LocalIndex` embeddings would always be recomputed, as reported in [issue #585](https://github.com/aurelio-labs/semantic-router/issues/585).
14+
- Various other bug fixes and optimizations have been included in this release.
15+
- The `urllib3` library has been upgraded.
16+
- Test compatibility and synchronization have been optimized.
17+
18+
---
19+
120
### v0.1.9
221

322
The `0.1.9` update focuses on improving support for our local deployment options. We have standardized the `PostgresIndex` to bring it in line with other index options and prepare it for future feature releases. For `local` extras (inclusing `transformers` and `llama_cpp` support) and `postgres` extras we have resolved issues making those extras unusable with Python 3.13.

0 commit comments

Comments
 (0)