Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|