You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| **algorithms** | flat, hnsw | Indexing algorithms to be tested in optimization | ✅ |
182
181
| **vector_data_types** | float32, float16 | Data types to be tested for vectors | ✅ |
183
182
| **n_trials** | 15 | Number of optimization trials | ✅ |
184
183
| **n_jobs** | 1 | Number of parallel jobs | ✅ |
185
184
| **ret_k** | [1, 10] | Range of values to be tested for `k` in retrieval | ✅ |
186
185
| **embedding_models** | **Provider:** hf <br> **Model:** sentence-transformers/all-MiniLM-L6-v2 <br> **Dim:** 384 | List of embedding models and their dimensions | ✅ |
186
+
| **metric_weights** | **f1_at_k:** 1 <br> **embedding_latency:** 1 <br> **total_indexing_time:** 1 | Weight for respective metric used in the objective function | defaults to example |
187
187
| **input_data_type** | json | Type of input data | defaults to example |
188
188
| **redis_url** | `redis://localhost:6379` | Connection string for redis instance | defaults to example |
189
189
| **ef_runtime** | [10, 20, 30, 50] | Max top candidates during search for HNSW | defaults to example |
0 commit comments