Added ArXiv paper reference
Browse files
README.md
CHANGED
@@ -134,6 +134,15 @@ print(similarities.shape)
|
|
134 |
### BibTeX
|
135 |
|
136 |
#### Redis Langcache-embed Models
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
137 |
|
138 |
#### Sentence Transformers
|
139 |
```bibtex
|
|
|
134 |
### BibTeX
|
135 |
|
136 |
#### Redis Langcache-embed Models
|
137 |
+
```bibtex
|
138 |
+
@inproceedings{langcache-embed-v1,
|
139 |
+
title = "Advancing Semantic Caching for LLMs with Domain-Specific Embeddings and Synthetic Data",
|
140 |
+
author = "Gill, Cechmanek, Hutcherson, Rajamohan, Agarwal, Gulzar, Singh, Dion",
|
141 |
+
month = "04",
|
142 |
+
year = "2025",
|
143 |
+
url = "https://arxiv.org/abs/2504.02268",
|
144 |
+
}
|
145 |
+
```
|
146 |
|
147 |
#### Sentence Transformers
|
148 |
```bibtex
|