Skip to content

Commit 61a5d7d

Browse files
authored
Include sentence-transformers for RAG retrieval. (#56)
1 parent f1d09b3 commit 61a5d7d

File tree

2 files changed

+393
-0
lines changed

2 files changed

+393
-0
lines changed

lightspeed-stack/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ dependencies = [
1313
"numpy==2.2.6",
1414
"opentelemetry-api~=1.34.1",
1515
"opentelemetry-exporter-otlp~=1.34.1",
16+
"sentence-transformers>=5.0.0",
1617
"sqlalchemy~=2.0.41",
1718
]

0 commit comments

Comments
 (0)