Spaces:
Runtime error
Runtime error
Update rag.py
Browse files- app/rag.py +1 -1
app/rag.py
CHANGED
@@ -29,7 +29,7 @@ class ChatPDF:
|
|
29 |
nodes = []
|
30 |
|
31 |
def __init__(self):
|
32 |
-
self.text_parser = SentenceSplitter(chunk_size=
|
33 |
|
34 |
logger.info("initializing the vector store related objects")
|
35 |
# client = QdrantClient(host="localhost", port=6333)
|
|
|
29 |
nodes = []
|
30 |
|
31 |
def __init__(self):
|
32 |
+
self.text_parser = SentenceSplitter(chunk_size=512, chunk_overlap=24)
|
33 |
|
34 |
logger.info("initializing the vector store related objects")
|
35 |
# client = QdrantClient(host="localhost", port=6333)
|