ajwthompson commited on
Commit
7602a4e
·
1 Parent(s): d75acee

Update ingest_data.py

Browse files
Files changed (1) hide show
  1. ingest_data.py +1 -1
ingest_data.py CHANGED
@@ -8,7 +8,7 @@ import os
8
 
9
  def ingest_data(vector_file_path):
10
  # Load Data
11
- loader = UnstructuredFileLoader("cleaned_site_contents2023-02-24")
12
  raw_documents = loader.load()
13
 
14
  # Split text
 
8
 
9
  def ingest_data(vector_file_path):
10
  # Load Data
11
+ loader = UnstructuredFileLoader("cleaned_site_contents2023-02-24.txt")
12
  raw_documents = loader.load()
13
 
14
  # Split text