Commit History

Add util functions to renamed chat_source_history.py
546b27b

Julia Ostheimer commited on

Move trigger_ai_message_with_tool_call to conversation/generate.py
bf0eea7

Julia Ostheimer commited on

Fix page number and show in German
a685766

Julia Ostheimer commited on

Rename to Referenzen in German
163f7aa

Julia Ostheimer commited on

fix: fix for parenthesis around citations
ba122e1

djcotto commited on

Merge pull request #17 from GFA-DIU/10-adjust-frontend-to-show-in-line-citations-and-chunks-used-for-a-response
7185a7e
unverified

djcotto commited on

fix: remove empty hyperlinks from superscript reference numbers
3ae8234

djcotto commited on

fix: remove formatting displayed message with references when no sources are used.
fbe3391

djcotto commited on

fix: Give back empty list of sources when no sources are used in the answer.
9f7c18a

djcotto 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

fix: clean up chunk formatting
aedb86c

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

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

fix: make model_provider call consistent in app_settings
7e508e0

djcotto 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

Delete uncommented out sections in the codebase
74539b9

Julia Ostheimer commited on

Add context type in Pydantic model for chat history
863027a

Julia Ostheimer commited on

Refactor loading of RAG prompt into function
0db0599

Julia Ostheimer commited on

Replace currently hard-coded prompt with loading production prompt from Langfuse
72c6414

Julia Ostheimer commited on

Load prompt from Langfuse
920b409

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 via Langchain callback when generating answer
8a8026b

Julia Ostheimer commited on

Temporarily moved graph to gradio file.
5cacb85

pcschreiber1 commited on