kgauvin603 commited on
Commit
47426d4
·
verified ·
1 Parent(s): 680cb64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ chroma_client = chromadb.Client()
18
  def build_database():
19
  # Read the CSV file containing document data
20
  df = pd.read_csv('vector_store.csv')
21
-
22
  # Name of the collection to store the data
23
  collection_name = 'Dataset-10k-companies'
24
 
 
18
  def build_database():
19
  # Read the CSV file containing document data
20
  df = pd.read_csv('vector_store.csv')
21
+ print(df.head())
22
  # Name of the collection to store the data
23
  collection_name = 'Dataset-10k-companies'
24