shrut123 commited on
Commit
fff69e7
1 Parent(s): 3ecbeff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def encode_query(model, query_text):
37
  return model.encode(query_text).tolist()
38
 
39
  # Initialize Pinecone
40
- pc = initialize_ppinecone()
41
 
42
  # If Pinecone initialized successfully, proceed with index management
43
  if pc:
 
37
  return model.encode(query_text).tolist()
38
 
39
  # Initialize Pinecone
40
+ pc = initialize_pinecone()
41
 
42
  # If Pinecone initialized successfully, proceed with index management
43
  if pc: