Releases: cloudera/CML_AMP_RAG_Studio
Releases · cloudera/CML_AMP_RAG_Studio
1.4.1
1.4.0
Release 1.4.0 is out! ⛷️
Major changes including:
- CAII Model Discovery. We no longer require users to specify an inference and embedding CAII model. Instead, users can now choose between any of the CAII models available in their environment.
- Switched to Bedrock Converse to support more Bedrock models
- We now support saving the inference model in a chat session
- We support saving the embedding and summarization model for a knowledge base. As part of this change, users can now disable summarization by not selecting a model.
- Added Cohere Command R+ v1 inference model
- Added Cohere Embed Multilingual v3 embedding model
- Removed Llama 3.1 405b model inference model
1.4.0-beta
Merge pull request #58 from cloudera/mob/main Provide Sessions with Inference Model Persistence
1.3.0
Visualization, Powerpoint, Misc. Cleanup (#49) * wip on visualizing dataset contents and vectors * remove docling * Make datasets represent individasiual docs * hi lite * make the hover point size bigger for stronger highlighting * highlight even stronger! * refactor and add a question entry box to show where the question lies in the vector space * a bit of refactoring and fix unused imports * force mypy into happiness * Update release version to dev-testing * fix types * disable input while loading * mark loading while viz is loading * clear up some warnings * make the active tab sticky on the ds management page * small refactoring * small refactor * "wip on visualization cleanup" * "now we're thinking with UMAP tooltips" * "styling" * "viz layout, continued." * "now we're thinking with dependency hell" * "add dependencies" * add the last dependency needed for powerpoint parsing * add other powerpoints * turn on the no-kb query toggle * tidy up the chunk metadata handling * use models for models * update uv.lock from main * delete log file --------- Co-authored-by: Michael Liu <[email protected]> Co-authored-by: actions-user <[email protected]> Co-authored-by: Elijah Williams <[email protected]>
model_storage_release
This is a fake release, to provide urls to download some EasyOCR model artifacts at startup time.
DO NOT DELETE OR EDIT UNLESS YOU KNOW WHAT YOU ARE DOING
1.3.0-beta
Support parsing json and csv (#32) * Support parsing json and csv * parallelize requests * try to fix deletion * keep document id * revert delete changes * remove delete_document * fix lint
1.2.0
MIsc. updates and bugfixes (#25) * add scores to sources * add in toggle for querying knowledge base * wip for excluding knowledge base * wip on llm_talk * make direct calls to the CAII embedding model, rather than using the OpenAI library * init the context in the super constructor call * Fix check for CAII domain * fix broken test compilation * Update release version to dev-testing * hide the knowledge base switch for now --------- Co-authored-by: Elijah Williams <[email protected]> Co-authored-by: Michael Liu <[email protected]> Co-authored-by: actions-user <[email protected]>
release-testing
Use pdm for llm-service deps (#24) * Use pdm for llm-service deps * update github workflow * use setup-pdm * use quotes
1.2.0-beta
Merge pull request #21 from cloudera/mob/main Reconciler exception handling and updated python prefixes
1.1.0
Update release version to 1.1.0-beta