Skip to content

Commit 460250c

Browse files
longtngoclaude
andcommitted
revert: restore hnswlib to core dependencies
hnswlib may be used by core features at runtime even without the [memory] extra explicitly installed. Safer to leave it in core deps and document the C++ build requirement instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 180b4ef commit 460250c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dependencies = [
5555
"semantic-router>=0.1.12",
5656
"pillow>=10.0.0", # Image processing for compression
5757
"datasets>=4.5.0",
58+
"hnswlib>=0.8.0", # HNSW vector index for memory system
5859
"click>=8.1.0", # CLI framework
5960
"rich>=13.0.0", # Rich terminal output
6061
]

0 commit comments

Comments
 (0)