srijithrajamohan commited on
Commit
9729fe4
·
verified ·
1 Parent(s): 00e5f93

Publish site

Browse files
Files changed (3) hide show
  1. about.html +8 -19
  2. search.json +6 -13
  3. sitemap.xml +1 -1
about.html CHANGED
@@ -122,8 +122,7 @@ ul.task-list li input[type="checkbox"] {
122
  <h2 id="toc-title">On this page</h2>
123
 
124
  <ul>
125
- <li><a href="#focus" id="toc-focus" class="nav-link active" data-scroll-target="#focus">Focus</a></li>
126
- <li><a href="#team" id="toc-team" class="nav-link" data-scroll-target="#team">Team</a></li>
127
  <li><a href="#links" id="toc-links" class="nav-link" data-scroll-target="#links">Links</a></li>
128
  </ul>
129
  </nav>
@@ -151,29 +150,19 @@ ul.task-list li input[type="checkbox"] {
151
 
152
 
153
  <p>AI Research <span class="citation" data-cites="Redis">@Redis</span> explores and prototypes retrieval and language technologies that can be shipped into Redis products and used by developers.</p>
154
- <section id="focus" class="level2">
155
- <h2 class="anchored" data-anchor-id="focus">Focus</h2>
 
156
  <ul>
157
- <li>Search and retrieval (BM25, dense retrieval, hybrid retrieval, reranking)</li>
158
- <li>RAG systems and end-to-end evaluation (offline + online)</li>
159
- <li>Embeddings, vector search, and indexing tradeoffs</li>
160
- <li>Agentic workflows and tool use (reliability, safety, and observability)</li>
161
- <li>Applied LLM systems (latency, cost, caching, and deployment)</li>
162
- </ul>
163
- </section>
164
- <section id="team" class="level2">
165
- <h2 class="anchored" data-anchor-id="team">Team</h2>
166
- <p>Update this section with the current roster.</p>
167
- <ul>
168
- <li>Name 1 - Role</li>
169
- <li>Name 2 - Role</li>
170
- <li>Name 3 - Role</li>
171
  </ul>
172
  </section>
173
  <section id="links" class="level2">
174
  <h2 class="anchored" data-anchor-id="links">Links</h2>
175
  <ul>
176
- <li>Hugging Face Space hub: https://huggingface.co/spaces/srijithrajamohan/ai-research-redis</li>
177
  </ul>
178
 
179
 
 
122
  <h2 id="toc-title">On this page</h2>
123
 
124
  <ul>
125
+ <li><a href="#main-themes" id="toc-main-themes" class="nav-link active" data-scroll-target="#main-themes">Main themes</a></li>
 
126
  <li><a href="#links" id="toc-links" class="nav-link" data-scroll-target="#links">Links</a></li>
127
  </ul>
128
  </nav>
 
150
 
151
 
152
  <p>AI Research <span class="citation" data-cites="Redis">@Redis</span> explores and prototypes retrieval and language technologies that can be shipped into Redis products and used by developers.</p>
153
+ <p>The team’s work spans both research and applied systems. Recent work has covered semantic caching, embedding-based retrieval, hybrid search, reranking, model evaluation, local LLM inference, and agent-oriented workflows. Alongside research experiments, the team also develops the infrastructure, datasets, and evaluation practices needed to turn promising ideas into reliable product capabilities.</p>
154
+ <section id="main-themes" class="level2">
155
+ <h2 class="anchored" data-anchor-id="main-themes">Main themes</h2>
156
  <ul>
157
+ <li>Retrieval, search, and semantic caching</li>
158
+ <li>LLM systems and evaluation</li>
159
+ <li>Agentic workflows and research AI infrastructure</li>
 
 
 
 
 
 
 
 
 
 
 
160
  </ul>
161
  </section>
162
  <section id="links" class="level2">
163
  <h2 class="anchored" data-anchor-id="links">Links</h2>
164
  <ul>
165
+ <li>Hugging Face: https://huggingface.co/redis</li>
166
  </ul>
167
 
168
 
search.json CHANGED
@@ -4,28 +4,21 @@
4
  "href": "about.html",
5
  "title": "About",
6
  "section": "",
7
- "text": "AI Research @Redis explores and prototypes retrieval and language technologies that can be shipped into Redis products and used by developers."
8
  },
9
  {
10
- "objectID": "about.html#focus",
11
- "href": "about.html#focus",
12
  "title": "About",
13
- "section": "Focus",
14
- "text": "Focus\n\nSearch and retrieval (BM25, dense retrieval, hybrid retrieval, reranking)\nRAG systems and end-to-end evaluation (offline + online)\nEmbeddings, vector search, and indexing tradeoffs\nAgentic workflows and tool use (reliability, safety, and observability)\nApplied LLM systems (latency, cost, caching, and deployment)"
15
- },
16
- {
17
- "objectID": "about.html#team",
18
- "href": "about.html#team",
19
- "title": "About",
20
- "section": "Team",
21
- "text": "Team\nUpdate this section with the current roster.\n\nName 1 - Role\nName 2 - Role\nName 3 - Role"
22
  },
23
  {
24
  "objectID": "about.html#links",
25
  "href": "about.html#links",
26
  "title": "About",
27
  "section": "Links",
28
- "text": "Links\n\nHugging Face Space hub: https://huggingface.co/spaces/srijithrajamohan/ai-research-redis"
29
  },
30
  {
31
  "objectID": "posts/hello.html",
 
4
  "href": "about.html",
5
  "title": "About",
6
  "section": "",
7
+ "text": "AI Research @Redis explores and prototypes retrieval and language technologies that can be shipped into Redis products and used by developers.\nThe team’s work spans both research and applied systems. Recent work has covered semantic caching, embedding-based retrieval, hybrid search, reranking, model evaluation, local LLM inference, and agent-oriented workflows. Alongside research experiments, the team also develops the infrastructure, datasets, and evaluation practices needed to turn promising ideas into reliable product capabilities."
8
  },
9
  {
10
+ "objectID": "about.html#main-themes",
11
+ "href": "about.html#main-themes",
12
  "title": "About",
13
+ "section": "Main themes",
14
+ "text": "Main themes\n\nRetrieval, search, and semantic caching\nLLM systems and evaluation\nAgentic workflows and research AI infrastructure"
 
 
 
 
 
 
 
15
  },
16
  {
17
  "objectID": "about.html#links",
18
  "href": "about.html#links",
19
  "title": "About",
20
  "section": "Links",
21
+ "text": "Links\n\nHugging Face: https://huggingface.co/redis"
22
  },
23
  {
24
  "objectID": "posts/hello.html",
sitemap.xml CHANGED
@@ -2,7 +2,7 @@
2
  <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
  <url>
4
  <loc>https://srijithrajamohan-ai-research-redis.static.hf.space/about.html</loc>
5
- <lastmod>2026-03-18T23:59:16.076Z</lastmod>
6
  </url>
7
  <url>
8
  <loc>https://srijithrajamohan-ai-research-redis.static.hf.space/posts/hello.html</loc>
 
2
  <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
  <url>
4
  <loc>https://srijithrajamohan-ai-research-redis.static.hf.space/about.html</loc>
5
+ <lastmod>2026-03-25T20:25:33.631Z</lastmod>
6
  </url>
7
  <url>
8
  <loc>https://srijithrajamohan-ai-research-redis.static.hf.space/posts/hello.html</loc>