Commit History

Revert "refactor(ai-service): optimize prompts, token counting, and benchmarking - Externalize system prompts to text files for better maintainability. - Integrate tiktoken for faster and more accurate token counting. - Refactor BenchmarkLogger to use asynchronous logging for zero latency impact. - Improve prompt echo removal logic with more robust markers. - Add specialized system instruction for medical document processing. - Update test expectations to reflect precise token counting."
8c76d6f

sachinchandrankallar commited on

Revert "use existing entrypoint.sh instead of inline generation""
4612788

sachinchandrankallar commited on

use existing entrypoint.sh instead of inline generation"
2fb56a3

sachinchandrankallar commited on

refactor(ai-service): optimize prompts, token counting, and benchmarking - Externalize system prompts to text files for better maintainability. - Integrate tiktoken for faster and more accurate token counting. - Refactor BenchmarkLogger to use asynchronous logging for zero latency impact. - Improve prompt echo removal logic with more robust markers. - Add specialized system instruction for medical document processing. - Update test expectations to reflect precise token counting.
4f8dcad

sachinchandrankallar commited on

resolve streaming generation errors and improve robustness
7fdf84c

sachinchandrankallar commited on

changes for publishing the latest including generate_generic api
4156c57

sachinchandrankallar commited on

Optimize performance and fix torchvision error
3600c13

Adhil Krishna G commited on

Local running issue fix
e913b78

Adhil Krishna G commited on

Update requirements.txt
9ea5231

Adhil Krishna G commited on

Environment variables issue fix
91bf800

Adhil Krishna G commited on

Exit code: 139 fix
5542e3b

Adhil Krishna G commited on

Memory limit exceed fix
4fbd408

Adhil Krishna G commited on

feat : SmartScribe HF AI API
09d457b

Adhil Krishna G commited on

bypass casual openvino logic to load the models as transformer model
22502bd

sachinchandrankallar commited on

Add WSGI entrypoint and production Dockerfile for the AI service.
21878ee

sachinchandrankallar commited on

Implement generic text generation API with streaming support and add verification scripts
cca5278

sachinchandrankallar commited on

Add prompt template utility and unit tests for chat formatting
f2cdd5b

sachinchandrankallar commited on

fix bear exceptions in unified Hugging Face Spaces deployment utilities, OpenVINO summarizer utils
cdad7c7

sachinchandrankallar commited on

Introduce AI medical extraction service with new API, agents, comprehensive testing, and documentation, while reorganizing existing scripts.
d7f1bb5

sachinchandrankallar commited on

Enhance AI service by updating token limits for Phi-3.5 models, improving model loading logic, and refining prompt formatting in patient summary documentation.
02573f7

sachinchandrankallar commited on

feat: Add utilities for robust EHR data parsing, visit delta computation, and JSON serialization.
7d8eced

sachinchandrankallar commited on

Enhance patient data processing by adding robust serialization and flattening utilities. The conversion function now captures all fields from EHR payloads, ensuring no data is lost during preprocessing. Additional logging improvements and error handling for plain text processing have been implemented.
341df53

sachinchandrankallar commited on

Add robust JSON parsing utilities for medical data with flexible key matching and normalization capabilities.
8666bb3

sachinchandrankallar commited on

Revert " Add robust JSON parsing utility for medical data with flexible key matching and data normalization."
260ef0e

sachinchandrankallar commited on