-
Notifications
You must be signed in to change notification settings - Fork 3
Testing #1175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testing #1175
Conversation
…or_dev fix: include message_id in error responses for chat function
Implemented Batch API services
…mat and increase chunk size
Fixed testcase score bug
… save conversations to Hippocampus using `agent_id`.
…d JSON content to Hippocampus.
…r_chabot_dev feat: integrate Hippocampus API for saving chatbot conversations
… hardcoded value in utils
refactor: remove environment variable for Hippocampus API URL and use…
feat: Add Firecrawl web crawling built-in tool with configurable API …
Fixed the Anthropic Batch API Bug
…search fix: Correctly retrieve 'chatbot_auto_answers' from bridge_data inste…
…e2 service (#1143) Co-authored-by: Husain Baghwala <husainhackerrank@gmail.com>
* feat: Enhance logging for saving conversations to Hippocampus in Queue2 service * fix: Update logging message for saving conversations to Hippocampus in Queue2 service * fix: Correct logging message for saving conversations to Hippocampus in Queue2 service --------- Co-authored-by: Husain Baghwala <husainhackerrank@gmail.com>
…aving conversations to Hippocampus (#1145) Co-authored-by: Husain Baghwala <husainhackerrank@gmail.com>
…_request_data_and_publish_sub_queue (#1148) Co-authored-by: Husain Baghwala <husainhackerrank@gmail.com>
…delRouter and common services (#1152) Co-authored-by: Husain Baghwala <husainhackerrank@gmail.com>
Co-authored-by: adityajunwal <adityakjunwal@gmail.com>
… 'images' key over 'user_urls' (#1154) Co-authored-by: Husain Baghwala <husainhackerrank@gmail.com>
…h_tools_and_apikeys function (#1155) Co-authored-by: Husain Baghwala <husainhackerrank@gmail.com>
#1141) * feat: Integrate Hippocampus API for document retrieval and update parameters in RAG tool * refactor: Update document handling in ConfigurationServices and improve descriptions in utils * feat: Add owner_id parameter to RAG queries for multi-tenant document isolation --------- Co-authored-by: Husain Baghwala <husainhackerrank@gmail.com> Co-authored-by: Natwar589 <natwarrathor961@gmail.com>
Co-authored-by: adityajunwal <adityakjunwal@gmail.com> Co-authored-by: Husain Baghwala <89205542+Husainbw786@users.noreply.github.com>
…variable in GCP upload service - Remove conditional checks for params and latency object creation - Fix error response to use 'error' key instead of 'modelResponse' - Add structured error handling for chained exceptions with combined error messages - Include message_id in error objects for better tracking - Add playground response format support for error responses - Initialize filename variable in uploadDoc to prevent UnboundLocalError
…iables - Added validation for batch_variables to ensure they are an array and match the length of the batch. - Implemented variable replacement in prompts for each batch message, handling missing variables appropriately. - Updated services to utilize processed prompts instead of the original system prompt. - Enhanced error reporting for missing variables across batch items.
|
Rejected. Why (short):
What to do next (actionable):
Fix these and resubmit. Fast, focused, no fluff. |
|
Reject. Why — short and brutal:
Actionable fixes (do these, then resubmit):
Fix the TS-rule violation first. Resubmit when the above are addressed. |
…on mapping and updating query handling - Updated `get_text_from_vectorsQuery` to accept an optional `resource_to_collection_mapping` parameter. - Modified the logic to retrieve `collection_id` based on `resource_id` from the mapping. - Adjusted the payload construction to include `collectionId` only if available. - Cleaned up the `add_rag_tool` function to create a mapping of `resource_id` to `collection_id` and removed the requirement for `collection_id` in the tool's parameters. - Updated the `Helper` class to remove references to `collection_id` in the prompt generation.
- Updated the variable name from `collection_description` to `resource_description` for better clarity in the prompt generation logic. - Added import for the `resource` module to maintain consistency in the code structure.
|
Rejected. Fixes required before approval:
Make these changes, convert new code to TypeScript (or get approved exception), and re-submit. Short. Fix it. |
|
Rejected. Why (short and brutal):
What I want to see to approve (actionable checklist):
Fix those, resubmit. Fast, precise, and no excuses. |
No description provided.