Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ from langchain.text_splitter import CharacterTextSplitter
|
|
23 |
|
24 |
text_splitter = CharacterTextSplitter(chunk_size=1000, chunk_overlap=0, separator = "\n")
|
25 |
texts = text_splitter.split_text(hitchhikersguide)
|
26 |
-
|
27 |
from langchain.embeddings.openai import OpenAIEmbeddings
|
28 |
|
29 |
embeddings = OpenAIEmbeddings()
|
|
|
23 |
|
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()
|