Skip to content

Commit

Permalink
Merge pull request Safiullah-Rahu#15 from Safiullah-Rahu/Safiullah-Ra…
Browse files Browse the repository at this point in the history
…hu-patch-8

Update app.py
  • Loading branch information
Safiullah-Rahu committed Mar 6, 2024
2 parents 63576d6 + ee03089 commit 094a8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import streamlit as st
import os, tempfile
import pandas as pd
from langchain_openai import ChatOpenAI
from langchain.chat_models import ChatOpenAI
from langchain_community.vectorstores import FAISS
from langchain_openai import OpenAIEmbeddings
from langchain_text_splitters import RecursiveCharacterTextSplitter
Expand Down

0 comments on commit 094a8f4

Please sign in to comment.