Daemontatox commited on
Commit
78b486e
·
verified ·
1 Parent(s): 7fed2d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ if not HF_TOKEN:
56
  exit(1)
57
 
58
  # HuggingFace Embeddings
59
- #embeddings = HuggingFaceEmbeddings(model_name="BAAI/bge-large-en-v1.5")
60
 
61
  # Qdrant Client Setup
62
  try:
 
56
  exit(1)
57
 
58
  # HuggingFace Embeddings
59
+ embeddings = HuggingFaceEmbeddings(model_name="BAAI/bge-large-en-v1.5")
60
 
61
  # Qdrant Client Setup
62
  try: