Skip to content

Commit

Permalink
Update rags.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Vargha-Kh authored Dec 4, 2024
1 parent a04fb9f commit 459fc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rags.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ def query_inferences(self, query_input):

# Print and return the results
print(self.results)
return self.results, self.result
return self.results


def parse_arguments():
Expand Down

0 comments on commit 459fc93

Please sign in to comment.