DrishtiSharma commited on
Commit
253df02
·
verified ·
1 Parent(s): e020ff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -73,10 +73,6 @@ if uploaded_file:
73
  doc = Document(page_content=content)
74
  documents.append(doc)
75
 
76
- # Print a sample document
77
- if documents:
78
- st.write("Sample processed document (LangChain):")
79
- st.text(documents[0].page_content)
80
 
81
  # ✅ Create FAISS VectorStore
82
  langchain_index = faiss.IndexFlatL2(EMBED_DIMENSION)
 
73
  doc = Document(page_content=content)
74
  documents.append(doc)
75
 
 
 
 
 
76
 
77
  # ✅ Create FAISS VectorStore
78
  langchain_index = faiss.IndexFlatL2(EMBED_DIMENSION)