Skip to content

Commit

Permalink
Update js/sdk/src/models.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
shreyaspimpalgaonkar and ellipsis-dev[bot] authored Oct 8, 2024
1 parent 6e8d62d commit 16cfeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/sdk/src/models.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export interface KGSearchSettings {
filters?: Record<string, any>;
selected_collection_ids?: string[];
graphrag_map_system_prompt?: string;
kg_search_type?: "local" | "local";
kg_search_type?: "local";
kg_search_level?: number | null;
generation_config?: GenerationConfig;
// entity_types?: any[];
Expand Down

0 comments on commit 16cfeed

Please sign in to comment.