mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 14:38:30 +02:00
Divide two code blocks with some text to avoid tabs in UI
This commit is contained in:
@@ -201,6 +201,8 @@ for embedding, pubid in tqdm(zip(question_response.embeddings, ids)):
|
||||
answer_positions.append(-1)
|
||||
```
|
||||
|
||||
Saved answer positions allow us to calculate the metric for different *k* values.
|
||||
|
||||
```python
|
||||
# Prepared answer positions are being used to calculate different values of accuracy@k
|
||||
for k in range(1, k_max + 1):
|
||||
|
||||
Reference in New Issue
Block a user