Draft
Conversation
Simplified chat rendering
This reverts commit 69bf2ca.
Pydantic AI allows setting multiple static and dynamic system prompts to define conversation context and rules. Previously, these were sent to the model API as separate messages, which caused compatibility issues with some self-hosted models (e.g., Gemma3/vLLM). This commit switches from using `system_prompt` to `instruction` as recommended in the Pydantic AI documentation, thus merging several instructions into a single message. Reference: https://ai.pydantic.dev/agents/#system-prompts Signed-off-by: Laurent Paoletti <lp@providenz.fr>
Signed-off-by: Laurent Paoletti <lp@providenz.fr>
We want to be able to use Find api in rag tools. I add a new rag backend class to do so.
I add tests to test the app.
I enhance Find API integration with user access control and configuration options
I refactor document parsing by introducing AlbertParser and BaseParser
I am proofreading myself
I am doing various small review fixies
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
change parsers and update Docker configuration
af86fa5 to
17e49b5
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Purpose
Describe the purpose of this pull request.
Proposal
External contributions
Thank you for your contribution! 🎉
Please ensure the following items are checked before submitting your pull request:
git commit --signoff(DCO compliance)git commit -S)<gitmoji>(type) title description## [Unreleased]section (if noticeable change)