-
Notifications
You must be signed in to change notification settings - Fork 904
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
feat: Implement filtering by metadata #337
Conversation
Sweep: PR Reviewagents-api/agents_api/models/docs/list_docs.pyThe changes introduce a new Sweep Found These Issues
View Diff julep/agents-api/agents_api/models/docs/list_docs.py Lines 43 to 48 in 8a1053a
View Diff agents-api/agents_api/routers/agents/routers.pyThe changes allow the Sweep Found These Issues
View Diff agents-api/agents_api/routers/users/routers.pyThe change removes the HTTP 501 Not Implemented error for Sweep Found These Issues
julep/agents-api/agents_api/routers/users/routers.py Lines 288 to 297 in 8a1053a
View Diff |
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.
❌ Changes requested. Reviewed everything up to 8a1053a in 1 minute and 6 seconds
More details
- Looked at
93
lines of code in3
files - Skipped
0
files when reviewing. - Skipped posting
0
drafted comments based on config settings.
Workflow ID: wflow_rLMNgdq9vJ4GSMEa
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Lgtm |
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.
❌ Changes requested. Incremental review on 3a6bbd2 in 1 minute and 56 seconds
More details
- Looked at
34
lines of code in2
files - Skipped
0
files when reviewing. - Skipped posting
0
drafted comments based on config settings.
Workflow ID: wflow_G5pE8zbnZhnNkZxz
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Summary:
Enhanced document retrieval functionality in the agents and users API by implementing metadata filtering.
Key points:
metadata_filter
parameter tolist_docs_snippets_by_owner_query
in/agents-api/agents_api/models/docs/list_docs.py
list_docs
endpoints in/agents-api/agents_api/routers/agents/routers.py
and/agents-api/agents_api/routers/users/routers.py
to acceptmetadata_filter
from requestsmetadata_filter
in the routersGenerated with ❤️ by ellipsis.dev