You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The updated vectorizor.py embed code assumes a different train.jsonl structure than what is created in the chunker.py process. It appears the code was updated based on the new pdf-muncher file, but the structure is not consistent:
chunker.py creates items with a {id:"id",text:"text",source:"source"} structure
The updated vectorizor.py embed code assumes a different train.jsonl structure than what is created in the chunker.py process. It appears the code was updated based on the new pdf-muncher file, but the structure is not consistent:
chunker.py creates items with a {id:"id",text:"text",source:"source"} structure
pdf-muncher.py creates items with this structure:
vectorizor.py expects the format to be the latter and returns an error when no pdfs are parsed
The text was updated successfully, but these errors were encountered: