Commit History

fix: make status pill live-update by using gr.HTML with Timer instead of static header HTML
3331528

minhthien commited on

fix: pre-download GGUF and embedding models at build time to eliminate cold-start delay
24d38de

minhthien commited on

feat: pre-download GGUF model during Docker build to optimize cold start performance
e508595

minhthien commited on

feat: enhance initialization status messages and add model download callback
2effc44

minhthien commited on

Update README.md
dce8a57
verified

minhthien commited on

feat: load example questions from PubMedQA dataset with fallback to hardcoded list
dd5edb2

minhthien commited on

feat: enhance UI with example question chips and improved layout
e8adeaa

minhthien commited on

fix: remove theme and CSS from Blocks initialization in app.py
aab2135

minhthien commited on

fix: update mathematical notation in README for clarity and consistency
392f038

minhthien commited on

update README.md
2bcda37

minhthien commited on

fix: improve status display and layout in the Healthcare GraphRAG interface
1bf8acd

minhthien commited on

fix: enhance chat interface by adding autofocus and adjusting button styles
b1f94ba

minhthien commited on

fix: update init_system function to standardize initialization status messages
ba5f745

minhthien commited on

fix: update init_system loading message and refactor ask_question function for improved response handling
aea0629

minhthien commited on

fix: add timer to periodically update status in the Healthcare GraphRAG interface
7ef9da7

minhthien commited on

fix: update init_system function to provide detailed loading status message for better user awareness
04b7d14

minhthien commited on

fix: update init_system function to enhance loading status messages for better debugging
3e7e281

minhthien commited on

fix: refactor ask_question function to improve history management with user and assistant role formatting
27c3ea8

minhthien commited on

fix: update ask_question function to improve history management by changing data structure for message and response
85728da

minhthien commited on

fix: enhance ask_question function to improve history management and user feedback
6673fc6

minhthien commited on

fix: update chat layout by removing scale from column for improved responsiveness
f7a720d

minhthien commited on

fix: update .gitignore to include evaluate.ipynb and remove redundant entry
9e90014

minhthien commited on

fix: enhance chat input handling by improving event dispatching for better user interaction
f72d554

minhthien commited on

fix: add example chips for enhanced user interaction and update chat interface styling
00c21e2

minhthien commited on

fix: update UI layout and styling for improved header and chat interface experience
89e895e

minhthien commited on

fix: enhance sidebar interaction and update theme for improved UI experience
0a8d498

minhthien commited on

fix: refactor model path resolution and enhance status handling in initialization
8bdd2e8

minhthien commited on

fix: update UI styling for improved light mode experience and layout consistency
e092a83

minhthien commited on

fix: enhance UI styling for improved dark mode experience and layout adjustments
e6c14db

minhthien commited on

fix: enhance status updates by adding a timer for periodic refresh
4ff259d

minhthien commited on

fix: update README for clarity and enhance app styling for improved UI experience
7b6a93b

minhthien commited on

fix: streamline initialization status messages and enhance sidebar layout
60b5ead

minhthien commited on

fix: increase context window size and improve inline feedback during reasoning
628e70b

minhthien commited on

fix: increase max_new_tokens to 2048 and improve UI feedback during reasoning
85f344d

minhthien commited on

fix: remove redundant textbox configuration and disable sharing in demo launch
75a64b3

minhthien commited on

fix: update stop button placement in the UI for better clarity
60ea45d

minhthien commited on

feat: implement continue mode in ask_question and enhance response handling
23f5355

minhthien commited on

refactor: replace GCNConv with SAGEConv in VGAEEncoder and update forward method to return mu and log_std
39c9fcc

minhthien commited on

Track large storage_graph files with LFS
5ec9a9d

minhthien commited on

Update pyg_data.pt with new file version and size
c5f1c7b

minhthien commited on

refactor: enhance response formatting in parse_response and adjust chat interface height
d9a903c

minhthien commited on

refactor: improve response formatting in parse_response and adjust chat interface height
cd12aca

minhthien commited on

refactor: enable streaming responses in query engine and update ask_question to yield results
7b3e2db

minhthien commited on

refactor: enhance LlamaCPP model parameters and add response parsing functionality
6c9da83

minhthien commited on

feat: integrate HuggingFaceEmbedding model in system initialization
fdb4b30

minhthien commited on

refactor: remove redundant parameter from demo.load in app.py
2b59a3b

minhthien commited on

refactor: remove unused CSS parameter in gr.Blocks initialization
2e61c80

minhthien commited on

refactor: enhance system initialization and error handling in app.py
b88b691

minhthien commited on

refactor: simplify gr.ChatInterface initialization in app.py
e06f853

minhthien commited on

fix: restore gradio dependency in requirements.txt
2417e9d

minhthien commited on