Commit History

Potentially fix deployment issue: Remove server specs in Gradio launch method
c744766

Julia Ostheimer commited on

Disable server-side-rendering (caused 500 error on HF Space)
7de342c

Julia Ostheimer commited on

Merge pull request #29 from GFA-DIU/add-authentication-as-requested-by-deval
713d465
unverified

Julia Ostheimer commited on

Add logging for potentially debugging source history issue
60d25c3

Julia Ostheimer commited on

Add util functions to renamed chat_source_history.py
546b27b

Julia Ostheimer commited on

Remove added indentation
cf824b9

Julia Ostheimer commited on

Add function to clear source and chat history and invoke it via event listener when triggering chat bin icon
038c68a

Julia Ostheimer commited on

Assign each chat a unique chat_hash (instead of taking session_hash)
7c247f1

Julia Ostheimer commited on

Add easy auth implementation with shared credentials via Secrets in HF Space
285d1cd

Julia Ostheimer commited on

Revert "Test implement authentication idea"
e4534d9

Julia Ostheimer commited on

Test implement authentication idea
7c1936b

Julia Ostheimer commited on

Remove added line
ecb6c67

Julia Ostheimer commited on

Move trigger_ai_message_with_tool_call to conversation/generate.py
bf0eea7

Julia Ostheimer commited on

Rebuild Langgraph to new flow with always retrieving information from vector store
a959e84

Julia Ostheimer commited on

Remove previous query_or_respond node/function and conditional edge
f72320c

Julia Ostheimer commited on

Add function to convert user input prompt into query
d894086

Julia Ostheimer commited on

Make chat_history only available for each session by invoking agent with unique session_hash
6e72fd0

Julia Ostheimer commited on

Merge branch '25-improve-in-line-citations' into 10-adjust-frontend-to-show-in-line-citations-and-chunks-used-for-a-response
2b0b7e6

Julia Ostheimer commited on

feat: Provide improved in-line citations directly in final answer and adapt reference generation
4707e45

djcotto commited on

feat: Adapt structured llm output to enable in-line citations & format final response with markdown containing citations.
a664189

djcotto commited on

feat: Structured LLM response for citation. Frontend rendering still broken.
aa85c3a

djcotto commited on

Add docstrings, add types, improve comments and improve variable names
ccf1e43

Julia Ostheimer commited on

Update comments where needed and make variables more readable
8366a22

Julia Ostheimer commited on

Rename session data more specific to source history
15d7f94

Julia Ostheimer commited on

Put population of session_data with source history in source_history.py in a function
bc2fdd0

Julia Ostheimer commited on

Put utils functions for source history in own module
1918932

Julia Ostheimer commited on

Remove intermediate debugging logging
c3f3e86

Julia Ostheimer commited on

Remove unnecessary, added whitespaces
4759180

Julia Ostheimer commited on

Remove added empty lines
de51768

Julia Ostheimer commited on

Remove previous implementation with global variable and edit titles in UI
8398286

Julia Ostheimer commited on

Rename titles in source history tab and remove italics fomratting
caedc5e

Julia Ostheimer commited on

Add function to prettify session state output and handle exceptions
e2b3169

Julia Ostheimer commited on

Add source_text_chunk and user_input_prompt to session state variable
894cf9b

Julia Ostheimer commited on

Successfully construct dictionary of filename and page from final LLM response
616ceee

Julia Ostheimer commited on

Log user input prompt as session state variable
67f186b

Julia Ostheimer commited on

Add example of saving data to session state with ChatInterface
768cf00

Julia Ostheimer commited on

fix: make model_provider call consistent in app_settings
7e508e0

djcotto commited on

Add util function to increment page number +1 (as indexing starts at 0)
c50cc21

Julia Ostheimer commited on

Show page number of chunks and dismiss author and creation date in source metadata
36de3fa

Julia Ostheimer commited on

Show source history in pretty markdown when clicking button to retrieve latest sources
d0bf374

Julia Ostheimer commited on

Declare sources history as list and append dictionary for each retrieval query with necessary information
c2a9ca7

Julia Ostheimer commited on

Save metadata of last retrieved chunk documents as global variable and visualize as JSON in frontend
fdd7f5b

Julia Ostheimer commited on

Collect important metadata from chunks of documents that support the LLM answer
3ac7a54

Julia Ostheimer commited on

Add tab layout to UI
4e96136

Julia Ostheimer commited on

feat: setup Amazon Bedrock for LLM (Claude Sonnet 3.5) and Embeddings (Cohere Embed multilingual v3)
77a5434

djcotto commited on

Merge branch 'basic_set_up_RAG' into 1-langfuse-integration-for-llm-process-monitoring-and-prompt-management
aea4d15
unverified

Julia Ostheimer commited on

Bring back Gradio footer
6df78da

Julia Ostheimer commited on

Update comments and only get langfuse handler instead of also the client
5fea2a2

Julia Ostheimer commited on

Initialize the Langfuse client in its own script and refactor code
599b085

Julia Ostheimer commited on

Add langfuse tracing additionally when invoking llm_with_tools and graph
3051bba

Julia Ostheimer commited on