Kalpokoch commited on
Commit
9d81dcc
·
verified ·
1 Parent(s): 58c0927

Update app/policy_vector_db.py

Browse files
Files changed (1) hide show
  1. app/policy_vector_db.py +1 -1
app/policy_vector_db.py CHANGED
@@ -76,7 +76,7 @@ class PolicyVectorDB:
76
  def main():
77
  """Main function to build and verify the vector database."""
78
  INPUT_CHUNKS_PATH = os.path.join(os.path.dirname(__file__), "../processed_chunks.json")
79
- PERSIST_DIRECTORY = "/data/policy_vector_db"
80
 
81
  if not os.path.exists(INPUT_CHUNKS_PATH):
82
  print(f"FATAL ERROR: The input chunk file was not found at '{INPUT_CHUNKS_PATH}'")
 
76
  def main():
77
  """Main function to build and verify the vector database."""
78
  INPUT_CHUNKS_PATH = os.path.join(os.path.dirname(__file__), "../processed_chunks.json")
79
+ PERSIST_DIRECTORY = "/tmp/policy_vector_db"
80
 
81
  if not os.path.exists(INPUT_CHUNKS_PATH):
82
  print(f"FATAL ERROR: The input chunk file was not found at '{INPUT_CHUNKS_PATH}'")