eliot-hub commited on
Commit
9e84bb1
1 Parent(s): 6838503

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ collection = import_into_chroma(
65
  dataset=Memoires_DS,
66
  embedding_function=huggingface_ef #Memoires_DS.embedding_function
67
  )
68
- del Memoires_DS
69
  db = Chroma(
70
  client=client,
71
  collection_name=f"embeddings_mxbai",
 
65
  dataset=Memoires_DS,
66
  embedding_function=huggingface_ef #Memoires_DS.embedding_function
67
  )
68
+
69
  db = Chroma(
70
  client=client,
71
  collection_name=f"embeddings_mxbai",