Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xwiki-contrib/ai-llm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cfe02ced02d0
Choose a base ref
...
head repository: xwiki-contrib/ai-llm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6645d40a1c87
Choose a head ref
  • 3 commits
  • 23 files changed
  • 1 contributor

Commits on Jan 31, 2024

  1. LLMAI-45: Create a new Java API for chat models

    * Sort models by displayed name.
    * Store the object, not the document reference for models. This might have fixed a bug where models weren't correctly registered in some cases.
    michitux committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    79d00de View commit details
    Browse the repository at this point in the history
  2. LLMAI-58: Add support for chat request filters

    * Add new ChatRequestFilter and ChatRequestFilterBuilder roles.
    * Add a script service to get available filters.
    * Modify the sheet to display the available filters.
    michitux committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2e6bdb3 View commit details
    Browse the repository at this point in the history
  3. LLMAI-50: First version of RAG

    * Added a RAG request filter with a simple configuration class and UI but without the actual prompt modification part.
    michitux committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    6645d40 View commit details
    Browse the repository at this point in the history
Loading