UKURIKIYEYEZU commited on
Commit
6e17553
·
verified ·
1 Parent(s): b24f7f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -239,11 +239,13 @@ data.extend(context_data)
239
 
240
 
241
 
242
- from langchain_community.vectorstores import Chroma
 
 
243
 
244
 
245
  vectorstore = Chroma(
246
- collection_name="GBV_dataset",
247
  embedding_function=embed_model,
248
  )
249
 
 
239
 
240
 
241
 
242
+ #from langchain_community.vectorstores import Chroma
243
+ from langchain_chroma import Chroma
244
+
245
 
246
 
247
  vectorstore = Chroma(
248
+ collection_name="GBV_set",
249
  embedding_function=embed_model,
250
  )
251