Spaces:
Runtime error
Runtime error
Commit
·
28fa24c
1
Parent(s):
5b6b04b
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ docs = text_splitter.split_documents(docs)
|
|
| 38 |
|
| 39 |
|
| 40 |
# text_splitter=RecursiveCharacterTextSplitter(chunk_size=500, chunk_overlap=0)
|
| 41 |
-
# all_splits = text_splitter.split_documents(data)
|
| 42 |
|
| 43 |
vectorstore = Chroma.from_documents(documents=docs, embedding=embedding)
|
| 44 |
|
|
|
|
| 38 |
|
| 39 |
|
| 40 |
# text_splitter=RecursiveCharacterTextSplitter(chunk_size=500, chunk_overlap=0)
|
| 41 |
+
# all_splits = text_splitter.split_documents(data)
|
| 42 |
|
| 43 |
vectorstore = Chroma.from_documents(documents=docs, embedding=embedding)
|
| 44 |
|