Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
remove query from ranking request
Browse files Browse the repository at this point in the history
  • Loading branch information
wintonzheng committed Oct 5, 2023
1 parent 8289e7f commit d35889a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wyvern/components/ranking_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
from wyvern.components.pagination.pagination_fields import PaginationFields
from wyvern.components.pipeline_component import PipelineComponent
from wyvern.entities.candidate_entities import ScoredCandidate
from wyvern.entities.identifier_entities import QueryEntity
from wyvern.entities.model_entities import ModelInput
from wyvern.entities.request import BaseWyvernRequest
from wyvern.event_logging import event_logger
Expand All @@ -41,7 +40,6 @@ class RankingRequest(
candidates: the list of candidate entities
"""

query: QueryEntity
candidates: List[WYVERN_ENTITY]


Expand Down

0 comments on commit d35889a

Please sign in to comment.