Commit History

Move trigger_ai_message_with_tool_call to conversation/generate.py
bf0eea7

Julia Ostheimer commited on

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

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

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

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