Skip to content

LongTrainer v1.2.2

Choose a tag to compare

@github-actions github-actions released this 18 Apr 17:00
· 5 commits to master since this release
b969006

🐛 Bug Fixes & Perf Improvements

  • Async Document Ingestion: Implemented aadd_document_from_path and aadd_document_from_link with parallel ingestion via ThreadPoolExecutor and asyncio.gather(). Batch document ingestion is now non-blocking and significantly faster.
  • Retrieval Confidence Scores: Added invoke_vectorstore_with_scores() which returns the raw FAISS L2 distance and automatically injects a normalized retrieval_score (1.0 = perfect match) into document metadata.
  • KeyError Bug: Fixed a crash during update_chatbot() caused by an obsolete faiss_path dictionary reference.
  • Documentation: Added a new comprehensive implementation roadmap /testing-folder/LONGTRAINER_ROADMAP.md covering Phase 3 through Phase 10.