-
Notifications
You must be signed in to change notification settings - Fork 307
Fix get load param if needed function #1344
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
Merged
Merged
Conversation
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
marklysze
approved these changes
Mar 13, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @davorrunje!
Codecov ReportAttention: Patch coverage is
... and 102 files with indirect coverage changes 🚀 New features to boost your workflow:
|
AgentGenie
pushed a commit
that referenced
this pull request
Mar 14, 2025
* test added * test added * DocAgent fix * DocAgent fix * DocAgent fix * DocAgent fix * Main and tweaks to function field annotations --------- Co-authored-by: Mark Sze <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 14, 2025
* Create a LlamaIndex query engine * Create unit tests * Fix file name * Fix file name * Change name * Updated notebooks, more comments, tidy. * Update autogen/agentchat/contrib/rag/llamaindex_query_engine.py Co-authored-by: Mark Sze <[email protected]> * Update autogen/agentchat/contrib/rag/llamaindex_query_engine.py Co-authored-by: Mark Sze <[email protected]> * Update autogen/agentchat/contrib/rag/llamaindex_query_engine.py Co-authored-by: Mark Sze <[email protected]> * Update autogen/agentchat/contrib/rag/llamaindex_query_engine.py Co-authored-by: Mark Sze <[email protected]> * Update autogen/agentchat/contrib/rag/llamaindex_query_engine.py Co-authored-by: Mark Sze <[email protected]> * Notebook metadata, pre-commit fix * Termination messages (#1336) * Addition of termination messages * Tests and tidy * Tidy, remove full stop * Correct code execution text (#1335) * Add silent_override for suppressing overriding function messages, updated dependency injection parameter to avoid pydantic warning message (#1334) * [Docs]: Swarm Patterns documentation (#1255) * Hierarchical pattern * Hierarchal updates, Star, Escalation patterns * Feedback Loop, Pipeline, Section overview * Context-Aware Routing and Redundant, tidy * Organic pattern * Triage with Tasks pattern, move to Pattern Cookbook * Remove blank. * Diagrams * Add package version to import utils (#1331) * wip * wip * wipp * versioning added to import utils * fix for missing version * Implement GoogleSearchTool (#1315) * wip * wip * wip * Google search tool WIP * Google search tool WIP * Initial GoogleSearchTool implementation * Add gemini tests * Update dependencies and initial tests for the google search tool added * Update tests * Cleanup * Cleanup * Fix tests * Fix tests * Fix tests * Google search notebook WIP * Documentation polishing * Update user guides * Refactor and fix tests * Update docs --------- Co-authored-by: Davor Runje <[email protected]> * Release 0.8.2rc0 (#1346) * [DocAgent] Add Text Citation (#1338) * Add table output option * Fix bug * Add VectorChromaCitationQueryEngine to support citations * Update DocAgent to support citations * Update DocAgent Notebook with Citation Example * polishing * update Summary Agent prompt to handle citations and non-citations * type hint with string literal --------- Co-authored-by: Davor Runje <[email protected]> Co-authored-by: Mark Sze <[email protected]> * Ollama response_format fix (#1347) * Ollama response_format fix * Ollama tests with response format passed in and conversion check * pre-commit tidy * Fix get load param if needed function (#1344) * test added * test added * DocAgent fix * DocAgent fix * DocAgent fix * DocAgent fix * Main and tweaks to function field annotations --------- Co-authored-by: Mark Sze <[email protected]> * Make Document Reader customizable. * Move SimpleDirectoryReader into init body --------- Co-authored-by: Mark Sze <[email protected]> Co-authored-by: Mark Sze <[email protected]> Co-authored-by: Davor Runje <[email protected]> Co-authored-by: Robert Jambrečić <[email protected]> Co-authored-by: Davor Runje <[email protected]> Co-authored-by: AgentGenie <[email protected]>
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.
Adds test for DocAgent, but they are not failing as described in the issue #1324
Why are these changes needed?
Related issue number
Checks