Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 12, 2024
1 parent a9004f1 commit 7df2fd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/langchain-textsplitters/src/text_splitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { Document, BaseDocumentTransformer } from "@langchain/core/documents";
import { getEncoding } from "@langchain/core/utils/tiktoken";

export interface TextSplitterParams {
/**
* todo drop me
*/
chunkSize: number;
chunkOverlap: number;
keepSeparator: boolean;
Expand Down

0 comments on commit 7df2fd5

Please sign in to comment.