sairamn commited on
Commit
f29e8b3
·
1 Parent(s): 1b39df9

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ api_key = os.getenv("API_KEY")
9
 
10
  client = Groq(api_key=api_key)
11
 
12
- index = faiss.read_index("/kaggle/working/medicine_index.index")
13
 
14
  model = SentenceTransformer('all-MiniLM-L6-v2')
15
 
 
9
 
10
  client = Groq(api_key=api_key)
11
 
12
+ index = faiss.read_index("./dataset/medicine_index.index")
13
 
14
  model = SentenceTransformer('all-MiniLM-L6-v2')
15