Namitg02 commited on
Commit
03c0a2b
·
verified ·
1 Parent(s): ccf2ab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ pipe = pipeline(model = llm_model, tokenizer = tokenizer,trust_remote_code=True,
65
  #question = "How can I reverse diabetes?"
66
  #docs1 = retriever.invoke(question)
67
  #docs1 = retriever.similarity_search(question)
68
- $print(docs1[0].page_content)
69
 
70
  import pandas as pd
71
  #df = pd.DataFrame(docs1, columns=["text"])
 
65
  #question = "How can I reverse diabetes?"
66
  #docs1 = retriever.invoke(question)
67
  #docs1 = retriever.similarity_search(question)
68
+ #print(docs1[0].page_content)
69
 
70
  import pandas as pd
71
  #df = pd.DataFrame(docs1, columns=["text"])