SHAMIL SHAHBAZ AWAN commited on
Commit
f76d33d
·
verified ·
1 Parent(s): 6b5eb7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ groq_client = Groq(api_key=HUGGINGFACE_KEY)
76
  embedder = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
77
 
78
  # Define file path and vector store folder
79
- file_path = "The Rise of Agentic AI.pdf" # File directly in the root directory of the app
80
  VECTORSTORE_FOLDER = "vectorstore" # Folder where the FAISS index will be stored
81
 
82
  # Ensure the vector store folder exists
 
76
  embedder = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
77
 
78
  # Define file path and vector store folder
79
+ file_path = "Atomic habits ( PDFDrive ).pdf" # File directly in the root directory of the app
80
  VECTORSTORE_FOLDER = "vectorstore" # Folder where the FAISS index will be stored
81
 
82
  # Ensure the vector store folder exists