Releases: cloudera/CML_AMP_RAG_Studio
Releases · cloudera/CML_AMP_RAG_Studio
1.23.0-beta
Remove crew, replace with custom tool-calling (#243) * wip on moving away from crew * wip lastFile:llm-service/app/services/query/agents/crewai_querier.py * drop databases lastFile:llm-service/app/services/query/agents/crewai_querier.py * WIP basic tool calling and minor refactoring of retriever tool lastFile:llm-service/app/services/query/tools/retriever.py * not working usage of openai agent * basic streaming example * wip on openai tool using * provide summaries to the retrieval tool * added source nodes to OpenAI agent stream * minor change to prompt * wip on supporting bedrock * WIP streaming for non open ai models * add conditional for openai * support for non openai agents and refactor * minor fix to return types * remove crew * minor change to check for empty response * fix mypy, ruff issues * Revert "bump mui packages that seemed to address issues with x-charts" This reverts commit 864b770f611ee0e4d85e44b2b2dedbe34e83e3d7. * Revert "update hide legend" This reverts commit b4db0dde75ab3235345fa2452cff4e8d187a00db. * remove the last crew bits * added verbosity for non openai agents * added missing print dashes * better error handling for bedrock model availability * fix mypy * fix writing source nodes --------- Co-authored-by: Elijah Williams <[email protected]> Co-authored-by: Michael Liu <[email protected]> Co-authored-by: Baasit Sharief <[email protected]>
1.22.2
hotifx
add branch (#242)
1.22.1
kill the startup script if python fails to start (#237) * kill the startup script if python fails to start * Update scripts/startup_app.sh Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1.22.0
a few tweaks for better logging & old CML/crew support (#231) * a few tweaks for better logging & old CML/crew support * add pysqllite3 as a dep for Linux * add pysqllite3-binary to the deps, and put the import into a try/except * ruff * print out the system platform for debugging purposes * Update llm-service/app/main.py Co-authored-by: Copilot <[email protected]> * address deprecation issues --------- Co-authored-by: Copilot <[email protected]>
1.21.0
Merge branch 'release/1' into main
1.20.0
remove the required asterisk from the base url & fix cross-config pro…
1.19.0
Allow users to provide a CDP token for access to CAII (#211) * Add new endpoint for writing a cdp token to /tmp/jwt * swap to using text area * revert a CAII integration point that was broken with Crew changes * wip on adding new nav * add ui for setting cdp token * styling token box * add error alert to chat page * move custom cdp_token file out of tmp so it persists across restarts * clean up pythonic issues * get rid of print * fix bugs with logging metrics and filtering ds * fix issue with streaming chat with empty kb * disable buttons until full response * bump qdrant-client version down * remove links from copied response * don't create a new line on handle chat submit via enter * WIP cdp auth token lastFile:ui/src/pages/Settings/AuthenticationFields.tsx * drop databases lastFile:ui/src/pages/Settings/AuthenticationFields.tsx * styled tooltip * tidying up CDP auth token UX lastFile:ui/src/routes/_layout/chats/_layout-chats/index.tsx * python checks * show error message on session route and reformat * add error handling for invalid auth token * move comment * try just disabling the tab * create second hook with different key for settings nav * fix naming of cdp_token * show error message on fallback * rename component and move * drop databases lastFile:ui/src/pages/RagChatTab/ChatOutput/ChatMessages/ChatMessageBody.tsx * make enhanced pdf processing optional * remove hardcoded event * fix unused * remove extra copyright * remove extra space from response and center citation --------- Co-authored-by: Elijah Williams <[email protected]> Co-authored-by: Baasit Sharief <[email protected]> Co-authored-by: Michael Liu <[email protected]>
1.18.0
Update release version to 1.18.0-beta
1.17.0
- We're externalizing storage options in an effort to modularize RAG Studio
a. Users can now configure both chat history and document summaries to be stored in S3 as well as the CML file system - To improve chat responsiveness, we now paginate chat history calls
- Additionally, we've performed work to allow us to break apart RAG Studio to run across multiple CML applications. RAG Studio will continue to run in a single application with this release; however, we have the option to turn it on with some minor changes.