Update README.md
Browse files
README.md
CHANGED
@@ -84,7 +84,7 @@ Then you can load this model and run inference.
|
|
84 |
from sentence_transformers import SentenceTransformer
|
85 |
|
86 |
# Download from the 🤗 Hub
|
87 |
-
model = SentenceTransformer("
|
88 |
# Run inference
|
89 |
sentences = [
|
90 |
'Will the value of Indian rupee increase after the ban of 500 and 1000 rupee notes?',
|
|
|
84 |
from sentence_transformers import SentenceTransformer
|
85 |
|
86 |
# Download from the 🤗 Hub
|
87 |
+
model = SentenceTransformer("redis/langcache-embed-v1")
|
88 |
# Run inference
|
89 |
sentences = [
|
90 |
'Will the value of Indian rupee increase after the ban of 500 and 1000 rupee notes?',
|