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
DocIds
model toopenapi_model.py
to include document IDs in chat responses. - Modified
proc_mem_context_query
inproc_mem_context.py
to fetch and pass document IDs. - Updated
session_chat
inrouters.py
to handle document IDs in the chat response. - Adjusted session handling in
session.py
to include document IDs in the response setup. - Enhanced data traceability in chat interactions.
Generated with :heart: by ellipsis.dev