melk2025 commited on
Commit
970a932
·
verified ·
1 Parent(s): e0bfafd

chunk1200-300

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ collection = client.get_or_create_collection(
46
  embedding_model = SentenceTransformer('sentence-transformers/paraphrase-MiniLM-L6-v2')
47
 
48
  # Initialize the text splitter
49
- text_splitter = RecursiveCharacterTextSplitter(chunk_size=1200, chunk_overlap=150)
50
 
51
  total_chunks = 0
52
 
 
46
  embedding_model = SentenceTransformer('sentence-transformers/paraphrase-MiniLM-L6-v2')
47
 
48
  # Initialize the text splitter
49
+ text_splitter = RecursiveCharacterTextSplitter(chunk_size=1200, chunk_overlap=300)
50
 
51
  total_chunks = 0
52