Spaces:
Runtime error
Runtime error
Commit
·
2b64a07
1
Parent(s):
bcd7446
fix: lint
Browse files
medrag_multi_modal/assistant/medqa_assistant.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
|
| 2 |
import weave
|
| 3 |
|
| 4 |
from ..retrieval import SimilarityMetric
|
|
@@ -7,6 +6,7 @@ from .llm_client import LLMClient
|
|
| 7 |
|
| 8 |
class MedQAAssistant(weave.Model):
|
| 9 |
"""Cuming"""
|
|
|
|
| 10 |
llm_client: LLMClient
|
| 11 |
retriever: weave.Model
|
| 12 |
top_k_chunks: int = 2
|
|
|
|
|
|
|
| 1 |
import weave
|
| 2 |
|
| 3 |
from ..retrieval import SimilarityMetric
|
|
|
|
| 6 |
|
| 7 |
class MedQAAssistant(weave.Model):
|
| 8 |
"""Cuming"""
|
| 9 |
+
|
| 10 |
llm_client: LLMClient
|
| 11 |
retriever: weave.Model
|
| 12 |
top_k_chunks: int = 2
|