thechaiexperiment commited on
Commit
d3ee370
·
verified ·
1 Parent(s): a4a7b47

Update medical_rag.py

Browse files
Files changed (1) hide show
  1. medical_rag.py +1 -1
medical_rag.py CHANGED
@@ -7,7 +7,7 @@ from transformers import (
7
  pipeline
8
  )
9
  from typing import List, Dict, Optional
10
- from general_rag import app, models, data, get_completion
11
 
12
  # Initialize NLTK
13
  nltk.download('punkt')
 
7
  pipeline
8
  )
9
  from typing import List, Dict, Optional
10
+ from general_rag import app, models, data, ChatQuery, get_completion
11
 
12
  # Initialize NLTK
13
  nltk.download('punkt')