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

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Jul 9, 2024
1 parent e35bc14 commit 624a17b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r2rClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ export class r2rClient {
do_hybrid_search?: boolean;
use_kg_search?: boolean;
kg_generation_config?: Record<string, any>;
rag_generation_config?: Record<string, any>; // Updated to Record<string, any>
rag_generation_config?: Record<string, any>;
}): Promise<any> {
const {
query,
Expand Down

0 comments on commit 624a17b

Please sign in to comment.