Refine relevance selection in MedicalAdviceGenerator to clarify intent in chunk selection
03afbd6
YanBoChencommited on
Merge branch 'newbranchYB-newest' into Merged20250805
f1ec8fa
YanBoChencommited on
Add anaphylaxis condition mapping to keyword configuration
b497e77
YanBoChencommited on
Merge branch 'newbranchYB-newest' into Merged20250805
abbc1cd
YanBoChencommited on
Add adaptive relevance thresholds for query complexity in PrecisionMRRAnalyzer; fix typo in condition mapping for postpartum hemorrhage
7620d26
YanBoChencommited on
Refactor relevance calculation and update thresholds in latency evaluator; enhance precision and MRR analyzer with angular distance metrics; increase timeout for primary generation in fallback configuration.
b0f56ec
YanBoChencommited on
Add multi-system evaluation support for clinical actionability and evidence quality metrics
16a2990
YanBoChencommited on
Fix medical condition extraction and validation logic across multiple levels
8e02192
YanBoChencommited on
Fix JSON parsing error in medical condition extraction
f50772f
YanBoChencommited on
feat(app): add multi-mode retrieval system with critical bug fixes
feat: enhance medical query processing with user-friendly output and debug mode handling
b14dfa7
YanBoChencommited on
feat and fix: update medical advice extraction logic to prioritize raw response
9e8cbc8
YanBoChencommited on
Add end-to-end pipeline test script for OnCall.ai
f29be38
YanBoChencommited on
refactor: improve multilayer logic in llm_clients to to enhance functionality and improve performance based on medical or unmedical issues
32b1f74
YanBoChencommited on
Re-check multilevel fallback validation test suite for OnCall.ai
fbad237
YanBoChencommited on
feat(user_prompt): Enhance Medical Query Processing Pipeline
f24fd2b
YanBoChencommited on
feat(user_prompt): update UserPromptProcessor to integrate Llama3-Med42-70B and enhance query validation; add unit tests for condition extraction and matching mechanisms
30fc9ee
YanBoChencommited on
feat(retrieval): add sliding window search method for enhanced semantic search
a1e2d00
YanBoChencommited on
feat(user_prompt): add keyword index checking and enhance medical query validation (add validate_medical_query() and _check_keyword_in_index(), based on implementation_todo_20250730_user_prompt.md
fa23be2
YanBoChencommited on
feat(llm_clients): enhance MeditronClient to support local model loading and improve error handling
4c919d2
YanBoChencommited on
WIP(llm_clients): add MeditronClient for medical query processing with Hugging Face integration
7282410
YanBoChencommited on
π Implement Advanced Condition Extraction for Medical Query Processing
c414f60
YanBoChencommited on
refactor(deduplication): change deduplication logic from distance-based to exact text matching
37c6713
YanBoChencommited on
feat(retrieval) 1st MVP: enhance search logging and deduplication logic with distance threshold
890989b
YanBoChencommited on
WIP: feat(retrieval): implement basic vector retrieval system for medical documents
6c249e5
YanBoChencommited on
refactor(data_processing): enhance chunking and embedding generation
69b7911
YanBoChencommited on
WIP: Enhance dual keyword chunking to include pre-calculated metadata for treatment chunks
c0317b2
YanBoChencommited on
feat(data_processing): Implement token length control with semantic preservation
922ed80
YanBoChencommited on
refactor(data_processing): add token-based chunking strategy for improved keyword context
6083d96
YanBoChencommited on
refactor(data_processing): optimize chunking strategy with token-based approach
87dcd9d
YanBoChencommited on
feat(data-processing): implement data processing pipeline with embeddings