Skip to content

feat: implement UnifiedSearch (search v1.2) method [ECS-1656]#1427

Open
gcuip wants to merge 7 commits intomainfrom
feature/ECS-1656-unified-search
Open

feat: implement UnifiedSearch (search v1.2) method [ECS-1656]#1427
gcuip wants to merge 7 commits intomainfrom
feature/ECS-1656-unified-search

Conversation

@gcuip
Copy link
Contributor

@gcuip gcuip commented Mar 9, 2026

No description provided.

@github-actions github-actions bot added the test:uipath-langchain Triggers tests in the uipath-langchain-python repository label Mar 9, 2026
UnifiedQueryResult: The unified search result containing semantic and/or tabular results.
"""
index = self.retrieve(name, folder_key=folder_key, folder_path=folder_path)
if index and index.in_progress_ingestion():
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if the index search works without raising an error even if we have an ingestion in progress (using already ingested date) we can remove those checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:uipath-langchain Triggers tests in the uipath-langchain-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants