Add application file
Browse files
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("/
|
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 |
|