-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCITATION.cff
More file actions
32 lines (32 loc) · 1.1 KB
/
Copy pathCITATION.cff
File metadata and controls
32 lines (32 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
cff-version: 1.2.0
message: "If you use RelyLoop in your research, please cite it as below."
title: "RelyLoop: automated Bayesian search-relevance tuning for Elasticsearch, OpenSearch, and Apache Solr"
abstract: >-
RelyLoop is an open-source tool that runs automated Bayesian search-space
optimization (Optuna/TPE) across the full query-time search space on
Elasticsearch, OpenSearch, and Apache Solr, and ships winning configurations
as Pull Requests to a central search-config Git repository for human review
and merge. A conversational LLM agent describes the loop and proposes the
search space.
type: software
authors:
- given-names: Eric
family-names: Starr
affiliation: "soundminds.ai"
email: eric.starr@soundminds.ai
repository-code: "https://github.com/SoundMindsAI/relyloop"
url: "https://github.com/SoundMindsAI/relyloop"
license: Apache-2.0
version: v0.1.3
date-released: "2026-05-29"
keywords:
- search relevance
- information retrieval
- Bayesian optimization
- Optuna
- Elasticsearch
- OpenSearch
- Apache Solr
- learning to rank
- relevance engineering
- LLM as judge