Closed tristowww closed 2 months ago
In tools.py, process_file function, the chunk size may be too large when it feeds into the recursive text splitter.
Trial of reduced chunking size (3) still ran forever.
Solution: Is there another way to create embeddings?
In tools.py, process_file function, the chunk size may be too large when it feeds into the recursive text splitter.
Trial of reduced chunking size (3) still ran forever.
Solution: Is there another way to create embeddings?