Skip to content

Commit

Permalink
Fix rag harness
Browse files Browse the repository at this point in the history
  • Loading branch information
NivekT committed Nov 20, 2023
1 parent f0248bc commit ead22e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prompttools/harness/rag_harness.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ def run(self) -> None:

# Run the LLM experiment
self.experiment.run()
self.partial_df = self.experiment.partial_df
self.full_df = self.experiment.full_df

# Add "query text" (i.e. the prompt used to retrieve documents from the vector DB)
# to the final results table here
Expand Down

0 comments on commit ead22e8

Please sign in to comment.