mmitch25 commited on
Commit
21a68c1
·
1 Parent(s): 2f08c7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -24,6 +24,7 @@ from langchain.text_splitter import CharacterTextSplitter
24
  text_splitter = CharacterTextSplitter(chunk_size=1000, chunk_overlap=0, separator = "\n")
25
  texts = text_splitter.split_text(hitchhikersguide)
26
  print(texts)
 
27
  from langchain.embeddings.openai import OpenAIEmbeddings
28
 
29
  embeddings = OpenAIEmbeddings()
@@ -50,3 +51,4 @@ gr.Interface(
50
  outputs="text",
51
  title="Hitchhikers Guide Question Answering",
52
  ).launch()
 
 
24
  text_splitter = CharacterTextSplitter(chunk_size=1000, chunk_overlap=0, separator = "\n")
25
  texts = text_splitter.split_text(hitchhikersguide)
26
  print(texts)
27
+ """
28
  from langchain.embeddings.openai import OpenAIEmbeddings
29
 
30
  embeddings = OpenAIEmbeddings()
 
51
  outputs="text",
52
  title="Hitchhikers Guide Question Answering",
53
  ).launch()
54
+ """