Skip to content

Commit

Permalink
Hotfix: js import
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Dec 5, 2024
1 parent 3525def commit b916121
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions js/sdk/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { GenerationConfig } from "r2r-js";
import { ChunkSearchSettings, HybridSearchSettings } from "./models";
import {
ChunkSearchSettings,
GenerationConfig,
HybridSearchSettings,
} from "./models";

export interface UnprocessedChunk {
id: string;
Expand Down

0 comments on commit b916121

Please sign in to comment.