Michaeldavidstein commited on
Commit
138cdc5
·
verified ·
1 Parent(s): a195ff7

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,4 +1,7 @@
1
 
 
 
 
2
  # Import necessary libraries
3
  import os # Interacting with the operating system (reading/writing files)
4
  import chromadb # High-performance vector database for storing/querying dense vectors
 
1
 
2
+ pip install platformdirs # new to address HF error
3
+
4
+
5
  # Import necessary libraries
6
  import os # Interacting with the operating system (reading/writing files)
7
  import chromadb # High-performance vector database for storing/querying dense vectors