Dhritiman Sagar commited on
Commit
f78402e
·
1 Parent(s): 62f6f3e

Update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def get_rag_chain():
49
  model_kwargs={'trust_remote_code': True}
50
  )
51
  retriever = QdrantVectorStore.from_existing_collection(
52
- collection_name='ai_ethics_nomicv1_finetuned',
53
  embedding=embedding,
54
  url=os.environ.get('QDRANT_DB'),
55
  api_key=os.environ.get('QDRANT_API_KEY')
 
49
  model_kwargs={'trust_remote_code': True}
50
  )
51
  retriever = QdrantVectorStore.from_existing_collection(
52
+ collection_name='ai_ethics_nomicv1_long_context_finetuned',
53
  embedding=embedding,
54
  url=os.environ.get('QDRANT_DB'),
55
  api_key=os.environ.get('QDRANT_API_KEY')