[PR #6930] Add chat with document support #25499

Closed
opened 2026-02-21 20:25:03 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/6930

State: closed
Merged: No


Checklist:

Important

Please review the checklist below before submitting your pull request.

  • Please open an issue before creating a PR or link to an existing issue
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

Description

The main focus of this commit is to enhance session support and interaction with documentation. Currently, this adaptation is exclusive to the Azure OpenAI model. Specifically, this update improves the system's capability to handle conversational scenarios, particularly when dealing with the Azure OpenAI service, by maintaining the context of the conversation, thereby enabling more coherent and intelligent responses.
image
image
image

Fixes

Type of Change

  • New feature (non-breaking change which adds functionality)

Testing Instructions

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test B
**Original Pull Request:** https://github.com/langgenius/dify/pull/6930 **State:** closed **Merged:** No --- # Checklist: > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [ ] Please open an issue before creating a PR or link to an existing issue - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods # Description The main focus of this commit is to enhance session support and interaction with documentation. Currently, this adaptation is exclusive to the Azure OpenAI model. Specifically, this update improves the system's capability to handle conversational scenarios, particularly when dealing with the Azure OpenAI service, by maintaining the context of the conversation, thereby enabling more coherent and intelligent responses. <img width="595" alt="image" src="https://github.com/user-attachments/assets/9f0a2010-10f5-4785-aad4-06a75aba3987"> <img width="820" alt="image" src="https://github.com/user-attachments/assets/478ff57a-5be8-461e-85a8-90d2719686e3"> <img width="675" alt="image" src="https://github.com/user-attachments/assets/7f93a5d9-620c-48fe-81f6-1774885af175"> Fixes ## Type of Change - [ ] New feature (non-breaking change which adds functionality) # Testing Instructions Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - [ ] Test B
yindo added the pull-request label 2026-02-21 20:25:03 -05:00
yindo closed this issue 2026-02-21 20:25:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#25499