feat: add support for system indexes [ECS-1791]#1605
Conversation
6f9ef08 to
f0eaefe
Compare
| ] | ||
|
|
||
| @traced(name="contextgrounding_retrieve_system_indexes", run_type="uipath") | ||
| def retrieve_system_indexes( |
There was a problem hiding this comment.
would keep this as a private untraced method.
There was a problem hiding this comment.
it will be useful for customers to see why they can run debug projects and where the index came from, but when running a production / deployed project, they'll get a different index (or an error if they have manually deleted it).
| ) | ||
|
|
||
| @staticmethod | ||
| def _odata_name_filter(name: str) -> str: |
There was a problem hiding this comment.
should we maybe make this generic and move it one level up (base class) so any downstream service can benefit from the encoding?
There was a problem hiding this comment.
we can extract it later if it's needed by other services.
🚨 Heads up:
|
🚨 Heads up:
|
No description provided.