Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -42,7 +42,8 @@ app.add_middleware(
42
  )
43
 
44
  print("⏳ Loading AI Model...")
45
- model = SentenceTransformer('all-MiniLM-L6-v2')
 
46
  pc = Pinecone(api_key=PINECONE_API_KEY)
47
  index = pc.Index(INDEX_NAME)
48
  print("✅ Brain Online!")
 
42
  )
43
 
44
  print("⏳ Loading AI Model...")
45
+ # model = SentenceTransformer('all-MiniLM-L6-v2')
46
+ model = SentenceTransformer('all-mpnet-base-v2')
47
  pc = Pinecone(api_key=PINECONE_API_KEY)
48
  index = pc.Index(INDEX_NAME)
49
  print("✅ Brain Online!")