eristow / resume-experience

Compare a job description to a resume and extract the number of years of relevant work experience from the resume.
0 stars 0 forks source link

Chunking too big #4

Closed tristowww closed 2 months ago

tristowww commented 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?