mitulagr2 commited on
Commit
0fbf3f1
1 Parent(s): f1f7ba4

Update rag.py

Browse files
Files changed (1) hide show
  1. 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=1024, chunk_overlap=24)
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)