Docfile commited on
Commit
8760df7
ยท
1 Parent(s): 678afc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ embeddings = HuggingFaceEmbeddings(
35
  docs = Docs(llm=llm, embeddings=embeddings)
36
 
37
  docs.add("https://33bbf3d5-c3fe-409d-a723-d22ea129e9a0.usrfiles.com/ugd/33bbf3_a21b940230be4adbb8be48927b9dc92b.pdf",chunk_chars=500)
38
- answer = docs.query("What manufacturing challenges are unique to bispecific antibodies?")
39
  print(answer)
40
 
41
  def re(r):
 
35
  docs = Docs(llm=llm, embeddings=embeddings)
36
 
37
  docs.add("https://33bbf3d5-c3fe-409d-a723-d22ea129e9a0.usrfiles.com/ugd/33bbf3_a21b940230be4adbb8be48927b9dc92b.pdf",chunk_chars=500)
38
+ answer = docs.query("Que dis l'article 114 ?")
39
  print(answer)
40
 
41
  def re(r):