We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931d6a7 commit 9abb309Copy full SHA for 9abb309
aperag/service/collection_service.py
@@ -522,7 +522,7 @@ async def create_search(
522
collection = await self.db_ops.query_collection(search_user_id, collection_id)
523
except Exception:
524
# If marketplace access also fails, raise original not found error
525
- raise CollectionNotFoundException(collection_id)
+ logger.info(f"Collection {collection_id} is not found in marketplace for user {user}")
526
527
if not collection:
528
# Try to get collection associated with bot that is accessible to user
0 commit comments