We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd43840 commit d3904dfCopy full SHA for d3904df
packages/langbase/src/langbase/langbase.ts
@@ -317,6 +317,8 @@ export interface MemoryRetryDocEmbedOptions {
317
}
318
319
export interface MemoryCreateResponse extends MemoryBaseResponse {
320
+ chunk_size: number;
321
+ chunk_overlap: number;
322
embedding_model: EmbeddingModels;
323
324
export interface MemoryListResponse extends MemoryBaseResponse {
0 commit comments