julep
julep copied to clipboard
feat: Add doc IDs to the session chat response
| :rocket: This description was created by Ellipsis for commit a4b2f564042fad9de6dcd215ed50455dfbe689fc |
|---|
Summary:
This PR enhances data traceability in chat interactions by introducing document IDs to the session chat response.
Key points:
- Added
DocIdsmodel toopenapi_model.pyto include document IDs in chat responses. - Modified
proc_mem_context_queryinproc_mem_context.pyto fetch and pass document IDs. - Updated
session_chatinrouters.pyto handle document IDs in the chat response. - Adjusted session handling in
session.pyto include document IDs in the response setup. - Enhanced data traceability in chat interactions.
Generated with :heart: by ellipsis.dev