Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Jun 12, 2024
1 parent 7df2fd5 commit b480cd1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libs/langchain-textsplitters/src/text_splitter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ 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 b480cd1

Please sign in to comment.