From caa92c4e7a1712800b8a4300f168a8157226f13e Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 11:43:49 -0400 Subject: [PATCH 01/30] Add build step before typecheck in CI workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0094128..3f07919 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: ./.github/actions/install-node-pnpm - - run: pnpm run typecheck + - run: pnpm run build && pnpm run typecheck lint: name: Lint From 82fe6d2f4b43c6e631644173aa05e15ae4acd1f7 Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 11:44:03 -0400 Subject: [PATCH 02/30] Catch tokenizer error without console output --- src/model/utils/tokenizer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/utils/tokenizer.ts b/src/model/utils/tokenizer.ts index 674ebfb..aea43a9 100644 --- a/src/model/utils/tokenizer.ts +++ b/src/model/utils/tokenizer.ts @@ -35,8 +35,8 @@ class Tokenizer implements Model.ITokenizer { this.model = model; try { this.tiktoken = encoding_for_model(model as TiktokenModel); + // eslint-disable-next-line @typescript-eslint/no-unused-vars } catch (e) { - console.error(`Failed to create tokenizer for model ${model}`, e); this.tiktoken = encoding_for_model('gpt-3.5-turbo'); } } From 53ede7ec190501dc6adf494f03c7f791c3906578 Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 11:57:47 -0400 Subject: [PATCH 03/30] Update `openai-fetch` to 3.3.1 and handle refusals This commit updates the `openai-fetch` dependency to version 3.3.1. It also introduces handling for message refusals by throwing a `RefusalError` when a refusal is returned. This includes changes in `chat.ts`, test enhancements, and updates to message types and checks. --- package.json | 2 +- pnpm-lock.yaml | 52 +++++++++++++++++++++++---- src/model/chat.test.ts | 52 ++++++++++++++++++++++++++- src/model/chat.ts | 17 +++++---- src/model/types.ts | 8 ++--- src/prompt/index.ts | 1 + src/prompt/types.ts | 7 ++++ src/prompt/utils/errors.ts | 20 +++++++++++ src/prompt/utils/message.test.ts | 6 +++- src/prompt/utils/message.ts | 62 ++++++++++++++++++++++---------- 10 files changed, 188 insertions(+), 39 deletions(-) diff --git a/package.json b/package.json index 3381288..80d82c5 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "hash-object": "^5.0.1", "jsonrepair": "^3.8.1", "ky": "^1.7.2", - "openai-fetch": "2.0.4", + "openai-fetch": "3.3.1", "p-map": "^7.0.2", "p-throttle": "^6.2.0", "parse-json": "^8.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ee2d0ae..b33c64e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: specifier: ^1.7.2 version: 1.7.2 openai-fetch: - specifier: 2.0.4 - version: 2.0.4 + specifier: 3.3.1 + version: 3.3.1 p-map: specifier: ^7.0.2 version: 7.0.2 @@ -145,18 +145,34 @@ packages: resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} engines: {node: '>=6.9.0'} + '@babel/code-frame@7.25.7': + resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==} + engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.24.7': resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} engines: {node: '>=6.9.0'} + '@babel/helper-validator-identifier@7.25.7': + resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==} + engines: {node: '>=6.9.0'} + '@babel/highlight@7.24.7': resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} engines: {node: '>=6.9.0'} + '@babel/highlight@7.25.7': + resolution: {integrity: sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==} + engines: {node: '>=6.9.0'} + '@babel/runtime@7.24.6': resolution: {integrity: sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw==} engines: {node: '>=6.9.0'} + '@babel/runtime@7.25.7': + resolution: {integrity: sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==} + engines: {node: '>=6.9.0'} + '@braintree/sanitize-url@6.0.4': resolution: {integrity: sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bow7OIQwYYaHjk9XlBQ2A==} @@ -3452,8 +3468,8 @@ packages: resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==} engines: {node: '>=18'} - openai-fetch@2.0.4: - resolution: {integrity: sha512-+1sC+mYpGi79YXaJsySxTtYeWkDULS/fhRCr8PLI+xcpnqFfoFY/VL0f4avQAnJSf1LZRaTrrKOK8yqxrYI5BQ==} + openai-fetch@3.3.1: + resolution: {integrity: sha512-/b7rPeKLgS+3C2dxQHPiWDj4wOcbL/SF5L2dxktmJyfFza/VK6Mr3+rIldgGxRNpqsa3oonEowafPNx5Tdq9dA==} engines: {node: '>=18'} optionator@0.9.4: @@ -4654,8 +4670,17 @@ snapshots: '@babel/highlight': 7.24.7 picocolors: 1.1.0 + '@babel/code-frame@7.25.7': + dependencies: + '@babel/highlight': 7.25.7 + picocolors: 1.1.0 + optional: true + '@babel/helper-validator-identifier@7.24.7': {} + '@babel/helper-validator-identifier@7.25.7': + optional: true + '@babel/highlight@7.24.7': dependencies: '@babel/helper-validator-identifier': 7.24.7 @@ -4663,10 +4688,23 @@ snapshots: js-tokens: 4.0.0 picocolors: 1.1.0 + '@babel/highlight@7.25.7': + dependencies: + '@babel/helper-validator-identifier': 7.25.7 + chalk: 2.4.2 + js-tokens: 4.0.0 + picocolors: 1.1.0 + optional: true + '@babel/runtime@7.24.6': dependencies: regenerator-runtime: 0.14.1 + '@babel/runtime@7.25.7': + dependencies: + regenerator-runtime: 0.14.1 + optional: true + '@braintree/sanitize-url@6.0.4': {} '@dexaai/eslint-config@1.3.6(@testing-library/dom@8.20.1)(eslint@8.57.1)(typescript@5.6.3)': @@ -5478,8 +5516,8 @@ snapshots: '@testing-library/dom@8.20.1': dependencies: - '@babel/code-frame': 7.24.7 - '@babel/runtime': 7.24.6 + '@babel/code-frame': 7.25.7 + '@babel/runtime': 7.25.7 '@types/aria-query': 5.0.4 aria-query: 5.1.3 chalk: 4.1.2 @@ -8629,7 +8667,7 @@ snapshots: is-inside-container: 1.0.0 is-wsl: 3.1.0 - openai-fetch@2.0.4: + openai-fetch@3.3.1: dependencies: ky: 1.7.2 diff --git a/src/model/chat.test.ts b/src/model/chat.test.ts index 0e063b6..24dff56 100644 --- a/src/model/chat.test.ts +++ b/src/model/chat.test.ts @@ -1,5 +1,6 @@ import { describe, expect, it, vi } from 'vitest'; +import { RefusalError } from '../prompt/index.js'; import { ChatModel } from './chat.js'; import { type Model } from './types.js'; @@ -27,6 +28,38 @@ const FAKE_RESPONSE: Model.Chat.Response = { message: { content: 'Hi from fake AI', role: 'assistant', + refusal: null, + }, + logprobs: null, + }, + ], +}; + +const FAKE_REFUSAL_RESPONSE: Model.Chat.Response = { + message: { + content: null, + role: 'assistant', + }, + cached: false, + latency: 0, + cost: 0, + created: 0, + id: 'fake-id', + model: 'gpt-fake', + object: 'chat.completion', + usage: { + completion_tokens: 1, + prompt_tokens: 1, + total_tokens: 2, + }, + choices: [ + { + finish_reason: 'stop', + index: 0, + message: { + content: null, + role: 'assistant', + refusal: 'I refuse to answer', }, logprobs: null, }, @@ -54,7 +87,10 @@ describe('ChatModel', () => { const response = await chatModel.run({ messages: [{ role: 'user', content: 'content' }], }); - expect(response).toEqual(FAKE_RESPONSE); + expect(response).toEqual({ + ...FAKE_RESPONSE, + message: FAKE_RESPONSE.message, + }); }); it('triggers events', async () => { @@ -246,4 +282,18 @@ describe('ChatModel', () => { expect(chatModel.context.userId).toBe('123'); expect(chatModel.params.model).toBe('gpt-fake'); }); + + it('throws a refusal error when a refusal is returned', async () => { + vi.setSystemTime(new Date()); + Client = vi.fn() as unknown as Model.Chat.Client; + Client.createChatCompletion = vi + .fn() + .mockImplementation(() => Promise.resolve(FAKE_REFUSAL_RESPONSE)); + const chatModel = new ChatModel({ client: Client }); + await expect(() => + chatModel.run({ + messages: [{ role: 'user', content: 'content' }], + }) + ).rejects.toThrowError(RefusalError); + }); }); diff --git a/src/model/chat.ts b/src/model/chat.ts index ab122da..4a15f7e 100644 --- a/src/model/chat.ts +++ b/src/model/chat.ts @@ -1,5 +1,7 @@ +import { type ChatResponse } from 'openai-fetch'; import { type PartialDeep, type SetOptional } from 'type-fest'; +import { Msg } from '../prompt/index.js'; import { deepMerge, mergeEvents, type Prettify } from '../utils/helpers.js'; import { createOpenAIClient } from './clients/openai.js'; import { AbstractModel, type ModelArgs } from './model.js'; @@ -97,9 +99,11 @@ export class ChatModel< ) ?? [] ); + const message = Msg.fromChatMessage(response.choices[0].message); + const modelResponse: Model.Chat.Response = { ...response, - message: response.choices[0].message, + message, cached: false, latency: Date.now() - start, cost: calculateCost({ model: params.model, tokens: response.usage }), @@ -200,7 +204,7 @@ export class ChatModel< finish_reason: choice.finish_reason as Model.Chat.Response['choices'][0]['finish_reason'], index: choice.index, - message: choice.delta as Model.Message & { role: 'assistant' }, + message: choice.delta as ChatResponse['choices'][0]['message'], logprobs: choice.logprobs || null, }, ], @@ -209,9 +213,8 @@ export class ChatModel< // Calculate the token usage and add it to the response. // OpenAI doesn't provide token usage for streaming requests. const promptTokens = this.tokenizer.countTokens(params.messages); - const completionTokens = this.tokenizer.countTokens( - response.choices[0].message - ); + const messageContent = response.choices[0].message.content ?? ''; + const completionTokens = this.tokenizer.countTokens(messageContent); response.usage = { completion_tokens: completionTokens, prompt_tokens: promptTokens, @@ -234,9 +237,11 @@ export class ChatModel< ) ?? [] ); + const message = Msg.fromChatMessage(response.choices[0].message); + const modelResponse: Model.Chat.Response = { ...response, - message: response.choices[0].message, + message, cached: false, latency: Date.now() - start, cost: calculateCost({ model: params.model, tokens: response.usage }), diff --git a/src/model/types.ts b/src/model/types.ts index aa4ec07..235023c 100644 --- a/src/model/types.ts +++ b/src/model/types.ts @@ -1,7 +1,6 @@ /* eslint-disable no-use-before-define */ import { type Options as KYOptions } from 'ky'; import { - type ChatMessage, type ChatParams, type ChatResponse, type ChatStreamResponse, @@ -12,6 +11,7 @@ import { type OpenAIClient, } from 'openai-fetch'; +import { type Prompt } from '../prompt/types.js'; import { type ChatModel } from './chat.js'; import { type CompletionModel } from './completion.js'; import { type EmbeddingModel } from './embedding.js'; @@ -79,7 +79,7 @@ export namespace Model { top_p?: ChatParams['top_p']; } export interface Response extends Base.Response, ChatResponse { - message: ChatMessage; + message: Prompt.Msg; } /** Streaming response from the OpenAI API. */ type StreamResponse = ChatStreamResponse; @@ -205,7 +205,7 @@ export namespace Model { * A single ChatMessage is counted as a completion and an array as a prompt. * Strings are counted as is. */ - countTokens(input?: string | ChatMessage | ChatMessage[]): number; + countTokens(input?: string | Prompt.Msg | Prompt.Msg[]): number; /** Truncate a string to a maximum number of tokens */ truncate(args: { /** Text to truncate */ @@ -218,7 +218,7 @@ export namespace Model { } /** Primary message type for chat models */ - export type Message = ChatMessage; + export type Message = Prompt.Msg; /** The provider of the model (eg: OpenAI) */ export type Provider = (string & {}) | 'openai' | 'custom'; diff --git a/src/prompt/index.ts b/src/prompt/index.ts index e8f27d5..148e76a 100644 --- a/src/prompt/index.ts +++ b/src/prompt/index.ts @@ -10,5 +10,6 @@ export { stringifyForModel } from './functions/stringify-for-model.js'; export { zodToJsonSchema } from './functions/zod-to-json.js'; export type { Prompt } from './types.js'; export * from './utils/errors.js'; +export { AbortError, RefusalError } from './utils/errors.js'; export { getErrorMsg } from './utils/get-error-message.js'; export { Msg } from './utils/message.js'; diff --git a/src/prompt/types.ts b/src/prompt/types.ts index a13576f..afe8440 100644 --- a/src/prompt/types.ts +++ b/src/prompt/types.ts @@ -146,6 +146,13 @@ export namespace Prompt { content: string; }; + /** Message with a refusal reason and no content. */ + export type Refusal = { + role: 'assistant'; + refusal: string; + content?: null; + }; + /** Message with arguments to call a function. */ export type FuncCall = { role: 'assistant'; diff --git a/src/prompt/utils/errors.ts b/src/prompt/utils/errors.ts index 7b8f784..9ba6494 100644 --- a/src/prompt/utils/errors.ts +++ b/src/prompt/utils/errors.ts @@ -17,3 +17,23 @@ export class AbortError extends Error { this.message = message; } } + +export class RefusalError extends Error { + readonly name: 'RefusalError'; + readonly originalError: Error; + + constructor(message: string | Error) { + super(); + + if (message instanceof Error) { + this.originalError = message; + ({ message } = message); + } else { + this.originalError = new Error(message); + this.originalError.stack = this.stack; + } + + this.name = 'RefusalError'; + this.message = message; + } +} diff --git a/src/prompt/utils/message.test.ts b/src/prompt/utils/message.test.ts index 2653679..c3d3f3b 100644 --- a/src/prompt/utils/message.test.ts +++ b/src/prompt/utils/message.test.ts @@ -43,8 +43,12 @@ describe('Msg', () => { expect(Msg.isToolResult(msg)).toBe(true); }); + // Same as OpenAI.ChatMessage, except we throw a RefusalError if the message is a refusal + // so `refusal` isn't on the object and content can't be optional. it('prompt message types should interop with openai-fetch message types', () => { - expectTypeOf({} as OpenAI.ChatMessage).toMatchTypeOf(); + expectTypeOf( + {} as Omit & { content: string | null } + ).toMatchTypeOf(); expectTypeOf({} as Prompt.Msg).toMatchTypeOf(); expectTypeOf({} as Prompt.Msg.System).toMatchTypeOf(); expectTypeOf({} as Prompt.Msg.User).toMatchTypeOf(); diff --git a/src/prompt/utils/message.ts b/src/prompt/utils/message.ts index 02b2ecc..f9f3fec 100644 --- a/src/prompt/utils/message.ts +++ b/src/prompt/utils/message.ts @@ -1,8 +1,12 @@ import dedent from 'dedent'; +import { type ChatMessage, type ChatResponse } from 'openai-fetch'; import { type Jsonifiable } from 'type-fest'; import { stringifyForModel } from '../functions/stringify-for-model.js'; import { type Prompt } from '../types.js'; +import { RefusalError } from './errors.js'; + +type ChatResponseMessage = ChatResponse['choices'][0]['message']; /** * Clean a string by removing extra newlines and indentation. @@ -145,7 +149,7 @@ export class Msg { return Msg.toolCall(msg.tool_calls); } else if (msg.content === null && msg.function_call != null) { return Msg.funcCall(msg.function_call); - } else if (msg.content !== null) { + } else if (msg.content != null) { return Msg.assistant(msg.content); } else { // @TODO: probably don't want to error here @@ -155,44 +159,60 @@ export class Msg { } /** Check if a message is a system message. */ - static isSystem(message: Prompt.Msg): message is Prompt.Msg.System { + static isSystem( + message: ChatMessage | ChatResponseMessage + ): message is Prompt.Msg.System { return message.role === 'system'; } /** Check if a message is a user message. */ - static isUser(message: Prompt.Msg): message is Prompt.Msg.User { + static isUser( + message: ChatMessage | ChatResponseMessage + ): message is Prompt.Msg.User { return message.role === 'user'; } /** Check if a message is an assistant message. */ - static isAssistant(message: Prompt.Msg): message is Prompt.Msg.Assistant { - return message.role === 'assistant' && message.content !== null; + static isAssistant( + message: ChatMessage | ChatResponseMessage + ): message is Prompt.Msg.Assistant { + return message.role === 'assistant' && message.content != null; + } + /** Check if a message is a refusal message. */ + static isRefusal( + message: ChatMessage | ChatResponseMessage + ): message is Prompt.Msg.Refusal { + return message.role === 'assistant' && message.refusal != null; } /** Check if a message is a function call message with arguments. */ - static isFuncCall(message: Prompt.Msg): message is Prompt.Msg.FuncCall { + static isFuncCall( + message: ChatMessage | ChatResponseMessage + ): message is Prompt.Msg.FuncCall { return message.role === 'assistant' && message.function_call != null; } /** Check if a message is a function result message. */ - static isFuncResult(message: Prompt.Msg): message is Prompt.Msg.FuncResult { + static isFuncResult( + message: ChatMessage | ChatResponseMessage + ): message is Prompt.Msg.FuncResult { return message.role === 'function' && message.name != null; } /** Check if a message is a tool calls message. */ - static isToolCall(message: Prompt.Msg): message is Prompt.Msg.ToolCall { + static isToolCall( + message: ChatMessage | ChatResponseMessage + ): message is Prompt.Msg.ToolCall { return message.role === 'assistant' && message.tool_calls != null; } /** Check if a message is a tool call result message. */ - static isToolResult(message: Prompt.Msg): message is Prompt.Msg.ToolResult { + static isToolResult( + message: ChatMessage | ChatResponseMessage + ): message is Prompt.Msg.ToolResult { return message.role === 'tool' && !!message.tool_call_id; } - /** Narrow a ChatModel.Message to a specific type. */ - static narrow(message: Prompt.Msg.System): Prompt.Msg.System; - static narrow(message: Prompt.Msg.User): Prompt.Msg.User; - static narrow(message: Prompt.Msg.Assistant): Prompt.Msg.Assistant; - static narrow(message: Prompt.Msg.FuncCall): Prompt.Msg.FuncCall; - static narrow(message: Prompt.Msg.FuncResult): Prompt.Msg.FuncResult; - static narrow(message: Prompt.Msg.ToolCall): Prompt.Msg.ToolCall; - static narrow(message: Prompt.Msg.ToolResult): Prompt.Msg.ToolResult; - static narrow( - message: Prompt.Msg + /** + * Narrow a ChatModel.Message to a specific type. + * Throws a RefusalError if the message is a refusal. + */ + static fromChatMessage( + message: ChatMessage | ChatResponseMessage ): | Prompt.Msg.System | Prompt.Msg.User @@ -201,6 +221,10 @@ export class Msg { | Prompt.Msg.FuncResult | Prompt.Msg.ToolCall | Prompt.Msg.ToolResult { + if (this.isRefusal(message)) { + throw new RefusalError(message.refusal); + } + delete message.refusal; if (this.isSystem(message)) { return message; } From fd8e4d054fc5d94e7891bcf618abd496a8a49a79 Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 12:17:37 -0400 Subject: [PATCH 04/30] Delete documentation website --- contributing.md | 23 - docs/bin/transform-docs.ts | 113 - docs/next-env.d.ts | 5 - docs/next.config.mjs | 29 - docs/package.json | 18 - docs/pages/_app.mdx | 12 - docs/pages/_meta.json | 37 - docs/pages/docs/.nojekyll | 1 - docs/pages/docs/README.md | 173 - docs/pages/docs/_meta.json | 14 - docs/pages/docs/classes/AbortError.md | 36 - docs/pages/docs/classes/AbstractDatastore.md | 177 - .../docs/classes/AbstractHybridDatastore.md | 208 -- docs/pages/docs/classes/AbstractModel.md | 336 -- docs/pages/docs/classes/ChatModel.md | 407 -- docs/pages/docs/classes/CompletionModel.md | 393 -- docs/pages/docs/classes/EmbeddingModel.md | 398 -- docs/pages/docs/classes/Msg.md | 516 --- docs/pages/docs/classes/PineconeDatastore.md | 241 -- .../docs/classes/PineconeHybridDatastore.md | 242 -- docs/pages/docs/classes/SparseVectorModel.md | 397 -- docs/pages/docs/classes/VectorUtils.md | 93 - docs/pages/docs/classes/_meta.json | 14 - docs/pages/docs/exports.md | 58 - docs/pages/docs/functions/_meta.json | 19 - docs/pages/docs/functions/calculateCost.md | 23 - .../docs/functions/createAIExtractFunction.md | 35 - docs/pages/docs/functions/createAIRunner.md | 38 - docs/pages/docs/functions/createAiFunction.md | 36 - .../docs/functions/createOpenAiClient.md | 20 - .../docs/functions/createPineconeClient.md | 25 - docs/pages/docs/functions/createTokenizer.md | 19 - docs/pages/docs/functions/deepMerge.md | 25 - docs/pages/docs/functions/defaultCacheKey.md | 23 - .../pages/docs/functions/extractJsonObject.md | 19 - docs/pages/docs/functions/extractZodObject.md | 28 - docs/pages/docs/functions/getErrorMsg.md | 19 - .../functions/handleFunctionCallMessage.md | 25 - docs/pages/docs/functions/omit.md | 33 - docs/pages/docs/functions/pick.md | 33 - .../pages/docs/functions/stringifyForModel.md | 21 - docs/pages/docs/functions/zodToJsonSchema.md | 19 - docs/pages/docs/interfaces/ModelArgs.md | 22 - .../pages/docs/namespaces/Datastore/README.md | 24 - .../namespaces/Datastore/interfaces/Doc.md | 23 - .../namespaces/Datastore/interfaces/Events.md | 18 - .../namespaces/Datastore/interfaces/Opts.md | 27 - .../Datastore/interfaces/OptsHybrid.md | 28 - .../namespaces/Datastore/interfaces/Query.md | 23 - .../Datastore/interfaces/QueryResult.md | 17 - .../Datastore/interfaces/ScoredDoc.md | 23 - .../Datastore/interfaces/_meta.json | 9 - .../Datastore/type-aliases/BaseFilter.md | 13 - .../Datastore/type-aliases/BaseMeta.md | 9 - .../namespaces/Datastore/type-aliases/Ctx.md | 13 - .../Datastore/type-aliases/Datastore.md | 16 - .../Datastore/type-aliases/Provider.md | 9 - .../namespaces/Datastore/type-aliases/Type.md | 9 - .../Datastore/type-aliases/_meta.json | 8 - docs/pages/docs/namespaces/Model/README.md | 25 - .../namespaces/Model/interfaces/Events.md | 20 - .../namespaces/Model/interfaces/ITokenizer.md | 96 - .../namespaces/Model/interfaces/_meta.json | 4 - .../Model/namespaces/Base/README.md | 17 - .../namespaces/Base/interfaces/Config.md | 15 - .../namespaces/Base/interfaces/Params.md | 11 - .../namespaces/Base/interfaces/Response.md | 16 - .../Model/namespaces/Base/interfaces/Run.md | 9 - .../namespaces/Base/interfaces/_meta.json | 6 - .../namespaces/Base/type-aliases/Client.md | 9 - .../namespaces/Base/type-aliases/Model.md | 7 - .../namespaces/Base/type-aliases/_meta.json | 4 - .../Model/namespaces/Chat/README.md | 18 - .../namespaces/Chat/interfaces/Config.md | 25 - .../namespaces/Chat/interfaces/Response.md | 14 - .../Model/namespaces/Chat/interfaces/Run.md | 11 - .../namespaces/Chat/interfaces/_meta.json | 5 - .../Chat/type-aliases/ApiResponse.md | 7 - .../namespaces/Chat/type-aliases/Client.md | 17 - .../Chat/type-aliases/CompletionChunk.md | 9 - .../namespaces/Chat/type-aliases/Model.md | 7 - .../namespaces/Chat/type-aliases/_meta.json | 6 - .../Model/namespaces/Completion/README.md | 17 - .../Completion/interfaces/Config.md | 11 - .../Completion/interfaces/Response.md | 14 - .../namespaces/Completion/interfaces/Run.md | 11 - .../Completion/interfaces/_meta.json | 5 - .../Completion/type-aliases/ApiResponse.md | 7 - .../Completion/type-aliases/Client.md | 13 - .../Completion/type-aliases/Model.md | 7 - .../Completion/type-aliases/_meta.json | 5 - .../Model/namespaces/Embedding/README.md | 18 - .../Embedding/interfaces/BatchOptions.md | 10 - .../namespaces/Embedding/interfaces/Config.md | 13 - .../Embedding/interfaces/Response.md | 14 - .../namespaces/Embedding/interfaces/Run.md | 11 - .../Embedding/interfaces/_meta.json | 6 - .../Embedding/type-aliases/ApiResponse.md | 7 - .../Embedding/type-aliases/Client.md | 13 - .../Embedding/type-aliases/Model.md | 7 - .../Embedding/type-aliases/_meta.json | 5 - .../Model/namespaces/SparseVector/README.md | 17 - .../SparseVector/interfaces/Config.md | 14 - .../SparseVector/interfaces/Response.md | 14 - .../namespaces/SparseVector/interfaces/Run.md | 11 - .../SparseVector/interfaces/_meta.json | 5 - .../SparseVector/type-aliases/Client.md | 26 - .../SparseVector/type-aliases/Model.md | 7 - .../SparseVector/type-aliases/Vector.md | 19 - .../SparseVector/type-aliases/_meta.json | 5 - .../docs/namespaces/Model/type-aliases/Ctx.md | 13 - .../namespaces/Model/type-aliases/Message.md | 9 - .../namespaces/Model/type-aliases/Provider.md | 9 - .../namespaces/Model/type-aliases/Type.md | 9 - .../namespaces/Model/type-aliases/_meta.json | 6 - docs/pages/docs/namespaces/Prompt/README.md | 19 - .../Prompt/interfaces/AIFunctionSpec.md | 9 - .../Prompt/interfaces/AiFunction.md | 57 - .../docs/namespaces/Prompt/interfaces/Msg.md | 14 - .../namespaces/Prompt/interfaces/_meta.json | 5 - .../Prompt/namespaces/Msg/README.md | 20 - .../namespaces/Msg/namespaces/Call/README.md | 8 - .../namespaces/Call/type-aliases/Function.md | 23 - .../Msg/namespaces/Call/type-aliases/Tool.md | 29 - .../namespaces/Call/type-aliases/_meta.json | 4 - .../namespaces/Msg/type-aliases/Assistant.md | 23 - .../namespaces/Msg/type-aliases/FuncCall.md | 27 - .../namespaces/Msg/type-aliases/FuncResult.md | 23 - .../namespaces/Msg/type-aliases/Role.md | 9 - .../namespaces/Msg/type-aliases/System.md | 23 - .../namespaces/Msg/type-aliases/ToolCall.md | 27 - .../namespaces/Msg/type-aliases/ToolResult.md | 23 - .../namespaces/Msg/type-aliases/User.md | 23 - .../namespaces/Msg/type-aliases/_meta.json | 10 - .../Prompt/namespaces/Runner/README.md | 10 - .../namespaces/Runner/type-aliases/Mode.md | 9 - .../Runner/type-aliases/ModelParams.md | 7 - .../namespaces/Runner/type-aliases/Params.md | 9 - .../Runner/type-aliases/Response.md | 15 - .../namespaces/Runner/type-aliases/_meta.json | 6 - .../Prompt/type-aliases/ExtractFunction.md | 26 - .../namespaces/Prompt/type-aliases/Runner.md | 26 - .../namespaces/Prompt/type-aliases/_meta.json | 4 - docs/pages/docs/type-aliases/CacheKey.md | 24 - docs/pages/docs/type-aliases/CacheStorage.md | 45 - docs/pages/docs/type-aliases/ChatModelArgs.md | 7 - .../docs/type-aliases/CompletionModelArgs.md | 7 - .../docs/type-aliases/EmbeddingModelArgs.md | 7 - docs/pages/docs/type-aliases/Prettify.md | 17 - .../type-aliases/SparseVectorModelArgs.md | 7 - docs/pages/docs/type-aliases/_meta.json | 9 - docs/pages/faq.md | 49 - docs/pages/guide/_meta.json | 6 - docs/pages/guide/caching.md | 74 - docs/pages/guide/examples.md | 83 - docs/pages/guide/install.md | 9 - docs/pages/guide/usage.md | 36 - docs/pages/index.md | 20 - docs/pages/license.md | 3 - docs/public/favicon-16x16.png | Bin 490 -> 0 bytes docs/public/favicon-32x32.png | Bin 553 -> 0 bytes docs/public/favicon.ico | Bin 15086 -> 0 bytes docs/public/favicon.png | Bin 1013 -> 0 bytes docs/public/logo.png | Bin 16137 -> 0 bytes docs/public/robots.txt | 3 - docs/theme.config.tsx | 143 - package.json | 6 - pnpm-lock.yaml | 3325 +---------------- pnpm-workspace.yaml | 3 +- readme.md | 6 - typedoc.json | 20 - 171 files changed, 76 insertions(+), 9729 deletions(-) delete mode 100644 docs/bin/transform-docs.ts delete mode 100644 docs/next-env.d.ts delete mode 100644 docs/next.config.mjs delete mode 100644 docs/package.json delete mode 100644 docs/pages/_app.mdx delete mode 100644 docs/pages/_meta.json delete mode 100644 docs/pages/docs/.nojekyll delete mode 100644 docs/pages/docs/README.md delete mode 100644 docs/pages/docs/_meta.json delete mode 100644 docs/pages/docs/classes/AbortError.md delete mode 100644 docs/pages/docs/classes/AbstractDatastore.md delete mode 100644 docs/pages/docs/classes/AbstractHybridDatastore.md delete mode 100644 docs/pages/docs/classes/AbstractModel.md delete mode 100644 docs/pages/docs/classes/ChatModel.md delete mode 100644 docs/pages/docs/classes/CompletionModel.md delete mode 100644 docs/pages/docs/classes/EmbeddingModel.md delete mode 100644 docs/pages/docs/classes/Msg.md delete mode 100644 docs/pages/docs/classes/PineconeDatastore.md delete mode 100644 docs/pages/docs/classes/PineconeHybridDatastore.md delete mode 100644 docs/pages/docs/classes/SparseVectorModel.md delete mode 100644 docs/pages/docs/classes/VectorUtils.md delete mode 100644 docs/pages/docs/classes/_meta.json delete mode 100644 docs/pages/docs/exports.md delete mode 100644 docs/pages/docs/functions/_meta.json delete mode 100644 docs/pages/docs/functions/calculateCost.md delete mode 100644 docs/pages/docs/functions/createAIExtractFunction.md delete mode 100644 docs/pages/docs/functions/createAIRunner.md delete mode 100644 docs/pages/docs/functions/createAiFunction.md delete mode 100644 docs/pages/docs/functions/createOpenAiClient.md delete mode 100644 docs/pages/docs/functions/createPineconeClient.md delete mode 100644 docs/pages/docs/functions/createTokenizer.md delete mode 100644 docs/pages/docs/functions/deepMerge.md delete mode 100644 docs/pages/docs/functions/defaultCacheKey.md delete mode 100644 docs/pages/docs/functions/extractJsonObject.md delete mode 100644 docs/pages/docs/functions/extractZodObject.md delete mode 100644 docs/pages/docs/functions/getErrorMsg.md delete mode 100644 docs/pages/docs/functions/handleFunctionCallMessage.md delete mode 100644 docs/pages/docs/functions/omit.md delete mode 100644 docs/pages/docs/functions/pick.md delete mode 100644 docs/pages/docs/functions/stringifyForModel.md delete mode 100644 docs/pages/docs/functions/zodToJsonSchema.md delete mode 100644 docs/pages/docs/interfaces/ModelArgs.md delete mode 100644 docs/pages/docs/namespaces/Datastore/README.md delete mode 100644 docs/pages/docs/namespaces/Datastore/interfaces/Doc.md delete mode 100644 docs/pages/docs/namespaces/Datastore/interfaces/Events.md delete mode 100644 docs/pages/docs/namespaces/Datastore/interfaces/Opts.md delete mode 100644 docs/pages/docs/namespaces/Datastore/interfaces/OptsHybrid.md delete mode 100644 docs/pages/docs/namespaces/Datastore/interfaces/Query.md delete mode 100644 docs/pages/docs/namespaces/Datastore/interfaces/QueryResult.md delete mode 100644 docs/pages/docs/namespaces/Datastore/interfaces/ScoredDoc.md delete mode 100644 docs/pages/docs/namespaces/Datastore/interfaces/_meta.json delete mode 100644 docs/pages/docs/namespaces/Datastore/type-aliases/BaseFilter.md delete mode 100644 docs/pages/docs/namespaces/Datastore/type-aliases/BaseMeta.md delete mode 100644 docs/pages/docs/namespaces/Datastore/type-aliases/Ctx.md delete mode 100644 docs/pages/docs/namespaces/Datastore/type-aliases/Datastore.md delete mode 100644 docs/pages/docs/namespaces/Datastore/type-aliases/Provider.md delete mode 100644 docs/pages/docs/namespaces/Datastore/type-aliases/Type.md delete mode 100644 docs/pages/docs/namespaces/Datastore/type-aliases/_meta.json delete mode 100644 docs/pages/docs/namespaces/Model/README.md delete mode 100644 docs/pages/docs/namespaces/Model/interfaces/Events.md delete mode 100644 docs/pages/docs/namespaces/Model/interfaces/ITokenizer.md delete mode 100644 docs/pages/docs/namespaces/Model/interfaces/_meta.json delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Base/README.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Config.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Params.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Response.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Run.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/_meta.json delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Base/type-aliases/Client.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Base/type-aliases/Model.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Base/type-aliases/_meta.json delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Chat/README.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/Config.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/Response.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/Run.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/_meta.json delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/ApiResponse.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/Client.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/CompletionChunk.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/Model.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/_meta.json delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Completion/README.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/Config.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/Response.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/Run.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/_meta.json delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/ApiResponse.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/Client.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/Model.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/_meta.json delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Embedding/README.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/BatchOptions.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/Config.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/Response.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/Run.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/_meta.json delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/ApiResponse.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/Client.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/Model.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/_meta.json delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/SparseVector/README.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/Config.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/Response.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/Run.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/_meta.json delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/Client.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/Model.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/Vector.md delete mode 100644 docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/_meta.json delete mode 100644 docs/pages/docs/namespaces/Model/type-aliases/Ctx.md delete mode 100644 docs/pages/docs/namespaces/Model/type-aliases/Message.md delete mode 100644 docs/pages/docs/namespaces/Model/type-aliases/Provider.md delete mode 100644 docs/pages/docs/namespaces/Model/type-aliases/Type.md delete mode 100644 docs/pages/docs/namespaces/Model/type-aliases/_meta.json delete mode 100644 docs/pages/docs/namespaces/Prompt/README.md delete mode 100644 docs/pages/docs/namespaces/Prompt/interfaces/AIFunctionSpec.md delete mode 100644 docs/pages/docs/namespaces/Prompt/interfaces/AiFunction.md delete mode 100644 docs/pages/docs/namespaces/Prompt/interfaces/Msg.md delete mode 100644 docs/pages/docs/namespaces/Prompt/interfaces/_meta.json delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Msg/README.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/README.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/type-aliases/Function.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/type-aliases/Tool.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/type-aliases/_meta.json delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/Assistant.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/FuncCall.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/FuncResult.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/Role.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/System.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/ToolCall.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/ToolResult.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/User.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/_meta.json delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Runner/README.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/Mode.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/ModelParams.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/Params.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/Response.md delete mode 100644 docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/_meta.json delete mode 100644 docs/pages/docs/namespaces/Prompt/type-aliases/ExtractFunction.md delete mode 100644 docs/pages/docs/namespaces/Prompt/type-aliases/Runner.md delete mode 100644 docs/pages/docs/namespaces/Prompt/type-aliases/_meta.json delete mode 100644 docs/pages/docs/type-aliases/CacheKey.md delete mode 100644 docs/pages/docs/type-aliases/CacheStorage.md delete mode 100644 docs/pages/docs/type-aliases/ChatModelArgs.md delete mode 100644 docs/pages/docs/type-aliases/CompletionModelArgs.md delete mode 100644 docs/pages/docs/type-aliases/EmbeddingModelArgs.md delete mode 100644 docs/pages/docs/type-aliases/Prettify.md delete mode 100644 docs/pages/docs/type-aliases/SparseVectorModelArgs.md delete mode 100644 docs/pages/docs/type-aliases/_meta.json delete mode 100644 docs/pages/faq.md delete mode 100644 docs/pages/guide/_meta.json delete mode 100644 docs/pages/guide/caching.md delete mode 100644 docs/pages/guide/examples.md delete mode 100644 docs/pages/guide/install.md delete mode 100644 docs/pages/guide/usage.md delete mode 100644 docs/pages/index.md delete mode 100644 docs/pages/license.md delete mode 100644 docs/public/favicon-16x16.png delete mode 100644 docs/public/favicon-32x32.png delete mode 100644 docs/public/favicon.ico delete mode 100644 docs/public/favicon.png delete mode 100644 docs/public/logo.png delete mode 100644 docs/public/robots.txt delete mode 100644 docs/theme.config.tsx delete mode 100644 typedoc.json diff --git a/contributing.md b/contributing.md index 2b46979..39565b4 100644 --- a/contributing.md +++ b/contributing.md @@ -41,26 +41,3 @@ For example: ```bash npx tsx examples/basic.ts ``` - -## Docs - -The `./docs/pages/docs` directory is autogenerated via [typedoc](https://typedoc.org) and [typedoc-plugin-markdown](https://github.com/tgreyuk/typedoc-plugin-markdown/tree/next/packages/typedoc-plugin-markdown). - -To rebuild the docs, run: - -```bash -pnpm run docs -``` - -Please don't run this command when submitting PRs to keep them uncluttered, unless you're making changes to the docs themselves. - -The docs folder is a normal [Next.js](https://nextjs.org) pages app built using [Nextra](https://nextra.site/). - -You can run the docs dev server to preview your changes via: - -```bash -cd docs -pnpm dev -``` - -The docs are automatically deployed to [Vercel](https://vercel.com). diff --git a/docs/bin/transform-docs.ts b/docs/bin/transform-docs.ts deleted file mode 100644 index d3c6d55..0000000 --- a/docs/bin/transform-docs.ts +++ /dev/null @@ -1,113 +0,0 @@ -import fs from 'node:fs/promises'; -import path from 'node:path'; -import { globby } from 'globby'; -import pMap from 'p-map'; - -/** - * Cleans up TypeDoc's a automated output to make it more suitable for Nextra. - * - * Nextra insists on title-casing identifiers, so we need to manually set their - * display names. - */ -async function main() { - const docsDir = path.join('docs', 'pages', 'docs'); - - const docs = ( - await globby('**/*.md', { - cwd: docsDir, - }) - ) - .map((relativePath) => { - const absolutePath = path.join(docsDir, relativePath); - - return { - relativePath, - absolutePath, - }; - }) - .filter(Boolean) - .sort((a, b) => a.relativePath.localeCompare(b.relativePath)); - - const metaMap: Record = {}; - - await pMap( - docs, - async (doc) => { - console.log(`processing ${doc.relativePath}`); - const parts = doc.relativePath.split('/'); - if (parts.length <= 1) { - return; - } - - const bucket = parts.slice(0, -1).join('/'); - if (!metaMap[bucket]) { - metaMap[bucket] = []; - } - - metaMap[bucket].push(doc.relativePath); - }, - { - concurrency: 32, - } - ); - - { - // top-level nextra _meta.json file - const docsMeta = { - exports: 'API Reference', - namespaces: 'Namespaces', - classes: 'Classes', - interfaces: 'Interfaces', - functions: 'Functions', - 'type-aliases': { - title: 'Type Aliases', - display: 'hidden', - }, - README: { - display: 'hidden', - }, - }; - - await fs.writeFile( - path.join(docsDir, '_meta.json'), - JSON.stringify(docsMeta, null, 2), - 'utf-8' - ); - } - - // sub nextra _meta.json files - await pMap( - Object.keys(metaMap), - async (key) => { - const values = metaMap[key] - .map((value) => value.split('/').slice(-1)[0].split('.')[0].trim()) - .filter(Boolean) - .sort((a, b) => a.localeCompare(b)); - - if (values.length <= 1) { - return; - } - - const meta = values.reduce( - (acc, value) => ({ - ...acc, - [value]: value, - }), - {} - ); - - const destDir = path.join(docsDir, key); - - await fs.writeFile( - path.join(path.join(destDir, '_meta.json')), - JSON.stringify(meta, null, 2), - 'utf-8' - ); - }, - { - concurrency: 4, - } - ); -} - -main(); diff --git a/docs/next-env.d.ts b/docs/next-env.d.ts deleted file mode 100644 index 4f11a03..0000000 --- a/docs/next-env.d.ts +++ /dev/null @@ -1,5 +0,0 @@ -/// -/// - -// NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. diff --git a/docs/next.config.mjs b/docs/next.config.mjs deleted file mode 100644 index 2dd763c..0000000 --- a/docs/next.config.mjs +++ /dev/null @@ -1,29 +0,0 @@ -import nextra from 'nextra'; - -const withNextra = nextra({ - theme: 'nextra-theme-docs', - themeConfig: './theme.config.tsx', - staticImage: true, - latex: false, - flexsearch: false, - defaultShowCopyCode: true, -}); - -export default withNextra({ - reactStrictMode: false, - eslint: { - ignoreDuringBuilds: true, - }, - rewrites() { - return [ - { - source: '/guide', - destination: '/guide/install', - }, - { - source: '/docs', - destination: '/docs/exports', - }, - ]; - }, -}); diff --git a/docs/package.json b/docs/package.json deleted file mode 100644 index 06c6bfe..0000000 --- a/docs/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "private": true, - "name": "dexter-docs", - "scripts": { - "dev": "next", - "build": "next build", - "start": "next start" - }, - "license": "MIT", - "dependencies": { - "@vercel/analytics": "^1.3.1", - "next": "^14.2.15", - "nextra": "^2.13.2", - "nextra-theme-docs": "^2.13.2", - "react": "^18.3.1", - "react-dom": "^18.3.1" - } -} diff --git a/docs/pages/_app.mdx b/docs/pages/_app.mdx deleted file mode 100644 index 2dab66f..0000000 --- a/docs/pages/_app.mdx +++ /dev/null @@ -1,12 +0,0 @@ -import { Analytics } from '@vercel/analytics/react'; - -export default function App({ Component, pageProps }) { - return ( - <> - - - - - -) -} diff --git a/docs/pages/_meta.json b/docs/pages/_meta.json deleted file mode 100644 index e5aca92..0000000 --- a/docs/pages/_meta.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "index": "Home", - "guide": "Guide", - "docs": "Documentation", - "-- Project": { - "type": "separator", - "title": "Project" - }, - "faq": "FAQ", - "license": "License", - "-- Links": { - "type": "separator", - "title": "Links" - }, - "dexa-link": { - "title": "Dexa ↗", - "type": "page", - "href": "https://dexa.ai", - "newWindow": true - }, - "contact": { - "title": "Contact ↗", - "type": "page", - "href": "https://twitter.com/dexa_ai", - "newWindow": true - }, - "contact-sidebar": { - "title": "Contact ↗", - "href": "https://twitter.com/dexa_ai", - "newWindow": true - }, - "dexa-link-sidebar": { - "title": "Dexa ↗", - "href": "https://dexa.ai", - "newWindow": true - } -} diff --git a/docs/pages/docs/.nojekyll b/docs/pages/docs/.nojekyll deleted file mode 100644 index e2ac661..0000000 --- a/docs/pages/docs/.nojekyll +++ /dev/null @@ -1 +0,0 @@ -TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/pages/docs/README.md b/docs/pages/docs/README.md deleted file mode 100644 index d5050fc..0000000 --- a/docs/pages/docs/README.md +++ /dev/null @@ -1,173 +0,0 @@ -

- NPM - Build Status - MIT License - Prettier Code Formatting -

- -# Dexter - -Dexter is a set of mature LLM tools used in production at [Dexa](https://dexa.ai), with a focus on real-world RAG ([Retrieval Augmented Generation](https://arxiv.org/abs/2005.11401)). - -_If you're a TypeScript AI engineer, check it out!_ 😊 - -- [Features](#features) -- [Install](#install) -- [Usage](#usage) -- [Docs](#docs) -- [Examples](#examples) - - [Basic](#basic) - - [Caching](#caching) - - [Redis Caching](#redis-caching) - - [AI Function](#ai-function) - - [AI Runner](#ai-runner) - - [Chatbot](#chatbot) -- [License](#license) - -## Features - -- production-quality RAG -- extremely fast and minimal -- handles caching, throttling, and batching for ingesting large datasets -- optional hybrid search w/ SPLADE embeddings -- minimal TS package w/ full typing -- uses `fetch` everywhere -- supports Node.js 18+, Deno, Cloudflare Workers, Vercel edge functions, etc -- [full docs](https://dexter.dexa.ai) - -## Install - -```bash -npm install @dexaai/dexter -``` - -This package requires `node >= 18` or an environment with `fetch` support. - -This package exports [ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). If your project uses CommonJS, consider switching to ESM or use the [dynamic `import()`](https://v8.dev/features/dynamic-import) function. - -## Usage - -This is a basic example using OpenAI's [text-embedding-ada-002](https://platform.openai.com/docs/guides/embeddings) embedding model and a [Pinecone](https://www.pinecone.io/) datastore to index and query a set of documents. - -```ts -import 'dotenv/config'; -import { EmbeddingModel } from '@dexaai/dexter/model'; -import { PineconeDatastore } from '@dexaai/dexter/datastore/pinecone'; - -async function example() { - const embeddingModel = new EmbeddingModel({ - params: { model: 'text-embedding-ada-002' }, - }); - - const store = new PineconeDatastore({ - contentKey: 'content', - embeddingModel, - }); - - await store.upsert([ - { id: '1', metadata: { content: 'cat' } }, - { id: '2', metadata: { content: 'dog' } }, - { id: '3', metadata: { content: 'whale' } }, - { id: '4', metadata: { content: 'shark' } }, - { id: '5', metadata: { content: 'computer' } }, - { id: '6', metadata: { content: 'laptop' } }, - { id: '7', metadata: { content: 'phone' } }, - { id: '8', metadata: { content: 'tablet' } }, - ]); - - const result = await store.query({ query: 'dolphin' }); - console.log(result); -} -``` - -## Docs - -See the [docs](https://dexter.dexa.ai) for a full usage guide and API reference. - -## Examples - -To run the included examples, clone this repo, run `pnpm install`, set up your `.env` file, and then run an example file using `tsx`. - -Environment variables required to run the examples: - -- `OPENAI_API_KEY` - OpenAI API key -- `PINECONE_API_KEY` - Pinecone API key -- `PINECONE_BASE_URL` - Pinecone index's base URL - - You should be able to use a free-tier "starter" index for most of the examples, but you'll need to upgrade to a paid index to run the any of the hybrid search examples - - Note that Pinecone's free starter index doesn't support namespaces, `deleteAll`, or hybrid search _:sigh:_ -- `SPLADE_SERVICE_URL` - optional; only used for the chatbot hybrid search example - -### Basic - -```bash -npx tsx examples/basic.ts -``` - -[source](./examples/basic.ts) - -### Caching - -```bash -npx tsx examples/caching.ts -``` - -[source](./examples/caching.ts) - -### Redis Caching - -This example requires a valid `REDIS_URL` env var. - -```bash -npx tsx examples/caching-redis.ts -``` - -[source](./examples/caching-redis.ts) - -### AI Function - -This example shows how to use `createAIFunction` to handle `function` and `tool_calls` with the OpenAI chat completions API and Zod. - -```bash -npx tsx examples/ai-function.ts -``` - -[source](./examples/ai-function.ts) - -### AI Runner - -This example shows how to use `createAIRunner` to easily invoke a chain of OpenAI chat completion calls, resolving tool / function calls, retrying when necessary, and optionally validating the resulting output via Zod. - -Note that `createAIRunner` takes in a `functions` array of `AIFunction` objects created by `createAIFunction`, as the two utility functions are meant to used together. - -```bash -npx tsx examples/ai-runner.ts -``` - -[source](./examples/ai-runner.ts) - -### Chatbot - -This is a more involved example of a chatbot using RAG. It indexes 100 transcript chunks from the [Huberman Lab Podcast](https://hubermanlab.com) into a [hybrid Pinecone datastore](https://docs.pinecone.io/docs/hybrid-search) using [OpenAI ada-002 embeddings](https://platform.openai.com/docs/guides/embeddings) for the dense vectors and a [HuggingFace SPLADE model](https://huggingface.co/naver/splade-cocondenser-ensembledistil) for the sparse embeddings. - -You'll need the following environment variables to run this example: - -- `OPENAI_API_KEY` -- `PINECONE_API_KEY` -- `PINECONE_BASE_URL` - - Note: Pinecone's free starter indexes don't seem to support namespaces or hybrid search, so unfortunately you'll need to upgrade to a paid plan to run this example. See Pinecone's [hybrid docs](https://docs.pinecone.io/docs/hybrid-search) for details on setting up a hybrid index, and make sure it is using the `dotproduct` metric. -- `SPLADE_SERVICE_URL` - - Here is an [example](https://gist.github.com/transitive-bullshit/cc9140ff832fc7e815a48f0a45e1fc27) of how to run a SPLADE REST API, which can be deployed to [Modal](https://modal.com) or any other GPU-enabled hosting provider. - -```bash -npx tsx examples/chatbot/ingest.ts -``` - -```bash -npx tsx examples/chatbot/cli.ts -``` - -[source](./examples/chatbot) - -## License - -MIT © [Dexa](https://dexa.ai) diff --git a/docs/pages/docs/_meta.json b/docs/pages/docs/_meta.json deleted file mode 100644 index 96d5aee..0000000 --- a/docs/pages/docs/_meta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "exports": "API Reference", - "namespaces": "Namespaces", - "classes": "Classes", - "interfaces": "Interfaces", - "functions": "Functions", - "type-aliases": { - "title": "Type Aliases", - "display": "hidden" - }, - "README": { - "display": "hidden" - } -} \ No newline at end of file diff --git a/docs/pages/docs/classes/AbortError.md b/docs/pages/docs/classes/AbortError.md deleted file mode 100644 index e9ffb9b..0000000 --- a/docs/pages/docs/classes/AbortError.md +++ /dev/null @@ -1,36 +0,0 @@ -# Class: AbortError - -## Extends - -- `Error` - -## Constructors - -### new AbortError(message) - -> **new AbortError**(`message`): [`AbortError`](AbortError.md) - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | `string` \| `Error` | - -#### Returns - -[`AbortError`](AbortError.md) - -#### Overrides - -Error.constructor - -#### Source - -[src/prompt/utils/errors.ts:5](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/errors.ts#L5) - -## Properties - -| Modifier | Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | :------ | -| `readonly` | `name` | `"AbortError"` | - | Error.name | [src/prompt/utils/errors.ts:2](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/errors.ts#L2) | -| `readonly` | `originalError` | `Error` | - | - | [src/prompt/utils/errors.ts:3](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/errors.ts#L3) | diff --git a/docs/pages/docs/classes/AbstractDatastore.md b/docs/pages/docs/classes/AbstractDatastore.md deleted file mode 100644 index d693d35..0000000 --- a/docs/pages/docs/classes/AbstractDatastore.md +++ /dev/null @@ -1,177 +0,0 @@ -# Class: `abstract` AbstractDatastore`` - -## Extended By - -- [`AbstractHybridDatastore`](AbstractHybridDatastore.md) -- [`PineconeDatastore`](PineconeDatastore.md) - -## Type parameters - -| Parameter | -| :------ | -| `DocMeta` extends [`BaseMeta`](../namespaces/Datastore/type-aliases/BaseMeta.md) | -| `Filter` extends [`BaseFilter`](../namespaces/Datastore/type-aliases/BaseFilter.md)\<`DocMeta`\> | - -## Constructors - -### new AbstractDatastore(args) - -> **new AbstractDatastore**\<`DocMeta`, `Filter`\>(`args`): [`AbstractDatastore`](AbstractDatastore.md)\<`DocMeta`, `Filter`\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `args` | [`Opts`](../namespaces/Datastore/interfaces/Opts.md)\<`DocMeta`, `Filter`\> | - -#### Returns - -[`AbstractDatastore`](AbstractDatastore.md)\<`DocMeta`, `Filter`\> - -#### Source - -[src/datastore/datastore.ts:36](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L36) - -## Properties - -| Modifier | Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | :------ | -| `abstract` | `datastoreProvider` | [`Provider`](../namespaces/Datastore/type-aliases/Provider.md) | - | [src/datastore/datastore.ts:26](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L26) | -| `abstract` | `datastoreType` | [`Type`](../namespaces/Datastore/type-aliases/Type.md) | - | [src/datastore/datastore.ts:25](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L25) | - -## Methods - -### addEvents() - -> **addEvents**(`events`): [`AbstractDatastore`](AbstractDatastore.md)\<`DocMeta`, `Filter`\> - -Add event handlers to the datastore. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `Filter`\> | - -#### Returns - -[`AbstractDatastore`](AbstractDatastore.md)\<`DocMeta`, `Filter`\> - -#### Source - -[src/datastore/datastore.ts:153](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L153) - -*** - -### `abstract` delete() - -> **`abstract`** **delete**(`docIds`): `Promise`\<`void`\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `docIds` | `string`[] | - -#### Returns - -`Promise`\<`void`\> - -#### Source - -[src/datastore/datastore.ts:22](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L22) - -*** - -### `abstract` deleteAll() - -> **`abstract`** **deleteAll**(): `Promise`\<`void`\> - -#### Returns - -`Promise`\<`void`\> - -#### Source - -[src/datastore/datastore.ts:23](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L23) - -*** - -### getEvents() - -> **getEvents**(): [`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `Filter`\> - -Get the current event handlers - -#### Returns - -[`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `Filter`\> - -#### Source - -[src/datastore/datastore.ts:148](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L148) - -*** - -### query() - -> **query**(`query`, `context`?): `Promise`\<[`QueryResult`](../namespaces/Datastore/interfaces/QueryResult.md)\<`DocMeta`\>\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `query` | [`Query`](../namespaces/Datastore/interfaces/Query.md)\<`DocMeta`, `Filter`\> | -| `context`? | [`Ctx`](../namespaces/Datastore/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<[`QueryResult`](../namespaces/Datastore/interfaces/QueryResult.md)\<`DocMeta`\>\> - -#### Source - -[src/datastore/datastore.ts:53](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L53) - -*** - -### setEvents() - -> **setEvents**(`events`): [`AbstractDatastore`](AbstractDatastore.md)\<`DocMeta`, `Filter`\> - -Set the event handlers to a new set of events. Removes all existing event handlers. -Set to empty object `{}` to remove all events. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `Filter`\> | - -#### Returns - -[`AbstractDatastore`](AbstractDatastore.md)\<`DocMeta`, `Filter`\> - -#### Source - -[src/datastore/datastore.ts:162](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L162) - -*** - -### `abstract` upsert() - -> **`abstract`** **upsert**(`docs`, `context`?): `Promise`\<`void`\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `docs` | [`Doc`](../namespaces/Datastore/interfaces/Doc.md)\<`DocMeta`\>[] | -| `context`? | [`Ctx`](../namespaces/Datastore/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<`void`\> - -#### Source - -[src/datastore/datastore.ts:18](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L18) diff --git a/docs/pages/docs/classes/AbstractHybridDatastore.md b/docs/pages/docs/classes/AbstractHybridDatastore.md deleted file mode 100644 index d2a9964..0000000 --- a/docs/pages/docs/classes/AbstractHybridDatastore.md +++ /dev/null @@ -1,208 +0,0 @@ -# Class: `abstract` AbstractHybridDatastore`` - -## Extends - -- [`AbstractDatastore`](AbstractDatastore.md)\<`DocMeta`, `Filter`\> - -## Type parameters - -| Parameter | -| :------ | -| `DocMeta` extends [`BaseMeta`](../namespaces/Datastore/type-aliases/BaseMeta.md) | -| `Filter` extends [`BaseFilter`](../namespaces/Datastore/type-aliases/BaseFilter.md)\<`DocMeta`\> | - -## Constructors - -### new AbstractHybridDatastore(args) - -> **new AbstractHybridDatastore**\<`DocMeta`, `Filter`\>(`args`): [`AbstractHybridDatastore`](AbstractHybridDatastore.md)\<`DocMeta`, `Filter`\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `args` | [`OptsHybrid`](../namespaces/Datastore/interfaces/OptsHybrid.md)\<`DocMeta`, `Filter`\> | - -#### Returns - -[`AbstractHybridDatastore`](AbstractHybridDatastore.md)\<`DocMeta`, `Filter`\> - -#### Overrides - -[`AbstractDatastore`](AbstractDatastore.md).[`constructor`](AbstractDatastore.md#Constructors) - -#### Source - -[src/datastore/hybrid-datastore.ts:11](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/hybrid-datastore.ts#L11) - -## Properties - -| Modifier | Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | :------ | -| `abstract` | `datastoreProvider` | [`Provider`](../namespaces/Datastore/type-aliases/Provider.md) | - | [`AbstractDatastore`](AbstractDatastore.md).`datastoreProvider` | [src/datastore/datastore.ts:26](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L26) | -| `abstract` | `datastoreType` | [`Type`](../namespaces/Datastore/type-aliases/Type.md) | - | [`AbstractDatastore`](AbstractDatastore.md).`datastoreType` | [src/datastore/datastore.ts:25](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L25) | - -## Methods - -### addEvents() - -> **addEvents**(`events`): [`AbstractHybridDatastore`](AbstractHybridDatastore.md)\<`DocMeta`, `Filter`\> - -Add event handlers to the datastore. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `Filter`\> | - -#### Returns - -[`AbstractHybridDatastore`](AbstractHybridDatastore.md)\<`DocMeta`, `Filter`\> - -#### Inherited from - -[`AbstractDatastore`](AbstractDatastore.md).[`addEvents`](AbstractDatastore.md#addEvents) - -#### Source - -[src/datastore/datastore.ts:153](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L153) - -*** - -### `abstract` delete() - -> **`abstract`** **delete**(`docIds`): `Promise`\<`void`\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `docIds` | `string`[] | - -#### Returns - -`Promise`\<`void`\> - -#### Inherited from - -[`AbstractDatastore`](AbstractDatastore.md).[`delete`](AbstractDatastore.md#abstract-delete) - -#### Source - -[src/datastore/datastore.ts:22](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L22) - -*** - -### `abstract` deleteAll() - -> **`abstract`** **deleteAll**(): `Promise`\<`void`\> - -#### Returns - -`Promise`\<`void`\> - -#### Inherited from - -[`AbstractDatastore`](AbstractDatastore.md).[`deleteAll`](AbstractDatastore.md#abstract-deleteAll) - -#### Source - -[src/datastore/datastore.ts:23](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L23) - -*** - -### getEvents() - -> **getEvents**(): [`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `Filter`\> - -Get the current event handlers - -#### Returns - -[`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `Filter`\> - -#### Inherited from - -[`AbstractDatastore`](AbstractDatastore.md).[`getEvents`](AbstractDatastore.md#getEvents) - -#### Source - -[src/datastore/datastore.ts:148](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L148) - -*** - -### query() - -> **query**(`query`, `context`?): `Promise`\<[`QueryResult`](../namespaces/Datastore/interfaces/QueryResult.md)\<`DocMeta`\>\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `query` | [`Query`](../namespaces/Datastore/interfaces/Query.md)\<`DocMeta`, `Filter`\> | -| `context`? | [`Ctx`](../namespaces/Datastore/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<[`QueryResult`](../namespaces/Datastore/interfaces/QueryResult.md)\<`DocMeta`\>\> - -#### Inherited from - -[`AbstractDatastore`](AbstractDatastore.md).[`query`](AbstractDatastore.md#query) - -#### Source - -[src/datastore/datastore.ts:53](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L53) - -*** - -### setEvents() - -> **setEvents**(`events`): [`AbstractHybridDatastore`](AbstractHybridDatastore.md)\<`DocMeta`, `Filter`\> - -Set the event handlers to a new set of events. Removes all existing event handlers. -Set to empty object `{}` to remove all events. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `Filter`\> | - -#### Returns - -[`AbstractHybridDatastore`](AbstractHybridDatastore.md)\<`DocMeta`, `Filter`\> - -#### Inherited from - -[`AbstractDatastore`](AbstractDatastore.md).[`setEvents`](AbstractDatastore.md#setEvents) - -#### Source - -[src/datastore/datastore.ts:162](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L162) - -*** - -### `abstract` upsert() - -> **`abstract`** **upsert**(`docs`, `context`?): `Promise`\<`void`\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `docs` | [`Doc`](../namespaces/Datastore/interfaces/Doc.md)\<`DocMeta`\>[] | -| `context`? | [`Ctx`](../namespaces/Datastore/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<`void`\> - -#### Inherited from - -[`AbstractDatastore`](AbstractDatastore.md).[`upsert`](AbstractDatastore.md#abstract-upsert) - -#### Source - -[src/datastore/datastore.ts:18](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L18) diff --git a/docs/pages/docs/classes/AbstractModel.md b/docs/pages/docs/classes/AbstractModel.md deleted file mode 100644 index b334fa0..0000000 --- a/docs/pages/docs/classes/AbstractModel.md +++ /dev/null @@ -1,336 +0,0 @@ -# Class: `abstract` AbstractModel`` - -## Extended By - -- [`ChatModel`](ChatModel.md) -- [`CompletionModel`](CompletionModel.md) -- [`EmbeddingModel`](EmbeddingModel.md) -- [`SparseVectorModel`](SparseVectorModel.md) - -## Type parameters - -| Parameter | Default | -| :------ | :------ | -| `MClient` extends [`Client`](../namespaces/Model/namespaces/Base/type-aliases/Client.md) | - | -| `MConfig` extends [`Config`](../namespaces/Model/namespaces/Base/interfaces/Config.md) | - | -| `MRun` extends [`Run`](../namespaces/Model/namespaces/Base/interfaces/Run.md) | - | -| `MResponse` extends [`Response`](../namespaces/Model/namespaces/Base/interfaces/Response.md) | - | -| `AResponse` extends `any` | `any` | - -## Constructors - -### new AbstractModel(args) - -> **new AbstractModel**\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\>(`args`): [`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `args` | [`ModelArgs`](../interfaces/ModelArgs.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`\> | - -#### Returns - -[`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -#### Source - -[src/model/model.ts:67](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L67) - -## Properties - -| Modifier | Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | :------ | -| `abstract` | `modelProvider` | [`Provider`](../namespaces/Model/type-aliases/Provider.md) | - | [src/model/model.ts:57](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L57) | -| `abstract` | `modelType` | [`Type`](../namespaces/Model/type-aliases/Type.md) | - | [src/model/model.ts:56](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L56) | -| `public` | `tokenizer` | [`ITokenizer`](../namespaces/Model/interfaces/ITokenizer.md) | - | [src/model/model.ts:65](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L65) | - -## Methods - -### addEvents() - -> **addEvents**(`events`): [`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -Add event handlers to the model. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Model/interfaces/Events.md)\<`MRun` & `MConfig`, `MResponse`, `AResponse`\> | - -#### Returns - -[`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -#### Source - -[src/model/model.ts:235](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L235) - -*** - -### addParams() - -> **addParams**(`params`): [`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -Add the params. Overrides existing keys. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `Partial`\<`MConfig` & `Partial`\<`MRun`\>\> | - -#### Returns - -[`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -#### Source - -[src/model/model.ts:213](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L213) - -*** - -### `abstract` clone() - -> **`abstract`** **clone**\<`Args`\>(`args`?): [`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -Clone the model, optionally adding new arguments - -#### Type parameters - -| Parameter | -| :------ | -| `Args` extends [`ModelArgs`](../interfaces/ModelArgs.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`\> | - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `args`? | `Args` | - -#### Returns - -[`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -#### Source - -[src/model/model.ts:52](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L52) - -*** - -### getClient() - -> **getClient**(): `MClient` - -Get the current client - -#### Returns - -`MClient` - -#### Source - -[src/model/model.ts:180](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L180) - -*** - -### getContext() - -> **getContext**(): [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) - -Get the current context - -#### Returns - -[`Ctx`](../namespaces/Model/type-aliases/Ctx.md) - -#### Source - -[src/model/model.ts:191](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L191) - -*** - -### getEvents() - -> **getEvents**(): [`Events`](../namespaces/Model/interfaces/Events.md)\<`MRun` & `MConfig`, `MResponse`, `AResponse`\> - -Get the current event handlers - -#### Returns - -[`Events`](../namespaces/Model/interfaces/Events.md)\<`MRun` & `MConfig`, `MResponse`, `AResponse`\> - -#### Source - -[src/model/model.ts:230](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L230) - -*** - -### getParams() - -> **getParams**(): `MConfig` & `Partial`\<`MRun`\> - -Get the current params - -#### Returns - -`MConfig` & `Partial`\<`MRun`\> - -#### Source - -[src/model/model.ts:208](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L208) - -*** - -### run() - -> **run**(`params`, `context`?): `Promise`\<`MResponse`\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `{ [K in string | number | symbol]: (MRun & Partial)[K] }` | -| `context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<`MResponse`\> - -#### Source - -[src/model/model.ts:78](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L78) - -*** - -### setCache() - -> **setCache**(`cache`): [`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -Set the cache to a new cache. Set to undefined to remove existing. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `cache` | `undefined` \| [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, `MResponse`\> | - -#### Returns - -[`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -#### Source - -[src/model/model.ts:174](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L174) - -*** - -### setClient() - -> **setClient**(`client`): [`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -Set the client to a new OpenAI API client. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `client` | `MClient` | - -#### Returns - -[`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -#### Source - -[src/model/model.ts:185](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L185) - -*** - -### setContext() - -> **setContext**(`context`): [`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -Set the context to a new context. Removes all existing values. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `context` | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -[`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -#### Source - -[src/model/model.ts:202](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L202) - -*** - -### setEvents() - -> **setEvents**(`events`): [`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -Set the event handlers to a new set of events. Removes all existing event handlers. -Set to empty object `{}` to remove all events. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Model/interfaces/Events.md)\<`MRun` & `MConfig`, `MResponse`, `AResponse`\> | - -#### Returns - -[`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -#### Source - -[src/model/model.ts:244](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L244) - -*** - -### setParams() - -> **setParams**(`params`): [`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -Set the params to a new params. Removes all existing values. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `MConfig` & `Partial`\<`MRun`\> | - -#### Returns - -[`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -#### Source - -[src/model/model.ts:223](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L223) - -*** - -### updateContext() - -> **updateContext**(`context`): [`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -Add the context. Overrides existing keys. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `context` | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -[`AbstractModel`](AbstractModel.md)\<`MClient`, `MConfig`, `MRun`, `MResponse`, `AResponse`\> - -#### Source - -[src/model/model.ts:196](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L196) diff --git a/docs/pages/docs/classes/ChatModel.md b/docs/pages/docs/classes/ChatModel.md deleted file mode 100644 index 6fad678..0000000 --- a/docs/pages/docs/classes/ChatModel.md +++ /dev/null @@ -1,407 +0,0 @@ -# Class: ChatModel - -## Extends - -- [`AbstractModel`](AbstractModel.md)\<[`Client`](../namespaces/Model/namespaces/Chat/type-aliases/Client.md), [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md), [`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md), [`Response`](../namespaces/Model/namespaces/Chat/interfaces/Response.md), [`ApiResponse`](../namespaces/Model/namespaces/Chat/type-aliases/ApiResponse.md)\> - -## Constructors - -### new ChatModel(args) - -> **new ChatModel**(`args`?): [`ChatModel`](ChatModel.md) - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `args`? | `object` | - | -| `args.cache`? | [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, [`Response`](../namespaces/Model/namespaces/Chat/interfaces/Response.md)\> | Enables caching for model responses. Must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async.

Some examples include: `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), or any [keyv adaptor](https://github.com/jaredwray/keyv). | -| `args.cacheKey`? | [`CacheKey`](../type-aliases/CacheKey.md)\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md), `string`\> | A function that returns a cache key for the given params.

A simple example would be: `(params) => JSON.stringify(params)`

The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. | -| `args.client`? | [`Client`](../namespaces/Model/namespaces/Chat/type-aliases/Client.md) | - | -| `args.context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - | -| `args.debug`? | `boolean` | Whether or not to add default `console.log` event handlers | -| `args.events`? | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Chat/interfaces/Response.md), `any`\> | - | -| `args.params`? | [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md)\> | - | - -#### Returns - -[`ChatModel`](ChatModel.md) - -#### Overrides - -[`AbstractModel`](AbstractModel.md).[`constructor`](AbstractModel.md#Constructors) - -#### Source - -[src/model/chat.ts:29](https://github.com/dexaai/llm-tools/blob/f300435/src/model/chat.ts#L29) - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `modelProvider` | `"openai"` | - | [`AbstractModel`](AbstractModel.md).`modelProvider` | [src/model/chat.ts:27](https://github.com/dexaai/llm-tools/blob/f300435/src/model/chat.ts#L27) | -| `modelType` | `"chat"` | - | [`AbstractModel`](AbstractModel.md).`modelType` | [src/model/chat.ts:26](https://github.com/dexaai/llm-tools/blob/f300435/src/model/chat.ts#L26) | -| `tokenizer` | [`ITokenizer`](../namespaces/Model/interfaces/ITokenizer.md) | - | [`AbstractModel`](AbstractModel.md).`tokenizer` | [src/model/model.ts:65](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L65) | - -## Methods - -### addEvents() - -> **addEvents**(`events`): [`ChatModel`](ChatModel.md) - -Add event handlers to the model. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Chat/interfaces/Response.md), `ChatCompletion`\> | - -#### Returns - -[`ChatModel`](ChatModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`addEvents`](AbstractModel.md#addEvents) - -#### Source - -[src/model/model.ts:235](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L235) - -*** - -### addParams() - -> **addParams**(`params`): [`ChatModel`](ChatModel.md) - -Add the params. Overrides existing keys. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `Partial`\<[`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md)\>\> | - -#### Returns - -[`ChatModel`](ChatModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`addParams`](AbstractModel.md#addParams) - -#### Source - -[src/model/model.ts:213](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L213) - -*** - -### clone() - -> **clone**(`args`?): [`ChatModel`](ChatModel.md) - -Clone the model and merge/override the given properties. - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `args`? | `object` | - | -| `args.cache`? | [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, [`Response`](../namespaces/Model/namespaces/Chat/interfaces/Response.md)\> | Enables caching for model responses. Must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async.

Some examples include: `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), or any [keyv adaptor](https://github.com/jaredwray/keyv). | -| `args.cacheKey`? | [`CacheKey`](../type-aliases/CacheKey.md)\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md), `string`\> | A function that returns a cache key for the given params.

A simple example would be: `(params) => JSON.stringify(params)`

The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. | -| `args.client`? | [`Client`](../namespaces/Model/namespaces/Chat/type-aliases/Client.md) | - | -| `args.context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - | -| `args.debug`? | `boolean` | Whether or not to add default `console.log` event handlers | -| `args.events`? | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Chat/interfaces/Response.md), `any`\> | - | -| `args.params`? | [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md)\> | - | - -#### Returns - -[`ChatModel`](ChatModel.md) - -#### Overrides - -[`AbstractModel`](AbstractModel.md).[`clone`](AbstractModel.md#abstract-clone) - -#### Source - -[src/model/chat.ts:187](https://github.com/dexaai/llm-tools/blob/f300435/src/model/chat.ts#L187) - -*** - -### getClient() - -> **getClient**(): [`Client`](../namespaces/Model/namespaces/Chat/type-aliases/Client.md) - -Get the current client - -#### Returns - -[`Client`](../namespaces/Model/namespaces/Chat/type-aliases/Client.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getClient`](AbstractModel.md#getClient) - -#### Source - -[src/model/model.ts:180](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L180) - -*** - -### getContext() - -> **getContext**(): [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) - -Get the current context - -#### Returns - -[`Ctx`](../namespaces/Model/type-aliases/Ctx.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getContext`](AbstractModel.md#getContext) - -#### Source - -[src/model/model.ts:191](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L191) - -*** - -### getEvents() - -> **getEvents**(): [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Chat/interfaces/Response.md), `ChatCompletion`\> - -Get the current event handlers - -#### Returns - -[`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Chat/interfaces/Response.md), `ChatCompletion`\> - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getEvents`](AbstractModel.md#getEvents) - -#### Source - -[src/model/model.ts:230](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L230) - -*** - -### getParams() - -> **getParams**(): [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md)\> - -Get the current params - -#### Returns - -[`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md)\> - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getParams`](AbstractModel.md#getParams) - -#### Source - -[src/model/model.ts:208](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L208) - -*** - -### run() - -> **run**(`params`, `context`?): `Promise`\<[`Response`](../namespaces/Model/namespaces/Chat/interfaces/Response.md)\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `object` | -| `params.frequency_penalty`? | `null` \| `number` | -| `params.function_call`? | `"none"` \| `"auto"` \| `ChatCompletionFunctionCallOption` | -| `params.functions`? | `Function`[] | -| `params.handleUpdate`? | (`chunk`) => `void` | -| `params.logit_bias`? | `null` \| `Record`\<`string`, `number`\> | -| `params.max_tokens`? | `null` \| `number` | -| `params.messages`? | `ChatMessage`[] | -| `params.model`? | `"gpt-4"` \| `"gpt-4-32k"` \| `"gpt-3.5-turbo"` \| `"gpt-3.5-turbo-16k"` \| `string` & `object` \| `"gpt-4-0314"` \| `"gpt-4-0613"` \| `"gpt-4-32k-0314"` \| `"gpt-4-32k-0613"` \| `"gpt-3.5-turbo-0301"` \| `"gpt-3.5-turbo-0613"` \| `"gpt-3.5-turbo-16k-0613"` | -| `params.presence_penalty`? | `null` \| `number` | -| `params.response_format`? | `ResponseFormat` | -| `params.seed`? | `null` \| `number` | -| `params.stop`? | `null` \| `string` \| `string`[] | -| `params.temperature`? | `null` \| `number` | -| `params.tool_choice`? | `ChatCompletionToolChoiceOption` | -| `params.tools`? | `ChatCompletionTool`[] | -| `params.top_p`? | `null` \| `number` | -| `context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<[`Response`](../namespaces/Model/namespaces/Chat/interfaces/Response.md)\> - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`run`](AbstractModel.md#run) - -#### Source - -[src/model/model.ts:78](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L78) - -*** - -### setCache() - -> **setCache**(`cache`): [`ChatModel`](ChatModel.md) - -Set the cache to a new cache. Set to undefined to remove existing. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `cache` | `undefined` \| [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, [`Response`](../namespaces/Model/namespaces/Chat/interfaces/Response.md)\> | - -#### Returns - -[`ChatModel`](ChatModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setCache`](AbstractModel.md#setCache) - -#### Source - -[src/model/model.ts:174](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L174) - -*** - -### setClient() - -> **setClient**(`client`): [`ChatModel`](ChatModel.md) - -Set the client to a new OpenAI API client. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `client` | [`Client`](../namespaces/Model/namespaces/Chat/type-aliases/Client.md) | - -#### Returns - -[`ChatModel`](ChatModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setClient`](AbstractModel.md#setClient) - -#### Source - -[src/model/model.ts:185](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L185) - -*** - -### setContext() - -> **setContext**(`context`): [`ChatModel`](ChatModel.md) - -Set the context to a new context. Removes all existing values. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `context` | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -[`ChatModel`](ChatModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setContext`](AbstractModel.md#setContext) - -#### Source - -[src/model/model.ts:202](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L202) - -*** - -### setEvents() - -> **setEvents**(`events`): [`ChatModel`](ChatModel.md) - -Set the event handlers to a new set of events. Removes all existing event handlers. -Set to empty object `{}` to remove all events. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Chat/interfaces/Response.md), `ChatCompletion`\> | - -#### Returns - -[`ChatModel`](ChatModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setEvents`](AbstractModel.md#setEvents) - -#### Source - -[src/model/model.ts:244](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L244) - -*** - -### setParams() - -> **setParams**(`params`): [`ChatModel`](ChatModel.md) - -Set the params to a new params. Removes all existing values. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md)\> | - -#### Returns - -[`ChatModel`](ChatModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setParams`](AbstractModel.md#setParams) - -#### Source - -[src/model/model.ts:223](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L223) - -*** - -### updateContext() - -> **updateContext**(`context`): [`ChatModel`](ChatModel.md) - -Add the context. Overrides existing keys. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `context` | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -[`ChatModel`](ChatModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`updateContext`](AbstractModel.md#updateContext) - -#### Source - -[src/model/model.ts:196](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L196) diff --git a/docs/pages/docs/classes/CompletionModel.md b/docs/pages/docs/classes/CompletionModel.md deleted file mode 100644 index aa3d508..0000000 --- a/docs/pages/docs/classes/CompletionModel.md +++ /dev/null @@ -1,393 +0,0 @@ -# Class: CompletionModel - -## Extends - -- [`AbstractModel`](AbstractModel.md)\<[`Client`](../namespaces/Model/namespaces/Completion/type-aliases/Client.md), [`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md), [`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md), [`Response`](../namespaces/Model/namespaces/Completion/interfaces/Response.md), [`ApiResponse`](../namespaces/Model/namespaces/Completion/type-aliases/ApiResponse.md)\> - -## Constructors - -### new CompletionModel(args) - -> **new CompletionModel**(`args`?): [`CompletionModel`](CompletionModel.md) - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `args`? | `object` | - | -| `args.cache`? | [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, [`Response`](../namespaces/Model/namespaces/Completion/interfaces/Response.md)\> | Enables caching for model responses. Must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async.

Some examples include: `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), or any [keyv adaptor](https://github.com/jaredwray/keyv). | -| `args.cacheKey`? | [`CacheKey`](../type-aliases/CacheKey.md)\<[`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md), `string`\> | A function that returns a cache key for the given params.

A simple example would be: `(params) => JSON.stringify(params)`

The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. | -| `args.client`? | [`Client`](../namespaces/Model/namespaces/Completion/type-aliases/Client.md) | - | -| `args.context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - | -| `args.debug`? | `boolean` | Whether or not to add default `console.log` event handlers | -| `args.events`? | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Completion/interfaces/Response.md), `any`\> | - | -| `args.params`? | [`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md)\> | - | - -#### Returns - -[`CompletionModel`](CompletionModel.md) - -#### Overrides - -[`AbstractModel`](AbstractModel.md).[`constructor`](AbstractModel.md#Constructors) - -#### Source - -[src/model/completion.ts:28](https://github.com/dexaai/llm-tools/blob/f300435/src/model/completion.ts#L28) - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `modelProvider` | `"openai"` | - | [`AbstractModel`](AbstractModel.md).`modelProvider` | [src/model/completion.ts:26](https://github.com/dexaai/llm-tools/blob/f300435/src/model/completion.ts#L26) | -| `modelType` | `"completion"` | - | [`AbstractModel`](AbstractModel.md).`modelType` | [src/model/completion.ts:25](https://github.com/dexaai/llm-tools/blob/f300435/src/model/completion.ts#L25) | -| `tokenizer` | [`ITokenizer`](../namespaces/Model/interfaces/ITokenizer.md) | - | [`AbstractModel`](AbstractModel.md).`tokenizer` | [src/model/model.ts:65](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L65) | - -## Methods - -### addEvents() - -> **addEvents**(`events`): [`CompletionModel`](CompletionModel.md) - -Add event handlers to the model. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Completion/interfaces/Response.md), `Completion`\> | - -#### Returns - -[`CompletionModel`](CompletionModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`addEvents`](AbstractModel.md#addEvents) - -#### Source - -[src/model/model.ts:235](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L235) - -*** - -### addParams() - -> **addParams**(`params`): [`CompletionModel`](CompletionModel.md) - -Add the params. Overrides existing keys. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `Partial`\<[`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md)\>\> | - -#### Returns - -[`CompletionModel`](CompletionModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`addParams`](AbstractModel.md#addParams) - -#### Source - -[src/model/model.ts:213](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L213) - -*** - -### clone() - -> **clone**(`args`?): [`CompletionModel`](CompletionModel.md) - -Clone the model and merge/override the given properties. - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `args`? | `object` | - | -| `args.cache`? | [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, [`Response`](../namespaces/Model/namespaces/Completion/interfaces/Response.md)\> | Enables caching for model responses. Must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async.

Some examples include: `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), or any [keyv adaptor](https://github.com/jaredwray/keyv). | -| `args.cacheKey`? | [`CacheKey`](../type-aliases/CacheKey.md)\<[`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md), `string`\> | A function that returns a cache key for the given params.

A simple example would be: `(params) => JSON.stringify(params)`

The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. | -| `args.client`? | [`Client`](../namespaces/Model/namespaces/Completion/type-aliases/Client.md) | - | -| `args.context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - | -| `args.debug`? | `boolean` | Whether or not to add default `console.log` event handlers | -| `args.events`? | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Completion/interfaces/Response.md), `any`\> | - | -| `args.params`? | [`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md)\> | - | - -#### Returns - -[`CompletionModel`](CompletionModel.md) - -#### Overrides - -[`AbstractModel`](AbstractModel.md).[`clone`](AbstractModel.md#abstract-clone) - -#### Source - -[src/model/completion.ts:73](https://github.com/dexaai/llm-tools/blob/f300435/src/model/completion.ts#L73) - -*** - -### getClient() - -> **getClient**(): [`Client`](../namespaces/Model/namespaces/Completion/type-aliases/Client.md) - -Get the current client - -#### Returns - -[`Client`](../namespaces/Model/namespaces/Completion/type-aliases/Client.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getClient`](AbstractModel.md#getClient) - -#### Source - -[src/model/model.ts:180](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L180) - -*** - -### getContext() - -> **getContext**(): [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) - -Get the current context - -#### Returns - -[`Ctx`](../namespaces/Model/type-aliases/Ctx.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getContext`](AbstractModel.md#getContext) - -#### Source - -[src/model/model.ts:191](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L191) - -*** - -### getEvents() - -> **getEvents**(): [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Completion/interfaces/Response.md), `Completion`\> - -Get the current event handlers - -#### Returns - -[`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Completion/interfaces/Response.md), `Completion`\> - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getEvents`](AbstractModel.md#getEvents) - -#### Source - -[src/model/model.ts:230](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L230) - -*** - -### getParams() - -> **getParams**(): [`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md)\> - -Get the current params - -#### Returns - -[`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md)\> - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getParams`](AbstractModel.md#getParams) - -#### Source - -[src/model/model.ts:208](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L208) - -*** - -### run() - -> **run**(`params`, `context`?): `Promise`\<[`Response`](../namespaces/Model/namespaces/Completion/interfaces/Response.md)\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `object` | -| `params.model`? | `"gpt-3.5-turbo-instruct"` \| `"babbage-002"` \| `"davinci-002"` \| `string` & `object` \| `"text-davinci-003"` \| `"text-davinci-002"` \| `"text-davinci-001"` \| `"code-davinci-002"` \| `"text-curie-001"` \| `"text-babbage-001"` \| `"text-ada-001"` | -| `params.prompt`? | `null` \| `string` \| `string`[] \| `number`[] \| `number`[][] | -| `context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<[`Response`](../namespaces/Model/namespaces/Completion/interfaces/Response.md)\> - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`run`](AbstractModel.md#run) - -#### Source - -[src/model/model.ts:78](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L78) - -*** - -### setCache() - -> **setCache**(`cache`): [`CompletionModel`](CompletionModel.md) - -Set the cache to a new cache. Set to undefined to remove existing. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `cache` | `undefined` \| [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, [`Response`](../namespaces/Model/namespaces/Completion/interfaces/Response.md)\> | - -#### Returns - -[`CompletionModel`](CompletionModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setCache`](AbstractModel.md#setCache) - -#### Source - -[src/model/model.ts:174](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L174) - -*** - -### setClient() - -> **setClient**(`client`): [`CompletionModel`](CompletionModel.md) - -Set the client to a new OpenAI API client. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `client` | [`Client`](../namespaces/Model/namespaces/Completion/type-aliases/Client.md) | - -#### Returns - -[`CompletionModel`](CompletionModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setClient`](AbstractModel.md#setClient) - -#### Source - -[src/model/model.ts:185](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L185) - -*** - -### setContext() - -> **setContext**(`context`): [`CompletionModel`](CompletionModel.md) - -Set the context to a new context. Removes all existing values. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `context` | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -[`CompletionModel`](CompletionModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setContext`](AbstractModel.md#setContext) - -#### Source - -[src/model/model.ts:202](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L202) - -*** - -### setEvents() - -> **setEvents**(`events`): [`CompletionModel`](CompletionModel.md) - -Set the event handlers to a new set of events. Removes all existing event handlers. -Set to empty object `{}` to remove all events. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Completion/interfaces/Response.md), `Completion`\> | - -#### Returns - -[`CompletionModel`](CompletionModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setEvents`](AbstractModel.md#setEvents) - -#### Source - -[src/model/model.ts:244](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L244) - -*** - -### setParams() - -> **setParams**(`params`): [`CompletionModel`](CompletionModel.md) - -Set the params to a new params. Removes all existing values. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | [`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md)\> | - -#### Returns - -[`CompletionModel`](CompletionModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setParams`](AbstractModel.md#setParams) - -#### Source - -[src/model/model.ts:223](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L223) - -*** - -### updateContext() - -> **updateContext**(`context`): [`CompletionModel`](CompletionModel.md) - -Add the context. Overrides existing keys. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `context` | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -[`CompletionModel`](CompletionModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`updateContext`](AbstractModel.md#updateContext) - -#### Source - -[src/model/model.ts:196](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L196) diff --git a/docs/pages/docs/classes/EmbeddingModel.md b/docs/pages/docs/classes/EmbeddingModel.md deleted file mode 100644 index 52b482d..0000000 --- a/docs/pages/docs/classes/EmbeddingModel.md +++ /dev/null @@ -1,398 +0,0 @@ -# Class: EmbeddingModel - -## Extends - -- [`AbstractModel`](AbstractModel.md)\<[`Client`](../namespaces/Model/namespaces/Embedding/type-aliases/Client.md), [`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md), [`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md), [`Response`](../namespaces/Model/namespaces/Embedding/interfaces/Response.md), [`ApiResponse`](../namespaces/Model/namespaces/Embedding/type-aliases/ApiResponse.md)\> - -## Constructors - -### new EmbeddingModel(args) - -> **new EmbeddingModel**(`args`?): [`EmbeddingModel`](EmbeddingModel.md) - -Doesn't accept OpenAIClient because retry needs to be handled at the model level. - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `args`? | `object` | - | -| `args.cache`? | [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, [`Response`](../namespaces/Model/namespaces/Embedding/interfaces/Response.md)\> | Enables caching for model responses. Must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async.

Some examples include: `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), or any [keyv adaptor](https://github.com/jaredwray/keyv). | -| `args.cacheKey`? | [`CacheKey`](../type-aliases/CacheKey.md)\<[`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md), `string`\> | A function that returns a cache key for the given params.

A simple example would be: `(params) => JSON.stringify(params)`

The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. | -| `args.client`? | [`Client`](../namespaces/Model/namespaces/Embedding/type-aliases/Client.md) | - | -| `args.context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - | -| `args.debug`? | `boolean` | Whether or not to add default `console.log` event handlers | -| `args.events`? | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Embedding/interfaces/Response.md), `any`\> | - | -| `args.params`? | [`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md)\> | - | - -#### Returns - -[`EmbeddingModel`](EmbeddingModel.md) - -#### Overrides - -[`AbstractModel`](AbstractModel.md).[`constructor`](AbstractModel.md#Constructors) - -#### Source - -[src/model/embedding.ts:48](https://github.com/dexaai/llm-tools/blob/f300435/src/model/embedding.ts#L48) - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `modelProvider` | `"openai"` | - | [`AbstractModel`](AbstractModel.md).`modelProvider` | [src/model/embedding.ts:44](https://github.com/dexaai/llm-tools/blob/f300435/src/model/embedding.ts#L44) | -| `modelType` | `"embedding"` | - | [`AbstractModel`](AbstractModel.md).`modelType` | [src/model/embedding.ts:43](https://github.com/dexaai/llm-tools/blob/f300435/src/model/embedding.ts#L43) | -| `throttledModel` | `BulkEmbedder` | - | - | [src/model/embedding.ts:45](https://github.com/dexaai/llm-tools/blob/f300435/src/model/embedding.ts#L45) | -| `tokenizer` | [`ITokenizer`](../namespaces/Model/interfaces/ITokenizer.md) | - | [`AbstractModel`](AbstractModel.md).`tokenizer` | [src/model/model.ts:65](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L65) | - -## Methods - -### addEvents() - -> **addEvents**(`events`): [`EmbeddingModel`](EmbeddingModel.md) - -Add event handlers to the model. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Embedding/interfaces/Response.md), `CreateEmbeddingResponse`\> | - -#### Returns - -[`EmbeddingModel`](EmbeddingModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`addEvents`](AbstractModel.md#addEvents) - -#### Source - -[src/model/model.ts:235](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L235) - -*** - -### addParams() - -> **addParams**(`params`): [`EmbeddingModel`](EmbeddingModel.md) - -Add the params. Overrides existing keys. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `Partial`\<[`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md)\>\> | - -#### Returns - -[`EmbeddingModel`](EmbeddingModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`addParams`](AbstractModel.md#addParams) - -#### Source - -[src/model/model.ts:213](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L213) - -*** - -### clone() - -> **clone**(`args`?): [`EmbeddingModel`](EmbeddingModel.md) - -Clone the model and merge/override the given properties. - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `args`? | `object` | - | -| `args.cache`? | [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, [`Response`](../namespaces/Model/namespaces/Embedding/interfaces/Response.md)\> | Enables caching for model responses. Must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async.

Some examples include: `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), or any [keyv adaptor](https://github.com/jaredwray/keyv). | -| `args.cacheKey`? | [`CacheKey`](../type-aliases/CacheKey.md)\<[`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md), `string`\> | A function that returns a cache key for the given params.

A simple example would be: `(params) => JSON.stringify(params)`

The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. | -| `args.client`? | [`Client`](../namespaces/Model/namespaces/Embedding/type-aliases/Client.md) | - | -| `args.context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - | -| `args.debug`? | `boolean` | Whether or not to add default `console.log` event handlers | -| `args.events`? | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Embedding/interfaces/Response.md), `any`\> | - | -| `args.params`? | [`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md)\> | - | - -#### Returns - -[`EmbeddingModel`](EmbeddingModel.md) - -#### Overrides - -[`AbstractModel`](AbstractModel.md).[`clone`](AbstractModel.md#abstract-clone) - -#### Source - -[src/model/embedding.ts:154](https://github.com/dexaai/llm-tools/blob/f300435/src/model/embedding.ts#L154) - -*** - -### getClient() - -> **getClient**(): [`Client`](../namespaces/Model/namespaces/Embedding/type-aliases/Client.md) - -Get the current client - -#### Returns - -[`Client`](../namespaces/Model/namespaces/Embedding/type-aliases/Client.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getClient`](AbstractModel.md#getClient) - -#### Source - -[src/model/model.ts:180](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L180) - -*** - -### getContext() - -> **getContext**(): [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) - -Get the current context - -#### Returns - -[`Ctx`](../namespaces/Model/type-aliases/Ctx.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getContext`](AbstractModel.md#getContext) - -#### Source - -[src/model/model.ts:191](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L191) - -*** - -### getEvents() - -> **getEvents**(): [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Embedding/interfaces/Response.md), `CreateEmbeddingResponse`\> - -Get the current event handlers - -#### Returns - -[`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Embedding/interfaces/Response.md), `CreateEmbeddingResponse`\> - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getEvents`](AbstractModel.md#getEvents) - -#### Source - -[src/model/model.ts:230](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L230) - -*** - -### getParams() - -> **getParams**(): [`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md)\> - -Get the current params - -#### Returns - -[`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md)\> - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getParams`](AbstractModel.md#getParams) - -#### Source - -[src/model/model.ts:208](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L208) - -*** - -### run() - -> **run**(`params`, `context`?): `Promise`\<[`Response`](../namespaces/Model/namespaces/Embedding/interfaces/Response.md)\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `object` | -| `params.batch`? | `Partial`\<[`BatchOptions`](../namespaces/Model/namespaces/Embedding/interfaces/BatchOptions.md)\> | -| `params.input`? | `string`[] | -| `params.model`? | `"text-embedding-ada-002"` \| `string` & `object` | -| `params.throttle`? | `Partial`\<`ThrottleOptions`\> | -| `context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<[`Response`](../namespaces/Model/namespaces/Embedding/interfaces/Response.md)\> - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`run`](AbstractModel.md#run) - -#### Source - -[src/model/model.ts:78](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L78) - -*** - -### setCache() - -> **setCache**(`cache`): [`EmbeddingModel`](EmbeddingModel.md) - -Set the cache to a new cache. Set to undefined to remove existing. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `cache` | `undefined` \| [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, [`Response`](../namespaces/Model/namespaces/Embedding/interfaces/Response.md)\> | - -#### Returns - -[`EmbeddingModel`](EmbeddingModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setCache`](AbstractModel.md#setCache) - -#### Source - -[src/model/model.ts:174](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L174) - -*** - -### setClient() - -> **setClient**(`client`): [`EmbeddingModel`](EmbeddingModel.md) - -Set the client to a new OpenAI API client. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `client` | [`Client`](../namespaces/Model/namespaces/Embedding/type-aliases/Client.md) | - -#### Returns - -[`EmbeddingModel`](EmbeddingModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setClient`](AbstractModel.md#setClient) - -#### Source - -[src/model/model.ts:185](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L185) - -*** - -### setContext() - -> **setContext**(`context`): [`EmbeddingModel`](EmbeddingModel.md) - -Set the context to a new context. Removes all existing values. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `context` | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -[`EmbeddingModel`](EmbeddingModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setContext`](AbstractModel.md#setContext) - -#### Source - -[src/model/model.ts:202](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L202) - -*** - -### setEvents() - -> **setEvents**(`events`): [`EmbeddingModel`](EmbeddingModel.md) - -Set the event handlers to a new set of events. Removes all existing event handlers. -Set to empty object `{}` to remove all events. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/Embedding/interfaces/Response.md), `CreateEmbeddingResponse`\> | - -#### Returns - -[`EmbeddingModel`](EmbeddingModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setEvents`](AbstractModel.md#setEvents) - -#### Source - -[src/model/model.ts:244](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L244) - -*** - -### setParams() - -> **setParams**(`params`): [`EmbeddingModel`](EmbeddingModel.md) - -Set the params to a new params. Removes all existing values. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | [`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md)\> | - -#### Returns - -[`EmbeddingModel`](EmbeddingModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setParams`](AbstractModel.md#setParams) - -#### Source - -[src/model/model.ts:223](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L223) - -*** - -### updateContext() - -> **updateContext**(`context`): [`EmbeddingModel`](EmbeddingModel.md) - -Add the context. Overrides existing keys. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `context` | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -[`EmbeddingModel`](EmbeddingModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`updateContext`](AbstractModel.md#updateContext) - -#### Source - -[src/model/model.ts:196](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L196) diff --git a/docs/pages/docs/classes/Msg.md b/docs/pages/docs/classes/Msg.md deleted file mode 100644 index 2441eee..0000000 --- a/docs/pages/docs/classes/Msg.md +++ /dev/null @@ -1,516 +0,0 @@ -# Class: Msg - -Utility class for creating and checking message types. - -## Constructors - -### new Msg() - -> **new Msg**(): [`Msg`](Msg.md) - -#### Returns - -[`Msg`](Msg.md) - -## Methods - -### assistant() - -> **`static`** **assistant**(`content`, `opts`?): [`Assistant`](../namespaces/Prompt/namespaces/Msg/type-aliases/Assistant.md) - -Create an assistant message. Cleans indentation and newlines by default. - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `content` | `string` | - | -| `opts`? | `object` | - | -| `opts.cleanContent`? | `boolean` | Whether to clean extra newlines and indentation. Defaults to true. | -| `opts.name`? | `string` | Custom name for the message. | - -#### Returns - -[`Assistant`](../namespaces/Prompt/namespaces/Msg/type-aliases/Assistant.md) - -#### Source - -[src/prompt/utils/message.ts:56](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L56) - -*** - -### funcCall() - -> **`static`** **funcCall**(`function_call`, `opts`?): [`FuncCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/FuncCall.md) - -Create a function call message with argumets. - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `function_call` | `object` | - | -| `function_call.arguments` | `string` | Arguments to pass to the function. | -| `function_call.name`? | `string` | Name of the function to call. | -| `opts`? | `object` | - | -| `opts.name`? | `string` | The name descriptor for the message.(message.name) | - -#### Returns - -[`FuncCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/FuncCall.md) - -#### Source - -[src/prompt/utils/message.ts:74](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L74) - -*** - -### funcResult() - -> **`static`** **funcResult**(`content`, `name`): [`FuncResult`](../namespaces/Prompt/namespaces/Msg/type-aliases/FuncResult.md) - -Create a function result message. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `content` | `Jsonifiable` | -| `name` | `string` | - -#### Returns - -[`FuncResult`](../namespaces/Prompt/namespaces/Msg/type-aliases/FuncResult.md) - -#### Source - -[src/prompt/utils/message.ts:95](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L95) - -*** - -### getMessage() - -> **`static`** **getMessage**(`response`): [`Assistant`](../namespaces/Prompt/namespaces/Msg/type-aliases/Assistant.md) \| [`FuncCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/FuncCall.md) \| [`ToolCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/ToolCall.md) - -Get the narrowed message from an EnrichedResponse. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `response` | `any` | - -#### Returns - -[`Assistant`](../namespaces/Prompt/namespaces/Msg/type-aliases/Assistant.md) \| [`FuncCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/FuncCall.md) \| [`ToolCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/ToolCall.md) - -#### Source - -[src/prompt/utils/message.ts:130](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L130) - -*** - -### isAssistant() - -> **`static`** **isAssistant**(`message`): `message is Assistant` - -Check if a message is an assistant message. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | [`Msg`](../namespaces/Prompt/interfaces/Msg.md) | - -#### Returns - -`message is Assistant` - -#### Source - -[src/prompt/utils/message.ts:165](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L165) - -*** - -### isFuncCall() - -> **`static`** **isFuncCall**(`message`): `message is FuncCall` - -Check if a message is a function call message with arguments. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | [`Msg`](../namespaces/Prompt/interfaces/Msg.md) | - -#### Returns - -`message is FuncCall` - -#### Source - -[src/prompt/utils/message.ts:169](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L169) - -*** - -### isFuncResult() - -> **`static`** **isFuncResult**(`message`): `message is FuncResult` - -Check if a message is a function result message. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | [`Msg`](../namespaces/Prompt/interfaces/Msg.md) | - -#### Returns - -`message is FuncResult` - -#### Source - -[src/prompt/utils/message.ts:173](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L173) - -*** - -### isSystem() - -> **`static`** **isSystem**(`message`): `message is System` - -Check if a message is a system message. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | [`Msg`](../namespaces/Prompt/interfaces/Msg.md) | - -#### Returns - -`message is System` - -#### Source - -[src/prompt/utils/message.ts:157](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L157) - -*** - -### isToolCall() - -> **`static`** **isToolCall**(`message`): `message is ToolCall` - -Check if a message is a tool calls message. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | [`Msg`](../namespaces/Prompt/interfaces/Msg.md) | - -#### Returns - -`message is ToolCall` - -#### Source - -[src/prompt/utils/message.ts:177](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L177) - -*** - -### isToolResult() - -> **`static`** **isToolResult**(`message`): `message is ToolResult` - -Check if a message is a tool call result message. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | [`Msg`](../namespaces/Prompt/interfaces/Msg.md) | - -#### Returns - -`message is ToolResult` - -#### Source - -[src/prompt/utils/message.ts:181](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L181) - -*** - -### isUser() - -> **`static`** **isUser**(`message`): `message is User` - -Check if a message is a user message. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | [`Msg`](../namespaces/Prompt/interfaces/Msg.md) | - -#### Returns - -`message is User` - -#### Source - -[src/prompt/utils/message.ts:161](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L161) - -*** - -### narrow() - -#### narrow(message) - -> **`static`** **narrow**(`message`): [`System`](../namespaces/Prompt/namespaces/Msg/type-aliases/System.md) - -Narrow a ChatModel.Message to a specific type. - -##### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | [`System`](../namespaces/Prompt/namespaces/Msg/type-aliases/System.md) | - -##### Returns - -[`System`](../namespaces/Prompt/namespaces/Msg/type-aliases/System.md) - -##### Source - -[src/prompt/utils/message.ts:186](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L186) - -#### narrow(message) - -> **`static`** **narrow**(`message`): [`User`](../namespaces/Prompt/namespaces/Msg/type-aliases/User.md) - -##### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | [`User`](../namespaces/Prompt/namespaces/Msg/type-aliases/User.md) | - -##### Returns - -[`User`](../namespaces/Prompt/namespaces/Msg/type-aliases/User.md) - -##### Source - -[src/prompt/utils/message.ts:187](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L187) - -#### narrow(message) - -> **`static`** **narrow**(`message`): [`Assistant`](../namespaces/Prompt/namespaces/Msg/type-aliases/Assistant.md) - -##### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | [`Assistant`](../namespaces/Prompt/namespaces/Msg/type-aliases/Assistant.md) | - -##### Returns - -[`Assistant`](../namespaces/Prompt/namespaces/Msg/type-aliases/Assistant.md) - -##### Source - -[src/prompt/utils/message.ts:188](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L188) - -#### narrow(message) - -> **`static`** **narrow**(`message`): [`FuncCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/FuncCall.md) - -##### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | [`FuncCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/FuncCall.md) | - -##### Returns - -[`FuncCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/FuncCall.md) - -##### Source - -[src/prompt/utils/message.ts:189](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L189) - -#### narrow(message) - -> **`static`** **narrow**(`message`): [`FuncResult`](../namespaces/Prompt/namespaces/Msg/type-aliases/FuncResult.md) - -##### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | [`FuncResult`](../namespaces/Prompt/namespaces/Msg/type-aliases/FuncResult.md) | - -##### Returns - -[`FuncResult`](../namespaces/Prompt/namespaces/Msg/type-aliases/FuncResult.md) - -##### Source - -[src/prompt/utils/message.ts:190](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L190) - -#### narrow(message) - -> **`static`** **narrow**(`message`): [`ToolCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/ToolCall.md) - -##### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | [`ToolCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/ToolCall.md) | - -##### Returns - -[`ToolCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/ToolCall.md) - -##### Source - -[src/prompt/utils/message.ts:191](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L191) - -#### narrow(message) - -> **`static`** **narrow**(`message`): [`ToolResult`](../namespaces/Prompt/namespaces/Msg/type-aliases/ToolResult.md) - -##### Parameters - -| Parameter | Type | -| :------ | :------ | -| `message` | [`ToolResult`](../namespaces/Prompt/namespaces/Msg/type-aliases/ToolResult.md) | - -##### Returns - -[`ToolResult`](../namespaces/Prompt/namespaces/Msg/type-aliases/ToolResult.md) - -##### Source - -[src/prompt/utils/message.ts:192](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L192) - -*** - -### narrowResponseMessage() - -> **`static`** **narrowResponseMessage**(`msg`): [`Assistant`](../namespaces/Prompt/namespaces/Msg/type-aliases/Assistant.md) \| [`FuncCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/FuncCall.md) \| [`ToolCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/ToolCall.md) - -Narrow a message received from the API. It only responds with role=assistant - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `msg` | [`Msg`](../namespaces/Prompt/interfaces/Msg.md) | - -#### Returns - -[`Assistant`](../namespaces/Prompt/namespaces/Msg/type-aliases/Assistant.md) \| [`FuncCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/FuncCall.md) \| [`ToolCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/ToolCall.md) - -#### Source - -[src/prompt/utils/message.ts:140](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L140) - -*** - -### system() - -> **`static`** **system**(`content`, `opts`?): [`System`](../namespaces/Prompt/namespaces/Msg/type-aliases/System.md) - -Create a system message. Cleans indentation and newlines by default. - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `content` | `string` | - | -| `opts`? | `object` | - | -| `opts.cleanContent`? | `boolean` | Whether to clean extra newlines and indentation. Defaults to true. | -| `opts.name`? | `string` | Custom name for the message. | - -#### Returns - -[`System`](../namespaces/Prompt/namespaces/Msg/type-aliases/System.md) - -#### Source - -[src/prompt/utils/message.ts:20](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L20) - -*** - -### toolCall() - -> **`static`** **toolCall**(`tool_calls`, `opts`?): [`ToolCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/ToolCall.md) - -Create a function call message with argumets. - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `tool_calls` | [`Tool`](../namespaces/Prompt/namespaces/Msg/namespaces/Call/type-aliases/Tool.md)[] | - | -| `opts`? | `object` | - | -| `opts.name`? | `string` | The name descriptor for the message.(message.name) | - -#### Returns - -[`ToolCall`](../namespaces/Prompt/namespaces/Msg/type-aliases/ToolCall.md) - -#### Source - -[src/prompt/utils/message.ts:101](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L101) - -*** - -### toolResult() - -> **`static`** **toolResult**(`content`, `tool_call_id`, `opts`?): [`ToolResult`](../namespaces/Prompt/namespaces/Msg/type-aliases/ToolResult.md) - -Create a tool call result message. - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `content` | `Jsonifiable` | - | -| `tool_call_id` | `string` | - | -| `opts`? | `object` | - | -| `opts.name`? | `string` | The name of the tool which was called | - -#### Returns - -[`ToolResult`](../namespaces/Prompt/namespaces/Msg/type-aliases/ToolResult.md) - -#### Source - -[src/prompt/utils/message.ts:117](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L117) - -*** - -### user() - -> **`static`** **user**(`content`, `opts`?): [`User`](../namespaces/Prompt/namespaces/Msg/type-aliases/User.md) - -Create a user message. Cleans indentation and newlines by default. - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `content` | `string` | - | -| `opts`? | `object` | - | -| `opts.cleanContent`? | `boolean` | Whether to clean extra newlines and indentation. Defaults to true. | -| `opts.name`? | `string` | Custom name for the message. | - -#### Returns - -[`User`](../namespaces/Prompt/namespaces/Msg/type-aliases/User.md) - -#### Source - -[src/prompt/utils/message.ts:38](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/message.ts#L38) diff --git a/docs/pages/docs/classes/PineconeDatastore.md b/docs/pages/docs/classes/PineconeDatastore.md deleted file mode 100644 index 63e514f..0000000 --- a/docs/pages/docs/classes/PineconeDatastore.md +++ /dev/null @@ -1,241 +0,0 @@ -# Class: PineconeDatastore`` - -## Extends - -- [`AbstractDatastore`](AbstractDatastore.md)\<`DocMeta`, `Pinecone.QueryFilter`\<`DocMeta`\>\> - -## Type parameters - -| Parameter | -| :------ | -| `DocMeta` extends [`BaseMeta`](../namespaces/Datastore/type-aliases/BaseMeta.md) | - -## Constructors - -### new PineconeDatastore(args) - -> **new PineconeDatastore**\<`DocMeta`\>(`args`): [`PineconeDatastore`](PineconeDatastore.md)\<`DocMeta`\> - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `args` | `object` | - | -| `args.cache`? | [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, [`QueryResult`](../namespaces/Datastore/interfaces/QueryResult.md)\<`DocMeta`\>\> | Enables caching for queries. Must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async.

Some examples include: `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), or any [keyv adaptor](https://github.com/jaredwray/keyv). | -| `args.cacheKey`? | [`CacheKey`](../type-aliases/CacheKey.md)\<[`Query`](../namespaces/Datastore/interfaces/Query.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\>, `string`\> | A function that returns a cache key for the given params.

A simple example would be: `(params) => JSON.stringify(params)`

The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. | -| `args.contentKey` | keyof `DocMeta` | The metadata key of the content that is embedded.
The value associated with the key must be a string. | -| `args.context`? | [`Ctx`](../namespaces/Datastore/type-aliases/Ctx.md) | - | -| `args.debug`? | `boolean` | Whether or not to add default `console.log` event handlers | -| `args.embeddingModel` | [`EmbeddingModel`](EmbeddingModel.md) | - | -| `args.events`? | [`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\> | - | -| `args.namespace`? | `string` | - | -| `args.pinecone`? | `PineconeClient`\<`DocMeta`\> | - | - -#### Returns - -[`PineconeDatastore`](PineconeDatastore.md)\<`DocMeta`\> - -#### Overrides - -[`AbstractDatastore`](AbstractDatastore.md).[`constructor`](AbstractDatastore.md#Constructors) - -#### Source - -[src/datastore/pinecone/datastore.ts:14](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/datastore.ts#L14) - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `datastoreProvider` | `"pinecone"` | - | [`AbstractDatastore`](AbstractDatastore.md).`datastoreProvider` | [src/datastore/pinecone/datastore.ts:11](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/datastore.ts#L11) | -| `datastoreType` | `"embedding"` | - | [`AbstractDatastore`](AbstractDatastore.md).`datastoreType` | [src/datastore/pinecone/datastore.ts:10](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/datastore.ts#L10) | - -## Methods - -### addEvents() - -> **addEvents**(`events`): [`PineconeDatastore`](PineconeDatastore.md)\<`DocMeta`\> - -Add event handlers to the datastore. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\> | - -#### Returns - -[`PineconeDatastore`](PineconeDatastore.md)\<`DocMeta`\> - -#### Inherited from - -[`AbstractDatastore`](AbstractDatastore.md).[`addEvents`](AbstractDatastore.md#addEvents) - -#### Source - -[src/datastore/datastore.ts:153](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L153) - -*** - -### delete() - -> **delete**(`docIds`): `Promise`\<`void`\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `docIds` | `string`[] | - -#### Returns - -`Promise`\<`void`\> - -#### Overrides - -[`AbstractDatastore`](AbstractDatastore.md).[`delete`](AbstractDatastore.md#abstract-delete) - -#### Source - -[src/datastore/pinecone/datastore.ts:153](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/datastore.ts#L153) - -*** - -### deleteAll() - -> **deleteAll**(): `Promise`\<`void`\> - -#### Returns - -`Promise`\<`void`\> - -#### Overrides - -[`AbstractDatastore`](AbstractDatastore.md).[`deleteAll`](AbstractDatastore.md#abstract-deleteAll) - -#### Source - -[src/datastore/pinecone/datastore.ts:157](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/datastore.ts#L157) - -*** - -### getEvents() - -> **getEvents**(): [`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\> - -Get the current event handlers - -#### Returns - -[`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\> - -#### Inherited from - -[`AbstractDatastore`](AbstractDatastore.md).[`getEvents`](AbstractDatastore.md#getEvents) - -#### Source - -[src/datastore/datastore.ts:148](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L148) - -*** - -### query() - -> **query**(`query`, `context`?): `Promise`\<[`QueryResult`](../namespaces/Datastore/interfaces/QueryResult.md)\<`DocMeta`\>\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `query` | [`Query`](../namespaces/Datastore/interfaces/Query.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\> | -| `context`? | [`Ctx`](../namespaces/Datastore/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<[`QueryResult`](../namespaces/Datastore/interfaces/QueryResult.md)\<`DocMeta`\>\> - -#### Inherited from - -[`AbstractDatastore`](AbstractDatastore.md).[`query`](AbstractDatastore.md#query) - -#### Source - -[src/datastore/datastore.ts:53](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L53) - -*** - -### runQuery() - -> **runQuery**(`query`, `context`?): `Promise`\<[`QueryResult`](../namespaces/Datastore/interfaces/QueryResult.md)\<`DocMeta`\>\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `query` | [`Query`](../namespaces/Datastore/interfaces/Query.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\> | -| `context`? | [`Ctx`](../namespaces/Datastore/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<[`QueryResult`](../namespaces/Datastore/interfaces/QueryResult.md)\<`DocMeta`\>\> - -#### Overrides - -AbstractDatastore.runQuery - -#### Source - -[src/datastore/pinecone/datastore.ts:30](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/datastore.ts#L30) - -*** - -### setEvents() - -> **setEvents**(`events`): [`PineconeDatastore`](PineconeDatastore.md)\<`DocMeta`\> - -Set the event handlers to a new set of events. Removes all existing event handlers. -Set to empty object `{}` to remove all events. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\> | - -#### Returns - -[`PineconeDatastore`](PineconeDatastore.md)\<`DocMeta`\> - -#### Inherited from - -[`AbstractDatastore`](AbstractDatastore.md).[`setEvents`](AbstractDatastore.md#setEvents) - -#### Source - -[src/datastore/datastore.ts:162](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L162) - -*** - -### upsert() - -> **upsert**(`docs`, `context`?): `Promise`\<`void`\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `docs` | [`Doc`](../namespaces/Datastore/interfaces/Doc.md)\<`DocMeta`\>[] | -| `context`? | [`Ctx`](../namespaces/Datastore/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<`void`\> - -#### Overrides - -[`AbstractDatastore`](AbstractDatastore.md).[`upsert`](AbstractDatastore.md#abstract-upsert) - -#### Source - -[src/datastore/pinecone/datastore.ts:74](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/datastore.ts#L74) diff --git a/docs/pages/docs/classes/PineconeHybridDatastore.md b/docs/pages/docs/classes/PineconeHybridDatastore.md deleted file mode 100644 index 32d82d8..0000000 --- a/docs/pages/docs/classes/PineconeHybridDatastore.md +++ /dev/null @@ -1,242 +0,0 @@ -# Class: PineconeHybridDatastore`` - -## Extends - -- [`AbstractHybridDatastore`](AbstractHybridDatastore.md)\<`DocMeta`, `Pinecone.QueryFilter`\<`DocMeta`\>\> - -## Type parameters - -| Parameter | -| :------ | -| `DocMeta` extends [`BaseMeta`](../namespaces/Datastore/type-aliases/BaseMeta.md) | - -## Constructors - -### new PineconeHybridDatastore(args) - -> **new PineconeHybridDatastore**\<`DocMeta`\>(`args`): [`PineconeHybridDatastore`](PineconeHybridDatastore.md)\<`DocMeta`\> - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `args` | `object` | - | -| `args.cache`? | [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, [`QueryResult`](../namespaces/Datastore/interfaces/QueryResult.md)\<`DocMeta`\>\> | Enables caching for queries. Must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async.

Some examples include: `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), or any [keyv adaptor](https://github.com/jaredwray/keyv). | -| `args.cacheKey`? | [`CacheKey`](../type-aliases/CacheKey.md)\<[`Query`](../namespaces/Datastore/interfaces/Query.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\>, `string`\> | A function that returns a cache key for the given params.

A simple example would be: `(params) => JSON.stringify(params)`

The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. | -| `args.contentKey` | keyof `DocMeta` | The metadata key of the content that is embedded.
The value associated with the key must be a string. | -| `args.context`? | [`Ctx`](../namespaces/Datastore/type-aliases/Ctx.md) | - | -| `args.debug`? | `boolean` | Whether or not to add default `console.log` event handlers | -| `args.embeddingModel` | [`EmbeddingModel`](EmbeddingModel.md) | - | -| `args.events`? | [`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\> | - | -| `args.namespace`? | `string` | - | -| `args.pinecone`? | `PineconeClient`\<`DocMeta`\> | - | -| `args.spladeModel` | [`SparseVectorModel`](SparseVectorModel.md) | Splade instance for creating sparse vectors | - -#### Returns - -[`PineconeHybridDatastore`](PineconeHybridDatastore.md)\<`DocMeta`\> - -#### Overrides - -[`AbstractHybridDatastore`](AbstractHybridDatastore.md).[`constructor`](AbstractHybridDatastore.md#Constructors) - -#### Source - -[src/datastore/pinecone/hybrid-datastore.ts:15](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/hybrid-datastore.ts#L15) - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `datastoreProvider` | `"pinecone"` | - | [`AbstractHybridDatastore`](AbstractHybridDatastore.md).`datastoreProvider` | [src/datastore/pinecone/hybrid-datastore.ts:12](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/hybrid-datastore.ts#L12) | -| `datastoreType` | `"hybrid"` | - | [`AbstractHybridDatastore`](AbstractHybridDatastore.md).`datastoreType` | [src/datastore/pinecone/hybrid-datastore.ts:11](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/hybrid-datastore.ts#L11) | - -## Methods - -### addEvents() - -> **addEvents**(`events`): [`PineconeHybridDatastore`](PineconeHybridDatastore.md)\<`DocMeta`\> - -Add event handlers to the datastore. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\> | - -#### Returns - -[`PineconeHybridDatastore`](PineconeHybridDatastore.md)\<`DocMeta`\> - -#### Inherited from - -[`AbstractHybridDatastore`](AbstractHybridDatastore.md).[`addEvents`](AbstractHybridDatastore.md#addEvents) - -#### Source - -[src/datastore/datastore.ts:153](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L153) - -*** - -### delete() - -> **delete**(`docIds`): `Promise`\<`void`\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `docIds` | `string`[] | - -#### Returns - -`Promise`\<`void`\> - -#### Overrides - -[`AbstractHybridDatastore`](AbstractHybridDatastore.md).[`delete`](AbstractHybridDatastore.md#abstract-delete) - -#### Source - -[src/datastore/pinecone/hybrid-datastore.ts:176](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/hybrid-datastore.ts#L176) - -*** - -### deleteAll() - -> **deleteAll**(): `Promise`\<`void`\> - -#### Returns - -`Promise`\<`void`\> - -#### Overrides - -[`AbstractHybridDatastore`](AbstractHybridDatastore.md).[`deleteAll`](AbstractHybridDatastore.md#abstract-deleteAll) - -#### Source - -[src/datastore/pinecone/hybrid-datastore.ts:180](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/hybrid-datastore.ts#L180) - -*** - -### getEvents() - -> **getEvents**(): [`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\> - -Get the current event handlers - -#### Returns - -[`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\> - -#### Inherited from - -[`AbstractHybridDatastore`](AbstractHybridDatastore.md).[`getEvents`](AbstractHybridDatastore.md#getEvents) - -#### Source - -[src/datastore/datastore.ts:148](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L148) - -*** - -### query() - -> **query**(`query`, `context`?): `Promise`\<[`QueryResult`](../namespaces/Datastore/interfaces/QueryResult.md)\<`DocMeta`\>\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `query` | [`Query`](../namespaces/Datastore/interfaces/Query.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\> | -| `context`? | [`Ctx`](../namespaces/Datastore/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<[`QueryResult`](../namespaces/Datastore/interfaces/QueryResult.md)\<`DocMeta`\>\> - -#### Inherited from - -[`AbstractHybridDatastore`](AbstractHybridDatastore.md).[`query`](AbstractHybridDatastore.md#query) - -#### Source - -[src/datastore/datastore.ts:53](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L53) - -*** - -### runQuery() - -> **runQuery**(`query`, `context`?): `Promise`\<[`QueryResult`](../namespaces/Datastore/interfaces/QueryResult.md)\<`DocMeta`\>\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `query` | [`Query`](../namespaces/Datastore/interfaces/Query.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\> | -| `context`? | [`Ctx`](../namespaces/Datastore/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<[`QueryResult`](../namespaces/Datastore/interfaces/QueryResult.md)\<`DocMeta`\>\> - -#### Overrides - -AbstractHybridDatastore.runQuery - -#### Source - -[src/datastore/pinecone/hybrid-datastore.ts:31](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/hybrid-datastore.ts#L31) - -*** - -### setEvents() - -> **setEvents**(`events`): [`PineconeHybridDatastore`](PineconeHybridDatastore.md)\<`DocMeta`\> - -Set the event handlers to a new set of events. Removes all existing event handlers. -Set to empty object `{}` to remove all events. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Datastore/interfaces/Events.md)\<`DocMeta`, `QueryFilter`\<`DocMeta`\>\> | - -#### Returns - -[`PineconeHybridDatastore`](PineconeHybridDatastore.md)\<`DocMeta`\> - -#### Inherited from - -[`AbstractHybridDatastore`](AbstractHybridDatastore.md).[`setEvents`](AbstractHybridDatastore.md#setEvents) - -#### Source - -[src/datastore/datastore.ts:162](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/datastore.ts#L162) - -*** - -### upsert() - -> **upsert**(`docs`, `context`?): `Promise`\<`void`\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `docs` | [`Doc`](../namespaces/Datastore/interfaces/Doc.md)\<`DocMeta`\>[] | -| `context`? | [`Ctx`](../namespaces/Datastore/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<`void`\> - -#### Overrides - -[`AbstractHybridDatastore`](AbstractHybridDatastore.md).[`upsert`](AbstractHybridDatastore.md#abstract-upsert) - -#### Source - -[src/datastore/pinecone/hybrid-datastore.ts:89](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/hybrid-datastore.ts#L89) diff --git a/docs/pages/docs/classes/SparseVectorModel.md b/docs/pages/docs/classes/SparseVectorModel.md deleted file mode 100644 index 5381314..0000000 --- a/docs/pages/docs/classes/SparseVectorModel.md +++ /dev/null @@ -1,397 +0,0 @@ -# Class: SparseVectorModel - -## Extends - -- [`AbstractModel`](AbstractModel.md)\<[`Client`](../namespaces/Model/namespaces/SparseVector/type-aliases/Client.md), [`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md), [`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md), [`Response`](../namespaces/Model/namespaces/SparseVector/interfaces/Response.md)\> - -## Constructors - -### new SparseVectorModel(args) - -> **new SparseVectorModel**(`args`): [`SparseVectorModel`](SparseVectorModel.md) - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `args` | `object` | - | -| `args.cache`? | [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, [`Response`](../namespaces/Model/namespaces/SparseVector/interfaces/Response.md)\> | Enables caching for model responses. Must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async.

Some examples include: `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), or any [keyv adaptor](https://github.com/jaredwray/keyv). | -| `args.cacheKey`? | [`CacheKey`](../type-aliases/CacheKey.md)\<[`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md), `string`\> | A function that returns a cache key for the given params.

A simple example would be: `(params) => JSON.stringify(params)`

The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. | -| `args.context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - | -| `args.debug`? | `boolean` | Whether or not to add default `console.log` event handlers | -| `args.events`? | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/SparseVector/interfaces/Response.md), `any`\> | - | -| `args.params` | [`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md)\> | - | -| `args.serviceUrl`? | `string` | - | - -#### Returns - -[`SparseVectorModel`](SparseVectorModel.md) - -#### Overrides - -[`AbstractModel`](AbstractModel.md).[`constructor`](AbstractModel.md#Constructors) - -#### Source - -[src/model/sparse-vector.ts:33](https://github.com/dexaai/llm-tools/blob/f300435/src/model/sparse-vector.ts#L33) - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `modelProvider` | `"custom"` | - | [`AbstractModel`](AbstractModel.md).`modelProvider` | [src/model/sparse-vector.ts:30](https://github.com/dexaai/llm-tools/blob/f300435/src/model/sparse-vector.ts#L30) | -| `modelType` | `"sparse-vector"` | - | [`AbstractModel`](AbstractModel.md).`modelType` | [src/model/sparse-vector.ts:29](https://github.com/dexaai/llm-tools/blob/f300435/src/model/sparse-vector.ts#L29) | -| `serviceUrl` | `string` | - | - | [src/model/sparse-vector.ts:31](https://github.com/dexaai/llm-tools/blob/f300435/src/model/sparse-vector.ts#L31) | -| `tokenizer` | [`ITokenizer`](../namespaces/Model/interfaces/ITokenizer.md) | - | [`AbstractModel`](AbstractModel.md).`tokenizer` | [src/model/model.ts:65](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L65) | - -## Methods - -### addEvents() - -> **addEvents**(`events`): [`SparseVectorModel`](SparseVectorModel.md) - -Add event handlers to the model. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/SparseVector/interfaces/Response.md), `any`\> | - -#### Returns - -[`SparseVectorModel`](SparseVectorModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`addEvents`](AbstractModel.md#addEvents) - -#### Source - -[src/model/model.ts:235](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L235) - -*** - -### addParams() - -> **addParams**(`params`): [`SparseVectorModel`](SparseVectorModel.md) - -Add the params. Overrides existing keys. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `Partial`\<[`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md)\>\> | - -#### Returns - -[`SparseVectorModel`](SparseVectorModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`addParams`](AbstractModel.md#addParams) - -#### Source - -[src/model/model.ts:213](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L213) - -*** - -### clone() - -> **clone**(`args`?): [`SparseVectorModel`](SparseVectorModel.md) - -Clone the model and merge/override the given properties. - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `args`? | `object` | - | -| `args.cache`? | [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, [`Response`](../namespaces/Model/namespaces/SparseVector/interfaces/Response.md)\> | Enables caching for model responses. Must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async.

Some examples include: `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), or any [keyv adaptor](https://github.com/jaredwray/keyv). | -| `args.cacheKey`? | [`CacheKey`](../type-aliases/CacheKey.md)\<[`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md), `string`\> | A function that returns a cache key for the given params.

A simple example would be: `(params) => JSON.stringify(params)`

The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. | -| `args.context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - | -| `args.debug`? | `boolean` | Whether or not to add default `console.log` event handlers | -| `args.events`? | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/SparseVector/interfaces/Response.md), `any`\> | - | -| `args.params`? | [`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md)\> | - | -| `args.serviceUrl`? | `string` | - | - -#### Returns - -[`SparseVectorModel`](SparseVectorModel.md) - -#### Overrides - -[`AbstractModel`](AbstractModel.md).[`clone`](AbstractModel.md#abstract-clone) - -#### Source - -[src/model/sparse-vector.ts:105](https://github.com/dexaai/llm-tools/blob/f300435/src/model/sparse-vector.ts#L105) - -*** - -### getClient() - -> **getClient**(): [`Client`](../namespaces/Model/namespaces/SparseVector/type-aliases/Client.md) - -Get the current client - -#### Returns - -[`Client`](../namespaces/Model/namespaces/SparseVector/type-aliases/Client.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getClient`](AbstractModel.md#getClient) - -#### Source - -[src/model/model.ts:180](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L180) - -*** - -### getContext() - -> **getContext**(): [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) - -Get the current context - -#### Returns - -[`Ctx`](../namespaces/Model/type-aliases/Ctx.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getContext`](AbstractModel.md#getContext) - -#### Source - -[src/model/model.ts:191](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L191) - -*** - -### getEvents() - -> **getEvents**(): [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/SparseVector/interfaces/Response.md), `any`\> - -Get the current event handlers - -#### Returns - -[`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/SparseVector/interfaces/Response.md), `any`\> - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getEvents`](AbstractModel.md#getEvents) - -#### Source - -[src/model/model.ts:230](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L230) - -*** - -### getParams() - -> **getParams**(): [`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md)\> - -Get the current params - -#### Returns - -[`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md)\> - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`getParams`](AbstractModel.md#getParams) - -#### Source - -[src/model/model.ts:208](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L208) - -*** - -### run() - -> **run**(`params`, `context`?): `Promise`\<[`Response`](../namespaces/Model/namespaces/SparseVector/interfaces/Response.md)\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `object` | -| `params.concurrency`? | `number` | -| `params.input`? | `string`[] | -| `params.model`? | `string` | -| `params.throttleInterval`? | `number` | -| `params.throttleLimit`? | `number` | -| `context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -`Promise`\<[`Response`](../namespaces/Model/namespaces/SparseVector/interfaces/Response.md)\> - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`run`](AbstractModel.md#run) - -#### Source - -[src/model/model.ts:78](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L78) - -*** - -### setCache() - -> **setCache**(`cache`): [`SparseVectorModel`](SparseVectorModel.md) - -Set the cache to a new cache. Set to undefined to remove existing. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `cache` | `undefined` \| [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, [`Response`](../namespaces/Model/namespaces/SparseVector/interfaces/Response.md)\> | - -#### Returns - -[`SparseVectorModel`](SparseVectorModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setCache`](AbstractModel.md#setCache) - -#### Source - -[src/model/model.ts:174](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L174) - -*** - -### setClient() - -> **setClient**(`client`): [`SparseVectorModel`](SparseVectorModel.md) - -Set the client to a new OpenAI API client. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `client` | [`Client`](../namespaces/Model/namespaces/SparseVector/type-aliases/Client.md) | - -#### Returns - -[`SparseVectorModel`](SparseVectorModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setClient`](AbstractModel.md#setClient) - -#### Source - -[src/model/model.ts:185](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L185) - -*** - -### setContext() - -> **setContext**(`context`): [`SparseVectorModel`](SparseVectorModel.md) - -Set the context to a new context. Removes all existing values. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `context` | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -[`SparseVectorModel`](SparseVectorModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setContext`](AbstractModel.md#setContext) - -#### Source - -[src/model/model.ts:202](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L202) - -*** - -### setEvents() - -> **setEvents**(`events`): [`SparseVectorModel`](SparseVectorModel.md) - -Set the event handlers to a new set of events. Removes all existing event handlers. -Set to empty object `{}` to remove all events. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `events` | [`Events`](../namespaces/Model/interfaces/Events.md)\<[`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md), [`Response`](../namespaces/Model/namespaces/SparseVector/interfaces/Response.md), `any`\> | - -#### Returns - -[`SparseVectorModel`](SparseVectorModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setEvents`](AbstractModel.md#setEvents) - -#### Source - -[src/model/model.ts:244](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L244) - -*** - -### setParams() - -> **setParams**(`params`): [`SparseVectorModel`](SparseVectorModel.md) - -Set the params to a new params. Removes all existing values. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | [`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md) & `Partial`\<[`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md)\> | - -#### Returns - -[`SparseVectorModel`](SparseVectorModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`setParams`](AbstractModel.md#setParams) - -#### Source - -[src/model/model.ts:223](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L223) - -*** - -### updateContext() - -> **updateContext**(`context`): [`SparseVectorModel`](SparseVectorModel.md) - -Add the context. Overrides existing keys. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `context` | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - -#### Returns - -[`SparseVectorModel`](SparseVectorModel.md) - -#### Inherited from - -[`AbstractModel`](AbstractModel.md).[`updateContext`](AbstractModel.md#updateContext) - -#### Source - -[src/model/model.ts:196](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L196) diff --git a/docs/pages/docs/classes/VectorUtils.md b/docs/pages/docs/classes/VectorUtils.md deleted file mode 100644 index 6e29eeb..0000000 --- a/docs/pages/docs/classes/VectorUtils.md +++ /dev/null @@ -1,93 +0,0 @@ -# Class: VectorUtils - -Utilities for working with vectors/embeddings. - -## Constructors - -### new VectorUtils() - -> **new VectorUtils**(): [`VectorUtils`](VectorUtils.md) - -#### Returns - -[`VectorUtils`](VectorUtils.md) - -## Methods - -### cosineSimilarity() - -> **`static`** **cosineSimilarity**(`a`, `b`): `number` - -Calculate the cosine similarity between two vectors. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `a` | `number`[] | -| `b` | `number`[] | - -#### Returns - -`number` - -#### Source - -[src/datastore/utils/vectors.ts:4](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/utils/vectors.ts#L4) - -*** - -### dotProduct() - -> **`static`** **dotProduct**(`a`, `b`): `number` - -Calculate the dot product of two vectors - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `a` | `number`[] | -| `b` | `number`[] | - -#### Returns - -`number` - -#### Source - -[src/datastore/utils/vectors.ts:34](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/utils/vectors.ts#L34) - -*** - -### nearestNeighbors() - -> **`static`** **nearestNeighbors**\<`D`\>(`args`): `D` & `object`[] - -Find the nearest neighbors of a vector in a set of documents with embeddings. - -#### Type parameters - -| Parameter | -| :------ | -| `D` extends `object` | - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `args` | `object` | -| `args.distanceFunction`? | `"cosineSimilarity"` \| `"dotProduct"` | -| `args.docs` | `D`[] | -| `args.topK` | `number` | -| `args.vector` | `number`[] | - -#### Returns - -`D` & `object`[] - -The k nearest neighbors of the vector with the similarity score added (sorted by similarity). - -#### Source - -[src/datastore/utils/vectors.ts:59](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/utils/vectors.ts#L59) diff --git a/docs/pages/docs/classes/_meta.json b/docs/pages/docs/classes/_meta.json deleted file mode 100644 index cffe2a7..0000000 --- a/docs/pages/docs/classes/_meta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "AbortError": "AbortError", - "AbstractDatastore": "AbstractDatastore", - "AbstractHybridDatastore": "AbstractHybridDatastore", - "AbstractModel": "AbstractModel", - "ChatModel": "ChatModel", - "CompletionModel": "CompletionModel", - "EmbeddingModel": "EmbeddingModel", - "Msg": "Msg", - "PineconeDatastore": "PineconeDatastore", - "PineconeHybridDatastore": "PineconeHybridDatastore", - "SparseVectorModel": "SparseVectorModel", - "VectorUtils": "VectorUtils" -} \ No newline at end of file diff --git a/docs/pages/docs/exports.md b/docs/pages/docs/exports.md deleted file mode 100644 index 4defe3e..0000000 --- a/docs/pages/docs/exports.md +++ /dev/null @@ -1,58 +0,0 @@ -# API Reference - -## Exports - -### Namespaces - -- [Datastore](namespaces/Datastore/README.md) -- [Model](namespaces/Model/README.md) -- [Prompt](namespaces/Prompt/README.md) - -### Classes - -- [AbortError](classes/AbortError.md) -- [AbstractDatastore](classes/AbstractDatastore.md) -- [AbstractHybridDatastore](classes/AbstractHybridDatastore.md) -- [AbstractModel](classes/AbstractModel.md) -- [ChatModel](classes/ChatModel.md) -- [CompletionModel](classes/CompletionModel.md) -- [EmbeddingModel](classes/EmbeddingModel.md) -- [Msg](classes/Msg.md) -- [PineconeDatastore](classes/PineconeDatastore.md) -- [PineconeHybridDatastore](classes/PineconeHybridDatastore.md) -- [SparseVectorModel](classes/SparseVectorModel.md) -- [VectorUtils](classes/VectorUtils.md) - -### Interfaces - -- [ModelArgs](interfaces/ModelArgs.md) - -### Type Aliases - -- [CacheKey](type-aliases/CacheKey.md) -- [CacheStorage](type-aliases/CacheStorage.md) -- [ChatModelArgs](type-aliases/ChatModelArgs.md) -- [CompletionModelArgs](type-aliases/CompletionModelArgs.md) -- [EmbeddingModelArgs](type-aliases/EmbeddingModelArgs.md) -- [Prettify](type-aliases/Prettify.md) -- [SparseVectorModelArgs](type-aliases/SparseVectorModelArgs.md) - -### Functions - -- [calculateCost](functions/calculateCost.md) -- [createAIExtractFunction](functions/createAIExtractFunction.md) -- [createAIFunction](functions/createAIFunction.md) -- [createAIRunner](functions/createAIRunner.md) -- [createOpenAIClient](functions/createOpenAIClient.md) -- [createPineconeClient](functions/createPineconeClient.md) -- [createTokenizer](functions/createTokenizer.md) -- [deepMerge](functions/deepMerge.md) -- [defaultCacheKey](functions/defaultCacheKey.md) -- [extractJsonObject](functions/extractJsonObject.md) -- [extractZodObject](functions/extractZodObject.md) -- [getErrorMsg](functions/getErrorMsg.md) -- [handleFunctionCallMessage](functions/handleFunctionCallMessage.md) -- [omit](functions/omit.md) -- [pick](functions/pick.md) -- [stringifyForModel](functions/stringifyForModel.md) -- [zodToJsonSchema](functions/zodToJsonSchema.md) diff --git a/docs/pages/docs/functions/_meta.json b/docs/pages/docs/functions/_meta.json deleted file mode 100644 index fa795f3..0000000 --- a/docs/pages/docs/functions/_meta.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "calculateCost": "calculateCost", - "createAIExtractFunction": "createAIExtractFunction", - "createAIFunction": "createAIFunction", - "createAIRunner": "createAIRunner", - "createOpenAIClient": "createOpenAIClient", - "createPineconeClient": "createPineconeClient", - "createTokenizer": "createTokenizer", - "deepMerge": "deepMerge", - "defaultCacheKey": "defaultCacheKey", - "extractJsonObject": "extractJsonObject", - "extractZodObject": "extractZodObject", - "getErrorMsg": "getErrorMsg", - "handleFunctionCallMessage": "handleFunctionCallMessage", - "omit": "omit", - "pick": "pick", - "stringifyForModel": "stringifyForModel", - "zodToJsonSchema": "zodToJsonSchema" -} \ No newline at end of file diff --git a/docs/pages/docs/functions/calculateCost.md b/docs/pages/docs/functions/calculateCost.md deleted file mode 100644 index e4ae55d..0000000 --- a/docs/pages/docs/functions/calculateCost.md +++ /dev/null @@ -1,23 +0,0 @@ -# Function: calculateCost() - -> **calculateCost**(`args`): `number` \| `undefined` - -Calculate the cost (in cents) for the given model and tokens. - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `args` | `object` | -| `args.model` | `string` | -| `args.tokens`? | `object` | -| `args.tokens.completion_tokens`? | `number` | -| `args.tokens.prompt_tokens` | `number` | - -## Returns - -`number` \| `undefined` - -## Source - -[src/model/utils/calculate-cost.ts:68](https://github.com/dexaai/llm-tools/blob/f300435/src/model/utils/calculate-cost.ts#L68) diff --git a/docs/pages/docs/functions/createAIExtractFunction.md b/docs/pages/docs/functions/createAIExtractFunction.md deleted file mode 100644 index 9faf148..0000000 --- a/docs/pages/docs/functions/createAIExtractFunction.md +++ /dev/null @@ -1,35 +0,0 @@ -# Function: createAIExtractFunction() - -> **createAIExtractFunction**\<`Schema`\>(`__namedParameters`, `customExtractImplementation`?): [`ExtractFunction`](../namespaces/Prompt/type-aliases/ExtractFunction.md)\<`Schema`\> - -Use OpenAI function calling to extract data from a message. - -## Type parameters - -| Parameter | -| :------ | -| `Schema` extends `ZodObject`\<`any`, `UnknownKeysParam`, `ZodTypeAny`, `object`, `object`\> | - -## Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `__namedParameters` | `object` | - | -| `__namedParameters.chatModel` | [`ChatModel`](../classes/ChatModel.md) | The ChatModel used to make API calls. | -| `__namedParameters.context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | Optional context to pass to ChatModel.run calls | -| `__namedParameters.description`? | `string` | The description of the extractor function. | -| `__namedParameters.functionCallConcurrency`? | `number` | The number of function calls to make concurrently. | -| `__namedParameters.maxRetries`? | `number` | The maximum number of times to retry the function call. | -| `__namedParameters.name`? | `string` | The name of the extractor function. | -| `__namedParameters.params`? | `Partial`\<`Omit`\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md), `"messages"` \| `"functions"` \| `"tools"`\>\> | Model params to use for each API call (optional). | -| `__namedParameters.schema`? | `Schema` | The Zod schema for the data to extract. | -| `__namedParameters.systemMessage`? | `string` | Add a system message to the beginning of the messages array. | -| `customExtractImplementation`? | (`params`) => `TypeOf`\<`Schema`\> \| `Promise`\<`TypeOf`\<`Schema`\>\> | Optional custom extraction function to call with the parsed arguments.

This is useful for adding custom validation to the extracted data. | - -## Returns - -[`ExtractFunction`](../namespaces/Prompt/type-aliases/ExtractFunction.md)\<`Schema`\> - -## Source - -[src/prompt/functions/ai-extract-function.ts:10](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/functions/ai-extract-function.ts#L10) diff --git a/docs/pages/docs/functions/createAIRunner.md b/docs/pages/docs/functions/createAIRunner.md deleted file mode 100644 index 9735fc2..0000000 --- a/docs/pages/docs/functions/createAIRunner.md +++ /dev/null @@ -1,38 +0,0 @@ -# Function: createAIRunner() - -> **createAIRunner**\<`Content`\>(`args`): [`Runner`](../namespaces/Prompt/type-aliases/Runner.md)\<`Content`\> - -Creates a function to run a chat model in a loop -- Handles parsing, running, and inserting responses for function & tool call messages -- Handles errors by adding a message with the error and rerunning the model -- Optionally validates the content of the last message - -## Type parameters - -| Parameter | Default | -| :------ | :------ | -| `Content` extends `unknown` | `string` | - -## Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `args` | `object` | - | -| `args.chatModel` | [`ChatModel`](../classes/ChatModel.md) | The ChatModel used to make API calls. | -| `args.context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | Optional context to pass to ChatModel.run calls | -| `args.functionCallConcurrency`? | `number` | The number of function calls to make concurrently. | -| `args.functions`? | [`AIFunction`](../namespaces/Prompt/interfaces/AIFunction.md)\<`ZodObject`\<`any`, `UnknownKeysParam`, `ZodTypeAny`, `object`, `object`\>, `any`\>[] | The functions the model can call. | -| `args.maxIterations`? | `number` | The maximum number of iterations before the runner throws an error. An iteration is a single call to the model/API. | -| `args.mode`? | [`Mode`](../namespaces/Prompt/namespaces/Runner/type-aliases/Mode.md) | Controls whether functions or tool_calls are used. | -| `args.params`? | `Partial`\<`Omit`\<[`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md) & [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md), `"messages"` \| `"functions"` \| `"tools"`\>\> | Model params to use for each API call (optional). | -| `args.shouldBreakLoop`? | (`msg`) => `boolean` | - | -| `args.systemMessage`? | `string` | Add a system message to the beginning of the messages array. | -| `args.validateContent`? | (`content`) => `Content` \| `Promise`\<`Content`\> | - | - -## Returns - -[`Runner`](../namespaces/Prompt/type-aliases/Runner.md)\<`Content`\> - -## Source - -[src/prompt/functions/ai-runner.ts:12](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/functions/ai-runner.ts#L12) diff --git a/docs/pages/docs/functions/createAiFunction.md b/docs/pages/docs/functions/createAiFunction.md deleted file mode 100644 index be5bbcc..0000000 --- a/docs/pages/docs/functions/createAiFunction.md +++ /dev/null @@ -1,36 +0,0 @@ -# Function: createAIFunction() - -> **createAIFunction**\<`Schema`, `Return`\>(`spec`, `implementation`): [`AIFunction`](../namespaces/Prompt/interfaces/AIFunction.md)\<`Schema`, `Return`\> - -Create a function meant to be used with OpenAI tool or function calling. - -The returned function will parse the arguments string and call the -implementation function with the parsed arguments. - -The `spec` property of the returned function is the spec for adding the -function to the OpenAI API `functions` property. - -## Type parameters - -| Parameter | -| :------ | -| `Schema` extends `ZodObject`\<`any`, `UnknownKeysParam`, `ZodTypeAny`, `object`, `object`\> | -| `Return` extends `unknown` | - -## Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `spec` | `object` | - | -| `spec.argsSchema` | `Schema` | Zod schema for the arguments string. | -| `spec.description`? | `string` | Description of the function. | -| `spec.name` | `string` | Name of the function. | -| `implementation` | (`params`) => `Promise`\<`Return`\> | Implementation of the function to call with the parsed arguments. | - -## Returns - -[`AIFunction`](../namespaces/Prompt/interfaces/AIFunction.md)\<`Schema`, `Return`\> - -## Source - -[src/prompt/functions/ai-function.ts:16](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/functions/ai-function.ts#L16) diff --git a/docs/pages/docs/functions/createOpenAiClient.md b/docs/pages/docs/functions/createOpenAiClient.md deleted file mode 100644 index b61a844..0000000 --- a/docs/pages/docs/functions/createOpenAiClient.md +++ /dev/null @@ -1,20 +0,0 @@ -# Function: createOpenAIClient() - -> **createOpenAIClient**(`opts`?, `forceNew`?): `OpenAIClient` - -Create a new openai-fetch OpenAIClient. - -## Parameters - -| Parameter | Type | Default value | Description | -| :------ | :------ | :------ | :------ | -| `opts`? | `ConfigOpts` | `undefined` | Options to pass to the OpenAI client. | -| `forceNew`? | `boolean` | `false` | Force a new client to be created. | - -## Returns - -`OpenAIClient` - -## Source - -[src/model/clients/openai.ts:8](https://github.com/dexaai/llm-tools/blob/f300435/src/model/clients/openai.ts#L8) diff --git a/docs/pages/docs/functions/createPineconeClient.md b/docs/pages/docs/functions/createPineconeClient.md deleted file mode 100644 index fc5b1b2..0000000 --- a/docs/pages/docs/functions/createPineconeClient.md +++ /dev/null @@ -1,25 +0,0 @@ -# Function: createPineconeClient() - -> **createPineconeClient**\<`Meta`\>(`config`): `PineconeClient`\<`Meta`\> - -Create a new Pinecone client instance. - -## Type parameters - -| Parameter | Default | -| :------ | :------ | -| `Meta` extends `JsonObject` | `object` | - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `config` | `ConfigOpts` | - -## Returns - -`PineconeClient`\<`Meta`\> - -## Source - -[src/datastore/pinecone/client.ts:7](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/pinecone/client.ts#L7) diff --git a/docs/pages/docs/functions/createTokenizer.md b/docs/pages/docs/functions/createTokenizer.md deleted file mode 100644 index 93b8e73..0000000 --- a/docs/pages/docs/functions/createTokenizer.md +++ /dev/null @@ -1,19 +0,0 @@ -# Function: createTokenizer() - -> **createTokenizer**(`model`): `Tokenizer` - -Create a tokenizer for a specific model - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `model` | `string` | - -## Returns - -`Tokenizer` - -## Source - -[src/model/utils/tokenizer.ts:10](https://github.com/dexaai/llm-tools/blob/f300435/src/model/utils/tokenizer.ts#L10) diff --git a/docs/pages/docs/functions/deepMerge.md b/docs/pages/docs/functions/deepMerge.md deleted file mode 100644 index 7e4e953..0000000 --- a/docs/pages/docs/functions/deepMerge.md +++ /dev/null @@ -1,25 +0,0 @@ -# Function: deepMerge() - -> **deepMerge**\<`T1`, `T2`\>(`target`, `source`): `DeepMerge`\<`T1`, `T2`\> - -## Type parameters - -| Parameter | -| :------ | -| `T1` | -| `T2` | - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `target` | `T1` | -| `source` | `T2` | - -## Returns - -`DeepMerge`\<`T1`, `T2`\> - -## Source - -node\_modules/.pnpm/@fastify+deepmerge@1.3.0/node\_modules/@fastify/deepmerge/types/index.d.ts:1 diff --git a/docs/pages/docs/functions/defaultCacheKey.md b/docs/pages/docs/functions/defaultCacheKey.md deleted file mode 100644 index 794a5c6..0000000 --- a/docs/pages/docs/functions/defaultCacheKey.md +++ /dev/null @@ -1,23 +0,0 @@ -# Function: defaultCacheKey() - -> **defaultCacheKey**\<`Params`\>(`params`): `string` - -## Type parameters - -| Parameter | -| :------ | -| `Params` extends `Record`\<`string`, `any`\> | - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `Params` | - -## Returns - -`string` - -## Source - -[src/utils/cache.ts:12](https://github.com/dexaai/llm-tools/blob/f300435/src/utils/cache.ts#L12) diff --git a/docs/pages/docs/functions/extractJsonObject.md b/docs/pages/docs/functions/extractJsonObject.md deleted file mode 100644 index 8dba8c9..0000000 --- a/docs/pages/docs/functions/extractJsonObject.md +++ /dev/null @@ -1,19 +0,0 @@ -# Function: extractJsonObject() - -> **extractJsonObject**(`str`): `JsonObject` - -Extract a JSON object from a string. - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `str` | `string` | - -## Returns - -`JsonObject` - -## Source - -[src/prompt/functions/extract-json.ts:6](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/functions/extract-json.ts#L6) diff --git a/docs/pages/docs/functions/extractZodObject.md b/docs/pages/docs/functions/extractZodObject.md deleted file mode 100644 index 882c797..0000000 --- a/docs/pages/docs/functions/extractZodObject.md +++ /dev/null @@ -1,28 +0,0 @@ -# Function: extractZodObject() - -> **extractZodObject**\<`Schema`\>(`args`): `z.infer`\<`Schema`\> - -Extract an object from a JSON string and validate it against a Zod schema. -Throws an error with a message optimized for GPT readability if it fails. - -## Type parameters - -| Parameter | -| :------ | -| `Schema` extends `ZodObject`\<`any`, `UnknownKeysParam`, `ZodTypeAny`, `object`, `object`\> | - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `args` | `object` | -| `args.json` | `string` | -| `args.schema` | `Schema` | - -## Returns - -`z.infer`\<`Schema`\> - -## Source - -[src/prompt/functions/extract-zod-object.ts:9](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/functions/extract-zod-object.ts#L9) diff --git a/docs/pages/docs/functions/getErrorMsg.md b/docs/pages/docs/functions/getErrorMsg.md deleted file mode 100644 index a2ebbf7..0000000 --- a/docs/pages/docs/functions/getErrorMsg.md +++ /dev/null @@ -1,19 +0,0 @@ -# Function: getErrorMsg() - -> **getErrorMsg**(`error`): `string` - -Get the error message string from an unknown type. - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `error` | `unknown` | - -## Returns - -`string` - -## Source - -[src/prompt/utils/get-error-message.ts:27](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/utils/get-error-message.ts#L27) diff --git a/docs/pages/docs/functions/handleFunctionCallMessage.md b/docs/pages/docs/functions/handleFunctionCallMessage.md deleted file mode 100644 index 2ffead8..0000000 --- a/docs/pages/docs/functions/handleFunctionCallMessage.md +++ /dev/null @@ -1,25 +0,0 @@ -# Function: handleFunctionCallMessage() - -> **handleFunctionCallMessage**(`args`): `Promise`\<[`Msg`](../namespaces/Prompt/interfaces/Msg.md)[]\> - -Handle messages that require calling functions. - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `args` | `object` | -| `args.functionCallConcurrency`? | `number` | -| `args.functions`? | [`AIFunction`](../namespaces/Prompt/interfaces/AIFunction.md)\<`ZodObject`\<`any`, `UnknownKeysParam`, `ZodTypeAny`, `object`, `object`\>, `any`\>[] | -| `args.message` | [`Msg`](../namespaces/Prompt/interfaces/Msg.md) | - -## Returns - -`Promise`\<[`Msg`](../namespaces/Prompt/interfaces/Msg.md)[]\> - -An array of the new messages from the function calls -Note: Does not include args.message in the returned array - -## Source - -[src/prompt/functions/ai-runner.ts:166](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/functions/ai-runner.ts#L166) diff --git a/docs/pages/docs/functions/omit.md b/docs/pages/docs/functions/omit.md deleted file mode 100644 index c5849b1..0000000 --- a/docs/pages/docs/functions/omit.md +++ /dev/null @@ -1,33 +0,0 @@ -# Function: omit() - -> **omit**\<`T`, `K`\>(`obj`, ...`keys`): `Omit`\<`T`, `K`\> - -From `obj`, create a new object that does not include `keys`. - -## Type parameters - -| Parameter | -| :------ | -| `T` extends `Record`\<`any`, `unknown`\> | -| `K` extends `string` \| `number` \| `symbol` | - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `obj` | `T` | -| ...`keys` | `K`[] | - -## Returns - -`Omit`\<`T`, `K`\> - -## Example - -``` -omit({ a: 1, b: 2, c: 3 }, 'a', 'c') // { b: 2 } -``` - -## Source - -[src/utils/helpers.ts:17](https://github.com/dexaai/llm-tools/blob/f300435/src/utils/helpers.ts#L17) diff --git a/docs/pages/docs/functions/pick.md b/docs/pages/docs/functions/pick.md deleted file mode 100644 index 8abb5e0..0000000 --- a/docs/pages/docs/functions/pick.md +++ /dev/null @@ -1,33 +0,0 @@ -# Function: pick() - -> **pick**\<`T`, `K`\>(`obj`, ...`keys`): `Pick`\<`T`, `K`\> - -From `obj`, create a new object that only includes `keys`. - -## Type parameters - -| Parameter | -| :------ | -| `T` extends `Record`\<`any`, `unknown`\> | -| `K` extends `string` \| `number` \| `symbol` | - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `obj` | `T` | -| ...`keys` | `K`[] | - -## Returns - -`Pick`\<`T`, `K`\> - -## Example - -``` -pick({ a: 1, b: 2, c: 3 }, 'a', 'c') // { a: 1, c: 3 } -``` - -## Source - -[src/utils/helpers.ts:33](https://github.com/dexaai/llm-tools/blob/f300435/src/utils/helpers.ts#L33) diff --git a/docs/pages/docs/functions/stringifyForModel.md b/docs/pages/docs/functions/stringifyForModel.md deleted file mode 100644 index fde6890..0000000 --- a/docs/pages/docs/functions/stringifyForModel.md +++ /dev/null @@ -1,21 +0,0 @@ -# Function: stringifyForModel() - -> **stringifyForModel**(`jsonObject`): `string` - -Stringifies a JSON value in a way that's optimized for use with LLM prompts. - -This is intended to be used with `function` and `tool` arguments and responses. - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `jsonObject` | `void` \| `Jsonifiable` | - -## Returns - -`string` - -## Source - -[src/prompt/functions/stringify-for-model.ts:8](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/functions/stringify-for-model.ts#L8) diff --git a/docs/pages/docs/functions/zodToJsonSchema.md b/docs/pages/docs/functions/zodToJsonSchema.md deleted file mode 100644 index 2030f6a..0000000 --- a/docs/pages/docs/functions/zodToJsonSchema.md +++ /dev/null @@ -1,19 +0,0 @@ -# Function: zodToJsonSchema() - -> **zodToJsonSchema**(`schema`): `Record`\<`string`, `unknown`\> - -Generate a JSON Schema from a Zod schema. - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `schema` | `ZodType`\<`any`, `ZodTypeDef`, `any`\> | - -## Returns - -`Record`\<`string`, `unknown`\> - -## Source - -[src/prompt/functions/zod-to-json.ts:6](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/functions/zod-to-json.ts#L6) diff --git a/docs/pages/docs/interfaces/ModelArgs.md b/docs/pages/docs/interfaces/ModelArgs.md deleted file mode 100644 index 4cea3f9..0000000 --- a/docs/pages/docs/interfaces/ModelArgs.md +++ /dev/null @@ -1,22 +0,0 @@ -# Interface: ModelArgs`` - -## Type parameters - -| Parameter | -| :------ | -| `MClient` extends [`Client`](../namespaces/Model/namespaces/Base/type-aliases/Client.md) | -| `MConfig` extends [`Config`](../namespaces/Model/namespaces/Base/interfaces/Config.md) | -| `MRun` extends [`Run`](../namespaces/Model/namespaces/Base/interfaces/Run.md) | -| `MResponse` extends [`Response`](../namespaces/Model/namespaces/Base/interfaces/Response.md) | - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `cache`? | [`CacheStorage`](../type-aliases/CacheStorage.md)\<`string`, `MResponse`\> | Enables caching for model responses. Must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async.

Some examples include: `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), or any [keyv adaptor](https://github.com/jaredwray/keyv). | [src/model/model.ts:29](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L29) | -| `cacheKey`? | [`CacheKey`](../type-aliases/CacheKey.md)\<`MRun` & `MConfig`, `string`\> | A function that returns a cache key for the given params.

A simple example would be: `(params) => JSON.stringify(params)`

The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. | [src/model/model.ts:23](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L23) | -| `client` | `MClient` | - | [src/model/model.ts:30](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L30) | -| `context`? | [`Ctx`](../namespaces/Model/type-aliases/Ctx.md) | - | [src/model/model.ts:31](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L31) | -| `debug`? | `boolean` | Whether or not to add default `console.log` event handlers | [src/model/model.ts:35](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L35) | -| `events`? | [`Events`](../namespaces/Model/interfaces/Events.md)\<`MRun` & `MConfig`, `MResponse`, `any`\> | - | [src/model/model.ts:33](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L33) | -| `params` | `MConfig` & `Partial`\<`MRun`\> | - | [src/model/model.ts:32](https://github.com/dexaai/llm-tools/blob/f300435/src/model/model.ts#L32) | diff --git a/docs/pages/docs/namespaces/Datastore/README.md b/docs/pages/docs/namespaces/Datastore/README.md deleted file mode 100644 index b8d7012..0000000 --- a/docs/pages/docs/namespaces/Datastore/README.md +++ /dev/null @@ -1,24 +0,0 @@ -# Namespace: Datastore - -Generic Datastore extended by provider-specific implementations. - -## Index - -### Interfaces - -- [Doc](interfaces/Doc.md) -- [Events](interfaces/Events.md) -- [Opts](interfaces/Opts.md) -- [OptsHybrid](interfaces/OptsHybrid.md) -- [Query](interfaces/Query.md) -- [QueryResult](interfaces/QueryResult.md) -- [ScoredDoc](interfaces/ScoredDoc.md) - -### Type Aliases - -- [BaseFilter](type-aliases/BaseFilter.md) -- [BaseMeta](type-aliases/BaseMeta.md) -- [Ctx](type-aliases/Ctx.md) -- [Datastore](type-aliases/Datastore.md) -- [Provider](type-aliases/Provider.md) -- [Type](type-aliases/Type.md) diff --git a/docs/pages/docs/namespaces/Datastore/interfaces/Doc.md b/docs/pages/docs/namespaces/Datastore/interfaces/Doc.md deleted file mode 100644 index 1f9cff3..0000000 --- a/docs/pages/docs/namespaces/Datastore/interfaces/Doc.md +++ /dev/null @@ -1,23 +0,0 @@ -# Interface: Doc`` - -A Doc is the unit of storage for data in a Datastore - -## Extended By - -- [`ScoredDoc`](ScoredDoc.md) - -## Type parameters - -| Parameter | Default | -| :------ | :------ | -| `Meta` extends [`BaseMeta`](../type-aliases/BaseMeta.md) | [`BaseMeta`](../type-aliases/BaseMeta.md) | - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `embedding`? | `number`[] | - | [src/datastore/types.ts:22](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L22) | -| `id` | `string` | - | [src/datastore/types.ts:20](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L20) | -| `metadata` | `Meta` | - | [src/datastore/types.ts:21](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L21) | -| `score`? | `number` | - | [src/datastore/types.ts:24](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L24) | -| `sparseVector`? | [`Vector`](../../Model/namespaces/SparseVector/type-aliases/Vector.md) | - | [src/datastore/types.ts:23](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L23) | diff --git a/docs/pages/docs/namespaces/Datastore/interfaces/Events.md b/docs/pages/docs/namespaces/Datastore/interfaces/Events.md deleted file mode 100644 index 2fa1415..0000000 --- a/docs/pages/docs/namespaces/Datastore/interfaces/Events.md +++ /dev/null @@ -1,18 +0,0 @@ -# Interface: Events`` - -Event handlers for logging and debugging - -## Type parameters - -| Parameter | -| :------ | -| `DocMeta` extends [`BaseMeta`](../type-aliases/BaseMeta.md) | -| `Filter` extends [`BaseFilter`](../type-aliases/BaseFilter.md)\<`DocMeta`\> | - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `onError`? | (`event`) => `void` \| `Promise`\<`void`\>[] | - | [src/datastore/types.ts:51](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L51) | -| `onQueryComplete`? | (`event`) => `void` \| `Promise`\<`void`\>[] | - | [src/datastore/types.ts:41](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L41) | -| `onQueryStart`? | (`event`) => `void` \| `Promise`\<`void`\>[] | - | [src/datastore/types.ts:34](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L34) | diff --git a/docs/pages/docs/namespaces/Datastore/interfaces/Opts.md b/docs/pages/docs/namespaces/Datastore/interfaces/Opts.md deleted file mode 100644 index 2e35ce9..0000000 --- a/docs/pages/docs/namespaces/Datastore/interfaces/Opts.md +++ /dev/null @@ -1,27 +0,0 @@ -# Interface: Opts`` - -Options for creating a Datastore instance. - -## Extended By - -- [`OptsHybrid`](OptsHybrid.md) - -## Type parameters - -| Parameter | -| :------ | -| `DocMeta` extends [`BaseMeta`](../type-aliases/BaseMeta.md) | -| `Filter` extends [`BaseFilter`](../type-aliases/BaseFilter.md)\<`DocMeta`\> | - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `cache`? | [`CacheStorage`](../../../type-aliases/CacheStorage.md)\<`string`, [`QueryResult`](QueryResult.md)\<`DocMeta`\>\> | Enables caching for queries. Must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async.

Some examples include: `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), or any [keyv adaptor](https://github.com/jaredwray/keyv). | [src/datastore/types.ts:95](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L95) | -| `cacheKey`? | [`CacheKey`](../../../type-aliases/CacheKey.md)\<[`Query`](Query.md)\<`DocMeta`, `Filter`\>, `string`\> | A function that returns a cache key for the given params.

A simple example would be: `(params) => JSON.stringify(params)`

The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. | [src/datastore/types.ts:89](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L89) | -| `contentKey` | keyof `DocMeta` | The metadata key of the content that is embedded.
The value associated with the key must be a string. | [src/datastore/types.ts:79](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L79) | -| `context`? | [`Ctx`](../type-aliases/Ctx.md) | - | [src/datastore/types.ts:97](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L97) | -| `debug`? | `boolean` | Whether or not to add default `console.log` event handlers | [src/datastore/types.ts:99](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L99) | -| `embeddingModel` | [`EmbeddingModel`](../../../classes/EmbeddingModel.md) | - | [src/datastore/types.ts:81](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L81) | -| `events`? | [`Events`](Events.md)\<`DocMeta`, `Filter`\> | - | [src/datastore/types.ts:96](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L96) | -| `namespace`? | `string` | - | [src/datastore/types.ts:80](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L80) | diff --git a/docs/pages/docs/namespaces/Datastore/interfaces/OptsHybrid.md b/docs/pages/docs/namespaces/Datastore/interfaces/OptsHybrid.md deleted file mode 100644 index 658f614..0000000 --- a/docs/pages/docs/namespaces/Datastore/interfaces/OptsHybrid.md +++ /dev/null @@ -1,28 +0,0 @@ -# Interface: OptsHybrid`` - -Options for creating a hybrid Datastore instance (with Splade). - -## Extends - -- [`Opts`](Opts.md)\<`DocMeta`, `Filter`\> - -## Type parameters - -| Parameter | -| :------ | -| `DocMeta` extends [`BaseMeta`](../type-aliases/BaseMeta.md) | -| `Filter` extends [`BaseFilter`](../type-aliases/BaseFilter.md)\<`DocMeta`\> | - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `cache`? | [`CacheStorage`](../../../type-aliases/CacheStorage.md)\<`string`, [`QueryResult`](QueryResult.md)\<`DocMeta`\>\> | Enables caching for queries. Must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async.

Some examples include: `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), or any [keyv adaptor](https://github.com/jaredwray/keyv). | [`Opts`](Opts.md).`cache` | [src/datastore/types.ts:95](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L95) | -| `cacheKey`? | [`CacheKey`](../../../type-aliases/CacheKey.md)\<[`Query`](Query.md)\<`DocMeta`, `Filter`\>, `string`\> | A function that returns a cache key for the given params.

A simple example would be: `(params) => JSON.stringify(params)`

The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. | [`Opts`](Opts.md).`cacheKey` | [src/datastore/types.ts:89](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L89) | -| `contentKey` | keyof `DocMeta` | The metadata key of the content that is embedded.
The value associated with the key must be a string. | [`Opts`](Opts.md).`contentKey` | [src/datastore/types.ts:79](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L79) | -| `context`? | [`Ctx`](../type-aliases/Ctx.md) | - | [`Opts`](Opts.md).`context` | [src/datastore/types.ts:97](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L97) | -| `debug`? | `boolean` | Whether or not to add default `console.log` event handlers | [`Opts`](Opts.md).`debug` | [src/datastore/types.ts:99](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L99) | -| `embeddingModel` | [`EmbeddingModel`](../../../classes/EmbeddingModel.md) | - | [`Opts`](Opts.md).`embeddingModel` | [src/datastore/types.ts:81](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L81) | -| `events`? | [`Events`](Events.md)\<`DocMeta`, `Filter`\> | - | [`Opts`](Opts.md).`events` | [src/datastore/types.ts:96](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L96) | -| `namespace`? | `string` | - | [`Opts`](Opts.md).`namespace` | [src/datastore/types.ts:80](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L80) | -| `spladeModel` | [`SparseVectorModel`](../../../classes/SparseVectorModel.md) | Splade instance for creating sparse vectors | - | [src/datastore/types.ts:110](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L110) | diff --git a/docs/pages/docs/namespaces/Datastore/interfaces/Query.md b/docs/pages/docs/namespaces/Datastore/interfaces/Query.md deleted file mode 100644 index fc40b6f..0000000 --- a/docs/pages/docs/namespaces/Datastore/interfaces/Query.md +++ /dev/null @@ -1,23 +0,0 @@ -# Interface: Query`` - -Arguments to run a query. - -## Type parameters - -| Parameter | -| :------ | -| `Meta` extends [`BaseMeta`](../type-aliases/BaseMeta.md) | -| `Filter` extends [`BaseFilter`](../type-aliases/BaseFilter.md)\<`Meta`\> | - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `embedding`? | `number`[] | - | [src/datastore/types.ts:124](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L124) | -| `filter`? | `Filter` | - | [src/datastore/types.ts:128](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L128) | -| `hybridAlpha`? | `number` | - | [src/datastore/types.ts:130](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L130) | -| `includeValues`? | `boolean` | - | [src/datastore/types.ts:129](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L129) | -| `minScore`? | `number` | - | [src/datastore/types.ts:127](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L127) | -| `query` | `string` | - | [src/datastore/types.ts:123](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L123) | -| `sparseVector`? | [`Vector`](../../Model/namespaces/SparseVector/type-aliases/Vector.md) | - | [src/datastore/types.ts:125](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L125) | -| `topK`? | `number` | - | [src/datastore/types.ts:126](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L126) | diff --git a/docs/pages/docs/namespaces/Datastore/interfaces/QueryResult.md b/docs/pages/docs/namespaces/Datastore/interfaces/QueryResult.md deleted file mode 100644 index c9fefd2..0000000 --- a/docs/pages/docs/namespaces/Datastore/interfaces/QueryResult.md +++ /dev/null @@ -1,17 +0,0 @@ -# Interface: QueryResult`` - -The results of running a query. - -## Type parameters - -| Parameter | -| :------ | -| `Meta` extends [`BaseMeta`](../type-aliases/BaseMeta.md) | - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `cached`? | `boolean` | - | [src/datastore/types.ts:143](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L143) | -| `docs` | [`ScoredDoc`](ScoredDoc.md)\<`Meta`\>[] | - | [src/datastore/types.ts:142](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L142) | -| `query` | `string` | - | [src/datastore/types.ts:141](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L141) | diff --git a/docs/pages/docs/namespaces/Datastore/interfaces/ScoredDoc.md b/docs/pages/docs/namespaces/Datastore/interfaces/ScoredDoc.md deleted file mode 100644 index 752a4f0..0000000 --- a/docs/pages/docs/namespaces/Datastore/interfaces/ScoredDoc.md +++ /dev/null @@ -1,23 +0,0 @@ -# Interface: ScoredDoc`` - -Document with a query score (vector distance/similarity). - -## Extends - -- [`Doc`](Doc.md)\<`Meta`\> - -## Type parameters - -| Parameter | Default | -| :------ | :------ | -| `Meta` extends [`BaseMeta`](../type-aliases/BaseMeta.md) | [`BaseMeta`](../type-aliases/BaseMeta.md) | - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `embedding`? | `number`[] | - | [`Doc`](Doc.md).`embedding` | [src/datastore/types.ts:22](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L22) | -| `id` | `string` | - | [`Doc`](Doc.md).`id` | [src/datastore/types.ts:20](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L20) | -| `metadata` | `Meta` | - | [`Doc`](Doc.md).`metadata` | [src/datastore/types.ts:21](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L21) | -| `score` | `number` | - | [`Doc`](Doc.md).`score` | [src/datastore/types.ts:151](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L151) | -| `sparseVector`? | [`Vector`](../../Model/namespaces/SparseVector/type-aliases/Vector.md) | - | [`Doc`](Doc.md).`sparseVector` | [src/datastore/types.ts:23](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L23) | diff --git a/docs/pages/docs/namespaces/Datastore/interfaces/_meta.json b/docs/pages/docs/namespaces/Datastore/interfaces/_meta.json deleted file mode 100644 index 645a069..0000000 --- a/docs/pages/docs/namespaces/Datastore/interfaces/_meta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "Doc": "Doc", - "Events": "Events", - "Opts": "Opts", - "OptsHybrid": "OptsHybrid", - "Query": "Query", - "QueryResult": "QueryResult", - "ScoredDoc": "ScoredDoc" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Datastore/type-aliases/BaseFilter.md b/docs/pages/docs/namespaces/Datastore/type-aliases/BaseFilter.md deleted file mode 100644 index 8b01174..0000000 --- a/docs/pages/docs/namespaces/Datastore/type-aliases/BaseFilter.md +++ /dev/null @@ -1,13 +0,0 @@ -# Type alias: BaseFilter`` - -> **BaseFilter**\<`Meta`\>: `any` - -## Type parameters - -| Parameter | -| :------ | -| `Meta` extends [`BaseMeta`](BaseMeta.md) | - -## Source - -[src/datastore/types.ts:135](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L135) diff --git a/docs/pages/docs/namespaces/Datastore/type-aliases/BaseMeta.md b/docs/pages/docs/namespaces/Datastore/type-aliases/BaseMeta.md deleted file mode 100644 index b75a413..0000000 --- a/docs/pages/docs/namespaces/Datastore/type-aliases/BaseMeta.md +++ /dev/null @@ -1,9 +0,0 @@ -# Type alias: BaseMeta - -> **BaseMeta**: `object` - -Base document metadata to be extended - -## Source - -[src/datastore/types.ts:13](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L13) diff --git a/docs/pages/docs/namespaces/Datastore/type-aliases/Ctx.md b/docs/pages/docs/namespaces/Datastore/type-aliases/Ctx.md deleted file mode 100644 index c696b30..0000000 --- a/docs/pages/docs/namespaces/Datastore/type-aliases/Ctx.md +++ /dev/null @@ -1,13 +0,0 @@ -# Type alias: Ctx - -> **Ctx**: `object` - -Generic metadata object. - -## Index signature - - \[`key`: `string`\]: `any` - -## Source - -[src/datastore/types.ts:16](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L16) diff --git a/docs/pages/docs/namespaces/Datastore/type-aliases/Datastore.md b/docs/pages/docs/namespaces/Datastore/type-aliases/Datastore.md deleted file mode 100644 index 03e9196..0000000 --- a/docs/pages/docs/namespaces/Datastore/type-aliases/Datastore.md +++ /dev/null @@ -1,16 +0,0 @@ -# Type alias: Datastore`` - -> **Datastore**\<`DocMeta`, `Filter`\>: [`AbstractDatastore`](../../../classes/AbstractDatastore.md)\<`DocMeta`, `Filter`\> - -Abstract Datastore extended by provider specific implementations. - -## Type parameters - -| Parameter | -| :------ | -| `DocMeta` extends [`BaseMeta`](BaseMeta.md) | -| `Filter` extends [`BaseFilter`](BaseFilter.md)\<`DocMeta`\> | - -## Source - -[src/datastore/types.ts:63](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L63) diff --git a/docs/pages/docs/namespaces/Datastore/type-aliases/Provider.md b/docs/pages/docs/namespaces/Datastore/type-aliases/Provider.md deleted file mode 100644 index 3dfda1a..0000000 --- a/docs/pages/docs/namespaces/Datastore/type-aliases/Provider.md +++ /dev/null @@ -1,9 +0,0 @@ -# Type alias: Provider - -> **Provider**: `string` & `object` \| `"pinecone"` \| `"custom"` - -The provider of the vector database. - -## Source - -[src/datastore/types.ts:114](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L114) diff --git a/docs/pages/docs/namespaces/Datastore/type-aliases/Type.md b/docs/pages/docs/namespaces/Datastore/type-aliases/Type.md deleted file mode 100644 index b8a8d28..0000000 --- a/docs/pages/docs/namespaces/Datastore/type-aliases/Type.md +++ /dev/null @@ -1,9 +0,0 @@ -# Type alias: Type - -> **Type**: `string` & `object` \| `"embedding"` \| `"hybrid"` - -The type of embedding model. - -## Source - -[src/datastore/types.ts:155](https://github.com/dexaai/llm-tools/blob/f300435/src/datastore/types.ts#L155) diff --git a/docs/pages/docs/namespaces/Datastore/type-aliases/_meta.json b/docs/pages/docs/namespaces/Datastore/type-aliases/_meta.json deleted file mode 100644 index ad0607c..0000000 --- a/docs/pages/docs/namespaces/Datastore/type-aliases/_meta.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "BaseFilter": "BaseFilter", - "BaseMeta": "BaseMeta", - "Ctx": "Ctx", - "Datastore": "Datastore", - "Provider": "Provider", - "Type": "Type" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Model/README.md b/docs/pages/docs/namespaces/Model/README.md deleted file mode 100644 index 258969b..0000000 --- a/docs/pages/docs/namespaces/Model/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# Namespace: Model - -Generic Model extended by provider specific implementations. - -## Index - -### Namespaces - -- [Base](namespaces/Base/README.md) -- [Chat](namespaces/Chat/README.md) -- [Completion](namespaces/Completion/README.md) -- [Embedding](namespaces/Embedding/README.md) -- [SparseVector](namespaces/SparseVector/README.md) - -### Interfaces - -- [Events](interfaces/Events.md) -- [ITokenizer](interfaces/ITokenizer.md) - -### Type Aliases - -- [Ctx](type-aliases/Ctx.md) -- [Message](type-aliases/Message.md) -- [Provider](type-aliases/Provider.md) -- [Type](type-aliases/Type.md) diff --git a/docs/pages/docs/namespaces/Model/interfaces/Events.md b/docs/pages/docs/namespaces/Model/interfaces/Events.md deleted file mode 100644 index 4cc0161..0000000 --- a/docs/pages/docs/namespaces/Model/interfaces/Events.md +++ /dev/null @@ -1,20 +0,0 @@ -# Interface: Events`` - -Event handlers for logging and debugging - -## Type parameters - -| Parameter | Default | -| :------ | :------ | -| `MParams` extends [`Params`](../namespaces/Base/interfaces/Params.md) | - | -| `MResponse` extends [`Response`](../namespaces/Base/interfaces/Response.md) | - | -| `AResponse` extends `any` | `any` | - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `onApiResponse`? | (`event`) => `void` \| `Promise`\<`void`\>[] | - | [src/model/types.ts:162](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L162) | -| `onComplete`? | (`event`) => `void` \| `Promise`\<`void`\>[] | - | [src/model/types.ts:171](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L171) | -| `onError`? | (`event`) => `void` \| `Promise`\<`void`\>[] | - | [src/model/types.ts:180](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L180) | -| `onStart`? | (`event`) => `void` \| `Promise`\<`void`\>[] | - | [src/model/types.ts:155](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L155) | diff --git a/docs/pages/docs/namespaces/Model/interfaces/ITokenizer.md b/docs/pages/docs/namespaces/Model/interfaces/ITokenizer.md deleted file mode 100644 index 051a765..0000000 --- a/docs/pages/docs/namespaces/Model/interfaces/ITokenizer.md +++ /dev/null @@ -1,96 +0,0 @@ -# Interface: ITokenizer - -Generic interface for a model tokenizer - -## Methods - -### countTokens() - -> **countTokens**(`input`?): `number` - -Count the number of tokens in a string or ChatMessage(s). -A single ChatMessage is counted as a completion and an array as a prompt. -Strings are counted as is. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `input`? | `string` \| `ChatMessage` \| `ChatMessage`[] | - -#### Returns - -`number` - -#### Source - -[src/model/types.ts:203](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L203) - -*** - -### decode() - -> **decode**(`tokens`): `string` - -Decode an array of integer tokens into a string - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `tokens` | `number`[] \| `Uint32Array` | - -#### Returns - -`string` - -#### Source - -[src/model/types.ts:197](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L197) - -*** - -### encode() - -> **encode**(`text`): `Uint32Array` - -Tokenize a string into an array of integer tokens - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `text` | `string` | - -#### Returns - -`Uint32Array` - -#### Source - -[src/model/types.ts:195](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L195) - -*** - -### truncate() - -> **truncate**(`args`): `string` - -Truncate a string to a maximum number of tokens - -#### Parameters - -| Parameter | Type | Description | -| :------ | :------ | :------ | -| `args` | `object` | - | -| `args.from`? | `"start"` \| `"end"` | Truncate from the start or end of the text | -| `args.max` | `number` | Maximum number of tokens to keep (inclusive) | -| `args.text` | `string` | Text to truncate | - -#### Returns - -`string` - -#### Source - -[src/model/types.ts:205](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L205) diff --git a/docs/pages/docs/namespaces/Model/interfaces/_meta.json b/docs/pages/docs/namespaces/Model/interfaces/_meta.json deleted file mode 100644 index 88c3ddc..0000000 --- a/docs/pages/docs/namespaces/Model/interfaces/_meta.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "Events": "Events", - "ITokenizer": "ITokenizer" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Model/namespaces/Base/README.md b/docs/pages/docs/namespaces/Model/namespaces/Base/README.md deleted file mode 100644 index 92cead7..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Base/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Namespace: Base - -Base model - -## Index - -### Interfaces - -- [Config](interfaces/Config.md) -- [Params](interfaces/Params.md) -- [Response](interfaces/Response.md) -- [Run](interfaces/Run.md) - -### Type Aliases - -- [Client](type-aliases/Client.md) -- [Model](type-aliases/Model.md) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Config.md b/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Config.md deleted file mode 100644 index 3927410..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Config.md +++ /dev/null @@ -1,15 +0,0 @@ -# Interface: Config - -## Extended By - -- [`Params`](Params.md) -- [`Config`](../../Chat/interfaces/Config.md) -- [`Config`](../../Completion/interfaces/Config.md) -- [`Config`](../../Embedding/interfaces/Config.md) -- [`Config`](../../SparseVector/interfaces/Config.md) - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `model` | `string` | - | [src/model/types.ts:31](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L31) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Params.md b/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Params.md deleted file mode 100644 index ba64589..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Params.md +++ /dev/null @@ -1,11 +0,0 @@ -# Interface: Params - -## Extends - -- [`Config`](Config.md).[`Run`](Run.md) - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `model` | `string` | - | [`Config`](Config.md).`model` | [src/model/types.ts:31](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L31) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Response.md b/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Response.md deleted file mode 100644 index b86cfaa..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Response.md +++ /dev/null @@ -1,16 +0,0 @@ -# Interface: Response - -## Extended By - -- [`Response`](../../Chat/interfaces/Response.md) -- [`Response`](../../Completion/interfaces/Response.md) -- [`Response`](../../Embedding/interfaces/Response.md) -- [`Response`](../../SparseVector/interfaces/Response.md) - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `cached` | `boolean` | - | [src/model/types.ts:36](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L36) | -| `cost`? | `number` | - | [src/model/types.ts:38](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L38) | -| `latency`? | `number` | - | [src/model/types.ts:37](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L37) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Run.md b/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Run.md deleted file mode 100644 index 84a4b78..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/Run.md +++ /dev/null @@ -1,9 +0,0 @@ -# Interface: Run - -## Extended By - -- [`Params`](Params.md) -- [`Run`](../../Chat/interfaces/Run.md) -- [`Run`](../../Completion/interfaces/Run.md) -- [`Run`](../../Embedding/interfaces/Run.md) -- [`Run`](../../SparseVector/interfaces/Run.md) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/_meta.json b/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/_meta.json deleted file mode 100644 index acefb68..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Base/interfaces/_meta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "Config": "Config", - "Params": "Params", - "Response": "Response", - "Run": "Run" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Model/namespaces/Base/type-aliases/Client.md b/docs/pages/docs/namespaces/Model/namespaces/Base/type-aliases/Client.md deleted file mode 100644 index b7c606b..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Base/type-aliases/Client.md +++ /dev/null @@ -1,9 +0,0 @@ -# Type alias: Client - -> **Client**: `any` - -Client for making API calls. Extended by specific model clients. - -## Source - -[src/model/types.ts:29](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L29) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Base/type-aliases/Model.md b/docs/pages/docs/namespaces/Model/namespaces/Base/type-aliases/Model.md deleted file mode 100644 index 10ab9bb..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Base/type-aliases/Model.md +++ /dev/null @@ -1,7 +0,0 @@ -# Type alias: Model - -> **Model**: [`AbstractModel`](../../../../../classes/AbstractModel.md)\<[`Client`](Client.md), [`Config`](../interfaces/Config.md), [`Run`](../interfaces/Run.md), [`Response`](../interfaces/Response.md), `any`\> - -## Source - -[src/model/types.ts:40](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L40) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Base/type-aliases/_meta.json b/docs/pages/docs/namespaces/Model/namespaces/Base/type-aliases/_meta.json deleted file mode 100644 index 04bca30..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Base/type-aliases/_meta.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "Client": "Client", - "Model": "Model" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Model/namespaces/Chat/README.md b/docs/pages/docs/namespaces/Model/namespaces/Chat/README.md deleted file mode 100644 index 086d953..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Chat/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# Namespace: Chat - -Chat Model - -## Index - -### Interfaces - -- [Config](interfaces/Config.md) -- [Response](interfaces/Response.md) -- [Run](interfaces/Run.md) - -### Type Aliases - -- [ApiResponse](type-aliases/ApiResponse.md) -- [Client](type-aliases/Client.md) -- [CompletionChunk](type-aliases/CompletionChunk.md) -- [Model](type-aliases/Model.md) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/Config.md b/docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/Config.md deleted file mode 100644 index 431304f..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/Config.md +++ /dev/null @@ -1,25 +0,0 @@ -# Interface: Config - -## Extends - -- [`Config`](../../Base/interfaces/Config.md) - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `frequency_penalty`? | `null` \| `number` | - | - | [src/model/types.ts:57](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L57) | -| `function_call`? | `"none"` \| `"auto"` \| `ChatCompletionFunctionCallOption` | - | - | [src/model/types.ts:58](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L58) | -| `functions`? | `Function`[] | - | - | [src/model/types.ts:59](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L59) | -| `handleUpdate`? | (`chunk`) => `void` | - | - | [src/model/types.ts:56](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L56) | -| `logit_bias`? | `null` \| `Record`\<`string`, `number`\> | - | - | [src/model/types.ts:60](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L60) | -| `max_tokens`? | `null` \| `number` | - | - | [src/model/types.ts:61](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L61) | -| `model` | `"gpt-4"` \| `"gpt-4-32k"` \| `"gpt-3.5-turbo"` \| `"gpt-3.5-turbo-16k"` \| `string` & `object` \| `"gpt-4-0314"` \| `"gpt-4-0613"` \| `"gpt-4-32k-0314"` \| `"gpt-4-32k-0613"` \| `"gpt-3.5-turbo-0301"` \| `"gpt-3.5-turbo-0613"` \| `"gpt-3.5-turbo-16k-0613"` | - | [`Config`](../../Base/interfaces/Config.md).`model` | [src/model/types.ts:62](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L62) | -| `presence_penalty`? | `null` \| `number` | - | - | [src/model/types.ts:63](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L63) | -| `response_format`? | `ResponseFormat` | - | - | [src/model/types.ts:64](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L64) | -| `seed`? | `null` \| `number` | - | - | [src/model/types.ts:65](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L65) | -| `stop`? | `null` \| `string` \| `string`[] | - | - | [src/model/types.ts:66](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L66) | -| `temperature`? | `null` \| `number` | - | - | [src/model/types.ts:67](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L67) | -| `tool_choice`? | `ChatCompletionToolChoiceOption` | - | - | [src/model/types.ts:69](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L69) | -| `tools`? | `ChatCompletionTool`[] | - | - | [src/model/types.ts:68](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L68) | -| `top_p`? | `null` \| `number` | - | - | [src/model/types.ts:70](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L70) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/Response.md b/docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/Response.md deleted file mode 100644 index 1eafd67..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/Response.md +++ /dev/null @@ -1,14 +0,0 @@ -# Interface: Response - -## Extends - -- [`Response`](../../Base/interfaces/Response.md).`ChatResponse` - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `cached` | `boolean` | - | [`Response`](../../Base/interfaces/Response.md).`cached` | [src/model/types.ts:36](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L36) | -| `cost`? | `number` | - | [`Response`](../../Base/interfaces/Response.md).`cost` | [src/model/types.ts:38](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L38) | -| `latency`? | `number` | - | [`Response`](../../Base/interfaces/Response.md).`latency` | [src/model/types.ts:37](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L37) | -| `message` | `ChatMessage` | - | - | [src/model/types.ts:73](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L73) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/Run.md b/docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/Run.md deleted file mode 100644 index 60339e3..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/Run.md +++ /dev/null @@ -1,11 +0,0 @@ -# Interface: Run - -## Extends - -- [`Run`](../../Base/interfaces/Run.md) - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `messages` | `ChatMessage`[] | - | [src/model/types.ts:52](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L52) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/_meta.json b/docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/_meta.json deleted file mode 100644 index 6f7e3d5..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Chat/interfaces/_meta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "Config": "Config", - "Response": "Response", - "Run": "Run" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/ApiResponse.md b/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/ApiResponse.md deleted file mode 100644 index d8256c4..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/ApiResponse.md +++ /dev/null @@ -1,7 +0,0 @@ -# Type alias: ApiResponse - -> **ApiResponse**: `ChatResponse` - -## Source - -[src/model/types.ts:79](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L79) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/Client.md b/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/Client.md deleted file mode 100644 index 7852870..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/Client.md +++ /dev/null @@ -1,17 +0,0 @@ -# Type alias: Client - -> **Client**: `object` - -## Type declaration - -### createChatCompletion - -> **createChatCompletion**: `OpenAIClient`\[`"createChatCompletion"`\] - -### streamChatCompletion - -> **streamChatCompletion**: `OpenAIClient`\[`"streamChatCompletion"`\] - -## Source - -[src/model/types.ts:47](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L47) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/CompletionChunk.md b/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/CompletionChunk.md deleted file mode 100644 index 13ce5f7..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/CompletionChunk.md +++ /dev/null @@ -1,9 +0,0 @@ -# Type alias: CompletionChunk - -> **CompletionChunk**: `InnerType`\<`StreamResponse`\> - -A chunk recieved from a streaming response - -## Source - -[src/model/types.ts:78](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L78) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/Model.md b/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/Model.md deleted file mode 100644 index 329f816..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/Model.md +++ /dev/null @@ -1,7 +0,0 @@ -# Type alias: Model - -> **Model**: [`ChatModel`](../../../../../classes/ChatModel.md) - -## Source - -[src/model/types.ts:80](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L80) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/_meta.json b/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/_meta.json deleted file mode 100644 index a41fb76..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Chat/type-aliases/_meta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "ApiResponse": "ApiResponse", - "Client": "Client", - "CompletionChunk": "CompletionChunk", - "Model": "Model" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Model/namespaces/Completion/README.md b/docs/pages/docs/namespaces/Model/namespaces/Completion/README.md deleted file mode 100644 index 01b1e19..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Completion/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Namespace: Completion - -Completion model - -## Index - -### Interfaces - -- [Config](interfaces/Config.md) -- [Response](interfaces/Response.md) -- [Run](interfaces/Run.md) - -### Type Aliases - -- [ApiResponse](type-aliases/ApiResponse.md) -- [Client](type-aliases/Client.md) -- [Model](type-aliases/Model.md) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/Config.md b/docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/Config.md deleted file mode 100644 index 16e68e9..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/Config.md +++ /dev/null @@ -1,11 +0,0 @@ -# Interface: Config - -## Extends - -- [`Config`](../../Base/interfaces/Config.md).`Omit`\<`CompletionParams`, `"prompt"` \| `"user"`\> - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `model` | `"gpt-3.5-turbo-instruct"` \| `"babbage-002"` \| `"davinci-002"` \| `string` & `object` \| `"text-davinci-003"` \| `"text-davinci-002"` \| `"text-davinci-001"` \| `"code-davinci-002"` \| `"text-curie-001"` \| `"text-babbage-001"` \| `"text-ada-001"` | - | [`Config`](../../Base/interfaces/Config.md).`model` | [src/model/types.ts:101](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L101) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/Response.md b/docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/Response.md deleted file mode 100644 index 3b8c539..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/Response.md +++ /dev/null @@ -1,14 +0,0 @@ -# Interface: Response - -## Extends - -- [`Response`](../../Base/interfaces/Response.md).`CompletionResponse` - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `cached` | `boolean` | - | [`Response`](../../Base/interfaces/Response.md).`cached` | [src/model/types.ts:36](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L36) | -| `completion` | `string` | - | - | [src/model/types.ts:104](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L104) | -| `cost`? | `number` | - | [`Response`](../../Base/interfaces/Response.md).`cost` | [src/model/types.ts:38](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L38) | -| `latency`? | `number` | - | [`Response`](../../Base/interfaces/Response.md).`latency` | [src/model/types.ts:37](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L37) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/Run.md b/docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/Run.md deleted file mode 100644 index b00782e..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/Run.md +++ /dev/null @@ -1,11 +0,0 @@ -# Interface: Run - -## Extends - -- [`Run`](../../Base/interfaces/Run.md) - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `prompt` | `null` \| `string` \| `string`[] \| `number`[] \| `number`[][] | - | [src/model/types.ts:91](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L91) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/_meta.json b/docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/_meta.json deleted file mode 100644 index 6f7e3d5..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Completion/interfaces/_meta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "Config": "Config", - "Response": "Response", - "Run": "Run" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/ApiResponse.md b/docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/ApiResponse.md deleted file mode 100644 index b9a38b4..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/ApiResponse.md +++ /dev/null @@ -1,7 +0,0 @@ -# Type alias: ApiResponse - -> **ApiResponse**: `CompletionResponse` - -## Source - -[src/model/types.ts:106](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L106) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/Client.md b/docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/Client.md deleted file mode 100644 index 20b2aee..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/Client.md +++ /dev/null @@ -1,13 +0,0 @@ -# Type alias: Client - -> **Client**: `object` - -## Type declaration - -### createCompletions - -> **createCompletions**: `OpenAIClient`\[`"createCompletions"`\] - -## Source - -[src/model/types.ts:87](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L87) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/Model.md b/docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/Model.md deleted file mode 100644 index a6252a7..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/Model.md +++ /dev/null @@ -1,7 +0,0 @@ -# Type alias: Model - -> **Model**: [`CompletionModel`](../../../../../classes/CompletionModel.md) - -## Source - -[src/model/types.ts:107](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L107) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/_meta.json b/docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/_meta.json deleted file mode 100644 index c0f2aec..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Completion/type-aliases/_meta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "ApiResponse": "ApiResponse", - "Client": "Client", - "Model": "Model" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Model/namespaces/Embedding/README.md b/docs/pages/docs/namespaces/Model/namespaces/Embedding/README.md deleted file mode 100644 index a4ec2d6..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Embedding/README.md +++ /dev/null @@ -1,18 +0,0 @@ -# Namespace: Embedding - -Embedding Model - -## Index - -### Interfaces - -- [BatchOptions](interfaces/BatchOptions.md) -- [Config](interfaces/Config.md) -- [Response](interfaces/Response.md) -- [Run](interfaces/Run.md) - -### Type Aliases - -- [ApiResponse](type-aliases/ApiResponse.md) -- [Client](type-aliases/Client.md) -- [Model](type-aliases/Model.md) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/BatchOptions.md b/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/BatchOptions.md deleted file mode 100644 index fd2ce3d..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/BatchOptions.md +++ /dev/null @@ -1,10 +0,0 @@ -# Interface: BatchOptions - -API request batching options - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `maxBatchSize` | `number` | - | [src/model/types.ts:126](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L126) | -| `maxTokensPerBatch` | `number` | - | [src/model/types.ts:125](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L125) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/Config.md b/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/Config.md deleted file mode 100644 index fabec1d..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/Config.md +++ /dev/null @@ -1,13 +0,0 @@ -# Interface: Config - -## Extends - -- [`Config`](../../Base/interfaces/Config.md).`Omit`\<`EmbeddingParams`, `"input"` \| `"user"`\> - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `batch`? | `Partial`\<[`BatchOptions`](BatchOptions.md)\> | - | - | [src/model/types.ts:137](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L137) | -| `model` | `"text-embedding-ada-002"` \| `string` & `object` | - | [`Config`](../../Base/interfaces/Config.md).`model` | [src/model/types.ts:136](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L136) | -| `throttle`? | `Partial`\<`ThrottleOptions`\> | - | - | [src/model/types.ts:138](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L138) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/Response.md b/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/Response.md deleted file mode 100644 index 66cd3d3..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/Response.md +++ /dev/null @@ -1,14 +0,0 @@ -# Interface: Response - -## Extends - -- [`Response`](../../Base/interfaces/Response.md).`EmbeddingResponse` - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `cached` | `boolean` | - | [`Response`](../../Base/interfaces/Response.md).`cached` | [src/model/types.ts:36](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L36) | -| `cost`? | `number` | - | [`Response`](../../Base/interfaces/Response.md).`cost` | [src/model/types.ts:38](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L38) | -| `embeddings` | `number`[][] | - | - | [src/model/types.ts:141](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L141) | -| `latency`? | `number` | - | [`Response`](../../Base/interfaces/Response.md).`latency` | [src/model/types.ts:37](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L37) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/Run.md b/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/Run.md deleted file mode 100644 index 9008f44..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/Run.md +++ /dev/null @@ -1,11 +0,0 @@ -# Interface: Run - -## Extends - -- [`Run`](../../Base/interfaces/Run.md) - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `input` | `string`[] | - | [src/model/types.ts:121](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L121) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/_meta.json b/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/_meta.json deleted file mode 100644 index 98f0cb2..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Embedding/interfaces/_meta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "BatchOptions": "BatchOptions", - "Config": "Config", - "Response": "Response", - "Run": "Run" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/ApiResponse.md b/docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/ApiResponse.md deleted file mode 100644 index b19a71c..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/ApiResponse.md +++ /dev/null @@ -1,7 +0,0 @@ -# Type alias: ApiResponse - -> **ApiResponse**: `EmbeddingResponse` - -## Source - -[src/model/types.ts:143](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L143) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/Client.md b/docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/Client.md deleted file mode 100644 index 5aabeed..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/Client.md +++ /dev/null @@ -1,13 +0,0 @@ -# Type alias: Client - -> **Client**: `object` - -## Type declaration - -### createEmbeddings - -> **createEmbeddings**: `OpenAIClient`\[`"createEmbeddings"`\] - -## Source - -[src/model/types.ts:117](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L117) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/Model.md b/docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/Model.md deleted file mode 100644 index 3e12df8..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/Model.md +++ /dev/null @@ -1,7 +0,0 @@ -# Type alias: Model - -> **Model**: [`EmbeddingModel`](../../../../../classes/EmbeddingModel.md) - -## Source - -[src/model/types.ts:144](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L144) diff --git a/docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/_meta.json b/docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/_meta.json deleted file mode 100644 index c0f2aec..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/Embedding/type-aliases/_meta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "ApiResponse": "ApiResponse", - "Client": "Client", - "Model": "Model" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/README.md b/docs/pages/docs/namespaces/Model/namespaces/SparseVector/README.md deleted file mode 100644 index 75718c5..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/README.md +++ /dev/null @@ -1,17 +0,0 @@ -# Namespace: SparseVector - -Sparse vector model (SPLADE) - -## Index - -### Interfaces - -- [Config](interfaces/Config.md) -- [Response](interfaces/Response.md) -- [Run](interfaces/Run.md) - -### Type Aliases - -- [Client](type-aliases/Client.md) -- [Model](type-aliases/Model.md) -- [Vector](type-aliases/Vector.md) diff --git a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/Config.md b/docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/Config.md deleted file mode 100644 index b2a0a53..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/Config.md +++ /dev/null @@ -1,14 +0,0 @@ -# Interface: Config - -## Extends - -- [`Config`](../../Base/interfaces/Config.md) - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `concurrency`? | `number` | - | - | [src/model/types.ts:243](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L243) | -| `model` | `string` | - | [`Config`](../../Base/interfaces/Config.md).`model` | [src/model/types.ts:31](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L31) | -| `throttleInterval`? | `number` | - | - | [src/model/types.ts:245](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L245) | -| `throttleLimit`? | `number` | - | - | [src/model/types.ts:244](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L244) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/Response.md b/docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/Response.md deleted file mode 100644 index 1f2ff83..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/Response.md +++ /dev/null @@ -1,14 +0,0 @@ -# Interface: Response - -## Extends - -- [`Response`](../../Base/interfaces/Response.md) - -## Properties - -| Property | Type | Description | Inheritance | Source | -| :------ | :------ | :------ | :------ | :------ | -| `cached` | `boolean` | - | [`Response`](../../Base/interfaces/Response.md).`cached` | [src/model/types.ts:36](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L36) | -| `cost`? | `number` | - | [`Response`](../../Base/interfaces/Response.md).`cost` | [src/model/types.ts:38](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L38) | -| `latency`? | `number` | - | [`Response`](../../Base/interfaces/Response.md).`latency` | [src/model/types.ts:37](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L37) | -| `vectors` | [`Vector`](../type-aliases/Vector.md)[] | - | - | [src/model/types.ts:248](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L248) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/Run.md b/docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/Run.md deleted file mode 100644 index 60792f0..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/Run.md +++ /dev/null @@ -1,11 +0,0 @@ -# Interface: Run - -## Extends - -- [`Run`](../../Base/interfaces/Run.md) - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `input` | `string`[] | - | [src/model/types.ts:240](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L240) | diff --git a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/_meta.json b/docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/_meta.json deleted file mode 100644 index 6f7e3d5..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/interfaces/_meta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "Config": "Config", - "Response": "Response", - "Run": "Run" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/Client.md b/docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/Client.md deleted file mode 100644 index 98ba9ab..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/Client.md +++ /dev/null @@ -1,26 +0,0 @@ -# Type alias: Client - -> **Client**: `object` - -## Type declaration - -### createSparseVector - -> **createSparseVector**: (`params`, `serviceUrl`) => `Promise`\<[`Vector`](Vector.md)\> - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `object` | -| `params.input` | `string` | -| `params.model` | `string` | -| `serviceUrl` | `string` | - -#### Returns - -`Promise`\<[`Vector`](Vector.md)\> - -## Source - -[src/model/types.ts:225](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L225) diff --git a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/Model.md b/docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/Model.md deleted file mode 100644 index 5a6e000..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/Model.md +++ /dev/null @@ -1,7 +0,0 @@ -# Type alias: Model - -> **Model**: [`SparseVectorModel`](../../../../../classes/SparseVectorModel.md) - -## Source - -[src/model/types.ts:250](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L250) diff --git a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/Vector.md b/docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/Vector.md deleted file mode 100644 index eee0099..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/Vector.md +++ /dev/null @@ -1,19 +0,0 @@ -# Type alias: Vector - -> **Vector**: `object` - -Sparse vector from SPLADE models. - -## Type declaration - -### indices - -> **indices**: `number`[] - -### values - -> **values**: `number`[] - -## Source - -[src/model/types.ts:235](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L235) diff --git a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/_meta.json b/docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/_meta.json deleted file mode 100644 index 83e3de6..0000000 --- a/docs/pages/docs/namespaces/Model/namespaces/SparseVector/type-aliases/_meta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "Client": "Client", - "Model": "Model", - "Vector": "Vector" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Model/type-aliases/Ctx.md b/docs/pages/docs/namespaces/Model/type-aliases/Ctx.md deleted file mode 100644 index 71de01b..0000000 --- a/docs/pages/docs/namespaces/Model/type-aliases/Ctx.md +++ /dev/null @@ -1,13 +0,0 @@ -# Type alias: Ctx - -> **Ctx**: `object` - -Generic metadata object. - -## Index signature - - \[`key`: `string`\]: `any` - -## Source - -[src/model/types.ts:111](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L111) diff --git a/docs/pages/docs/namespaces/Model/type-aliases/Message.md b/docs/pages/docs/namespaces/Model/type-aliases/Message.md deleted file mode 100644 index 608c5c9..0000000 --- a/docs/pages/docs/namespaces/Model/type-aliases/Message.md +++ /dev/null @@ -1,9 +0,0 @@ -# Type alias: Message - -> **Message**: `ChatMessage` - -Primary message type for chat models - -## Source - -[src/model/types.ts:216](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L216) diff --git a/docs/pages/docs/namespaces/Model/type-aliases/Provider.md b/docs/pages/docs/namespaces/Model/type-aliases/Provider.md deleted file mode 100644 index 6f74983..0000000 --- a/docs/pages/docs/namespaces/Model/type-aliases/Provider.md +++ /dev/null @@ -1,9 +0,0 @@ -# Type alias: Provider - -> **Provider**: `string` & `object` \| `"openai"` \| `"custom"` - -The provider of the model (eg: OpenAI) - -## Source - -[src/model/types.ts:219](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L219) diff --git a/docs/pages/docs/namespaces/Model/type-aliases/Type.md b/docs/pages/docs/namespaces/Model/type-aliases/Type.md deleted file mode 100644 index edf787a..0000000 --- a/docs/pages/docs/namespaces/Model/type-aliases/Type.md +++ /dev/null @@ -1,9 +0,0 @@ -# Type alias: Type - -> **Type**: `string` & `object` \| `"base"` \| `"completion"` \| `"chat"` \| `"embedding"` \| `"sparse-vector"` - -The type of data returned by the model - -## Source - -[src/model/types.ts:254](https://github.com/dexaai/llm-tools/blob/f300435/src/model/types.ts#L254) diff --git a/docs/pages/docs/namespaces/Model/type-aliases/_meta.json b/docs/pages/docs/namespaces/Model/type-aliases/_meta.json deleted file mode 100644 index ba29e00..0000000 --- a/docs/pages/docs/namespaces/Model/type-aliases/_meta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "Ctx": "Ctx", - "Message": "Message", - "Provider": "Provider", - "Type": "Type" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Prompt/README.md b/docs/pages/docs/namespaces/Prompt/README.md deleted file mode 100644 index 81cc02c..0000000 --- a/docs/pages/docs/namespaces/Prompt/README.md +++ /dev/null @@ -1,19 +0,0 @@ -# Namespace: Prompt - -## Index - -### Namespaces - -- [Msg](namespaces/Msg/README.md) -- [Runner](namespaces/Runner/README.md) - -### Interfaces - -- [AIFunction](interfaces/AIFunction.md) -- [AIFunctionSpec](interfaces/AIFunctionSpec.md) -- [Msg](interfaces/Msg.md) - -### Type Aliases - -- [ExtractFunction](type-aliases/ExtractFunction.md) -- [Runner](type-aliases/Runner.md) diff --git a/docs/pages/docs/namespaces/Prompt/interfaces/AIFunctionSpec.md b/docs/pages/docs/namespaces/Prompt/interfaces/AIFunctionSpec.md deleted file mode 100644 index d29c837..0000000 --- a/docs/pages/docs/namespaces/Prompt/interfaces/AIFunctionSpec.md +++ /dev/null @@ -1,9 +0,0 @@ -# Interface: AIFunctionSpec - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `description`? | `string` | - | [src/prompt/types.ts:55](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L55) | -| `name` | `string` | - | [src/prompt/types.ts:54](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L54) | -| `parameters` | `Record`\<`string`, `unknown`\> | - | [src/prompt/types.ts:56](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L56) | diff --git a/docs/pages/docs/namespaces/Prompt/interfaces/AiFunction.md b/docs/pages/docs/namespaces/Prompt/interfaces/AiFunction.md deleted file mode 100644 index 9e616b8..0000000 --- a/docs/pages/docs/namespaces/Prompt/interfaces/AiFunction.md +++ /dev/null @@ -1,57 +0,0 @@ -# Interface: AIFunction()`` - -A function meant to be used with OpenAI function calling. - -## Type parameters - -| Parameter | Default | -| :------ | :------ | -| `Schema` extends `z.ZodObject`\<`any`\> | `z.ZodObject`\<`any`\> | -| `Return` extends `any` | `any` | - -> **AIFunction**(`input`): `Promise`\<`Return`\> - -The implementation of the function, with arg parsing and validation. - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `input` | `string` \| [`Msg`](Msg.md) | - -## Returns - -`Promise`\<`Return`\> - -## Source - -[src/prompt/types.ts:67](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L67) - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `argsSchema` | `Schema` | The Zod schema for the arguments string. | [src/prompt/types.ts:69](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L69) | -| `spec` | [`AIFunctionSpec`](AIFunctionSpec.md) | The function spec for the OpenAI API `functions` property. | [src/prompt/types.ts:73](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L73) | - -## Methods - -### parseArgs() - -> **parseArgs**(`input`): `TypeOf`\<`Schema`\> - -Parse the function arguments from a message. - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `input` | `string` \| [`Msg`](Msg.md) | - -#### Returns - -`TypeOf`\<`Schema`\> - -#### Source - -[src/prompt/types.ts:71](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L71) diff --git a/docs/pages/docs/namespaces/Prompt/interfaces/Msg.md b/docs/pages/docs/namespaces/Prompt/interfaces/Msg.md deleted file mode 100644 index 82a7915..0000000 --- a/docs/pages/docs/namespaces/Prompt/interfaces/Msg.md +++ /dev/null @@ -1,14 +0,0 @@ -# Interface: Msg - -Generic/default OpenAI message without any narrowing applied - -## Properties - -| Property | Type | Description | Source | -| :------ | :------ | :------ | :------ | -| `content` | `null` \| `string` | The contents of the message. `content` is required for all messages, and may be null for assistant messages with function calls. | [src/prompt/types.ts:81](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L81) | -| `function_call`? | [`Function`](../namespaces/Msg/namespaces/Call/type-aliases/Function.md) | The name and arguments of a function that should be called, as generated by the model. | [src/prompt/types.ts:85](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L85) | -| `name`? | `string` | The name of the author of this message. `name` is required if role is
`function`, and it should be the name of the function whose response is in the
`content`. May contain a-z, A-Z, 0-9, and underscores, with a maximum length of
64 characters. | [src/prompt/types.ts:98](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L98) | -| `role` | [`Role`](../namespaces/Msg/type-aliases/Role.md) | The role of the messages author. One of `system`, `user`, `assistant`, 'tool', or `function`. | [src/prompt/types.ts:83](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L83) | -| `tool_call_id`? | `string` | Tool call that this message is responding to. | [src/prompt/types.ts:91](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L91) | -| `tool_calls`? | [`Tool`](../namespaces/Msg/namespaces/Call/type-aliases/Tool.md)[] | The tool calls generated by the model, such as function calls. | [src/prompt/types.ts:87](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L87) | diff --git a/docs/pages/docs/namespaces/Prompt/interfaces/_meta.json b/docs/pages/docs/namespaces/Prompt/interfaces/_meta.json deleted file mode 100644 index 28595d4..0000000 --- a/docs/pages/docs/namespaces/Prompt/interfaces/_meta.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "AIFunction": "AIFunction", - "AIFunctionSpec": "AIFunctionSpec", - "Msg": "Msg" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/README.md b/docs/pages/docs/namespaces/Prompt/namespaces/Msg/README.md deleted file mode 100644 index c1372c1..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/README.md +++ /dev/null @@ -1,20 +0,0 @@ -# Namespace: Msg - -Narrowed ChatModel.Message types. - -## Index - -### Namespaces - -- [Call](namespaces/Call/README.md) - -### Type Aliases - -- [Assistant](type-aliases/Assistant.md) -- [FuncCall](type-aliases/FuncCall.md) -- [FuncResult](type-aliases/FuncResult.md) -- [Role](type-aliases/Role.md) -- [System](type-aliases/System.md) -- [ToolCall](type-aliases/ToolCall.md) -- [ToolResult](type-aliases/ToolResult.md) -- [User](type-aliases/User.md) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/README.md b/docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/README.md deleted file mode 100644 index 5e9bdf6..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/README.md +++ /dev/null @@ -1,8 +0,0 @@ -# Namespace: Call - -## Index - -### Type Aliases - -- [Function](type-aliases/Function.md) -- [Tool](type-aliases/Tool.md) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/type-aliases/Function.md b/docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/type-aliases/Function.md deleted file mode 100644 index 66edca4..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/type-aliases/Function.md +++ /dev/null @@ -1,23 +0,0 @@ -# Type alias: Function - -> **Function**: `object` - -The name and arguments of a function that should be called, as generated by the model. - -## Type declaration - -### arguments - -> **arguments**: `string` - -The arguments to call the function with, as generated by the model in JSON format. - -### name - -> **name**: `string` - -The name of the function to call. - -## Source - -[src/prompt/types.ts:108](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L108) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/type-aliases/Tool.md b/docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/type-aliases/Tool.md deleted file mode 100644 index c8591bc..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/type-aliases/Tool.md +++ /dev/null @@ -1,29 +0,0 @@ -# Type alias: Tool - -> **Tool**: `object` - -The tool calls generated by the model, such as function calls. - -## Type declaration - -### function - -> **function**: [`Function`](Function.md) - -The function that the model called. - -### id - -> **id**: `string` - -The ID of the tool call. - -### type - -> **type**: `"function"` - -The type of the tool. Currently, only `function` is supported. - -## Source - -[src/prompt/types.ts:116](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L116) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/type-aliases/_meta.json b/docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/type-aliases/_meta.json deleted file mode 100644 index 3083c0a..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/namespaces/Call/type-aliases/_meta.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "Function": "Function", - "Tool": "Tool" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/Assistant.md b/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/Assistant.md deleted file mode 100644 index f3a7f74..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/Assistant.md +++ /dev/null @@ -1,23 +0,0 @@ -# Type alias: Assistant - -> **Assistant**: `object` - -Message with text content from the assistant. - -## Type declaration - -### content - -> **content**: `string` - -### name - -> **name**?: `string` - -### role - -> **role**: `"assistant"` - -## Source - -[src/prompt/types.ts:141](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L141) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/FuncCall.md b/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/FuncCall.md deleted file mode 100644 index cd36cb0..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/FuncCall.md +++ /dev/null @@ -1,27 +0,0 @@ -# Type alias: FuncCall - -> **FuncCall**: `object` - -Message with arguments to call a function. - -## Type declaration - -### content - -> **content**: `null` - -### function\_call - -> **function\_call**: [`Function`](../namespaces/Call/type-aliases/Function.md) - -### name - -> **name**?: `string` - -### role - -> **role**: `"assistant"` - -## Source - -[src/prompt/types.ts:148](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L148) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/FuncResult.md b/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/FuncResult.md deleted file mode 100644 index 1c04245..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/FuncResult.md +++ /dev/null @@ -1,23 +0,0 @@ -# Type alias: FuncResult - -> **FuncResult**: `object` - -Message with the result of a function call. - -## Type declaration - -### content - -> **content**: `string` - -### name - -> **name**: `string` - -### role - -> **role**: `"function"` - -## Source - -[src/prompt/types.ts:156](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L156) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/Role.md b/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/Role.md deleted file mode 100644 index 573edc5..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/Role.md +++ /dev/null @@ -1,9 +0,0 @@ -# Type alias: Role - -> **Role**: `"system"` \| `"user"` \| `"assistant"` \| `"function"` \| `"tool"` - -The possible roles for a message. - -## Source - -[src/prompt/types.ts:104](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L104) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/System.md b/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/System.md deleted file mode 100644 index c81ffab..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/System.md +++ /dev/null @@ -1,23 +0,0 @@ -# Type alias: System - -> **System**: `object` - -Message with text content for the system. - -## Type declaration - -### content - -> **content**: `string` - -### name - -> **name**?: `string` - -### role - -> **role**: `"system"` - -## Source - -[src/prompt/types.ts:127](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L127) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/ToolCall.md b/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/ToolCall.md deleted file mode 100644 index 16d2eea..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/ToolCall.md +++ /dev/null @@ -1,27 +0,0 @@ -# Type alias: ToolCall - -> **ToolCall**: `object` - -Message with arguments to call one or more tools. - -## Type declaration - -### content - -> **content**: `null` - -### name - -> **name**?: `string` - -### role - -> **role**: `"assistant"` - -### tool\_calls - -> **tool\_calls**: [`Tool`](../namespaces/Call/type-aliases/Tool.md)[] - -## Source - -[src/prompt/types.ts:163](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L163) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/ToolResult.md b/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/ToolResult.md deleted file mode 100644 index 90ece65..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/ToolResult.md +++ /dev/null @@ -1,23 +0,0 @@ -# Type alias: ToolResult - -> **ToolResult**: `object` - -Message with the result of a tool call. - -## Type declaration - -### content - -> **content**: `string` - -### role - -> **role**: `"tool"` - -### tool\_call\_id - -> **tool\_call\_id**: `string` - -## Source - -[src/prompt/types.ts:171](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L171) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/User.md b/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/User.md deleted file mode 100644 index 1fc70c3..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/User.md +++ /dev/null @@ -1,23 +0,0 @@ -# Type alias: User - -> **User**: `object` - -Message with text content from the user. - -## Type declaration - -### content - -> **content**: `string` - -### name - -> **name**?: `string` - -### role - -> **role**: `"user"` - -## Source - -[src/prompt/types.ts:134](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L134) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/_meta.json b/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/_meta.json deleted file mode 100644 index fd11063..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Msg/type-aliases/_meta.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "Assistant": "Assistant", - "FuncCall": "FuncCall", - "FuncResult": "FuncResult", - "Role": "Role", - "System": "System", - "ToolCall": "ToolCall", - "ToolResult": "ToolResult", - "User": "User" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Runner/README.md b/docs/pages/docs/namespaces/Prompt/namespaces/Runner/README.md deleted file mode 100644 index 83ed6b2..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Runner/README.md +++ /dev/null @@ -1,10 +0,0 @@ -# Namespace: Runner - -## Index - -### Type Aliases - -- [Mode](type-aliases/Mode.md) -- [ModelParams](type-aliases/ModelParams.md) -- [Params](type-aliases/Params.md) -- [Response](type-aliases/Response.md) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/Mode.md b/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/Mode.md deleted file mode 100644 index 1401a7a..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/Mode.md +++ /dev/null @@ -1,9 +0,0 @@ -# Type alias: Mode - -> **Mode**: `"tools"` \| `"functions"` - -Controls use of functions or tool_calls from OpenAI API - -## Source - -[src/prompt/types.ts:42](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L42) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/ModelParams.md b/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/ModelParams.md deleted file mode 100644 index f269239..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/ModelParams.md +++ /dev/null @@ -1,7 +0,0 @@ -# Type alias: ModelParams - -> **ModelParams**: `Partial`\<`Omit`\<[`Run`](../../../../Model/namespaces/Chat/interfaces/Run.md) & [`Config`](../../../../Model/namespaces/Chat/interfaces/Config.md), `"messages"` \| `"functions"` \| `"tools"`\>\> - -## Source - -[src/prompt/types.ts:21](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L21) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/Params.md b/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/Params.md deleted file mode 100644 index 962fcad..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/Params.md +++ /dev/null @@ -1,9 +0,0 @@ -# Type alias: Params - -> **Params**: `SetOptional`\<[`Run`](../../../../Model/namespaces/Chat/interfaces/Run.md) & [`Config`](../../../../Model/namespaces/Chat/interfaces/Config.md), `"model"`\> - -Parameters to execute a runner - -## Source - -[src/prompt/types.ts:16](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L16) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/Response.md b/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/Response.md deleted file mode 100644 index 1d63cd6..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/Response.md +++ /dev/null @@ -1,15 +0,0 @@ -# Type alias: Response`` - -> **Response**\<`Content`\>: `object` \| `object` - -Response from executing a runner - -## Type parameters - -| Parameter | Default | -| :------ | :------ | -| `Content` extends `any` | `string` | - -## Source - -[src/prompt/types.ts:29](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L29) diff --git a/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/_meta.json b/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/_meta.json deleted file mode 100644 index 7b3cdf9..0000000 --- a/docs/pages/docs/namespaces/Prompt/namespaces/Runner/type-aliases/_meta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "Mode": "Mode", - "ModelParams": "ModelParams", - "Params": "Params", - "Response": "Response" -} \ No newline at end of file diff --git a/docs/pages/docs/namespaces/Prompt/type-aliases/ExtractFunction.md b/docs/pages/docs/namespaces/Prompt/type-aliases/ExtractFunction.md deleted file mode 100644 index 788b81d..0000000 --- a/docs/pages/docs/namespaces/Prompt/type-aliases/ExtractFunction.md +++ /dev/null @@ -1,26 +0,0 @@ -# Type alias: ExtractFunction`` - -> **ExtractFunction**\<`Schema`\>: (`params`, `context`?) => `Promise`\<`z.infer`\<`Schema`\>\> - -## Type parameters - -| Parameter | -| :------ | -| `Schema` extends `z.ZodObject`\<`any`\> | - -A function used to extract data using OpenAI function calling. - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `string` \| [`Params`](../namespaces/Runner/type-aliases/Params.md) | -| `context`? | [`Ctx`](../../Model/type-aliases/Ctx.md) | - -## Returns - -`Promise`\<`z.infer`\<`Schema`\>\> - -## Source - -[src/prompt/types.ts:48](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L48) diff --git a/docs/pages/docs/namespaces/Prompt/type-aliases/Runner.md b/docs/pages/docs/namespaces/Prompt/type-aliases/Runner.md deleted file mode 100644 index fe090ac..0000000 --- a/docs/pages/docs/namespaces/Prompt/type-aliases/Runner.md +++ /dev/null @@ -1,26 +0,0 @@ -# Type alias: Runner`` - -> **Runner**\<`Content`\>: (`params`, `context`?) => `Promise`\<[`Response`](../namespaces/Runner/type-aliases/Response.md)\<`Content`\>\> - -## Type parameters - -| Parameter | Default | -| :------ | :------ | -| `Content` extends `any` | `string` | - -A runner that iteratively calls the model and handles function calls. - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `string` \| [`Params`](../namespaces/Runner/type-aliases/Params.md) | -| `context`? | [`Ctx`](../../Model/type-aliases/Ctx.md) | - -## Returns - -`Promise`\<[`Response`](../namespaces/Runner/type-aliases/Response.md)\<`Content`\>\> - -## Source - -[src/prompt/types.ts:9](https://github.com/dexaai/llm-tools/blob/f300435/src/prompt/types.ts#L9) diff --git a/docs/pages/docs/namespaces/Prompt/type-aliases/_meta.json b/docs/pages/docs/namespaces/Prompt/type-aliases/_meta.json deleted file mode 100644 index 06d4f7d..0000000 --- a/docs/pages/docs/namespaces/Prompt/type-aliases/_meta.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "ExtractFunction": "ExtractFunction", - "Runner": "Runner" -} \ No newline at end of file diff --git a/docs/pages/docs/type-aliases/CacheKey.md b/docs/pages/docs/type-aliases/CacheKey.md deleted file mode 100644 index e51bdcd..0000000 --- a/docs/pages/docs/type-aliases/CacheKey.md +++ /dev/null @@ -1,24 +0,0 @@ -# Type alias: CacheKey`` - -> **CacheKey**\<`Params`, `KeyType`\>: (`params`) => `KeyType` - -## Type parameters - -| Parameter | Default | -| :------ | :------ | -| `Params` extends `Record`\<`string`, `any`\> | - | -| `KeyType` | `string` | - -## Parameters - -| Parameter | Type | -| :------ | :------ | -| `params` | `Params` | - -## Returns - -`KeyType` - -## Source - -[src/utils/cache.ts:8](https://github.com/dexaai/llm-tools/blob/f300435/src/utils/cache.ts#L8) diff --git a/docs/pages/docs/type-aliases/CacheStorage.md b/docs/pages/docs/type-aliases/CacheStorage.md deleted file mode 100644 index 244f6fc..0000000 --- a/docs/pages/docs/type-aliases/CacheStorage.md +++ /dev/null @@ -1,45 +0,0 @@ -# Type alias: CacheStorage`` - -> **CacheStorage**\<`KeyType`, `ValueType`\>: `object` - -## Type parameters - -| Parameter | -| :------ | -| `KeyType` | -| `ValueType` extends `any` | - -## Type declaration - -### get - -> **get**: (`key`) => `Promise`\<`ValueType` \| `undefined`\> \| `ValueType` \| `undefined` - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `key` | `KeyType` | - -#### Returns - -`Promise`\<`ValueType` \| `undefined`\> \| `ValueType` \| `undefined` - -### set - -> **set**: (`key`, `value`) => `Promise`\<`unknown`\> \| `unknown` - -#### Parameters - -| Parameter | Type | -| :------ | :------ | -| `key` | `KeyType` | -| `value` | `ValueType` | - -#### Returns - -`Promise`\<`unknown`\> \| `unknown` - -## Source - -[src/utils/cache.ts:3](https://github.com/dexaai/llm-tools/blob/f300435/src/utils/cache.ts#L3) diff --git a/docs/pages/docs/type-aliases/ChatModelArgs.md b/docs/pages/docs/type-aliases/ChatModelArgs.md deleted file mode 100644 index 31a6c37..0000000 --- a/docs/pages/docs/type-aliases/ChatModelArgs.md +++ /dev/null @@ -1,7 +0,0 @@ -# Type alias: ChatModelArgs - -> **ChatModelArgs**: `SetOptional`\<[`ModelArgs`](../interfaces/ModelArgs.md)\<[`Client`](../namespaces/Model/namespaces/Chat/type-aliases/Client.md), [`Config`](../namespaces/Model/namespaces/Chat/interfaces/Config.md), [`Run`](../namespaces/Model/namespaces/Chat/interfaces/Run.md), [`Response`](../namespaces/Model/namespaces/Chat/interfaces/Response.md)\>, `"client"` \| `"params"`\> - -## Source - -[src/model/chat.ts:9](https://github.com/dexaai/llm-tools/blob/f300435/src/model/chat.ts#L9) diff --git a/docs/pages/docs/type-aliases/CompletionModelArgs.md b/docs/pages/docs/type-aliases/CompletionModelArgs.md deleted file mode 100644 index 5a8b354..0000000 --- a/docs/pages/docs/type-aliases/CompletionModelArgs.md +++ /dev/null @@ -1,7 +0,0 @@ -# Type alias: CompletionModelArgs - -> **CompletionModelArgs**: `SetOptional`\<[`ModelArgs`](../interfaces/ModelArgs.md)\<[`Client`](../namespaces/Model/namespaces/Completion/type-aliases/Client.md), [`Config`](../namespaces/Model/namespaces/Completion/interfaces/Config.md), [`Run`](../namespaces/Model/namespaces/Completion/interfaces/Run.md), [`Response`](../namespaces/Model/namespaces/Completion/interfaces/Response.md)\>, `"client"` \| `"params"`\> - -## Source - -[src/model/completion.ts:8](https://github.com/dexaai/llm-tools/blob/f300435/src/model/completion.ts#L8) diff --git a/docs/pages/docs/type-aliases/EmbeddingModelArgs.md b/docs/pages/docs/type-aliases/EmbeddingModelArgs.md deleted file mode 100644 index 0aeb86a..0000000 --- a/docs/pages/docs/type-aliases/EmbeddingModelArgs.md +++ /dev/null @@ -1,7 +0,0 @@ -# Type alias: EmbeddingModelArgs - -> **EmbeddingModelArgs**: `SetOptional`\<[`ModelArgs`](../interfaces/ModelArgs.md)\<[`Client`](../namespaces/Model/namespaces/Embedding/type-aliases/Client.md), [`Config`](../namespaces/Model/namespaces/Embedding/interfaces/Config.md), [`Run`](../namespaces/Model/namespaces/Embedding/interfaces/Run.md), [`Response`](../namespaces/Model/namespaces/Embedding/interfaces/Response.md)\>, `"client"` \| `"params"`\> - -## Source - -[src/model/embedding.ts:11](https://github.com/dexaai/llm-tools/blob/f300435/src/model/embedding.ts#L11) diff --git a/docs/pages/docs/type-aliases/Prettify.md b/docs/pages/docs/type-aliases/Prettify.md deleted file mode 100644 index 58a1664..0000000 --- a/docs/pages/docs/type-aliases/Prettify.md +++ /dev/null @@ -1,17 +0,0 @@ -# Type alias: Prettify`` - -> **Prettify**\<`T`\>: `{ [K in keyof T]: T[K] }` & `object` - -Improve preview of union types in autocomplete. - -## Type declaration - -## Type parameters - -| Parameter | -| :------ | -| `T` | - -## Source - -[src/utils/helpers.ts:4](https://github.com/dexaai/llm-tools/blob/f300435/src/utils/helpers.ts#L4) diff --git a/docs/pages/docs/type-aliases/SparseVectorModelArgs.md b/docs/pages/docs/type-aliases/SparseVectorModelArgs.md deleted file mode 100644 index d856883..0000000 --- a/docs/pages/docs/type-aliases/SparseVectorModelArgs.md +++ /dev/null @@ -1,7 +0,0 @@ -# Type alias: SparseVectorModelArgs - -> **SparseVectorModelArgs**: [`Prettify`](Prettify.md)\<`Omit`\<[`ModelArgs`](../interfaces/ModelArgs.md)\<[`Client`](../namespaces/Model/namespaces/SparseVector/type-aliases/Client.md), [`Config`](../namespaces/Model/namespaces/SparseVector/interfaces/Config.md), [`Run`](../namespaces/Model/namespaces/SparseVector/interfaces/Run.md), [`Response`](../namespaces/Model/namespaces/SparseVector/interfaces/Response.md)\>, `"client"`\> & `object`\> - -## Source - -[src/model/sparse-vector.ts:9](https://github.com/dexaai/llm-tools/blob/f300435/src/model/sparse-vector.ts#L9) diff --git a/docs/pages/docs/type-aliases/_meta.json b/docs/pages/docs/type-aliases/_meta.json deleted file mode 100644 index f69284d..0000000 --- a/docs/pages/docs/type-aliases/_meta.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "CacheKey": "CacheKey", - "CacheStorage": "CacheStorage", - "ChatModelArgs": "ChatModelArgs", - "CompletionModelArgs": "CompletionModelArgs", - "EmbeddingModelArgs": "EmbeddingModelArgs", - "Prettify": "Prettify", - "SparseVectorModelArgs": "SparseVectorModelArgs" -} \ No newline at end of file diff --git a/docs/pages/faq.md b/docs/pages/faq.md deleted file mode 100644 index 2d58657..0000000 --- a/docs/pages/faq.md +++ /dev/null @@ -1,49 +0,0 @@ -# FAQ - -### Why should I consider using Dexter? - -- **Dozens of the world's top podcasters trust Dexa's RAG to represent them** -- Optimized for production-quality RAG -- We only use best-in-class third-parties like [OpenAI](https://openai.com) and [Pinecone](https://www.pinecone.io) -- Simple and extremely minimal TS package (no complicated abstractions) -- Supports all envs with native fetch: Node.js 18+, Deno, Cloudflare Workers, etc - - Uses [openai-fetch](https://github.com/dexaai/openai-fetch) and [pinecone-client](https://github.com/dexaai/pinecone-client) under the hood - -### Don't use Dexter if... - -- **You need to use an embedding model other than OpenAI's** - - Popular alternatives include [Sentence Transformers](https://www.sbert.net) and [Cohere Embed v3](https://txt.cohere.com/introducing-embed-v3/) - - _We'll be adding support for more embedding model providers soon_, but we will never sacrifice DX for breadth -- **You need to use a vector DB other than Pinecone** - - _We'll be adding support for more vector DBs soon_, but we will never sacrifice DX for breadth -- **You need to use a programming language other than JS/TS** - - _What even is Python?_ 😂 - -### How does Dexter compare to LangChain? - -- Dexter is much more **minimal** -- Dexter is focused solely on RAG -- Dexter only supports TypeScript - -- LangChain is more powerful but also a lot more complicated -- Langchain is Python-first -- LangChain supports hundreds of LLM, embedding, and vector DB providers - -### How does Dexter compare to LlamaIndex? - -Dexter and LlamaIndex are both focused on RAG. LlamaIndex supports many more loaders, embedding providers, and vector DBs, and has a lot more recipes built into it out-of-the-box. - -If you want a TypeScript-first RAG solution that's extremely minimal but battle-tested in production, use Dexter. If you want a Python-first RAG solution that's more powerful and has more features, use LlamaIndex. - -You can also use both! Use LlamaIndex to load/transform/chunk your data and then use Dexter to index and query it. Huzzzh OSS! 🎉 - -### Does Dexter support loading PDF/HTML/Notion/markdown/etc? - -Yes, but we do not provide loaders for each of these out of the box, as Dexter is meant to do one thing and do it well. - -For loaders and chunking, we recommend that you use one of the following solutions: - -- [LangChain Loaders](https://js.langchain.com/docs/modules/data_connection/document_loaders/) -- [LlamaIndex](https://www.llamaindex.ai) via [LlamaHub](https://llamahub.ai) -- [Unstructured](https://unstructured.io) -- Roll your own –– YOLO! diff --git a/docs/pages/guide/_meta.json b/docs/pages/guide/_meta.json deleted file mode 100644 index 2e5986b..0000000 --- a/docs/pages/guide/_meta.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "install": "Install", - "usage": "Usage", - "caching": "Caching", - "examples": "Examples" -} diff --git a/docs/pages/guide/caching.md b/docs/pages/guide/caching.md deleted file mode 100644 index 1078139..0000000 --- a/docs/pages/guide/caching.md +++ /dev/null @@ -1,74 +0,0 @@ -# Caching - -LLMs, embedding models, and datastores all work with the same `cache` and `cacheKey` parameters and support basically any caching strategy you can think of. - -By default, caching is not enabled on any of the classes. - -**To enable caching, pass in a `cache` object**, which must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async. - -The `cache` object is designed to work with `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), [any keyv adaptor](https://github.com/jaredwray/keyv), or any other key-value store. - -`cacheKey` is an optional function which takes in a params object and returns the cache key **string** to use for that request. A simple example would be: `(params) => JSON.stringify(params)`. The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. - -## Examples - -### In-Memory Caches - -```ts -import { EmbeddingModel } from '@dexaai/dexter/model'; -import QuickLRU from 'quick-lru'; - -// Basic in-memory cache -const embeddingModel = new EmbeddingModel({ - cache: new Map(), -}); - -// LRU in-memory cache -const embeddingModel = new EmbeddingModel({ - cache: new QuickLRU({ maxSize: 10000 }), -}); -``` - -### Redis Keyv Cache - -```ts -import { EmbeddingModel } from '@dexaai/dexter/model'; -import { PineconeDatastore } from '@dexaai/dexter/datastore/pinecone'; -import KeyvRedis from '@keyv/redis'; -import Keyv from 'keyv'; - -const cache = new Keyv({ - store: new KeyvRedis(process.env.REDIS_URL!), - namespace: 'dexter-test', -}); - -const embeddingModel = new EmbeddingModel({ - cache, -}); - -const store = new PineconeDatastore<{ content: string }>({ - contentKey: 'content', - embeddingModel, - cache, -}); - -// run your app... - -// Close your redis connection at the end -await cache.disconnect(); -``` - -### Custom Cache Key - -```ts -import { ChatModel } from '@dexaai/dexter/model'; -import { pick } from '@dexaai/utils'; -import hashObject from 'hash-object'; - -// Create an OpenAI chat completion model w/ an in-memory cache using a -// custom cache key -const chatModel = new ChatModel({ - cacheKey: (params) => hashObject(pick(params, 'model', 'messages')), - cache: new Map(), -}); -``` diff --git a/docs/pages/guide/examples.md b/docs/pages/guide/examples.md deleted file mode 100644 index a3966ea..0000000 --- a/docs/pages/guide/examples.md +++ /dev/null @@ -1,83 +0,0 @@ -# Examples - -To run the included examples, clone [this repo](https://github.com/dexaai/dexter), run `pnpm install`, set up your `.env` file, and then run an example file using `tsx`. - -Environment variables required to run the examples: - -- `OPENAI_API_KEY` - OpenAI API key -- `PINECONE_API_KEY` - Pinecone API key -- `PINECONE_BASE_URL` - Pinecone index's base URL - - You should be able to use a free-tier "starter" index for most of the examples, but you'll need to upgrade to a paid index to run the any of the hybrid search examples - - Note that Pinecone's free starter index doesn't support namespaces, `deleteAll`, or hybrid search _:sigh:_ -- `SPLADE_SERVICE_URL` - optional; only used for the chatbot hybrid search example - -### Basic - -```bash -npx tsx examples/basic.ts -``` - -[source](https://github.com/dexaai/dexter/tree/master/examples/basic.ts) - -### Caching - -```bash -npx tsx examples/caching.ts -``` - -[source](https://github.com/dexaai/dexter/tree/master/examples/caching.ts) - -### Redis Caching - -This example requires a valid `REDIS_URL` env var. - -```bash -npx tsx examples/caching-redis.ts -``` - -[source](https://github.com/dexaai/dexter/tree/master/examples/caching-redis.ts) - -### AI Function - -This example shows how to use `createAIFunction` to handle `function` and `tool_calls` with the OpenAI chat completions API and Zod. - -```bash -npx tsx examples/ai-function.ts -``` - -[source](https://github.com/dexaai/dexter/tree/master/examples/ai-function.ts) - -### AI Runner - -This example shows how to use `createAIRunner` to easily invoke a chain of OpenAI chat completion calls, resolving tool / function calls, retrying when necessary, and optionally validating the resulting output via Zod. - -Note that `createAIRunner` takes in a `functions` array of `AIFunction` objects created by `createAIFunction`, as the two utility functions are meant to used together. - -```bash -npx tsx examples/ai-runner.ts -``` - -[source](https://github.com/dexaai/dexter/tree/master/examples/ai-runner.ts) - -### Chatbot - -This is a more involved example of a chatbot using RAG. It indexes 100 transcript chunks from the [Huberman Lab Podcast](https://hubermanlab.com) into a [hybrid Pinecone datastore](https://docs.pinecone.io/docs/hybrid-search) using [OpenAI ada-002 embeddings](https://platform.openai.com/docs/guides/embeddings) for the dense vectors and a [HuggingFace SPLADE model](https://huggingface.co/naver/splade-cocondenser-ensembledistil) for the sparse embeddings. - -You'll need the following environment variables to run this example: - -- `OPENAI_API_KEY` -- `PINECONE_API_KEY` -- `PINECONE_BASE_URL` - - Note: Pinecone's free starter indexes don't seem to support namespaces or hybrid search, so unfortunately you'll need to upgrade to a paid plan to run this example. See Pinecone's [hybrid docs](https://docs.pinecone.io/docs/hybrid-search) for details on setting up a hybrid index, and make sure it is using the `dotproduct` metric. -- `SPLADE_SERVICE_URL` - - Here is an [example](https://gist.github.com/transitive-bullshit/cc9140ff832fc7e815a48f0a45e1fc27) of how to run a SPLADE REST API, which can be deployed to [Modal](https://modal.com) or any other GPU-enabled hosting provider. - -```bash -npx tsx examples/chatbot/ingest.ts -``` - -```bash -npx tsx examples/chatbot/cli.ts -``` - -[source](https://github.com/dexaai/dexter/tree/master/examples/chatbot) diff --git a/docs/pages/guide/install.md b/docs/pages/guide/install.md deleted file mode 100644 index 11a7e95..0000000 --- a/docs/pages/guide/install.md +++ /dev/null @@ -1,9 +0,0 @@ -## Install - -```bash -npm install @dexaai/dexter -``` - -This package requires `node >= 18` or an environment with `fetch` support. - -This package exports [ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). If your project uses CommonJS, consider switching to ESM or use the [dynamic `import()`](https://v8.dev/features/dynamic-import) function. diff --git a/docs/pages/guide/usage.md b/docs/pages/guide/usage.md deleted file mode 100644 index af903b3..0000000 --- a/docs/pages/guide/usage.md +++ /dev/null @@ -1,36 +0,0 @@ -# Usage - -This example shows how to use the OpenAI [text-embedding-ada-002](https://platform.openai.com/docs/guides/embeddings) embedding model and a [Pinecone](https://www.pinecone.io/) datastore to index and query a set of documents. - -```ts -import 'dotenv/config'; -import { EmbeddingModel } from '@dexaai/dexter/model'; -import { PineconeDatastore } from '@dexaai/dexter/datastore/pinecone'; - -async function example() { - const embeddingModel = new EmbeddingModel({ - params: { model: 'text-embedding-ada-002' }, - }); - - const store = new PineconeDatastore({ - contentKey: 'content', - embeddingModel, - }); - - await store.upsert([ - { id: '1', metadata: { content: 'cat' } }, - { id: '2', metadata: { content: 'dog' } }, - { id: '3', metadata: { content: 'whale' } }, - { id: '4', metadata: { content: 'shark' } }, - { id: '5', metadata: { content: 'computer' } }, - { id: '6', metadata: { content: 'laptop' } }, - { id: '7', metadata: { content: 'phone' } }, - { id: '8', metadata: { content: 'tablet' } }, - ]); - - const result = await store.query({ query: 'dolphin' }); - console.log(result); -} -``` - -You can run this example by cloning this repo by following [these instructions](./examples.md). diff --git a/docs/pages/index.md b/docs/pages/index.md deleted file mode 100644 index 64b3e8a..0000000 --- a/docs/pages/index.md +++ /dev/null @@ -1,20 +0,0 @@ -

- NPM Build Status MIT License Prettier Code Formatting -

- -# Dexter - -Dexter is a mature set of LLM tools used in production at [Dexa](https://dexa.ai), with a focus on real-world RAG ([Retrieval Augmented Generation](https://arxiv.org/abs/2005.11401)). - -_If you're a TypeScript AI engineer, check it out!_ 😊 - -## Features - -- production-quality RAG -- extremely fast and minimal -- handles caching, throttling, and batching for ingesting large datasets -- optional hybrid search w/ SPLADE embeddings -- minimal TS package w/ full typing -- uses `fetch` everywhere -- supports Node.js 18+, Deno, Cloudflare Workers, Vercel edge functions, etc -- [full docs](https://dexter.dexa.ai) diff --git a/docs/pages/license.md b/docs/pages/license.md deleted file mode 100644 index a370a43..0000000 --- a/docs/pages/license.md +++ /dev/null @@ -1,3 +0,0 @@ -## License - -MIT © [Dexa](https://dexa.ai) diff --git a/docs/public/favicon-16x16.png b/docs/public/favicon-16x16.png deleted file mode 100644 index 988dd0b5d28d921fd18123e63d5fb7fbc3376036..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 490 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!60wlNoGJgf6SkfJR9T^xl_H+M9WCijSl0AZa z85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=YDR+ueoXe|!I#{Xiaj ziKnkC`*UVyCQH+k#wUY;Lj9gDjv*T7TPG;;F&PTD#^0Wp&2g~NC1FJ)bAwwU4 zJGjgr@SG5h&^dW3bjhllp`t2(Ps{&K`}EJ^nM+TVk-l=#azTejNfNy*HU~ee&*SIc zm3iXE=ady^rUy6jeJNdFv1QLx=aUA!F4w#SY@+kdh-`RxYU0v$J09uS|5Vo0PZ3&p z>)^x_eXQ0^5$Crkn{sKrO)g)O4|JMpiEBhjN@7W>RdP`(kYX@0Ff!IP0HF{ABP&yL zD^p`_0|P4q1JkAN6Hqkd=BH$)RpQp*@+15XP(yfCNJL3cV!1*=QGQxxPO3slWkIS! zW2I`Q&6e6=(&6r>mdKI;Vst05giD`v3p{ diff --git a/docs/public/favicon-32x32.png b/docs/public/favicon-32x32.png deleted file mode 100644 index 2662ee5126f1530e7763c6623b792b3a0a452aab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 553 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE0wix1Z>k4UEa{HEjtmSN`?>!lvVtU&J%W50 z7^>757#dm_7=8hT8eT9klo~KFyh>nTu$sZZAYL$MSD+10f+@+{-G$+Qd;gjJKpuOE zr>`sfb7p2HOS1s0883lC=R92;Lp+YZy`t}b$Wem*!+HJ!Wq~aUEXpdT0X{BiA6YMy zSXtdX8~*6dm(&|QJqZ&J5f0h9cE;xMBb~!rv`3t5$3}XA!`X|rk-wgDbYKdz^NlIc#s#S7PDv)9@ zGB7gMH2|Ry10yR_b1PF5Z36=<1A`At7vG_1$jwj5OsmALp)o!a6jR|9)IHDC=AokIOTu(jOWuJ24-b$y<~1-Wnu5hBFw@H zE)6D!Q<#-EhbWxBaplC3Ge=~Ou%B-5Sm33{@Jd{;RG<|Mp00i_>zopr0Qfh> A&;S4c diff --git a/docs/public/favicon.ico b/docs/public/favicon.ico deleted file mode 100644 index cbfb266c66d383b5365be84cab85b53c8405acf8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15086 zcmeI2Pl!!X9LLXi{x5i9VuP0$fAVK278dfSls{#uSQsJ1Vz5w3y%IaJu#wqNLKZ9( zW%Ht@%)-(_882!GF%e04KHoR@PG_F`{@i)q{iAd0^M3c8dw%Elz32Y!J@?&rjA=6& z)7fdTIdgM?F>8!5xt#YsYfL|NS*-RS8f(ls8Z4p>E~X1qUoP{9%zymZ#<8V=pi{7m z%Ik0~;Yi~_s4N$#D5V6AvGT+&PJeXg&y9a{V;yu&y7718ACwo3*17yiUj7_rGV6nv z@EsaGmvOWU%Aav)o&s}WJM_Rih(lk!m_hoHI->9-Zq~wm_yzU)jB_q1L&LV&7=>&qMo*6zkVL>2`|s zBi-avuK!5N^&d^S{xd1oKOXIOQmlU=+Fzwu|EUCM*Zeq|`D+D!{VCNy6W#X`qCM>R z&q4PsNWycE|7_Jr{!B#kHs}T4FDW)i|73K|g5}T!ci}T6MYF9VNdF16K8N>^q~BV$ zZht#Szk7ckU9P$Dk8Z5}oVTqTe>eViK7`$N`Q!2@Y|hy2gYstw&kYwr^Kg=pMy+*l zB>^K)Din?B94E#q@XJ0n?E7F8 z+d4+SxcF}TqsTcshMj+VNW>pt?{D?C9bfNPw!%qx3{hyY;}deYOk+#?TD?Y~T6_u7 z8p7T130id?YQ-n4W-oI-#`w~(3!lvI6-E$sR$z z3=CCj3=9n|3=F@3LJcn%7)lKo7+xhXFj&oCU=S~uvn$XBDDgkQC&cyJ*Y`lCqN0L~ zjEsngFc%jWBO~Ljo0qR$y>R-}(VaUs&z&=)w6w^>!%a?3mW74o{ks=eubf}BaBgH| zxU`hir;o4Cojp-oQ>mh&{PoMb%E~e+Ny#st-yS}^&)3K6`LhR&4Yh)T0-ryT_~(zJB#2z~6V%#yt8LbV`gT)dE-)4 zRK&EYlLQ3#@87$rsj1=W>KqprU09gc)L2(gko(~Nt?1~;Su>|@+^~j+hsV#?+t|qP z!~2(6nd$rY?Nn7&*|l?vmX_wSWs9n+${Xry7B8A7EiHZK^s#w!XL@?ND=8`d|NsA9 zrCJuy|BOlA?k*uum^+pNIqW5#zOL-gnVFd^^-Tf|G=b6+JY5_^DsH{Kl^%2`K&0(q zvSShpuZ9Abm~5uRao_ig&;8ggeWLSc+P!kt^9E;p^UfJ6E5U(RV(ovyj0+1K zo7s4!Oi&oh#qQc0%#aLnPH%o#pfX)vHrVOEm}u8y;j9<)y`G+0B6Dj^)QnlvoM&Hs zW!(8^d$Q~7v**sfUbuGSh868*+_Rf9qKoWZWiD)cQ`=FoAXinnqc4p0;)vxO;^$+%cyXe_tv=C<>Rm6o zlzxQ>>i+beuenInpZ{d>ub7XW8b9AH{4p*3HP<55d_D1|a+j00E8Yk3-`!Va@>%!& z`Zrsb-(;^Xex3Erv7AMn(e~iX(|7l7zRCFa!;9R$`lR1W%r}b8>E+H-42eFU^;>S~ zCvW4GylX0s1b(+K=KY$d&?U4Ezk+T4x$NB8bovKLzrHM7mlGZBP?rF-+!I$W79 z+%kUyj4ss@*NBpo#FA92T%n*SKP@vSRiUJ^AXOo=pd^`rp<>SCPdprjVHz5z z{7;|pd>X{Stjw*K%q^@e>^)h8Sy;iP!Q^lXv-0K;h0`~#oH%mkh|Cf8(+wUAy!04e Xi3^r|ax$F?w1UCY)z4*}Q$iB}4wjWh diff --git a/docs/public/logo.png b/docs/public/logo.png deleted file mode 100644 index 05b67a62120cd3e3b4818d88cce9559cd9c26dce..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16137 zcmeIZ`8$;D8$W(yWb9Outkt8U>{+u#QpwgB%h(em3{zvTv6Zxlo}NO8q%1SGVvv0a zWgEqyv5nM-v4)`;%jfbupYIRff8ley@8hVu9M^SU=khww>)brBu`(CrJH!V;kl@7& z=dM5y4-A4hA^0Bflf;k1E#SqAz2Jm{ApU*3e>kA@%!A;E9JnjyCQwPQ)C~9!41Lz} zECjtv=HK+>h9JYNi|5YTg>%f0v2RFskPPRB@;7&^k8>s;RTYa(5OsVQ<1G5*p|K6@ z^%0T%v2WlN(y>3_`bo53=dgxFhrS<$@BK@etvJa~RI%f{d-V@ua-I+@C!|M&m^p(adbg=!Q`iUvXOLU@3>pERh)U;)X#j zsxe;Jsbp|^S-&r1jKVtXHR4`89UDf${g9G*y&xR@nEg=|76(Cn_Y{P~G!AYW_+zW< zoEmu`s>6DDY3X3tWTk>XcGde=+kPX4#o!$gZ2x{wn%C`6lACMsBh|Y`Kj*b;8~*Gp zwi{&xZvH{v_$mcO{?6|^DHf-H4)a>sf#I$lrF7zl3%x+(ZpXoTlO^g;N~Eaa8_xcr z9G6`7?)cb+?IYu_?Tqiff0LC`Bf@_3O-;O4gw zP0!+JI>rVLIopc~MJJd2Fm3ouz4|35yAtV5d-e`lT@M@APUs+9M)yW$zrrPy2vrO1 z@pm=4YrqecX)40lKL=Dh%6?#stCI!IlDv}m&V~z!#RXY9P4nuNZ8yl%c`F0Naa@h$ zLz}Ib+Kt=#6hrz=p~?Lju~numx-#7mZ4?%_wHJPq&tlMKDYZx?*@8Ahhr=e-U~!Ao zw)Q1gWiKY`Q69X8@nL19DSxY{|A3WT~6rS>R0tv{PIE#dz=yhg=j z-AWW5b>Zb~wS&4cQ6j zy*=E8J)!ct+-tp83_e~-W|c9A>WXDfrvehF8s5dm1^shFldll9P$r7h?$UxGeLEA` z=5#XDfpNr(t;M|mVdU8wuElcze^xAFx^gdkJlNI1vDt(Bt|AWy^vV)3n7TSKUgVm2 zlZSRXB`q~9Rl)zK#E53wdI9sU3TIeGYffSH+~@(W=8TlOVyU9a*G3@Z@U=zqx{;*@ zuI!IN45Q~w+Sq=L^Jc>Y!uL$|68RQm!=C1QtwhCU-C%!4EX|T#bo}8-sR1Uq^{J$; zk(AeK{+KRECuP=T4Y%=xRr{i4FwsyO`x$lcw>d2k=hB#D)<=Dp!rAQKMX5<7fEdAd z>=_BQRHf~n4>e8dI&OQ0$W7;$$=4Pn5((q-OE(lVlhH|v&4HwY@bL=r2;pqA90XNd z?_{||k68utK~h%8LwE@>bJ;6O^^N?_s%GB3RkmNc@-3Yvq;;}XOj1$8uu>&a0ZzzR zI263F;f-iP$#D0ceHDLhMInoIyH(9(L!PtmlavN-2_rXLkq!^`JDp4bHlY-Km9|rcODTo*j2k`cB6x=8^@AK4hiF zvR{0crVU87&vl=OrIGx2Z7Ff?W~y+2>Gb!Nn*HbZ$8=E9f=9!%*^KKzFH6&jV~Woc z*hey{QVHj3)KPNb^XmRVewcFrK(4jKHRnthZrTmy_j~Tt`9F+^>(FA2Hp%-FZNlLi z^S!1bBY)d+HNQV6X$#co+EZEmiFzJrME^2L$h8H78)W84jX!%gy=QQ3RbKN0l zV1I88T`TH9jp|KsRL$c8Em0tb5(WPg1t^i2gaT}fezP#K&rc}9C-9Z(lZ0EMy>DBL zdCut_7P-wh;;&i_Y{QpgHmLO)0nwsn%c`02vi8NM$a_+~zi?b91#U}+rzueFvob=9 zUy8sR{6AAoR@vaDDJDFwW0xk=DTS+W%^eL?M7a~g^_eVUul8s zX~s+2z=iQE?@|~dn(+d{;Sp5(PR(qzTo!o^D zF?D$2sthkA>oE2@1?!CYnsI#N`cbl=%ln0#7DTt_Be#1#yfE3o&nSh05TKk2qL#XU z32i^LQ6}$y;!`cb5XccooTEc$jN<_NMu^9$L2?fR(7v7+HyAMf4HAu0#yI)ndbfhmOxBxT?5J}VZ^QN zRN+Wo5#^uUn(krG6A5Z&+|Px6Q)3wNfI(NXp)26$f|I4qfH(p<^~j`8ap#>GO_BZiF4 z)8oh$*z_u)9Ho!R7$ zU-$z-q)!>@d3?<(TnQBCkjdH@E?8XtvYu5U2iWLV?*w6;cm0Va zNo~`VW!K!M>_tV7Y86V6Gq*XJ(c>FyaEvJ<^t)5Y&u(zN`{{=l)2S1mA(N}3j7&!QWEzvl{vdQnvnqx>P;ZxpapU&OcU1AM zWgpV_a^JUKYgiF%eZ{j$p1s2>X|#8Kced37&LYiy)wUX@XL9v?IwP~w)$jRNIn_;YI@wuOo6U9ae2;x4kM(@!C9w^3?AS57ueFz;^G}ANGIL0!V zc9=*=f3z9_(Ofmv=}vYRM}af*|0n$7$oVYEjgY&sQXQGwcAB(#Q{ozXqCYyv#`XBR zXE~6MgY0%BoM6+JCj>PO%UqdsBqxEOOu^rA<5ZRcIcIyE$oYfO)IZQ}V}a}q=-*rU zh5*}<;b{&^|E;w@fbt2)#el{cO*d8t?W;F$cVzFRZF4p2GHSmra*V&LMeU%SQoNne zs8z3NBCVHWB?r3&YNP!7llD$#q~?h z(c}b|M(!lEm2-9iyJRM5XI$@-ZcBYLN1PzL6sw%-WIYT)O^AV+uCAgS57N7$Kgycc z1glpBeZ3OdBYhk+yoKH0(HD?ItvI&oR z&hx^^M62`j0F(*kAc%Bqog*3yC4afHaB$XaJppQBD^JO7Bn;ro-#-4%r>Z_Di5zI*Cb$1GVH4kHIW_vI9S}s4bkK65TsKN z++4(9=5jRN94WB1DwVl}@dGxyjtnbMnYjJ4 zm=B(pIRt>JQodl`qR>6lZzx=TEm5SQq?rCR@V+tjR)r8Z7pawOin}yS#($Z2o9ZD!7(jl)=O3`+WQ#YpN{dus;t)vfLmZ);g6B5b%`Yg&cr(;hXX}ytr zFxciBJeC$p;coWfhahL%-)pD;>^1ax7$E_T_Uy(zv!506-^JU%oxXA_NzVv-seX?M zg}I_Iv}{Xgn$Z}zM+4P4u|^>Mc~Ujo@CRXq+W{K) z;EolK?N9H|&)>sfC*oAEiT7H`RpSYuI5+$n+{*=H-^Tnj5YOcx+4AK2>=DAlAH$S$ zxxIoeC4)n;{nWSQrTVzKF8#3+$T-Sgs^@2oeel2u!%G`rf1bQavvr}Mxk>|cyW1@I zeob*pjmk|aM0?Q_;*v=MPw(VF`C03qHn*6$b6aOleE?orYv8lA!Oz{Z89nkjw1kLd zZkiz>AP+!*u(X+@XO8b4lxgmO`MWo{t#Uv?ES z1q=3)=^$S2pfn#^85`GhFJ8QPur|?&I zYUB#`!XS^XyK!NRkWfA-0m;)6Euf9OuRVP|PfFP_;Pc++`I*-7vGtYH2CE^g98^QFXPC;1NA+dF#p}Mta5phTf9dG@$QNca|*G1Vp>!*=?P?ZMz=qN;sT)j;^IG0bTCvpTB0leVan zTW9p*UDPqoW@h4m^+716@;}syYRhwkXLjkh;6}_ACgN^&R^zw~g0NNymf)=vsr43)i{H}jLg*CHprx!@2F)>@Lw{-f$ zH>2r|^O0fdURxhwar5sBK?HG9`E|%IOCXme5evJ~39adc%Cy?VZ|dbtK7*hefjE}n z)Vi)Et$_?epg3JGnQsT&GU$B$YB5fz)zRoelbX=2AI z?Mp|nQ3kTN*=qS3UpI$cbtGavMxuBDp`O|O4d;TK;$z)mkPJP$8T|mv}4m8-IL{W0>Rba{#in-8w&8!S=-?S?;CRCHb1X(vEMG%=m3B z(T66kb*nB#=)1oY#Ica^x)xUX)SU&5dwg7BlYfD&#Eg2xAlQ2Kv*Ub_VIC?|mzTfE zl;YNxDhiF+A=i--;eRjNNq&Ul`+%PSF>Q^yI~~luy?)tbnfip{ETx$5AeQ@TaI!Nq<%F7%mTERk)epW=BSK;E?%0^bXQtc|p z%W@W7n7WHQJB9Ntw!AQQ*|j2maF5SxtoUg1Kr%s}5AmtrEA#ycY7gUi7Hk+>Ac)< zau>)loX_jcN2cmpHFGWni{I$WL$iw}yoS@Wh+NTREqX7^ov#PxHsU_ zb-<$>BI@`RjOAG%`!+g0kI}yn}&L$6jgTvVBUoV2MvuF~7QfDEdeCh~ZI?@(c zO_Ns7%#h&-d+xEF!08Uh_*@Y<(_2<46@;=~hFP9Or6h4TNa$xsC1p0Lqfm7z#3Lir z$@w1B?~&_eWsSjG{X{I5vw3?C$Pn{|6(z{cL9ITIl|Tp~W>5Fh9~cU7HQ z9iMu`_cslQ@z1UpmDqA3Fxrz6GIEZKVD9%0+06oz&s+>6~ z2aCf~-HTN?0US0Q+J)NkiV|3NO}&=K+wrb@WEPQwmsWKHoVcq>xkf6xSff-TzH(9B z|2h2x_t~|H8eyIsZ{KWy4Cs|6^&YeS17}kNlF=t0KzXWJ9be3-r*4b{xJ%28-gNFa z&B&Gf-VD_8h6I6RcUd4qpC6Ly*t-I&^80`ybB(N@!W)$ivOhi5N(@c=8vB4t6wdtY z1A2AEh5wXTw1b8gEsg1f9(boj(7tZANQs@u2kNGrFOOo{@yf&)msyiu9NE81N^Vud zPBcf%6hR_{8XRO!IzGx%8FXo4dErc zniBN2s;eTuWYWk-Y9*s>A7F8}NB2t8qMhl~-420*V9~syZoNFG6IDHb@s7U*74udf z#s6#k&P*;a0t-3dH~mwFr7}37eA^XRqj0|c^H_^l(kfr8@Kh4n5qDu)$N0}*yA+FN zC;)pwe;&>QQEc5q)1Ucv$QQZD)xOFZzxl6KgTm)GpT4W(OFkwtH?nsZ&yDI@$K5z| zNGek{e-!LQ!bN?%G8>ex@7R3wZm+r5m>8C44oJYP_Us4Fsr*_1;I1O2C`YcN{2E4# zuXqOU<1AcmcT!+eZE6>uGG=naRr0%HllNjs4kt&#vlPU>1JBq-BaT23Rxr4f)Eo z-obsoKf9ANs@u^mo(JH~66gXXOs4e>sELG*NSTC8-y!jt#>e>5p{jA}tEkQ{9h*OL z!1$Foz;%8~VrV}!eDBdg^Ob|{9Z^!4TYonw&8$-^t+Oe~VTC|m3zl-jMj+e;k3I-4 zK#j?~lxsfyy*->+w4U+_@U#P82g=G$0QnGVO5y-i>G{AZd>tufPIvlJGmhp-!LveN zyc^G_Yd^XLq(uH#O3MQL(1@)@VfVhxYI%Q6`HDcR2|{Gx#fe$h*^Wf-yK-z`*jwz0 z-E*6!kUvKZN83h?Bg-syR*F?yN96cE5)X%ONS@gd`{2ra^Q3_ z%iKmOab4n3O3ylQS-Wcty&puxg}r!xFRqWEuvNuBhCY=`ij0!r(J;IyH{1vy0RjKb z9`>*4QdYF{9fE5NH}p6%CH%E+?V6kIe;sO?q2lSZ7FWWhC8t*gpgyH^IyLcaOVbyS zFN+#p`d9YQ?al>1*Spq#6sUt=Qe0WWEOY+$lKNgp`l@W8(S!f`+Z$;LK0n5WK!NJ6 zecgo}rUU}XyP%OGN}VuF|8GUL1+sSQ5Hd(utt0O=Chcpq8O6Ij3$I6=`>4C%5Vm)h z^MH=M(C`5qm+bTr)X+QpQP_}?PXN2^FcjdG_{*ud0nUtZkd%kLcq)AC0c@jX4;0MS$xuN zc9HEwTcxk=)YZEbPqex!Yov5u7@ZggFvkG5UttE8W)4c>xU75h&-VT_W36L0((vv6 zg?cUIt$H9TdJZRO{%k6FIRnqB;aV))qI=nCq@tzpvV(u>_Izu8;-FS=@4<2nBY@GW zU0PHA7A65&`w5C9h0HExI`2(A94kzMJg|P_#qxQvIswk+Udvt6PSm$X17RiUhK|@E z;~IoBTeN2;k|zxn1*GN|33Ry7gsm<3=9dxR2>MdUuT4ZCs~oNKDlPVD$3MO6nQ08a z_8>Gzcp2BOaoeoYxGYHKuYYxrKee+D(rHle8N&4JqQooW@9jdN+kh>88zSac--`!e zEmaVZ`V@$DO9rfU_v-FG&?Axi_GrGg_e+OwwOva#x$y;S4S&q`FsJ*7|Iv`8>*d^X z0k}2&rR&i!p?uDKg#bz$g@vv#_)&HqZanMu$27b^bma~qrM~+W(DD`O-D~H3c5JZ; zR^I}$LWAa?vrVz7QSvQV!ixG9(ZgTpHg(fyUPDgF^#9&yM~zzfxHxq36zF>@U&jeP zx01Sq32&zKb82&H- za#Ill(5<+(Iz5DkXgb}30sTZcE<9bqt6TVPNBDCN5TyQlh05dF^Sn<$9X6OR_eNLe zJ~H6Ah`J!o(YFi9tw>%z82dD+KT?0MCj!6Slw;|{B~L|WP>jrK9c0i#*wmU5A&0Xk zMdtpQH3r`Gii#JY-~Ql+IYh&jOz-*H5PAN}Oq=Qa>ze(B-qn@eoXv)hqiPNT?RQIL zfGtAvwQ#P;--@Wl->P)$mi!)xIafQm;p6`j|3g+{#E1(@Kv1sL_GPdds4G*3c{*60 z^)>a~z$ITsAP?B_8T!9~Pq@N15zjFPaC1j>w`@_QnmtR1;15h^z(Pm8y;oU_(uwX_7kk2tI1oPip7B>p{XujA=r_ z-u-YUS_lYq%BtU4VTLsuVu%glyp@tHiGzDkfp^#+p~x~dy`4)HaBCdIug8N+nmB>yBo zPn~Bats$`4aoVS|%b)f?Y?=%&5qPhlGkp6wiXMuioDS zLT|0YyRm>2<(FhF*4=3*uBMTwF9UaIcyz>d!$AN%L^Gh zU%z@~j*IbPl$hokm$~Bpm5-oN{AK{uC&8WX z+T(oi1LYgWhzBw(rZ2c%b74y{8ygAVqlAY*nQT8w%Pa?;i9$MssXao<4QDARv%s!w z`dt%%2Z{3*hoJ`!~zJ_j$A|^ zs9VE8w0^?dsb@E&3CLfVF3@>%$;f3pc2)4lulzca3aV$`ov18u-8lopADX0k+wpKN zT^H+1teZxZZ!6>UQ$g1-?@`+E;n%Lgv>05WVl#cQpR>7gfcFWw(aJ0l-GX(NA#zZ* zI(qIytcBIeM6_r^a3FzMf$)7WYphdBC&B=p(q5aNhM*DT@na_iGFwPp!{IR6R9@N) zQ$PR3@_GmFP9w^O9C(ym6wtFD`4St5JG3Lk2OF_1J_`I;6BEv5bot*yBA*YwqXPjy zV6Rw`-}jbWV|U~4Vti{b1;%B92tYg_X~>gSj_v=KlN+RFqu*P&?3Id3#ZDbY_xwv= zi+S_YA!nPRF7nqCu^y6{5C`P(=x%Hn0uSnjb5{dt4!YS6H?Y%rd>8Y}khL4zP4)w4 zmWZb>fvW0%2N)p0@(+oY=b;6yw#h|A6<>WZ9Udi7;wt;wuX6S+PEp6x*)0$BGUwTv zKt@Vny=<eqmwVNtm2Dvgp8IU@;G0MLx;{*655#I8Hx(L9QB8dxD1t@^Geu ze!PDE_|H)>VJKiEOoA;_bIrN<3K2;sPg04eNBK$-CaB@OV@4U^ko50y!cbGCo&Wy% zHw%^5<|1sM+oQ@YDbr3PA%Pcr)LmLg)Z_u~t7ib;r}LZ1`Nr7VS^60;JKDP#S<=l| zQbWaqE~tWk2<=lP%FLbPr^6)5V0~*pPgA9bIJ>pX+x?9iXEP@Ky&DKLX`}QaC6nnT zwbXCz`hP){(=3mkPaIu_BPFjVI`o?}KnQB8Qzgz(S!9@NIX1!_H?ryvLA1Krwmhx4 z*>Ayo*{^{pY7@t~{Vqz1g;RJvWlNAhA4SAXYqZ7c57$JZ184OVL`G$bfjiWxN*CK$ z{Dr#V?u?1u)AWa85VC6X_AUDwcdB#7jc_XpJyd9V$uj0Z-DT5lsmg1el_SSN@KUAA zXeXCr-7WN6xt2T;-4k1e7}9`S$zbZ2dPd&t!DW3RqnB5Z(wf>CbC6-Oaf2D6y}@U2 zI>hRz7#(oBTn5@Sy4_CJhsl#USv=6VcAFvjsg`ihT=||CmPowRmuFQua{0ENG+zyK zmD0h*95ahS20ilzrFPX&uunbsOa&h|L>r(NWjt>@e{kdAu7Jha`u;Hkek5yBgqT&G zCVKuz^Yz4G<<*Y9_g|(9$=842QJ_T>GCOqyg0QzksMT5$e&=7wEiL=~vvdSnYN#PE zs8`Ae_1H0N=J_WGPlAOyw9s{}FpEQlCEu;s)oxl}=nit>QHV@HJ#7O(2r($PbcApq z>+0v4i*TrlA~pUf5tD7WEwr0{Ru^W;=VLFcsLN1d@f(I-MDhaNd5aH5E{(*3so$8^ z8ks=11oHNAe@)u`l?zE{i8heowa!Cni2)bg4^zqSKI0Jv=1JQcQI|nOK)FG{ApGS! z%Gxqg%StZXjbd^YgalIU&(`FB)a+dv(ry&zl(E9_x$S|*r~AUP6MU4x=z}Gan>h0A zMz;jnP>8zrdN&QJO#N1Elz>yy24(g9f+vgLGS;dJw$H@N3udxlv{O>7h4sG6n41p7 zrHSuO43vQ|@&bV}<%$1ic|&5>LYnV|MhQdNfE_T94WjX75ss#ah&{g?knxrh=Ji;Y zH$jN;d(qLiR@i9USgciTJrT?6h-eL)ni*1d)pno6)_b~2c-el6L48%HAD|8 z!VnVc_V`l9t%kd%X&U1p*FK=41?vk(r<~eJWY&1~MMao(P-o-~@jaZ7{+RpM1>TP{ zT#egZk0-1}S(uBM0+ra-!mt)s+D2shbfp;rOcmu4d&uK=rqh!(-^Qk3k6&4TN1d88 zfEzv+2eMc#AQ+kp!KMSMFWH1N%}^fS6oN8S(J@hv?GMBARZZk)4|LmlawXU+Z5ax8 zoQ{+~CoyB_bl4G3&d1KH3(4q%u@!^B(@5#+yW;~Pzb7PWpqm39qvH`@tz|$w zcSQv!&f)tH;pG$opY^4+3Ey60?MB|W`YqC5Tq7mhuQ!}2x`#<9NzNtTD|$F#x#uJ3+0MEz9|Tj!j7zsLqc4!o5E!V0T!j zY*r}>%>BF)vl!%qVp5bQ59TF)h>doRziQELw*oVtSZXNLYK-n2R^pWP?+sV-CB}76 z=LfOVL_d6vDCcaRVjp3cg3Pt=-cLV+R!azPx3AqC4<6~ zIa(5jq(BLuy1)!tRqWG~Q$u^f;yRFTe+S+L+mqy5j9=zyMvC$+n;rUX-~=7coOxlGRLph#mOgxr{=@& zWHLQTjVSko48_ygt@t_hEP2$$q}Suc4dh{Zz+B`B5&a|umJir!0k&%CV6wRC9a|1t zf>A!uUR_ewRP>b%BqUu&Y&-+HuJZird?BWY&rvQs9I^ToOb(>LxngCMCT(V$s+4W~ z*;S904ui=Q|A%Uqvfp>5u{+qRPb0}xbb#1q5dF_txp2oJj7dJwijv44&U%)E&a-rm z)7}9V744g8V5o9j3yqQOOnB@l9WK%Q=l=OpzG79Z#(X<>T*6TSF!xpoPRrU76>1)B zdTtMfIg=xtswikQV*a<*)y_2BfoOrF)DDf$T>*EEmsIJ#(x9TPBnl3~;cwL_&}E((19#-Yu{IvHA z>xqF6_&z5P26GgHCkO`p*;f}=^K_?drFAOxTr^lAH}>&xz~ZbC6Cb;F0q6MMeh*N= z$lk1$(I(2ul8r_8zPjS`N{=1I)(_VvMqoY&93`qQr6yu}_Xu&pVX~$7zPrId#%qRz z*?ZIW#x!h+9$(IW9rwr;lnIujk`6>vA>YnCQvE*BY*-=>kMH`1Ch);zOFBo0-giTJ zcLC#vu=9K+c+&%hI%4F8RCm40SE1a3aQTQ{uJi+4As0jizqboJ?WhwEXD`*zNp3?G zbhnhe+^Rt>28o<3<8RVQSvrUqbVBDkgI4Qg;jGBl)Eft9@)#zMY^QmXhP6T-bgGUY zs>k@cvU^d!$3*HH6{m|-!8{q%7e|dDelr*6IM@~4;(mO!3$f=54;j$5-`wz5^PPE_kYxfhuU*3CtHy}d!_sq#=Ldj`2BM| zi&h&d5hT^G>?NZkavz6?kIi)#KIxT?10BNTjH_;PApFg9Q$H!-!l`;piBC4K#>Dlm zJhLh3=aDRnKq6-%TB5^=7}tAE)@Z$MaT;66Z02mP?NL+NO`xtw(ll3oAp`Dlc_9vm zM0frsd4?p)9Z6jglt*|#ao5Ls< z9~1ZnWB@3sIc6uCoC#curKr%yjwIZOw^V`dbJnc`PwV`9B}S%SHa*k8Y-T%cWuD1w zab+&AEFVFixUdi2fYiR=gv){_fF-Snmgy9wXR_LTY27e@As_ z^+=TSzYNW}-MKE|>?&@xEpt-DMWu5mDZv=v>>|d^9!WEVM&Fn$_2;d+{=F)KiqCRG zw%ryBWFN*K@JkFYcKR;y(i-ui!Jap3;8QHE$0-)EJFo^qidgY4K6_|jP$Jt$#TS|2 zUs0-`j2~1@smd$L@vx>RMikqIbmIqVM}g>WexLmXCNW(H3C6|oz_ALhwKz(mDMto; zw427HQZ}mfqzvQbYrJ1NBRl3=EpdZnUll92t#VOz(-u70+Qm#CC8vWn;I_}VJU=%k z0Qe^S*&F@1QXN{K?E5(8);_u9Pi{Q`I++cu#HhbPcJt`Ud7Ok%|LBAv=Z`;r23-#l z_rk55Oq)Pfzbm$3^jKNZ$5rJ8Dz>s;TlJfDy;y2Xs*QJD zt=_B~mk}W1kKa{^5l2A#3RQ7Ukkfyjs|jByv{^=#Wog!!J?|>0o=C?J2Eyx**_7Ti2GYLz039Z?pf03=yfyic%VMM;tn^M(`o3^c;oH0BBF|9x<0o7r3<<9_PMUTL zx+tlYUMCVHTMS3-lvYuK6d=SNTj@_;b_aD>WUHSJ$FE->ca}Q=2d;^EDnb(GwkM|J z%HfTMbjfOdU~3p6`mj>;#F`?eckA}wYM>W2J&k?JIIj{*+kaLL7>dsWIT6|uFnXT; z+JH_X2vkhgV1QHFd_rA$`87$wOU7ilBbG}hNEZ1OVWoPjV$B%aOXYGC0rma)Vf0I3 zaI(%RiW!)HUr%(@o>4L3SFF&qUUDt&fnI7Hn>UG29BSBCad8_#MTqZ!(P8uU`Xz^|B1%jUyK#0cT=VoVsW^^!+kqZDVzFk$i`@kOu_afwlj9kC^%vwR0SuOUC}7VoyL+wGfw zx#QlL9(FDg$$X#nqefS9*8`S?fJ!(VDY&8EVjP2DS*N`Z{8S#;8!d@q>JhvR-xy9g z2Po)xcdKG$J>?P*hlfD`%NY4W$l1xnfM3Lz$lbf^mC74YJKd=GGFS}mn_pYE!j=g8 z(hxx%%UfJqjoP`N&By>2Mq3H!>PnpHX!4|Zrs#SROJ0cU#^Jc*5QF>niE;L-odBII z)cZzMqf2qNSGgz{LrN^JvFyq5{Wg}&h=`+H?Ae}i26ncYLhvvz5-Q3jXLBWhxbU(D zxFiM{qlP@84~@$L?ZMDqqj$YdO)MC8JX7M%-1$Ri*wQ7SrN1oNk+&?xb51RXeaRqf z7t^}Hx(##=uXcup`DUwK`5XrC!1q9DZN>r zJBuC}+PZe^kydbKOD2hvGdweWLhpO~+_N>RT0CnzT88qvo}l&OsC^E;`za~p*V7e( ze_!TunndqAyWZ8s6Q_u`SZ62NWKoAVoW}1(t%cN}q9az=3Jqt0dA**PC}KdMyi+Ve zx|D13RN)!nh_gwlpYo42nNvgs##|q+cVDKu&%x?*2R|(jXjme7lk_rHs0)7eog7HH z@EcR>(I1u>iFAD2S@%Cm%-Y|N6o&B!c9YkmX9=x2ZIG z8jZR^y@oJGp-o`P=DUyvm9;YnY)y?E?B1lhNT22u5uFAf<809Q2qO-

- ), - project: { - link: 'https://github.com/dexaai/dexter', - }, - docsRepositoryBase: 'https://github.com/dexaai/dexter/blob/master/docs', - editLink: { - text: 'Edit this page on GitHub', - }, - useNextSeoProps() { - const { asPath } = useRouter(); - if (asPath === '/') { - return { - titleTemplate: siteTitle, - }; - } else { - return { - titleTemplate: `%s – ${siteTitle}`, - }; - } - }, - sidebar: { - titleComponent, - toggleButton: true, - }, - head: function useHead() { - const config = useConfig(); - const { asPath } = useRouter(); - const isIndex = asPath === '/'; - const title = - config?.title && !isIndex ? `${config.title} - ${siteTitle}` : siteTitle; - - return ( - <> - - - - - - - - - - - - {/* - - */} - - - - - - - - - {title} - - - - - - - - - ); - }, - footer: { - component: null, - }, -}; - -const tsTitleMappings = { - namespaces: 'Namespaces', - classes: 'Classes', - interfaces: 'Interfaces', - functions: 'Functions', - 'type-aliases': 'Type Aliases', -}; - -// TODO: get memoization working here -function titleComponent({ - title, - type, -}: { - title: string; - type: string; - route: string; -}) { - if (title === 'Guide' || title === 'Documentation') { - return {title}; - } - - if (type === 'doc') { - const tsTitleMapping = tsTitleMappings[title]; - if (tsTitleMapping) { - title = tsTitleMapping; - } - } - - return {title}; -} - -export default config; diff --git a/package.json b/package.json index 80d82c5..476859e 100644 --- a/package.json +++ b/package.json @@ -50,14 +50,10 @@ "build": "tsc --project tsconfig.dist.json", "clean": "rimraf node_modules dist", "dev": "tsc --watch", - "docs": "pnpm run docs:transform && pnpm run docs:typedoc", - "docs:transform": "tsx docs/bin/transform-docs.ts", - "docs:typedoc": "typedoc", "fix": "eslint --fix --quiet . ; prettier --write --log-level=silent .", "format": "prettier --check \"**/*.{js,ts,tsx}\"", "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .", "prebuild": "rimraf dist", - "predocs": "rimraf docs/pages/docs", "prepare": "pnpm run build", "prepublishOnly": "pnpm run lint && pnpm run typecheck", "release": "np --no-cleanup", @@ -92,8 +88,6 @@ "rimraf": "^6.0.1", "tsx": "^4.19.1", "type-fest": "4.26.1", - "typedoc": "^0.26.9", - "typedoc-plugin-markdown": "^4.2.9", "typescript": "^5.6.3", "vite": "^5.4.8", "vitest": "^1.6.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b33c64e..ee403ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,12 +84,6 @@ importers: type-fest: specifier: 4.26.1 version: 4.26.1 - typedoc: - specifier: ^0.26.9 - version: 0.26.9(typescript@5.6.3) - typedoc-plugin-markdown: - specifier: ^4.2.9 - version: 4.2.9(typedoc@0.26.9(typescript@5.6.3)) typescript: specifier: ^5.6.3 version: 5.6.3 @@ -100,27 +94,6 @@ importers: specifier: ^1.6.0 version: 1.6.0(@types/node@20.14.11) - docs: - dependencies: - '@vercel/analytics': - specifier: ^1.3.1 - version: 1.3.1(next@14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1) - next: - specifier: ^14.2.15 - version: 14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - nextra: - specifier: ^2.13.2 - version: 2.13.2(next@14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - nextra-theme-docs: - specifier: ^2.13.2 - version: 2.13.2(next@14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@2.13.2(next@14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: - specifier: ^18.3.1 - version: 18.3.1 - react-dom: - specifier: ^18.3.1 - version: 18.3.1(react@18.3.1) - examples: dependencies: '@dexaai/dexter': @@ -141,41 +114,22 @@ importers: packages: - '@babel/code-frame@7.24.7': - resolution: {integrity: sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==} - engines: {node: '>=6.9.0'} - '@babel/code-frame@7.25.7': resolution: {integrity: sha512-0xZJFNE5XMpENsgfHYTw8FbX4kv53mFLn2i3XPoq69LyhYSCBJtitaHx9QnsVTrsogI4Z3+HtEfZ2/GFPOtf5g==} engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.24.7': - resolution: {integrity: sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==} - engines: {node: '>=6.9.0'} - '@babel/helper-validator-identifier@7.25.7': resolution: {integrity: sha512-AM6TzwYqGChO45oiuPqwL2t20/HdMC1rTPAesnBCgPCSF1x3oN9MVUwQV2iyz4xqWrctwK5RNC8LV22kaQCNYg==} engines: {node: '>=6.9.0'} - '@babel/highlight@7.24.7': - resolution: {integrity: sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==} - engines: {node: '>=6.9.0'} - '@babel/highlight@7.25.7': resolution: {integrity: sha512-iYyACpW3iW8Fw+ZybQK+drQre+ns/tKpXbNESfrhNnPLIklLbXr7MYJ6gPEd0iETGLOK+SxMjVvKb/ffmk+FEw==} engines: {node: '>=6.9.0'} - '@babel/runtime@7.24.6': - resolution: {integrity: sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw==} - engines: {node: '>=6.9.0'} - '@babel/runtime@7.25.7': resolution: {integrity: sha512-FjoyLe754PMiYsFaN5C94ttGiOmBNYTf6pLr4xXHAT5uctHb092PBszndLDR5XA/jghQvn4n7JMHl7dmTgbm9w==} engines: {node: '>=6.9.0'} - '@braintree/sanitize-url@6.0.4': - resolution: {integrity: sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bow7OIQwYYaHjk9XlBQ2A==} - '@dexaai/eslint-config@1.3.6': resolution: {integrity: sha512-GTOxeS1rfd7Q7mWojFgxUSPJMeN2/sn1d6+ceNrM4i5ploVAIhKYXtb0isPrO+upOByszkiv2Gh1/hUFsuq59w==} engines: {node: '>=18.0.0'} @@ -486,13 +440,6 @@ packages: '@fastify/deepmerge@2.0.0': resolution: {integrity: sha512-fsaybTGDyQ5KpPsplQqb9yKdCf2x/pbNpMNk8Tvp3rRz7lVcupKysH4b2ELMN2P4Hak1+UqTYdTj/u4FNV2p0g==} - '@headlessui/react@1.7.19': - resolution: {integrity: sha512-Ll+8q3OlMJfJbAKM/+/Y2q6PPYbryqNTXDbryx7SXLIDamkF6iQFbriYHga0dY44PvDhvvBWCx1Xj4U5+G4hOw==} - engines: {node: '>=10'} - peerDependencies: - react: ^16 || ^17 || ^18 - react-dom: ^16 || ^17 || ^18 - '@humanwhocodes/config-array@0.13.0': resolution: {integrity: sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==} engines: {node: '>=10.10.0'} @@ -528,141 +475,6 @@ packages: resolution: {integrity: sha512-e9W1faN32A1Wy5726qtorAvPu1Xffh75ngfQQtETQ0hIN/FQtK0RcBTz/OH/vwDvLX8zrzdu0sWq/KoSHDYfVw==} engines: {node: '>= 14'} - '@mdx-js/mdx@2.3.0': - resolution: {integrity: sha512-jLuwRlz8DQfQNiUCJR50Y09CGPq3fLtmtUQfVrj79E0JWu3dvsVcxVIcfhR5h0iXu+/z++zDrYeiJqifRynJkA==} - - '@mdx-js/react@2.3.0': - resolution: {integrity: sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==} - peerDependencies: - react: '>=16' - - '@napi-rs/simple-git-android-arm-eabi@0.1.16': - resolution: {integrity: sha512-dbrCL0Pl5KZG7x7tXdtVsA5CO6At5ohDX3myf5xIYn9kN4jDFxsocl8bNt6Vb/hZQoJd8fI+k5VlJt+rFhbdVw==} - engines: {node: '>= 10'} - cpu: [arm] - os: [android] - - '@napi-rs/simple-git-android-arm64@0.1.16': - resolution: {integrity: sha512-xYz+TW5J09iK8SuTAKK2D5MMIsBUXVSs8nYp7HcMi8q6FCRO7yJj96YfP9PvKsc/k64hOyqGmL5DhCzY9Cu1FQ==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [android] - - '@napi-rs/simple-git-darwin-arm64@0.1.16': - resolution: {integrity: sha512-XfgsYqxhUE022MJobeiX563TJqyQyX4FmYCnqrtJwAfivESVeAJiH6bQIum8dDEYMHXCsG7nL8Ok0Dp8k2m42g==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [darwin] - - '@napi-rs/simple-git-darwin-x64@0.1.16': - resolution: {integrity: sha512-tkEVBhD6vgRCbeWsaAQqM3bTfpIVGeitamPPRVSbsq8qgzJ5Dx6ZedH27R7KSsA/uao7mZ3dsrNLXbu1Wy5MzA==} - engines: {node: '>= 10'} - cpu: [x64] - os: [darwin] - - '@napi-rs/simple-git-linux-arm-gnueabihf@0.1.16': - resolution: {integrity: sha512-R6VAyNnp/yRaT7DV1Ao3r67SqTWDa+fNq2LrNy0Z8gXk2wB9ZKlrxFtLPE1WSpWknWtyRDLpRlsorh7Evk7+7w==} - engines: {node: '>= 10'} - cpu: [arm] - os: [linux] - - '@napi-rs/simple-git-linux-arm64-gnu@0.1.16': - resolution: {integrity: sha512-LAGI0opFKw/HBMCV2qIBK3uWSEW9h4xd2ireZKLJy8DBPymX6NrWIamuxYNyCuACnFdPRxR4LaRFy4J5ZwuMdw==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - - '@napi-rs/simple-git-linux-arm64-musl@0.1.16': - resolution: {integrity: sha512-I57Ph0F0Yn2KW93ep+V1EzKhACqX0x49vvSiapqIsdDA2PifdEWLc1LJarBolmK7NKoPqKmf6lAKKO9lhiZzkg==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - - '@napi-rs/simple-git-linux-x64-gnu@0.1.16': - resolution: {integrity: sha512-AZYYFY2V7hlcQASPEOWyOa3e1skzTct9QPzz0LiDM3f/hCFY/wBaU2M6NC5iG3d2Kr38heuyFS/+JqxLm5WaKA==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - - '@napi-rs/simple-git-linux-x64-musl@0.1.16': - resolution: {integrity: sha512-9TyMcYSBJwjT8jwjY9m24BZbu7ozyWTjsmYBYNtK3B0Um1Ov6jthSNneLVvouQ6x+k3Ow+00TiFh6bvmT00r8g==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - - '@napi-rs/simple-git-win32-arm64-msvc@0.1.16': - resolution: {integrity: sha512-uslJ1WuAHCYJWui6xjsyT47SjX6KOHDtClmNO8hqKz1pmDSNY7AjyUY8HxvD1lK9bDnWwc4JYhikS9cxCqHybw==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [win32] - - '@napi-rs/simple-git-win32-x64-msvc@0.1.16': - resolution: {integrity: sha512-SoEaVeCZCDF1MP+M9bMSXsZWgEjk4On9GWADO5JOulvzR1bKjk0s9PMHwe/YztR9F0sJzrCxwtvBZowhSJsQPg==} - engines: {node: '>= 10'} - cpu: [x64] - os: [win32] - - '@napi-rs/simple-git@0.1.16': - resolution: {integrity: sha512-C5wRPw9waqL2jk3jEDeJv+f7ScuO3N0a39HVdyFLkwKxHH4Sya4ZbzZsu2JLi6eEqe7RuHipHL6mC7B2OfYZZw==} - engines: {node: '>= 10'} - - '@next/env@14.2.15': - resolution: {integrity: sha512-S1qaj25Wru2dUpcIZMjxeMVSwkt8BK4dmWHHiBuRstcIyOsMapqT4A4jSB6onvqeygkSSmOkyny9VVx8JIGamQ==} - - '@next/swc-darwin-arm64@14.2.15': - resolution: {integrity: sha512-Rvh7KU9hOUBnZ9TJ28n2Oa7dD9cvDBKua9IKx7cfQQ0GoYUwg9ig31O2oMwH3wm+pE3IkAQ67ZobPfEgurPZIA==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [darwin] - - '@next/swc-darwin-x64@14.2.15': - resolution: {integrity: sha512-5TGyjFcf8ampZP3e+FyCax5zFVHi+Oe7sZyaKOngsqyaNEpOgkKB3sqmymkZfowy3ufGA/tUgDPPxpQx931lHg==} - engines: {node: '>= 10'} - cpu: [x64] - os: [darwin] - - '@next/swc-linux-arm64-gnu@14.2.15': - resolution: {integrity: sha512-3Bwv4oc08ONiQ3FiOLKT72Q+ndEMyLNsc/D3qnLMbtUYTQAmkx9E/JRu0DBpHxNddBmNT5hxz1mYBphJ3mfrrw==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - - '@next/swc-linux-arm64-musl@14.2.15': - resolution: {integrity: sha512-k5xf/tg1FBv/M4CMd8S+JL3uV9BnnRmoe7F+GWC3DxkTCD9aewFRH1s5rJ1zkzDa+Do4zyN8qD0N8c84Hu96FQ==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [linux] - - '@next/swc-linux-x64-gnu@14.2.15': - resolution: {integrity: sha512-kE6q38hbrRbKEkkVn62reLXhThLRh6/TvgSP56GkFNhU22TbIrQDEMrO7j0IcQHcew2wfykq8lZyHFabz0oBrA==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - - '@next/swc-linux-x64-musl@14.2.15': - resolution: {integrity: sha512-PZ5YE9ouy/IdO7QVJeIcyLn/Rc4ml9M2G4y3kCM9MNf1YKvFY4heg3pVa/jQbMro+tP6yc4G2o9LjAz1zxD7tQ==} - engines: {node: '>= 10'} - cpu: [x64] - os: [linux] - - '@next/swc-win32-arm64-msvc@14.2.15': - resolution: {integrity: sha512-2raR16703kBvYEQD9HNLyb0/394yfqzmIeyp2nDzcPV4yPjqNUG3ohX6jX00WryXz6s1FXpVhsCo3i+g4RUX+g==} - engines: {node: '>= 10'} - cpu: [arm64] - os: [win32] - - '@next/swc-win32-ia32-msvc@14.2.15': - resolution: {integrity: sha512-fyTE8cklgkyR1p03kJa5zXEaZ9El+kDNM5A+66+8evQS5e/6v0Gk28LqA0Jet8gKSOyP+OTm/tJHzMlGdQerdQ==} - engines: {node: '>= 10'} - cpu: [ia32] - os: [win32] - - '@next/swc-win32-x64-msvc@14.2.15': - resolution: {integrity: sha512-SzqGbsLsP9OwKNUG9nekShTwhj6JSB9ZLMWQ8g1gG6hdE5gQLncbnbymrwy2yVmH9nikSLYRYxYMFu78Ggp7/g==} - engines: {node: '>= 10'} - cpu: [x64] - os: [win32] - '@nodelib/fs.scandir@2.1.5': resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} engines: {node: '>= 8'} @@ -895,9 +707,6 @@ packages: resolution: {integrity: sha512-UA91GwWPhFExt3IizW6bOeY/pQ0BkuNwKjk9iQW9KqxluGCrg4VenZ0/L+2Y0+ZOtme72EVvg6v0zo3AMQRCeA==} engines: {node: '>=12'} - '@popperjs/core@2.11.8': - resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} - '@prisma/instrumentation@5.19.1': resolution: {integrity: sha512-VLnzMQq7CWroL5AeaW0Py2huiNKeoMfCH3SUxstdzPrlWQi6UQ9UrfcbUkNHlVFqOMacqy8X/8YtE0kuKDpD9w==} @@ -1025,21 +834,6 @@ packages: resolution: {integrity: sha512-W1KoRlFUjprlh3t86DZPFxLfM6mzjRzshVfMY7vRlJFymBelJsnJ3A1lPeBZM9nCraOSiw6GtOWu6k5BAkiGIg==} engines: {node: '>=14.18'} - '@shikijs/core@1.22.0': - resolution: {integrity: sha512-S8sMe4q71TJAW+qG93s5VaiihujRK6rqDFqBnxqvga/3LvqHEnxqBIOPkt//IdXVtHkQWKu4nOQNk0uBGicU7Q==} - - '@shikijs/engine-javascript@1.22.0': - resolution: {integrity: sha512-AeEtF4Gcck2dwBqCFUKYfsCq0s+eEbCEbkUuFou53NZ0sTGnJnJ/05KHQFZxpii5HMXbocV9URYVowOP2wH5kw==} - - '@shikijs/engine-oniguruma@1.22.0': - resolution: {integrity: sha512-5iBVjhu/DYs1HB0BKsRRFipRrD7rqjxlWTj4F2Pf+nQSPqc3kcyqFFeZXnBMzDf0HdqaFVvhDRAGiYNvyLP+Mw==} - - '@shikijs/types@1.22.0': - resolution: {integrity: sha512-Fw/Nr7FGFhlQqHfxzZY8Cwtwk5E9nKDUgeLjZgt3UuhcM3yJR9xj3ZGNravZZok8XmEZMiYkSMTPlPkULB8nww==} - - '@shikijs/vscode-textmate@9.3.0': - resolution: {integrity: sha512-jn7/7ky30idSkd/O5yDBfAnVt+JJpepofP/POZ1iMOxK59cOfqIgg/Dj0eFsjOTMw+4ycJN0uhZH/Eb0bs/EUA==} - '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} @@ -1047,87 +841,22 @@ packages: resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} engines: {node: '>=18'} - '@swc/counter@0.1.3': - resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} - - '@swc/helpers@0.5.5': - resolution: {integrity: sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==} - - '@tanstack/react-virtual@3.5.0': - resolution: {integrity: sha512-rtvo7KwuIvqK9zb0VZ5IL7fiJAEnG+0EiFZz8FUOs+2mhGqdGmjKIaT1XU7Zq0eFqL0jonLlhbayJI/J2SA/Bw==} - peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 - - '@tanstack/virtual-core@3.5.0': - resolution: {integrity: sha512-KnPRCkQTyqhanNC0K63GBG3wA8I+D1fQuVnAvcBF8f13akOKeQp1gSbu6f77zCxhEk727iV5oQnbHLYzHrECLg==} - '@testing-library/dom@8.20.1': resolution: {integrity: sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==} engines: {node: '>=12'} - '@theguild/remark-mermaid@0.0.5': - resolution: {integrity: sha512-e+ZIyJkEv9jabI4m7q29wZtZv+2iwPGsXJ2d46Zi7e+QcFudiyuqhLhHG/3gX3ZEB+hxTch+fpItyMS8jwbIcw==} - peerDependencies: - react: ^18.2.0 - - '@theguild/remark-npm2yarn@0.2.1': - resolution: {integrity: sha512-jUTFWwDxtLEFtGZh/TW/w30ySaDJ8atKWH8dq2/IiQF61dPrGfETpl0WxD0VdBfuLOeU14/kop466oBSRO/5CA==} - - '@types/acorn@4.0.6': - resolution: {integrity: sha512-veQTnWP+1D/xbxVrPC3zHnCZRjSrKfhbMUlEA43iMZLu7EsnTtkJklIuwrCPbOi8YkvDQAiW05VQQFvvz9oieQ==} - '@types/aria-query@5.0.4': resolution: {integrity: sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==} '@types/connect@3.4.36': resolution: {integrity: sha512-P63Zd/JUGq+PdrM1lv0Wv5SBYeA2+CORvbrXbngriYY0jzLUWfQMQQxOhjONEz/wlHOAxOdY7CY65rgQdTjq2w==} - '@types/d3-scale-chromatic@3.0.3': - resolution: {integrity: sha512-laXM4+1o5ImZv3RpFAsTRn3TEkzqkytiOY0Dz0sq5cnd1dtNlk6sHLon4OvqaiJb28T0S/TdsBI3Sjsy+keJrw==} - - '@types/d3-scale@4.0.8': - resolution: {integrity: sha512-gkK1VVTr5iNiYJ7vWDI+yUFFlszhNMtVeneJ6lUTKPjprsvLLI9/tgEGiXJOnlINJA8FyA88gfnQsHbybVZrYQ==} - - '@types/d3-time@3.0.3': - resolution: {integrity: sha512-2p6olUZ4w3s+07q3Tm2dbiMZy5pCDfYwtLXXHUnVzXgQlZ/OyPtUz6OL382BkOuGlLXqfT+wqv8Fw2v8/0geBw==} - - '@types/debug@4.1.12': - resolution: {integrity: sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==} - - '@types/estree-jsx@1.0.5': - resolution: {integrity: sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==} - '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} - '@types/hast@2.3.10': - resolution: {integrity: sha512-McWspRw8xx8J9HurkVBfYj0xKoE25tOFlHGdx4MJ5xORQrMGZNqJhVQWaIbm6Oyla5kYOXtDiopzKRJzEOkwJw==} - - '@types/hast@3.0.4': - resolution: {integrity: sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==} - - '@types/js-yaml@4.0.9': - resolution: {integrity: sha512-k4MGaQl5TGo/iipqb2UDG2UwjXziSWkh0uysQelTlJpX1qGlpUZYm8PnO4DxG1qBomtJUdYJ6qR6xdIah10JLg==} - '@types/json5@0.0.29': resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - '@types/katex@0.16.7': - resolution: {integrity: sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==} - - '@types/mdast@3.0.15': - resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} - - '@types/mdast@4.0.4': - resolution: {integrity: sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==} - - '@types/mdx@2.0.13': - resolution: {integrity: sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==} - - '@types/ms@0.7.34': - resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} - '@types/mysql@2.15.26': resolution: {integrity: sha512-DSLCOXhkvfS5WNNPbfn2KdICAmk8lLc+/PNvnPnF7gOdMZCxopXduqv0OQ13y/yA/zXTSikZZqVgybUxOEg6YQ==} @@ -1143,21 +872,9 @@ packages: '@types/pg@8.6.1': resolution: {integrity: sha512-1Kc4oAGzAl7uqUStZCDvaLFqZrW9qWSjXOmBfdgyBP5La7Us6Mg4GBvRlSoaZMhQF/zSj1C8CtKMBkoiT8eL8w==} - '@types/prop-types@15.7.12': - resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} - - '@types/react@18.3.3': - resolution: {integrity: sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==} - '@types/shimmer@1.2.0': resolution: {integrity: sha512-UE7oxhQLLd9gub6JKIAhDq06T0F6FnztwMNRvYgjeQSBeMc1ZG/tA47EwfduvkuQS8apbkM/lpLpWsaCeYsXVg==} - '@types/unist@2.0.10': - resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==} - - '@types/unist@3.0.3': - resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==} - '@typescript-eslint/eslint-plugin@8.8.1': resolution: {integrity: sha512-xfvdgA8AP/vxHgtgU310+WBnLB4uJQ9XdyP17RebG26rLtDrQJV3ZYrcopX91GrHmMoH8bdSwMRh2a//TiJ1jQ==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -1218,17 +935,6 @@ packages: '@ungap/structured-clone@1.2.0': resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - '@vercel/analytics@1.3.1': - resolution: {integrity: sha512-xhSlYgAuJ6Q4WQGkzYTLmXwhYl39sWjoMA3nHxfkvG+WdBT25c563a7QhwwKivEOZtPJXifYHR1m2ihoisbWyA==} - peerDependencies: - next: '>= 13' - react: ^18 || ^19 - peerDependenciesMeta: - next: - optional: true - react: - optional: true - '@vitest/expect@1.6.0': resolution: {integrity: sha512-ixEvFVQjycy/oNgHjqsL6AZCDduC+tflRluaHIzKIsdbzkLn2U/iBnVeJwB6HsIjQBdfMR8Z0tRxKUsvFJEeWQ==} @@ -1305,9 +1011,6 @@ packages: resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} engines: {node: '>=12'} - ansi-sequence-parser@1.1.1: - resolution: {integrity: sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==} - ansi-styles@2.2.1: resolution: {integrity: sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==} engines: {node: '>=0.10.0'} @@ -1340,15 +1043,6 @@ packages: zenObservable: optional: true - arch@2.2.0: - resolution: {integrity: sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==} - - arg@1.0.0: - resolution: {integrity: sha512-Wk7TEzl1KqvTGs/uyhmHO/3XLd3t1UeU4IstvPXVzGPM522cTjqjNZ99esCkcL52sjqjo8e8CTBcWhkxvGzoAw==} - - argparse@1.0.10: - resolution: {integrity: sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==} - argparse@2.0.1: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} @@ -1393,10 +1087,6 @@ packages: ast-types-flow@0.0.8: resolution: {integrity: sha512-OH/2E5Fg20h2aPrbe+QL8JZQFko0YZaF+j4mnQ7BGhfavO7OpSLa8a0y9sBwomHdSbkhTS8TQNayBfnW5DwbvQ==} - astring@1.8.6: - resolution: {integrity: sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==} - hasBin: true - available-typed-arrays@1.0.7: resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} @@ -1409,9 +1099,6 @@ packages: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} engines: {node: '>= 0.4'} - bail@2.0.2: - resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==} - balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -1442,10 +1129,6 @@ packages: resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==} engines: {node: '>=18'} - busboy@1.6.0: - resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==} - engines: {node: '>=10.16.0'} - cac@6.7.14: resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==} engines: {node: '>=8'} @@ -1462,12 +1145,6 @@ packages: resolution: {integrity: sha512-xlx1yCK2Oc1APsPXDL2LdlNP6+uu8OCDdhOBSVT279M/S+y75O30C2VuD8T2ogdePBBl7PfPF4504tnLgX3zfw==} engines: {node: '>=14.16'} - caniuse-lite@1.0.30001668: - resolution: {integrity: sha512-nWLrdxqCdblixUO+27JtGJJE/txpJlyUy5YN1u53wLZkP0emYCo5zgS6QYft7VUYR42LGgi/S5hdLZTrnyIddw==} - - ccount@2.0.1: - resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==} - chai@4.4.1: resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} engines: {node: '>=4'} @@ -1480,10 +1157,6 @@ packages: resolution: {integrity: sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==} engines: {node: '>=0.10.0'} - chalk@2.3.0: - resolution: {integrity: sha512-Az5zJR2CBujap2rqXGaJKaPHyJ0IrUimvYNX+ncCy8PJP4ltOGTrHUIo097ZaL2zMeKYpiCdqDvS6zdrTFok3Q==} - engines: {node: '>=4'} - chalk@2.4.2: resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} engines: {node: '>=4'} @@ -1496,18 +1169,6 @@ packages: resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} - character-entities-html4@2.1.0: - resolution: {integrity: sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==} - - character-entities-legacy@3.0.0: - resolution: {integrity: sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==} - - character-entities@2.0.2: - resolution: {integrity: sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==} - - character-reference-invalid@2.0.1: - resolution: {integrity: sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==} - chardet@0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} @@ -1552,21 +1213,10 @@ packages: resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} engines: {node: '>= 12'} - client-only@0.0.1: - resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==} - - clipboardy@1.2.2: - resolution: {integrity: sha512-16KrBOV7bHmHdxcQiCvfUFYVFyEah4FI8vYT1Fr7CGSA4G+xBWMEfUEQJS1hxeHGtI9ju1Bzs9uXSbj5HZKArw==} - engines: {node: '>=4'} - clone@1.0.4: resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} engines: {node: '>=0.8'} - clsx@2.1.1: - resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} - engines: {node: '>=6'} - cluster-key-slot@1.1.2: resolution: {integrity: sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==} engines: {node: '>=0.10.0'} @@ -1588,20 +1238,6 @@ packages: color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - comma-separated-tokens@2.0.3: - resolution: {integrity: sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==} - - commander@7.2.0: - resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} - engines: {node: '>= 10'} - - commander@8.3.0: - resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} - engines: {node: '>= 12'} - - compute-scroll-into-view@3.1.0: - resolution: {integrity: sha512-rj8l8pD4bJ1nx+dAkMhV1xB5RuZEyVysfxJqB1pRchh1KVvwOv9b7CGB8ZfjTImVv2oF+sYMUkMZq6Na5Ftmbg==} - concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} @@ -1615,9 +1251,6 @@ packages: resolution: {integrity: sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==} engines: {node: '>=12'} - cose-base@1.0.3: - resolution: {integrity: sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==} - cosmiconfig@8.3.6: resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} engines: {node: '>=14'} @@ -1627,9 +1260,6 @@ packages: typescript: optional: true - cross-spawn@5.1.0: - resolution: {integrity: sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==} - cross-spawn@7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} @@ -1638,160 +1268,6 @@ packages: resolution: {integrity: sha512-x8dy3RnvYdlUcPOjkEHqozhiwzKNSq7GcPuXFbnyMOCHxX8V3OgIg/pYuabl2sbUPfIJaeAQB7PMOK8DFIdoRA==} engines: {node: '>=12'} - csstype@3.1.3: - resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} - - cytoscape-cose-bilkent@4.1.0: - resolution: {integrity: sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==} - peerDependencies: - cytoscape: ^3.2.0 - - cytoscape@3.29.2: - resolution: {integrity: sha512-2G1ycU28Nh7OHT9rkXRLpCDP30MKH1dXJORZuBhtEhEW7pKwgPi77ImqlCWinouyE1PNepIOGZBOrE84DG7LyQ==} - engines: {node: '>=0.10'} - - d3-array@2.12.1: - resolution: {integrity: sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==} - - d3-array@3.2.4: - resolution: {integrity: sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==} - engines: {node: '>=12'} - - d3-axis@3.0.0: - resolution: {integrity: sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==} - engines: {node: '>=12'} - - d3-brush@3.0.0: - resolution: {integrity: sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==} - engines: {node: '>=12'} - - d3-chord@3.0.1: - resolution: {integrity: sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==} - engines: {node: '>=12'} - - d3-color@3.1.0: - resolution: {integrity: sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==} - engines: {node: '>=12'} - - d3-contour@4.0.2: - resolution: {integrity: sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==} - engines: {node: '>=12'} - - d3-delaunay@6.0.4: - resolution: {integrity: sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==} - engines: {node: '>=12'} - - d3-dispatch@3.0.1: - resolution: {integrity: sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==} - engines: {node: '>=12'} - - d3-drag@3.0.0: - resolution: {integrity: sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==} - engines: {node: '>=12'} - - d3-dsv@3.0.1: - resolution: {integrity: sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==} - engines: {node: '>=12'} - hasBin: true - - d3-ease@3.0.1: - resolution: {integrity: sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==} - engines: {node: '>=12'} - - d3-fetch@3.0.1: - resolution: {integrity: sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==} - engines: {node: '>=12'} - - d3-force@3.0.0: - resolution: {integrity: sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==} - engines: {node: '>=12'} - - d3-format@3.1.0: - resolution: {integrity: sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==} - engines: {node: '>=12'} - - d3-geo@3.1.1: - resolution: {integrity: sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==} - engines: {node: '>=12'} - - d3-hierarchy@3.1.2: - resolution: {integrity: sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==} - engines: {node: '>=12'} - - d3-interpolate@3.0.1: - resolution: {integrity: sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==} - engines: {node: '>=12'} - - d3-path@1.0.9: - resolution: {integrity: sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==} - - d3-path@3.1.0: - resolution: {integrity: sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==} - engines: {node: '>=12'} - - d3-polygon@3.0.1: - resolution: {integrity: sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==} - engines: {node: '>=12'} - - d3-quadtree@3.0.1: - resolution: {integrity: sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==} - engines: {node: '>=12'} - - d3-random@3.0.1: - resolution: {integrity: sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==} - engines: {node: '>=12'} - - d3-sankey@0.12.3: - resolution: {integrity: sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==} - - d3-scale-chromatic@3.1.0: - resolution: {integrity: sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==} - engines: {node: '>=12'} - - d3-scale@4.0.2: - resolution: {integrity: sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==} - engines: {node: '>=12'} - - d3-selection@3.0.0: - resolution: {integrity: sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==} - engines: {node: '>=12'} - - d3-shape@1.3.7: - resolution: {integrity: sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==} - - d3-shape@3.2.0: - resolution: {integrity: sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==} - engines: {node: '>=12'} - - d3-time-format@4.1.0: - resolution: {integrity: sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==} - engines: {node: '>=12'} - - d3-time@3.1.0: - resolution: {integrity: sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==} - engines: {node: '>=12'} - - d3-timer@3.0.1: - resolution: {integrity: sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==} - engines: {node: '>=12'} - - d3-transition@3.0.1: - resolution: {integrity: sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==} - engines: {node: '>=12'} - peerDependencies: - d3-selection: 2 - 3 - - d3-zoom@3.0.0: - resolution: {integrity: sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==} - engines: {node: '>=12'} - - d3@7.9.0: - resolution: {integrity: sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==} - engines: {node: '>=12'} - - dagre-d3-es@7.0.10: - resolution: {integrity: sha512-qTCQmEhcynucuaZgY5/+ti3X/rnszKZhEQH/ZdWdtP1tA/y3VoHJzcVrO9pjjJCNpigfscAtoUB5ONcd2wNn0A==} - damerau-levenshtein@1.0.8: resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==} @@ -1810,9 +1286,6 @@ packages: date-fns@1.30.1: resolution: {integrity: sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==} - dayjs@1.11.11: - resolution: {integrity: sha512-okzr3f11N6WuqYtZSvm+F776mB41wRZMhKP+hc34YdW+KmtYYK9iqvHSwo2k9FEH3fhGXvOPV6yz2IcSrfRUDg==} - debug@3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} peerDependencies: @@ -1834,9 +1307,6 @@ packages: resolution: {integrity: sha512-V2Vy+QYSXdgxRPmOZKQWCDf1KQNTUP/Eqswv/3W20gz7+6GB1HTosNrWqK3PqstVpFw/Dd/cGTmXSTKPeOiGVg==} engines: {node: '>=18'} - decode-named-character-reference@1.0.2: - resolution: {integrity: sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==} - dedent@1.5.3: resolution: {integrity: sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==} peerDependencies: @@ -1887,28 +1357,14 @@ packages: resolution: {integrity: sha512-v2KyNk7efxhlyHpjEvfyxaAihKKK0nWCuf6ZtqZcFFpQRG0bJ12Qsr0RpvsICMjAAZ8DOVCxrlqpxISlMHC4Kg==} engines: {node: '>=14.16'} - delaunator@5.0.1: - resolution: {integrity: sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==} - denque@2.1.0: resolution: {integrity: sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==} engines: {node: '>=0.10'} - dequal@2.0.3: - resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} - engines: {node: '>=6'} - - devlop@1.1.0: - resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} - diff-sequences@29.6.3: resolution: {integrity: sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} - diff@5.2.0: - resolution: {integrity: sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==} - engines: {node: '>=0.3.1'} - dir-glob@3.0.1: resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} engines: {node: '>=8'} @@ -1924,9 +1380,6 @@ packages: dom-accessibility-api@0.5.16: resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} - dompurify@3.1.5: - resolution: {integrity: sha512-lwG+n5h8QNpxtyrJW/gJWckL+1/DQiYMX8f7t8Z2AZTPw1esVrqjI63i7Zc2Gz0aKzLVMYC1V1PL/ky+aY/NgA==} - dot-prop@6.0.1: resolution: {integrity: sha512-tE7ztYzXHIeyvc7N+hR3oi7FIbf/NIjVP9hmAt3yMXzrQ072/fpjGLx2GxNxGxUl5V73MEqYzioOMoVhGMJ5cA==} engines: {node: '>=10'} @@ -1950,9 +1403,6 @@ packages: resolution: {integrity: sha512-B+ZM+RXvRqQaAmkMlO/oSe5nMUOaUnyfGYCEHoR8wrXsZR2mA0XVibsxV1bvTwxdRWah1PkQqso2EzhILGHtEQ==} engines: {node: '>=0.10.0'} - elkjs@0.9.3: - resolution: {integrity: sha512-f/ZeWvW/BCXbhGEf1Ujp29EASo/lk1FDnETgNKwJrsVvGZhUWCZyg3xLJjAsxfOmt8KjswHmI5EwCQcPMpOYhQ==} - emoji-regex@8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -1963,10 +1413,6 @@ packages: resolution: {integrity: sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==} engines: {node: '>=10.13.0'} - entities@4.5.0: - resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} - engines: {node: '>=0.12'} - error-ex@1.3.2: resolution: {integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==} @@ -2147,11 +1593,6 @@ packages: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - esprima@4.0.1: - resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} - engines: {node: '>=4'} - hasBin: true - esquery@1.5.0: resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} engines: {node: '>=0.10'} @@ -2164,36 +1605,13 @@ packages: resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} engines: {node: '>=4.0'} - estree-util-attach-comments@2.1.1: - resolution: {integrity: sha512-+5Ba/xGGS6mnwFbXIuQiDPTbuTxuMCooq3arVv7gPZtYpjp+VXH/NkHAP35OOefPhNG/UGqU3vt/LTABwcHX0w==} - - estree-util-build-jsx@2.2.2: - resolution: {integrity: sha512-m56vOXcOBuaF+Igpb9OPAy7f9w9OIkb5yhjsZuaPm7HoGi4oTOQi0h2+yZ+AtKklYFZ+rPC4n0wYCJCEU1ONqg==} - - estree-util-is-identifier-name@2.1.0: - resolution: {integrity: sha512-bEN9VHRyXAUOjkKVQVvArFym08BTWB0aJPppZZr0UNyAqWsLaVfAqP7hbaTJjzHifmB5ebnR8Wm7r7yGN/HonQ==} - - estree-util-to-js@1.2.0: - resolution: {integrity: sha512-IzU74r1PK5IMMGZXUVZbmiu4A1uhiPgW5hm1GjcOfr4ZzHaMPpLNJjR7HjXiIOzi25nZDrgFTobHTkV5Q6ITjA==} - - estree-util-value-to-estree@1.3.0: - resolution: {integrity: sha512-Y+ughcF9jSUJvncXwqRageavjrNPAI+1M/L3BI3PyLp1nmgYTGUXU6t5z1Y7OWuThoDdhPME07bQU+d5LxdJqw==} - engines: {node: '>=12.0.0'} - - estree-util-visit@1.2.1: - resolution: {integrity: sha512-xbgqcrkIVbIG+lI/gzbvd9SGTJL4zqJKBFttUl5pP27KhAjtMKbX/mQXJ7qgyXpMgVy/zvpm0xoQQaGL8OloOw==} - - estree-walker@3.0.3: - resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} + estree-walker@3.0.3: + resolution: {integrity: sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==} esutils@2.0.3: resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} engines: {node: '>=0.10.0'} - execa@0.8.0: - resolution: {integrity: sha512-zDWS+Rb1E8BlqqhALSt9kUhss8Qq4nN3iof3gsOdyINksElaPyNBtKUMTR62qhvgVWR0CqCX7sdnKe4MnUbFEA==} - engines: {node: '>=4'} - execa@8.0.1: resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==} engines: {node: '>=16.17'} @@ -2202,13 +1620,6 @@ packages: resolution: {integrity: sha512-Fqs7ChZm72y40wKjOFXBKg7nJZvQJmewP5/7LtePDdnah/+FH9Hp5sgMujSCMPXlxOAW2//1jrW9pnsY7o20vQ==} engines: {node: '>=18'} - extend-shallow@2.0.1: - resolution: {integrity: sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==} - engines: {node: '>=0.10.0'} - - extend@3.0.2: - resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} - external-editor@3.1.0: resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} engines: {node: '>=4'} @@ -2268,12 +1679,6 @@ packages: flatted@3.3.1: resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} - flexsearch@0.7.43: - resolution: {integrity: sha512-c5o/+Um8aqCSOXGcZoqZOm+NqtVwNsvVpWv6lfmSclU954O3wvQKxxK8zj74fPaSJbXpSLTs4PRhh+wnoCXnKg==} - - focus-visible@5.2.0: - resolution: {integrity: sha512-Rwix9pBtC1Nuy5wysTmKy+UjbDJpIfg8eHjw0rjZ1mX4GNLz1Bmd16uDpI3Gk1i70Fgcs8Csg2lPm8HULFg9DQ==} - for-each@0.3.3: resolution: {integrity: sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==} @@ -2306,10 +1711,6 @@ packages: resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} engines: {node: '>= 0.4'} - get-stream@3.0.0: - resolution: {integrity: sha512-GlhdIUuVakc8SJ6kK0zAFbiGzRFzNnY4jUuEbV9UROo4Y+0Ny4fjvcZFVTeDA4odpFyOQzaw6hXukJSq/f28sQ==} - engines: {node: '>=4'} - get-stream@8.0.1: resolution: {integrity: sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==} engines: {node: '>=16'} @@ -2321,15 +1722,6 @@ packages: get-tsconfig@4.8.1: resolution: {integrity: sha512-k9PN+cFBmaLWtVz29SkUoqU5O0slLuHJXt/2P+tMVFT+phsSGXGkp9t3rQIqdz0e+06EHNGs3oM6ZX1s2zHxRg==} - git-up@7.0.0: - resolution: {integrity: sha512-ONdIrbBCFusq1Oy0sC71F5azx8bVkvtZtMJAsv+a6lz5YAmbNnLD6HAB4gptHZVLPR8S2/kVN6Gab7lryq5+lQ==} - - git-url-parse@13.1.1: - resolution: {integrity: sha512-PCFJyeSSdtnbfhSNRw9Wk96dDCNx+sogTe4YNXeXSJxt7xz5hvXekuRn9JX7m+Mf4OscCu8h+mtAl3+h5Fo8lQ==} - - github-slugger@2.0.0: - resolution: {integrity: sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==} - github-url-from-git@1.5.0: resolution: {integrity: sha512-WWOec4aRI7YAykQ9+BHmzjyNlkfJFG8QLXnDTsLz/kZefq7qkzdfo4p6fkYYMIq1aj+gZcQs/1HQhQh3DPPxlQ==} @@ -2382,10 +1774,6 @@ packages: graphemer@1.4.0: resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - gray-matter@4.0.3: - resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==} - engines: {node: '>=6.0'} - has-ansi@2.0.0: resolution: {integrity: sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==} engines: {node: '>=0.10.0'} @@ -2393,10 +1781,6 @@ packages: has-bigints@1.0.2: resolution: {integrity: sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==} - has-flag@2.0.0: - resolution: {integrity: sha512-P+1n3MnwjR/Epg9BBo1KT8qbye2g2Ou4sFumihwt6I4tsUX7jnLcX4BTOSKg/B1ZrIYMN9FcEnG4x5a7NB8Eng==} - engines: {node: '>=0.10.0'} - has-flag@3.0.0: resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} engines: {node: '>=4'} @@ -2420,10 +1804,6 @@ packages: resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} engines: {node: '>= 0.4'} - hash-obj@4.0.0: - resolution: {integrity: sha512-FwO1BUVWkyHasWDW4S8o0ssQXjvyghLV2rfVhnN36b2bbcj45eGiuzdn9XOvOpjV3TKQD7Gm2BWNXdE9V4KKYg==} - engines: {node: '>=12'} - hash-object@5.0.1: resolution: {integrity: sha512-iaRY4jYOow1caHkXW7wotYRjZDQk2nq4U7904anGJj8l4x1SLId+vuR8RpGoywZz9puD769hNFVFLFH9t+baJw==} engines: {node: '>=18'} @@ -2432,55 +1812,10 @@ packages: resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} engines: {node: '>= 0.4'} - hast-util-from-dom@5.0.0: - resolution: {integrity: sha512-d6235voAp/XR3Hh5uy7aGLbM3S4KamdW0WEgOaU1YoewnuYw4HXb5eRtv9g65m/RFGEfUY1Mw4UqCc5Y8L4Stg==} - - hast-util-from-html-isomorphic@2.0.0: - resolution: {integrity: sha512-zJfpXq44yff2hmE0XmwEOzdWin5xwH+QIhMLOScpX91e/NSGPsAzNCvLQDIEPyO2TXi+lBmU6hjLIhV8MwP2kw==} - - hast-util-from-html@2.0.1: - resolution: {integrity: sha512-RXQBLMl9kjKVNkJTIO6bZyb2n+cUH8LFaSSzo82jiLT6Tfc+Pt7VQCS+/h3YwG4jaNE2TA2sdJisGWR+aJrp0g==} - - hast-util-from-parse5@8.0.1: - resolution: {integrity: sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==} - - hast-util-is-element@3.0.0: - resolution: {integrity: sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==} - - hast-util-parse-selector@4.0.0: - resolution: {integrity: sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==} - - hast-util-raw@9.0.3: - resolution: {integrity: sha512-ICWvVOF2fq4+7CMmtCPD5CM4QKjPbHpPotE6+8tDooV0ZuyJVUzHsrNX+O5NaRbieTf0F7FfeBOMAwi6Td0+yQ==} - - hast-util-to-estree@2.3.3: - resolution: {integrity: sha512-ihhPIUPxN0v0w6M5+IiAZZrn0LH2uZomeWwhn7uP7avZC6TE7lIiEh2yBMPr5+zi1aUCXq6VoYRgs2Bw9xmycQ==} - - hast-util-to-html@9.0.3: - resolution: {integrity: sha512-M17uBDzMJ9RPCqLMO92gNNUDuBSq10a25SDBI08iCCxmorf4Yy6sYHK57n9WAbRAAaU+DuR4W6GN9K4DFZesYg==} - - hast-util-to-parse5@8.0.0: - resolution: {integrity: sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==} - - hast-util-to-text@4.0.2: - resolution: {integrity: sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==} - - hast-util-whitespace@2.0.1: - resolution: {integrity: sha512-nAxA0v8+vXSBDt3AnRUNjyRIQ0rD+ntpbAp4LnPkumc5M9yUbSMa4XDU9Q6etY4f1Wp4bNgvc1yjiZtsTTrSng==} - - hast-util-whitespace@3.0.0: - resolution: {integrity: sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==} - - hastscript@8.0.0: - resolution: {integrity: sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==} - hosted-git-info@7.0.2: resolution: {integrity: sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w==} engines: {node: ^16.14.0 || >=18.0.0} - html-void-elements@3.0.0: - resolution: {integrity: sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==} - human-signals@5.0.0: resolution: {integrity: sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==} engines: {node: '>=16.17.0'} @@ -2489,10 +1824,6 @@ packages: resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} engines: {node: '>=0.10.0'} - iconv-lite@0.6.3: - resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} - engines: {node: '>=0.10.0'} - ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} @@ -2550,9 +1881,6 @@ packages: resolution: {integrity: sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - inline-style-parser@0.1.1: - resolution: {integrity: sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==} - inquirer-autosubmit-prompt@0.2.0: resolution: {integrity: sha512-mzNrusCk5L6kSzlN0Ioddn8yzrhYNLli+Sn2ZxMuLechMYAzakiFCIULxsxlQb5YKzthLGfrFACcWoAvM7p04Q==} @@ -2572,26 +1900,10 @@ packages: resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} engines: {node: '>= 0.4'} - internmap@1.0.1: - resolution: {integrity: sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==} - - internmap@2.0.3: - resolution: {integrity: sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==} - engines: {node: '>=12'} - - intersection-observer@0.12.2: - resolution: {integrity: sha512-7m1vEcPCxXYI8HqnL8CKI6siDyD+eIWSwgB3DZA+ZTogxk9I4CDnj4wilt9x/+/QbHI4YG5YZNmC6458/e9Ktg==} - ioredis@5.4.1: resolution: {integrity: sha512-2YZsvl7jopIa1gaePkeMtd9rAcSjOOjPtpcLlOeusyO+XH2SK5ZcT+UCrElPP+WVIInh2TzeI4XW9ENaSLVVHA==} engines: {node: '>=12.22.0'} - is-alphabetical@2.0.1: - resolution: {integrity: sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==} - - is-alphanumerical@2.0.1: - resolution: {integrity: sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==} - is-arguments@1.1.1: resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} engines: {node: '>= 0.4'} @@ -2614,10 +1926,6 @@ packages: resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} engines: {node: '>= 0.4'} - is-buffer@2.0.5: - resolution: {integrity: sha512-i2R6zNFDwgEHJyQUtJEk0XFi1i0dPFn/oqjK3/vPCcDeJvW5NQ83V8QbicfF1SupOaB0h8ntgBC2YiE7dfyctQ==} - engines: {node: '>=4'} - is-bun-module@1.2.1: resolution: {integrity: sha512-AmidtEM6D6NmUiLOvvU7+IePxjEjOzra2h0pSrsfSAcXwl/83zLLXDByafUJy9k/rKK0pvXMLdwKwGHlX2Ke6Q==} @@ -2625,9 +1933,6 @@ packages: resolution: {integrity: sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==} engines: {node: '>= 0.4'} - is-core-module@2.13.1: - resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} - is-core-module@2.15.1: resolution: {integrity: sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==} engines: {node: '>= 0.4'} @@ -2640,18 +1945,11 @@ packages: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} - is-decimal@2.0.1: - resolution: {integrity: sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==} - is-docker@3.0.0: resolution: {integrity: sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true - is-extendable@0.1.1: - resolution: {integrity: sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==} - engines: {node: '>=0.10.0'} - is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} @@ -2679,9 +1977,6 @@ packages: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} engines: {node: '>=0.10.0'} - is-hexadecimal@2.0.1: - resolution: {integrity: sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==} - is-in-ci@0.1.0: resolution: {integrity: sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==} engines: {node: '>=18'} @@ -2748,10 +2043,6 @@ packages: resolution: {integrity: sha512-lJJV/5dYS+RcL8uQdBDW9c9uWFLLBNRyFhnAKXw5tVqLlKZ4RMGZKv+YQ/IA3OhD+RpbJa1LLFM1FQPGyIXvOA==} engines: {node: '>=12'} - is-plain-obj@3.0.0: - resolution: {integrity: sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==} - engines: {node: '>=10'} - is-plain-obj@4.1.0: resolution: {integrity: sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==} engines: {node: '>=12'} @@ -2759,9 +2050,6 @@ packages: is-promise@2.2.2: resolution: {integrity: sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==} - is-reference@3.0.2: - resolution: {integrity: sha512-v3rht/LgVcsdZa3O2Nqs+NMowLOxeOm7Ay9+/ARQ2F+qEoANRcqrjAZKGN0v8ymUetZGgkp26LTnGT7H0Qo9Pg==} - is-regex@1.1.4: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} @@ -2778,9 +2066,6 @@ packages: resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} engines: {node: '>= 0.4'} - is-ssh@1.4.0: - resolution: {integrity: sha512-x7+VxdxOdlV3CYpjvRLBv5Lo9OJerlYanjwFrPR9fuGPjCiNiCzFgAWpiLAohSbsnH4ZAys3SBh+hq5rJosxUQ==} - is-stream@1.1.0: resolution: {integrity: sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==} engines: {node: '>=0.10.0'} @@ -2854,10 +2139,6 @@ packages: js-tokens@9.0.0: resolution: {integrity: sha512-WriZw1luRMlmV3LGJaR6QOJjWwgLUTf89OwT2lUOyjX2dJGBwgmIkbcz+7WFZjrZM635JOIR517++e/67CP9dQ==} - js-yaml@3.14.1: - resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} - hasBin: true - js-yaml@4.1.0: resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} hasBin: true @@ -2878,9 +2159,6 @@ packages: resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==} hasBin: true - jsonc-parser@3.2.1: - resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==} - jsonrepair@3.8.1: resolution: {integrity: sha512-5wnjaO53EJOhfLFY92nvBz2B9gqF9ql/D4HKUb1WOSBaqtVcAifFfmurblnhCJn/ySqKFA8U3n7nhGMAu/hEjQ==} hasBin: true @@ -2889,24 +2167,9 @@ packages: resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} engines: {node: '>=4.0'} - katex@0.16.10: - resolution: {integrity: sha512-ZiqaC04tp2O5utMsl2TEZTXxa6WSC4yo0fv5ML++D3QZv/vx2Mct0mTlRx3O+uUkjfuAgOkzsCmq5MiUEsDDdA==} - hasBin: true - keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} - khroma@2.1.0: - resolution: {integrity: sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==} - - kind-of@6.0.3: - resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} - engines: {node: '>=0.10.0'} - - kleur@4.1.5: - resolution: {integrity: sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==} - engines: {node: '>=6'} - ky@1.7.2: resolution: {integrity: sha512-OzIvbHKKDpi60TnF9t7UUVAF1B4mcqc02z5PIvrm08Wyb+yOcz63GRvEuVxNT18a9E1SrNouhB4W2NNLeD7Ykg==} engines: {node: '>=18'} @@ -2922,9 +2185,6 @@ packages: resolution: {integrity: sha512-7W0vV3rqv5tokqkBAFV1LbR7HPOWzXQDpDgEuib/aJ1jsZZx6x3c2mBI+TJhJzOhkGeaLbCKEHXEXLfirtG2JA==} engines: {node: '>=18'} - layout-base@1.0.2: - resolution: {integrity: sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==} - levn@0.4.1: resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} engines: {node: '>= 0.8.0'} @@ -2932,9 +2192,6 @@ packages: lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} - linkify-it@5.0.0: - resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} - listr-input@0.2.1: resolution: {integrity: sha512-oa8iVG870qJq+OuuMK3DjGqFcwsK1SDu+kULp9kEq09TY231aideIZenr3lFOQdASpAr6asuyJBbX62/a3IIhg==} engines: {node: '>=6'} @@ -2969,15 +2226,9 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} - lodash-es@4.17.21: - resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} - lodash.defaults@4.2.0: resolution: {integrity: sha512-qjxPLHd3r5DnsdGacqOMU6pb/avJzdh9tFX2ymgoZE27BmjXrNy/y4LoaiTeAb+O3gL8AfpJGtqfX/ae2leYYQ==} - lodash.get@4.4.2: - resolution: {integrity: sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==} - lodash.isarguments@3.1.0: resolution: {integrity: sha512-chi4NHZlZqZD18a0imDHnZPrDeBbTtVN7GXMwuGdRH9qotxAjYs3aVLKc7zNOG9eddR5Ksd8rvFEBc9SsggPpg==} @@ -3006,9 +2257,6 @@ packages: resolution: {integrity: sha512-vlP11XfFGyeNQlmEn9tJ66rEW1coA/79m5z6BCkudjbAGE83uhAcGYrBFwfs3AdLiLzGRusRPAbSPK9xZteCmg==} engines: {node: '>=4'} - longest-streak@3.1.0: - resolution: {integrity: sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==} - loose-envify@1.4.0: resolution: {integrity: sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==} hasBin: true @@ -3023,12 +2271,6 @@ packages: resolution: {integrity: sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==} engines: {node: 20 || >=22} - lru-cache@4.1.5: - resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} - - lunr@2.3.9: - resolution: {integrity: sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==} - lz-string@1.5.0: resolution: {integrity: sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==} hasBin: true @@ -3036,80 +2278,6 @@ packages: magic-string@0.30.10: resolution: {integrity: sha512-iIRwTIf0QKV3UAnYK4PU8uiEc4SRh5jX0mwpIwETPpHdhVM4f53RSwS/vXvN1JhGX+Cs7B8qIq3d6AH49O5fAQ==} - markdown-extensions@1.1.1: - resolution: {integrity: sha512-WWC0ZuMzCyDHYCasEGs4IPvLyTGftYwh6wIEOULOF0HXcqZlhwRzrK0w2VUlxWA98xnvb/jszw4ZSkJ6ADpM6Q==} - engines: {node: '>=0.10.0'} - - markdown-it@14.1.0: - resolution: {integrity: sha512-a54IwgWPaeBCAAsv13YgmALOF1elABB08FxO9i+r4VFk5Vl4pKokRPeX8u5TCgSsPi6ec1otfLjdOpVcgbpshg==} - hasBin: true - - markdown-table@3.0.3: - resolution: {integrity: sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==} - - match-sorter@6.3.4: - resolution: {integrity: sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==} - - mdast-util-definitions@5.1.2: - resolution: {integrity: sha512-8SVPMuHqlPME/z3gqVwWY4zVXn8lqKv/pAhC57FuJ40ImXyBpmO5ukh98zB2v7Blql2FiHjHv9LVztSIqjY+MA==} - - mdast-util-find-and-replace@2.2.2: - resolution: {integrity: sha512-MTtdFRz/eMDHXzeK6W3dO7mXUlF82Gom4y0oOgvHhh/HXZAGvIQDUvQ0SuUx+j2tv44b8xTHOm8K/9OoRFnXKw==} - - mdast-util-from-markdown@1.3.1: - resolution: {integrity: sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==} - - mdast-util-gfm-autolink-literal@1.0.3: - resolution: {integrity: sha512-My8KJ57FYEy2W2LyNom4n3E7hKTuQk/0SES0u16tjA9Z3oFkF4RrC/hPAPgjlSpezsOvI8ObcXcElo92wn5IGA==} - - mdast-util-gfm-footnote@1.0.2: - resolution: {integrity: sha512-56D19KOGbE00uKVj3sgIykpwKL179QsVFwx/DCW0u/0+URsryacI4MAdNJl0dh+u2PSsD9FtxPFbHCzJ78qJFQ==} - - mdast-util-gfm-strikethrough@1.0.3: - resolution: {integrity: sha512-DAPhYzTYrRcXdMjUtUjKvW9z/FNAMTdU0ORyMcbmkwYNbKocDpdk+PX1L1dQgOID/+vVs1uBQ7ElrBQfZ0cuiQ==} - - mdast-util-gfm-table@1.0.7: - resolution: {integrity: sha512-jjcpmNnQvrmN5Vx7y7lEc2iIOEytYv7rTvu+MeyAsSHTASGCCRA79Igg2uKssgOs1i1po8s3plW0sTu1wkkLGg==} - - mdast-util-gfm-task-list-item@1.0.2: - resolution: {integrity: sha512-PFTA1gzfp1B1UaiJVyhJZA1rm0+Tzn690frc/L8vNX1Jop4STZgOE6bxUhnzdVSB+vm2GU1tIsuQcA9bxTQpMQ==} - - mdast-util-gfm@2.0.2: - resolution: {integrity: sha512-qvZ608nBppZ4icQlhQQIAdc6S3Ffj9RGmzwUKUWuEICFnd1LVkN3EktF7ZHAgfcEdvZB5owU9tQgt99e2TlLjg==} - - mdast-util-math@2.0.2: - resolution: {integrity: sha512-8gmkKVp9v6+Tgjtq6SYx9kGPpTf6FVYRa53/DLh479aldR9AyP48qeVOgNZ5X7QUK7nOy4yw7vg6mbiGcs9jWQ==} - - mdast-util-mdx-expression@1.3.2: - resolution: {integrity: sha512-xIPmR5ReJDu/DHH1OoIT1HkuybIfRGYRywC+gJtI7qHjCJp/M9jrmBEJW22O8lskDWm562BX2W8TiAwRTb0rKA==} - - mdast-util-mdx-jsx@2.1.4: - resolution: {integrity: sha512-DtMn9CmVhVzZx3f+optVDF8yFgQVt7FghCRNdlIaS3X5Bnym3hZwPbg/XW86vdpKjlc1PVj26SpnLGeJBXD3JA==} - - mdast-util-mdx@2.0.1: - resolution: {integrity: sha512-38w5y+r8nyKlGvNjSEqWrhG0w5PmnRA+wnBvm+ulYCct7nsGYhFVb0lljS9bQav4psDAS1eGkP2LMVcZBi/aqw==} - - mdast-util-mdxjs-esm@1.3.1: - resolution: {integrity: sha512-SXqglS0HrEvSdUEfoXFtcg7DRl7S2cwOXc7jkuusG472Mmjag34DUDeOJUZtl+BVnyeO1frIgVpHlNRWc2gk/w==} - - mdast-util-phrasing@3.0.1: - resolution: {integrity: sha512-WmI1gTXUBJo4/ZmSk79Wcb2HcjPJBzM1nlI/OUWA8yk2X9ik3ffNbBGsU+09BFmXaL1IBb9fiuvq6/KMiNycSg==} - - mdast-util-to-hast@12.3.0: - resolution: {integrity: sha512-pits93r8PhnIoU4Vy9bjW39M2jJ6/tdHyja9rrot9uujkN7UTU9SDnE6WNJz/IGyQk3XHX6yNNtrBH6cQzm8Hw==} - - mdast-util-to-hast@13.2.0: - resolution: {integrity: sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==} - - mdast-util-to-markdown@1.5.0: - resolution: {integrity: sha512-bbv7TPv/WC49thZPg3jXuqzuvI45IL2EVAr/KxF0BSdHsU0ceFHOmwQn6evxAh1GaoK/6GQ1wp4R4oW2+LFL/A==} - - mdast-util-to-string@3.2.0: - resolution: {integrity: sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==} - - mdurl@2.0.0: - resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} - meow@13.2.0: resolution: {integrity: sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==} engines: {node: '>=18'} @@ -3121,132 +2289,6 @@ packages: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - mermaid@10.9.1: - resolution: {integrity: sha512-Mx45Obds5W1UkW1nv/7dHRsbfMM1aOKA2+Pxs/IGHNonygDHwmng8xTHyS9z4KWVi0rbko8gjiBmuwwXQ7tiNA==} - - micromark-core-commonmark@1.1.0: - resolution: {integrity: sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==} - - micromark-extension-gfm-autolink-literal@1.0.5: - resolution: {integrity: sha512-z3wJSLrDf8kRDOh2qBtoTRD53vJ+CWIyo7uyZuxf/JAbNJjiHsOpG1y5wxk8drtv3ETAHutCu6N3thkOOgueWg==} - - micromark-extension-gfm-footnote@1.1.2: - resolution: {integrity: sha512-Yxn7z7SxgyGWRNa4wzf8AhYYWNrwl5q1Z8ii+CSTTIqVkmGZF1CElX2JI8g5yGoM3GAman9/PVCUFUSJ0kB/8Q==} - - micromark-extension-gfm-strikethrough@1.0.7: - resolution: {integrity: sha512-sX0FawVE1o3abGk3vRjOH50L5TTLr3b5XMqnP9YDRb34M0v5OoZhG+OHFz1OffZ9dlwgpTBKaT4XW/AsUVnSDw==} - - micromark-extension-gfm-table@1.0.7: - resolution: {integrity: sha512-3ZORTHtcSnMQEKtAOsBQ9/oHp9096pI/UvdPtN7ehKvrmZZ2+bbWhi0ln+I9drmwXMt5boocn6OlwQzNXeVeqw==} - - micromark-extension-gfm-tagfilter@1.0.2: - resolution: {integrity: sha512-5XWB9GbAUSHTn8VPU8/1DBXMuKYT5uOgEjJb8gN3mW0PNW5OPHpSdojoqf+iq1xo7vWzw/P8bAHY0n6ijpXF7g==} - - micromark-extension-gfm-task-list-item@1.0.5: - resolution: {integrity: sha512-RMFXl2uQ0pNQy6Lun2YBYT9g9INXtWJULgbt01D/x8/6yJ2qpKyzdZD3pi6UIkzF++Da49xAelVKUeUMqd5eIQ==} - - micromark-extension-gfm@2.0.3: - resolution: {integrity: sha512-vb9OoHqrhCmbRidQv/2+Bc6pkP0FrtlhurxZofvOEy5o8RtuuvTq+RQ1Vw5ZDNrVraQZu3HixESqbG+0iKk/MQ==} - - micromark-extension-math@2.1.2: - resolution: {integrity: sha512-es0CcOV89VNS9wFmyn+wyFTKweXGW4CEvdaAca6SWRWPyYCbBisnjaHLjWO4Nszuiud84jCpkHsqAJoa768Pvg==} - - micromark-extension-mdx-expression@1.0.8: - resolution: {integrity: sha512-zZpeQtc5wfWKdzDsHRBY003H2Smg+PUi2REhqgIhdzAa5xonhP03FcXxqFSerFiNUr5AWmHpaNPQTBVOS4lrXw==} - - micromark-extension-mdx-jsx@1.0.5: - resolution: {integrity: sha512-gPH+9ZdmDflbu19Xkb8+gheqEDqkSpdCEubQyxuz/Hn8DOXiXvrXeikOoBA71+e8Pfi0/UYmU3wW3H58kr7akA==} - - micromark-extension-mdx-md@1.0.1: - resolution: {integrity: sha512-7MSuj2S7xjOQXAjjkbjBsHkMtb+mDGVW6uI2dBL9snOBCbZmoNgDAeZ0nSn9j3T42UE/g2xVNMn18PJxZvkBEA==} - - micromark-extension-mdxjs-esm@1.0.5: - resolution: {integrity: sha512-xNRBw4aoURcyz/S69B19WnZAkWJMxHMT5hE36GtDAyhoyn/8TuAeqjFJQlwk+MKQsUD7b3l7kFX+vlfVWgcX1w==} - - micromark-extension-mdxjs@1.0.1: - resolution: {integrity: sha512-7YA7hF6i5eKOfFUzZ+0z6avRG52GpWR8DL+kN47y3f2KhxbBZMhmxe7auOeaTBrW2DenbbZTf1ea9tA2hDpC2Q==} - - micromark-factory-destination@1.1.0: - resolution: {integrity: sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==} - - micromark-factory-label@1.1.0: - resolution: {integrity: sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==} - - micromark-factory-mdx-expression@1.0.9: - resolution: {integrity: sha512-jGIWzSmNfdnkJq05c7b0+Wv0Kfz3NJ3N4cBjnbO4zjXIlxJr+f8lk+5ZmwFvqdAbUy2q6B5rCY//g0QAAaXDWA==} - - micromark-factory-space@1.1.0: - resolution: {integrity: sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==} - - micromark-factory-title@1.1.0: - resolution: {integrity: sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==} - - micromark-factory-whitespace@1.1.0: - resolution: {integrity: sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==} - - micromark-util-character@1.2.0: - resolution: {integrity: sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==} - - micromark-util-character@2.1.0: - resolution: {integrity: sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==} - - micromark-util-chunked@1.1.0: - resolution: {integrity: sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==} - - micromark-util-classify-character@1.1.0: - resolution: {integrity: sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==} - - micromark-util-combine-extensions@1.1.0: - resolution: {integrity: sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==} - - micromark-util-decode-numeric-character-reference@1.1.0: - resolution: {integrity: sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==} - - micromark-util-decode-string@1.1.0: - resolution: {integrity: sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==} - - micromark-util-encode@1.1.0: - resolution: {integrity: sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==} - - micromark-util-encode@2.0.0: - resolution: {integrity: sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==} - - micromark-util-events-to-acorn@1.2.3: - resolution: {integrity: sha512-ij4X7Wuc4fED6UoLWkmo0xJQhsktfNh1J0m8g4PbIMPlx+ek/4YdW5mvbye8z/aZvAPUoxgXHrwVlXAPKMRp1w==} - - micromark-util-html-tag-name@1.2.0: - resolution: {integrity: sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==} - - micromark-util-normalize-identifier@1.1.0: - resolution: {integrity: sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==} - - micromark-util-resolve-all@1.1.0: - resolution: {integrity: sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==} - - micromark-util-sanitize-uri@1.2.0: - resolution: {integrity: sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==} - - micromark-util-sanitize-uri@2.0.0: - resolution: {integrity: sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==} - - micromark-util-subtokenize@1.1.0: - resolution: {integrity: sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==} - - micromark-util-symbol@1.1.0: - resolution: {integrity: sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==} - - micromark-util-symbol@2.0.0: - resolution: {integrity: sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==} - - micromark-util-types@1.1.0: - resolution: {integrity: sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==} - - micromark-util-types@2.0.0: - resolution: {integrity: sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==} - - micromark@3.2.0: - resolution: {integrity: sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==} - micromatch@4.0.7: resolution: {integrity: sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==} engines: {node: '>=8.6'} @@ -3291,10 +2333,6 @@ packages: module-details-from-path@1.0.3: resolution: {integrity: sha512-ySViT69/76t8VhE1xXHK6Ch4NcDd26gx0MzKXLO+F7NOtnqH68d9zF94nT8ZWSxXh8ELOERsnJO/sWt1xZYw5A==} - mri@1.2.0: - resolution: {integrity: sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==} - engines: {node: '>=4'} - ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} @@ -3320,64 +2358,6 @@ packages: resolution: {integrity: sha512-NHDDGYudnvRutt/VhKFlX26IotXe1w0cmkDm6JGquh5bz/bDTw0LufSmH/GxTjEdpHEO+bVKFTwdrcGa/9XlKQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - next-mdx-remote@4.4.1: - resolution: {integrity: sha512-1BvyXaIou6xy3XoNF4yaMZUCb6vD2GTAa5ciOa6WoO+gAUTYsb1K4rI/HSC2ogAWLrb/7VSV52skz07vOzmqIQ==} - engines: {node: '>=14', npm: '>=7'} - peerDependencies: - react: '>=16.x <=18.x' - react-dom: '>=16.x <=18.x' - - next-seo@6.5.0: - resolution: {integrity: sha512-MfzUeWTN/x/rsKp/1n0213eojO97lIl0unxqbeCY+6pAucViHDA8GSLRRcXpgjsSmBxfCFdfpu7LXbt4ANQoNQ==} - peerDependencies: - next: ^8.1.1-canary.54 || >=9.0.0 - react: '>=16.0.0' - react-dom: '>=16.0.0' - - next-themes@0.2.1: - resolution: {integrity: sha512-B+AKNfYNIzh0vqQQKqQItTS8evEouKD7H5Hj3kmuPERwddR2TxvDSFZuTj6T7Jfn1oyeUyJMydPl1Bkxkh0W7A==} - peerDependencies: - next: '*' - react: '*' - react-dom: '*' - - next@14.2.15: - resolution: {integrity: sha512-h9ctmOokpoDphRvMGnwOJAedT6zKhwqyZML9mDtspgf4Rh3Pn7UTYKqePNoDvhsWBAO5GoPNYshnAUGIazVGmw==} - engines: {node: '>=18.17.0'} - hasBin: true - peerDependencies: - '@opentelemetry/api': ^1.1.0 - '@playwright/test': ^1.41.2 - react: ^18.2.0 - react-dom: ^18.2.0 - sass: ^1.3.0 - peerDependenciesMeta: - '@opentelemetry/api': - optional: true - '@playwright/test': - optional: true - sass: - optional: true - - nextra-theme-docs@2.13.2: - resolution: {integrity: sha512-yE4umXaImp1/kf/sFciPj2+EFrNSwd9Db26hi98sIIiujzGf3+9eUgAz45vF9CwBw50FSXxm1QGRcY+slQ4xQQ==} - peerDependencies: - next: '>=9.5.3' - nextra: 2.13.2 - react: '>=16.13.1' - react-dom: '>=16.13.1' - - nextra@2.13.2: - resolution: {integrity: sha512-pIgOSXNUqTz1laxV4ChFZOU7lzJAoDHHaBPj8L09PuxrLKqU1BU/iZtXAG6bQeKCx8EPdBsoXxEuENnL9QGnGA==} - engines: {node: '>=16'} - peerDependencies: - next: '>=9.5.3' - react: '>=16.13.1' - react-dom: '>=16.13.1' - - non-layered-tidy-tree-layout@2.0.2: - resolution: {integrity: sha512-gkXMxRzUH+PB0ax9dUN0yYF0S25BqeAYqhgMaLUFmpXLEk7Fcu8f4emJuOAY0V8kjDICxROIKsTAKsV/v355xw==} - normalize-package-data@6.0.2: resolution: {integrity: sha512-V6gygoYb/5EmNI+MEGrWkC+e6+Rr7mTmfHrxDbLzxQogBkgzo76rkok0Am6thgSF7Mv2nLOajAJj5vDJZEFn7g==} engines: {node: ^16.14.0 || >=18.0.0} @@ -3391,18 +2371,10 @@ packages: resolution: {integrity: sha512-DIuCGcKYYhASAZW6Xh/tiaGMko8IHOHe0n3zOA7SzTi0Yvy00x8L7sa5yNiZ75Ny58O/KeRtNouy8Ut6gPbKiw==} engines: {node: '>=18'} - npm-run-path@2.0.2: - resolution: {integrity: sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==} - engines: {node: '>=4'} - npm-run-path@5.3.0: resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - npm-to-yarn@2.2.1: - resolution: {integrity: sha512-O/j/ROyX0KGLG7O6Ieut/seQ0oiTpHF2tXAcFbpdTLQFiaNtkyTXXocM1fwpaa60dg1qpWj0nHlbNhx6qwuENQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - number-is-nan@1.0.1: resolution: {integrity: sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==} engines: {node: '>=0.10.0'} @@ -3461,9 +2433,6 @@ packages: resolution: {integrity: sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==} engines: {node: '>=18'} - oniguruma-to-js@0.4.3: - resolution: {integrity: sha512-X0jWUcAlxORhOqqBREgPMgnshB7ZGYszBNspP+tS9hPD3l13CdaXcHbgImoHUHlrvGx/7AvFEkTRhAGYh+jzjQ==} - open@10.1.0: resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==} engines: {node: '>=18'} @@ -3488,10 +2457,6 @@ packages: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} engines: {node: '>=0.10.0'} - p-finally@1.0.0: - resolution: {integrity: sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==} - engines: {node: '>=4'} - p-limit@2.3.0: resolution: {integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==} engines: {node: '>=6'} @@ -3551,9 +2516,6 @@ packages: resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} engines: {node: '>=6'} - parse-entities@4.0.1: - resolution: {integrity: sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==} - parse-json@5.2.0: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} @@ -3562,18 +2524,6 @@ packages: resolution: {integrity: sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==} engines: {node: '>=18'} - parse-numeric-range@1.3.0: - resolution: {integrity: sha512-twN+njEipszzlMJd4ONUYgSfZPDxgHhT9Ahed5uTigpQn90FggW4SA/AIPq/6a149fTbE9qBEcSwE3FAEp6wQQ==} - - parse-path@7.0.0: - resolution: {integrity: sha512-Euf9GG8WT9CdqwuWJGdf3RkUcTBArppHABkO7Lm8IzRQp0e2r/kkFnmhu4TSK30Wcu5rVAZLmfPKSBBi9tWFog==} - - parse-url@8.1.0: - resolution: {integrity: sha512-xDvOoLU5XRrcOZvnI6b8zA6n9O9ejNk/GExuz1yBuWUGn9KA97GI6HTs6u02wKara1CeVmZhH+0TZFdWScR89w==} - - parse5@7.1.2: - resolution: {integrity: sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==} - path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} @@ -3586,10 +2536,6 @@ packages: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} - path-key@2.0.1: - resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} - engines: {node: '>=4'} - path-key@3.1.1: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} @@ -3619,9 +2565,6 @@ packages: pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} - periscopic@3.1.0: - resolution: {integrity: sha512-vKiQ8RRtkl9P+r/+oefh25C3fhybptkHKCZSPlcXiJux2tJF55GnEj3BVn4A5gKfq9NWWXXrxkHBwVPUfH0opw==} - pg-int8@1.0.1: resolution: {integrity: sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==} engines: {node: '>=4.0.0'} @@ -3659,10 +2602,6 @@ packages: resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} engines: {node: '>= 0.4'} - postcss@8.4.31: - resolution: {integrity: sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==} - engines: {node: ^10 || ^12 || >=14} - postcss@8.4.47: resolution: {integrity: sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==} engines: {node: ^10 || ^12 || >=14} @@ -3703,22 +2642,9 @@ packages: prop-types@15.8.1: resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} - property-information@6.5.0: - resolution: {integrity: sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==} - proto-list@1.2.4: resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} - protocols@2.0.1: - resolution: {integrity: sha512-/XJ368cyBJ7fzLMwLKv1e4vLxOju2MNAIokcr7meSaNcVbWz/CPcW22cP04mwxOErdA5mwjA8Q6w/cdAQxVn7Q==} - - pseudomap@1.0.2: - resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} - - punycode.js@2.3.1: - resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==} - engines: {node: '>=6'} - punycode@2.3.1: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} @@ -3738,11 +2664,6 @@ packages: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true - react-dom@18.3.1: - resolution: {integrity: sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==} - peerDependencies: - react: ^18.3.1 - react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} @@ -3752,10 +2673,6 @@ packages: react-is@18.3.1: resolution: {integrity: sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==} - react@18.3.1: - resolution: {integrity: sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==} - engines: {node: '>=0.10.0'} - read-package-up@11.0.0: resolution: {integrity: sha512-MbgfoNPANMdb4oRBNg5eqLbB2t2r+o5Ua1pNt8BqGp4I0FJZhuVSOj3PaBPni4azWuSzEdNn2evevzVmEk1ohQ==} engines: {node: '>=18'} @@ -3768,9 +2685,6 @@ packages: resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} engines: {node: '>= 6'} - reading-time@1.5.0: - resolution: {integrity: sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==} - redis-errors@1.2.0: resolution: {integrity: sha512-1qny3OExCf0UvUV/5wpYKf2YwPcOqXzkwKKSmKHiE6ZMQs5heeE/c8eXK+PNllPvmjgAbfnsbpkGZWy8cBpn9w==} engines: {node: '>=4'} @@ -3786,9 +2700,6 @@ packages: regenerator-runtime@0.14.1: resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} - regex@4.3.3: - resolution: {integrity: sha512-r/AadFO7owAq1QJVeZ/nq9jNS1vyZt+6t1p/E59B56Rn2GCya+gr1KSyOzNL/er+r+B7phv5jG2xU2Nz1YkmJg==} - regexp.prototype.flags@1.5.2: resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} engines: {node: '>= 0.4'} @@ -3801,39 +2712,6 @@ packages: resolution: {integrity: sha512-+crtS5QjFRqFCoQmvGduwYWEBng99ZvmFvF+cUJkGYF1L1BfU8C6Zp9T7f5vPAwyLkUExpvK+ANVZmGU49qi4Q==} engines: {node: '>=12'} - rehype-katex@7.0.0: - resolution: {integrity: sha512-h8FPkGE00r2XKU+/acgqwWUlyzve1IiOKwsEkg4pDL3k48PiE0Pt+/uLtVHDVkN1yA4iurZN6UES8ivHVEQV6Q==} - - rehype-pretty-code@0.9.11: - resolution: {integrity: sha512-Eq90eCYXQJISktfRZ8PPtwc5SUyH6fJcxS8XOMnHPUQZBtC6RYo67gGlley9X2nR8vlniPj0/7oCDEYHKQa/oA==} - engines: {node: '>=16'} - peerDependencies: - shiki: '*' - - rehype-raw@7.0.0: - resolution: {integrity: sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==} - - remark-gfm@3.0.1: - resolution: {integrity: sha512-lEFDoi2PICJyNrACFOfDD3JlLkuSbOa5Wd8EPt06HUdptv8Gn0bxYTdbU/XXQ3swAPkEaGxxPN9cbnMHvVu1Ig==} - - remark-math@5.1.1: - resolution: {integrity: sha512-cE5T2R/xLVtfFI4cCePtiRn+e6jKMtFDR3P8V3qpv8wpKjwvHoBA4eJzvX+nVrnlNy0911bdGmuspCSwetfYHw==} - - remark-mdx@2.3.0: - resolution: {integrity: sha512-g53hMkpM0I98MU266IzDFMrTD980gNF3BJnkyFcmN+dD873mQeD5rdMO3Y2X+x8umQfbSE0PcoEDl7ledSA+2g==} - - remark-parse@10.0.2: - resolution: {integrity: sha512-3ydxgHa/ZQzG8LvC7jTXccARYDcRld3VfcgIIFs7bI6vbRSxJJmzgLEIIoYKyrfhaY+ujuWaf/PJiMZXoiCXgw==} - - remark-reading-time@2.0.1: - resolution: {integrity: sha512-fy4BKy9SRhtYbEHvp6AItbRTnrhiDGbqLQTSYVbQPGuRCncU1ubSsh9p/W5QZSxtYcUXv8KGL0xBgPLyNJA1xw==} - - remark-rehype@10.1.0: - resolution: {integrity: sha512-EFmR5zppdBp0WQeDVZ/b66CWJipB2q2VLNFMabzDSGR66Z2fQii83G5gTBbgGEnEEA0QRussvrFHxk1HWGJskw==} - - remove-accents@0.5.0: - resolution: {integrity: sha512-8g3/Otx1eJaVD12e31UbJj1YzdtVvzH85HV7t+9MJYk/u3XmkOUJ5Ys9wQrf9PCPK8+xn4ymzqYCiZl6QWKn+A==} - require-in-the-middle@7.4.0: resolution: {integrity: sha512-X34iHADNbNDfr6OTStIAHWSAvvKQRYgLO6duASaVf7J2VA3lvmNYboAHOuLC2huav1IwgZJtyEcJCKVzFxOSMQ==} engines: {node: '>=8.6.0'} @@ -3887,9 +2765,6 @@ packages: engines: {node: 20 || >=22} hasBin: true - robust-predicates@3.0.2: - resolution: {integrity: sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==} - rollup@4.24.0: resolution: {integrity: sha512-DOmrlGSXNk1DM0ljiQA+i+o0rSLhtii1je5wgk60j49d1jHT5YYttBv1iWOnYSTG+fZZESUOSNiAl89SIet+Cg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} @@ -3910,9 +2785,6 @@ packages: run-parallel@1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} - rw@1.3.3: - resolution: {integrity: sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==} - rxjs@6.6.7: resolution: {integrity: sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==} engines: {npm: '>=2.0.0'} @@ -3920,10 +2792,6 @@ packages: rxjs@7.8.1: resolution: {integrity: sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==} - sade@1.8.1: - resolution: {integrity: sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==} - engines: {node: '>=6'} - safe-array-concat@1.1.2: resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} engines: {node: '>=0.4'} @@ -3938,20 +2806,10 @@ packages: safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - scheduler@0.23.2: - resolution: {integrity: sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ==} - scoped-regex@3.0.0: resolution: {integrity: sha512-yEsN6TuxZhZ1Tl9iB81frTNS292m0I/IG7+w8lTvfcJQP2x3vnpOoevjBoE3Np5A6KnZM2+RtVenihj9t6NiYg==} engines: {node: '>=12'} - scroll-into-view-if-needed@3.1.0: - resolution: {integrity: sha512-49oNpRjWRvnU8NyGVmUaYG4jtTkNonFZI86MmGRDqBphEK2EXT9gdEUoQPZhuBM8yWHxCWbobltqYO5M4XrUvQ==} - - section-matter@1.0.0: - resolution: {integrity: sha512-vfD3pmTzGpufjScBh50YHKzEu2lxBWhVEHsNGoEXmCmn2hKGfeNLYMzCJpe8cD7gqX7TJluOVpBkAequ6dgMmA==} - engines: {node: '>=4'} - semver-diff@4.0.0: resolution: {integrity: sha512-0Ju4+6A8iOnpL/Thra7dZsSlOHYAHIeMxfhWQRI1/VLcT3WDBZKKtQt/QkBOsiIN9ZpuvHE6cGZ0x4glCMmfiA==} engines: {node: '>=12'} @@ -3965,9 +2823,6 @@ packages: engines: {node: '>=10'} hasBin: true - server-only@0.0.1: - resolution: {integrity: sha512-qepMx2JxAa5jjfzxG79yPPq+8BuFToHd1hm7kI+Z4zAq1ftQiP7HcxMhDDItrbtwVeLg/cY2JnKnrcFkmiswNA==} - set-function-length@1.2.2: resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} engines: {node: '>= 0.4'} @@ -3976,28 +2831,14 @@ packages: resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} engines: {node: '>= 0.4'} - shebang-command@1.2.0: - resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} - engines: {node: '>=0.10.0'} - shebang-command@2.0.0: resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} engines: {node: '>=8'} - shebang-regex@1.0.0: - resolution: {integrity: sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==} - engines: {node: '>=0.10.0'} - shebang-regex@3.0.0: resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} engines: {node: '>=8'} - shiki@0.14.7: - resolution: {integrity: sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==} - - shiki@1.22.0: - resolution: {integrity: sha512-/t5LlhNs+UOKQCYBtl5ZsH/Vclz73GIqT2yQsCBygr8L/ppTdmpL4w3kPLoZJbMKVWtoG77Ue1feOjZfDxvMkw==} - shimmer@1.2.1: resolution: {integrity: sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw==} @@ -4015,10 +2856,6 @@ packages: resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} engines: {node: '>=14'} - slash@3.0.0: - resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} - engines: {node: '>=8'} - slash@4.0.0: resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} engines: {node: '>=12'} @@ -4039,13 +2876,6 @@ packages: resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==} engines: {node: '>=0.10.0'} - source-map@0.7.4: - resolution: {integrity: sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==} - engines: {node: '>= 8'} - - space-separated-tokens@2.0.2: - resolution: {integrity: sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==} - spdx-correct@3.2.0: resolution: {integrity: sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==} @@ -4058,9 +2888,6 @@ packages: spdx-license-ids@3.0.18: resolution: {integrity: sha512-xxRs31BqRYHwiMzudOrpSiHtZ8i/GeionCBDSilhYRj+9gIcI8wCZTlXZKu9vZIVqViP3dcp9qE5G6AlIaD+TQ==} - sprintf-js@1.0.3: - resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} - stackback@0.0.2: resolution: {integrity: sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==} @@ -4074,10 +2901,6 @@ packages: resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} engines: {node: '>= 0.4'} - streamsearch@1.1.0: - resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} - engines: {node: '>=10.0.0'} - string-width@1.0.2: resolution: {integrity: sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==} engines: {node: '>=0.10.0'} @@ -4118,9 +2941,6 @@ packages: string_decoder@1.3.0: resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} - stringify-entities@4.0.4: - resolution: {integrity: sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==} - strip-ansi@3.0.1: resolution: {integrity: sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==} engines: {node: '>=0.10.0'} @@ -4141,18 +2961,10 @@ packages: resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} engines: {node: '>=12'} - strip-bom-string@1.0.0: - resolution: {integrity: sha512-uCC2VHvQRYu+lMh4My/sFNmF2klFymLX1wHJeXnbEJERpV/ZsVuonzerjfrGpIGF7LBVa1O7i9kjiWvJiFck8g==} - engines: {node: '>=0.10.0'} - strip-bom@3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} engines: {node: '>=4'} - strip-eof@1.0.0: - resolution: {integrity: sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==} - engines: {node: '>=0.10.0'} - strip-final-newline@3.0.0: resolution: {integrity: sha512-dOESqjYr96iWYylGObzd39EuNTa5VJxyvVAEm5Jnh7KGo75V43Hk1odPQkNDyXNmUR6k+gEiDVXnjB8HJ3crXw==} engines: {node: '>=12'} @@ -4168,33 +2980,10 @@ packages: strip-literal@2.1.0: resolution: {integrity: sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==} - style-to-object@0.4.4: - resolution: {integrity: sha512-HYNoHZa2GorYNyqiCaBgsxvcJIn7OHq6inEga+E6Ke3m5JkoqpQbnFssk4jwe+K7AhGa2fcha4wSOf1Kn01dMg==} - - styled-jsx@5.1.1: - resolution: {integrity: sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==} - engines: {node: '>= 12.0.0'} - peerDependencies: - '@babel/core': '*' - babel-plugin-macros: '*' - react: '>= 16.8.0 || 17.x.x || ^18.0.0-0' - peerDependenciesMeta: - '@babel/core': - optional: true - babel-plugin-macros: - optional: true - - stylis@4.3.2: - resolution: {integrity: sha512-bhtUjWd/z6ltJiQwg0dUfxEJ+W+jdqQd8TbWLWyeIJHlnsqmGLRFFd8e5mA0AZi/zx90smXRlN66YMTcaSFifg==} - supports-color@2.0.0: resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==} engines: {node: '>=0.8.0'} - supports-color@4.5.0: - resolution: {integrity: sha512-ycQR/UbvI9xIlEdQT1TQqwoXtEldExbCEAJgRo5YXlmSKjv6ThHnP9/vwGa1gr19Gfw+LkFd7KqYMhzrRC5JYw==} - engines: {node: '>=4'} - supports-color@5.5.0: resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} engines: {node: '>=4'} @@ -4247,14 +3036,6 @@ packages: resolution: {integrity: sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==} engines: {node: '>=14.0.0'} - title@3.5.3: - resolution: {integrity: sha512-20JyowYglSEeCvZv3EZ0nZ046vLarO37prvV0mbtQV7C8DJPGgN967r8SJkqd3XK3K3lD3/Iyfp3avjfil8Q2Q==} - hasBin: true - - titleize@1.0.0: - resolution: {integrity: sha512-TARUb7z1pGvlLxgPk++7wJ6aycXF3GJ0sNSBTAsTuJrQG5QuZlkUQP+zl+nbjAh4gMX9yDw9ZYklMd7vAfJKEw==} - engines: {node: '>=0.10.0'} - tmp@0.0.33: resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} engines: {node: '>=0.6.0'} @@ -4263,22 +3044,12 @@ packages: resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} engines: {node: '>=8.0'} - trim-lines@3.0.1: - resolution: {integrity: sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==} - - trough@2.2.0: - resolution: {integrity: sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==} - ts-api-utils@1.3.0: resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} engines: {node: '>=16'} peerDependencies: typescript: '>=4.2.0' - ts-dedent@2.2.0: - resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==} - engines: {node: '>=6.10'} - tsconfig-paths@3.15.0: resolution: {integrity: sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==} @@ -4344,27 +3115,11 @@ packages: typedarray-to-buffer@3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} - typedoc-plugin-markdown@4.2.9: - resolution: {integrity: sha512-Wqmx+7ezKFgtTklEq/iUhQ5uFeBDhAT6wiS2na9cFLidIpl9jpDHJy/COYh8jUZXgIRIZVQ/bPNjyrnPFoDwzg==} - engines: {node: '>= 18'} - peerDependencies: - typedoc: 0.26.x - - typedoc@0.26.9: - resolution: {integrity: sha512-Rc7QpWL7EtmrT8yxV0GmhOR6xHgFnnhphbD9Suti3fz3um7ZOrou6q/g9d6+zC5PssTLZmjaW4Upmzv8T1rCcQ==} - engines: {node: '>= 18'} - hasBin: true - peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x || 5.5.x || 5.6.x - typescript@5.6.3: resolution: {integrity: sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==} engines: {node: '>=14.17'} hasBin: true - uc.micro@2.1.0: - resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} - ufo@1.5.3: resolution: {integrity: sha512-Y7HYmWaFwPUmkoQCUIAYpKqkOf+SbVj/2fJJZ4RJMCfZp0rTGwRbzQD+HghfnhKOjL9E01okqz+ncJskGYfBNw==} @@ -4378,67 +3133,10 @@ packages: resolution: {integrity: sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==} engines: {node: '>=18'} - unified@10.1.2: - resolution: {integrity: sha512-pUSWAi/RAnVy1Pif2kAoeWNBa3JVrx0MId2LASj8G+7AiHWoKZNTomq6LG326T68U7/e263X6fTdcXIy7XnF7Q==} - unique-string@3.0.0: resolution: {integrity: sha512-VGXBUVwxKMBUznyffQweQABPRRW1vHZAbadFZud4pLFAqRGvv/96vafgjWFqzourzr8YonlQiPgH0YCJfawoGQ==} engines: {node: '>=12'} - unist-util-find-after@5.0.0: - resolution: {integrity: sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==} - - unist-util-generated@2.0.1: - resolution: {integrity: sha512-qF72kLmPxAw0oN2fwpWIqbXAVyEqUzDHMsbtPvOudIlUzXYFIeQIuxXQCRCFh22B7cixvU0MG7m3MW8FTq/S+A==} - - unist-util-is@5.2.1: - resolution: {integrity: sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==} - - unist-util-is@6.0.0: - resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==} - - unist-util-position-from-estree@1.1.2: - resolution: {integrity: sha512-poZa0eXpS+/XpoQwGwl79UUdea4ol2ZuCYguVaJS4qzIOMDzbqz8a3erUCOmubSZkaOuGamb3tX790iwOIROww==} - - unist-util-position@4.0.4: - resolution: {integrity: sha512-kUBE91efOWfIVBo8xzh/uZQ7p9ffYRtUbMRZBNFYwf0RK8koUMx6dGUfwylLOKmaT2cs4wSW96QoYUSXAyEtpg==} - - unist-util-position@5.0.0: - resolution: {integrity: sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==} - - unist-util-remove-position@4.0.2: - resolution: {integrity: sha512-TkBb0HABNmxzAcfLf4qsIbFbaPDvMO6wa3b3j4VcEzFVaw1LBKwnW4/sRJ/atSLSzoIg41JWEdnE7N6DIhGDGQ==} - - unist-util-remove-position@5.0.0: - resolution: {integrity: sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==} - - unist-util-remove@4.0.0: - resolution: {integrity: sha512-b4gokeGId57UVRX/eVKej5gXqGlc9+trkORhFJpu9raqZkZhU0zm8Doi05+HaiBsMEIJowL+2WtQ5ItjsngPXg==} - - unist-util-stringify-position@3.0.3: - resolution: {integrity: sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==} - - unist-util-stringify-position@4.0.0: - resolution: {integrity: sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==} - - unist-util-visit-parents@4.1.1: - resolution: {integrity: sha512-1xAFJXAKpnnJl8G7K5KgU7FY55y3GcLIXqkzUj5QF/QVP7biUm0K0O2oqVkYsdjzJKifYeWn9+o6piAK2hGSHw==} - - unist-util-visit-parents@5.1.3: - resolution: {integrity: sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==} - - unist-util-visit-parents@6.0.1: - resolution: {integrity: sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==} - - unist-util-visit@3.1.0: - resolution: {integrity: sha512-Szoh+R/Ll68QWAyQyZZpQzZQm2UPbxibDvaY8Xc9SUtYgPsDzx5AWSk++UUt2hJuow8mvwR+rG+LQLw+KsuAKA==} - - unist-util-visit@4.1.2: - resolution: {integrity: sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==} - - unist-util-visit@5.0.0: - resolution: {integrity: sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==} - update-notifier@7.1.0: resolution: {integrity: sha512-8SV3rIqVY6EFC1WxH6L0j55s0MO79MFBS1pivmInRJg3pCEDgWHBj1Q6XByTtCLOZIFA0f6zoG9ZWf2Ks9lvTA==} engines: {node: '>=18'} @@ -4449,15 +3147,6 @@ packages: util-deprecate@1.0.2: resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - uuid@9.0.1: - resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} - hasBin: true - - uvu@0.5.6: - resolution: {integrity: sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==} - engines: {node: '>=8'} - hasBin: true - validate-npm-package-license@3.0.4: resolution: {integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==} @@ -4465,24 +3154,6 @@ packages: resolution: {integrity: sha512-OljLrQ9SQdOUqTaQxqL5dEfZWrXExyyWsozYlAWFawPVNuD83igl7uJD2RTkNMbniIYgt8l81eCJGIdQF7avLQ==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - vfile-location@5.0.2: - resolution: {integrity: sha512-NXPYyxyBSH7zB5U6+3uDdd6Nybz6o6/od9rk8bp9H8GR3L+cm/fC0uUTbqBmUTnMCUDslAGBOIKNfvvb+gGlDg==} - - vfile-matter@3.0.1: - resolution: {integrity: sha512-CAAIDwnh6ZdtrqAuxdElUqQRQDQgbbIrYtDYI8gCjXS1qQ+1XdLoK8FIZWxJwn0/I+BkSSZpar3SOgjemQz4fg==} - - vfile-message@3.1.4: - resolution: {integrity: sha512-fa0Z6P8HUrQN4BZaX05SIVXic+7kE3b05PWAtPuYP9QLHsLKYR7/AlLW3NtOrpXRLeawpDLMsVkmk5DG0NXgWw==} - - vfile-message@4.0.2: - resolution: {integrity: sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==} - - vfile@5.3.7: - resolution: {integrity: sha512-r7qlzkgErKjobAmyNIkkSpizsFPYiUPuJb5pNW1RB4JcYVZhs4lIbVqk8XPk033CV/1z8ss5pkax8SuhGpcG8g==} - - vfile@6.0.3: - resolution: {integrity: sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==} - vite-node@1.6.0: resolution: {integrity: sha512-de6HJgzC+TFzOu0NTC4RAIsyf/DY/ibWDYQUcuEA84EMHhcefTUGkjFHKKEJhQN4A+6I0u++kr3l36ZF2d7XRw==} engines: {node: ^18.0.0 || >=20.0.0} @@ -4544,21 +3215,9 @@ packages: jsdom: optional: true - vscode-oniguruma@1.7.0: - resolution: {integrity: sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==} - - vscode-textmate@8.0.0: - resolution: {integrity: sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==} - wcwidth@1.0.1: resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} - web-namespaces@2.0.1: - resolution: {integrity: sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==} - - web-worker@1.3.0: - resolution: {integrity: sha512-BSR9wyRsy/KOValMgd5kMyr3JzpdeoR9KVId8u5GVlTTAtNChlsE4yTxeY7zMdNSyOmoKBv8NH2qeRY9Tg+IaA==} - which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} @@ -4574,10 +3233,6 @@ packages: resolution: {integrity: sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==} engines: {node: '>= 0.4'} - which@1.3.1: - resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} - hasBin: true - which@2.0.2: resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} engines: {node: '>= 8'} @@ -4626,14 +3281,6 @@ packages: resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} engines: {node: '>=0.4'} - yallist@2.1.2: - resolution: {integrity: sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==} - - yaml@2.6.0: - resolution: {integrity: sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==} - engines: {node: '>= 14'} - hasBin: true - yocto-queue@0.1.0: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} @@ -4660,33 +3307,14 @@ packages: zod@3.23.8: resolution: {integrity: sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==} - zwitch@2.0.4: - resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==} - snapshots: - '@babel/code-frame@7.24.7': - dependencies: - '@babel/highlight': 7.24.7 - picocolors: 1.1.0 - '@babel/code-frame@7.25.7': dependencies: '@babel/highlight': 7.25.7 picocolors: 1.1.0 - optional: true - - '@babel/helper-validator-identifier@7.24.7': {} - - '@babel/helper-validator-identifier@7.25.7': - optional: true - '@babel/highlight@7.24.7': - dependencies: - '@babel/helper-validator-identifier': 7.24.7 - chalk: 2.4.2 - js-tokens: 4.0.0 - picocolors: 1.1.0 + '@babel/helper-validator-identifier@7.25.7': {} '@babel/highlight@7.25.7': dependencies: @@ -4694,18 +3322,10 @@ snapshots: chalk: 2.4.2 js-tokens: 4.0.0 picocolors: 1.1.0 - optional: true - - '@babel/runtime@7.24.6': - dependencies: - regenerator-runtime: 0.14.1 '@babel/runtime@7.25.7': dependencies: regenerator-runtime: 0.14.1 - optional: true - - '@braintree/sanitize-url@6.0.4': {} '@dexaai/eslint-config@1.3.6(@testing-library/dom@8.20.1)(eslint@8.57.1)(typescript@5.6.3)': dependencies: @@ -4898,13 +3518,6 @@ snapshots: '@fastify/deepmerge@2.0.0': {} - '@headlessui/react@1.7.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@tanstack/react-virtual': 3.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - client-only: 0.0.1 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - '@humanwhocodes/config-array@0.13.0': dependencies: '@humanwhocodes/object-schema': 2.0.3 @@ -4942,110 +3555,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@mdx-js/mdx@2.3.0': - dependencies: - '@types/estree-jsx': 1.0.5 - '@types/mdx': 2.0.13 - estree-util-build-jsx: 2.2.2 - estree-util-is-identifier-name: 2.1.0 - estree-util-to-js: 1.2.0 - estree-walker: 3.0.3 - hast-util-to-estree: 2.3.3 - markdown-extensions: 1.1.1 - periscopic: 3.1.0 - remark-mdx: 2.3.0 - remark-parse: 10.0.2 - remark-rehype: 10.1.0 - unified: 10.1.2 - unist-util-position-from-estree: 1.1.2 - unist-util-stringify-position: 3.0.3 - unist-util-visit: 4.1.2 - vfile: 5.3.7 - transitivePeerDependencies: - - supports-color - - '@mdx-js/react@2.3.0(react@18.3.1)': - dependencies: - '@types/mdx': 2.0.13 - '@types/react': 18.3.3 - react: 18.3.1 - - '@napi-rs/simple-git-android-arm-eabi@0.1.16': - optional: true - - '@napi-rs/simple-git-android-arm64@0.1.16': - optional: true - - '@napi-rs/simple-git-darwin-arm64@0.1.16': - optional: true - - '@napi-rs/simple-git-darwin-x64@0.1.16': - optional: true - - '@napi-rs/simple-git-linux-arm-gnueabihf@0.1.16': - optional: true - - '@napi-rs/simple-git-linux-arm64-gnu@0.1.16': - optional: true - - '@napi-rs/simple-git-linux-arm64-musl@0.1.16': - optional: true - - '@napi-rs/simple-git-linux-x64-gnu@0.1.16': - optional: true - - '@napi-rs/simple-git-linux-x64-musl@0.1.16': - optional: true - - '@napi-rs/simple-git-win32-arm64-msvc@0.1.16': - optional: true - - '@napi-rs/simple-git-win32-x64-msvc@0.1.16': - optional: true - - '@napi-rs/simple-git@0.1.16': - optionalDependencies: - '@napi-rs/simple-git-android-arm-eabi': 0.1.16 - '@napi-rs/simple-git-android-arm64': 0.1.16 - '@napi-rs/simple-git-darwin-arm64': 0.1.16 - '@napi-rs/simple-git-darwin-x64': 0.1.16 - '@napi-rs/simple-git-linux-arm-gnueabihf': 0.1.16 - '@napi-rs/simple-git-linux-arm64-gnu': 0.1.16 - '@napi-rs/simple-git-linux-arm64-musl': 0.1.16 - '@napi-rs/simple-git-linux-x64-gnu': 0.1.16 - '@napi-rs/simple-git-linux-x64-musl': 0.1.16 - '@napi-rs/simple-git-win32-arm64-msvc': 0.1.16 - '@napi-rs/simple-git-win32-x64-msvc': 0.1.16 - - '@next/env@14.2.15': {} - - '@next/swc-darwin-arm64@14.2.15': - optional: true - - '@next/swc-darwin-x64@14.2.15': - optional: true - - '@next/swc-linux-arm64-gnu@14.2.15': - optional: true - - '@next/swc-linux-arm64-musl@14.2.15': - optional: true - - '@next/swc-linux-x64-gnu@14.2.15': - optional: true - - '@next/swc-linux-x64-musl@14.2.15': - optional: true - - '@next/swc-win32-arm64-msvc@14.2.15': - optional: true - - '@next/swc-win32-ia32-msvc@14.2.15': - optional: true - - '@next/swc-win32-x64-msvc@14.2.15': - optional: true - '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5 @@ -5336,8 +3845,6 @@ snapshots: '@pnpm/network.ca-file': 1.0.2 config-chain: 1.1.13 - '@popperjs/core@2.11.8': {} - '@prisma/instrumentation@5.19.1': dependencies: '@opentelemetry/api': 1.9.0 @@ -5468,52 +3975,10 @@ snapshots: dependencies: '@sentry/types': 8.34.0 - '@shikijs/core@1.22.0': - dependencies: - '@shikijs/engine-javascript': 1.22.0 - '@shikijs/engine-oniguruma': 1.22.0 - '@shikijs/types': 1.22.0 - '@shikijs/vscode-textmate': 9.3.0 - '@types/hast': 3.0.4 - hast-util-to-html: 9.0.3 - - '@shikijs/engine-javascript@1.22.0': - dependencies: - '@shikijs/types': 1.22.0 - '@shikijs/vscode-textmate': 9.3.0 - oniguruma-to-js: 0.4.3 - - '@shikijs/engine-oniguruma@1.22.0': - dependencies: - '@shikijs/types': 1.22.0 - '@shikijs/vscode-textmate': 9.3.0 - - '@shikijs/types@1.22.0': - dependencies: - '@shikijs/vscode-textmate': 9.3.0 - '@types/hast': 3.0.4 - - '@shikijs/vscode-textmate@9.3.0': {} - '@sinclair/typebox@0.27.8': {} '@sindresorhus/merge-streams@2.3.0': {} - '@swc/counter@0.1.3': {} - - '@swc/helpers@0.5.5': - dependencies: - '@swc/counter': 0.1.3 - tslib: 2.7.0 - - '@tanstack/react-virtual@3.5.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)': - dependencies: - '@tanstack/virtual-core': 3.5.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - '@tanstack/virtual-core@3.5.0': {} - '@testing-library/dom@8.20.1': dependencies: '@babel/code-frame': 7.25.7 @@ -5526,23 +3991,6 @@ snapshots: pretty-format: 27.5.1 optional: true - '@theguild/remark-mermaid@0.0.5(react@18.3.1)': - dependencies: - mermaid: 10.9.1 - react: 18.3.1 - unist-util-visit: 5.0.0 - transitivePeerDependencies: - - supports-color - - '@theguild/remark-npm2yarn@0.2.1': - dependencies: - npm-to-yarn: 2.2.1 - unist-util-visit: 5.0.0 - - '@types/acorn@4.0.6': - dependencies: - '@types/estree': 1.0.6 - '@types/aria-query@5.0.4': optional: true @@ -5550,50 +3998,10 @@ snapshots: dependencies: '@types/node': 20.14.11 - '@types/d3-scale-chromatic@3.0.3': {} - - '@types/d3-scale@4.0.8': - dependencies: - '@types/d3-time': 3.0.3 - - '@types/d3-time@3.0.3': {} - - '@types/debug@4.1.12': - dependencies: - '@types/ms': 0.7.34 - - '@types/estree-jsx@1.0.5': - dependencies: - '@types/estree': 1.0.6 - '@types/estree@1.0.6': {} - '@types/hast@2.3.10': - dependencies: - '@types/unist': 2.0.10 - - '@types/hast@3.0.4': - dependencies: - '@types/unist': 3.0.3 - - '@types/js-yaml@4.0.9': {} - '@types/json5@0.0.29': {} - '@types/katex@0.16.7': {} - - '@types/mdast@3.0.15': - dependencies: - '@types/unist': 2.0.10 - - '@types/mdast@4.0.4': - dependencies: - '@types/unist': 3.0.3 - - '@types/mdx@2.0.13': {} - - '@types/ms@0.7.34': {} - '@types/mysql@2.15.26': dependencies: '@types/node': 20.14.11 @@ -5614,19 +4022,8 @@ snapshots: pg-protocol: 1.7.0 pg-types: 2.2.0 - '@types/prop-types@15.7.12': {} - - '@types/react@18.3.3': - dependencies: - '@types/prop-types': 15.7.12 - csstype: 3.1.3 - '@types/shimmer@1.2.0': {} - '@types/unist@2.0.10': {} - - '@types/unist@3.0.3': {} - '@typescript-eslint/eslint-plugin@8.8.1(@typescript-eslint/parser@8.8.1(eslint@8.57.1)(typescript@5.6.3))(eslint@8.57.1)(typescript@5.6.3)': dependencies: '@eslint-community/regexpp': 4.10.0 @@ -5710,13 +4107,6 @@ snapshots: '@ungap/structured-clone@1.2.0': {} - '@vercel/analytics@1.3.1(next@14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react@18.3.1)': - dependencies: - server-only: 0.0.1 - optionalDependencies: - next: 14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: 18.3.1 - '@vitest/expect@1.6.0': dependencies: '@vitest/spy': 1.6.0 @@ -5794,8 +4184,6 @@ snapshots: ansi-regex@6.0.1: {} - ansi-sequence-parser@1.1.1: {} - ansi-styles@2.2.1: {} ansi-styles@3.2.1: @@ -5814,14 +4202,6 @@ snapshots: optionalDependencies: rxjs: 6.6.7 - arch@2.2.0: {} - - arg@1.0.0: {} - - argparse@1.0.10: - dependencies: - sprintf-js: 1.0.3 - argparse@2.0.1: {} aria-query@5.1.3: @@ -5897,8 +4277,6 @@ snapshots: ast-types-flow@0.0.8: {} - astring@1.8.6: {} - available-typed-arrays@1.0.7: dependencies: possible-typed-array-names: 1.0.0 @@ -5907,8 +4285,6 @@ snapshots: axobject-query@4.1.0: {} - bail@2.0.2: {} - balanced-match@1.0.2: {} base64-js@1.5.1: {} @@ -5952,10 +4328,6 @@ snapshots: dependencies: run-applescript: 7.0.0 - busboy@1.6.0: - dependencies: - streamsearch: 1.1.0 - cac@6.7.14: {} call-bind@1.0.7: @@ -5970,10 +4342,6 @@ snapshots: camelcase@7.0.1: {} - caniuse-lite@1.0.30001668: {} - - ccount@2.0.1: {} - chai@4.4.1: dependencies: assertion-error: 1.1.0 @@ -5996,12 +4364,6 @@ snapshots: strip-ansi: 3.0.1 supports-color: 2.0.0 - chalk@2.3.0: - dependencies: - ansi-styles: 3.2.1 - escape-string-regexp: 1.0.5 - supports-color: 4.5.0 - chalk@2.4.2: dependencies: ansi-styles: 3.2.1 @@ -6015,14 +4377,6 @@ snapshots: chalk@5.3.0: {} - character-entities-html4@2.1.0: {} - - character-entities-legacy@3.0.0: {} - - character-entities@2.0.2: {} - - character-reference-invalid@2.0.1: {} - chardet@0.7.0: {} check-error@1.0.3: @@ -6058,17 +4412,8 @@ snapshots: cli-width@4.1.0: {} - client-only@0.0.1: {} - - clipboardy@1.2.2: - dependencies: - arch: 2.2.0 - execa: 0.8.0 - clone@1.0.4: {} - clsx@2.1.1: {} - cluster-key-slot@1.1.2: {} code-point-at@1.1.0: {} @@ -6085,14 +4430,6 @@ snapshots: color-name@1.1.4: {} - comma-separated-tokens@2.0.3: {} - - commander@7.2.0: {} - - commander@8.3.0: {} - - compute-scroll-into-view@3.1.0: {} - concat-map@0.0.1: {} confbox@0.1.7: {} @@ -6110,10 +4447,6 @@ snapshots: write-file-atomic: 3.0.3 xdg-basedir: 5.1.0 - cose-base@1.0.3: - dependencies: - layout-base: 1.0.2 - cosmiconfig@8.3.6(typescript@5.6.3): dependencies: import-fresh: 3.3.0 @@ -6123,12 +4456,6 @@ snapshots: optionalDependencies: typescript: 5.6.3 - cross-spawn@5.1.0: - dependencies: - lru-cache: 4.1.5 - shebang-command: 1.2.0 - which: 1.3.1 - cross-spawn@7.0.3: dependencies: path-key: 3.1.1 @@ -6139,272 +4466,85 @@ snapshots: dependencies: type-fest: 1.4.0 - csstype@3.1.3: {} + damerau-levenshtein@1.0.8: {} - cytoscape-cose-bilkent@4.1.0(cytoscape@3.29.2): + data-view-buffer@1.0.1: dependencies: - cose-base: 1.0.3 - cytoscape: 3.29.2 - - cytoscape@3.29.2: {} + call-bind: 1.0.7 + es-errors: 1.3.0 + is-data-view: 1.0.1 - d3-array@2.12.1: + data-view-byte-length@1.0.1: dependencies: - internmap: 1.0.1 + call-bind: 1.0.7 + es-errors: 1.3.0 + is-data-view: 1.0.1 - d3-array@3.2.4: + data-view-byte-offset@1.0.0: dependencies: - internmap: 2.0.3 + call-bind: 1.0.7 + es-errors: 1.3.0 + is-data-view: 1.0.1 - d3-axis@3.0.0: {} + date-fns@1.30.1: {} - d3-brush@3.0.0: + debug@3.2.7: dependencies: - d3-dispatch: 3.0.1 - d3-drag: 3.0.0 - d3-interpolate: 3.0.1 - d3-selection: 3.0.0 - d3-transition: 3.0.1(d3-selection@3.0.0) + ms: 2.1.3 - d3-chord@3.0.1: + debug@4.3.7: dependencies: - d3-path: 3.1.0 + ms: 2.1.3 - d3-color@3.1.0: {} + decircular@0.1.1: {} - d3-contour@4.0.2: - dependencies: - d3-array: 3.2.4 + dedent@1.5.3: {} - d3-delaunay@6.0.4: + deep-eql@4.1.3: dependencies: - delaunator: 5.0.1 - - d3-dispatch@3.0.1: {} + type-detect: 4.0.8 - d3-drag@3.0.0: + deep-equal@2.2.3: dependencies: - d3-dispatch: 3.0.1 - d3-selection: 3.0.0 + array-buffer-byte-length: 1.0.1 + call-bind: 1.0.7 + es-get-iterator: 1.1.3 + get-intrinsic: 1.2.4 + is-arguments: 1.1.1 + is-array-buffer: 3.0.4 + is-date-object: 1.0.5 + is-regex: 1.1.4 + is-shared-array-buffer: 1.0.3 + isarray: 2.0.5 + object-is: 1.1.6 + object-keys: 1.1.1 + object.assign: 4.1.5 + regexp.prototype.flags: 1.5.2 + side-channel: 1.0.6 + which-boxed-primitive: 1.0.2 + which-collection: 1.0.2 + which-typed-array: 1.1.15 - d3-dsv@3.0.1: - dependencies: - commander: 7.2.0 - iconv-lite: 0.6.3 - rw: 1.3.3 + deep-extend@0.6.0: {} - d3-ease@3.0.1: {} + deep-is@0.1.4: {} - d3-fetch@3.0.1: - dependencies: - d3-dsv: 3.0.1 + default-browser-id@5.0.0: {} - d3-force@3.0.0: + default-browser@5.2.1: dependencies: - d3-dispatch: 3.0.1 - d3-quadtree: 3.0.1 - d3-timer: 3.0.1 - - d3-format@3.1.0: {} + bundle-name: 4.1.0 + default-browser-id: 5.0.0 - d3-geo@3.1.1: + defaults@1.0.4: dependencies: - d3-array: 3.2.4 - - d3-hierarchy@3.1.2: {} + clone: 1.0.4 - d3-interpolate@3.0.1: + define-data-property@1.1.4: dependencies: - d3-color: 3.1.0 - - d3-path@1.0.9: {} - - d3-path@3.1.0: {} - - d3-polygon@3.0.1: {} - - d3-quadtree@3.0.1: {} - - d3-random@3.0.1: {} - - d3-sankey@0.12.3: - dependencies: - d3-array: 2.12.1 - d3-shape: 1.3.7 - - d3-scale-chromatic@3.1.0: - dependencies: - d3-color: 3.1.0 - d3-interpolate: 3.0.1 - - d3-scale@4.0.2: - dependencies: - d3-array: 3.2.4 - d3-format: 3.1.0 - d3-interpolate: 3.0.1 - d3-time: 3.1.0 - d3-time-format: 4.1.0 - - d3-selection@3.0.0: {} - - d3-shape@1.3.7: - dependencies: - d3-path: 1.0.9 - - d3-shape@3.2.0: - dependencies: - d3-path: 3.1.0 - - d3-time-format@4.1.0: - dependencies: - d3-time: 3.1.0 - - d3-time@3.1.0: - dependencies: - d3-array: 3.2.4 - - d3-timer@3.0.1: {} - - d3-transition@3.0.1(d3-selection@3.0.0): - dependencies: - d3-color: 3.1.0 - d3-dispatch: 3.0.1 - d3-ease: 3.0.1 - d3-interpolate: 3.0.1 - d3-selection: 3.0.0 - d3-timer: 3.0.1 - - d3-zoom@3.0.0: - dependencies: - d3-dispatch: 3.0.1 - d3-drag: 3.0.0 - d3-interpolate: 3.0.1 - d3-selection: 3.0.0 - d3-transition: 3.0.1(d3-selection@3.0.0) - - d3@7.9.0: - dependencies: - d3-array: 3.2.4 - d3-axis: 3.0.0 - d3-brush: 3.0.0 - d3-chord: 3.0.1 - d3-color: 3.1.0 - d3-contour: 4.0.2 - d3-delaunay: 6.0.4 - d3-dispatch: 3.0.1 - d3-drag: 3.0.0 - d3-dsv: 3.0.1 - d3-ease: 3.0.1 - d3-fetch: 3.0.1 - d3-force: 3.0.0 - d3-format: 3.1.0 - d3-geo: 3.1.1 - d3-hierarchy: 3.1.2 - d3-interpolate: 3.0.1 - d3-path: 3.1.0 - d3-polygon: 3.0.1 - d3-quadtree: 3.0.1 - d3-random: 3.0.1 - d3-scale: 4.0.2 - d3-scale-chromatic: 3.1.0 - d3-selection: 3.0.0 - d3-shape: 3.2.0 - d3-time: 3.1.0 - d3-time-format: 4.1.0 - d3-timer: 3.0.1 - d3-transition: 3.0.1(d3-selection@3.0.0) - d3-zoom: 3.0.0 - - dagre-d3-es@7.0.10: - dependencies: - d3: 7.9.0 - lodash-es: 4.17.21 - - damerau-levenshtein@1.0.8: {} - - data-view-buffer@1.0.1: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - is-data-view: 1.0.1 - - data-view-byte-length@1.0.1: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - is-data-view: 1.0.1 - - data-view-byte-offset@1.0.0: - dependencies: - call-bind: 1.0.7 - es-errors: 1.3.0 - is-data-view: 1.0.1 - - date-fns@1.30.1: {} - - dayjs@1.11.11: {} - - debug@3.2.7: - dependencies: - ms: 2.1.3 - - debug@4.3.7: - dependencies: - ms: 2.1.3 - - decircular@0.1.1: {} - - decode-named-character-reference@1.0.2: - dependencies: - character-entities: 2.0.2 - - dedent@1.5.3: {} - - deep-eql@4.1.3: - dependencies: - type-detect: 4.0.8 - - deep-equal@2.2.3: - dependencies: - array-buffer-byte-length: 1.0.1 - call-bind: 1.0.7 - es-get-iterator: 1.1.3 - get-intrinsic: 1.2.4 - is-arguments: 1.1.1 - is-array-buffer: 3.0.4 - is-date-object: 1.0.5 - is-regex: 1.1.4 - is-shared-array-buffer: 1.0.3 - isarray: 2.0.5 - object-is: 1.1.6 - object-keys: 1.1.1 - object.assign: 4.1.5 - regexp.prototype.flags: 1.5.2 - side-channel: 1.0.6 - which-boxed-primitive: 1.0.2 - which-collection: 1.0.2 - which-typed-array: 1.1.15 - - deep-extend@0.6.0: {} - - deep-is@0.1.4: {} - - default-browser-id@5.0.0: {} - - default-browser@5.2.1: - dependencies: - bundle-name: 4.1.0 - default-browser-id: 5.0.0 - - defaults@1.0.4: - dependencies: - clone: 1.0.4 - - define-data-property@1.1.4: - dependencies: - es-define-property: 1.0.0 - es-errors: 1.3.0 - gopd: 1.0.1 + es-define-property: 1.0.0 + es-errors: 1.3.0 + gopd: 1.0.1 define-lazy-prop@3.0.0: {} @@ -6425,22 +4565,10 @@ snapshots: rimraf: 3.0.2 slash: 4.0.0 - delaunator@5.0.1: - dependencies: - robust-predicates: 3.0.2 - denque@2.1.0: {} - dequal@2.0.3: {} - - devlop@1.1.0: - dependencies: - dequal: 2.0.3 - diff-sequences@29.6.3: {} - diff@5.2.0: {} - dir-glob@3.0.1: dependencies: path-type: 4.0.0 @@ -6456,8 +4584,6 @@ snapshots: dom-accessibility-api@0.5.16: optional: true - dompurify@3.1.5: {} - dot-prop@6.0.1: dependencies: is-obj: 2.0.0 @@ -6477,8 +4603,6 @@ snapshots: elegant-spinner@1.0.1: {} - elkjs@0.9.3: {} - emoji-regex@8.0.0: {} emoji-regex@9.2.2: {} @@ -6488,8 +4612,6 @@ snapshots: graceful-fs: 4.2.11 tapable: 2.2.1 - entities@4.5.0: {} - error-ex@1.3.2: dependencies: is-arrayish: 0.2.1 @@ -6732,7 +4854,7 @@ snapshots: eslint-plugin-jest-dom@5.4.0(@testing-library/dom@8.20.1)(eslint@8.57.1): dependencies: - '@babel/runtime': 7.24.6 + '@babel/runtime': 7.25.7 eslint: 8.57.1 requireindex: 1.2.0 optionalDependencies: @@ -6854,8 +4976,6 @@ snapshots: acorn-jsx: 5.3.2(acorn@8.12.1) eslint-visitor-keys: 3.4.3 - esprima@4.0.1: {} - esquery@1.5.0: dependencies: estraverse: 5.3.0 @@ -6866,49 +4986,12 @@ snapshots: estraverse@5.3.0: {} - estree-util-attach-comments@2.1.1: - dependencies: - '@types/estree': 1.0.6 - - estree-util-build-jsx@2.2.2: - dependencies: - '@types/estree-jsx': 1.0.5 - estree-util-is-identifier-name: 2.1.0 - estree-walker: 3.0.3 - - estree-util-is-identifier-name@2.1.0: {} - - estree-util-to-js@1.2.0: - dependencies: - '@types/estree-jsx': 1.0.5 - astring: 1.8.6 - source-map: 0.7.4 - - estree-util-value-to-estree@1.3.0: - dependencies: - is-plain-obj: 3.0.0 - - estree-util-visit@1.2.1: - dependencies: - '@types/estree-jsx': 1.0.5 - '@types/unist': 2.0.10 - estree-walker@3.0.3: dependencies: '@types/estree': 1.0.6 esutils@2.0.3: {} - execa@0.8.0: - dependencies: - cross-spawn: 5.1.0 - get-stream: 3.0.0 - is-stream: 1.1.0 - npm-run-path: 2.0.2 - p-finally: 1.0.0 - signal-exit: 3.0.7 - strip-eof: 1.0.0 - execa@8.0.1: dependencies: cross-spawn: 7.0.3 @@ -6923,12 +5006,6 @@ snapshots: exit-hook@4.0.0: {} - extend-shallow@2.0.1: - dependencies: - is-extendable: 0.1.1 - - extend@3.0.2: {} - external-editor@3.1.0: dependencies: chardet: 0.7.0 @@ -6994,10 +5071,6 @@ snapshots: flatted@3.3.1: {} - flexsearch@0.7.43: {} - - focus-visible@5.2.0: {} - for-each@0.3.3: dependencies: is-callable: 1.2.7 @@ -7033,8 +5106,6 @@ snapshots: has-symbols: 1.0.3 hasown: 2.0.2 - get-stream@3.0.0: {} - get-stream@8.0.1: {} get-symbol-description@1.0.2: @@ -7047,17 +5118,6 @@ snapshots: dependencies: resolve-pkg-maps: 1.0.0 - git-up@7.0.0: - dependencies: - is-ssh: 1.4.0 - parse-url: 8.1.0 - - git-url-parse@13.1.1: - dependencies: - git-up: 7.0.0 - - github-slugger@2.0.0: {} - github-url-from-git@1.5.0: {} glob-parent@5.1.2: @@ -7126,21 +5186,12 @@ snapshots: graphemer@1.4.0: {} - gray-matter@4.0.3: - dependencies: - js-yaml: 3.14.1 - kind-of: 6.0.3 - section-matter: 1.0.0 - strip-bom-string: 1.0.0 - has-ansi@2.0.0: dependencies: ansi-regex: 2.1.1 has-bigints@1.0.2: {} - has-flag@2.0.0: {} - has-flag@3.0.0: {} has-flag@4.0.0: {} @@ -7157,12 +5208,6 @@ snapshots: dependencies: has-symbols: 1.0.3 - hash-obj@4.0.0: - dependencies: - is-obj: 3.0.0 - sort-keys: 5.0.0 - type-fest: 1.4.0 - hash-object@5.0.1: dependencies: decircular: 0.1.1 @@ -7174,144 +5219,16 @@ snapshots: dependencies: function-bind: 1.1.2 - hast-util-from-dom@5.0.0: - dependencies: - '@types/hast': 3.0.4 - hastscript: 8.0.0 - web-namespaces: 2.0.1 - - hast-util-from-html-isomorphic@2.0.0: - dependencies: - '@types/hast': 3.0.4 - hast-util-from-dom: 5.0.0 - hast-util-from-html: 2.0.1 - unist-util-remove-position: 5.0.0 - - hast-util-from-html@2.0.1: - dependencies: - '@types/hast': 3.0.4 - devlop: 1.1.0 - hast-util-from-parse5: 8.0.1 - parse5: 7.1.2 - vfile: 6.0.3 - vfile-message: 4.0.2 - - hast-util-from-parse5@8.0.1: - dependencies: - '@types/hast': 3.0.4 - '@types/unist': 3.0.3 - devlop: 1.1.0 - hastscript: 8.0.0 - property-information: 6.5.0 - vfile: 6.0.3 - vfile-location: 5.0.2 - web-namespaces: 2.0.1 - - hast-util-is-element@3.0.0: - dependencies: - '@types/hast': 3.0.4 - - hast-util-parse-selector@4.0.0: - dependencies: - '@types/hast': 3.0.4 - - hast-util-raw@9.0.3: - dependencies: - '@types/hast': 3.0.4 - '@types/unist': 3.0.3 - '@ungap/structured-clone': 1.2.0 - hast-util-from-parse5: 8.0.1 - hast-util-to-parse5: 8.0.0 - html-void-elements: 3.0.0 - mdast-util-to-hast: 13.2.0 - parse5: 7.1.2 - unist-util-position: 5.0.0 - unist-util-visit: 5.0.0 - vfile: 6.0.3 - web-namespaces: 2.0.1 - zwitch: 2.0.4 - - hast-util-to-estree@2.3.3: - dependencies: - '@types/estree': 1.0.6 - '@types/estree-jsx': 1.0.5 - '@types/hast': 2.3.10 - '@types/unist': 2.0.10 - comma-separated-tokens: 2.0.3 - estree-util-attach-comments: 2.1.1 - estree-util-is-identifier-name: 2.1.0 - hast-util-whitespace: 2.0.1 - mdast-util-mdx-expression: 1.3.2 - mdast-util-mdxjs-esm: 1.3.1 - property-information: 6.5.0 - space-separated-tokens: 2.0.2 - style-to-object: 0.4.4 - unist-util-position: 4.0.4 - zwitch: 2.0.4 - transitivePeerDependencies: - - supports-color - - hast-util-to-html@9.0.3: - dependencies: - '@types/hast': 3.0.4 - '@types/unist': 3.0.3 - ccount: 2.0.1 - comma-separated-tokens: 2.0.3 - hast-util-whitespace: 3.0.0 - html-void-elements: 3.0.0 - mdast-util-to-hast: 13.2.0 - property-information: 6.5.0 - space-separated-tokens: 2.0.2 - stringify-entities: 4.0.4 - zwitch: 2.0.4 - - hast-util-to-parse5@8.0.0: - dependencies: - '@types/hast': 3.0.4 - comma-separated-tokens: 2.0.3 - devlop: 1.1.0 - property-information: 6.5.0 - space-separated-tokens: 2.0.2 - web-namespaces: 2.0.1 - zwitch: 2.0.4 - - hast-util-to-text@4.0.2: - dependencies: - '@types/hast': 3.0.4 - '@types/unist': 3.0.3 - hast-util-is-element: 3.0.0 - unist-util-find-after: 5.0.0 - - hast-util-whitespace@2.0.1: {} - - hast-util-whitespace@3.0.0: - dependencies: - '@types/hast': 3.0.4 - - hastscript@8.0.0: - dependencies: - '@types/hast': 3.0.4 - comma-separated-tokens: 2.0.3 - hast-util-parse-selector: 4.0.0 - property-information: 6.5.0 - space-separated-tokens: 2.0.2 - hosted-git-info@7.0.2: dependencies: lru-cache: 10.4.3 - html-void-elements@3.0.0: {} - human-signals@5.0.0: {} iconv-lite@0.4.24: dependencies: safer-buffer: 2.1.2 - iconv-lite@0.6.3: - dependencies: - safer-buffer: 2.1.2 - ieee754@1.2.1: {} ignore-walk@6.0.5: @@ -7358,8 +5275,6 @@ snapshots: ini@4.1.1: {} - inline-style-parser@0.1.1: {} - inquirer-autosubmit-prompt@0.2.0: dependencies: chalk: 2.4.2 @@ -7419,12 +5334,6 @@ snapshots: hasown: 2.0.2 side-channel: 1.0.6 - internmap@1.0.1: {} - - internmap@2.0.3: {} - - intersection-observer@0.12.2: {} - ioredis@5.4.1: dependencies: '@ioredis/commands': 1.2.0 @@ -7439,13 +5348,6 @@ snapshots: transitivePeerDependencies: - supports-color - is-alphabetical@2.0.1: {} - - is-alphanumerical@2.0.1: - dependencies: - is-alphabetical: 2.0.1 - is-decimal: 2.0.1 - is-arguments@1.1.1: dependencies: call-bind: 1.0.7 @@ -7471,18 +5373,12 @@ snapshots: call-bind: 1.0.7 has-tostringtag: 1.0.2 - is-buffer@2.0.5: {} - is-bun-module@1.2.1: dependencies: semver: 7.6.3 is-callable@1.2.7: {} - is-core-module@2.13.1: - dependencies: - hasown: 2.0.2 - is-core-module@2.15.1: dependencies: hasown: 2.0.2 @@ -7495,12 +5391,8 @@ snapshots: dependencies: has-tostringtag: 1.0.2 - is-decimal@2.0.1: {} - is-docker@3.0.0: {} - is-extendable@0.1.1: {} - is-extglob@2.1.1: {} is-finalizationregistry@1.0.2: @@ -7523,8 +5415,6 @@ snapshots: dependencies: is-extglob: 2.1.1 - is-hexadecimal@2.0.1: {} - is-in-ci@0.1.0: {} is-inside-container@1.0.0: @@ -7566,16 +5456,10 @@ snapshots: is-path-inside@4.0.0: {} - is-plain-obj@3.0.0: {} - is-plain-obj@4.1.0: {} is-promise@2.2.2: {} - is-reference@3.0.2: - dependencies: - '@types/estree': 1.0.6 - is-regex@1.1.4: dependencies: call-bind: 1.0.7 @@ -7591,10 +5475,6 @@ snapshots: dependencies: call-bind: 1.0.7 - is-ssh@1.4.0: - dependencies: - protocols: 2.0.1 - is-stream@1.1.0: {} is-stream@3.0.0: {} @@ -7658,11 +5538,6 @@ snapshots: js-tokens@9.0.0: {} - js-yaml@3.14.1: - dependencies: - argparse: 1.0.10 - esprima: 4.0.1 - js-yaml@4.1.0: dependencies: argparse: 2.0.1 @@ -7679,8 +5554,6 @@ snapshots: dependencies: minimist: 1.2.8 - jsonc-parser@3.2.1: {} - jsonrepair@3.8.1: {} jsx-ast-utils@3.3.5: @@ -7690,20 +5563,10 @@ snapshots: object.assign: 4.1.5 object.values: 1.2.0 - katex@0.16.10: - dependencies: - commander: 8.3.0 - keyv@4.5.4: dependencies: json-buffer: 3.0.1 - khroma@2.1.0: {} - - kind-of@6.0.3: {} - - kleur@4.1.5: {} - ky@1.7.2: {} language-subtag-registry@0.3.23: {} @@ -7716,8 +5579,6 @@ snapshots: dependencies: package-json: 10.0.1 - layout-base@1.0.2: {} - levn@0.4.1: dependencies: prelude-ls: 1.2.1 @@ -7725,10 +5586,6 @@ snapshots: lines-and-columns@1.2.4: {} - linkify-it@5.0.0: - dependencies: - uc.micro: 2.1.0 - listr-input@0.2.1: dependencies: inquirer: 7.3.3 @@ -7785,12 +5642,8 @@ snapshots: dependencies: p-locate: 5.0.0 - lodash-es@4.17.21: {} - lodash.defaults@4.2.0: {} - lodash.get@4.4.2: {} - lodash.isarguments@3.1.0: {} lodash.merge@4.6.2: {} @@ -7819,8 +5672,6 @@ snapshots: cli-cursor: 2.1.0 wrap-ansi: 3.0.1 - longest-streak@3.1.0: {} - loose-envify@1.4.0: dependencies: js-tokens: 4.0.0 @@ -7833,13 +5684,6 @@ snapshots: lru-cache@11.0.0: {} - lru-cache@4.1.5: - dependencies: - pseudomap: 1.0.2 - yallist: 2.1.2 - - lunr@2.3.9: {} - lz-string@1.5.0: optional: true @@ -7847,540 +5691,34 @@ snapshots: dependencies: '@jridgewell/sourcemap-codec': 1.4.15 - markdown-extensions@1.1.1: {} + meow@13.2.0: {} - markdown-it@14.1.0: - dependencies: - argparse: 2.0.1 - entities: 4.5.0 - linkify-it: 5.0.0 - mdurl: 2.0.0 - punycode.js: 2.3.1 - uc.micro: 2.1.0 + merge-stream@2.0.0: {} - markdown-table@3.0.3: {} + merge2@1.4.1: {} - match-sorter@6.3.4: + micromatch@4.0.7: dependencies: - '@babel/runtime': 7.24.6 - remove-accents: 0.5.0 + braces: 3.0.3 + picomatch: 2.3.1 - mdast-util-definitions@5.1.2: - dependencies: - '@types/mdast': 3.0.15 - '@types/unist': 2.0.10 - unist-util-visit: 4.1.2 + mimic-fn@1.2.0: {} - mdast-util-find-and-replace@2.2.2: - dependencies: - '@types/mdast': 3.0.15 - escape-string-regexp: 5.0.0 - unist-util-is: 5.2.1 - unist-util-visit-parents: 5.1.3 - - mdast-util-from-markdown@1.3.1: - dependencies: - '@types/mdast': 3.0.15 - '@types/unist': 2.0.10 - decode-named-character-reference: 1.0.2 - mdast-util-to-string: 3.2.0 - micromark: 3.2.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-decode-string: 1.1.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - unist-util-stringify-position: 3.0.3 - uvu: 0.5.6 - transitivePeerDependencies: - - supports-color + mimic-fn@2.1.0: {} - mdast-util-gfm-autolink-literal@1.0.3: - dependencies: - '@types/mdast': 3.0.15 - ccount: 2.0.1 - mdast-util-find-and-replace: 2.2.2 - micromark-util-character: 1.2.0 + mimic-fn@4.0.0: {} - mdast-util-gfm-footnote@1.0.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-markdown: 1.5.0 - micromark-util-normalize-identifier: 1.1.0 + mimic-function@5.0.1: {} - mdast-util-gfm-strikethrough@1.0.3: + minimatch@10.0.1: dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-markdown: 1.5.0 + brace-expansion: 2.0.1 - mdast-util-gfm-table@1.0.7: + minimatch@3.1.2: dependencies: - '@types/mdast': 3.0.15 - markdown-table: 3.0.3 - mdast-util-from-markdown: 1.3.1 - mdast-util-to-markdown: 1.5.0 - transitivePeerDependencies: - - supports-color + brace-expansion: 1.1.11 - mdast-util-gfm-task-list-item@1.0.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-to-markdown: 1.5.0 - - mdast-util-gfm@2.0.2: - dependencies: - mdast-util-from-markdown: 1.3.1 - mdast-util-gfm-autolink-literal: 1.0.3 - mdast-util-gfm-footnote: 1.0.2 - mdast-util-gfm-strikethrough: 1.0.3 - mdast-util-gfm-table: 1.0.7 - mdast-util-gfm-task-list-item: 1.0.2 - mdast-util-to-markdown: 1.5.0 - transitivePeerDependencies: - - supports-color - - mdast-util-math@2.0.2: - dependencies: - '@types/mdast': 3.0.15 - longest-streak: 3.1.0 - mdast-util-to-markdown: 1.5.0 - - mdast-util-mdx-expression@1.3.2: - dependencies: - '@types/estree-jsx': 1.0.5 - '@types/hast': 2.3.10 - '@types/mdast': 3.0.15 - mdast-util-from-markdown: 1.3.1 - mdast-util-to-markdown: 1.5.0 - transitivePeerDependencies: - - supports-color - - mdast-util-mdx-jsx@2.1.4: - dependencies: - '@types/estree-jsx': 1.0.5 - '@types/hast': 2.3.10 - '@types/mdast': 3.0.15 - '@types/unist': 2.0.10 - ccount: 2.0.1 - mdast-util-from-markdown: 1.3.1 - mdast-util-to-markdown: 1.5.0 - parse-entities: 4.0.1 - stringify-entities: 4.0.4 - unist-util-remove-position: 4.0.2 - unist-util-stringify-position: 3.0.3 - vfile-message: 3.1.4 - transitivePeerDependencies: - - supports-color - - mdast-util-mdx@2.0.1: - dependencies: - mdast-util-from-markdown: 1.3.1 - mdast-util-mdx-expression: 1.3.2 - mdast-util-mdx-jsx: 2.1.4 - mdast-util-mdxjs-esm: 1.3.1 - mdast-util-to-markdown: 1.5.0 - transitivePeerDependencies: - - supports-color - - mdast-util-mdxjs-esm@1.3.1: - dependencies: - '@types/estree-jsx': 1.0.5 - '@types/hast': 2.3.10 - '@types/mdast': 3.0.15 - mdast-util-from-markdown: 1.3.1 - mdast-util-to-markdown: 1.5.0 - transitivePeerDependencies: - - supports-color - - mdast-util-phrasing@3.0.1: - dependencies: - '@types/mdast': 3.0.15 - unist-util-is: 5.2.1 - - mdast-util-to-hast@12.3.0: - dependencies: - '@types/hast': 2.3.10 - '@types/mdast': 3.0.15 - mdast-util-definitions: 5.1.2 - micromark-util-sanitize-uri: 1.2.0 - trim-lines: 3.0.1 - unist-util-generated: 2.0.1 - unist-util-position: 4.0.4 - unist-util-visit: 4.1.2 - - mdast-util-to-hast@13.2.0: - dependencies: - '@types/hast': 3.0.4 - '@types/mdast': 4.0.4 - '@ungap/structured-clone': 1.2.0 - devlop: 1.1.0 - micromark-util-sanitize-uri: 2.0.0 - trim-lines: 3.0.1 - unist-util-position: 5.0.0 - unist-util-visit: 5.0.0 - vfile: 6.0.3 - - mdast-util-to-markdown@1.5.0: - dependencies: - '@types/mdast': 3.0.15 - '@types/unist': 2.0.10 - longest-streak: 3.1.0 - mdast-util-phrasing: 3.0.1 - mdast-util-to-string: 3.2.0 - micromark-util-decode-string: 1.1.0 - unist-util-visit: 4.1.2 - zwitch: 2.0.4 - - mdast-util-to-string@3.2.0: - dependencies: - '@types/mdast': 3.0.15 - - mdurl@2.0.0: {} - - meow@13.2.0: {} - - merge-stream@2.0.0: {} - - merge2@1.4.1: {} - - mermaid@10.9.1: - dependencies: - '@braintree/sanitize-url': 6.0.4 - '@types/d3-scale': 4.0.8 - '@types/d3-scale-chromatic': 3.0.3 - cytoscape: 3.29.2 - cytoscape-cose-bilkent: 4.1.0(cytoscape@3.29.2) - d3: 7.9.0 - d3-sankey: 0.12.3 - dagre-d3-es: 7.0.10 - dayjs: 1.11.11 - dompurify: 3.1.5 - elkjs: 0.9.3 - katex: 0.16.10 - khroma: 2.1.0 - lodash-es: 4.17.21 - mdast-util-from-markdown: 1.3.1 - non-layered-tidy-tree-layout: 2.0.2 - stylis: 4.3.2 - ts-dedent: 2.2.0 - uuid: 9.0.1 - web-worker: 1.3.0 - transitivePeerDependencies: - - supports-color - - micromark-core-commonmark@1.1.0: - dependencies: - decode-named-character-reference: 1.0.2 - micromark-factory-destination: 1.1.0 - micromark-factory-label: 1.1.0 - micromark-factory-space: 1.1.0 - micromark-factory-title: 1.1.0 - micromark-factory-whitespace: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-chunked: 1.1.0 - micromark-util-classify-character: 1.1.0 - micromark-util-html-tag-name: 1.2.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-resolve-all: 1.1.0 - micromark-util-subtokenize: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - - micromark-extension-gfm-autolink-literal@1.0.5: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-sanitize-uri: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-extension-gfm-footnote@1.1.2: - dependencies: - micromark-core-commonmark: 1.1.0 - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-sanitize-uri: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - - micromark-extension-gfm-strikethrough@1.0.7: - dependencies: - micromark-util-chunked: 1.1.0 - micromark-util-classify-character: 1.1.0 - micromark-util-resolve-all: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - - micromark-extension-gfm-table@1.0.7: - dependencies: - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - - micromark-extension-gfm-tagfilter@1.0.2: - dependencies: - micromark-util-types: 1.1.0 - - micromark-extension-gfm-task-list-item@1.0.5: - dependencies: - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - - micromark-extension-gfm@2.0.3: - dependencies: - micromark-extension-gfm-autolink-literal: 1.0.5 - micromark-extension-gfm-footnote: 1.1.2 - micromark-extension-gfm-strikethrough: 1.0.7 - micromark-extension-gfm-table: 1.0.7 - micromark-extension-gfm-tagfilter: 1.0.2 - micromark-extension-gfm-task-list-item: 1.0.5 - micromark-util-combine-extensions: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-extension-math@2.1.2: - dependencies: - '@types/katex': 0.16.7 - katex: 0.16.10 - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - - micromark-extension-mdx-expression@1.0.8: - dependencies: - '@types/estree': 1.0.6 - micromark-factory-mdx-expression: 1.0.9 - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-events-to-acorn: 1.2.3 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - - micromark-extension-mdx-jsx@1.0.5: - dependencies: - '@types/acorn': 4.0.6 - '@types/estree': 1.0.6 - estree-util-is-identifier-name: 2.1.0 - micromark-factory-mdx-expression: 1.0.9 - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - vfile-message: 3.1.4 - - micromark-extension-mdx-md@1.0.1: - dependencies: - micromark-util-types: 1.1.0 - - micromark-extension-mdxjs-esm@1.0.5: - dependencies: - '@types/estree': 1.0.6 - micromark-core-commonmark: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-events-to-acorn: 1.2.3 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - unist-util-position-from-estree: 1.1.2 - uvu: 0.5.6 - vfile-message: 3.1.4 - - micromark-extension-mdxjs@1.0.1: - dependencies: - acorn: 8.12.1 - acorn-jsx: 5.3.2(acorn@8.12.1) - micromark-extension-mdx-expression: 1.0.8 - micromark-extension-mdx-jsx: 1.0.5 - micromark-extension-mdx-md: 1.0.1 - micromark-extension-mdxjs-esm: 1.0.5 - micromark-util-combine-extensions: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-factory-destination@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-factory-label@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - - micromark-factory-mdx-expression@1.0.9: - dependencies: - '@types/estree': 1.0.6 - micromark-util-character: 1.2.0 - micromark-util-events-to-acorn: 1.2.3 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - unist-util-position-from-estree: 1.1.2 - uvu: 0.5.6 - vfile-message: 3.1.4 - - micromark-factory-space@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-types: 1.1.0 - - micromark-factory-title@1.1.0: - dependencies: - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-factory-whitespace@1.1.0: - dependencies: - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-util-character@1.2.0: - dependencies: - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-util-character@2.1.0: - dependencies: - micromark-util-symbol: 2.0.0 - micromark-util-types: 2.0.0 - - micromark-util-chunked@1.1.0: - dependencies: - micromark-util-symbol: 1.1.0 - - micromark-util-classify-character@1.1.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-util-combine-extensions@1.1.0: - dependencies: - micromark-util-chunked: 1.1.0 - micromark-util-types: 1.1.0 - - micromark-util-decode-numeric-character-reference@1.1.0: - dependencies: - micromark-util-symbol: 1.1.0 - - micromark-util-decode-string@1.1.0: - dependencies: - decode-named-character-reference: 1.0.2 - micromark-util-character: 1.2.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-symbol: 1.1.0 - - micromark-util-encode@1.1.0: {} - - micromark-util-encode@2.0.0: {} - - micromark-util-events-to-acorn@1.2.3: - dependencies: - '@types/acorn': 4.0.6 - '@types/estree': 1.0.6 - '@types/unist': 2.0.10 - estree-util-visit: 1.2.1 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - vfile-message: 3.1.4 - - micromark-util-html-tag-name@1.2.0: {} - - micromark-util-normalize-identifier@1.1.0: - dependencies: - micromark-util-symbol: 1.1.0 - - micromark-util-resolve-all@1.1.0: - dependencies: - micromark-util-types: 1.1.0 - - micromark-util-sanitize-uri@1.2.0: - dependencies: - micromark-util-character: 1.2.0 - micromark-util-encode: 1.1.0 - micromark-util-symbol: 1.1.0 - - micromark-util-sanitize-uri@2.0.0: - dependencies: - micromark-util-character: 2.1.0 - micromark-util-encode: 2.0.0 - micromark-util-symbol: 2.0.0 - - micromark-util-subtokenize@1.1.0: - dependencies: - micromark-util-chunked: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - - micromark-util-symbol@1.1.0: {} - - micromark-util-symbol@2.0.0: {} - - micromark-util-types@1.1.0: {} - - micromark-util-types@2.0.0: {} - - micromark@3.2.0: - dependencies: - '@types/debug': 4.1.12 - debug: 4.3.7 - decode-named-character-reference: 1.0.2 - micromark-core-commonmark: 1.1.0 - micromark-factory-space: 1.1.0 - micromark-util-character: 1.2.0 - micromark-util-chunked: 1.1.0 - micromark-util-combine-extensions: 1.1.0 - micromark-util-decode-numeric-character-reference: 1.1.0 - micromark-util-encode: 1.1.0 - micromark-util-normalize-identifier: 1.1.0 - micromark-util-resolve-all: 1.1.0 - micromark-util-sanitize-uri: 1.2.0 - micromark-util-subtokenize: 1.1.0 - micromark-util-symbol: 1.1.0 - micromark-util-types: 1.1.0 - uvu: 0.5.6 - transitivePeerDependencies: - - supports-color - - micromatch@4.0.7: - dependencies: - braces: 3.0.3 - picomatch: 2.3.1 - - mimic-fn@1.2.0: {} - - mimic-fn@2.1.0: {} - - mimic-fn@4.0.0: {} - - mimic-function@5.0.1: {} - - minimatch@10.0.1: - dependencies: - brace-expansion: 2.0.1 - - minimatch@3.1.2: - dependencies: - brace-expansion: 1.1.11 - - minimatch@9.0.5: + minimatch@9.0.5: dependencies: brace-expansion: 2.0.1 @@ -8397,8 +5735,6 @@ snapshots: module-details-from-path@1.0.3: {} - mri@1.2.0: {} - ms@2.1.3: {} mute-stream@0.0.7: {} @@ -8415,111 +5751,6 @@ snapshots: dependencies: type-fest: 2.19.0 - next-mdx-remote@4.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1): - dependencies: - '@mdx-js/mdx': 2.3.0 - '@mdx-js/react': 2.3.0(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - vfile: 5.3.7 - vfile-matter: 3.0.1 - transitivePeerDependencies: - - supports-color - - next-seo@6.5.0(next@14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): - dependencies: - next: 14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - next-themes@0.2.1(next@14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): - dependencies: - next: 14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - - next@14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): - dependencies: - '@next/env': 14.2.15 - '@swc/helpers': 0.5.5 - busboy: 1.6.0 - caniuse-lite: 1.0.30001668 - graceful-fs: 4.2.11 - postcss: 8.4.31 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - styled-jsx: 5.1.1(react@18.3.1) - optionalDependencies: - '@next/swc-darwin-arm64': 14.2.15 - '@next/swc-darwin-x64': 14.2.15 - '@next/swc-linux-arm64-gnu': 14.2.15 - '@next/swc-linux-arm64-musl': 14.2.15 - '@next/swc-linux-x64-gnu': 14.2.15 - '@next/swc-linux-x64-musl': 14.2.15 - '@next/swc-win32-arm64-msvc': 14.2.15 - '@next/swc-win32-ia32-msvc': 14.2.15 - '@next/swc-win32-x64-msvc': 14.2.15 - '@opentelemetry/api': 1.9.0 - transitivePeerDependencies: - - '@babel/core' - - babel-plugin-macros - - nextra-theme-docs@2.13.2(next@14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@2.13.2(next@14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): - dependencies: - '@headlessui/react': 1.7.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@popperjs/core': 2.11.8 - clsx: 2.1.1 - escape-string-regexp: 5.0.0 - flexsearch: 0.7.43 - focus-visible: 5.2.0 - git-url-parse: 13.1.1 - intersection-observer: 0.12.2 - match-sorter: 6.3.4 - next: 14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - next-seo: 6.5.0(next@14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - next-themes: 0.2.1(next@14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - nextra: 2.13.2(next@14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - scroll-into-view-if-needed: 3.1.0 - zod: 3.23.8 - - nextra@2.13.2(next@14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1): - dependencies: - '@headlessui/react': 1.7.19(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - '@mdx-js/mdx': 2.3.0 - '@mdx-js/react': 2.3.0(react@18.3.1) - '@napi-rs/simple-git': 0.1.16 - '@theguild/remark-mermaid': 0.0.5(react@18.3.1) - '@theguild/remark-npm2yarn': 0.2.1 - clsx: 2.1.1 - github-slugger: 2.0.0 - graceful-fs: 4.2.11 - gray-matter: 4.0.3 - katex: 0.16.10 - lodash.get: 4.4.2 - next: 14.2.15(@opentelemetry/api@1.9.0)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - next-mdx-remote: 4.4.1(react-dom@18.3.1(react@18.3.1))(react@18.3.1) - p-limit: 3.1.0 - react: 18.3.1 - react-dom: 18.3.1(react@18.3.1) - rehype-katex: 7.0.0 - rehype-pretty-code: 0.9.11(shiki@0.14.7) - rehype-raw: 7.0.0 - remark-gfm: 3.0.1 - remark-math: 5.1.1 - remark-reading-time: 2.0.1 - shiki: 0.14.7 - slash: 3.0.0 - title: 3.5.3 - unist-util-remove: 4.0.0 - unist-util-visit: 5.0.0 - zod: 3.23.8 - transitivePeerDependencies: - - supports-color - - non-layered-tidy-tree-layout@2.0.2: {} - normalize-package-data@6.0.2: dependencies: hosted-git-info: 7.0.2 @@ -8581,16 +5812,10 @@ snapshots: registry-url: 6.0.1 validate-npm-package-name: 5.0.1 - npm-run-path@2.0.2: - dependencies: - path-key: 2.0.1 - npm-run-path@5.3.0: dependencies: path-key: 4.0.0 - npm-to-yarn@2.2.1: {} - number-is-nan@1.0.1: {} object-assign@4.1.1: {} @@ -8656,10 +5881,6 @@ snapshots: dependencies: mimic-function: 5.0.1 - oniguruma-to-js@0.4.3: - dependencies: - regex: 4.3.3 - open@10.1.0: dependencies: default-browser: 5.2.1 @@ -8696,8 +5917,6 @@ snapshots: os-tmpdir@1.0.2: {} - p-finally@1.0.0: {} - p-limit@2.3.0: dependencies: p-try: 2.2.0 @@ -8750,52 +5969,25 @@ snapshots: dependencies: callsites: 3.1.0 - parse-entities@4.0.1: - dependencies: - '@types/unist': 2.0.10 - character-entities: 2.0.2 - character-entities-legacy: 3.0.0 - character-reference-invalid: 2.0.1 - decode-named-character-reference: 1.0.2 - is-alphanumerical: 2.0.1 - is-decimal: 2.0.1 - is-hexadecimal: 2.0.1 - parse-json@5.2.0: dependencies: - '@babel/code-frame': 7.24.7 + '@babel/code-frame': 7.25.7 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.2.4 parse-json@8.1.0: dependencies: - '@babel/code-frame': 7.24.7 + '@babel/code-frame': 7.25.7 index-to-position: 0.1.2 type-fest: 4.26.1 - parse-numeric-range@1.3.0: {} - - parse-path@7.0.0: - dependencies: - protocols: 2.0.1 - - parse-url@8.1.0: - dependencies: - parse-path: 7.0.0 - - parse5@7.1.2: - dependencies: - entities: 4.5.0 - path-exists@4.0.0: {} path-exists@5.0.0: {} path-is-absolute@1.0.1: {} - path-key@2.0.1: {} - path-key@3.1.1: {} path-key@4.0.0: {} @@ -8815,12 +6007,6 @@ snapshots: pathval@1.1.1: {} - periscopic@3.1.0: - dependencies: - '@types/estree': 1.0.6 - estree-walker: 3.0.3 - is-reference: 3.0.2 - pg-int8@1.0.1: {} pg-protocol@1.7.0: {} @@ -8857,12 +6043,6 @@ snapshots: possible-typed-array-names@1.0.0: {} - postcss@8.4.31: - dependencies: - nanoid: 3.3.7 - picocolors: 1.1.0 - source-map-js: 1.2.1 - postcss@8.4.47: dependencies: nanoid: 3.3.7 @@ -8902,16 +6082,8 @@ snapshots: object-assign: 4.1.1 react-is: 16.13.1 - property-information@6.5.0: {} - proto-list@1.2.4: {} - protocols@2.0.1: {} - - pseudomap@1.0.2: {} - - punycode.js@2.3.1: {} - punycode@2.3.1: {} pupa@3.1.0: @@ -8929,12 +6101,6 @@ snapshots: minimist: 1.2.8 strip-json-comments: 2.0.1 - react-dom@18.3.1(react@18.3.1): - dependencies: - loose-envify: 1.4.0 - react: 18.3.1 - scheduler: 0.23.2 - react-is@16.13.1: {} react-is@17.0.2: @@ -8942,10 +6108,6 @@ snapshots: react-is@18.3.1: {} - react@18.3.1: - dependencies: - loose-envify: 1.4.0 - read-package-up@11.0.0: dependencies: find-up-simple: 1.0.0 @@ -8966,8 +6128,6 @@ snapshots: string_decoder: 1.3.0 util-deprecate: 1.0.2 - reading-time@1.5.0: {} - redis-errors@1.2.0: {} redis-parser@3.0.0: @@ -8986,8 +6146,6 @@ snapshots: regenerator-runtime@0.14.1: {} - regex@4.3.3: {} - regexp.prototype.flags@1.5.2: dependencies: call-bind: 1.0.7 @@ -9003,76 +6161,6 @@ snapshots: dependencies: rc: 1.2.8 - rehype-katex@7.0.0: - dependencies: - '@types/hast': 3.0.4 - '@types/katex': 0.16.7 - hast-util-from-html-isomorphic: 2.0.0 - hast-util-to-text: 4.0.2 - katex: 0.16.10 - unist-util-visit-parents: 6.0.1 - vfile: 6.0.3 - - rehype-pretty-code@0.9.11(shiki@0.14.7): - dependencies: - '@types/hast': 2.3.10 - hash-obj: 4.0.0 - parse-numeric-range: 1.3.0 - shiki: 0.14.7 - - rehype-raw@7.0.0: - dependencies: - '@types/hast': 3.0.4 - hast-util-raw: 9.0.3 - vfile: 6.0.3 - - remark-gfm@3.0.1: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-gfm: 2.0.2 - micromark-extension-gfm: 2.0.3 - unified: 10.1.2 - transitivePeerDependencies: - - supports-color - - remark-math@5.1.1: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-math: 2.0.2 - micromark-extension-math: 2.1.2 - unified: 10.1.2 - - remark-mdx@2.3.0: - dependencies: - mdast-util-mdx: 2.0.1 - micromark-extension-mdxjs: 1.0.1 - transitivePeerDependencies: - - supports-color - - remark-parse@10.0.2: - dependencies: - '@types/mdast': 3.0.15 - mdast-util-from-markdown: 1.3.1 - unified: 10.1.2 - transitivePeerDependencies: - - supports-color - - remark-reading-time@2.0.1: - dependencies: - estree-util-is-identifier-name: 2.1.0 - estree-util-value-to-estree: 1.3.0 - reading-time: 1.5.0 - unist-util-visit: 3.1.0 - - remark-rehype@10.1.0: - dependencies: - '@types/hast': 2.3.10 - '@types/mdast': 3.0.15 - mdast-util-to-hast: 12.3.0 - unified: 10.1.2 - - remove-accents@0.5.0: {} - require-in-the-middle@7.4.0: dependencies: debug: 4.3.7 @@ -9095,7 +6183,7 @@ snapshots: resolve@1.22.8: dependencies: - is-core-module: 2.13.1 + is-core-module: 2.15.1 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -9126,8 +6214,6 @@ snapshots: glob: 11.0.0 package-json-from-dist: 1.0.0 - robust-predicates@3.0.2: {} - rollup@4.24.0: dependencies: '@types/estree': 1.0.6 @@ -9160,8 +6246,6 @@ snapshots: dependencies: queue-microtask: 1.2.3 - rw@1.3.3: {} - rxjs@6.6.7: dependencies: tslib: 1.14.1 @@ -9170,10 +6254,6 @@ snapshots: dependencies: tslib: 2.7.0 - sade@1.8.1: - dependencies: - mri: 1.2.0 - safe-array-concat@1.1.2: dependencies: call-bind: 1.0.7 @@ -9191,21 +6271,8 @@ snapshots: safer-buffer@2.1.2: {} - scheduler@0.23.2: - dependencies: - loose-envify: 1.4.0 - scoped-regex@3.0.0: {} - scroll-into-view-if-needed@3.1.0: - dependencies: - compute-scroll-into-view: 3.1.0 - - section-matter@1.0.0: - dependencies: - extend-shallow: 2.0.1 - kind-of: 6.0.3 - semver-diff@4.0.0: dependencies: semver: 7.6.3 @@ -9214,8 +6281,6 @@ snapshots: semver@7.6.3: {} - server-only@0.0.1: {} - set-function-length@1.2.2: dependencies: define-data-property: 1.1.4 @@ -9232,34 +6297,12 @@ snapshots: functions-have-names: 1.2.3 has-property-descriptors: 1.0.2 - shebang-command@1.2.0: - dependencies: - shebang-regex: 1.0.0 - shebang-command@2.0.0: dependencies: shebang-regex: 3.0.0 - shebang-regex@1.0.0: {} - shebang-regex@3.0.0: {} - shiki@0.14.7: - dependencies: - ansi-sequence-parser: 1.1.1 - jsonc-parser: 3.2.1 - vscode-oniguruma: 1.7.0 - vscode-textmate: 8.0.0 - - shiki@1.22.0: - dependencies: - '@shikijs/core': 1.22.0 - '@shikijs/engine-javascript': 1.22.0 - '@shikijs/engine-oniguruma': 1.22.0 - '@shikijs/types': 1.22.0 - '@shikijs/vscode-textmate': 9.3.0 - '@types/hast': 3.0.4 - shimmer@1.2.1: {} side-channel@1.0.6: @@ -9275,8 +6318,6 @@ snapshots: signal-exit@4.1.0: {} - slash@3.0.0: {} - slash@4.0.0: {} slash@5.1.0: {} @@ -9289,10 +6330,6 @@ snapshots: source-map-js@1.2.1: {} - source-map@0.7.4: {} - - space-separated-tokens@2.0.2: {} - spdx-correct@3.2.0: dependencies: spdx-expression-parse: 3.0.1 @@ -9307,8 +6344,6 @@ snapshots: spdx-license-ids@3.0.18: {} - sprintf-js@1.0.3: {} - stackback@0.0.2: {} standard-as-callback@2.1.0: {} @@ -9319,8 +6354,6 @@ snapshots: dependencies: internal-slot: 1.0.7 - streamsearch@1.1.0: {} - string-width@1.0.2: dependencies: code-point-at: 1.1.0 @@ -9392,11 +6425,6 @@ snapshots: dependencies: safe-buffer: 5.2.1 - stringify-entities@4.0.4: - dependencies: - character-entities-html4: 2.1.0 - character-entities-legacy: 3.0.0 - strip-ansi@3.0.1: dependencies: ansi-regex: 2.1.1 @@ -9417,12 +6445,8 @@ snapshots: dependencies: ansi-regex: 6.0.1 - strip-bom-string@1.0.0: {} - strip-bom@3.0.0: {} - strip-eof@1.0.0: {} - strip-final-newline@3.0.0: {} strip-json-comments@2.0.1: {} @@ -9433,23 +6457,8 @@ snapshots: dependencies: js-tokens: 9.0.0 - style-to-object@0.4.4: - dependencies: - inline-style-parser: 0.1.1 - - styled-jsx@5.1.1(react@18.3.1): - dependencies: - client-only: 0.0.1 - react: 18.3.1 - - stylis@4.3.2: {} - supports-color@2.0.0: {} - supports-color@4.5.0: - dependencies: - has-flag: 2.0.0 - supports-color@5.5.0: dependencies: has-flag: 3.0.0 @@ -9488,15 +6497,6 @@ snapshots: tinyspy@2.2.1: {} - title@3.5.3: - dependencies: - arg: 1.0.0 - chalk: 2.3.0 - clipboardy: 1.2.2 - titleize: 1.0.0 - - titleize@1.0.0: {} - tmp@0.0.33: dependencies: os-tmpdir: 1.0.2 @@ -9505,16 +6505,10 @@ snapshots: dependencies: is-number: 7.0.0 - trim-lines@3.0.1: {} - - trough@2.2.0: {} - ts-api-utils@1.3.0(typescript@5.6.3): dependencies: typescript: 5.6.3 - ts-dedent@2.2.0: {} - tsconfig-paths@3.15.0: dependencies: '@types/json5': 0.0.29 @@ -9587,23 +6581,8 @@ snapshots: dependencies: is-typedarray: 1.0.0 - typedoc-plugin-markdown@4.2.9(typedoc@0.26.9(typescript@5.6.3)): - dependencies: - typedoc: 0.26.9(typescript@5.6.3) - - typedoc@0.26.9(typescript@5.6.3): - dependencies: - lunr: 2.3.9 - markdown-it: 14.1.0 - minimatch: 9.0.5 - shiki: 1.22.0 - typescript: 5.6.3 - yaml: 2.6.0 - typescript@5.6.3: {} - uc.micro@2.1.0: {} - ufo@1.5.3: {} unbox-primitive@1.0.2: @@ -9617,104 +6596,10 @@ snapshots: unicorn-magic@0.1.0: {} - unified@10.1.2: - dependencies: - '@types/unist': 2.0.10 - bail: 2.0.2 - extend: 3.0.2 - is-buffer: 2.0.5 - is-plain-obj: 4.1.0 - trough: 2.2.0 - vfile: 5.3.7 - unique-string@3.0.0: dependencies: crypto-random-string: 4.0.0 - unist-util-find-after@5.0.0: - dependencies: - '@types/unist': 3.0.3 - unist-util-is: 6.0.0 - - unist-util-generated@2.0.1: {} - - unist-util-is@5.2.1: - dependencies: - '@types/unist': 2.0.10 - - unist-util-is@6.0.0: - dependencies: - '@types/unist': 3.0.3 - - unist-util-position-from-estree@1.1.2: - dependencies: - '@types/unist': 2.0.10 - - unist-util-position@4.0.4: - dependencies: - '@types/unist': 2.0.10 - - unist-util-position@5.0.0: - dependencies: - '@types/unist': 3.0.3 - - unist-util-remove-position@4.0.2: - dependencies: - '@types/unist': 2.0.10 - unist-util-visit: 4.1.2 - - unist-util-remove-position@5.0.0: - dependencies: - '@types/unist': 3.0.3 - unist-util-visit: 5.0.0 - - unist-util-remove@4.0.0: - dependencies: - '@types/unist': 3.0.3 - unist-util-is: 6.0.0 - unist-util-visit-parents: 6.0.1 - - unist-util-stringify-position@3.0.3: - dependencies: - '@types/unist': 2.0.10 - - unist-util-stringify-position@4.0.0: - dependencies: - '@types/unist': 3.0.3 - - unist-util-visit-parents@4.1.1: - dependencies: - '@types/unist': 2.0.10 - unist-util-is: 5.2.1 - - unist-util-visit-parents@5.1.3: - dependencies: - '@types/unist': 2.0.10 - unist-util-is: 5.2.1 - - unist-util-visit-parents@6.0.1: - dependencies: - '@types/unist': 3.0.3 - unist-util-is: 6.0.0 - - unist-util-visit@3.1.0: - dependencies: - '@types/unist': 2.0.10 - unist-util-is: 5.2.1 - unist-util-visit-parents: 4.1.1 - - unist-util-visit@4.1.2: - dependencies: - '@types/unist': 2.0.10 - unist-util-is: 5.2.1 - unist-util-visit-parents: 5.1.3 - - unist-util-visit@5.0.0: - dependencies: - '@types/unist': 3.0.3 - unist-util-is: 6.0.0 - unist-util-visit-parents: 6.0.1 - update-notifier@7.1.0: dependencies: boxen: 7.1.1 @@ -9736,15 +6621,6 @@ snapshots: util-deprecate@1.0.2: {} - uuid@9.0.1: {} - - uvu@0.5.6: - dependencies: - dequal: 2.0.3 - diff: 5.2.0 - kleur: 4.1.5 - sade: 1.8.1 - validate-npm-package-license@3.0.4: dependencies: spdx-correct: 3.2.0 @@ -9752,39 +6628,6 @@ snapshots: validate-npm-package-name@5.0.1: {} - vfile-location@5.0.2: - dependencies: - '@types/unist': 3.0.3 - vfile: 6.0.3 - - vfile-matter@3.0.1: - dependencies: - '@types/js-yaml': 4.0.9 - is-buffer: 2.0.5 - js-yaml: 4.1.0 - - vfile-message@3.1.4: - dependencies: - '@types/unist': 2.0.10 - unist-util-stringify-position: 3.0.3 - - vfile-message@4.0.2: - dependencies: - '@types/unist': 3.0.3 - unist-util-stringify-position: 4.0.0 - - vfile@5.3.7: - dependencies: - '@types/unist': 2.0.10 - is-buffer: 2.0.5 - unist-util-stringify-position: 3.0.3 - vfile-message: 3.1.4 - - vfile@6.0.3: - dependencies: - '@types/unist': 3.0.3 - vfile-message: 4.0.2 - vite-node@1.6.0(@types/node@20.14.11): dependencies: cac: 6.7.14 @@ -9846,18 +6689,10 @@ snapshots: - supports-color - terser - vscode-oniguruma@1.7.0: {} - - vscode-textmate@8.0.0: {} - wcwidth@1.0.1: dependencies: defaults: 1.0.4 - web-namespaces@2.0.1: {} - - web-worker@1.3.0: {} - which-boxed-primitive@1.0.2: dependencies: is-bigint: 1.0.4 @@ -9896,10 +6731,6 @@ snapshots: gopd: 1.0.1 has-tostringtag: 1.0.2 - which@1.3.1: - dependencies: - isexe: 2.0.0 - which@2.0.2: dependencies: isexe: 2.0.0 @@ -9951,10 +6782,6 @@ snapshots: xtend@4.0.2: {} - yallist@2.1.2: {} - - yaml@2.6.0: {} - yocto-queue@0.1.0: {} yocto-queue@1.0.0: {} @@ -9970,5 +6797,3 @@ snapshots: zod: 3.23.8 zod@3.23.8: {} - - zwitch@2.0.4: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 516fb8f..8cef1c0 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,2 @@ packages: - - 'docs' - - 'examples' \ No newline at end of file + - 'examples' diff --git a/readme.md b/readme.md index d5050fc..fc1505d 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,6 @@ _If you're a TypeScript AI engineer, check it out!_ 😊 - [Features](#features) - [Install](#install) - [Usage](#usage) -- [Docs](#docs) - [Examples](#examples) - [Basic](#basic) - [Caching](#caching) @@ -33,7 +32,6 @@ _If you're a TypeScript AI engineer, check it out!_ 😊 - minimal TS package w/ full typing - uses `fetch` everywhere - supports Node.js 18+, Deno, Cloudflare Workers, Vercel edge functions, etc -- [full docs](https://dexter.dexa.ai) ## Install @@ -80,10 +78,6 @@ async function example() { } ``` -## Docs - -See the [docs](https://dexter.dexa.ai) for a full usage guide and API reference. - ## Examples To run the included examples, clone this repo, run `pnpm install`, set up your `.env` file, and then run an example file using `tsx`. diff --git a/typedoc.json b/typedoc.json deleted file mode 100644 index f1d6696..0000000 --- a/typedoc.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "$schema": "https://typedoc.org/schema.json", - "entryPoints": ["./src/index.ts"], - "exclude": ["**/*.test.ts"], - "plugin": ["typedoc-plugin-markdown"], - "out": "./docs/pages/docs", - "hidePageHeader": true, - "hideBreadcrumbs": true, - "hideInPageTOC": true, - "hideGenerator": true, - "excludePrivate": true, - "excludeProtected": true, - "excludeExternals": true, - "excludeInternal": true, - "preserveAnchorCasing": true, - "excludeGroups": false, - "parametersFormat": "table", - "propertiesFormat": "table", - "indexPageTitle": "API Reference" -} From a3fea3b8ce9a62341e9a7deeba7e5e36f8b240e6 Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 12:38:47 -0400 Subject: [PATCH 05/30] Remove Datastore classes & add Knip to clean up --- examples/basic.ts | 42 - examples/caching.ts | 38 - examples/chatbot/answer.ts | 35 - examples/chatbot/cli.ts | 27 - examples/chatbot/data.json | 32766 ------------------- examples/chatbot/ingest.ts | 41 - examples/chatbot/readme.md | 26 - examples/chatbot/tools.ts | 44 - examples/package.json | 2 +- knip.json | 7 + package.json | 6 +- pnpm-lock.yaml | 453 +- src/datastore/datastore.ts | 161 - src/datastore/hybrid-datastore.ts | 15 - src/datastore/index.ts | 4 - src/datastore/pinecone/client.ts | 13 - src/datastore/pinecone/datastore.test.ts | 331 - src/datastore/pinecone/datastore.ts | 179 - src/datastore/pinecone/hybrid-datastore.ts | 201 - src/datastore/pinecone/index.ts | 4 - src/datastore/pinecone/types.ts | 32 - src/datastore/types.ts | 159 - src/datastore/utils/vectors.ts | 80 - src/index.ts | 2 - src/model/completion.ts | 2 +- 25 files changed, 148 insertions(+), 34522 deletions(-) delete mode 100644 examples/basic.ts delete mode 100644 examples/caching.ts delete mode 100644 examples/chatbot/answer.ts delete mode 100644 examples/chatbot/cli.ts delete mode 100644 examples/chatbot/data.json delete mode 100644 examples/chatbot/ingest.ts delete mode 100644 examples/chatbot/readme.md delete mode 100644 examples/chatbot/tools.ts create mode 100644 knip.json delete mode 100644 src/datastore/datastore.ts delete mode 100644 src/datastore/hybrid-datastore.ts delete mode 100644 src/datastore/index.ts delete mode 100644 src/datastore/pinecone/client.ts delete mode 100644 src/datastore/pinecone/datastore.test.ts delete mode 100644 src/datastore/pinecone/datastore.ts delete mode 100644 src/datastore/pinecone/hybrid-datastore.ts delete mode 100644 src/datastore/pinecone/index.ts delete mode 100644 src/datastore/pinecone/types.ts delete mode 100644 src/datastore/types.ts delete mode 100644 src/datastore/utils/vectors.ts diff --git a/examples/basic.ts b/examples/basic.ts deleted file mode 100644 index 9dcd691..0000000 --- a/examples/basic.ts +++ /dev/null @@ -1,42 +0,0 @@ -import 'dotenv/config'; - -import { PineconeDatastore } from '@dexaai/dexter/datastore/pinecone'; -import { EmbeddingModel } from '@dexaai/dexter/model'; - -/** - * npx tsx examples/basic.ts - */ -async function main() { - // Create a default OpenAI 'text-embedding-ada-002' embedding model - // Requires process.env.OPENAI_API_KEY - const embeddingModel = new EmbeddingModel(); - - // Connect to a Pinecone datastore which uses our OpenAI embedding model - // Requires process.env.PINECONE_API_KEY - // Requires process.env.PINECONE_BASE_URL - const store = new PineconeDatastore({ - contentKey: 'content', - embeddingModel, - }); - - // Upsert some docs - await store.upsert([ - { id: '1', metadata: { content: 'cat' } }, - { id: '2', metadata: { content: 'dog' } }, - { id: '3', metadata: { content: 'whale' } }, - { id: '4', metadata: { content: 'shark' } }, - { id: '5', metadata: { content: 'computer' } }, - { id: '6', metadata: { content: 'laptop' } }, - { id: '7', metadata: { content: 'phone' } }, - { id: '8', metadata: { content: 'tablet' } }, - ]); - - // Make some semantic queries - const result = await store.query({ query: 'dolphin' }); - console.log(JSON.stringify(result, null, 2)); - - const result2 = await store.query({ query: 'keyboard', topK: 3 }); - console.log(JSON.stringify(result2, null, 2)); -} - -main(); diff --git a/examples/caching.ts b/examples/caching.ts deleted file mode 100644 index 64fa32d..0000000 --- a/examples/caching.ts +++ /dev/null @@ -1,38 +0,0 @@ -import 'dotenv/config'; - -import { PineconeDatastore } from '@dexaai/dexter/datastore/pinecone'; -import { EmbeddingModel } from '@dexaai/dexter/model'; -import QuickLRU from 'quick-lru'; - -/** - * npx tsx examples/caching.ts - */ -async function main() { - // OpenAI embedding model with cache - const embeddingModel = new EmbeddingModel({ - params: { model: 'text-embedding-ada-002' }, - context: { test: 'test' }, - events: { onApiResponse: [console.log] }, - cache: new QuickLRU({ maxSize: 10000 }), - }); - await embeddingModel.run({ input: ['cat'] }); - // This should be cached - await embeddingModel.run({ input: ['cat'] }); - - // Pinecone datastore with cache - const store = new PineconeDatastore<{ content: string }>({ - contentKey: 'content', - embeddingModel, - events: { onQueryComplete: [console.log] }, - cache: new Map(), - }); - await store.upsert([ - { id: '1', metadata: { content: 'cat' } }, - { id: '2', metadata: { content: 'dog' } }, - ]); - await store.query({ query: 'cat' }); - // This should be cached - await store.query({ query: 'cat' }); -} - -main(); diff --git a/examples/chatbot/answer.ts b/examples/chatbot/answer.ts deleted file mode 100644 index 68a6cb2..0000000 --- a/examples/chatbot/answer.ts +++ /dev/null @@ -1,35 +0,0 @@ -import { Msg, type Prompt } from '@dexaai/dexter/prompt'; - -import { chatModel, chunkDatastore } from './tools.js'; - -const system = Msg.system(` - You are a helpful and accurate Q&A bot. - You answer the user's QUESTION, based only on the PROVIDED_CONTEXT. - Your answer should be at most 100 words long. - You use Markdown footnotes to cite the chunkId of the PROVIDED_CONTEXT that - you used for each part of your answer. (Eg: [^1]) -`); - -function userMsg(query: string, chunks: unknown[]) { - return Msg.user(` - QUESTION: ${query} - PROVIDED_CONTEXT: - \`\`\`json - ${JSON.stringify(chunks, null, 2)} - \`\`\` - `); -} - -export async function generateAnswer( - query: string, - history: Prompt.Msg[] -): Promise { - const results = await chunkDatastore.query({ query, topK: 5 }); - const chunks = results.docs.map((doc) => doc.metadata); - const messages = [system, ...history.slice(-5), userMsg(query, chunks)]; - const { message } = await chatModel.run({ - messages, - handleUpdate: (c) => process.stdout.write(c), - }); - return message; -} diff --git a/examples/chatbot/cli.ts b/examples/chatbot/cli.ts deleted file mode 100644 index 870877b..0000000 --- a/examples/chatbot/cli.ts +++ /dev/null @@ -1,27 +0,0 @@ -import 'dotenv/config'; - -import readline from 'node:readline'; - -import { type Prompt } from '@dexaai/dexter/prompt'; - -import { generateAnswer } from './answer.js'; - -const history: Prompt.Msg[] = []; -const rl = readline.createInterface({ - input: process.stdin, - output: process.stdout, -}); - -function askQuestion(): Promise { - return new Promise((resolve) => rl.question('> ', resolve)); -} - -console.log('Welcome to Huberman chat. Enter your question to begin.'); - -while (true) { - const query = await askQuestion(); - process.stdout.write('Huberman: '); - const answer = await generateAnswer(query, history); - process.stdout.write('\n\n'); - history.push(answer); -} diff --git a/examples/chatbot/data.json b/examples/chatbot/data.json deleted file mode 100644 index b468e18..0000000 --- a/examples/chatbot/data.json +++ /dev/null @@ -1,32766 +0,0 @@ -{ - "features": [ - { - "feature_idx": 0, - "name": "id", - "type": { "dtype": "string", "_type": "Value" } - }, - { - "feature_idx": 1, - "name": "embedding", - "type": { - "feature": { "dtype": "float64", "_type": "Value" }, - "_type": "Sequence" - } - }, - { - "feature_idx": 2, - "name": "metadata", - "type": { - "chunkTitle": { "dtype": "string", "_type": "Value" }, - "episodeTitle": { "dtype": "string", "_type": "Value" }, - "imgUrl": { "dtype": "string", "_type": "Value" }, - "published": { "dtype": "string", "_type": "Value" }, - "url": { "dtype": "string", "_type": "Value" } - } - }, - { - "feature_idx": 3, - "name": "document", - "type": { "dtype": "string", "_type": "Value" } - } - ], - "rows": [ - { - "row_idx": 0, - "row": { - "id": "chunk_57169", - "embedding": [ - -0.03923165, -0.0016832227, 0.014283108, -0.014725268, -0.011100896, - -0.0063309274, 0.009084378, -0.021907018, -0.02619463, -0.016158938, - 0.009251863, 0.03194271, 0.019160267, 0.003748311, -0.0005627491, - -0.011636848, 0.04960231, 0.014457292, -0.008776206, -0.013720359, - -0.010156281, -0.0013315046, -0.008414439, 0.00022024257, - -0.028164253, 0.02706555, 0.020808317, -0.022188393, 0.0069807684, - -0.013231303, 0.0135193765, -0.005205429, -0.005939013, 0.008588623, - -0.019589027, -0.026462605, -0.011328675, -0.0036746175, 0.03899047, - -0.0015341612, 0.032451864, 0.0052556745, 0.005336067, -0.014443893, - -0.0045924345, -0.023916837, 0.012521167, -0.03639111, -0.0039157956, - 0.014993244, 0.013418886, -0.000057468238, -0.020232169, 0.033175398, - -0.010330466, -0.022911927, -0.01183113, 0.030710021, 0.028110657, - 0.006032804, 0.0033865436, 0.00093875255, -0.013673463, -0.0007369333, - -0.013854346, -0.009499741, -0.02253676, 0.008722611, -0.0025909906, - 0.014658274, 0.014497489, 0.030308058, -0.013532775, -0.025739072, - 0.03606954, -0.019240659, 0.00265296, -0.009519839, -0.0129901245, - -0.004187121, 0.01337869, -0.014792262, -0.028941382, 0.021706035, - 0.022375975, -0.0087896045, 0.009271961, -0.017699799, 0.0043747043, - 0.005939013, -0.000085417276, 0.018249149, 0.0075636157, 0.017056657, - 0.013110714, 0.02000439, -0.024667168, 0.0047029746, -0.04319769, - -0.008655617, -0.041965004, 0.0037382618, 0.0012645106, -0.015422005, - -0.02488155, 0.027521111, 0.015890962, -0.019106671, -0.014068727, - -0.042688537, -0.025685476, 0.039392438, -0.0243188, -0.036953855, - -0.013338493, -0.012313486, -0.00795888, -0.0072487444, -0.0037550102, - -0.02442599, 0.025846262, 0.021732833, 0.029021773, -0.0014989894, - 0.010980306, 0.015770374, -0.027708692, -0.003925845, -0.002596015, - 0.0022844933, 0.006830032, 0.00630078, -0.011623449, 0.0037851576, - -0.017525615, 0.017887382, 0.002719954, -0.016279528, -0.0054499567, - -0.008729311, 0.02133087, 0.0055571473, -0.01205221, -0.0038119552, - -0.018503726, 0.025176322, 0.020808317, 0.013693561, 0.0050647417, - 0.0033681202, -0.0044818944, 0.0053226682, -0.022818135, - -0.0044015017, -0.021156685, 0.017338032, -0.020982502, 0.0041268268, - -0.03923165, -0.004743171, 0.016333122, 0.007262143, 0.03162114, - -0.0039392435, -0.016601099, 0.020982502, 0.04501993, -0.010745828, - 0.018007971, -0.0023447878, -0.012393879, -0.007617211, -0.021384465, - 0.023622062, -0.0029259603, 0.04609183, 0.0022895178, 0.0021153337, - 0.0023849842, -0.027052153, 0.0010233325, -0.0058385218, 0.036310714, - 0.01027687, -0.004478545, 0.019401444, 0.029209357, -0.014430494, - 0.0070209648, -0.009111175, -0.005252325, 0.008360843, -0.00072102225, - -0.0043378575, -0.6251339, -0.0047163735, 0.004381404, -0.0038956976, - 0.0165743, 0.020915508, -0.018543921, -0.006253884, -0.038293734, - 0.032880627, -0.0073090387, 0.002343113, 0.0064247185, -0.024801156, - 0.0067596883, -0.016172336, -0.005768178, 0.004887208, -0.011971817, - 0.0031905863, -0.027601503, -0.010853018, 0.009526538, 0.038883284, - 0.00619359, 0.015837368, -0.0060897493, 0.0021605545, 0.010966908, - 0.017056657, -0.016145539, 0.021974012, 0.01846353, 0.018624315, - 0.05153174, -0.006696044, 0.008434537, 0.024399193, 0.0254309, - 0.023501474, 0.0075435177, -0.0027015307, 0.01823575, 0.016962865, - -0.007382732, 0.021920417, -0.00508484, -0.010772625, 0.021384465, - -0.007858389, 0.009968698, -0.0031018194, -0.010531447, -0.0051451344, - 0.0023732602, 0.0018373088, 0.004589085, -0.0041971705, -0.0062739826, - 0.005892117, 0.027346926, 0.009647127, -0.0050278953, 0.016534105, - -0.025363905, 0.0034669363, -0.03028126, 0.008648917, -0.015555993, - 0.019629223, 0.012326885, 0.0276283, 0.01381415, -0.003724863, - 0.0007624748, 0.028860988, 0.0009194918, 0.017699799, -0.005704534, - 0.026810974, -0.0018507076, 0.01448409, -0.008441236, -0.0014897777, - 0.02232238, -0.001111262, -0.03671268, 0.006685995, -0.0002229642, - -0.016761884, -0.009218366, 0.025042335, -0.003909096, -0.0060897493, - -0.019669421, 0.01921386, 0.011060699, -0.0020751373, -0.016038349, - -0.009533238, -0.013840948, -0.0009906729, 0.012869536, 0.034434885, - 0.003637771, -0.006809934, -0.03062963, -0.0060964483, 0.04818204, - -0.009828011, 0.026609993, -0.004274213, -0.002674733, 0.012635057, - -0.017137049, -0.021907018, 0.008561825, -0.0012167774, 0.008568524, - -0.010028993, 0.010350564, -0.0036444704, 0.01857072, 0.01414912, - 0.023407683, 0.040223163, -0.015864165, -0.036417905, 0.02297892, - -0.015770374, 0.005382963, 0.00017732459, 0.04477875, -0.031165581, - 0.024519783, 0.015837368, 0.023032516, 0.0150870355, 0.011167889, - -0.037596997, -0.017324632, 0.0062505347, 0.01459128, -0.016976263, - -0.014376899, -0.035158418, -0.014738667, 0.009164771, 0.017217442, - -0.01260156, 0.017619407, 0.0012779094, 0.0033346233, 0.025899857, - -0.032773435, -0.0077645974, -0.018865494, -0.059008263, -0.029557725, - 0.0031704882, -0.013867745, 0.003404967, 0.011844529, 0.016078545, - -0.02012498, -0.0036846667, -0.006464915, 0.0014470691, -0.011208086, - -0.020111581, 0.010987006, -0.02299232, -0.02078152, -0.0055537974, - 0.0045689866, -0.005506902, 0.009747618, 0.001298845, -0.021344269, - 0.0048805084, -0.004619232, -0.00375836, -0.014175918, -0.004672827, - 0.04223298, 0.006032804, 0.0021622293, -0.004927404, -0.027923074, - 0.021893619, -0.004997748, -0.0046929256, -0.029557725, 0.0042407163, - -0.0008336558, 0.006732891, 0.0002744658, -0.0077980943, 0.002110309, - 0.04153624, 0.027601503, -0.0037985563, -0.007047762, -0.018262548, - 0.0037550102, -0.0012795842, 0.012253191, -0.0011221485, 0.033470172, - 0.006026105, -0.022469766, 0.0036746175, -0.0043613054, -0.007215247, - -0.015180826, 0.022148196, -0.0085216295, 0.015154029, -0.023313891, - 0.032612648, 0.01348588, 0.005604043, 0.028593013, 0.0074430266, - -0.03671268, 0.010759227, 0.009807913, 0.022911927, -0.016708288, - -0.034327693, 0.0013181057, 0.02232238, 0.004997748, 0.003416691, - 0.030897604, 0.0010643662, 0.012333584, 0.008112966, 0.043170895, - 0.019173665, 0.011864627, -0.0024352297, 0.016118743, -0.03716824, - 0.005369564, 0.013291597, 0.022938725, -0.007436327, -0.012038811, - 0.012253191, -0.0031369913, 0.021826625, -0.007885187, 0.0033513717, - -0.014912851, -0.0085283285, -0.008923593, 0.0038856484, 0.028727, - 0.02829824, 0.0028556166, 0.038883284, 0.02354167, -0.0029711812, - 0.0015651459, 0.014055328, 0.0018373088, -0.014497489, -0.015716778, - 0.011790933, -0.02488155, -0.008776206, 0.0028572916, -0.01138897, - 0.009647127, 0.0057514296, 0.028083859, -0.005138435, 0.024305401, - 0.0061734915, -0.017873984, -0.03371135, 0.00619359, 0.012976726, - -0.011027202, -0.015555993, -0.011978516, 0.002463702, -0.0059524113, - -0.0043412074, -0.026650188, 0.029102167, -0.02376945, -0.010665435, - -0.024265205, 0.018825296, 0.042206183, -0.017673, 0.0045053423, - -0.014993244, -0.0033362983, 0.0019997691, 0.0049441527, -0.02145146, - 0.011342074, 0.013974936, -0.022509964, -0.03955322, -0.0025256716, - -0.03250546, 0.009995496, 0.010095987, 0.0009010685, 0.0050111464, - -0.0035171818, 0.019736415, -0.018624315, -0.00063686114, 0.033416577, - -0.022483166, -0.009211667, -0.03250546, -0.01790078, -0.020982502, - 0.09475623, 0.031540748, -0.0056877853, 0.011569853, -0.019642623, - 0.05008467, 0.012561363, -0.016788682, 0.020433152, -0.016547503, - 0.0062572337, -0.0014085475, -0.0101093855, -0.009037483, - -0.0013834249, -0.0034635866, 0.011462663, -0.023782847, - -0.0012033787, -0.0044149007, 0.0056911353, 0.00818666, 0.012688652, - 0.05324678, 0.0026546349, -0.006786486, 0.019401444, 0.0031420158, - 0.01238048, -0.03802576, -0.0066156513, 0.012293388, 0.020205373, - 0.025712274, -0.004210569, -0.02686457, -0.0048101647, -0.009828011, - 0.008106267, -0.008997286, -0.012949929, 0.04153624, 0.016668092, - 0.01977661, 0.0011682068, 0.0010543171, -0.008012475, 0.013633267, - -0.01803477, -0.015167428, 0.0071683517, 0.012494369, -0.02840543, - -0.0035875253, -0.0012511119, -0.023756051, -0.004739821, - -0.018543921, -0.0021354319, 0.010953509, -0.018838696, -0.0069807684, - 0.00508484, 0.0032793533, -0.022416173, -0.023863241, 0.004177072, - 0.005721282, 0.002455328, -0.018155357, -0.026100839, -0.021518454, - 0.0012703725, 0.018141959, 0.014269709, 0.01933445, 0.011737338, - 0.0048101647, -0.014752066, 0.010149581, -0.022295583, -0.028619811, - -0.017552411, -0.035747968, 0.019441642, 0.004994398, 0.007911984, - -0.020727925, -0.005138435, -0.0011832805, 0.01702986, -0.004334508, - 0.018704709, -0.01857072, 0.006267283, -0.0060495525, 0.016185736, - 0.022684148, 0.020754723, -0.010564944, -0.01083962, -0.031513948, - 0.00040091685, -0.023595266, -0.016051747, 0.018101763, 0.004190471, - -0.012219694, -0.0129901245, -0.037382618, -0.0027048802, - 0.0098347105, -0.012742247, 0.01381415, 0.033336185, 0.016641295, - -0.0046359804, 0.0002015052, -0.004451747, -0.003059948, -0.029316548, - -0.029557725, 0.020607335, 0.009111175, -0.015234422, -0.0047934162, - 0.007617211, -0.007637309, 0.0020634134, -0.0066056023, -0.01459128, - 0.013988335, 0.00025290213, -0.026542999, -0.052040894, -0.037061047, - -0.01802137, 0.0026161133, 0.014055328, -0.019937396, -0.021759631, - -0.004786717, 0.002353162, -0.0048838584, 0.024667168, -0.029584523, - -0.0011246607, -0.02056714, 0.0008859949, -0.004033035, 0.026395611, - 0.009419348, -0.0026697086, 0.01712365, 0.0068735783, -0.008896795, - 0.008313948, -0.012527866, 0.034970835, 0.024667168, 0.04000878, - -0.013345193, -0.030468844, 0.04335848, -0.004408201, -0.014685071, - -0.006421369, -0.005945712, -0.0035104824, 0.024037424, 0.022938725, - 0.0036277217, -0.009191568, 0.002443604, 0.02896818, 0.04057153, - -0.018798498, -0.023957033, -0.01791418, -0.043706845, -0.010028993, - 0.02068773, 0.0020516894, 0.001089489, -0.02001779, -0.032612648, - 0.036819868, 0.0037047649, 0.014966446, -0.0033346233, 0.014604678, - 0.005483454, 0.008474734, 0.0048101647, 0.009024084, -0.0076306094, - -0.027105749, -0.00259769, 0.015073637, 0.025444297, 0.012963328, - 0.018396536, -0.020513544, -0.00058326597, -0.02155865, -0.016319724, - -0.01702986, -0.021907018, -0.009164771, -0.02067433, 0.004803465, - 0.0030632978, -0.0060797, -0.002753451, -0.022938725, 0.026248226, - -0.009627029, 0.017378228, -0.027923074, -0.023622062, 0.029611321, - -0.0070544616, 0.036525097, -0.0020315913, 0.033175398, 0.0342473, - 0.009459544, 0.005275773, -0.028191049, 0.01381415, 0.024345597, - 0.026047243, 0.00064816634, -0.01370696, 0.0011422466, 0.02167924, - 0.0012846087, 0.001912677, -0.026368814, 0.038936876, -0.014671673, - 0.005483454, -0.010330466, -0.009600231, -0.028271442, -0.008602022, - -0.009700722, 0.008876697, 0.00187918, -0.008963789, -0.006763038, - 0.02563188, 0.001563471, 0.02552469, -0.0016103669, 0.002033266, - -0.014725268, 0.00059331505, -0.00972752, -0.007603812, 0.0056107426, - 0.012903033, -0.0042172684, 0.0018741555, 0.020406354, 0.010343865, - -0.012514467, -0.008039272, -0.014283108, 0.03028126, -0.017391626, - -0.017378228, -0.0059825587, -0.005694485, -0.015328214, -0.02465377, - -0.009915103, -0.034086518, 0.0027149294, -0.0052355765, 0.024305401, - 0.031969506, -0.012862836, -0.0132647995, -0.028164253, -0.0026362115, - -0.002642911, -0.0023866592, 0.028164253, -0.041643433, -0.017204044, - -0.008019174, 0.003959342, 0.0074564256, -0.00086422183, -0.022831535, - -0.012862836, 0.022630552, 0.00020841396, 0.040303554, -0.009164771, - 0.006056252, -0.040383946, 0.0020014439, -0.044082012, -0.01459128, - 0.022603756, -0.009546637, -0.037409417, -0.00012488088, 0.015676582, - 0.012534566, -0.026382213, 0.003959342, 0.0063041295, 0.0062203873, - 0.0022962173, -0.013773954, -0.026730582, -0.01514063, -0.017820388, - -0.0046560788, -0.017860584, -0.026837772, 0.016788682, -0.008099567, - 0.0062203873, 0.0053997114, -0.0019511984, 0.01371366, 0.0003117312, - 0.0055973437, -0.03140676, -0.012956628, -0.03446168, -0.022684148, - -0.031781923, 0.018838696, -0.007804794, -0.008240255, -0.0012477621, - 0.025390703, -0.0050546927, -0.004247416, -0.004950852, 0.014457292, - 0.008213457, -0.011167889, -0.01602495, -0.0016639619, -0.009164771, - 0.039526425, 0.033872135, -0.023903437, 0.015529195, 0.02198741, - -0.02686457, -0.03748981, 0.021625644, 0.016386718, 0.025926655, - 0.010471153, -0.0051451344, -0.001486428, -0.012655155, 0.020473348, - -0.004501993, 0.0074564256, -0.005805025, 0.00596916, -0.007007566, - -0.0005476755, -0.016668092, -0.011804332, 0.038615305, -0.0009010685, - -0.014443893, 0.01171724, 0.015984753, 0.039365638, -0.009238464, - 0.019964194, 0.02707895, 0.0114224665, 0.028325038, -0.0054734047, - 0.017110253, 0.038561713, -0.008327346, -0.016105343, 0.02267075, - 0.03550679, -0.0017669651, -0.01690927, 0.00077880453, -0.01238718, - 0.008823101, -0.016949467, 0.029343346, 0.008367543, -0.013271499, - 0.006267283, 0.0024670518, -0.038400926, -0.011087497, -0.017579209, - 0.008990587, 0.022885129, 0.020111581, -0.0022292233, 0.0035272308, - 0.0000988684, 0.025283512, 0.00054139475, -0.015890962, - -0.00018988595, -0.00018695496, -0.0036109732, 0.01459128, - 0.022509964, -0.016172336, -0.0018088364, 0.0018054866, 0.013104014, - 0.030147273, -0.0075636157, -0.0038086055, -0.012534566, -0.022349179, - -0.007047762, -0.002885764, -0.020821717, -0.017096853, 0.0016120416, - 0.0039057466, 0.0010660411, 0.21416622, -0.035962347, -0.0018172106, - 0.020473348, -0.006170142, -0.012943229, 0.015542594, 0.0008390991, - -0.022134798, 0.012641756, 0.006357725, 0.016065147, -0.026342018, - -0.007496622, 0.023179904, -0.028512621, -0.01889229, -0.0135059785, - -0.013921341, -0.0050479933, 0.0232201, -0.0036712678, -0.021371067, - 0.003029801, 0.02631522, -0.007208548, -0.043814037, -0.029745309, - 0.015368409, -0.009439446, 0.0012787468, -0.0243188, -0.0028891137, - 0.001780364, -0.0047934162, 0.01736483, 0.011395669, -0.0309512, - 0.004287612, 0.00005100437, 0.030656427, 0.0030348254, -0.015904361, - 0.0021572048, -0.0045287902, -0.012970027, -0.004662778, - 0.00020956542, -0.028914584, -0.00084035523, -0.019254059, - -0.036873464, 0.012146001, 0.012614959, 0.03368455, -0.035078026, - 0.0037215133, 0.00051752815, -0.008635519, 0.012233093, -0.034836847, - 0.006974069, -0.01570338, 0.002840543, -0.021799827, 0.0121594, - -0.016721686, 0.0276283, -0.010397459, -0.011884725, -0.017713197, - -0.00397944, -0.010477852, 0.0051116375, -0.017271038, 0.010075889, - 0.015180826, 0.023193302, 0.012494369, -0.005382963, 0.014899452, - -0.016333122, 0.005671037, 0.028325038, -0.007878487, -0.0151004335, - 0.020835115, 0.005349466, -0.0035071326, 0.017927578, 0.0111410925, - -0.012360382, -0.0036109732, 0.007871788, -0.012996824, -0.041857813, - 0.020191973, -0.007952181, -0.013633267, -0.023300491, -0.0076306094, - 0.05648929, -0.01613214, 0.028512621, -0.015783772, -0.019280856, - -0.0011958418, 0.021625644, 0.010538147, 0.017552411, -0.0099419, - -0.032987814, 0.010404158, -0.006384522, -0.006032804, 0.014028531, - -0.001756916, -0.0032961017, 0.014845856, -0.0122062955, -0.019388046, - -0.0013784003, 0.028914584, 0.011985215, 0.000010716413, -0.04110748, - -0.028700203, 0.0026228128, -0.0040732315, -0.03392573, 0.026502803, - 0.0062605836, 0.007891886, -0.01857072, 0.011214785, -0.009218366, - -0.0042608147, -0.007704303, -0.010933411, 0.0000681454, -0.005892117, - -0.010330466, 0.019267457, 0.00640797, 0.019388046, -0.00068585045, - 0.008970489, 0.04542189, -0.029906094, 0.0071884496, 0.012360382, - 0.0006485851, -0.006314179, -0.017056657, -0.0047599194, - 0.00051627203, -0.037516605, -0.018088363, -0.020835115, -0.004672827, - -0.017673, -0.0005614929, -0.004100029, 0.004277563, -0.024225008, - -0.0029711812, -0.16828878, -0.002775224, 0.018409934, -0.02044655, - 0.03438129, -0.02033936, 0.041643433, 0.010055791, -0.007891886, - 0.008334046, 0.015274618, -0.011208086, 0.0066290502, -0.0276283, - -0.01921386, 0.003935894, 0.007275542, 0.01956223, 0.03639111, - 0.0049743, -0.010826221, -0.015234422, 0.007275542, 0.0060428535, - -0.018048167, 0.009479642, 0.011924922, 0.038293734, 0.015127231, - -0.008702513, -0.0386689, 0.009104476, 0.014242912, -0.012996824, - 0.004897257, -0.009218366, 0.02166584, 0.008896795, -0.018168757, - 0.04485914, 0.022818135, 0.0047029746, -0.023890039, 0.00078927237, - -0.019160267, 0.011107595, 0.0031319666, 0.005537049, 0.012809241, - -0.011703841, -0.0059658103, 0.00009117457, 0.014376899, 0.023166504, - -0.0023849842, -0.029504132, 0.0154756, 0.003902397, -0.012782443, - -0.024251806, -0.013405487, -0.010404158, 0.034515277, -0.02797667, - -0.010966908, -0.019481838, -0.011127694, 0.0124608725, -0.023903437, - 0.011120994, -0.0143635, -0.021518454, -0.0002654635, -0.038722496, - 0.006384522, 0.013452383, -0.0049676006, -0.00375836, 0.023742652, - 0.025712274, 0.0058619697, 0.018651113, -0.018262548, -0.012058909, - -0.012675254, 0.00009583274, 0.0034903842, 0.032532256, -0.007242045, - 0.0018322843, 0.009814612, -0.0023967081, -0.04177742, -0.0031252673, - 0.025551489, -0.017766792, 0.014323304, 0.008990587, 0.0027501013, - -0.009794514, 0.030120475, 0.0111544905, -0.023608664, 0.0021588798, - 0.020634133, -0.013392088, -0.006907075, 0.0031336416, 0.020861913, - -0.018061565, -0.009754318, -0.0010928386, 0.012789143, 0.02387664, - 0.006123246, 0.030254463, 0.02576587, -0.041053887, 0.01602495, - -0.0093054585, 0.063617446, 0.010558245, -0.028619811, 0.0043847533, - -0.038240142, -0.019964194, -0.11812371, -0.012139302, 0.023193302, - 0.011509559, 0.029557725, 0.017485417, -0.0025055732, 0.017324632, - -0.01503344, 0.023474677, -0.018838696, 0.011100896, 0.013171009, - -0.006920474, 0.0067395903, -0.021746233, 0.0014085475, -0.013800751, - -0.048610803, 0.036766272, 0.0020851863, -0.00707456, 0.0093054585, - 0.0052422755, 0.019535434, -0.0019043027, -0.036766272, 0.019468438, - 0.011187987, -0.007945481, 0.02088871, -0.015167428, 0.016614497, - 0.0090642795, 0.019937396, -0.014524286, -0.0018423334, -0.003992839, - 0.01127508, -0.01945504, -0.0048939073, 0.010196477, 0.017257638, - 0.0062806816, -0.0085350275, -0.01779359, -0.0090575805, 0.02253676, - -0.021424662, -0.0058351723, -0.019079873, -0.0038119552, -0.03639111, - 0.0021287324, 0.017994571, -0.0015442102, 0.027815884, 0.03170153, - -0.012286688, -0.0074631246, -0.012313486, 0.017338032, -0.015569392, - -0.002596015, 0.040946696, -0.0069807684, -0.025605084, -0.007094658, - 0.010953509, -0.005999307, -0.0004492781, 0.030763617, 0.01337199, - 0.019053075, -0.038159747, -0.017257638, -0.004123477, -0.023608664, - 0.015663182, 0.0025675427, -0.0018205603, -0.0073894314, -0.009030783, - -0.02032596, -0.0049173553, 0.006652498, 0.013097315, -0.0099486, - -0.0077779964, -0.0016832227, -0.029557725, 0.041804217, 0.017445222, - -0.0018507076, -0.0124541735, -0.00008955206, 0.005114987, - 0.0041167773, 0.01736483, 0.002420156, -0.016400116, 0.010022293, - -0.021411262, 0.008468034, 0.008816402, -0.008896795, 0.031594343, - -0.0005430696, 0.00364782, 0.03502443, -0.0038956976, -0.0055872947, - -0.020232169, -0.00431106, -0.019763213, -0.031031592, -0.026770778, - -0.0041469247, 0.004445048, -0.008226856, 0.01193832, -0.0025038985, - -0.012909732, 0.031969506, -0.018744905, 0.016788682, 0.0049910485, - 0.0026094138, -0.01822235, 0.0043512564, -0.0053025703, 0.0021019347, - 0.01669489, -0.040919896, 0.00092451635, -0.004465146, -0.018061565, - -0.031915914, 0.008669016, 0.027494313, 0.008133064, 0.038159747, - -0.019696219, -0.021384465, 0.007228646, -0.018731505, -0.009754318, - -0.001508201, -0.030790415, 0.0064749643, -0.005962461, -0.0119517185, - 0.01692267, 0.01469847, -0.0077645974, -0.015542594, -0.0050580422, - 0.015984753, -0.015127231, -0.01149616, 0.0137873525, 0.0006037829, - 0.034354493, -0.020205373, 0.015877564, -0.028753798, -0.015837368, - -0.008327346, -0.028137455, 0.006830032, 0.0101026865, 0.009010685, - 0.007724401, 0.004706324, 0.030602831, -0.009895004, 0.02918256, - -0.01889229, -0.0015408606, 0.00585527, 0.003440139, -0.02133087, - 0.02221519, -0.02055374, -0.0012879585, 0.021920417, 0.023957033, - 0.0073559345, 0.009111175, 0.033336185, 0.0050379443, -0.017445222, - 0.0033547215, 0.016426913, -0.014323304, -0.008916893, 0.011007104, - 0.049441528, -0.012876235, -0.00034711233, -0.015328214, 0.019736415, - 0.03494404, 0.0042072195, -0.0070678606, -0.018557321, -0.014912851, - 0.016668092, -0.0243322, -0.03636431, -0.02200081, -0.018597517, - 0.0053762635, -0.0043244585, -0.006602253, 0.011529657, -0.010859718, - 0.0023849842, 0.0043479064, -0.011000405, -0.030174071, 0.02718614, - 0.0021036097, 0.0015190876, 0.007831591, -0.018624315, 0.031781923, - 0.00020883267, 0.039526425, -0.009673925, 0.0101026865, 0.0024335547, - 0.008099567, -0.016051747, -0.049495123, -0.025417501, 0.009720821, - -0.015395207, -0.0033580712, 0.042983312, 0.008682415, 0.06340306, - 0.0035774764, -0.017847186, 0.02122368, 0.00818666, 0.019669421, - 0.020620735, -0.0014629802, -0.010826221, -0.021129888, 0.01028357, - -0.014390298, -0.009787815, -0.037543405, -0.030790415, 0.0005037107, - -0.010129483, -0.0005841034, 0.021143287, -0.0072018486, 0.012427376, - -0.009211667, 0.0080057755, -0.009573434, -0.03716824, 0.0012578112, - 0.019146867, 0.0021639043, 0.006866879, -0.028807394, 0.0041469247, - 0.006578805, -0.015247821, -0.014095524, -0.0010677159, 0.011911523, - -0.027346926, -0.00025311147, -0.001089489, -0.0041201273, - -0.023461277, 0.018758303, -0.016105343, -0.008581923, -0.00031319665, - -0.0037282128, -0.02032596, 0.0054231593, -0.019763213 - ], - "metadata": { - "chunkTitle": "Muscle Hypertrophy", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28777&chunkSid=chunk_57169" - }, - "document": "Andrew Huberman: And that leads me to a question that is based on findings that I've heard discussed on social media, which means very little, if anything, unless it's in the context of people who really know exercise science. And you're one such person. And that's this idea that because resistance training can evoke a protein synthesis adaptation response, but that adaptation response lasts about 48 hours before it starts to taper off. That the ideal. In quotes, frequency for training a given muscle group for hypertrophy is about every 48 hours. Is that true?\n\nAndy Galpin: Yes and no. So a couple of things there remember, in order to grow a muscle, there's multiple steps here. So you have the signaling response, which actually happens within seconds of exercise and can last, depending on the marker, up to an hour or 2 hours. Step number two then is gene expression, and we see that that's typically peaked around two to 6 hours post exercise. And then you have following that protein synthesis and that's that longer time frame somewhere between 12 hours there. It's certainly not peaked for 48 hours. It may be still there 48 hours from now, but it is absolutely coming down at that point depending on sort of a number of factors. So that part of it is sort of true. So this is a combination of some half truths and some maybe just pedantic things that aren't really that important to differentiate. The real question, I think, is, like, okay, is it okay to train sooner? Is it better to train sooner? Or actually, is it better to wait longer?\n\nAndy Galpin: There's no real reason to think that you need to train if the goal is hypertrophy any sooner than 48 hours afterwards. I can't think of an advantage that that would confer. I also can't think of any practical applications, athletes, physique, bodybuilders coaches that ever found tremendous success doing that. So I would be very skeptical that that is in any way better. Now, could you do it in some instances of, say, you've got travel coming up like that so that you just yeah.\n\nAndrew Huberman: You want to preload the system by.\n\nAndy Galpin: Destroying the total no problem.\n\nAndrew Huberman: And then waiting seven days or 14 days. I've known people have done that before.\n\nAndy Galpin: I do vacations or layoffs every time.\n\nAndrew Huberman: Like every single annihilate themselves and then take a week layoff.\n\nAndy Galpin: Yeah. Andy it's like there's no benefit there other than psychological. Like I just love it. It feels great to be super sore. I feel less crappy not training for those couple of days because I'm like, I'm super sore anyway.\n\nAndrew Huberman: You need the extended rest.\n\nAndy Galpin: Yeah, of course. And it's just a crappy justification in my brain, that excuse to do something really wild and that I totally don't need. Andy get way sore than I should.\n\nAndrew Huberman: Get Dr. Andy Galvin's suggestions of what not to do, but that he does.\n\nAndy Galpin: Yeah, 100%." - }, - "truncated_cells": [] - }, - { - "row_idx": 1, - "row": { - "id": "chunk_57178", - "embedding": [ - -0.02918509, -0.018408643, 0.017951787, -0.030743778, -0.024294034, - 0.025033068, -0.009641023, -0.030609408, -0.01736056, -0.015291267, - 0.018784879, 0.030582534, -0.0038832831, 0.025489924, -0.0033105325, - -0.008606377, 0.04694876, 0.0022826046, 0.022224741, -0.01266434, - 0.00093302934, -0.011884997, -0.0036682917, -0.025086815, - -0.020343566, 0.034559876, 0.02905072, -0.022789095, -0.017602425, - -0.018529575, 0.01882519, 0.0022389344, -0.0077061, -0.02174101, - -0.0194836, -0.010057569, -0.007094718, 0.015089713, 0.022963775, - -0.0003325649, 0.02320564, 0.0029309383, 0.0054688454, -0.035688583, - 0.00023766633, -0.020491373, -0.000096053314, -0.024603084, - -0.010252405, 0.008169675, 0.028540116, 0.017656174, -0.02050481, - 0.024011858, -0.012073114, -0.007229088, -0.015560007, 0.013490714, - 0.015613754, -0.0035809514, -0.008364512, 0.008492162, -0.015479385, - 0.0109108165, -0.015250957, 0.0023128379, 0.005871954, 0.0009817383, - -0.0038463315, -0.0035070481, 0.003839613, 0.021472272, -0.015613754, - -0.00823686, 0.038295355, -0.009365565, -0.0033474842, -0.010373338, - -0.019107366, -0.0003077905, 0.0065303654, -0.014982217, -0.014001318, - 0.017427744, 0.025395866, -0.013302596, 0.017777106, -0.011569228, - 0.010467396, 0.0022590898, 0.010131473, 0.0057678176, 0.02528837, - 0.016863393, -0.0046727047, 0.0049918327, -0.022506919, -0.003742195, - -0.035742328, 0.014552234, -0.016446846, 0.011596101, -0.017857729, - -0.015761562, -0.040499017, 0.02706205, 0.0178846, -0.0057375845, - 0.0057644583, -0.024656832, 0.008203268, 0.039961535, -0.017226191, - -0.050388623, 0.0019953893, -0.02768015, 0.0026235676, -0.015573444, - -0.011528917, -0.015358452, 0.021861944, 0.010702543, 0.023931237, - 0.008478725, 0.0020273023, -0.0045685684, -0.031200634, 0.029104467, - -0.0025479847, -0.02160664, 0.016178107, -0.0028771902, 0.00093386916, - 0.005784614, 0.0042998292, 0.005744303, -0.0053613493, -0.004998551, - -0.0320606, -0.033404298, -0.0014226388, 0.01944329, -0.009842577, - 0.0099030435, -0.00090279616, 0.01979265, 0.034452382, 0.013141353, - -0.0068192603, 0.009325255, -0.020746676, 0.011407984, 0.0029930843, - -0.006825979, 0.0039269533, -0.011334081, -0.018489266, 0.035688583, - -0.012892769, -0.016433408, 0.015385326, -0.0028016074, 0.023245951, - -0.024925571, -0.0034835334, 0.02590647, 0.04668002, -0.019228298, - 0.037005406, -0.009842577, 0.008969175, 0.014511923, -0.039800294, - 0.013557899, -0.006443025, 0.015922805, 0.010722699, -0.0113609545, - -0.007578449, -0.012563563, 0.019994205, 0.0082435785, 0.025812412, - 0.01625873, -0.013799764, 0.019644843, 0.011663286, -0.015895931, - -0.009043078, -0.026054276, 0.00615413, 0.010440523, -0.035016734, - -0.0047869193, -0.6389546, -0.023420632, 0.006063431, -0.02351469, - -0.0010959526, 0.022480045, -0.0094999345, 0.0006773071, -0.022560665, - 0.037569758, -0.012093269, 0.013470558, 0.0052001057, -0.017279938, - 0.017683048, -0.008740746, 0.0057073515, -0.017333686, -0.0064329472, - 0.010642077, -0.027451722, 0.005566263, 0.000040100946, 0.010877224, - 0.021687264, 0.028862603, -0.010769729, -0.006960348, 0.023326572, - 0.0073097097, -0.02196944, 0.012758399, 0.012409038, 0.0008910388, - 0.046465028, 0.0017064947, -0.018153341, 0.017777106, 0.00917073, - 0.025274932, -0.008841524, -0.022036623, 0.016621526, 0.009076671, - -0.0042091296, 0.034452382, 0.005300883, -0.010023977, 0.0014444739, - 0.004964959, 0.00898933, -0.008834805, 0.002359867, 0.0027915298, - -0.0019332435, -0.022211304, 0.007135029, -0.012160454, -0.022735346, - 0.008794494, 0.008532474, 0.022291927, -0.027250167, -0.015519695, - -0.0028150443, -0.0074507976, -0.023984984, -0.021767884, - -0.014888158, 0.017306812, 0.020786986, 0.0132690035, -0.009835859, - -0.01062864, 0.009782111, 0.03480174, 0.008586221, -0.0044140434, - -0.003893361, 0.028862603, -0.007235806, 0.024965882, 0.0021633515, - -0.008767621, 0.007276117, 0.0049044928, -0.033189304, 0.0051262025, - -0.007652352, -0.0045719277, 0.012153735, 0.011777501, -0.010158346, - -0.02754578, -0.008364512, 0.008109209, 0.012671059, 0.017253064, - -0.01310776, -0.03765038, -0.013134634, -0.014538798, -0.0081965495, - 0.02422685, 0.002453926, 0.00038106396, -0.00881465, 0.0069872225, - 0.034882363, -0.019765778, 0.018663947, -0.0034700965, -0.008875116, - 0.030313795, 0.005159795, -0.03095877, -0.011387829, -0.008586221, - -0.00442748, -0.009842577, 0.031012516, 0.014928469, 0.001262235, - 0.014807536, 0.016057175, 0.009029641, -0.007229088, -0.019187987, - 0.010044132, -0.012724807, 0.0048776185, -0.0066412203, 0.030045057, - -0.02931946, 0.012650903, 0.01766961, -0.010091161, 0.01678277, - 0.010030695, -0.016984325, -0.020934792, -0.03335055, 0.025422739, - -0.023501253, -0.008579503, -0.035984196, -0.04291767, 0.013880386, - 0.023044396, -0.012677778, 0.019832961, 0.0012941478, -0.0028268017, - 0.007853907, -0.03171124, 0.0016628245, -0.020881046, -0.031953104, - -0.014619419, -0.015264394, 0.015667502, 0.017683048, -0.022399422, - 0.021861944, -0.027035175, -0.010460678, -0.0051396396, -0.007511264, - -0.010118036, -0.020800423, 0.0176293, -0.02139165, -0.010689107, - 0.006557239, -0.015506258, 0.0006621905, -0.010131473, -0.0040646824, - -0.019859836, 0.0057476624, 0.0123687275, -0.008700435, -0.029453829, - -0.009459624, 0.03351179, -0.01585562, -0.0079949945, -0.008566066, - -0.008996049, 0.0076053226, -0.01045396, 0.014888158, 0.002178468, - -0.0045148204, -0.0045148204, 0.000098677716, 0.019053617, - 0.013880386, 0.009600712, 0.028943224, 0.04259518, -0.019161113, - 0.016594652, -0.021808196, 0.017696485, -0.0027881705, 0.01013819, - -0.0105547365, 0.016379662, 0.0014108814, -0.007383613, 0.00092967006, - -0.008156238, -0.005452049, -0.0107092615, 0.02067949, 0.01996733, - 0.029776316, -0.015143461, 0.02617521, 0.020303255, 0.009681334, - 0.015774999, 0.006090305, -0.03294744, 0.01865051, -0.011320644, - 0.014404427, -0.025033068, -0.0055393893, -0.0039739828, 0.022708472, - 0.02364906, 0.0017854369, 0.010937691, -0.0071619027, -0.0062112375, - 0.0033323676, 0.039961535, 0.0056636813, 0.011098933, 0.0009557042, - -0.00792781, -0.020598868, 0.021082599, 0.0012748322, 0.029292585, - -0.025812412, -0.012422475, -0.01018522, 0.0020357003, 0.0018106311, - -0.011192992, 0.0057879733, -0.005730866, -0.014726914, -0.0034533003, - -0.0053109606, 0.038187858, 0.03724727, -0.006228034, 0.022399422, - -0.0024740812, -0.00096746156, 0.010816758, 0.0053613493, 0.01766961, - -0.0047667637, -0.026551444, 0.010991438, -0.02931946, 0.0010102919, - -0.022305364, -0.0052807275, 0.013349625, -0.016124358, 0.017696485, - -0.0016535866, 0.012227639, 0.025946781, -0.013490714, -0.031469375, - 0.004770123, 0.0075045456, -0.018677382, 0.004894415, -0.040687133, - -0.020666054, -0.012738244, 0.005216902, -0.013188382, 0.013920696, - -0.025154, -0.0072022136, -0.008109209, 0.026954554, 0.024159664, - 0.0014243184, 0.015264394, -0.0351511, 0.010937691, -0.01895956, - 0.009204322, -0.030475039, 0.039235942, 0.035634834, -0.040203404, - -0.020881046, 0.011858122, -0.027438285, 0.0109108165, -0.0025009552, - -0.0031963182, 0.0013537743, 0.019604534, 0.0036279808, -0.0030266766, - 0.01107206, 0.012019366, -0.0154122, -0.0039605456, -0.021821633, - -0.012583719, -0.0083242, 0.07255962, 0.037623506, -0.0024522464, - 0.025745226, -0.0053848643, 0.011622976, 0.0076187598, 0.002254051, - 0.03853722, -0.00004818412, 0.01310776, -0.0037657097, 0.0069200373, - -0.00917073, 0.0015998387, 0.0073970496, 0.0032954158, -0.014861285, - -0.0094058765, -0.012402319, 0.008357793, 0.026242394, 0.009036359, - 0.02829825, 0.040472142, 0.021499146, 0.035634834, -0.011051904, - 0.015076276, -0.009399158, -0.026806748, 0.016554343, 0.012469504, - 0.02754578, -0.007632197, 0.0019802728, -0.023084708, -0.017253064, - -0.010279279, -0.031872485, 0.021861944, 0.015761562, 0.027075486, - 0.02413279, 0.011394547, -0.013739298, -0.0022792453, 0.012704651, - -0.015694376, -0.02440153, 0.0064866953, -0.0047230935, -0.027344225, - -0.012718088, 0.0065605985, -0.029265711, 0.0011278653, -0.015519695, - -0.017790543, -0.013282441, -0.010413649, 0.0056099333, -0.0020844094, - 0.01554657, -0.017844291, 0.0025345476, -0.039047822, 0.028996972, - -0.017790543, -0.0017090141, -0.03184561, -0.0076254783, -0.017830854, - 0.011925307, 0.02802951, 0.018153341, 0.03042129, 0.0067823087, - 0.00007626528, 0.0030300359, -0.021767884, -0.026887368, -0.03157687, - -0.031066265, 0.009466343, 0.019026743, -0.008498881, -0.01572125, - -0.012617311, 0.017615862, 0.0166484, -0.009352128, 0.006856212, - -0.012321698, 0.015640628, 0.020491373, 0.019362668, 0.016675275, - 0.012731525, -0.03211435, -0.01585562, -0.037972867, 0.014175999, - -0.04141273, -0.0051127654, -0.015062839, 0.018663947, -0.0056536035, - -0.0064329472, -0.035312347, -0.0069133188, -0.0074911085, - 0.0013260606, -0.0016980965, 0.021754447, 0.0014175999, 0.013000265, - -0.0024304113, 0.007121592, -0.01873113, -0.0028284814, -0.026564881, - 0.04471822, 0.019591097, -0.042729553, 0.027599528, 8.50308e-6, - -0.041654594, -0.019631408, 0.00071341894, -0.009835859, 0.034667373, - 0.0016544265, -0.016178107, -0.03458675, -0.02196944, -0.03348492, - 0.010944408, 0.0061709266, -0.01031959, -0.0006991421, 0.009553683, - -0.0034163485, -0.01230826, 0.007833751, -0.033726785, -0.006191082, - 0.022399422, -0.01226795, 0.0073970496, 0.0217007, 0.017226191, - 0.007188777, -0.008821368, 0.007867344, -0.0051262025, 0.012516534, - -0.013853512, 0.03289369, 0.031523123, 0.02125728, 0.0063254517, - 0.0011043507, 0.04654565, -0.022197867, -0.003396193, 0.0017669611, - -0.012980109, -0.016702149, 0.028835729, 0.02368937, -0.0039471085, - 0.0071283104, -0.014955343, 0.019080492, 0.027088923, -0.004907852, - -0.019617971, -0.021942565, -0.042944543, -0.010487552, 0.035446715, - -0.0037153212, 0.0097418, -0.018381769, -0.012677778, 0.017830854, - -0.006204519, -0.011179555, -0.01288605, 0.004182256, -0.018999869, - 0.027787646, 0.027572654, 0.036656044, -0.009990384, -0.011696879, - -0.015774999, 0.012791991, 0.004867541, 0.020424189, 0.021284154, - -0.024428405, 0.012529971, -0.019900147, -0.0070745624, -0.010111317, - -0.0047768415, -0.0006302777, -0.033054937, -0.011992492, - -0.020612305, 0.007235806, 0.0075717303, -0.020155448, 0.026712688, - 0.0010833554, 0.014861285, -0.03211435, 0.0073231463, 0.027438285, - 0.0014629497, 0.031066265, 0.007847188, 0.020934792, -0.0010573212, - 0.017898038, -0.008095772, 0.0002754578, 0.016715586, 0.018086156, - 0.0172665, -0.027895141, -0.0025227903, -0.03034067, 0.016863393, - -0.011703597, -0.013181663, -0.026860494, 0.03308181, -0.0019466805, - 0.0085996585, 0.0020995259, -0.0068091825, -0.0035339221, 0.006426229, - -0.018569887, 0.028996972, 0.001807272, -0.025489924, -0.008928864, - 0.03636043, -0.0124157565, 0.024334345, -0.0032181533, -0.0028150443, - -0.011878278, 0.0050657364, -0.003701884, 0.026336454, -0.0034667372, - 0.013450403, -0.009244633, 0.014202873, 0.036951657, 0.022842841, - 0.00037266585, -0.015224082, -0.0056435256, 0.027922016, -0.021163221, - 0.0066042687, 0.01766961, -0.030260047, -0.0005416777, -0.021055726, - 0.0011194672, -0.039961535, 0.023635624, -0.010178502, 0.016890267, - 0.012879332, -0.011468451, -0.0057812547, -0.0102591235, -0.007195495, - -0.00385305, -0.009345409, 0.013074168, -0.022103809, -0.01310776, - -0.012482941, 0.009284943, -0.0064766174, 0.002086089, -0.036521673, - -0.010265842, 0.02338032, -0.020585433, 0.020881046, -0.009607431, - -0.0047499673, -0.02338032, 0.019228298, -0.030743778, -0.008734028, - 0.010521145, -0.0006869649, -0.01957766, -0.025812412, 0.012919643, - 0.02227849, -0.003977342, 0.0028939866, -0.007598604, 0.040767755, - 0.033269927, -0.021861944, -0.023151893, -0.007612041, -0.0039907787, - -0.00456185, -0.0032651827, -0.023528127, 0.013510869, 0.004934726, - -0.0048272302, 0.009237914, -0.040418394, -0.008391385, -0.0069133188, - 0.02652457, -0.010299434, -0.009157293, -0.010050851, -0.017159006, - -0.016204981, -0.010171783, 0.0049280073, 0.0071014366, 0.007558293, - 0.013759453, 0.010057569, 0.009110263, -0.011730472, -0.006160849, - 0.013961008, 0.0069872225, -0.027357662, 0.013074168, -0.02033013, - 0.04135898, 0.026323017, -0.02980319, -0.0059861685, 0.015748125, - -0.029615073, -0.017132131, 0.012133581, 0.006070149, 0.00031072984, - -0.013524306, -0.0026067714, 0.006160849, 0.00097418, -0.0024757609, - -0.0018257478, -0.005018707, -0.015519695, 0.02532868, -0.0047499673, - -0.013457121, -0.030179426, -0.01169016, 0.022480045, 0.007820314, - -0.01067567, 0.0133764995, 0.02878198, 0.034344885, 0.006049994, - 0.014915032, 0.0039303126, 0.002781452, 0.032383088, -0.021646952, - -0.0015595278, 0.016581217, -0.017387435, 0.008008432, 0.018717693, - 0.011670005, -0.009426031, -0.000064980326, 0.0025614216, - -0.016003426, 0.0170112, 0.00208105, 0.021028852, 0.0047466084, - 0.0048205117, 0.0040714005, -0.0089423, -0.007813595, -0.017992098, - 0.011327363, 0.019832961, 0.009822422, 0.0099030435, -0.0063556847, - 0.0026470823, -0.023555001, 0.02794889, 0.004313266, -0.010292716, - -0.0010354862, -0.0027226652, 0.014202873, 0.0152375195, - -0.0057140696, -0.02467027, -0.0056233704, 0.0033172509, -0.001014491, - 0.009822422, -0.0133294705, 0.0003392834, -0.011542354, -0.019832961, - 0.0033004547, -0.028540116, -0.02816388, -0.011038467, -0.010272561, - -0.023084708, -0.002670597, 0.19521224, -0.015560007, 0.017588988, - 0.014807536, 0.004840667, 0.0003716161, 0.024011858, 0.007988276, - 0.013101042, 0.0034700965, 0.010037414, -0.004424121, -0.029668821, - -0.003046832, 0.016849956, -0.0223188, -0.019322356, -0.021230407, - 0.00009017464, 0.00091791275, 0.0065337247, 0.018005535, -0.027250167, - -0.011340799, 0.03149625, 0.018972997, -0.014444739, 0.017696485, - -0.0056703994, 0.005132921, -0.0028066463, -0.02334001, -0.010863787, - -0.007403768, -0.016823081, 0.007054407, -0.0060029645, -0.023528127, - -0.0025227903, 0.013087605, 0.025839286, 0.00047449287, 0.009647742, - -0.008344356, 0.0022473326, -0.016272165, 0.0027125876, 0.002018904, - -0.009997102, 0.0037791466, -0.008102491, -0.011206429, 0.01855645, - 0.038429722, 0.0063523254, -0.0038698462, 0.008767621, 0.011018312, - 0.0170112, 0.02746516, -0.015869057, 0.008055461, 0.009305099, - 0.020088265, 0.007423924, 0.0019114084, -0.0052807275, 0.005274009, - -0.012751681, -0.017857729, -0.011790938, -0.009426031, 0.0025631012, - 0.0072156508, -0.0061978004, -0.0170112, 0.03617231, 0.013383218, - 0.017212754, -0.00033508433, 0.0029309383, -0.022036623, - -0.0054352526, -0.0013999639, -0.01855645, -0.014175999, 0.024455277, - 0.0023934597, -0.0045887236, -0.0001762552, 0.0016569459, -0.01944329, - -0.0072156508, -0.0012529971, -0.0010984719, -0.00019924501, - -0.0109108165, -0.0076053226, -0.029991308, -0.033028062, - -0.015560007, 0.057241473, 0.002467363, 0.014377554, 0.012993546, - -0.01882519, 0.00024543458, 0.014941907, 0.003019958, -0.002378343, - -0.015613754, -0.039047822, 0.005216902, -0.010037414, -0.0061978004, - 0.0065169283, 0.006372481, -0.005596496, 0.006752075, -0.0034381836, - -0.012341853, -0.011139245, 0.015774999, 0.021727573, 0.011152682, - -0.023192203, -0.03211435, -0.0059828092, -0.0064900545, -0.019980768, - 0.0018324662, -0.0016435089, 0.03294744, -0.01709182, 0.019416416, - -0.027572654, -0.027250167, -0.031120013, -0.006493414, 0.028486367, - -0.0154122, -0.0050321436, 0.013544462, -0.016540905, 0.037784748, - 0.00059542555, -0.0017820776, 0.04224582, -0.011300488, -0.033108685, - -0.009150574, 0.010467396, -0.012791991, -0.023810303, 0.00518331, - -0.0056636813, -0.014417864, -0.026672378, -0.016903704, 0.005462127, - -0.02409248, 0.014538798, -0.0008759222, -0.017548677, -0.0125702815, - -0.028808855, -0.16941327, 0.00929838, 0.04619629, -0.021055726, - 0.01633935, -0.02507338, 0.034291137, 0.016729023, -0.019080492, - -0.002865433, 0.011636413, -0.019765778, -0.0105547365, -0.009694771, - -0.029668821, -0.0066546574, 0.020007642, 0.009956792, 0.027868267, - 0.018354895, 0.024925571, -0.01080332, -0.00037896444, 0.017373998, - 0.004954881, -0.010521145, 0.006318733, 0.039289687, -0.0013579733, - -0.01660809, -0.0056569627, 0.021996314, 0.029373208, -0.019980768, - -0.00442748, -0.00004708187, 0.019644843, 0.004699579, -0.032006852, - 0.0037623504, 0.038590968, 0.00881465, -0.011340799, -0.0036951657, - 0.0029510937, 0.027707024, 0.023555001, -0.006174286, 0.0308244, - -0.013665394, 0.010648795, -0.0048776185, 0.017347123, 0.0131951, - 0.029883813, -0.037704125, 0.0012168853, 0.02303096, -0.033458047, - -0.016419973, -0.008861679, -0.03361929, 0.028351998, -0.0064698993, - -0.016836518, -0.032436837, -0.0090497965, -0.0029611713, - -0.026954554, 0.004108352, 0.011730472, -0.017373998, -0.01855645, - -0.021499146, 0.02019576, 0.014014755, -0.009305099, -0.0044140434, - -0.0006491734, 0.00052992033, 0.002546305, 0.0038362537, -0.004088197, - -0.032383088, -0.0021280795, 0.013880386, -0.010514426, 0.0040243715, - -0.008720591, -0.004551772, 0.011441576, -0.021136347, -0.03410302, - -0.025248058, 0.0046391124, 0.0031509686, 0.0053546308, -0.016460283, - 0.002559742, -0.008949019, 0.016137796, 0.0061574895, -0.015560007, - 0.0027881705, 0.033162434, 0.012409038, 0.004756686, 0.02856699, - 0.041547097, 0.0007491108, -0.0025899753, 0.015183772, 0.0070342515, - 0.032624952, 0.0101516275, 0.028217629, 0.0099030435, -0.025516799, - 0.010057569, 0.013840075, 0.04697563, 0.001913088, -0.020558558, - 0.015304704, -0.02235911, -0.018274274, -0.13684206, 0.00062019995, - 0.008082335, 0.021472272, 0.0055830595, -0.006825979, -0.012314979, - 0.023675933, -0.01160282, 0.020867608, -0.04055276, -0.005163154, - 0.022614414, -0.012637466, -0.011488606, -0.008129365, -0.016137796, - 0.004840667, -0.043804508, 0.02843262, -0.009580556, -0.0076187598, - -0.0031341724, -0.0005504957, 0.009573839, 0.006785668, -0.038832832, - 0.040364645, 0.0030921819, -0.024952445, 0.0070140962, -0.0085996585, - 0.011844685, -0.011219867, -0.0043737325, -0.026228957, 0.009365565, - -0.011401266, 0.008068898, 0.0007919412, -0.0023481098, 0.033592414, - 0.014162562, 0.012590437, 0.0023749836, -0.021337902, -0.023810303, - 0.027733898, -0.014471612, -0.010346464, -0.036656044, -0.015815308, - -0.045685682, 0.0128188655, -0.006160849, -0.009862733, 0.021956002, - 0.011952181, -0.0056099333, 0.019376105, 0.0021952642, 0.007874062, - -0.020545121, 0.009271506, 0.0357692, -0.01067567, -0.0058350023, - -0.020262945, 0.0036682917, -0.029507577, 0.012469504, 0.021096036, - 0.013692268, 0.024280597, -0.035688583, -0.010836913, -0.022869715, - -0.017253064, 0.028110133, -0.010205376, -0.005425175, -0.009721645, - 0.010588329, -0.039235942, 0.008109209, 0.013389937, 0.01288605, - -0.0069939406, 0.014915032, -0.018220525, -0.013920696, 0.030313795, - 0.027626403, -0.011703597, -0.025221186, -0.010427086, -0.0035003296, - -0.011045186, 0.011670005, 0.041547097, -0.020881046, -0.013000265, - -0.024267161, 0.03125438, -0.0038060206, 0.0025328682, 0.005452049, - -0.02870136, 0.008209987, 0.029910685, -0.011508761, 0.004088197, - -0.024347782, 0.00943275, -0.019295484, -0.017199317, -0.04764748, - -0.017373998, 0.0155331325, -0.008082335, 0.0046122386, 0.005774536, - 0.00053705875, 0.012993546, -0.009419313, 0.02754578, -0.017038073, - -0.008949019, -0.016554343, 0.008828087, -0.022399422, -0.005297524, - 0.022157557, -0.03485549, -0.01151548, 0.009540246, -0.021714138, - -0.008209987, 0.022869715, 0.019712029, 0.023595313, 0.03668292, - -0.008223423, -0.023944674, -0.0089423, -0.012597156, -0.0016905383, - 0.019631408, -0.031630617, 0.011434858, 0.00033760376, -0.014619419, - 0.009399158, 0.01736056, -0.0034113098, -0.027277041, -0.020961666, - 0.00947978, -0.0036548548, 0.0083510745, 0.018838625, -0.012839021, - 0.037032276, -0.0131951, 0.019523911, -0.019067055, -0.023635624, - -0.014189436, 0.017777106, 0.025261495, 0.014646293, -0.0357692, - -0.0050858916, 0.0024740812, 0.010144909, -0.003967264, 0.01226795, - -0.011387829, 0.018274274, 0.015345015, 0.0027310634, -0.009412595, - 0.019617971, 0.00011589383, 0.0028721516, 0.0151300235, 0.050227378, - -0.013389937, 0.0060567125, 0.015291267, 0.0007680066, 0.0019080492, - 0.008129365, 0.0340224, -0.027344225, 0.0069469116, 0.0044140434, - 0.03383428, -0.0028335203, 0.000038500057, 0.015506258, 0.012442631, - 0.030528788, 0.004101634, 0.008774338, -0.025355555, -0.013571336, - -0.0028839088, -0.018059282, -0.029561326, -0.013060731, 0.019832961, - 0.0040949155, 0.006439666, 0.026121462, 0.0017249705, 0.0048876964, - 0.01107206, -0.0036279808, -0.020921355, -0.015452511, 0.021727573, - 0.013215256, 0.008895271, 0.011730472, -0.0013143033, 0.01913424, - 0.0339149, 0.03308181, -0.023393758, 0.027156109, -0.012899487, - 0.018905811, -0.01633935, -0.010695825, -0.020746676, -0.008042024, - -0.03547359, 0.007208932, 0.031953104, 0.0015519696, 0.06600238, - 0.0036414177, -0.009076671, -0.0019533988, -0.0034163485, 0.020289818, - 0.009822422, -0.0043031885, -0.005969372, -0.01882519, -0.01036662, - 0.001213526, -0.01718588, -0.035446715, -0.02931946, 0.015963115, - -0.0026689174, 0.005122843, 0.009593993, -0.0034079505, 0.019873273, - 0.002400178, 0.01629904, 0.0051295618, -0.0138266375, -0.009916481, - 0.021405086, 0.014270058, -0.014283495, -0.014605982, -0.003685088, - 0.022345675, -0.03504361, -0.01957766, -0.008438415, 0.0036346994, - 0.0019114084, -0.0012093269, -0.007860625, -0.009271506, 0.016836518, - -0.007746411, -0.024414968, -0.033323675, -0.0077396925, 0.013101042, - -0.020262945, -0.010326308, -0.012906206 - ], - "metadata": { - "chunkTitle": "Hypertrophy Training Overview", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28780&chunkSid=chunk_57178" - }, - "document": "Andrew Huberman: So as you point out before and I can only assume you're referring to me, hypertrophy training is idiot proof, meaning there's a lot of leeway in the variables but not so much leeway that people can do anything. It's bounded by these general principles. So, with your permission, I'm going to do a brief overview of my notes based on your description of the modifiable variables that will direct somebody towards hypertrophy. Keeping in mind this backdrop of exercise choice exercise order selecting appropriate volume that sets and reps training frequency and needing some metric or way to have progression either by adding more weights or by more tension or more metabolic stress and so on. In terms of exercise choice. It sounds like the choice of exercise science not super critical in terms of specificity, but that the ideal circumstances. That people are targeting all the major and, frankly, secondary and minor muscle groups, if you can even call them.\n\nAndrew Huberman: That across their exercise choices, that they're picking exercises that they can perform safely and that they can generate enough intensity so that they're getting close to failure without placing themselves into danger.\n\nAndy Galpin: Right?\n\nAndrew Huberman: So for some people that might mean including large compound free weight exercises like squats and deadlifts andy bent over barbell rows as well as isolation exercises. And for some people there might be a bias toward more isolation exercise science machines. But of course machines don't necessarily mean that you can't use heavy loads. In fact, plateleted machines like Hammer strength machines will allow for quite substantial loads. So picking two or three or more movements per muscle group can be valuable. But that overall consistency is going to outshine variation in the sense that you don't need to hit muscles with a different exercise every workout coming back to the same things has a benefit. And we heard about this in our discussion around strength and power as well. Okay. In terms of order of exercise science too, it sounds like there's a lot of flexibility.\n\nAndrew Huberman: One could do the large compound exercise for, let's say, quadriceps and hamstrings and glutes first, like a squat or a front squat or could deadlift for that matter. But then if one deadlifted andy primarily hit the glutes and hamstrings, then you might want to target the quadriceps more directly with leg extensions. Or if one squatted and was loading the squat bar, carrying the squat bar in a way that was predominantly quadricep and less so glute and hamstring, then leg curls would be a good choice, et cetera. Okay, Andy, train your calves, folks. Very important. Unless you're a genetic freak, of course. It's actually a good opportunity to say unless you're a genetic freak or you just have a genetic predisposition or you've done sports, Andy, you have a genetic predisposition that gives you very large calves that don't require any training at all. I know people like this, they're somewhat rare, but they're out there. And those folks sometimes want to stay away from or minimize their training." - }, - "truncated_cells": [] - }, - { - "row_idx": 2, - "row": { - "id": "chunk_57177", - "embedding": [ - -0.030115174, -0.01321885, 0.02527428, -0.005181896, -0.027627863, - 0.017317561, -0.00951463, -0.02928607, -0.018079802, -0.017371053, - 0.018307136, 0.03912833, 0.016154142, 0.0077761873, 0.0053891717, - -0.010029476, 0.052661438, 0.014643035, 0.0012871161, -0.027948808, - -0.01410813, 0.015151195, -0.008016895, -0.004590157, -0.017143719, - 0.038753897, 0.02481961, -0.021583432, -0.01730419, -0.028884891, - 0.024070743, -0.0071944776, -0.0013514719, 0.006913652, -0.013178731, - -0.028403476, 0.003995075, -0.008825939, 0.024324823, -0.020125816, - 0.03171989, -0.011473721, -0.011540584, -0.0070741237, -0.00077352335, - -0.010049535, 0.00631857, -0.020486876, 0.019978717, 0.027199939, - 0.018173411, 0.0018905563, -0.011834782, 0.0069805156, -0.009293981, - -0.009788768, -0.035357248, 0.012075489, 0.010049535, 0.0011074214, - -0.00075597176, 0.0196444, -0.010310302, 0.01563261, -0.0040485654, - -0.0073215174, 0.00015932242, -0.008257602, 0.004947875, 0.013546479, - 0.014455819, 0.018387374, -0.01614077, -0.0009636655, 0.023201521, - -0.0043895673, 0.008197425, -0.016100653, 0.004346106, -0.006321913, - 0.006338629, -0.015151195, -0.023509093, 0.032816447, 0.035597954, - -0.018989142, -0.0020292974, -0.0032177903, 0.02572895, 0.0025324428, - -0.00090265286, 0.0147901345, 0.034233946, 0.035544463, 0.00682673, - 0.016314615, -0.027520882, 0.009828887, -0.019042632, 0.0096617285, - -0.028510457, -0.0012695645, -0.01922985, -0.020058952, -0.032201305, - 0.0011149434, 0.01014983, -0.006746494, 0.007863109, -0.028055789, - -0.018079802, 0.025247535, -0.006044431, -0.027333666, 0.0024705944, - -0.01243655, 0.014990724, 0.021984613, -0.01882867, -0.036373567, - 0.032415267, 0.0028483712, 0.02111539, 0.015793081, 0.0102100065, - 0.008571859, -0.015498884, 0.012757494, -0.015057587, -0.019604282, - 0.009955927, -0.012576963, 0.0019975374, -0.0016874594, -0.022573007, - 0.020366523, -0.00784305, -0.016983246, -0.022492772, -0.044932052, - 0.008872744, 0.0059240772, -0.014843625, -0.012683944, -0.028858146, - 0.033645548, 0.019871736, 0.00638209, -0.00905996, -0.00766252, - -0.02177065, 0.0076692062, -0.016555322, -0.0021312637, -0.0056599677, - 0.014723271, -0.014803506, -0.00031613745, -0.03912833, -0.007822991, - 0.0137069505, -0.0025525016, 0.02984772, -0.0060979216, -0.0019691205, - 0.004991336, 0.028644184, -0.023067795, 0.034340926, -0.009220432, - 0.0084648775, 0.0009837245, -0.022158457, 0.024672512, 0.00039073167, - 0.033806022, -0.02578244, -0.0009168613, 0.010196635, -0.046322808, - 0.010143144, 0.006021029, 0.023830036, 0.012677258, 0.003023887, - 0.009193687, 0.02689237, -0.017879212, 0.0041756053, -0.010671362, - -0.01939032, 0.009701847, -0.019417066, -0.0071343007, -0.64488196, - -0.0007739412, 0.020446759, -0.0333781, 0.016154142, 0.013372635, - -0.008531741, 0.004576784, -0.026116757, 0.04014465, -0.02046013, - 0.017825723, 0.0030054997, -0.012483355, 0.011025738, -0.012169098, - -0.0016556993, -0.0026160218, -0.022104966, 0.0031626283, - -0.010143144, 0.009741965, -0.015418648, 0.0068735345, 0.02618362, - 0.017317561, 0.0051685236, -0.0027647922, 0.004436372, 0.025046945, - -0.015512257, 0.013412753, 0.020593857, 0.006502444, 0.062209498, - -0.019671146, 0.006472355, 0.03912833, 0.0034434535, 0.019925226, - 0.0037443377, -0.009962613, 0.018801924, -0.0031208387, -0.0074084396, - 0.039770216, 0.006672945, -0.0035872094, 0.008123876, -0.0112998765, - 0.023856781, 0.012670572, 0.0048576095, 0.0008750718, 0.0057034288, - -0.0112931905, 0.008157307, -0.004041879, -0.011995253, 0.021182254, - 0.030837296, 0.009648356, -0.020714212, -0.001907272, -0.0238969, - 0.0199386, -0.03335135, -0.012015313, -0.017277444, 0.018735062, - 0.024311451, 0.007007261, -0.009347471, 0.007455244, 0.018093174, - 0.026731897, -0.0010355434, 0.023067795, -0.01225602, 0.024043998, - -0.0069805156, 0.008070385, 0.0001561882, -0.0071075554, 0.008143934, - 0.005954166, -0.0438355, 0.00036377745, -0.0033197566, -0.022158457, - -0.012964769, -0.00027894482, -0.012971456, -0.025514988, - -0.0125034135, 0.013245595, -0.0040351925, 0.00038300062, - -0.021035155, -0.029580269, -0.018721689, 0.019350203, 0.0050247675, - 0.019015888, 0.015672728, -0.0052755047, -0.0011157793, -0.010464087, - 0.026424326, -0.009601552, 0.009614925, -0.0070874966, 0.0035337189, - 0.012744121, -0.0011174508, -0.024779493, 0.015659355, -0.0006661244, - -0.0017752172, -0.014215111, 0.022519518, 0.0007141823, 0.018400745, - -0.00022817058, 0.0014049625, 0.042043563, -0.005031454, -0.014188366, - 0.010504205, -0.02293407, -0.013466244, -0.02004558, 0.05405219, - -0.021382844, 0.03065008, 0.017518152, 0.0142418565, 0.018454237, - 0.005349054, -0.02786857, -0.036721256, -0.0071476735, 0.028938383, - -0.019310085, -0.0046570203, -0.010116398, -0.015993671, 0.003496944, - 0.02131598, -0.007809619, -0.008558487, -0.007354949, -0.023428857, - 0.0034083503, -0.031158239, -0.0035303757, 0.0046871086, -0.049371768, - -0.020874683, -0.0022232006, -0.012931338, 0.014014522, 0.012115607, - 0.021035155, -0.013252282, -0.01245661, -0.0008077907, -0.010978933, - -0.019002514, -0.008705585, 0.027948808, -0.03444791, -0.021757277, - 0.018547844, -0.0126103945, 0.0062884814, -0.0034467967, 0.010885325, - -0.018053057, 0.0061781574, 0.022827087, -0.004061938, -0.015137822, - -0.0031241819, 0.039208565, -0.006987202, -0.0033465018, - -0.0068367594, -0.018788552, 0.033083897, -0.011560643, -0.005078258, - -0.012744121, -0.004469803, -0.0065626204, -0.002126249, -0.014776762, - 0.00063561805, 0.0056499382, 0.026531307, 0.03607937, -0.020901429, - 0.0054058875, -0.008097131, 0.029098853, 0.00592742, 0.002992127, - -0.0237498, 0.028965127, -0.0037543674, -0.029018618, -0.01162082, - -0.009614925, 0.005666654, -0.006886907, 0.022760225, 0.008077071, - 0.014963979, -0.014750016, 0.013406066, -0.011861527, -0.008518368, - 0.03827248, -0.002051028, -0.033511825, 0.0052119843, 0.00568337, - 0.024832983, -0.021850886, -0.019871736, 0.0044129696, 0.020633975, - 0.011513839, -0.00015639715, 0.027788335, -0.013519734, 0.00019411216, - 0.0056900564, 0.050628796, 0.015244803, 0.031853616, 0.004817492, - 0.020313032, -0.026277227, 0.020607231, 0.013513047, 0.034019984, - 0.00048434013, -0.015846573, 0.017585015, -0.0015829856, 0.021088645, - -0.021075273, 0.0051451214, -0.003433424, -0.011480407, -0.0021446364, - 0.0071476735, 0.02572895, 0.019804873, -0.0038178873, 0.0291256, - 0.022412537, -0.00014333794, 0.016287869, 0.011667624, 0.007822991, - 0.003329786, -0.024231214, 0.022225318, -0.025715576, 0.008765763, - 0.0049177865, -0.013105182, 0.01352642, 0.0006310212, 0.022198575, - 0.0013514719, 0.03268272, 0.02066072, -0.004590157, -0.035410736, - 0.01185484, 0.0049445317, -0.008598604, -0.006866848, -0.012857788, - -0.004486519, -0.0020861311, -0.004342763, -0.020192679, 0.018039685, - -0.021837512, -0.018280393, -0.0035236892, 0.020473504, 0.024899846, - -0.013205477, 0.027627863, -0.004991336, -0.01245661, 0.011781291, - 0.007736069, -0.011313249, 0.007582284, 0.0048141484, -0.018414117, - -0.010444028, 0.01200194, -0.027280176, 0.02618362, -0.0052052983, - 0.0030790493, 0.003092422, 0.0013823961, 0.027039468, -0.0032846534, - -0.0037610536, 0.029874466, -0.028697675, 0.015057587, -0.03246876, - -0.014576172, -0.027280176, 0.07595657, 0.03466187, 0.0029620386, - 0.01933683, -0.015953554, 0.026678408, 0.021035155, -0.037470125, - 0.026156874, -0.0065759933, 0.023081169, -0.014856998, 0.011019051, - -0.011025738, -0.009594865, -0.00037547853, 0.01116615, -0.023081169, - -0.010216693, -0.007876482, -0.008845998, 0.0023335249, 0.0141348755, - 0.04581465, 0.014723271, 0.008224171, 0.013118555, 0.013894168, - -0.005409231, -0.024592275, -0.015926808, 0.0141348755, 0.015298295, - 0.010898697, -0.00083161076, -0.024779493, -0.0069537703, - -0.011754546, 0.025474869, -0.01922985, 0.012088862, 0.0062650796, - 0.0142418565, 0.024672512, 0.021128763, -0.0146831535, -0.0022984217, - 0.028510457, -0.011032424, -0.01212898, 0.031158239, 0.009053274, - -0.021142136, -0.0021028467, -0.00032177902, -0.027293548, - 0.010684735, -0.01953742, -0.01162082, 0.019443812, -0.011313249, - 0.0067932988, 0.0053791422, 0.008839312, -0.02867093, -0.006656229, - -0.014375582, -0.0026594829, 0.017223954, 0.0030489608, -0.015057587, - -0.024351569, -0.021650296, -0.002888489, 0.014308719, 0.0125034135, - 0.01162082, -0.0022583038, -0.008819253, -0.0067230924, 0.0056766835, - -0.01121964, -0.01507096, -0.044744838, -0.0020042236, -0.0039582998, - 0.0050448263, -0.01303832, -0.005074915, -0.00094527815, 0.01301826, - -0.003493601, 0.013553166, -0.013319144, 0.0135932835, 0.0047238832, - 0.015177941, 0.009975986, 0.024552157, 0.00072003284, -0.0031007798, - -0.031586163, 0.00013362187, -0.016327986, -0.0010982277, 0.006091235, - 0.010818462, -0.03426069, -0.01103911, -0.03126522, 0.0077895597, - -0.004606873, 0.005710115, 0.0100963395, 0.02821626, 0.030810552, - 0.008859371, 0.007849737, -0.0036574157, 0.0020610574, -0.009929181, - -0.044637855, 0.02507369, 0.0030489608, -0.03335135, 0.007401753, - 0.016782656, -0.015204686, -0.012008626, 0.006779926, -0.023255013, - 0.011941763, -0.006820044, -0.03669451, -0.038085263, -0.013312458, - -0.016127398, -0.002499011, 0.009601552, -0.01507096, 0.004887698, - -0.003493601, 0.00817068, -0.008919547, 0.037416633, -0.025902795, - -0.014883743, 0.0101030255, -0.0073816944, 0.0077828737, 0.011400172, - 0.00016308346, 0.0062483638, 0.005910705, 0.004650334, -0.009855632, - -0.0051885825, 0.0020092383, 0.020928174, 0.021757277, 0.040331867, - -0.015405276, -0.011607447, 0.02816277, -0.012269393, -0.013285713, - -0.013426125, -0.012108921, -0.01301826, 0.0010305287, 0.015739592, - 0.008745703, -0.010290243, -0.022225318, 0.02572895, 0.037978284, - -0.01755827, -0.027440647, -0.01634136, -0.031666398, -0.022104966, - 0.025220789, -0.0155523745, -0.00095112866, -0.036106113, - -0.030783806, 0.043113373, -0.003557121, -0.007883169, -0.013660147, - 0.02191775, -0.01684952, 0.026170246, 0.018668199, -0.0022315586, - -0.0061614416, -0.033431586, -0.004513264, 0.014656408, 0.01512445, - 0.010029476, 0.012416491, -0.020847937, -0.003707563, -0.018628081, - -0.0056599677, -0.00905996, -0.0156861, -0.0046637063, -0.011179523, - -0.0015971941, -0.008852684, -0.008825939, -0.018400745, -0.005910705, - 0.016261125, -0.021957867, 0.0095480615, -0.01410813, 0.00887943, - 0.032923426, -0.009180314, 0.011995253, -0.008123876, 0.04471809, - -0.003084064, 0.008973038, -0.03126522, -0.015619238, 0.009755338, - 0.020647349, 0.007929972, -0.036828235, -0.010296929, -0.015204686, - 0.026571427, -0.0063319425, 0.0019407036, -0.018654825, 0.024191096, - 0.0052153277, 0.020513622, 0.0018888847, -0.016287869, -0.020072324, - 0.0032946828, 0.011139405, 0.024498668, 0.005034797, -0.013760441, - -0.00829772, 0.046723988, -0.013579911, 0.025006827, -0.013720323, - 0.014442446, -0.027413901, -0.0111928955, 0.0083512105, - -0.00045174433, 0.014215111, 0.019604282, -0.013024947, 0.006295168, - 0.0053624264, 0.009434394, 0.0019440468, -0.0046637063, 0.0053156223, - 0.030917533, -0.010236752, 0.0017401141, 0.009621611, -0.0110926, - 0.004272557, -0.027547628, -0.005476094, -0.020981664, 0.0001057274, - 0.0072279093, 0.007956718, 0.014228484, -0.01913624, -0.011487094, - -0.013125241, -0.00842476, -0.008799193, -0.006716406, 0.017999567, - -0.04693795, -0.020821193, -0.02035315, 0.006228305, 0.009400962, - -0.0028115965, -0.010477459, 0.0022900638, 0.01922985, -0.004881012, - 0.03500956, -0.010704794, 0.011574016, -0.0027547628, 0.030730315, - -0.035597954, -0.008618663, 0.008010209, -0.00054033805, -0.043006394, - 0.0038780642, 0.018694943, 0.015806455, -0.024418432, 0.005496153, - 0.022867206, 0.011105973, 0.0009051602, -0.018534472, -0.02171716, - -0.028456967, -0.017317561, 0.011072542, -0.0034467967, -0.0103169875, - 0.022305556, 0.0008023581, 0.0035872094, 0.0072345957, -0.012068803, - -0.021984613, -0.0011425245, 0.010818462, -0.021155508, -0.009862319, - -0.015699474, -0.029713996, -0.010564381, 0.015244803, 0.0014183351, - 0.0118414685, 0.010323674, -0.0016791015, -0.008565173, 0.0103169875, - -0.027734844, -0.007034006, 0.016782656, 0.029660504, -0.0159803, - 0.005265475, -0.002463908, 0.043380827, 0.013245595, -0.034875832, - 0.0018053057, 0.008204112, -0.03313739, -0.021984613, -0.004753972, - -0.0002603485, 0.009427708, 0.0048342077, -0.00676321, 0.00046428118, - 0.010423969, 0.009501257, -0.009380903, -0.0018704974, -0.011253072, - 0.019042632, -0.01212898, -0.013406066, -0.021155508, -0.008832625, - 0.032201305, 0.0046235886, 0.0026210365, 0.0033682324, 0.027133076, - 0.0077561284, -0.012396432, 0.014522682, 0.0291256, 0.008979725, - 0.018280393, -0.03589215, 0.0010179918, 0.03059659, -0.010062908, - 0.0022549606, 0.01588669, 0.030034939, -0.010116398, -0.012864475, - -0.0007547181, -0.031746637, -0.012690631, -0.02075433, 0.020981664, - 0.019069377, -0.026263855, -0.0011241371, 0.015151195, -0.023148032, - -0.012162412, -0.00239203, 0.0007058244, 0.020981664, 0.018842043, - -0.008825939, -0.0101030255, 0.0030673482, 0.019925226, -0.0052821906, - -0.02968725, 0.003266266, 0.006505787, 0.003358203, 0.01180135, - -0.0030723629, -0.01623438, -0.024886474, 0.014643035, -0.0015453751, - 0.018614708, -0.0007885676, -0.015030841, 0.002288392, -0.018895533, - -0.0057569193, -0.016515205, -0.022813715, -0.030409371, 0.003092422, - -0.0013523077, 0.003349845, 0.20797122, -0.010002731, -0.0032762955, - 0.016635558, -0.013225536, -0.0014751687, 0.007495362, -0.0020727585, - -0.024806239, -0.0026561397, 0.014803506, 0.018614708, -0.010738226, - -0.0028400132, 0.018587962, -0.016207634, -0.020513622, -0.012971456, - 0.0029854407, -0.0039081527, 0.012042058, -0.009721906, -0.012269393, - 0.0067932988, 0.02669178, -0.004844237, -0.017571643, -0.011440289, - 0.020379895, -0.00028625797, 0.0013882467, -0.003981702, - -0.0042056935, -0.0043093315, 0.009755338, 0.02416435, 0.0016306257, - -0.011968508, 0.012904593, -0.004606873, 0.025234163, 0.0037242789, - -0.042498235, -0.0016239394, -0.016274497, -0.012209216, -0.017585015, - 0.0069604563, -0.018708317, 0.012423178, -0.027494138, -0.024124233, - 0.024217842, 0.01334589, 0.02191775, -0.01040391, 0.022573007, - 0.011901645, -0.00065191597, 0.014215111, -0.023014305, 0.022412537, - 0.01294471, 0.00542929, -0.029473288, 0.018668199, -0.018815298, - 0.03431418, -0.030436117, 0.0005553822, -0.0069604563, -0.009588179, - -0.013325831, -0.0051116897, -0.02318815, -0.009146882, 0.022613125, - 0.03252225, 0.021048527, 0.006184844, 0.0028316556, -0.031532675, - 0.008658781, 0.009120137, -0.025996402, -0.034073472, 0.021931121, - -0.010390538, -0.004336077, 0.009106765, -0.0050882874, 0.0030573187, - -0.0056599677, 0.0034150367, -0.011446975, -0.03506305, -0.0036674452, - -0.016274497, -0.0020443415, -0.007174419, -0.012249334, 0.05573714, - -0.011701056, 0.018975768, -0.01200194, -0.02278697, -0.0079165995, - 0.009193687, 0.012122294, 0.0011926718, -0.005121719, -0.047820542, - 0.0064389235, -0.010985619, -0.010036162, 0.014429073, 0.020834565, - -0.003961643, 0.0264377, -0.010163203, -0.02263987, -0.0011759561, - 0.035865407, -0.00073089806, -0.009628297, -0.018053057, -0.031024514, - 0.0014116488, -0.01650183, -0.033057153, 0.005807067, -0.0155523745, - 0.009942554, -0.0107515985, -0.013172045, 0.0032261482, -0.020032207, - -0.005262132, 0.0055697025, 0.02877791, -0.013386007, -0.0050381403, - 0.03262923, 0.00804364, 0.017879212, -0.0040084473, 0.014295347, - 0.0143622095, -0.025434751, -0.004453087, 0.013773814, 0.008959665, - -0.0067899553, -0.007054065, 0.009922495, 0.002376986, 0.00058630644, - -0.02623711, -0.024043998, 0.0024388344, -0.031104749, 0.0020727585, - 0.0040151337, -0.0019373605, -0.0125034135, -0.018079802, -0.16860218, - 0.011527211, 0.045841392, -0.019992089, 0.0472054, -0.005914048, - 0.030061683, 0.015592492, -0.019751381, -0.0040318496, 0.020714212, - -0.00018648557, -0.0076758927, -0.0197915, -0.015258176, 0.009828887, - -0.0017835752, 0.022318928, 0.02923258, 0.011975194, -0.018360628, - -0.040840026, 0.012175784, -0.0082442295, -0.0057168016, 0.0070273196, - 0.0078029325, 0.028991872, -0.013111869, 0.0016607142, -0.026651662, - 0.0011316593, 0.012369688, -0.0147901345, 0.002412089, -0.0021513226, - 0.002507369, -0.011440289, -0.015993671, 0.031158239, 0.033565313, - 0.0032361776, -0.011647565, -0.011426916, -0.006656229, 0.025795814, - 0.011132719, 0.0035036304, 0.012075489, -0.000090422, 0.013299085, - 0.0034467967, 0.012015313, 0.018240275, 0.004168919, -0.03075706, - -0.0018587962, -0.009461139, -0.0063754036, -0.011888272, - -0.006947084, -0.013947658, 0.01385405, -0.014094757, 0.003874721, - -0.049612477, 0.0131586725, -0.011059169, -0.018855415, 0.009688474, - 0.0050381403, -0.031345457, -0.012556904, -0.024418432, 0.010978933, - 0.014041266, -0.018587962, -0.015231431, -0.0071075554, 0.017357681, - -0.01073154, 0.024645766, -0.03212107, -0.014883743, -0.005773635, - 0.020847937, 0.016742539, -0.0016607142, -0.021102019, -0.0088994885, - 0.012570277, -0.024405058, -0.024592275, -0.01791933, 0.021168882, - -0.0011767918, 0.007983463, 0.014335465, 0.007375008, 0.0065124733, - 0.030623334, 0.0126103945, -0.015231431, 0.01149378, 0.028617438, - 0.007642461, 0.010056222, 0.0061413827, 0.025140554, -0.013787187, - -0.014388955, 0.0049411887, 0.012897907, 0.023067795, 0.0047205403, - 0.032816447, 0.011446975, -0.03629333, 0.014843625, -0.017531525, - 0.050468326, -0.008952979, -0.032094322, 0.011386799, -0.009608238, - -0.024338195, -0.13928936, -0.032655973, 0.00086086337, 0.004717197, - 0.028697675, 0.012697317, -0.012837729, -0.0009954255, -0.026009776, - 0.008471564, -0.026384208, -0.0172507, 0.006973829, -0.00847825, - 0.007522107, -0.017892586, 0.0047907466, -0.0035069736, -0.0443704, - 0.045252997, -0.015592492, -0.01848098, 0.01705011, 0.008050326, - -0.0014709899, -0.007221223, -0.03324437, 0.022265438, -0.0048542665, - -0.0047740308, 0.025742322, -0.0018972426, 0.020847937, -0.0005428454, - 0.011052483, -0.017879212, 0.024525413, -0.0016724152, 0.015151195, - -0.007201164, -0.0043494496, 0.035089795, 0.021984613, 0.0049211294, - 0.00046846012, -0.020633975, -0.015151195, 0.031505927, -0.009949241, - -0.012329569, -0.023910271, -0.0021162194, -0.02760112, 0.028483713, - 0.0024655797, -0.038994603, 0.01973801, 0.021021781, -0.003647386, - 0.009628297, -0.018721689, -0.0024538785, -0.010544322, -0.0068167006, - 0.041401677, -0.0052688182, -0.016100653, -0.0221852, 0.013947658, - -0.012363001, -0.00498465, 0.010851894, -0.0022867206, 0.020593857, - -0.0342072, -0.00638209, 0.0003700459, -0.01218247, 0.00860529, - 0.008090444, -0.015953554, -0.0025023543, 0.01848098, -0.029179089, - 0.0008349539, -0.012804298, 0.013666833, -0.016809402, 0.015458766, - -0.0055463, -0.021784022, 0.0421238, 0.035357248, -0.017892586, - -0.014990724, 0.0050682286, 0.013138614, 0.0019507331, 0.0135865975, - 0.009140196, -0.00040556694, -0.00081238756, -0.015833199, 0.0313722, - 0.009882377, 0.011440289, 0.008886116, 0.0029553524, 0.0028450282, - 0.026090011, -0.0038112008, -0.0016264467, -0.007822991, 0.0076758927, - -0.0075087347, -0.01276418, -0.020714212, -0.0050983173, 0.0010121414, - 0.0017718741, 0.008772449, 0.004804119, -0.0047673443, 0.03217456, - -0.011995253, 0.031746637, 0.003684161, 0.00989575, -0.016127398, - 0.00976871, 0.0035236892, 0.00073382334, 0.024217842, -0.029446542, - -0.015819827, -0.0032077609, -0.013880795, 0.0015762993, - -0.0021128764, 0.014763389, 0.009166941, 0.045440212, -0.004753972, - 0.0025207417, -0.0025625313, -0.02984772, -0.0031007798, 0.008217484, - -0.0238969, 0.006703033, -0.0041388306, -0.0114068575, -0.0010079624, - 0.013459557, -0.023990506, -0.023589328, -0.020219425, -0.0032027462, - 0.0010622886, 0.005181896, -0.015793081, -0.020714212, 0.008070385, - -0.012550218, 0.02004558, -0.015512257, -0.00345014, -0.005242073, - 0.008250915, -0.0013606657, 0.015284922, -0.0067665535, - -0.00092772656, -0.0052052983, 0.016622186, -0.0037577103, - 0.010497519, 0.019069377, -0.0013188762, -0.0027631207, 0.011767919, - 0.0076491474, 0.018949024, -0.015512257, -0.026878996, 0.029633759, - 0.027788335, -0.0061948732, 0.007936659, 0.03789805, -0.010597813, - -0.004165576, 0.002129592, 0.017491406, -0.02939305, -0.014709898, - 0.010490832, 0.041588895, -0.014281974, 0.01766525, 0.006024372, - 0.0118749, 0.015137822, 0.0028784596, -0.008765763, -0.0044464013, - 0.001291295, 0.01893565, -0.00007276594, -0.032950174, -0.027026094, - -0.016127398, 0.0041756053, 0.016943129, 0.009113451, 0.0052186707, - -0.013192104, 0.011881586, -0.004235782, -0.017839095, -0.021650296, - -0.007876482, 0.028349986, 0.014388955, 0.0007225402, -0.004610216, - 0.0127173755, 0.0060745194, 0.031184984, 0.0025892765, 0.008611977, - 0.0105376365, 0.023000931, -0.01588669, -0.028296495, -0.023990506, - -0.011961822, -0.029901212, 0.017544897, 0.025929539, -0.010918756, - 0.050628796, -0.003167643, -0.006569307, 0.009080019, 0.007100869, - 0.020794448, 0.00631857, -0.008819253, -0.01984499, -0.012911279, - -0.006947084, -0.018534472, -0.007221223, -0.0539987, -0.042498235, - 0.023776544, 0.011894959, 0.0059073614, 0.04110748, -0.025969656, - 0.015231431, 0.00060469384, -0.014308719, -0.00066152756, - -0.025381261, -0.024980081, 0.027922062, 0.024685884, -0.0062249615, - -0.03894111, -0.0022232006, 0.0039014663, -0.029713996, -0.0137069505, - 0.007903228, 0.001053095, -0.02273348, -0.009080019, 0.0024037312, - 0.0010422297, -0.016167516, -0.0027948807, -0.030623334, -0.033164136, - 0.008057012, 0.013666833, -0.0029118913, -0.013827304, -0.023388738 - ], - "metadata": { - "chunkTitle": "Fitness and Hypertrophy", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28779&chunkSid=chunk_57177" - }, - "document": "Andy Galpin: Sure. So we have a lot less information on the potential interference or not of high intensity stuff. The stuff we do have suggested it may actually aid in hypertrophy. And that's because if you think about it, one of the potential paths to activation Andy muscle growth is this metabolic disturbance. You're going to get that a lot with the high intensity interval thing. So it's not a terrible thing to do. I wouldn't do it to the level that it compromises your ability to come back. Andy, do your primary training. So if you're so fatigued, your legs are super heavy, they're depleted. You now have to ingest extra carbohydrates to replenish muscle glycogen to be able to handle both recovery and continued training, et cetera. That could then lead to a problem. But in general, we really don't see any reason why that is going to completely block or make it such that your training was quote unquote, wasted or it didn't work.\n\nAndy Galpin: In fact, actually a very recent study came out where they had individuals perform six weeks of purely aerobic endurance, steady state, long duration endurance for six weeks. I think prior to starting a hypertrophy phase compared that to individuals who did not do that. And those folks that did these six weeks of just, I think it was cycling, actually just endurance work, had more muscle growth at the end of their hypertrophy training than those folks that did not. So this shows you very clearly there are a lot of advantages that come with being physically fit to growing muscle. So folks that also have actually hit plateaus a lot, one of the things you may actually see some benefit from is actually doing a little bit more endurance work. Whether it's a steady state stuff, maybe it's the higher intensity stuff. Certainly if you're starting a training phase, it's a pretty good idea to do that. And there's a number of physiological reasons of why that's potentially occurring. But the lowest hanging fruit here is we sort of joke if you're so unfit that you're tying your shoes in your warm up and you're already breaking a sweat, you probably don't have enough fitness to do enough training to get enough hypertrophy. So that is in fact your limiting factor.\n\nAndy Galpin: You're not recovering. You're super fatigued andy damaged and sore because you're so unfit. So get fit first and then you can actually get more gains a week later. So you have to kind of kick the can down the road for a few weeks, but ten weeks later you'll be in a better spot than you were by investing a little bit in your conditioning." - }, - "truncated_cells": [] - }, - { - "row_idx": 3, - "row": { - "id": "chunk_57176", - "embedding": [ - -0.028269125, 0.006626837, 0.022055835, -0.004394356, -0.017281553, - 0.029721582, 0.006670545, -0.029318122, -0.015506327, -0.011048091, - 0.0015096143, 0.02545835, 0.0073900493, 0.0057862946, 0.023346908, - -0.002335027, 0.049625628, -0.009904953, 0.014269049, -0.040749498, - -0.012594689, 0.018653318, -0.00039085225, -0.019971289, -0.027031846, - 0.025821464, 0.024691775, -0.019029882, -0.007242114, -0.012164331, - 0.028242227, 0.0051407577, 0.003802614, 0.00084264384, -0.0135831665, - -0.011673454, 0.0070605567, 0.0011725568, 0.03900117, 0.00022190322, - 0.035881076, -0.005661894, -0.003600884, 0.0019887234, -0.014860791, - -0.013226776, 0.007383325, -0.031604398, 0.0173219, 0.0376832, - 0.014201806, -0.004572551, -0.00025195262, 0.008028862, -0.01681085, - -0.0020425182, -0.03596177, 0.01924506, 0.01293763, 0.0049726493, - -0.011216199, 0.010604284, -0.0065965774, 0.01721431, -0.01048997, - -0.0014095898, 0.0073564276, 0.008647501, -0.004155642, 0.018222962, - 0.01058411, 0.023239318, -0.008183521, -0.004727211, 0.014269049, - -0.012150882, 0.008956821, -0.02505489, 0.0013642005, -0.0030528503, - 0.0028158172, -0.0071681463, -0.020576479, 0.026507348, 0.04225575, - -0.013737827, 0.007860753, -0.01620566, 0.0059880246, 0.00006734847, - 0.012601413, 0.01752363, 0.022069283, 0.027058743, 0.014336293, - 0.0042834044, -0.024274867, 0.016272902, -0.016891541, 0.01681085, - -0.011902082, -0.0024190813, -0.011243097, -0.017160514, -0.036634203, - 0.0049356655, -0.002592233, 0.0048213517, 0.011283442, -0.024153829, - -0.011881908, 0.039054964, 0.012500548, -0.028564995, -0.01018065, - -0.016111517, 0.01803468, 0.007416947, -0.014067319, -0.017900193, - 0.03241132, 0.01651498, 0.023656227, 0.0015508009, 0.0061662197, - 0.0039068414, -0.010039439, 0.017886743, 0.00692607, -0.016757054, - -0.0037084734, 0.010039439, -0.0045557404, 0.015197008, -0.031604398, - 0.011586037, -0.013193155, -0.011135506, -0.012090363, -0.048038684, - 0.00641502, 0.00037383125, 0.006055268, -0.021544784, -0.023817612, - 0.028645687, 0.028699482, 0.026009746, -0.0009481319, -0.0046397946, - -0.020536134, 0.00526852, -0.020643722, -0.0053525744, -0.009145102, - -0.012789695, -0.01792709, 0.015613917, -0.021047184, 0.007396774, - 0.02678977, -0.012709002, 0.021544784, 0.013973178, 0.006512523, - -0.0047104, 0.021679271, -0.009709947, 0.033164445, -0.024301764, - -0.006250274, 0.0060653547, -0.04879181, 0.014040422, 0.015748404, - 0.019930944, -0.00007838059, 0.0031402668, -0.0042733178, -0.05132016, - 0.019527482, -0.018962638, 0.04645174, 0.022674473, -0.0032999697, - 0.014269049, 0.019729214, -0.023763817, -0.00422961, -0.0010120132, - -0.023158627, 0.031900268, -0.024113482, 0.0021702806, -0.63219553, - -0.0032982887, 0.004612897, -0.027179781, 0.033567905, 0.012379509, - 0.0012002947, 0.008835782, -0.020092327, 0.03840943, -0.0009876374, - 0.009380454, -0.0098444335, 0.0038833062, 0.0051710173, -0.020832004, - 0.011350686, -0.008990442, -0.037199046, -0.001256611, 0.0007464017, - 0.014067319, -0.003600884, 0.014511125, 0.00830456, 0.0077128178, - 0.013226776, -0.009050962, 0.027946357, 0.003802614, -0.007497639, - 0.02056303, 0.015398738, 0.015197008, 0.051481545, -0.014659061, - 0.014174908, 0.025996298, 0.014806996, 0.031496808, 0.006825205, - -0.009763741, 0.020253712, 0.018586075, -0.011135506, 0.027112538, - 0.0145783685, -0.023360357, 0.017859846, -0.017980885, -0.0008447452, - 0.0062032035, -0.000119567165, -0.010866533, -0.012298818, - -0.019688867, 0.005658532, -0.009279589, -0.030797476, 0.012769521, - 0.021356503, 0.01812882, -0.016474633, 0.0077666123, -0.014726304, - -0.01436319, -0.029318122, -0.008674398, -0.02026716, 0.021517888, - 0.013462128, -0.016367042, 0.00139446, -0.005204639, 0.035316233, - 0.015721506, 0.009010616, 0.0054164557, 0.007558158, 0.018895395, - -0.005261796, 0.013576442, -0.009071134, 0.0056047374, 0.005698878, - 0.0074640173, -0.04411167, 0.019527482, 0.000027343898, -0.013455404, - -0.016353594, 0.024880057, 0.004848249, -0.019339202, -0.016340146, - 0.008916475, -0.0076455744, -0.0037084734, -0.013710929, -0.014013524, - 0.010422727, 0.022499641, -0.026910808, 0.008385251, -0.009084583, - -0.01792709, -0.00845922, -0.0016466227, 0.018290205, -0.028134638, - -0.0011027917, -0.0132335005, -0.0027065468, 0.018801253, - 0.0035269163, -0.028430508, 0.010321861, 0.001295276, 0.0042901286, - -0.0154256355, 0.00962253, -0.0034193269, 0.014309395, 0.0029637527, - 0.010281515, 0.036795586, -0.0093939025, -0.026413206, 0.005480337, - -0.032196138, 0.011249821, -0.0038160628, 0.036687996, -0.009770466, - 0.019540932, 0.024933852, 0.0057896567, 0.027650485, 0.011007744, - -0.013004873, -0.022862755, -0.017577425, 0.024906954, -0.020536134, - 0.0012927543, -0.014941483, -0.03238442, -0.005399645, 0.001484398, - -0.0119626, -0.0025989574, -0.012359337, -0.01894919, -0.0094208, - -0.027045295, -0.004518756, -0.0011053133, -0.04053432, -0.029882966, - -0.017308451, -0.00271159, 0.005224812, -0.0060821655, 0.033971366, - -0.009904953, 0.0043573724, -0.008903026, -0.011693627, -0.018088475, - -0.01650153, 0.0022627404, -0.03246511, -0.022997241, 0.019769559, - -0.01289056, 0.0015348305, -0.015156662, -0.0013751275, -0.026870461, - -0.018666767, 0.013919383, -0.012050017, -0.020509236, -0.0055475803, - 0.027368063, -0.01002599, -0.0024980921, -0.0042430586, -0.01155914, - 0.022661025, 0.00078296533, 0.0065595936, -0.01518356, 0.0043069394, - -0.012090363, -0.00053542556, 0.0011422972, 0.016447736, 0.0047641946, - 0.02434211, 0.06062665, -0.007578331, 0.0071614217, -0.012561067, - 0.029856069, 0.0044010803, 0.011182577, -0.015465981, 0.031093348, - -0.004525481, -0.01247365, -0.002513222, -0.010933776, -0.008775263, - -0.009030788, 0.010678251, -0.009535114, 0.021759963, -0.017281553, - 0.032223035, -0.0062906197, 0.004619621, 0.0417716, 0.0028141362, - -0.01915092, 0.0069596916, 0.0069596916, 0.009407352, -0.027515998, - -0.016259454, 0.009044237, 0.019594725, 0.025942503, -0.007047108, - 0.021060633, 0.007800234, 0.015842544, 0.01873401, 0.046209663, - 0.008775263, 0.028027048, 0.0059443163, -0.009111481, -0.018357448, - 0.013327641, 0.0130317705, 0.021881001, 0.012023119, 0.010557214, - 0.017456386, 0.0015297873, 0.0059073325, -0.026036644, -0.004589362, - -0.005567753, -0.013072116, -0.0068184803, 0.016945336, 0.020832004, - 0.01955438, -0.014188357, 0.02483971, 0.009884779, -0.01874746, - 0.009555287, -0.0032411318, 0.0058569, -0.02474557, -0.015627366, - 0.0047978163, -0.019433342, -0.005406369, 0.00890975, -0.034697592, - 0.025068339, 0.011458275, 0.017671565, -0.009440973, 0.029909864, - 0.034590002, -0.03144301, -0.043358542, 0.0016651147, 0.0050432547, - -0.000846006, -0.003024272, -0.009945299, -0.014901137, 0.005399645, - 0.02096649, -0.0154256355, 0.013737827, 0.008667674, -0.031416114, - 0.0019315666, -0.0029822446, 0.0346438, 0.004350648, 0.023306562, - -0.018760908, -0.012614861, 0.007201768, 0.0026998224, -0.03144301, - 0.031308524, 0.019984737, -0.022956897, -0.016757054, 0.005759397, - -0.026883911, 0.024570737, -0.0149280345, -0.011646557, 0.002116486, - 0.0032091911, 0.017066374, -0.024288315, 0.008432322, 0.03300306, - -0.014107665, 0.003165483, -0.020482339, -0.005305504, -0.040184654, - 0.076065734, 0.026628386, -0.0070605567, 0.023185523, -0.026978051, - 0.014497677, 0.0126350345, -0.02099339, 0.014040422, 0.0052382606, - 0.03676869, -0.015358392, -0.002351838, -0.0035639, 0.013058668, - 0.011996222, 0.007188319, -0.038463224, -0.004770919, -0.008876128, - 0.01538529, -0.005362661, -0.0025989574, 0.06250946, 0.011034641, - 0.0014037059, 0.025633182, 0.0040816744, 0.017644668, -0.027354615, - -0.00067999883, 0.024705224, 0.02891466, 0.009192172, -0.012009671, - -0.0073900493, -0.0065192473, 0.004733935, 0.021450644, -0.01293763, - 0.010079785, 0.022136526, 0.014215254, 0.013253674, 0.011014469, - -0.000071183444, -0.012480374, 0.027919458, -0.00010790464, - 0.0035840732, 0.021544784, 0.023696573, -0.013058668, -0.0101940995, - 0.004159004, -0.0417447, 0.0028998714, -0.027758075, -0.010147029, - 0.014511125, -0.013267122, 0.010368932, 0.010664803, 0.016649466, - -0.0099923685, -0.017335348, -0.010153753, -0.002535076, 0.011498621, - -0.0061897547, -0.03025953, -0.0050768764, -0.008741641, 0.008721469, - 0.02942571, 0.027515998, 0.037037663, -0.0002177005, -0.0039808094, - -0.010503419, -0.001129689, -0.017953988, -0.006811756, -0.027260473, - -0.0018424691, 0.008264214, -0.012433304, -0.014026972, 0.0087954365, - 0.003421008, -0.012332439, -0.0053458503, 0.017738808, -0.017698463, - 0.0117339725, 0.013623512, 0.01668981, 0.0072353897, 0.030958861, - -0.00656968, -0.017698463, -0.036930073, 0.018491935, -0.016985683, - -0.009918401, -0.007981791, 0.012924181, -0.014712855, 0.014242152, - -0.014013524, 0.015344944, -0.0082978355, 0.0064822636, 0.020388199, - 0.022324808, 0.029963657, 0.004730573, 0.012171055, -0.003367213, - 0.004616259, -0.012366061, -0.01405387, 0.007208492, -0.004572551, - -0.0509436, 0.022889653, -0.004505308, -0.016138416, -0.0004135469, - 0.014645612, -0.022149974, 0.024772467, -0.0072690113, -0.031496808, - -0.043788902, -0.014013524, -0.005678705, -0.0043809074, 0.010940501, - 0.005460164, -0.010913604, -0.006549507, -0.0025485249, -0.010200824, - 0.026413206, -0.023360357, -0.0071278, 0.015398738, -0.01853228, - 0.0041892636, 0.02251309, -0.00993185, -0.0023451135, 0.013549545, - -0.018142268, -0.008768539, -0.011949152, -0.0126350345, 0.030178837, - 0.037548713, 0.015708057, -0.013636961, -0.0075379848, 0.02291655, - -0.012816591, -0.011169128, -0.00728246, -0.0016398984, -0.01140448, - 0.01135741, 0.025283517, 0.018720562, 0.0025434815, -0.013428506, - 0.01660912, 0.02982917, -0.017953988, -0.020078879, -0.014847342, - -0.0346438, -0.008439046, 0.021894451, -0.016259454, -0.020146122, - -0.0376832, -0.029560197, 0.035370026, -0.0053357636, -0.00016642742, - -0.009212346, -0.00498946, -0.021612028, 0.016851196, -0.0038564089, - 0.007309357, 0.01211726, -0.03367549, -0.02107408, 0.00819697, - 0.01894919, 0.00038854076, 0.0014986872, -0.011518794, -0.025229722, - -0.01843814, 0.0048616976, -0.012924181, -0.02740841, 0.003523554, - 0.004407805, 0.0074640173, -0.007780061, 0.011229647, -0.0047742813, - -0.008755091, 0.022580333, -0.01405387, 0.02015957, -0.008781988, - -0.00007811792, 0.022271013, 0.011875184, 0.009071134, -0.0048583355, - 0.043143366, 0.01140448, 0.0018475123, -0.0016188849, -0.026224924, - 0.0047473838, 0.019608175, 0.023508292, -0.012177779, -0.014403536, - -0.025969401, 0.000638392, 0.0045557404, 0.00006913462, 0.0018222961, - 0.029264327, -0.0005018039, 0.028645687, -0.007927997, -0.022903102, - -0.02678977, 0.0022123079, 0.008143175, 0.029479505, 0.00020582783, - -0.019621624, -0.019540932, 0.05712999, -0.021383401, 0.021343054, - 0.005698878, 0.017711911, -0.03004435, -0.0003587015, -0.0036109705, - 0.012695554, 0.02026716, 0.024530392, -0.015654262, 0.015869442, - 0.0073900493, 0.005029806, -0.008950097, -0.0033520835, -0.001175919, - 0.028080843, 0.0014213573, -0.0066873557, -0.0066201123, -0.016662914, - 0.01385214, -0.026762873, -0.0065864907, -0.02087235, 0.0027771522, - -0.00779351, 0.024678327, 0.023414152, -0.0133814365, -0.010819463, - -0.0073295305, -0.019083677, -0.020199917, 0.005164293, 0.022903102, - -0.0417716, -0.039135657, -0.03534313, 0.0102411695, 0.012009671, - -0.018518832, -0.009857882, 0.00463307, 0.021813758, 0.0010607647, - 0.028457407, -0.005184466, 0.009427524, -0.021585131, 0.035316233, - -0.031819575, -0.006431831, 0.012103812, -0.012379509, -0.035531413, - -0.015022175, 0.016434286, 0.017604321, -0.022795511, -0.0113372365, - 0.0025401195, -0.007047108, 0.009044237, -0.009629254, -0.02241895, - -0.0059207813, -0.0056349966, -0.016568772, -0.0023417512, - -0.01176087, 0.026574591, -0.024772467, 0.012608137, 0.014793548, - -0.03195406, -0.0103420345, -0.007975067, 0.0035941596, -0.018653318, - -0.0065663178, -0.0016306523, -0.012366061, -0.022432398, - -0.009286313, 0.004895319, 0.0015239035, 0.019971289, 0.008566809, - -0.0038866685, 0.013623512, -0.031200936, -0.0006295663, 0.01518356, - 0.008035586, -0.013099014, 0.012191228, 0.019056778, 0.025592837, - 0.02220377, -0.029156737, 0.009098032, -0.016434286, -0.044784103, - -0.04147573, 0.021450644, 0.008264214, -0.0047810054, 0.0014171546, - -0.0029418988, 0.021638926, 0.00033411564, 0.028887764, - -0.00016842369, 0.001901307, -0.02557939, 0.009454422, -0.019514034, - -0.0048717842, -0.02159858, -0.0059678517, 0.019984737, -0.009535114, - 0.015210456, 0.012816591, 0.027018398, -0.003123456, -0.0034294133, - 0.015210456, 0.038221147, -0.000539208, 0.013919383, -0.028161535, - 0.0043069394, 0.03749492, -0.0117877675, -0.006532696, -0.0024459786, - 0.020751312, -0.012648483, -0.017093271, -0.0004559943, -0.027569793, - 0.00014257702, -0.034993466, 0.007403498, 0.015304597, -0.014739753, - 0.0073295305, 0.024866609, -0.0046566054, -0.001128008, -0.005964489, - 0.018088475, 0.016985683, 0.039834987, 0.0014617033, -0.021733066, - -0.01670326, 0.026467001, -0.00278892, -0.028027048, 0.0040816744, - 0.0005551783, 0.015923237, 0.021222016, 0.0021030372, -0.013065392, - -0.0041926256, -0.007833856, -0.0046397946, 0.008835782, 0.0028645687, - -0.0016415794, -0.005083601, -0.011579313, 0.017994333, -0.014793548, - -0.029076045, -0.018787805, 0.010900155, -0.0010111725, 0.00023198972, - 0.1945217, -0.019164369, 0.007659023, 0.009642703, -0.0100932345, - 0.006072079, 0.0045658266, 0.016837746, -0.019110573, 0.015250803, - 0.012493824, 0.018007781, -0.019218164, -0.0007485031, 0.034563106, - -0.023548638, -0.033783082, -0.031093348, 0.008365079, -0.008714745, - 0.006041819, 0.0039808094, -0.0050600655, 0.0032545805, 0.021114428, - -0.009790638, -0.010200824, 0.006610026, 0.030071247, -0.0084995655, - -0.0025703788, 0.0009851158, -0.019608175, -0.009945299, 0.013879037, - 0.0142556, -0.0021080805, -0.010933776, 0.008889577, 0.007833856, - 0.009676325, 0.0029620717, -0.028027048, -0.0015323089, 0.0070807296, - -0.0031200936, -0.016757054, -0.0010758943, -0.016232556, - 0.0010859809, -0.043358542, -0.007894375, 0.019608175, 0.016972234, - 0.025229722, 0.004226248, 0.013051944, 0.008855956, -0.0044851345, - 0.019406445, -0.018182615, 0.021127876, 0.029748479, 0.0027838766, - -0.020092327, 0.00328484, 0.004730573, 0.017227758, -0.004518756, - -0.0019836803, -0.011572589, -0.0069529675, -0.013717653, - -0.023212422, -0.0052180877, -0.0069731404, 0.021033734, 0.011074987, - 0.02810774, 0.015479431, 0.0067176153, -0.01843814, 0.0025451626, - 0.002116486, -0.006805032, -0.04083019, 0.018626422, -0.00542318, - -0.012298818, 0.011774319, 0.017806051, -0.015708057, 0.00015024697, - -0.008022137, 0.011451551, -0.03297616, 0.0031335424, -0.013415058, - -0.009024064, -0.006986589, -0.019487137, 0.06051906, -0.026399758, - -0.0038631333, -0.01369748, -0.03235752, -0.0037656303, 0.0034260512, - 0.016098069, 0.002491368, -0.0016567092, -0.05306849, 0.0061124247, - -0.02139685, -0.0042699557, 0.015950134, 0.0101940995, -0.008264214, - 0.014632164, -0.006035095, -0.013347815, -0.0036782138, 0.031281628, - 0.027018398, 0.018881947, -0.014390087, -0.022028938, 0.013771448, - -0.0037925276, -0.040399835, 0.0325996, -0.009568736, -0.0044246158, - -0.021114428, 0.0045389296, 0.01853228, -0.009709947, -0.019487137, - 0.0020273884, 0.014672509, -0.010066337, -0.024422802, 0.039861888, - 0.018290205, 0.014659061, -0.021047184, 0.0037185599, 0.003066299, - -0.017442938, -0.025794568, 0.0043809074, 0.034401722, -0.011861735, - -0.016151864, 0.009239242, -0.017268104, 0.009340108, -0.024059689, - -0.026507348, -0.0084457705, -0.014201806, -0.0040110685, - -0.013596615, -0.012527445, -0.005322315, -0.014497677, -0.16880782, - -0.007423671, 0.047231764, -0.0020643724, 0.02046889, -0.0019433342, - 0.030178837, 0.00379589, -0.029452609, -0.010066337, 0.022566885, - -0.018370897, -0.011021193, -0.046075176, -0.007228665, 0.0056114616, - 0.0041052094, 0.028242227, 0.011834838, 0.025229722, -0.00018565482, - -0.03453621, 0.0029049148, 0.011128782, -0.0054399907, -0.0037051113, - 0.012904008, 0.04260542, 0.0000458621, 0.0035403648, -0.025888707, - 0.0044649616, 0.01365041, -0.014874239, 0.0010170564, -0.0013053624, - 0.017295001, -0.014322843, -0.012238299, 0.019527482, 0.038221147, - -0.007423671, -0.021961695, 0.0019097124, -0.024987647, 0.013025046, - -0.0018693665, 0.006835291, 0.004515394, 0.011982773, -0.0092459675, - 0.009427524, 0.007672472, 0.006256998, -0.00028767565, -0.026036644, - -0.009562011, 0.008822334, -0.013347815, -0.00784058, -0.0033184616, - -0.0076119527, 0.02077821, 0.004219523, 0.0045557404, -0.045564126, - 0.013737827, 0.020213366, -0.040776398, 0.011902082, -0.00092207507, - -0.0198637, -0.014726304, -0.023373805, 0.014295947, 0.015264251, - -0.024167277, -0.009010616, 0.006549507, 0.014121113, 0.0010935458, - 0.030071247, -0.028027048, -0.032760985, 0.005584564, 0.0035773488, - -0.0094947675, 0.0026157682, -0.026453553, -0.0026376222, 0.021544784, - -0.042013675, -0.01742949, -0.0144304335, 0.0020273884, 0.006714253, - -0.004770919, -0.0036748517, 0.02108753, 0.007316082, 0.038678404, - -0.0063914848, -0.005584564, 0.0032999697, 0.0417447, -0.0051777414, - 0.009447698, 0.012776245, 0.03136232, -0.023387253, -0.010476521, - 0.010012542, 0.01628635, 0.026198028, 0.018249858, 0.01456492, - 0.0061057005, -0.043116465, 0.006041819, -0.014847342, 0.041717805, - -0.020186469, -0.03292237, 0.004717124, -0.016340146, -0.030394016, - -0.1324426, 0.00011967224, 0.026614936, -0.009945299, 0.02982917, - 0.02026716, -0.0050499793, 0.019944392, -0.013112462, 0.04204057, - -0.025337312, -0.0074438443, 0.008586982, -0.011074987, 0.008768539, - -0.02372347, 0.0073564276, -0.010826187, -0.029909864, 0.031308524, - -0.025525594, -0.0067377887, -0.0014112708, -0.007403498, -0.02056303, - -0.004417891, -0.029102942, 0.016367042, 0.009783914, -0.010960674, - 0.019177817, -0.00450867, 0.00881561, 0.0126350345, 0.0028998714, - 0.0072152168, 0.01995784, -0.018962638, 0.014618714, -0.024490045, - 0.0063074306, 0.02719323, 0.011027917, 0.019433342, 0.009319935, - -0.012998149, -0.02271482, 0.035504512, -0.0071681463, -0.014860791, - -0.038059764, -0.015708057, -0.017268104, 0.011021193, 0.022862755, - -0.037118357, 0.010113407, 0.016246004, -0.011922254, 0.018101923, - -0.01924506, -0.011653281, -0.014995278, -0.002113124, 0.03211545, - -0.014914585, -0.017469835, -0.012466926, 0.00057913375, -0.02282241, - -0.024718674, -0.0007501842, -0.009454422, 0.03187337, -0.04144883, - 0.012702278, -0.026130784, -0.015667712, 0.019729214, 0.010449624, - -0.018572627, -0.005292055, 0.010409278, -0.012856938, -0.008808885, - -0.0069395187, -0.00003328023, -0.010725322, 0.0016289713, - -0.014094216, -0.0093939025, 0.049033884, 0.04013086, -0.019083677, - -0.0033974727, 0.006334328, 0.00096662383, 0.0011086755, 0.015829096, - -0.00016537672, -0.012446753, 0.004733935, -0.035316233, 0.029264327, - 0.013213328, 0.011989498, 0.022392051, 0.0149280345, 0.019715764, - 0.019608175, 0.0049323034, 0.004969287, -0.00014236689, 0.006885724, - -0.010779116, -0.013690756, -0.014591818, 0.005836727, -0.019433342, - -0.007396774, 0.005265158, -0.0020879074, -0.013280571, 0.01681085, - -0.027031846, 0.031012654, 0.017133618, -0.006650372, -0.008741641, - 0.0046532433, -0.01964852, -0.012561067, 0.021410298, -0.014753201, - -0.026372861, 0.012823316, -0.024678327, -0.018505383, 0.0010700106, - 0.017496733, -0.0012095406, 0.045053076, -0.011814665, -0.0056686183, - -0.013240225, -0.030420912, -0.0052954177, 0.0155735705, -0.03125473, - 0.009770466, 0.0032713914, -0.0031755695, 0.015439084, 0.006273809, - -0.01517011, -0.032249935, -0.030716784, -0.0092459675, -0.008096105, - -0.016555324, 0.00819697, -0.013825242, 0.040883984, -0.01721431, - -0.007578331, -0.00053710665, -0.00027002426, -0.019392995, - 0.004649881, 0.0017264743, 0.0074909143, -0.0059106946, 0.005366023, - -0.013287296, 0.0071546976, 0.0011843244, -0.0020946318, 0.003879944, - 0.006610026, 0.01445733, -0.011774319, -0.0035874352, 0.0060653547, - -0.010012542, -0.012567791, 0.020495787, 0.023508292, 0.006452004, - 0.011821389, 0.035934873, -0.029102942, 0.00074976386, 0.01588289, - 0.015802199, -0.02861879, -0.009965472, -0.0011196026, 0.029291224, - 0.0048348005, 0.01176087, -0.0037219222, 0.018303653, 0.00221567, - 0.023077935, -0.006169582, -0.01671671, -0.005107136, 0.006132598, - -0.0013213328, -0.043735106, -0.046290357, 0.003402516, 0.0043876315, - 0.024221072, 0.027758075, -0.00058922026, 0.012123984, 0.0072891843, - -0.0053525744, -0.0073497035, -0.026063541, -0.005406369, 0.013892486, - 0.013784897, 0.002256016, -0.008788712, 0.015896339, 0.012406407, - 0.020280609, -0.00079221127, 0.020280609, 0.018626422, 0.030582298, - -0.0098444335, -0.024288315, -0.016071172, -0.0026695628, - -0.042713005, -0.012050017, 0.0203613, 0.018868497, 0.03961981, - -0.001346549, -0.013347815, 0.0031974236, 0.0062065655, 0.031523705, - 0.015923237, -0.008432322, -0.0346438, -0.026534244, -0.00946787, - -0.008385251, -0.021638926, -0.059335575, -0.026144233, 0.037548713, - -0.013603339, -0.0083987005, 0.032734085, -0.0056181857, 0.012964527, - -0.009454422, -0.0015970307, -0.008190246, -0.025310416, -0.008465944, - 0.0249473, 0.009757017, -0.01763122, -0.013152809, 0.000056001143, - -0.0024863246, -0.030098144, -0.03211545, -0.00024501813, 0.02982917, - -0.021975143, 0.008788712, 0.0066604586, 0.012191228, -0.0051306714, - -0.0239252, -0.03918945, -0.042955082, -0.008607155, -0.01283004, - 0.0035907975, -0.0145783685, -0.03198096 - ], - "metadata": { - "chunkTitle": "Cardio and Hypertrophy", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28779&chunkSid=chunk_57176" - }, - "document": "Andrew Huberman: How do other forms of exercise combine with hypertrophy training? For instance, can I do cardiovascular training for two or three days per week, provided that cardiovascular training is of low enough intensity and not disrupt hypertrophy progression. And can I do that cardiovascular exercise before or after the hypertrophy training, or does it need to be separated out?\n\nAndy Galpin: The answer to this is really what we call the crossover interference effect. It's really an energy management issue. So the only time endurance exercise starts to interfere or block or hinder attenuate hypertrophy is in one of two broad categories. Number one, total energy intake. Or your balance is off. So you can ameliorate this by just eating more. If you do that, then the interference effect generally goes away. The second one is you want to make sure you avoid exercise forms for your endurance training that are the same working group and specifically the eccentric portion. So for example, we see much more interference with running on leg hypertrophy than we do with cycling, right? Less eccentric pounding and loading, less damage, less things to recover from. The tissue seems to be totally fine. The only other thing you need to worry about here is total volume of your endurance work. So if you're doing a moderate intensity for a moderate duration, say 70% of your maximum heart rate for 25 minutes, it's unlikely to do much damage.\n\nAndy Galpin: In terms of blocking hypertrophy, you're totally fine. Can you do it before or after your workout? It's probably not going to matter that much. So pre fatigue is okay for hypertrophy. So if your pre fatigue is coming from endurance, then you're totally fine. Not a big deal afterwards. Cool. You want to break it up into multiple sessions, that's probably better, right? So if you do your endurance work on a separate day, that's probably best case scenario. If you can't do that but you can break it up into two workouts. Say you lift in the morning and then you do your quote unquote cardio at night. Maybe that's second best. Third best is doing it at the end of your lift. Andy finishing it, that's fine. Just make sure that you're maximizing your recovery on all the other tricks we'll talk about later. Make sure the calories are there, make sure you're not doing a lot of eccentric landing in that endurance stuff and you'll be just fine.\n\nAndrew Huberman: And where does higher intensity cardio fit into a hypertrophy program? So higher intensity cardio, for instance, in my mind, is getting on the assault bike and doing eight intervals of 22nd sprints and ten second rest in between, or perhaps going to a field and doing some bounds and sprints and things of that sort. Not going all out, not running for one's life, but getting up to about 85, 90% of running for one's life." - }, - "truncated_cells": [] - }, - { - "row_idx": 4, - "row": { - "id": "chunk_57175", - "embedding": [ - -0.025013695, 0.00445241, 0.029148076, -0.009969527, -0.0027170763, - 0.02090697, -0.011096457, -0.033102702, -0.031526383, -0.020754868, - 0.004082528, 0.051935565, -0.014684657, 0.005748725, 0.0065852804, - 0.004234629, 0.047068335, -0.00044377186, 0.024916904, -0.026285812, - -0.019468924, 0.009195195, -0.015251579, -0.012479193, -0.025594445, - 0.010239161, 0.016385423, -0.011483623, 0.006623306, -0.008849511, - 0.04142677, -0.0059803333, -0.0077502355, -0.0092989, -0.017726677, - -0.013979461, 0.00006735437, 0.011006579, 0.023935162, -0.014698484, - 0.02126648, -0.00004942201, -0.013889584, -0.009215936, -0.0158185, - -0.022566251, 0.015071823, -0.044855956, 0.0009843352, 0.025705064, - 0.023160828, 0.007549739, 0.004690932, 0.010052491, 0.0021207714, - -0.00670627, 0.005299336, 0.027917441, 0.020008191, -0.019164722, - -0.005081555, 0.01241697, -0.006032186, 0.025483826, 0.0022002787, - -0.0007440848, 0.00417932, 0.005365016, 0.013502417, 0.004739328, - -0.004438583, 0.008559136, 0.0002583988, 0.001151992, 0.039407976, - -0.0054341527, -0.002348923, -0.04137146, 0.014587865, 0.0045699426, - 0.000654207, -0.014767621, -0.029507587, 0.024377637, 0.03205182, - -0.00031176375, 0.011884617, -0.01170486, 0.0048084646, 0.0011649551, - -0.0069724466, 0.0026479396, 0.025705064, 0.03022661, -0.0015434792, - 0.0012850803, -0.0017560747, 0.009686066, -0.014124649, -0.012721172, - -0.026216675, -0.0065023163, -0.016634315, -0.017892605, -0.025870992, - 0.000054931348, 0.0073561557, -0.022663044, 0.00969298, -0.011255471, - -0.018514836, 0.024640357, -0.0046771048, -0.01361995, 0.004708216, - -0.008165056, 0.0063916976, 0.0102322465, -0.027986577, -0.01341254, - 0.034651365, 0.015376025, 0.043086056, -0.012589811, 0.0049951337, - -0.0050988393, -0.015694054, 0.00089877844, 0.0019150894, -0.02100376, - -0.0009566805, -0.011663378, -0.0012496477, 0.010750772, -0.01322587, - -0.001740519, 0.0019945968, -0.0077917175, -0.021183517, -0.015306888, - 0.006360586, -0.007508257, -0.0065368847, 0.00032148612, -0.016648142, - 0.0060460134, 0.019358305, 0.007943818, 0.002283243, -0.0062810783, - -0.020989934, 0.0055171167, -0.010584844, 0.0143528, -0.008745805, - 0.01016311, -0.0062119416, 0.0035121494, -0.034872603, -0.008068264, - 0.013011546, 0.02834609, 0.01461552, 0.005230199, -0.008704323, - 0.015071823, 0.02368627, -0.015154787, 0.021999331, -0.00084692583, - -0.008953216, 0.020284738, -0.03650423, 0.021985503, 0.017754331, - 0.019759297, -0.017892605, -0.0047635254, 0.008178883, -0.041205533, - -0.00690331, 0.0018424958, 0.028954493, 0.0040168483, 0.013972548, - 0.0024975669, 0.02923104, -0.031028597, -0.00023917013, -0.010861391, - -0.00089186477, 0.0011710046, -0.031554036, -0.009451001, -0.6407046, - -0.009146799, 0.008738892, -0.012050545, 0.039933417, 0.008628272, - 0.025898647, -0.004566486, -0.02834609, 0.04280951, -0.0028294236, - 0.02534555, -0.008731978, 0.003978823, -0.0010517436, -0.017947914, - -0.0056968727, -0.006402068, 0.0019617567, -0.0015357012, - -0.050884686, 0.011974494, -0.015389852, 0.028926838, 0.017657539, - 0.026963353, -0.0104742255, 0.015057996, -0.004283025, 0.01202289, - -0.02205464, 0.0002834609, 0.022248223, 0.020948451, 0.05248866, - -0.023534168, -0.007943818, 0.039380323, -0.002542506, 0.025165796, - -0.004887972, -0.005230199, 0.026742116, 0.0034914084, -0.0044351257, - 0.024750976, -0.014394282, -0.0033721474, 0.009582361, -0.017090617, - 0.002682508, -0.018293599, -0.009050007, 0.00091779104, 0.0022746008, - -0.00896013, -0.00796456, -0.0056588473, -0.013868842, 0.008234194, - 0.019759297, 0.009105317, -0.0045561153, 0.0035812864, 0.0013015002, - 0.005354645, -0.017242718, -0.004753155, -0.012748826, -0.008082092, - 0.013149819, 0.007287019, -0.010702377, -0.0043175933, 0.01283179, - 0.009824339, 0.026852734, 0.009616929, 0.0024923817, 0.015458989, - 0.011504364, 0.00030549825, -0.005365016, 0.0004480929, 0.003971909, - 0.0016394064, -0.029092766, 0.0052440264, 0.0048776013, -0.0016575549, - -0.009105317, 0.027862132, -0.004718587, -0.021999331, -0.025857164, - 0.014947376, -0.014781448, 0.003612398, 0.0028415227, -0.020008191, - -0.012741913, 0.0049225404, -0.0057418114, 0.009181367, -0.011006579, - 0.00023312065, -0.019634852, -0.008206539, 0.026341122, -0.022082295, - 0.00062309543, -0.029728824, -0.0064124386, 0.024543565, 0.0010223604, - -0.030862669, 0.020409184, 0.0075013433, -0.0020516347, -0.02074104, - 0.0241564, -0.009271245, 0.014988858, -0.0009549521, 0.008082092, - 0.008185797, -0.011649551, -0.014421937, 0.029562896, -0.018348908, - 0.006595651, -0.02363096, 0.02226205, -0.022497116, 0.018473353, - 0.0033306654, 0.016827898, 0.018431872, 0.0011926098, -0.039103776, - -0.025414689, -0.010702377, 0.005333904, -0.015279233, -0.008828769, - -0.014684657, -0.012907841, 0.006785777, 0.012486107, 0.010405089, - 0.0053823, -0.022538597, 0.0032857265, -0.0061082365, -0.033959996, - -0.0013974276, -0.007653444, -0.036753125, -0.030115992, - -0.0139587205, -0.014228354, 0.015293061, 0.015514298, 0.004645993, - -0.011013493, -0.008794202, -0.014283664, 0.012527589, -0.028539672, - -0.012444625, 0.02132179, -0.026175193, -0.0055274875, 0.023700096, - -0.004172406, 0.007528998, -0.015127133, 0.011117198, -0.019759297, - -0.021280307, 0.023506513, -0.002649668, -0.02032622, -0.020243255, - 0.051105924, 0.006526514, -0.009997182, 0.02504135, -0.024695667, - 0.03584052, -0.0067512086, 0.0042553702, -0.015057996, 0.000629577, - -0.013972548, 0.0025909017, -0.006975903, 0.0055447714, 0.027571756, - 0.03509384, 0.03877192, 0.0070346696, 0.0011044604, -0.002312626, - 0.013668346, -0.025414689, 0.01660666, -0.023852197, 0.0257742, - 0.03111156, -0.016330112, -0.009333468, 0.0064539206, -0.019759297, - -0.016620487, 0.008082092, -0.0020447208, 0.03556397, -0.016731106, - 0.01733951, 0.01869459, 0.010923615, 0.039242048, -0.00091001316, - -0.024612702, -0.0019358305, -0.009533965, 0.008801115, -0.0011174235, - -0.016675796, 0.0063225604, 0.01901262, 0.01749161, 0.00398228, - 0.022718353, -0.0052232854, 0.013246612, 0.007736408, 0.015901465, - 0.020201774, 0.017242718, 0.0012721171, 0.0009990268, -0.03028192, - 0.012458452, 0.008953216, 0.02179192, 0.0031906634, -0.016551351, - 0.019925226, 0.014961204, 0.008738892, -0.017159754, 0.010301383, - -0.0026842363, -0.0079922145, 0.00584206, -0.008054437, 0.0057210703, - 0.025193451, 0.01209894, 0.024626529, 0.0128871, -0.022331188, - 0.0040963558, 0.019524233, 0.0071764, -0.019233858, -0.005510203, - 0.0048395763, -0.011926099, -0.0019824977, -0.020436838, -0.013931066, - 0.010819909, 0.0047877235, 0.028788565, -0.0033998021, 0.0054306956, - 0.010730032, -0.01050188, -0.027101627, -0.00007918324, 0.014836757, - -0.026548533, -0.022538597, -0.0121957315, -0.0032062193, - -0.0024336155, 0.010626326, -0.019607197, -0.0068687415, -0.030558467, - -0.014629347, -0.006329474, 0.024280844, 0.025290241, -0.010647068, - 0.013986375, 0.009527051, -0.02613371, -0.00040337004, -0.010819909, - -0.04955726, 0.026493223, 0.021142034, -0.0070865224, -0.025387034, - 0.0032926402, 0.00015728622, 0.02493073, -0.0005893912, 0.00049259973, - -0.00084130844, 0.020727213, 0.036642507, 0.00050513074, 0.0013853287, - 0.03730622, -0.011974494, -0.00856605, -0.0046736477, -0.015942946, - -0.018736074, 0.082521684, 0.019137068, -0.0013092782, 0.02017412, - -0.019372132, 0.008856424, 0.0050988393, -0.013972548, 0.04834045, - 0.0018528663, 0.009706807, 0.0018839779, 0.019468924, -0.0018286684, - -0.0069897305, 0.0016800243, 0.017298028, -0.02829078, 0.01170486, - 0.0125967255, -0.012264868, -0.012181904, 0.0010379163, 0.05669218, - 0.024861595, 0.015984429, 0.04283716, 0.011220903, 0.021708956, - -0.016551351, -0.012009063, 0.027931267, -0.0017552106, -0.0036365958, - -0.0153207155, -0.024529736, 0.007369983, -0.00903618, 0.004905256, - -0.015458989, 0.013129079, 0.044441137, 0.012216473, 0.02210995, - -0.006937878, -0.0063467585, -0.000056065626, 0.0013559455, - -0.008082092, -0.019773126, -0.005562056, 0.00031219586, -0.019662507, - 0.007162573, 0.019551888, -0.008890993, 0.009146799, -0.022400323, - -0.0114214, 0.0011468068, -0.03473433, 0.010826823, 0.017588403, - 0.016178012, -0.01818298, -0.0037541285, -0.002229662, -0.010322125, - -0.009381864, -0.0037956105, -0.036974363, -0.023866024, -0.018293599, - 0.0012064372, 0.007929991, 0.020893142, 0.0016938517, 0.0018303968, - -0.0007017385, -0.0118362205, 0.005333904, -0.008075179, -0.008828769, - -0.023948988, -0.014739966, -0.010619413, -0.029203385, 0.010937442, - 0.0031578233, 0.016039738, 0.0075773937, -0.020104982, 0.04814687, - -0.024349982, 0.032521952, 0.02534555, 0.023976643, 0.014504901, - 0.019164722, -0.0145602105, 0.01322587, -0.027834477, 0.00023592934, - -0.018874347, -0.0059561357, 0.027281383, -0.009285073, -0.018404217, - -0.0070104715, -0.03337925, 0.0145187285, -0.0073976377, - -0.0005777244, 0.009050007, 0.021681301, 0.0014242182, 0.0016575549, - -0.007916164, 0.008261848, 0.0013447108, -0.008725065, -0.027585585, - 0.042449996, 0.0028622637, -0.025331724, 0.012880187, 0.011172507, - 0.0062534236, -0.012410056, -0.0009929773, -0.017616058, 0.021957848, - -0.005492919, -0.03069674, -0.031637, -0.030420193, -0.019731643, - 0.006118607, 0.003633139, -0.0022936135, -0.023921333, 0.013689087, - 0.013979461, -0.0061600893, 0.040458858, -0.027488792, 0.0018303968, - 0.01380662, -0.027046317, 0.004739328, 0.013986375, 0.007238623, - -0.0228428, -0.006623306, -0.013543899, -0.0035951138, -0.0018632368, - 0.005271681, 0.010619413, 0.003961539, 0.027488792, -0.007895423, - -0.013087597, 0.01283179, -0.007916164, 0.011151766, -0.0060460134, - -0.016039738, -0.012334006, 0.008365553, 0.016316285, -0.0021138578, - -0.017533094, -0.0122303, 0.018763728, 0.025414689, -0.020561285, - -0.013329576, -0.027392002, -0.04504954, -0.014739966, 0.02053363, - -0.0075843073, 0.0021415125, -0.04054182, -0.021805746, 0.055613644, - -0.012734999, 0.015859982, -0.019206204, 0.004863774, -0.016108874, - 0.027903613, 0.0031993056, 0.014643175, 0.0031612802, -0.018998792, - -0.015168615, 0.0022106492, 0.015707882, -0.0018027421, 0.0094717415, - -0.015749363, 0.026852734, -0.025539136, -0.0057867505, -0.015057996, - -0.013903411, -0.0046356227, -0.018902002, 0.0060183587, -0.009741375, - -0.010944356, -0.014110821, -0.006094409, 0.023395894, -0.0066267624, - 0.018210635, -0.024308499, 0.011670292, 0.037223253, 0.01209894, - 0.009734462, -0.004448953, 0.062167812, -0.015237751, -0.0062810783, - -0.01754692, -0.021045243, 0.011718688, 0.023506513, -0.005537858, - -0.028954493, -0.016509868, -0.026645323, 0.013543899, -0.001069892, - -0.016703451, -0.023492685, 0.0445241, 0.013046115, -0.0014985402, - -0.01461552, -0.021916367, -0.035010878, 0.015196269, 0.0145187285, - 0.010515708, 0.0048776013, -0.017408647, -0.014366628, 0.048368108, - -0.015417507, 0.016565178, 0.018736074, -0.01717358, -0.018100014, - 0.019109413, 0.0053269905, 0.0053511886, 0.006934421, 0.014477246, - -0.02451591, -0.0034395559, 0.015901465, 0.0014198971, -0.005012418, - -0.0025148513, -0.022192914, 0.03484495, -0.016205667, -0.016924689, - 0.022096122, -0.019289168, -0.0005768602, -0.021833403, -0.01628863, - -0.006875655, -0.005893912, 0.005772923, 0.0389655, 0.0071764, - -0.04222876, 0.011670292, -0.010944356, -0.01070929, -0.017657539, - -0.01388267, 0.006229226, -0.043030746, -0.02210995, -0.024654184, - 0.008317158, 0.033711106, 0.007936905, -0.0023852196, 0.000629577, - 0.024225535, -0.014297491, 0.039629214, -0.01807236, 0.00843469, - -0.032549605, 0.003930427, -0.03755511, -0.005731441, -0.0049571088, - -0.0066094785, -0.03824648, -0.026672978, 0.012119682, 0.04253296, - -0.014069339, 0.009775944, -0.0033427645, 0.019939054, -0.0014345887, - -0.0048292056, -0.03257726, -0.00023895408, -0.019786952, - 0.0035225202, 0.011974494, -0.028429054, 0.0061393483, -0.02530407, - 0.0035328907, 0.012403143, 0.00010078849, -0.009803599, 0.0005695144, - 0.025110487, -0.020478321, -0.0114214, -0.00869741, -0.0051921736, - -0.028373744, 0.013025373, 0.017947914, -0.010840651, -0.0005280323, - 0.0023713922, -0.0026341123, 0.00018040385, -0.0042657405, - 0.0062534236, 0.011213989, 0.004348705, -0.006982817, -0.011995235, - -0.014726139, 0.042477652, 0.046238694, -0.04029293, -0.018210635, - 0.013965634, -0.052350387, -0.031305145, 0.0059734196, 0.007134918, - 0.012499934, -0.0029590551, -0.0067097265, 0.012610553, -0.011898444, - 0.027046317, -0.005990704, -0.008337898, -0.0058697145, 0.017975569, - -0.015541953, 0.012693517, -0.024239363, -0.02535938, 0.039933417, - -0.0034827664, 0.0024906532, 0.021957848, 0.01671728, 0.025967782, - -0.0021466976, 0.017090617, 0.032300714, 0.017201236, 0.01717358, - -0.040099345, -0.00937495, 0.03490026, 0.008745805, -0.004407471, - 0.027958922, 0.03661485, 0.0036365958, -0.018501008, -0.028373744, - -0.011414486, 0.009928045, -0.02834609, 0.015265406, 0.023866024, - -0.02917573, 0.012050545, 0.006944792, -0.0055240304, -0.0039062293, - -0.008054437, -0.0029331287, 0.021874884, 0.015389852, -0.00770184, - -0.009665325, -0.01089596, 0.014325146, -0.009533965, -0.009858908, - 0.0041136397, 0.0073423283, -0.008068264, 0.014007116, -0.009029266, - -0.011587328, -0.0065403413, -0.018321253, -0.009533965, 0.009547792, - -0.010287556, -0.00611515, 0.001509775, -0.035536315, 0.0062326826, - -0.018030878, -0.016440732, -0.024419118, 0.000082964165, 0.00478081, - 0.00087630894, 0.21249887, 0.0070208423, -0.0010914973, 0.009610016, - -0.014601693, -0.0016506412, 0.0213771, 0.005233656, 0.008137401, - 0.01933065, 0.028650291, 0.013868842, -0.030917978, -0.0053581023, - 0.0012989077, -0.019745471, -0.01780964, -0.012306351, -0.01540368, - 0.0012850803, 0.020450667, -0.014477246, -0.013053028, -0.009319641, - 0.035646934, -0.00009511712, 0.011912271, -0.010467312, 0.020810178, - -0.012783395, -0.018307425, -0.005859344, -0.006426266, -0.016468387, - -0.014421937, -0.005085012, 0.015168615, -0.0069275075, 0.0037748695, - 0.004863774, 0.01786495, 0.0021691672, -0.010640154, 0.0024975669, - 0.014601693, 0.0035570886, -0.0017820011, -0.013059942, 0.0035501749, - 0.014726139, -0.037057325, -0.004220802, 0.012071285, 0.018418044, - 0.0054168683, -0.024612702, 0.02079635, 0.003826722, -0.0187499, - 0.01003175, -0.00272399, -0.0013343403, 0.0014432308, 0.019358305, - -0.026023092, 0.016565178, -0.01722889, 0.014311318, -0.016178012, - -0.0067719496, 0.014041685, -0.003871661, 0.000055741548, - -0.003999564, -0.018625455, -0.007155659, 0.013792792, 0.044081625, - 0.015016514, 0.02812485, 0.009146799, -0.003081773, 0.0024267018, - 0.0018995337, -0.020989934, -0.040099345, 0.0068860254, 0.0033859748, - -0.024681838, 0.025635926, 0.020035846, -0.015168615, -0.008337898, - -0.0021501544, -0.0034395559, -0.013322662, 0.0073423283, - -0.010342865, -0.023423549, -0.006094409, -0.018210635, 0.032881465, - 0.019233858, 0.0050573573, -0.0014017486, -0.02216526, 0.002119043, - 0.018431872, 0.026894215, -0.0020049673, 0.0033998021, -0.04604511, - 0.015707882, -0.012970064, 0.00037333873, 0.018680764, 0.005928481, - -0.014629347, 0.008102833, -0.0053304476, 0.005085012, -0.005641563, - -0.0019185463, -0.006937878, -0.00544798, -0.021584509, -0.011967581, - 0.007853941, -0.008095919, -0.018777555, 0.018984966, -0.016440732, - 0.020768695, -0.028622637, 0.00070260273, -0.016274802, -0.01301846, - -0.020381529, 0.010197679, 0.011089543, 0.0030178213, 0.0046425364, - 0.01110337, -0.0007229117, 0.033185665, 0.0139587205, 0.0129562365, - 0.023866024, -0.016966172, 0.0005193902, 0.012783395, 0.025580617, - -0.018265944, -0.01361995, 0.0054168683, -0.014726139, -0.025124313, - -0.008884079, -0.0037714127, -0.0001999566, -0.035536315, 0.013613036, - 0.022746008, -0.011939926, -0.024128744, -0.005634649, -0.17699021, - 0.010840651, 0.046183385, -0.0287056, 0.019510405, 0.0057003293, - 0.016800243, 0.0053477315, -0.030558467, 0.0007661222, 0.015652573, - -0.0021657103, -0.009748289, -0.019731643, -0.015804673, 0.0063986112, - 0.021612164, 0.034623712, 0.025525307, -0.001946201, 0.0016929874, - -0.0022002787, 0.009803599, -0.008884079, 0.0070761517, -0.024640357, - -0.011877703, 0.044026315, -0.00039883293, -0.010225333, -0.02027091, - 0.022026986, -0.0002596951, -0.0083517255, -0.004739328, - -0.0051818034, -0.007287019, -0.016827898, -0.017781986, 0.022566251, - 0.031885892, 0.012472279, -0.019289168, 0.0058040344, -0.023644786, - 0.037969932, 0.0029694256, -0.0033254803, 0.009395692, -0.0035570886, - -0.0153621975, 0.0078332, 0.0116357235, 0.0013352045, 0.0020913882, - -0.019773126, -0.010972011, 0.00002986926, -0.0049225404, - -0.032494295, -0.016260976, -0.017422475, 0.0131567335, 0.0017975569, - -0.0076880124, -0.019524233, 0.009063834, 0.00013200808, -0.025151968, - 0.0052129147, 0.005613908, -0.04195221, -0.021031415, -0.023810714, - 0.02210995, 0.0007134054, -0.0053511886, -0.012451538, 0.006156632, - 0.038744263, 0.005361559, 0.024004297, -0.02688039, -0.007764063, - -0.010522622, 0.009340382, 0.006118607, 0.0014657002, -0.020035846, - -0.0055862535, 0.016523696, -0.022663044, -0.013799706, -0.014325146, - 0.0047911806, -0.010349779, 0.005969963, -0.008718151, 0.0010154467, - -0.004493892, 0.015569608, 0.012112767, -0.010889046, 0.0013490318, - 0.023382066, -0.01792026, 0.008400122, 0.003066217, 0.022137605, - -0.02096228, -0.03185824, 0.00076266535, 0.0015365655, 0.03127749, - 0.00856605, 0.03802524, 0.007003558, -0.025373206, 0.014138476, - -0.007155659, 0.042449996, -0.006982817, -0.024128744, 0.017975569, - -0.017574575, -0.028041886, -0.13241081, -0.0073146736, 0.022981074, - 0.0023420092, 0.011089543, 0.015707882, -0.008427776, 0.003570916, - -0.0025805312, 0.029092766, -0.030198956, -0.0035052358, 0.008144315, - -0.0009644584, 0.01176017, -0.011137939, 0.014574038, -0.024432946, - -0.01807236, 0.04529843, 0.0066889855, -0.005354645, 0.008061351, - 0.015458989, 0.01335723, 0.0033514064, -0.040044036, 0.024944559, - 0.002017066, -0.00691368, 0.021625992, -0.0040272186, 0.020353874, - -0.0031958488, -0.004110183, -0.013737483, -0.0068376297, -0.0101078, - 0.008386294, -0.013578468, 0.0073008463, 0.045602635, 0.01807236, - -0.00030355377, -0.002739546, -0.02231736, -0.0371956, 0.04123319, - -0.017519265, -0.029784134, -0.023174657, -0.013924152, -0.0035277053, - 0.011462882, -0.0006974175, -0.03918674, 0.018888174, 0.0018891632, - -0.019883744, 0.007902336, -0.015500471, -0.00086853106, -0.022510942, - 0.03514915, 0.03971218, -0.03116687, -0.015265406, -0.010280643, - 0.012112767, -0.008420862, -0.012527589, 0.021307962, 0.0019289168, - 0.031830583, -0.0374998, 0.0014898981, -0.021404754, 0.0020637335, - 0.012894014, 0.0065783667, -0.00976903, -0.015528126, 0.0020758326, - -0.025262587, 0.0035985706, 0.01823829, 0.0009048279, -0.013848102, - -0.0019029905, -0.02425319, -0.020160291, 0.03490026, 0.010999666, - -0.009250504, -0.030530812, 0.0062395963, 0.016579006, -0.0011174235, - -0.008344812, -0.0012194003, 0.0071902275, -0.0039684526, - -0.015859982, 0.0150026865, 0.0009489026, 0.014657002, 0.025138142, - -0.015832327, 0.019745471, 0.027378174, 0.0005479092, 0.0013689087, - -0.03111156, 0.011608069, -0.014739966, -0.014601693, -0.018888174, - -0.011981408, 0.009229763, -0.024031952, 0.015057996, 0.00023895408, - -0.007134918, 0.031471074, -0.0040790713, 0.026935698, 0.0028985604, - -0.028899183, 0.0006140212, 0.009195195, 0.0048084646, -0.0054583508, - 0.0085522225, -0.031194525, -0.008047524, 0.02368627, -0.025179623, - -0.00990039, -0.00796456, 0.015901465, 0.022137605, 0.023921333, - -0.024474427, -0.004262284, 0.0029106594, -0.029784134, -0.007390724, - 0.014850585, -0.038108204, 0.0079853, -0.02378306, 0.0045595723, - 0.01671728, 0.010190764, -0.007694926, -0.0063674995, -0.027862132, - 0.006550712, -0.012575984, -0.013087597, 0.004697846, -0.01660666, - 0.038523026, 0.0047427844, -0.000011572312, -0.026479395, - -0.0070208423, 0.0091122305, 0.0032891834, 0.020091156, 0.012043631, - -0.009278159, -0.018224461, -0.0025528765, 0.01912324, 0.0024595417, - 0.034042962, 0.0013231055, 0.011801652, -0.005081555, -0.0033548633, - -0.009658411, 0.031443417, -0.0075843073, -0.0018978053, 0.010992751, - 0.038357098, 0.00015879859, 0.00041546897, 0.020367702, 0.0002160525, - 0.018376563, -0.013142906, 0.015210097, 0.015790846, -0.008579877, - 0.021100553, 0.034623712, -0.018791383, 0.008489999, 0.01181548, - 0.027350519, -0.0022279334, 0.010190764, -0.0023938618, -0.022510942, - -0.008593705, 0.011462882, -0.00003432534, -0.020395357, -0.017201236, - 0.004908713, -0.00032191823, -0.003332394, 0.0028121395, 0.0030281919, - -0.0031751075, -0.010840651, 0.0020792894, -0.014795275, -0.021252653, - 0.012534502, 0.008946302, 0.00464945, 0.013613036, 0.02017412, - 0.008890993, 0.0053788433, 0.031083906, 0.0072109685, -0.007432206, - 0.010902873, 0.021584509, -0.018044705, -0.032521952, -0.01063324, - -0.0059181103, -0.028456708, -0.008033697, 0.0229949, -0.009285073, - 0.07400403, 0.000543156, -0.025096659, 0.015486644, 0.0021034873, - 0.009050007, -0.0021207714, 0.0011926098, -0.015832327, -0.02928635, - 0.019786952, -0.016316285, -0.0114352275, -0.031249834, -0.038108204, - 0.023036383, -0.0017716306, 0.016012084, 0.035066187, -0.02331293, - 0.008704323, -0.008738892, 0.007784804, -0.0072731916, -0.014103908, - -0.0065887375, 0.025193451, -0.009361123, -0.01681407, -0.018570146, - 0.00796456, 0.01228561, -0.037804004, 0.0020274366, -0.0023368238, - -0.005800578, -0.028622637, -0.0078332, -0.017823467, 0.021280307, - 0.006187744, -0.003382518, -0.019524233, -0.023921333, -0.005167976, - -0.0012807592, -0.014491074, -0.01482293, -0.015528126 - ], - "metadata": { - "chunkTitle": "Indicators and Adjustments", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28778&chunkSid=chunk_57175" - }, - "document": "Andy Galpin: You could also look at things like Hrv heart rate variability, which is a very classic marker and much more sensitive to changes with training than something like a resting heart rate, which is one thing you can actually do that's totally cost free. Just look at your changes. And any elevation resting heart rate over time, especially more than three to five consecutive days, is an indicator. But Hrv is much more sensitive to things like training induced overload. So that's a quick version of stuff that we're going to pay attention to. The last one, I would add there is simply motivation. So if you're really training hard and you like training hard and you just cannot force yourself to go anymore, that in Andy of itself can be a good indication of it's. Maybe not the day, maybe not the week. With all of these things you want to be careful about overreacting to a single day measure. Again, we need to look at at least a trend of more than three days. Honestly, I'm looking at more than five days.\n\nAndy Galpin: I'm going to pull back from that and think about what phase of training we're in, what part of the year we're in, typically with our athletes in season, preseason, postseason offseason, et cetera, to make our decisions about what we're going to do about it? Are we canning the entire workout? Are we doing a modified lower version, lower intensity my default. Generally if hypertrophy is the goal, remember, volume is the driver there. So if I can, can we get in? Can we go real light? Let's go to six out of ten Rpe. So relative perceived exertion, maybe we'll reduce the range of motion, maybe we'll make it a little bit easier, maybe go to machines or instead of going a squat, we'll just do leg extension, something like that. But I want to still get enough volume in there that will keep you on target again, even going at 50%, not to high repetition, 50% for a set of ten, three sets.\n\nAndy Galpin: Just get a nice blood flow in there, get it in, get it out, aid in recovery and then move on and come back the next day. That's probably what I would do. Rather than canning the entire session." - }, - "truncated_cells": [] - }, - { - "row_idx": 5, - "row": { - "id": "chunk_57174", - "embedding": [ - -0.004118634, -0.000015099159, 0.027071021, -0.02940358, -0.022592507, - 0.020339921, -0.027644165, -0.021619497, -0.02427195, -0.0017394231, - 0.0012187625, 0.0333756, 0.001313731, 0.017500862, 0.009216943, - -0.004645126, 0.046517905, 0.003532162, 0.00062687544, -0.003855388, - -0.022592507, 0.004821734, -0.009050332, 0.014541844, -0.0076907827, - 0.022992374, 0.0129756965, -0.019446883, -0.01224927, -0.028044032, - 0.032202654, -0.01158949, -0.021312932, 0.010216611, -0.0026624503, - 0.007424204, -0.006681117, 0.02720431, 0.011043004, -0.036921088, - 0.01532825, -0.0067544263, -0.0018827089, -0.026897745, 0.0031006383, - -0.008623807, 0.017820757, -0.033642177, -0.0083305705, 0.0034621852, - 0.016274603, 0.0029156997, -0.01568813, -0.009603482, 0.0004927532, - -0.011242937, 0.014675133, 0.015488196, -0.0010788089, 0.013015683, - -0.004718435, 0.010089987, -0.010856399, 0.0021226294, -0.01592805, - -0.013002355, -0.006294579, 0.0051782825, -0.00042902437, - -0.0029723474, 0.030843103, 0.026497878, 0.0030839771, -0.016941048, - 0.040386606, -0.015968038, -0.015341578, -0.03532162, -0.0031139671, - 0.01176943, 0.02083309, -0.013408886, -0.01864715, 0.015848078, - 0.012795756, -0.012029343, -0.0028240634, 0.0074575264, 0.0063645556, - -0.0006810241, -0.020006698, 0.0033055702, 0.012442539, 0.009663462, - -0.021059683, 0.0018527189, 0.0028007377, 0.020286605, -0.030523209, - -0.033295624, -0.014261937, -0.01348886, -0.015621485, -0.0140886605, - -0.034788463, 0.020513196, 0.01470179, -0.008350564, -0.009430205, - -0.010149967, -0.008477189, 0.038573872, 0.018113993, -0.009676791, - -0.0013753772, -0.0077707563, 0.021966048, 0.005598143, -0.013615484, - -0.004821734, 0.027177652, 0.01948687, 0.020499868, -0.013602155, - 0.001680276, 0.032282628, -0.014528515, 0.018620491, -0.014728448, - -0.030843103, 0.002949022, -0.0021659483, 0.024685146, 0.008350564, - -0.019820092, 0.015848078, -0.014968369, -0.022952387, -0.018193966, - -0.020886406, 0.013022347, 0.00851051, -0.017114324, 0.002529161, - -0.01556817, 0.013022347, 0.034895092, 0.0039820126, -0.0015228282, - -0.013995358, -0.0010654799, -0.008123972, -0.0029123675, - -0.006837732, -0.01121628, 0.022965716, -0.0029306947, -0.013475531, - -0.039906763, -0.0029256963, -0.015994696, 0.019473542, 0.030176658, - -0.020406565, 0.01986008, 0.028044032, 0.010776426, -0.009916711, - 0.009183621, -0.013102321, 0.009030338, 0.010463197, -0.035454907, - 0.025978051, 0.011569496, 0.027350929, -0.01329559, 0.0093102455, - -0.0018227288, -0.040013395, -0.007464191, 0.0010871395, 0.04009337, - -0.010569828, 0.0047684186, 0.025964722, 0.035268303, -0.018967042, - -0.0031222978, -0.00082639256, 0.020166645, -0.00059396966, -0.0402, - -0.02635126, -0.65258354, -0.021352919, 0.007944032, 0.014301923, - 0.03614801, 0.018327255, 0.011689456, 0.017687468, -0.012862401, - 0.025338262, -0.015901392, 0.025045026, -0.014008687, -0.0016586166, - 0.0029473559, -0.006277918, -0.011629476, -0.026191313, 0.020259947, - -0.0059413626, -0.032762468, 0.005361555, 0.0097501, -0.007944032, - 0.02317898, 0.02265915, -0.016247945, -0.012755769, -0.0114028845, - 0.041159682, -0.024911737, 0.0051183025, 0.02328561, 0.021192972, - 0.047344297, -0.032655835, -0.018540516, 0.02967016, 0.004878382, - 0.023618832, 0.001841056, -0.012016015, 0.013288925, -0.0012029343, - 0.0038687168, 0.021286273, 0.005254924, -0.011782759, 0.007170955, - -0.018287268, 0.0058680535, 0.015528183, -0.002907369, 0.009616811, - 0.016341247, 0.01702102, 0.0095035145, -0.02697772, -0.015154974, - 0.020073343, 0.008037334, 0.017620822, -0.0008830405, -0.005401542, - 0.004221933, 0.009463528, -0.03174947, 0.0014936712, -0.012115981, - 0.009043667, 0.025524868, 0.020873077, -0.006747762, 0.008223939, - 0.017127654, 0.024898408, 0.020206632, 0.005344894, -0.009936704, - 0.0017011025, 0.009463528, 0.023978714, 0.0062612565, -0.0068443967, - 0.022632493, -0.0036321287, -0.036201328, 0.0077374335, 0.013502188, - -0.00420194, -0.0047250995, -0.0043418934, -0.0014103656, - -0.019913396, -0.005091645, 0.015501525, -0.03321565, 0.010109981, - 0.016874403, -0.026137998, -0.030070027, -0.0059213694, -0.006701111, - 0.021432891, 0.025218302, 0.0077907494, -0.02807069, 0.0026941064, - 0.029723475, -0.038253978, 0.016727785, -0.01127626, -0.005151625, - -0.012209284, 0.032655835, -0.017607493, 0.006321237, -0.0028857095, - 0.01329559, -0.014861737, 0.018420557, 0.007637467, 0.030283289, - 0.0008434703, 0.0058780503, 0.0125158485, -0.003345557, -0.021139655, - 0.02328561, -0.01802069, -0.024471883, -0.026897745, 0.02756419, - -0.024965053, 0.0039620195, -0.030523209, 0.004121966, 0.0075641577, - -0.0042919097, -0.04486512, -0.017807428, -0.028257295, -0.0022076012, - -0.0050449935, -0.039293636, -0.017994031, -0.032522548, 0.016021352, - 0.034335278, 0.024911737, -0.022872414, -0.007917374, -0.007884052, - 0.007344231, -0.032815784, -0.010729775, -0.022765784, -0.03260252, - -0.0049283653, 0.0026641164, -0.013795424, 0.013062335, -0.0028240634, - 0.005568153, -0.01628793, -0.011909383, -0.007857394, 0.013455537, - -0.04830398, -0.0059113726, 0.014915053, -0.002075978, -0.013428879, - 0.016727785, -0.016714456, -0.00016057174, -0.004178614, -0.004425199, - 0.0052415947, -0.0048184018, 0.013888727, 0.016767772, -0.015728116, - -0.00048275656, 0.02732427, 0.018047348, 0.00747752, -0.008790418, - -0.009156963, 0.022525862, -0.03089642, 0.009490185, -0.022205967, - -0.0071642906, 0.0036021387, -0.0016436215, -0.013808753, - -0.013862069, 0.011576161, 0.020793105, 0.04377215, -0.017847413, - 0.008843734, 0.0017360909, 0.017194297, -0.005651459, 0.002657452, - -0.0037854111, 0.02193939, -0.0035721485, -0.030843103, -0.016607825, - 0.006544496, -0.010876393, -0.0017927388, -0.006991015, 0.0049316976, - 0.015181632, 0.0004540161, -0.015594828, -0.0029973392, 0.01078309, - 0.029190319, 0.0025391579, -0.02548488, -0.003388876, 0.01018329, - 0.019100333, -0.016527852, -0.023512201, 0.0104232095, -0.004688445, - 0.017180968, 0.0038353945, 0.029590186, 0.014795093, 0.009530173, - 0.008263926, 0.030070027, 0.013628813, -0.01090305, 0.0023775448, - -0.0045351624, -0.008970358, 0.03468183, 0.0026374585, 0.01986008, - 0.019087004, -0.0023025696, 0.015954709, -0.0028090684, -0.006951028, - -0.011969363, -0.000021828697, 0.0049150367, -0.0095634945, - 0.013195624, 0.02820398, 0.0062445956, 0.0040120026, 0.019873409, - 0.024725134, 0.0038653847, -0.002540824, 0.0047117705, 0.015714789, - -0.015128315, -0.0178874, -0.0065411637, 0.025578184, -0.031189656, - 0.013902056, -0.013768767, -0.00815063, 0.012775763, 0.0076907827, - 0.02093972, 0.010976359, 0.027644165, -0.00490504, -0.015648143, - -0.016221287, 0.016861074, 0.012255935, -0.024831764, -0.04094642, - -0.007124304, 0.0002388791, -0.025524868, 0.019633489, -0.009736771, - 0.0024458554, -0.0045185015, -0.007977354, -0.0129756965, - 0.0066977786, 0.007590816, -0.026764456, 0.009463528, -0.027590849, - -0.0031939407, -0.01864715, -0.011169629, -0.0066944463, 0.019940054, - 0.0102899205, -0.027804112, 0.0059946785, -0.0063312333, -0.027137665, - 0.001520329, -0.007697447, -0.011976028, -0.0016602827, 0.011942706, - 0.0110163465, 0.008004012, -0.015594828, 0.03790743, 0.0051916116, - -0.0046118037, -0.030496553, -0.01714098, -0.0055914787, 0.0620061, - 0.029616844, -0.00047650863, 0.019766778, 0.009170292, 0.012775763, - -0.00057939114, -0.042252652, 0.042225994, 0.008157294, -0.0029623508, - -0.011089656, 0.013615484, 0.0040086703, 0.005948027, 0.009856731, - 0.021552851, -0.013688793, -0.0004748425, 0.010369894, -0.0053082393, - -0.01984675, 0.018034019, 0.05088979, 0.019233622, -0.0043752156, - -0.0028140666, -0.00089886854, 0.010816413, -0.027724138, -0.01592805, - 0.03297573, -0.00563813, 0.010523177, -0.003622132, 0.0027990716, - -0.003975348, -0.007664125, 0.020166645, 0.00014047424, 0.016941048, - 0.029696817, 0.026337931, 0.021526193, 0.0029673493, -0.014155305, - -0.020179974, 0.008397215, -0.0070043434, -0.012529178, 0.010283256, - 0.0037187666, -0.017180968, -0.023152322, 0.00005659581, -0.004881714, - 0.014408555, -0.012689125, -0.0066344664, 0.0024575184, -0.014848408, - 0.009896718, 0.011789423, 0.009650133, -0.025204973, -0.0061879475, - -0.008083985, -0.011036339, -0.00007528753, 0.014448541, - -0.0089836875, -0.020046685, -0.015888063, -0.00338721, 0.0018593833, - 0.022965716, 0.0032622514, -0.016394563, 0.0030273292, 0.013642142, - -0.0023825432, 0.0034688495, -0.0112695955, -0.05120968, -0.002364216, - -0.0019176973, 0.008203946, -0.017940717, -0.013322248, 0.023205636, - -0.00032843274, -0.0033122348, 0.020179974, 0.00900368, 0.022299271, - 0.0013403888, 0.024925066, 0.02169947, 0.004801741, -0.015261604, - 0.0032255969, -0.042599205, -0.005741429, -0.025031697, 0.00093302387, - 0.009970027, -0.014421883, -0.008903714, 0.00063770515, -0.027430901, - -0.016701128, -0.010489854, 0.009090318, 0.0025224967, 0.02513833, - -0.007684118, -0.016767772, 0.0069243703, -0.004801741, -0.0013653805, - -0.016834417, -0.024205305, 0.028950399, 0.033668835, -0.014328581, - 0.026204642, 0.0058947117, -0.002614133, -0.014368568, -0.022992374, - -0.022165982, 0.006557825, -0.0030589853, -0.022352586, -0.026751127, - -0.0087770885, -0.02636459, 0.011376227, 0.015728116, -0.0009838403, - -0.0161813, 0.026431235, 0.0009805082, 0.008103979, 0.0183939, - -0.0262313, -0.025164986, 0.019540185, -0.023685478, 0.016701128, - -0.0021192972, 0.01078309, -0.026524536, -0.000084347026, 0.014155305, - -0.00937689, 0.010516512, 0.022006035, 0.036121354, 0.011176293, - 0.030923078, -0.0077707563, -0.0044052056, 0.02916366, -0.012922381, - -0.0050949766, -0.023365583, -0.0063012433, -0.0127824275, - -0.0019060345, 0.026897745, -0.006544496, -0.02841724, -0.022752455, - 0.025831433, 0.029083688, -0.027777454, -0.0032705818, -0.011376227, - -0.04155955, -0.021486208, 0.023032362, -0.0064312005, -0.0049716844, - -0.041346285, -0.021779444, 0.042146023, -0.00070601585, 0.013122315, - -0.022752455, 0.012349238, -0.012922381, 0.022205967, -0.0070443302, - 0.0011179625, 0.005011671, -0.036547877, 0.010076658, 0.014995026, - -0.009603482, 0.004285245, 0.015474867, -0.00016650728, 0.011082991, - -0.011976028, 0.004595143, -0.011349569, -0.0078040785, -0.009423541, - -0.026724469, 0.005128299, -0.00379874, -0.029270291, -0.030736472, - -0.004191943, 0.013448873, -0.011582825, 0.0061612898, -0.020686472, - -0.0012429211, 0.019260278, 0.009170292, 0.021512864, -0.011482858, - 0.024072016, 0.016647812, 0.011222945, -0.009423541, -0.014022016, - 0.024445226, 0.0068010776, -0.0009521842, 0.009790086, -0.023232294, - -0.005358223, 0.022165982, 0.0027340932, -0.009530173, -0.040839788, - 0.01776744, 0.0066544595, 0.008383886, -0.019313594, 0.0045085046, - -0.011162965, 0.012875729, -0.01458183, -0.013742109, 0.0051649534, - 0.0043119034, 0.009783422, 0.016781101, -0.010543169, 0.01886041, - -0.0034655172, -0.0017977371, -0.011729443, 0.0005239929, - -0.0039187004, 0.0038687168, 0.015154974, 0.009883389, -0.02953687, - 0.010829741, 0.0011296254, 0.011962699, 0.01495504, -0.005544828, - -0.012095988, 0.04030663, -0.013822082, 0.0077307695, 0.030736472, - -0.010776426, -0.012769098, -0.0017160975, -0.007517507, - -0.0064478614, -0.02156618, 0.001461182, 0.033268966, 0.016474536, - -0.035988063, 0.016114656, -0.017127654, 0.0015070002, -0.0074508623, - -0.012075995, 0.0022809103, -0.05966021, -0.018167308, -0.00093385694, - -0.0020093336, -0.0046851127, 0.0006497845, -0.02036658, -0.011356234, - -0.00054898456, -0.02133959, 0.026911074, -0.027644165, 0.010656466, - -0.02304569, 0.01898037, -0.0148750665, -0.028470557, 0.0062912465, - -0.00047650863, -0.018247282, -0.0020326592, 0.016714456, - 0.0051482925, 0.00041507068, 0.01046986, 0.030283289, 0.0046617873, - 0.020926394, -0.00025158323, -0.01826061, -0.01182941, -0.019780107, - 0.011642805, 0.005181615, -0.016887732, 0.008710444, -0.008490518, - -0.012755769, -0.011062997, 0.0072842506, -0.030309947, -0.013122315, - 0.030683156, -0.031296287, -0.0070043434, -0.0036887766, - -0.0034255306, -0.029483555, 0.024298608, 0.0036287964, 0.004955023, - 0.015168303, -0.008677122, 0.0038287302, 0.005401542, -0.016008023, - 0.0022692473, 0.012555836, 0.0036587864, -0.0077307695, 0.0035254974, - -0.018567175, 0.020459881, 0.014661804, -0.029430239, -0.019326923, - 0.028124006, -0.021512864, -0.012615816, 0.008397215, 0.010010013, - 0.03342891, 0.014928382, -0.0033372266, 0.017860742, -0.00044735163, - 0.0123825595, -0.0066244695, -0.0206065, 0.028097348, 0.016314588, - 0.010996353, 0.0068443967, -0.02277911, -0.022219297, 0.015128315, - -0.008563827, -0.0101566315, 0.028283952, 0.016154641, 0.024298608, - -0.025404908, 0.020406565, 0.0073109088, -0.005884715, -0.0029823442, - -0.03209602, -0.0077374335, 0.0084505305, 0.0039520226, 0.00027511708, - 0.048463926, 0.030869761, -0.0006023002, -0.007757427, -0.008490518, - -0.0161813, -0.0029573524, 0.009010345, 0.042465914, 0.03614801, - -0.022352586, 0.01556817, 0.005021668, -0.0046517905, 0.0076041445, - -0.010803084, 0.009283587, -0.004921701, -0.008097314, -0.011796088, - -0.004131963, 0.0011521179, 0.013942042, -0.013502188, 0.0057447613, - 0.0044318633, -0.015408223, -0.0017344247, 0.026324602, 0.009483521, - 0.0018443883, -0.010336571, 0.003475514, -0.0118027525, 0.0095634945, - -0.007070988, -0.008377221, -0.006051326, -0.022619165, -0.014608488, - 0.0035954742, -0.016381234, 0.0006939365, -0.024965053, -0.029856764, - 0.0057181036, 0.20323926, -0.025338262, 0.0044351956, 0.017500862, - 0.012642474, -0.0068577253, 0.010676459, -0.0027707478, -0.004045325, - 0.0055881464, 0.035241645, 0.020526525, -0.032842442, -0.0027107676, - 0.012429211, -0.011816081, -0.02071313, -0.0072109415, -0.002570814, - -0.020566512, -0.008183952, 0.012835743, 0.003812069, 0.0027140998, - 0.020926394, -0.0020393236, 0.0023908736, -0.024578515, 0.013155636, - 0.004485179, -0.0048850463, 0.0066544595, -0.009676791, 0.011029676, - -0.0053515583, -0.0031572862, -0.0065911473, -0.008710444, - 0.012569165, -0.007144297, 0.0024042027, -0.0034455238, -0.0072842506, - -0.0026691149, 0.0010271593, -0.031776126, -0.009883389, - -0.0065011773, -0.0055181696, 0.022925729, -0.023272282, - -0.0022725796, 0.021272944, 0.018500531, 0.0127824275, -0.013662135, - 0.02732427, -0.008650464, -0.002760751, 0.015874734, 0.0025125, - 0.015901392, -0.025085013, 0.03753422, -0.035135012, 0.02427195, - -0.020206632, 0.009876724, 0.010523177, -0.011262931, 0.011062997, - -0.044145357, 0.0012004352, 0.0029673493, -0.0059413626, 0.0151416445, - 0.022805769, 0.036068037, -0.005268253, 0.0025958058, -0.016607825, - -0.0034388595, -0.0007489183, 0.009576824, -0.030176658, -0.024085345, - -0.008137302, -0.0057580904, 0.00955683, 0.014248608, -0.003372215, - -0.03004337, -0.0026691149, 0.002060983, -0.010436539, -0.009630139, - 0.0023708802, -0.017994031, -0.011062997, -0.027377587, -0.023378912, - 0.055714853, 0.005128299, 0.038413927, -0.02612467, -0.012809085, - -0.016527852, 0.0075641577, 0.0073242374, -0.012762434, 0.007817407, - -0.041372944, 0.0050349967, -0.017860742, 0.0034521883, 0.024645159, - 0.007784085, 0.000017754528, 0.01814065, -0.041346285, 0.0045818137, - -0.013009018, 0.024551857, -0.022725796, 0.0051916116, -0.0189937, - -0.036841113, -0.023952056, -0.019993369, -0.015168303, -0.013122315, - -0.00937689, 0.014475199, -0.017300928, -0.024085345, -0.020433223, - -0.011962699, -0.036814455, 0.006734433, 0.026297944, 0.016661141, - 0.023618832, 0.0073109088, -0.018500531, 0.032922413, 0.0028557195, - 0.0034955074, 0.021859417, -0.03124297, 0.0043852124, -0.004571817, - 0.018953715, -0.009463528, 0.009983355, 0.006571154, -0.008477189, - -0.012449204, -0.02573813, -0.01280242, -0.0034921751, -0.021872746, - 0.024218634, 0.028177321, -0.006671121, -0.011569496, 0.021312932, - -0.16911724, 0.019233622, 0.027297612, -0.025924735, 0.01121628, - -0.017061008, 0.022739125, 0.030123342, -0.009716777, -0.00931691, - 0.012709118, -0.012949038, -0.020326592, -0.025418237, -0.0063045756, - -0.005991346, 0.033268966, 0.019713461, 0.033642177, 0.006497845, - 0.009896718, -0.016981035, 0.017594164, -0.0028573857, 0.007664125, - -0.010329907, -0.005288246, 0.03532162, 0.00993004, 0.004878382, - -0.022259284, 0.015075, -0.000010257015, -0.013595491, 0.01667447, - 0.010763097, -0.03015, -0.021166313, -0.010749768, 0.0114562, - 0.030336605, 0.02244589, -0.02635126, 0.011196286, -0.022205967, - 0.053262334, 0.013688793, -0.004481847, 0.022152653, -0.013342242, - 0.006381217, -0.006051326, -0.00033301456, 0.010449868, 0.0025574851, - 0.0020193302, -0.015234947, -0.009836737, 0.004555156, -0.003842059, - -0.016367905, -0.014568501, 0.015408223, 0.012662467, 0.0045218337, - -0.009523508, -0.007744098, 0.001342888, -0.037427586, 0.0057747513, - -0.013288925, -0.031802785, -0.009763428, -0.010569828, 0.017194297, - -0.017434217, -0.024911737, 0.023365583, 0.013262268, 0.000978842, - 0.009896718, 0.009290252, -0.0306565, 0.0037787468, -0.007364224, - 0.020686472, 0.028523874, -0.0044885115, -0.02095305, -0.018473873, - 0.025698144, -0.020766446, -0.0024925068, -0.0018227288, 0.0005693945, - 0.006587815, 0.01938024, 0.010816413, 0.0071309684, -0.016394563, - 0.03910703, -0.0062445956, -0.022472547, 0.009656797, 0.024351923, - -0.0075841513, -0.0052615884, -0.010123309, 0.0020060013, -0.00444186, - -0.022006035, -0.0012720781, 0.009823409, 0.034601856, -0.0062112734, - 0.028150663, 0.020686472, -0.026724469, 0.011989357, -0.02831061, - 0.06755093, 0.019340253, -0.0033322282, 0.013515517, -0.013528846, - -0.0367878, -0.12219947, -0.028657163, 0.0057880804, 0.0045284983, - 0.023938727, -0.004265252, -0.00080265047, 0.00846386, 0.006154625, - 0.044811804, -0.019646818, -0.027270956, 0.00027053527, -0.02524496, - 0.02645789, 0.00090886524, 0.016581167, -0.038787134, -0.0030023376, - 0.038280636, 0.01096303, -0.014848408, 0.014195292, 0.021112997, - 0.0028440568, -0.018313926, -0.031456232, 0.02881711, 0.0059946785, - 0.016074669, 0.020646486, -0.006747762, 0.011056333, -0.027284283, - -0.006567822, -0.036734484, -0.021379575, -0.019713461, 0.005098309, - -0.011982692, -0.00797069, 0.037320957, 0.01754085, -0.0059113726, - 0.0148750665, 0.0040319962, -0.02265915, 0.017394232, -0.023738794, - -0.01974012, 0.00017338, -0.015674802, -0.023552189, -0.0052782493, - 0.02035325, -0.020513196, 0.001373711, 0.03225597, -0.021139655, - 0.0072842506, -0.017874071, 0.018940385, 0.019433554, 0.012355902, - 0.025871418, -0.0062279343, -0.027617507, -0.017074337, 0.014555173, - -0.019220293, -0.014661804, 0.008057328, -0.010736439, 0.008157294, - -0.009190286, 0.0062712533, -0.005228266, -0.0065111737, 0.0003619633, - 0.006544496, -0.003925365, -0.004235262, -0.009276923, -0.016714456, - 0.009716777, 0.0049583553, 0.0049450267, -0.011816081, 0.0074108755, - -0.044145357, -0.012289258, 0.03886711, 0.017594164, -0.0129157165, - -0.016714456, -0.003037326, 0.024098674, -0.016021352, -0.016527852, - -0.018673807, 0.0016136315, -0.022006035, -0.025511539, 0.009943369, - 0.016341247, 0.0044618533, 0.020553183, -0.003183944, 0.010729775, - 0.007344231, 0.016154641, 0.014035345, -0.0138354115, -0.0115961535, - -0.021792771, -0.021006366, -0.021739457, -0.008437201, 0.015208289, - 0.003373881, 0.015274934, -0.0150083555, -0.0010304915, 0.024845093, - -0.022392573, 0.019793436, 0.01715431, -0.0062745856, -0.00791071, - 0.0027274287, -0.0071176393, -0.013402222, 0.024311937, -0.03015, - 0.0016536182, 0.0070776525, -0.025511539, -0.020899735, -0.004255255, - 0.025178315, 0.005564821, 0.036334615, -0.009910046, -0.009523508, - 0.0063878815, -0.012769098, -0.0026157992, -0.0010146635, - -0.029003713, 0.019340253, -0.00030156664, -0.025671486, 0.027724138, - 0.013262268, 0.0009771759, -0.02328561, -0.039640184, -0.01194937, - -0.014421883, -0.0022959053, 0.016127985, -0.021126326, 0.021886075, - 0.024338594, 0.017394232, -0.03089642, -0.0005460689, 0.035374936, - -0.0051882793, 0.01024327, 0.018353913, -0.030683156, -0.001342888, - 0.00079348683, 0.0074908487, 0.006911041, 0.03318899, -0.0014620151, - 0.0009830073, 0.0009846734, -0.0020726458, 0.009210278, 0.017994031, - 0.004245259, -0.017807428, 0.026071353, 0.014155305, -0.024738463, - -0.0096368035, 0.030309947, -0.0017744115, 0.0127224475, -0.015035014, - 0.009923375, -0.013782095, -0.012375895, 0.007257593, 0.027244298, - 0.009583488, -0.008357228, 0.011482858, 0.011722779, -0.017860742, - -0.009790086, -0.011316246, -0.005741429, -0.009490185, 0.022925729, - -0.025938064, -0.034175333, -0.004938362, -0.020539854, -0.003958687, - 0.0025508206, 0.0038287302, 0.010749768, -0.0047384286, -0.0013328913, - -0.016194629, -0.009730106, 0.0042419266, 0.0057014422, 0.028870424, - 0.0030939737, 0.0019326924, 0.021152984, 0.020633157, 0.010629808, - 0.023632161, -0.0049616876, -0.0015428216, 0.0050749835, 0.021432891, - -0.013768767, -0.026884416, -0.001255417, -0.0049816812, -0.022259284, - 0.013088992, 0.031589523, 0.0024958388, 0.085891515, 0.0108830575, - -0.0057680868, 0.006997679, 0.00484506, 0.0099033825, 0.013122315, - -0.017580835, -0.0006372886, -0.023085676, 0.017367573, -0.0110163465, - 0.022365915, -0.023005703, -0.018460544, 0.009476857, -0.00077515957, - 0.010383223, 0.007837401, -0.02905703, 0.028124006, 0.0044885115, - 0.015248276, 0.012522513, 0.0069310344, -0.010803084, 0.04267918, - 0.0015078333, -0.00186938, -0.026937732, -0.010529841, 0.016581167, - -0.022086008, -0.019340253, -0.0036554544, -0.013095656, -0.026564524, - -0.027697481, 0.0132422745, 0.016087998, 0.017207626, 0.0022076012, - -0.0062712533, 0.0016186298, -0.006661124, -0.02881711, -0.017074337, - -0.016994363, -0.014435212 - ], - "metadata": { - "chunkTitle": "Muscle Damage Biomarkers", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28778&chunkSid=chunk_57174" - }, - "document": "Andy Galpin: It's going to be associated with things like Rabdo, which is you're going to see your urine is purple, it's extremely dark because you've got so much muscle breakdown, that happens. And kidneys can have a problem and you put a bunch of stuff in there. So we use those biomarkers. We'll. Actually also look at probably a couple of things you're familiar with alt and ASD. These are excellent biomarkers of muscle breakdown. So if we are actually suspecting that this is a chronic problem, we're going to actually go, andy, pull some blood. If it's just like, I'm super sore today, we're going to use that subjective marker. But if we're seeing this as constant, like, man, are we really pushing you way too much? Is there some sort of systemic problem? We're going to blood and we're going to look at all those different things. Now, AST to alt is really specific, and I don't want to take us too far off track here, but the ratio to those things is actually very important as well. So if you look at the AST to alt ratio, typically the number we'll look at is like 1.67.\n\nAndy Galpin: As that ratio is like higher than that, you have a pretty high risk of muscle damage. But really, between me and you and a few of these listeners, anytime we start seeing AST outkick alt, we're immediately thinking, as in the ratio being higher than one, we're immediately thinking like there's something happening muscle damage wise. So that's actually a sneaky good indicator of just total muscle mass because the vast majority of that's going to be in muscle. So those are actually some markers that we like a lot. If muscle damage is the thing we're concerned with, if we are more concerned with things like total training volume, systemic overload, then we may turn to something more like sleep. There's a lot of information we can actually glean from changes in sleep behavior and function." - }, - "truncated_cells": [] - }, - { - "row_idx": 6, - "row": { - "id": "chunk_57173", - "embedding": [ - -0.020424858, 0.0029361567, 0.021983702, -0.006695037, -0.010478898, - 0.013276824, 0.0037738688, -0.027073262, -0.018679485, -0.013363427, - 0.015641738, 0.02516801, -0.0061454442, 0.017906725, 0.015615091, - -0.01095188, 0.056811217, 0.01414951, -0.006661728, -0.022210201, - -0.014322715, -0.0024948171, -0.009266464, -0.010758691, 0.0015438554, - 0.02540783, 0.011771273, -0.0235159, -0.015468532, -0.005835674, - 0.029391544, -0.0066184266, -0.00940636, 0.018293105, 0.000450083, - 0.0070347846, -0.0030893763, 0.0042701676, 0.013256839, -0.016161352, - 0.028538842, 0.0025347874, 0.009879342, -0.018719455, -0.017400434, - -0.029391544, -0.005592521, -0.03520057, -0.006465207, 0.0017920048, - 0.026327148, -0.0014122863, -0.032322705, 0.01638785, -0.008966686, - -0.028458903, -0.010185782, 0.01781346, 0.02251664, -0.012190962, - -0.0147623895, 0.020837884, -0.008546997, 0.015455209, 0.00077567494, - -0.019398952, 0.004136933, -0.008453732, 0.0059322687, -0.005555881, - 0.027712788, 0.045273103, -0.016188, -0.01195114, 0.045592867, - -0.0008518685, 0.00019600053, -0.0289119, -0.0030827145, 0.003407474, - 0.011125086, -0.013629896, -0.020704651, 0.032669116, 0.009359728, - -0.02205032, 0.015655061, 0.001577164, 0.001383974, -0.0035773478, - -0.0037738688, 0.015148769, 0.015641738, 0.013176898, 0.005775718, - 0.02097112, -0.009113244, 0.012564019, -0.03285564, -0.0021334183, - -0.03461434, 0.0016229635, -0.028325668, -0.02571427, -0.01622797, - 0.015561797, 0.020504799, 0.0018203171, 0.007194666, -0.007954103, - -0.013829747, 0.014376009, -0.015068829, -0.022330113, 0.0000926917, - -0.003897111, 0.028272374, 0.0023132851, -0.009419683, -0.01638785, - 0.020464828, 0.010698735, 0.022689845, -0.011944478, 0.022196878, - 0.012983708, -0.0159615, 0.0067649847, -0.006615096, -0.01970539, - -0.017067347, -0.002231679, 0.011977787, -0.000021832773, -0.01149148, - 0.031203534, -0.006122128, -0.0049796416, -0.024768304, -0.04063654, - 0.01095188, 0.019865273, -0.016361203, -0.0015213721, -0.009046626, - 0.023382666, 0.03253588, 0.011338261, 0.007168019, 0.0035207232, - -0.01950554, 0.00066742185, -0.025780886, 0.003380827, -0.0064518834, - 0.029924482, 0.0020784591, 0.004453365, -0.026820118, -0.022996284, - 0.010405619, 0.0059622466, 0.019052543, -0.009786079, -0.014442626, - 0.01993189, 0.040023662, -0.014549213, 0.021544028, -0.013949659, - -0.0075477376, 0.027206497, -0.02131753, 0.02359584, -0.014948918, - 0.021197619, 0.0025031443, 0.010698735, -0.0009984265, -0.045353044, - -0.0030777184, 0.0025647653, 0.02872537, -0.0027229814, 0.009852695, - 0.020851208, 0.025740918, -0.03269576, 0.004906363, -0.013789777, - 0.0021883775, 0.0052028093, -0.02872537, -0.015814941, -0.6412313, - 0.0090932585, 0.026127297, -0.012097698, 0.0058223503, 0.00609215, - -0.000021104146, -0.01225758, -0.019398952, 0.038984433, -0.02915172, - 0.017320493, -0.013949659, -0.02872537, -0.0010750364, -0.0010475568, - -0.016281264, -0.008740187, -0.0045599528, -0.0059955553, -0.01233752, - -0.013523308, 0.008307175, 0.01106513, 0.022036996, 0.021264236, - -0.0146291545, -0.00045174843, 0.0035207232, 0.019745361, - -0.029977776, 0.0066517354, 0.025994062, 0.014349362, 0.047324914, - -0.009319757, -0.015548473, 0.031709824, 0.00032684102, 0.013829747, - 0.00036889318, -0.011011836, 0.019052543, 0.008946701, -0.010538854, - 0.04082307, 0.0130703105, -0.028458903, 0.0001506175, -0.0034008122, - 0.02347593, 0.012444108, -0.002856216, 0.0069748294, 0.010232414, - 0.003111027, -0.004306807, -0.011877861, -0.011964464, 0.028752018, - 0.028192433, 0.010159135, -0.013789777, -0.012530711, -0.012903767, - 0.003574017, -0.04236859, -0.009159876, -0.010192444, 0.002451516, - 0.021517381, 0.006198738, 0.011844552, 0.003172648, 0.010432266, - 0.026327148, 0.0091732, 0.01642782, -0.014522567, 0.0146824485, - -0.0146291545, 0.009253141, 0.00096261967, -0.008666908, 0.025780886, - -0.0055225724, -0.043967403, 0.024701687, 0.006761654, -0.0050828983, - 0.00023211958, 0.017187258, -0.007920794, -0.012930414, -0.02394225, - 0.023462607, -0.008800142, -0.011364908, -0.011118424, -0.011471496, - -0.016374527, -0.0007348719, 0.0038171702, 0.0043034763, 0.018706132, - -0.0034907456, -0.035999976, 0.015974823, 0.03562692, -0.015348622, - 0.0031476666, -0.016774232, -0.005982232, 0.016960759, 0.014669125, - -0.02205032, 0.006811617, 0.011638039, -0.00023711588, -0.0019385628, - 0.025314566, -0.0026580296, 0.031603236, 0.00089766784, 0.009892666, - 0.01414951, -0.0026097319, -0.026926704, 0.010885264, -0.011451511, - -0.0018219826, -0.028831959, 0.026993321, -0.032296058, 0.023769045, - 0.002424869, 0.014389332, -0.0018902653, 0.019478893, -0.05830344, - -0.023062902, -0.020105096, 0.001433937, -0.016174676, -0.02386231, - -0.0038338245, -0.021823822, 0.0039504045, 0.029284956, 0.016960759, - 0.0023382665, -0.013210206, -0.00504959, -0.004946333, -0.026646912, - -0.009339742, -0.019025896, -0.025900798, -0.01700073, 0.0055492194, - -0.01997186, 0.009206508, -0.0068482566, 0.02587415, -0.025900798, - -0.014082893, -0.01087194, -0.0011649696, -0.008640261, -0.014069569, - 0.014442626, -0.008280528, -0.021690587, 0.006615096, 0.01171798, - -0.0011857876, 0.018492958, 0.0030061048, 0.0042468514, -0.00994596, - 0.007321239, -0.015708355, -0.014002952, -0.0026646913, 0.04164912, - 0.0062320465, 0.013669866, -0.012037743, -0.030564008, 0.03685268, - -0.001644614, -0.00050296047, -0.034401163, -0.011944478, - -0.007834192, -0.0043934095, -0.010558839, -0.011957802, 0.006814948, - 0.029631365, 0.029178368, -0.03829161, -0.0013823085, 0.008447071, - 0.02015839, 0.0043867477, 0.008580306, -0.017786814, 0.018799396, - -0.0017536998, -0.019159129, -0.002421538, 0.0055458886, -0.006834933, - -0.0029061788, 0.012783856, 0.0073145772, 0.011244996, -0.02282308, - 0.005862321, 0.00728793, -0.0020601393, 0.032056235, 0.011078454, - -0.021650616, 0.0013148586, 0.0053993305, 0.017706873, -0.035147276, - -0.022223525, 0.0044933357, 0.030697243, 0.013230192, 0.011198365, - 0.025860827, -0.00481976, 0.010612133, 0.023915604, 0.041729063, - 0.013936335, 0.016547732, 0.016627673, -0.0010508876, -0.03573351, - 0.03226941, 0.002876201, 0.00043134688, -0.008626938, -0.0042235353, - 0.0012657283, -0.00037826123, -0.0060321945, -0.025740918, - -0.0035373776, 0.000979274, -0.006272017, -0.0049496638, 0.0070947404, - 0.017800137, 0.02933825, 0.017213905, 0.025048098, 0.018066606, - 0.0043001454, 0.022503316, 0.0071880044, -0.01966542, -0.0041702418, - -0.026979998, 0.01287712, -0.0039470736, 0.01480236, -0.0123175355, - -0.009826049, 0.02494151, 0.0041569183, 0.03208288, -0.0083138365, - 0.01730717, -0.0008064854, -0.008973348, -0.020344917, 0.0024931517, - 0.014122863, -0.008793481, -0.007194666, -0.019172452, 0.004113617, - -0.019838626, 0.013017016, -0.017333817, 0.023009608, -0.015255357, - -0.010925234, -0.006541817, 0.029658012, 0.018186517, -0.014669125, - 0.011624715, -0.01796002, -0.009952622, -0.00921317, 0.0019652098, - -0.024528483, 0.02610065, 0.02691338, -0.028005904, -0.01773352, - -0.0060122097, -0.016867496, 0.023955574, -0.003574017, -0.0051961476, - -0.008840113, 0.018666161, 0.007814207, 0.0064119133, 0.00060829904, - 0.035520334, -0.0024115455, -0.00832716, -0.043167997, -0.00890673, - -0.021957055, 0.06842927, 0.025687624, -0.010685411, 0.01746705, - -0.00724796, 0.019012572, 0.0018169862, -0.012011096, 0.04545963, - -0.006695037, 0.017187258, -0.00975277, 0.010425604, 0.01622797, - -0.0091732, 0.004256844, 0.01777349, -0.025008127, -0.0074811205, - -0.0003322537, -0.007074755, 0.016321234, 0.033335287, 0.04745815, - 0.001548019, 0.005442632, 0.015881559, -0.0053959996, -0.00200518, - -0.036639504, -0.02255661, 0.04410064, -0.0017137295, 0.017400434, - -0.01931901, -0.013303471, -0.000227956, 0.0016113054, 0.02031827, - -0.01117838, 0.012783856, 0.019372305, 0.0106787495, 0.017986666, - 0.01576165, 0.011531451, -0.0017803469, -0.0010167463, -0.0045965924, - -0.0090666115, 0.013116943, -0.0003784694, -0.01958548, -0.015561797, - 0.012264241, -0.038264964, -0.009512948, -0.020371564, 0.011658024, - 0.00017882577, -0.01638785, 0.017107317, 0.0046865256, 0.0005258602, - -0.020651357, -0.013643219, 0.0033058824, 0.011404878, 0.003993706, - -0.012117683, -0.01665432, -0.027925964, -0.022503316, -0.0033358603, - 0.029284956, 0.026380442, 0.024435218, -0.0039337506, -0.008253881, - 0.0030044394, -0.0024265344, -0.027313085, -0.013629896, -0.033841576, - 0.015561797, 0.015068829, 0.002366579, -0.0068948884, 0.00929311, - -0.0007194666, 0.013856394, 0.004066985, 0.01484233, 0.008040706, - 0.01950554, 0.0059855627, 0.03805179, 0.025181333, 0.019772008, - -0.032562528, 0.0043667625, -0.045885984, -0.0019418937, -0.032216117, - -0.013283486, -0.0043034763, -0.0052760886, -0.005802365, - -0.010079195, -0.018506281, 0.015801618, -0.008540335, 0.024954833, - 0.011478158, 0.017920049, 0.00740118, 0.0066017723, 0.004903032, - 0.01557512, -0.0032592504, -0.020464828, -0.048950378, 0.03725238, - 0.02143744, -0.026740177, 0.012737224, -0.0012190962, -0.0060155406, - -0.012963722, -0.0044400417, -0.0107053965, 0.016814202, -0.022330113, - -0.036266446, -0.030111011, -0.024501836, -0.028378962, -0.006658397, - 0.008760172, -0.012397476, -0.01449592, 0.0034341207, 0.0078008836, - -0.0044233873, 0.036799386, -0.03520057, -0.0081806015, 0.019358981, - -0.023622487, 0.008113985, 0.02451516, 0.014602507, -0.01183789, - 0.0123175355, -0.0016487776, -0.012084374, 0.016188, 0.00094596535, - 0.033788282, 0.026566971, 0.051695008, -0.010312355, 0.0023032925, - 0.02848555, -0.011611392, 0.0023349356, -0.015388591, -0.00817394, - -0.00944633, 0.0049496638, 0.01522871, 0.0027779406, -0.011904508, - -0.018226488, 0.044686873, 0.04705845, -0.015308651, -0.016134705, - -0.015055506, -0.037598792, -0.008813466, 0.03218947, -0.008766834, - 0.011351584, -0.035253864, -0.022196878, 0.035973333, -0.01746705, - 0.013843071, -0.03115024, 0.016161352, -0.008360469, 0.01337675, - 0.010152473, 0.023009608, -0.0016754246, -0.031629883, 0.0012848808, - 0.007814207, -0.008227234, 0.017920049, 0.003011101, -0.020344917, - 0.027632847, -0.02717985, -0.018093253, -0.008660247, -0.011464834, - -0.024741657, -0.009646182, -0.019825302, -0.0009517944, -0.028192433, - -0.002278311, -0.0076076933, 0.025221301, -0.015135446, 0.015948176, - -0.046019215, 0.008140632, 0.018013312, -0.013110281, 0.0051894863, - -0.024928186, 0.032908935, 0.0072412984, 0.008746848, -0.009413022, - -0.021197619, 0.018612867, 0.008793481, 0.012603989, -0.009339742, - -0.013843071, -0.012230933, 0.02011842, -0.007880825, 0.019332334, - -0.034907453, 0.026180591, 0.008686894, -0.004919686, -0.012444108, - -0.01449592, -0.014309391, 0.014042922, -0.0039770515, 0.008726863, - 0.004523313, -0.005262765, 0.0039370814, 0.041702416, -0.00033849906, - 0.016361203, -0.0038138393, -0.013923012, -0.007767575, -0.0020484813, - -0.0023082888, 0.009806064, -0.00009919729, 0.034720927, -0.012850474, - -0.0008610283, 0.012663945, 0.011031821, 0.008613614, -0.00093847094, - -0.013603249, 0.03959731, -0.014069569, 0.00030748037, 0.020877855, - -0.0039370814, 0.00963952, -0.019412275, -0.010365649, -0.019878596, - -0.0191991, -0.00042926508, 0.0098993275, 0.021290883, -0.010645442, - 0.015268681, -0.027552906, -0.011458172, -0.013156912, -0.0018253134, - 0.014868977, -0.048417438, -0.024235366, -0.010239076, 0.0036039948, - 0.022183554, -0.0009567907, -0.016081411, -0.000973445, 0.02274314, - 0.001187453, 0.037572145, -0.017946696, 0.0075543993, -0.023995545, - 0.016521085, -0.040263485, -0.018905984, 0.005972239, -0.013110281, - -0.02382234, -0.008686894, 0.011531451, 0.03125683, -0.016640997, - 0.0025364528, 0.029737953, 0.0032775702, 0.013923012, -0.027925964, - -0.007168019, -0.0072412984, -0.023462607, -0.0009368055, - -0.0034307898, -0.025381183, 0.006711691, -0.013643219, -0.01360991, - 0.0062387083, 0.00574574, -0.018559573, 0.008733525, 0.030324185, - -0.008347145, -0.01449592, -0.017213905, -0.023715751, -0.0340814, - 0.008733525, 0.013883041, -0.0021417455, 0.00181199, -0.011185042, - 0.009559579, -0.0025164678, -0.014415979, 0.0074078413, 0.006275348, - -0.001040895, -0.025607683, -0.01183789, -0.02821908, 0.040103603, - 0.020691328, -0.013603249, -0.02390228, 0.031283475, -0.035680216, - -0.03080383, 0.019012572, 0.0075810463, 0.027446318, 0.0310703, - -0.012750547, -0.0003180975, -0.009732785, 0.014829006, 0.012763871, - -0.012444108, 0.0075077675, 0.011984449, 0.0014114536, 0.0022666529, - -0.028458903, -0.03173647, 0.015668385, -0.001671261, -0.011205027, - 0.015894882, 0.0202783, 0.035946686, -0.007294592, 0.028618783, - 0.015854912, 0.009939298, 0.015814941, -0.024381924, -0.0014139517, - 0.027552906, -0.0073545477, -0.006455214, 0.023982221, 0.03639968, - -0.003993706, -0.00535936, -0.011578083, -0.018226488, -0.00029478146, - 0.0023832333, 0.03592004, 0.0038105084, -0.030830476, 0.021357499, - 0.017586961, -0.0063819354, -0.00898001, -0.01005921, -0.0018219826, - 0.0235159, 0.0041702418, -0.011611392, -0.018133223, -0.0011549771, - 0.01449592, -0.020704651, -0.0066517354, -0.0022233517, -0.022343436, - -0.0033974813, 0.019518863, 0.0081806015, -0.014002952, -0.011851214, - -0.010545515, -0.0013673196, 0.007374533, -0.0028628777, 0.006421906, - -0.007001476, -0.006102143, 0.0071813427, -0.004430049, -0.028885253, - -0.034720927, -0.008293851, -0.020185037, 0.0010017573, 0.20582075, - -0.018266458, 0.00004985887, 0.01665432, -0.0025214641, 0.012330858, - 0.006541817, 0.01033234, -0.005259434, 0.0031326776, 0.020145066, - 0.0019269048, -0.011651362, -0.0035573628, 0.00570577, -0.015908206, - -0.012270903, -0.01997186, -0.0024232036, -0.013923012, 0.005622498, - -0.0050096195, -0.011904508, 0.009019979, 0.021583999, 0.00017580716, - -0.014948918, -0.011584745, 0.022196878, -0.01102516, -0.0017320493, - 0.0023732407, -0.0037871923, 0.0049596564, 0.003967059, 0.004603254, - -0.0034307898, -0.015615091, 0.00086186104, -0.007880825, 0.03685268, - -0.006118797, -0.020571416, 0.0068482566, 0.00428016, -0.025687624, - -0.008686894, -0.0023415973, -0.02011842, 0.031176887, -0.027286438, - -0.021544028, 0.015814941, 0.03573351, 0.013156912, -0.014242775, - 0.011558098, 0.0011033487, 0.0030327516, 0.029311603, -0.02320946, - 0.013543293, 0.0017087333, 0.03389487, -0.031470004, 0.009559579, - 0.0015671715, 0.021117678, -0.002436527, -0.024115454, -0.0013156913, - -0.015615091, -0.010112503, -0.0024565123, -0.0072079897, 0.011737965, - 0.029897835, 0.01622797, 0.024262013, -0.0063819354, 0.011664686, - -0.018173194, 0.00844041, 0.026500354, -0.005832343, -0.028512197, - 0.011111762, -0.010625456, 0.0022200209, -0.0023932257, 0.009413022, - -0.006218723, -0.01950554, -0.00014614165, -0.015122122, -0.022276819, - 0.002926164, -0.019412275, -0.025940768, -0.013210206, -0.047671326, - 0.07642334, 0.0024931517, 0.015162093, -0.013283486, -0.02498148, - -0.00020786673, 0.01846631, -0.0024648393, 0.007954103, -0.0023499245, - -0.031203534, 0.017453726, -0.016800879, -0.005462617, 0.026833441, - 0.0054326393, 0.010605471, 0.033148758, -0.015295328, -0.0081806015, - 0.008606953, 0.02752626, 0.0020534776, -0.013170236, -0.018013312, - -0.0297646, -0.010851955, -0.002374906, -0.024528483, 0.0053060665, - -0.017054023, 0.004310138, -0.008400439, 0.0029061788, -0.014256098, - -0.008360469, -0.011618054, -3.812278e-6, 0.024661716, 0.013656543, - -0.011737965, 0.008566982, -0.0075477376, 0.013370088, -0.0021600653, - 0.026353795, 0.03693262, -0.028805312, -0.0065584714, -0.0020751283, - 0.009826049, -0.010891926, -0.008094, -0.0065751257, -0.014362685, - -0.017706873, -0.006934859, -0.0147357425, 0.0022816418, -0.04106289, - 0.003960397, 0.015335298, -0.010159135, -0.02752626, 0.011817905, - -0.16787554, 0.011018498, 0.028139139, -0.023982221, 0.025434477, - -0.0028162454, 0.013110281, 0.030777182, -0.009706138, 0.0074344883, - -0.0037105824, -0.015481856, -0.00690155, -0.038504787, -0.036532916, - -0.0025964084, 0.025860827, 0.024155425, 0.018333076, 0.018666161, - 0.0015463536, 0.001665432, -0.00227498, -0.020251652, 0.005998886, - 0.0031676516, -0.011538113, 0.03693262, 0.0039404123, 0.0018869344, - -0.024488512, 0.0051062144, 0.014935594, -0.0053093974, 0.013816424, - 0.0048130983, 0.00096678326, 0.00091015856, -0.016734261, 0.018786073, - 0.025767563, 0.016720938, -0.009466316, 0.016028117, -0.024688363, - 0.024621747, 0.009959283, 0.0038871183, 0.016494438, -0.024661716, - -0.0024931517, 0.012930414, 0.011138409, 0.009186523, 0.0044200565, - -0.00200518, 0.0016146363, -0.0021267566, -0.01183789, -0.011704656, - -0.0050062886, -0.012983708, 0.031363416, 0.006095481, -0.0032159493, - -0.017826784, 0.00062703516, -0.016521085, -0.037652086, 0.007914132, - -0.018679485, -0.02695335, -0.02579421, -0.03003107, 0.012170977, - 0.012923752, 0.00091432215, -0.022569934, -0.0066484045, 0.014016275, - 0.0030710567, 0.00744115, -0.024914863, -0.023848986, -0.013430043, - -0.00093514007, 0.016934112, 0.00060247, 0.009506286, -0.008433748, - 0.013130266, -0.017027376, 0.014082893, -0.013276824, 0.01279718, - -0.0009975937, 0.02610065, 0.008014059, 0.004343447, 0.012444108, - 0.016947435, 0.012717239, -0.016867496, 0.0010367314, 0.012077712, - -0.011484819, -0.006508508, 0.0006436895, 0.017626932, -0.013543293, - -0.023982221, -0.0098726805, 0.029125074, 0.033361934, 0.0051595084, - 0.030510714, 0.021877114, -0.030270891, 0.009632858, -0.015814941, - 0.086868934, 0.001958548, -0.024381924, 0.018506281, -0.010498883, - -0.024035515, -0.13451362, -0.008713541, 0.003963728, -0.0022233517, - 0.027273115, 0.015801618, -0.0056458144, 0.014229451, -0.01626794, - 0.029844541, -0.044900045, -0.018559573, -0.005852328, -0.014749066, - 0.0001914206, -0.020331593, 0.0068482566, -0.026074003, -0.016574379, - 0.036826033, 0.020638034, -0.01195114, 0.0040903008, 0.014402656, - 0.0021817158, -0.0034374516, -0.03488081, 0.03080383, 0.014002952, - -0.0072746067, 0.030857123, -0.015162093, 0.013489999, -0.0058156885, - 0.0014247771, -0.012943737, -0.011318276, -0.019918567, 0.022263495, - -0.02602071, 0.0040769777, 0.022756463, 0.016507762, 0.008646923, - -0.0066550663, 0.011318276, -0.025567712, 0.01626794, -0.018319752, - 0.00038346573, -0.012357505, -0.016494438, -0.02339599, 0.011404878, - 0.012131006, -0.010498883, 0.00624537, 0.022210201, -0.024581777, - 0.008586967, 0.0004621574, 0.0052461107, -0.0034374516, 0.0067949626, - 0.030111011, -0.009706138, -0.028405609, -0.020931149, 0.02320946, - -0.018452987, 0.0004846407, -0.0001932942, 0.0016396178, - -0.0010067536, -0.04649886, -0.0014530894, -0.018452987, -0.013083634, - 0.005262765, -0.0068682414, -0.0064985156, -0.0000634946, 0.005392669, - -0.01661435, -0.00007000019, 0.0057224245, -0.0031609898, - -0.0059622466, -0.008373792, -0.0029394876, -0.017586961, 0.033628404, - 0.029551426, -0.015801618, -0.011851214, 0.0052227946, 0.020771267, - -0.012930414, 0.007880825, -0.00080065645, 0.0034740912, - -0.0071613574, -0.017320493, 0.020238329, -0.0011424863, - -0.0077742366, 0.031923, -0.012430784, 0.010712058, 0.012024419, - 0.008193925, 0.014602507, -0.014349362, 0.0031060306, -0.0027712788, - -0.011398217, -0.035307158, -0.025581036, 0.013430043, 0.002914506, - 0.0042934837, 0.016374527, -0.01195114, 0.016374527, 0.0026147282, - 0.026140621, -0.00018257299, -0.021517381, -0.008027382, 0.010219091, - -0.012037743, 0.00032101202, 0.01137157, -0.048630614, -0.006605103, - 0.008933377, -0.018039959, -0.019945214, 0.0027396355, 0.02933825, - 0.010279046, 0.035999976, -0.037945203, -0.010232414, -0.015082153, - -0.02255661, -0.005262765, 0.0039137653, -0.039037727, 0.0099259745, - -0.007960765, -0.009399698, 0.032242764, 0.013536631, -0.006811617, - -0.020957796, -0.02687341, 0.01279718, -0.0056158365, -0.0015213721, - 0.005755733, -0.032322705, 0.013503322, 0.0039537353, 0.010698735, - -0.020531446, 0.001225758, 0.010339002, -0.00832716, 0.011944478, - 0.0062853405, -0.01889266, -0.004499997, -0.0007148867, 0.014042922, - -0.0030310862, 0.0051928167, -0.006315318, -0.0058223503, - -0.010339002, -0.0065551405, 0.0027812715, 0.024355277, 0.005122869, - -0.019092513, 0.02571427, 0.03269576, -0.003923758, -0.015854912, - 0.02170391, 0.018373046, -0.0013090295, -0.0034341207, 0.023142843, - -0.01414951, -0.006118797, 0.007987412, 0.038451493, -0.01410954, - 0.0016454468, 0.011111762, 0.022370083, -0.002413211, 0.015348622, - -0.009512948, -0.028352315, -0.007894147, 0.018879337, -0.013936335, - -0.03554698, 0.0010808654, -0.009273126, -0.0090666115, 0.0003597333, - 0.008480379, 0.0054226466, 0.010159135, 0.0010475568, 0.008860098, - -0.010585486, -0.025474448, 0.025194654, 0.012983708, -0.0022333444, - -0.00740118, 0.018506281, 0.01754699, -0.0029128406, 0.021863792, - -0.011125086, -0.0053493674, 0.0074811205, 0.017893402, -0.0045199823, - -0.028672077, -0.0012673937, 0.005176163, -0.044580285, -0.0013964648, - 0.04503328, -0.00728793, 0.06976162, -0.0001852793, -0.0042002196, - 0.00844041, -0.00040803084, 0.00979274, -0.0028229072, -0.02147741, - 0.0013831413, -0.016454468, 0.023742398, -0.016401174, 0.008780157, - -0.055372283, -0.037998497, 0.02451516, -0.011511466, 0.014562537, - 0.030270891, -0.01777349, 0.022689845, 0.00027895987, -0.00609215, - 0.0030893763, -0.009366389, -0.008826789, 0.017147288, -0.0013972975, - 0.011644701, -0.040663186, 0.007168019, 0.007108064, -0.023609163, - -0.008960024, 0.0035773478, -0.0012815499, -0.01877275, -0.017067347, - -0.008660247, -0.0029544763, 0.0014505913, 0.008147294, -0.015841588, - -0.023795692, -0.0069748294, -0.011118424, -0.028272374, -0.012217609, - -0.024088807 - ], - "metadata": { - "chunkTitle": "Systemic Damage", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28778&chunkSid=chunk_57173" - }, - "document": "Andrew Huberman: So you told us a lot about volume and frequency and how that relates to protein synthesis and recovery to evoke the hypertrophy adaptation response. How should people think about systemic damage? Andy recovery? Because obviously the nervous system and the way it interacts with the neuromuscular system is the site of all the action here, or at least a lot of the action and the nervous system can in fact become fatigued. It has a great capacity. But the whole system that we're talking about can be worked to the extent that even if a muscle group like the biceps or the back is being allowed to rest while you're training legs and other muscle groups, that your whole neuromuscular system needs rest. How does one determine whether or not your entire body needs complete rest or low level active rest, or exercise of a different kind?\n\nAndy Galpin: Yeah, sure. So I want to actually tackle this because we're on the topic of hypertrophy. I'm assuming that that's the goal in mind here.\n\nAndrew Huberman: Yes, here I'm asking specifically within the context of hypertrophy. I realized that for other training goals, the answer to this question could be quite different.\n\nAndy Galpin: Yeah. Okay. So we actually do this in a couple of different ways. Let's start local and work back to systemic. Right? Because number one, what you're really concerned about is at the local muscle level is, am I going to create excessive damage, Andy? And I don't necessarily mean muscle damage here, I mean injury. Right. So the kind of rule of thumb we use is like three out of ten in terms of soreness. If you're more than three out of ten in terms of soreness, we're going to start asking questions. If you're higher than six out of ten, we're probably not training.\n\nAndrew Huberman: This is subjective measure.\n\nAndy Galpin: Total subjective measure, right. And you'll know very quickly, right, if you can barely graze your peck with your fingertip and then you're like, oh, I don't care what you score that we're not training. There's just no damage. If you're three out of ten, if you're just like, oh, I'm kind of like a little bit stiff here, but once you get warmed up, you start feeling okay, you're probably okay to proceed there. So that is a very easy way to just think about soreness. You're going to be a little bit tight depending on your training frequency. Now zooming out to systemic. We use a whole host of things, so we actually have a whole host of bowel markers we use. You can get a lot of these from blood. So you can look at things like creatine kinase. That's the very common one marker of muscle damage. We'll actually look at LDH, we'll look at myoglobulin. If you think about hemoglobin is the molecule that carries oxygen throughout your blood. The myoglobin is the part of that that's actually in muscle. So when muscle gets broken down, that gets leaked out and put in your blood, that's one of the markers, actually." - }, - "truncated_cells": [] - }, - { - "row_idx": 7, - "row": { - "id": "chunk_57172", - "embedding": [ - -0.035909735, -0.006132145, 0.015962834, -0.01569723, -0.017104933, - 0.017184615, -0.000100742975, -0.03667999, -0.032403756, - -0.0054183328, 0.011062429, 0.033917703, 0.0024037212, 0.0033598975, - 0.008466145, 0.011374515, 0.049349327, -0.0009238058, -0.008087658, - -0.014780893, -0.010245696, 0.009847289, 0.0068990784, -0.0031225134, - -0.016733088, 0.032828722, 0.025298834, -0.009555124, 0.0051195277, - -0.011660039, 0.036414385, -0.024422338, 0.003026232, 0.009741047, - -0.023745047, -0.008811431, 0.0028834695, -0.0010657383, 0.019163368, - -0.008247022, 0.034502033, 0.0072178035, -0.009867209, -0.009143436, - 0.004199872, -0.016533883, 0.010046492, -0.027861917, 0.006079024, - 0.013798157, 0.006650074, 0.009196558, -0.026135487, 0.029960193, - -0.00069638196, -0.01633468, -0.00083831436, 0.016122196, 0.024262976, - -0.005584336, 0.0017961508, 0.00871183, -0.0014450548, 0.018286873, - -0.009654726, -0.009687926, 0.003159034, -0.008632148, 0.0014649751, - 0.0035956216, 0.008067738, 0.031261656, -0.005318731, -0.012390452, - 0.04132807, -0.028127521, 0.018937605, -0.01107571, -0.011427636, - -0.0075431694, 0.0038413059, -0.022350622, -0.023532564, 0.016002674, - 0.020717155, -0.006593633, 0.0065604323, 0.0005760299, 0.012529895, - 0.0072111636, 0.009654726, 0.009754327, 0.03790177, 0.010431618, - -0.005315411, 0.017450219, -0.032908402, 0.00031602793, -0.025511317, - 0.009860569, -0.028100962, 0.0049834056, -0.014648091, -0.016467482, - -0.038193934, 0.019150088, 0.028313445, -0.015418344, 0.012018606, - -0.023612244, -0.019057127, 0.028738413, -0.0027174666, -0.030119557, - -0.011660039, -0.016095636, 0.018061109, -0.014860575, -0.015803471, - -0.014448888, 0.02972115, 0.0041201906, 0.030730447, 0.020916358, - -0.001980414, -0.0015471465, -0.021261644, -0.0017596302, - -0.0096082445, -0.015976114, 0.025511317, 0.0007532379, 0.02746351, - 0.006367869, -0.019654738, 0.024993388, 0.012197889, -0.009614885, - -0.046347994, -0.02509963, 0.009701206, 0.018326715, -0.006643434, - -0.0053220512, -0.009369201, 0.015219141, 0.024568422, 0.0062217866, - -0.012749018, 0.001576197, -0.02104916, 0.01751662, -0.0074834083, - 0.011547158, -0.004296154, 0.014090322, -0.0019638136, 0.011301474, - -0.034794196, 0.0108565865, 0.019468814, 0.038353298, 0.012981422, - 0.003315077, -0.006885798, 0.012377172, 0.024090333, -0.012490054, - 0.013339989, -0.0068658777, -0.0010292176, -0.0015330362, - -0.015033218, 0.019309452, -0.0072443644, 0.017875187, 0.002279219, - -0.02446218, 0.0007187923, -0.032934964, 0.021168683, 0.010345297, - 0.028100962, 0.03280216, -0.021274924, 0.023492722, 0.02154053, - -0.014316086, 0.001517266, -0.005484734, 0.015258982, 0.010783545, - -0.035644133, -0.005713818, -0.6315014, 0.0042828736, 0.012782219, - -0.011195232, 0.04037189, 0.015046498, -0.006467471, -0.006009303, - -0.036547188, 0.017383818, -0.005896421, 0.0037682645, 0.008339983, - -0.010743705, 0.012788859, -0.013917679, -0.0025929643, -0.0020468151, - -0.015232421, -0.00006313296, -0.023027916, 0.001812751, - -0.0048107626, 0.01342631, 0.00994689, 0.023851288, 0.00640107, - -0.0026560456, 0.020531232, 0.010232415, -0.010710504, 0.013612233, - 0.024276257, 0.007231084, 0.045816787, -0.015152739, -0.0065039913, - 0.0292165, 0.012934942, 0.023824729, 0.0069057182, -0.023479443, - 0.013034543, -0.013207186, -0.017357258, 0.020292187, -0.01049138, - -0.012124848, 0.023824729, -0.011301474, 0.016201878, -0.017264295, - 0.011945564, -0.025936285, 0.013592313, -0.01865872, 0.0002216138, - -0.0060956245, -0.019296171, -0.011015949, 0.022961514, - -0.00054116925, -0.021792853, 0.009043835, -0.02334664, -0.0004332674, - -0.029588347, -0.00818062, -0.006580353, 0.0075564496, -0.002861889, - 0.00291833, 0.007642771, -0.011978765, -0.0013504331, 0.022895113, - 0.006859238, 0.002694226, -0.011832682, 0.020903079, -0.008306783, - 0.0077888537, -0.01286854, -0.006952199, 0.012749018, 0.017370537, - -0.0292165, 0.0023605605, -0.008459505, 0.0003797315, -0.018393116, - -0.0044853967, 0.010723784, -0.032509997, 0.0063313483, 0.007158043, - 0.004156711, -0.011440916, -0.016281558, -0.038831387, -0.008565747, - -0.0136387935, 0.003436259, 0.02857905, 0.00083042926, 0.0071846033, - -0.001347113, 0.011201872, 0.015258982, -0.004017269, 0.010285537, - -0.009515283, 0.0049236445, 0.023506003, 0.011288193, -0.028950896, - 0.0077357325, -0.004438916, -0.006789516, -0.0022675989, 0.026573736, - -0.0031175334, 0.022616228, 0.0027954879, 0.008074379, 0.022589667, - 0.005444893, -0.013499351, 0.023705207, -0.017702544, -0.0011943905, - -0.012423653, 0.041779596, -0.031022612, 0.03033204, 0.007158043, - 0.01341967, 0.008705189, 0.02916338, -0.018738402, -0.018339995, - -0.001694059, 0.026640136, -0.018632159, 0.0043359944, -0.03322713, - -0.033572417, -0.0070717214, 0.02511291, 0.0034727794, 0.0058765006, - 0.009083676, 0.008997355, 0.009369201, -0.034050502, -0.0033482774, - -0.026772939, -0.057901792, -0.015803471, -0.011845963, 0.0011304794, - 0.017397098, -0.0003035777, 0.015272262, -0.028499369, 0.0013537531, - 0.003914347, 0.00076693314, -0.0044588363, -0.0141965635, 0.004329354, - -0.019389132, -0.028977457, 0.009581684, -0.0128619, -0.005713818, - -0.0060425038, 0.008519266, -0.0101261735, -0.012144769, 0.019336011, - 0.0085126255, -0.025471477, 0.001459165, 0.042895135, 0.00699868, - 0.0046978807, -0.017861906, -0.017702544, 0.035325404, -0.008220461, - 0.008678629, -0.0047476813, 0.010590982, -0.007848615, 0.02047811, - 0.014621531, -0.014302805, 0.004375835, 0.036786232, 0.04621519, - -0.007058441, 0.010053133, -0.012370532, 0.02508635, -0.0023124197, - 0.010418339, -0.027330708, 0.019030565, 0.013260308, -0.019668017, - -0.012649417, -0.00077896833, 0.0019555136, -0.0026145447, - 0.014342646, 0.013891118, 0.020119544, 0.0017928308, 0.014780893, - 0.00990705, 0.006062424, 0.04733073, 0.0128287, -0.02626829, - 0.012749018, 0.009422322, -0.005029886, -0.026122209, -0.012642777, - -0.0026162048, 0.013652074, 0.026719818, 0.011401076, 0.020637473, - -0.0020849959, 0.0076560513, 0.0018874523, 0.016414361, 0.017078374, - 0.015630828, -0.0009453862, 0.007709172, -0.036547188, 0.024037212, - 0.007251004, 0.018791523, 0.001867532, -0.007835334, 0.022058459, - 0.00524569, 0.016414361, -0.02224438, 0.015471465, -0.010896427, - -0.02735727, -0.004146751, 0.0018625519, 0.014634811, 0.041593675, - -0.011733081, 0.012981422, 0.025537878, -0.007237724, 0.025405075, - 0.0046480796, -0.0044289557, -0.010000011, -0.014448888, 0.0074369274, - 0.0052656103, 0.0070119603, 0.0010151074, -0.021062441, 0.0076560513, - -0.014621531, 0.02046483, 0.00008647711, 0.019668017, 0.032324076, - -0.002285859, -0.02918994, 0.011447556, 0.021181963, -0.015883151, - 0.004266273, -0.019548494, -0.008413024, -0.019455533, -0.012483414, - -0.026600296, 0.042178, -0.04839315, 0.00013674484, -0.00091384567, - 0.010332017, 0.032881845, -0.014794174, -0.0029963513, -0.021673331, - -0.0005585996, -0.010431618, -0.005501334, -0.028711852, 0.0070916414, - -0.0010283876, -0.033359934, -0.029535227, -0.0059893825, - -0.0031723145, 0.021938937, -0.011195232, 0.0024053813, 0.017795505, - 0.014143443, -0.008499346, -0.007662691, -0.0016459182, 0.047702577, - -0.019362573, -0.010345297, -0.026401093, -0.017636143, -0.009760967, - 0.07766277, 0.034687955, -0.01224437, 0.013041183, -0.005962822, - 0.03261624, 0.0053452915, -0.0031158733, 0.01633468, -0.009150077, - -0.0030179317, -0.0057270983, 0.011015949, -0.011288193, 0.0053253714, - 0.0032453556, 0.01164676, -0.03965476, -0.02617533, -0.012702538, - -0.016135477, 0.01747678, 0.013665354, 0.051421043, 0.012450214, - 0.017011972, 0.02276231, 0.018313434, 0.0083798235, -0.04374507, - -0.0049236445, 0.024515301, 0.020305468, 0.03147414, -0.00990705, - -0.0060358634, -0.012337332, -0.007755653, 0.021195244, -0.027622873, - 0.0080146175, 0.017715823, 0.013585673, 0.027330708, -0.00059055514, - -0.005886461, -0.010292176, 0.026162049, -0.020624194, -0.013784876, - 0.007124842, -0.006719795, -0.0019422333, 0.0066899145, -0.008486065, - -0.038618904, -0.0076759714, -0.027516631, -0.020703875, -0.023200558, - -0.0049867253, 0.007802134, -0.001342133, 0.0059927027, -0.027383829, - -0.020039864, -0.01167332, 0.008386464, -0.009382481, -0.012503334, - -0.023598965, -0.03027892, -0.026015965, 0.0039375876, 0.011440916, - 0.010889786, 0.021673331, -0.0060591036, -0.009721126, 0.009727767, - -0.0034030583, -0.04095622, -0.011480757, -0.034077063, 0.010909707, - 0.004608239, 0.0051859287, -0.003735064, -0.00090139546, - -0.0024336018, -0.012436933, -0.009980091, 0.019668017, -0.031314775, - 0.0067961565, -0.002971451, 0.005411693, -0.009428961, 0.028313445, - -0.013379829, -0.010292176, -0.023492722, -0.011135471, -0.039761003, - 0.0092430385, 0.000023058832, 0.010325377, 0.002745687, -0.018247033, - -0.036626868, -0.003625502, -0.0018310114, 0.008837991, 0.054980144, - 0.0115272375, 0.035351966, 0.022350622, 0.0012093307, 0.0013496032, - 0.00027867727, -0.0015089659, -0.037636165, 0.01918993, 0.020571074, - -0.03367866, 0.018180631, 0.0060292236, -0.022709189, 0.0011520598, - 0.015338663, -0.010385138, 0.026188608, -0.0141965635, -0.03779553, - -0.023027916, -0.01636124, -0.029057138, 0.026547175, 0.011772922, - -0.01750334, 0.0015512966, -0.0054648137, -0.003384798, -0.023187278, - -0.00096696656, -0.024130173, -0.0020136144, 0.012350611, - -0.007848615, -0.0018758322, 0.04313418, 0.0065637524, -0.0035225805, - 0.0016359581, -0.008147419, 0.0029017297, 0.015551146, 0.001344623, - 0.028393127, 0.0035956216, 0.038751703, -0.0011860903, -0.0148871355, - 0.024276257, -0.010876507, -0.00080967887, -0.021553809, - 0.00066733145, -0.02038515, 0.0050498066, 0.014966817, 0.0069654793, - 0.0003149904, -0.005766939, 0.053997405, 0.04677296, -0.024873866, - -0.019986743, -0.025856603, -0.0145418495, -0.020544512, 0.018897764, - -0.011832682, 0.012888461, -0.034077063, -0.013193906, 0.034077063, - -0.0014184943, -0.0029515305, -0.0068658777, 0.01807439, -0.017065093, - 0.020703875, 0.017211175, 0.011440916, -0.027755676, -0.019561775, - -0.0233068, 0.025046509, 0.013054464, 0.02148741, 0.01807439, - -0.021221804, -0.0017031892, -0.021646772, -0.01458169, -0.028047841, - -0.028419686, -0.0032536557, -0.011447556, 0.0032968165, -0.022350622, - -0.012277571, 0.001459165, -0.024409058, 0.030146116, -0.0150597785, - 0.013001343, -0.015843311, -0.0055312146, 0.036520626, 0.0016616884, - 0.029694589, 0.0016749687, 0.033094328, 0.0023589004, 0.0140372, - 0.003854586, -0.021753013, 0.01459497, 0.012609576, 0.01690573, - -0.008592308, -0.012888461, -0.0115670785, 0.009256318, -0.018286873, - -0.0025182632, -0.018977445, 0.03253656, -0.009123516, 0.006125505, - -0.014794174, -0.0032204553, -0.026042527, -0.006457511, 0.010896427, - 0.00875831, 0.0032021948, -0.015564427, -0.024515301, 0.01985394, - -0.002219458, 0.016679967, 0.00036852632, -0.0038711864, -0.025896443, - -0.018406395, -0.0034594992, 0.006357909, -0.0036022617, 0.035378527, - -0.0020617554, 0.00026041697, 0.02277559, 0.017383818, -0.0025962845, - -0.0279416, 0.0018326715, 0.030969491, -0.025883164, -0.0019721137, - 0.012204529, -0.017330697, -0.015763631, -0.027569752, -0.013917679, - -0.01286854, -0.005494694, -0.006351269, 0.008652069, 0.017343977, - -0.004827363, 0.017609581, -0.013233746, 0.002979751, -0.017011972, - -0.014873855, 0.03269592, -0.039442275, -0.007423647, -0.019973462, - 0.0072045233, 0.028499369, 0.014462168, -0.025962844, 0.014687932, - 0.020345308, -0.013160706, 0.023532564, -0.0141965635, 0.01048474, - -0.034209866, 0.011812762, -0.034714516, 0.0017430299, 0.010756984, - -0.0064741108, -0.024913708, -0.005962822, 0.0038346658, 0.002446882, - -0.012343972, -0.0028336686, 0.01048474, 0.008074379, 0.015989395, - -0.016427642, -0.017251017, -0.009681286, 0.000100691104, 0.022045178, - -0.0055677355, -0.015909713, 0.021367887, -0.028207203, 0.013864557, - 0.030066436, -0.023652086, 0.006361229, -0.00048265327, 0.026321411, - -0.021766294, -0.0129681425, -0.036281582, 0.005713818, -0.019096967, - 0.024767624, 0.012383812, -0.008273582, 0.008094299, 0.0097808875, - 0.015564427, 0.0013720135, -0.0163214, 0.009010634, 0.015099619, - -0.001220951, -0.020000022, 0.0066666743, -0.010896427, 0.023280239, - 0.010936268, -0.018432956, 0.005972782, 0.012277571, -0.024926987, - -0.031155415, -0.00010333677, 0.0074502076, 0.0014160043, - 0.00076029304, -0.008346623, 0.014940256, 0.0087251095, 0.0031125534, - -0.016042516, 0.009256318, -0.022443585, 0.0006059104, -0.011002668, - -0.006132145, -0.031102292, -0.020026583, 0.029455544, 0.004372515, - 0.0019023926, 0.0110292295, 0.013837997, 0.013678635, -0.012988063, - -0.0022543187, 0.011753001, 0.0036553827, 0.031899106, -0.009037195, - -0.008937594, 0.015431625, 0.015976114, -0.009289519, 0.013930959, - 0.009130157, -0.02042499, -0.009389121, -0.008067738, -0.028180644, - -0.0012516615, -0.0016782888, 0.02503323, 0.006251667, -0.0064442307, - 0.01868528, 0.04268265, 0.0034927, -0.0055312146, -0.018419676, - 0.0016683287, 0.016281558, 0.026985422, 0.0062051862, -0.013957519, - -0.0070252405, 0.0036288223, 0.016507324, -0.008127499, 0.021460848, - -0.0010209176, 0.002677626, 0.026812779, 0.021792853, -0.014528569, - 0.004558438, -0.007297485, -0.001689079, 0.008837991, -0.002274239, - -0.021301486, -0.020916358, -0.0067496756, -0.010351937, -0.02217798, - -0.028711852, -0.016467482, 0.0063811494, 0.004355915, -0.01166668, - 0.19505998, -0.02622845, -0.0058499402, 0.025219152, 0.020810116, - 0.014940256, 0.029083699, 0.011254993, -0.00078602345, -0.00054531934, - 0.0059196614, -0.005478094, -0.033997383, 0.0064873914, 0.023997372, - -0.022363903, -0.025537878, -0.038778264, -0.013519271, 0.0074037267, - 0.003847946, -0.009581684, -0.022496706, -0.008373183, 0.028924337, - 0.01341303, -0.04151399, 0.0060425038, 0.026719818, 0.0021248364, - -0.007065081, -0.011148751, -0.00069887197, -0.023147436, - -0.012450214, -0.008120859, 0.0059893825, -0.023160717, -0.019336011, - 0.013598953, 0.020092985, 0.01742366, -0.0074834083, -0.0053220512, - 0.009116876, 0.0030544524, -0.01399736, 0.014847294, -0.014767613, - 0.0198141, -0.014116882, -0.02397081, 0.011288193, 0.03325369, - 0.006178626, -0.019508654, 0.0014931955, -0.0096082445, -0.014820734, - 0.033705216, -0.019176649, 0.014156722, 0.015431625, 0.0012989723, - -0.015670668, 0.024302816, -0.019402413, 0.02277559, -0.030677326, - -0.018061109, -0.019495374, -0.018924324, -0.019548494, -0.022974795, - -0.011434276, -0.0020185946, 0.03667999, 0.020717155, 0.000996847, - 0.016852608, 0.00049344345, -0.045604303, 0.019176649, 0.027516631, - 0.0017397099, -0.035378527, 0.022841992, -0.00022306632, - -0.0059196614, 0.012470134, 0.00525233, -0.0047476813, -0.007689252, - -0.0017247696, 0.011613559, -0.018393116, 0.0048904438, -0.014316086, - -0.024209855, -0.022576386, -0.015033218, 0.03269592, -0.008950873, - 0.015604268, -0.0020849959, -0.04725105, 0.01573707, 0.00034819098, - 0.003331677, 0.0021248364, -0.012782219, -0.037025273, 0.019030565, - -0.0040571094, 0.026467493, 0.0134661505, 0.01751662, -0.009661365, - 0.025617559, -0.01742366, -0.037556484, -0.02154053, 0.02799472, - 0.0129482215, 0.012317411, -0.030757008, -0.033917703, 0.0076759714, - 0.0058599003, -0.034608275, 0.019083688, -0.013585673, 0.02390441, - -0.032456875, -0.0030992732, -0.019787539, -0.017755665, -0.019123528, - -0.0051660086, 0.014555129, 0.015086339, -0.022045178, 0.017954867, - -0.018525917, 0.026480773, -0.0032138152, 0.009767608, 0.051713206, - 0.0033715179, -0.018831363, 0.028047841, 0.02219126, -0.021075722, - -0.010604261, 0.007065081, -0.0125830155, -0.009183277, -0.030969491, - -0.009714486, -0.028233765, -0.02452858, 0.00641103, 0.024422338, - -0.00033304322, -0.032589678, -0.031686623, -0.16616221, 0.013300148, - 0.030119557, -0.01626828, 0.03444891, -0.013107585, 0.032483436, - 0.023187278, -0.018061109, -0.016826048, 0.0058167395, -0.015590987, - 0.00012377587, -0.023147436, -0.03673311, -0.013306788, 0.022470145, - 0.03213815, 0.05139448, 0.022217821, 0.01342631, -0.016055794, - -0.0012060107, 0.008207181, -0.004160031, -0.0003683188, 0.012098287, - 0.029482106, 0.0042098323, -0.0026693258, -0.016759647, 0.019057127, - 0.011713161, -0.018844644, 0.0038844666, 0.0065438324, 0.011201872, - 0.00065114617, -0.016201878, 0.023851288, 0.029960193, 0.00071920734, - -0.01227093, 0.010079693, -0.002106576, 0.031155415, 0.031633504, - -0.0005955352, 0.015498025, -0.0122576505, -0.0008420494, - -0.018260313, 0.026693258, 0.0035723813, -0.0012358911, -0.035803493, - -0.01167996, 0.015046498, -0.017171334, -0.013300148, -0.015285542, - -0.0131407855, 0.020531232, -0.0060823443, -0.0034196586, - -0.020305468, -0.016693246, 0.0063811494, -0.02325368, 0.008373183, - 0.008837991, -0.040425014, -0.01812751, -0.038990747, 0.013067744, - 0.017729104, -0.006251667, 0.007191243, 0.016175317, 0.024780905, - 0.008247022, 0.02622845, -0.014382486, -0.004399075, -0.0029897112, - 0.010212495, 0.0027490072, 0.007423647, -0.012297491, -0.017038532, - 0.018857922, -0.0031673342, -0.026772939, -0.017715823, 0.03216471, - -0.010305457, 0.004365875, -0.00010458179, 0.009887129, -0.011215152, - 0.010378498, 0.006826037, -0.025458196, 0.016759647, 0.042523287, - -0.011573718, 0.0039342674, 0.008220461, 0.022616228, -0.014621531, - -0.01519258, 0.007523249, 0.010418339, 0.026666697, -0.0010317077, - 0.022802152, 0.011407715, -0.026998702, 0.0077224523, 0.022257661, - 0.039840683, -0.00877823, -0.03806113, 0.023014635, -0.02799472, - -0.027144786, -0.13195235, 0.006191906, 0.014435607, 0.025816763, - 0.0062915077, 0.02273575, -0.012881821, 0.014807453, -0.011573718, - 0.03750336, -0.008213821, -0.018286873, 0.016706526, -0.00016133401, - 0.001105579, -0.015006658, 0.0028751693, -0.022642788, -0.011952205, - 0.039920364, 0.021221804, -0.005431613, 0.014913696, 0.011308114, - -0.007968137, -0.006122185, -0.014940256, 0.02573708, -0.012622857, - -0.017875187, 0.029535227, -0.01690573, 0.008924313, -0.0011047489, - 0.0038645463, -0.0021414368, 0.0011005988, 0.0075564496, 0.0011404395, - -0.022974795, 0.011533878, 0.030517964, -0.002509963, 0.010026572, - -0.0009760967, -0.0147144925, -0.012456854, 0.016786208, -0.008924313, - -0.01583003, -0.032350633, 0.003794825, -0.024369217, 0.023399761, - -0.008240381, -0.024940267, 0.042124882, -0.013094304, -0.007981417, - 0.001633468, -0.018911045, 0.007124842, -0.007045161, -0.008937594, - 0.03665343, -0.013286868, -0.016135477, -0.017689263, 0.014502008, - -0.012782219, -0.009475443, 0.0076826117, -0.004043829, 0.038353298, - -0.032563116, 0.016440922, -0.017211175, -0.017383818, 0.022363903, - 0.016666686, -0.0044853967, -0.0010225775, -0.000075427546, - -0.008107579, 0.0039209872, 0.01640108, -0.000036754067, -0.003442899, - 0.011832682, -0.027915038, -0.0326428, 0.041089024, 0.022788871, - -0.013100944, -0.01519258, 0.011606919, 0.009176637, -0.015869873, - 0.0012616216, 0.005491374, -0.026015965, 0.01282206, -0.022071738, - 0.02224438, 0.010318737, -0.004478757, 0.024555141, 0.0001957796, - -0.017689263, 0.021500688, -0.01341303, 0.0026577055, -0.016095636, - -0.012038526, -0.029482106, -0.028499369, -0.026919022, -0.011381155, - -0.021221804, -0.018525917, 0.010843306, 0.0044023953, -0.027755676, - 0.009495363, -0.015365223, 0.00988049, 0.007343966, -0.013459511, - -0.01634796, 0.0072111636, -0.0022908393, 0.003798145, 0.018884484, - -0.03205847, -0.00021009735, 0.012470134, -0.01976098, -0.044568446, - 0.013320068, 0.010703864, 0.022974795, 0.012622857, -0.023758328, - -0.017118214, -0.016002674, -0.006191906, 0.009614885, 0.0025332035, - -0.012642777, -0.013173986, 0.00044530263, -0.0064541907, 0.011952205, - 0.0018592319, -0.0022991395, -0.0143692065, -0.040557817, - -0.006248347, 0.004183272, 0.00097194663, 0.031181974, -0.012038526, - 0.02511291, -0.013539192, 0.024435619, -0.03904387, -0.026613576, - -0.016679967, 0.01513946, 0.020292187, 0.002274239, -0.026454214, - 0.008386464, -0.0013263627, 0.022961514, 0.017583022, -0.007290845, - -0.0017878506, 0.00026726458, 0.01811423, -0.020876518, 0.0009578364, - 0.015338663, 0.00045401778, -0.0074966885, 0.010776904, 0.030172678, - -0.015391784, 0.007065081, 0.045790225, 0.0060989447, -0.00089475536, - 0.008419665, 0.023745047, -0.018964166, -0.007981417, -0.00877159, - 0.044063795, -0.031155415, 0.012649417, -0.0083798235, 0.028711852, - 0.028419686, -0.0046248394, -0.021686612, -0.004668, -0.016148757, - 0.0047609615, 0.00759629, -0.030491402, -0.010996029, -0.0053851325, - 0.00467796, 0.012509975, 0.016015954, -0.0053486116, -0.0015454865, - 0.0074170073, 0.001689079, -0.016573723, -0.03434267, 0.019986743, - 0.0017380498, 0.013559112, 0.01803455, -0.0108565865, 0.02154053, - 0.015245701, 0.029349303, 0.00090554554, -0.008452865, 0.016042516, - 0.0031158733, -0.016374521, -0.038406417, -0.022908393, 0.0018857924, - -0.022974795, -0.009123516, 0.030703885, 0.002865209, 0.058645487, - -0.009468802, -0.026095647, 0.019150088, 0.013266947, 0.027065104, - 0.024608262, -0.00028407236, -0.013705195, -0.021115562, 0.023439601, - -0.016108915, -0.00116368, -0.034502033, -0.016135477, 0.008904393, - -0.015630828, 0.018446237, 0.002212818, -0.010225776, 0.022908393, - -0.014502008, 0.0045185974, -0.0044289557, -0.016507324, -0.015604268, - 0.0083798235, 0.018180631, -0.006826037, -0.038247056, -0.00932936, - 0.0017612902, -0.025869884, -0.01636124, -0.009123516, 0.00640771, - -0.029641468, -0.0044156755, -0.016241718, -0.00022119879, - -0.0059794225, 0.01985394, -0.035644133, -0.03367866, 0.018924324, - -0.00086985494, -0.0120850075, -0.0036288223, -0.017144773 - ], - "metadata": { - "chunkTitle": "Strength Training Tips", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28777&chunkSid=chunk_57172" - }, - "document": "Andy Galpin: Are these numbers you just absolutely don't do in strength training, right? Just like sets of 123456, got 810, twelve, like do not program a set of 30.\n\nAndrew Huberman: Now, when I'm trained sets of seven.\n\nAndy Galpin: To nine, it's great. We'll use sets of seven a lot with weightlifters because you can actually count numbers more effectively.\n\nAndrew Huberman: But what happens in seven to nine rep ranges?\n\nAndy Galpin: So this is actually wonderful area of these, like five to eight repetitions, where you're going to get a nice combination of a lot of strength gains and a lot of hypertrophy. So someone who's coming in going, man, I want to get stronger and I want to add muscle. What do I do here? Well, that's actually a really nice answer. Train pretty hard in that like four to eight repetition range, and you're going to get a lot stronger and you'll still induce a lot of hypertrophy. If you want to really maximize hypertrophy, I would probably spend most of your time in the eight to 15 repetition per set range. You can go up to 30. Admittedly, though, I don't think it's optimal to spend most of your time at more than 15 reps per set. It's very challenging to maintain the focus required at rep 27 to actually get sufficient failure by rep. You just give up way too early. It's hard to do the same thing at the bottom end of that spectrum in terms of really heavy to get there. So I really, honestly think eight to 15 is still it's cliche.\n\nAndy Galpin: It's that textbook number. But that's a reason that's a textbook. It is tried and true and very, very effective. If, for instance, you want to get strength, though Andy not invoke a lot of hypertrophy, you have a couple of tricks you can pull. Number one, stay south of that five repetition range. You do sets of one sets of two, go as heavy as you can with all appropriate considerations, and stick within, maybe even up to three reps per set. You start getting the four to five to six. Now you're going to start itching towards that hypertrophy range. So stay down there, do a lot more total sets. So do a classic example would be something like eight sets of three, right? You're going to get a lot of practice. You're going to get 24 very high quality reps with a lot of rest in between. You go from there, you go to managing caloric intake, making sure your protein is still on point. You want to recover. But if your total calories aren't greater than 10% to 15% above your maintenance needs, then you're not going to be able to put on a whole bunch of muscle mass because you just don't have the fuel for it.\n\nAndy Galpin: You can also then space your workouts out so that stimulus isn't coming extremely often. So if you do that thing a couple of times a week, it's not enough frequency in that signal. So remember, that signal has to be frequent or loud. You didn't make it super loud, and now you're not making it super frequent. You can get very strong like that and put on very low amounts of hypertrophy if that's sort of the choice." - }, - "truncated_cells": [] - }, - { - "row_idx": 8, - "row": { - "id": "chunk_57171", - "embedding": [ - -0.010385414, 0.00065917784, 0.035192024, -0.018658768, -0.012127527, - 0.028680962, -0.0005141419, -0.032151736, -0.033227943, -0.011495254, - 0.016277656, 0.041729994, 0.0063698106, 0.0010837758, 0.014031071, - -0.003265621, 0.05203469, 0.002974708, 0.002416425, -0.023474803, - -0.026730334, 0.0065749628, -0.010311425, -0.00018224081, - -0.021053333, 0.02588282, 0.028277384, -0.012914505, 0.006346268, - -0.012080443, 0.02790071, -0.01368803, -0.005808164, 0.017152077, - -0.034438677, -0.013950355, -0.015389784, -0.002828411, 0.0032202182, - -0.009524447, 0.022479309, 0.0026047614, -0.0015100554, -0.016331468, - -0.017474938, -0.004503261, -0.004153493, -0.02295015, -0.0011081586, - 0.02506221, 0.025304357, 0.017340412, -0.012376401, 0.018174475, - 0.00031970965, 0.0039247987, -0.0065480573, 0.03180197, 0.014205955, - 0.0074931034, 0.004479719, 0.013721661, 0.001844689, 0.019291041, - -0.019896409, -0.00094672735, -0.005502117, -0.0073653036, - 0.0050716335, -0.0022953514, 0.008724017, 0.025923178, -0.0070357146, - -0.023542065, 0.03476154, -0.019654261, 0.014421197, -0.018187927, - -0.0027460137, 0.0055828327, 0.0042981086, -0.015874078, -0.030698854, - 0.030241465, 0.019950218, -0.018847106, 0.0077621555, 0.0022348147, - 0.0073316717, 0.0018312364, 0.0013107886, 0.011421265, 0.026259493, - 0.01990986, 0.016775403, 0.013129747, -0.019654261, 0.0063731736, - -0.02830429, 0.0055693802, -0.046761267, -0.0025610405, -0.009726237, - -0.019681167, -0.033658426, 0.007728524, 0.024914231, -0.004620971, - -0.007028988, -0.031344578, -0.0026568903, 0.014676796, -0.00817246, - -0.0062352843, -0.021752868, -0.03180197, 0.022048825, -0.017811254, - -0.017232792, -0.039739005, 0.029918602, 0.0032303077, 0.03521893, - 0.008993069, 0.006827199, -0.0013578727, -0.017259696, 0.0045873397, - -0.0019052257, -0.017394224, 0.018214833, 0.01634492, 0.01743458, - -0.010378688, -0.021268575, 0.008777827, -0.015739553, -0.021510722, - -0.027308796, -0.033012703, 0.0104863085, -0.0027308797, - -0.0040795035, 0.0007718434, -0.01876639, 0.029999318, 0.021214765, - 0.011676865, -0.0052532437, -0.0041198614, -0.023219204, 0.0062857317, - -0.021416554, 0.017609466, -0.0030133843, -0.0034270522, -0.020030934, - 0.011972822, -0.038286123, 0.010688098, 0.009759868, 0.030053128, - 0.014165597, -0.004816034, -0.008138828, 0.01927759, 0.02959574, - -0.010049099, 0.019156516, -0.0057072695, -0.009450458, 0.003018429, - -0.020192366, 0.008206092, 0.010721729, 0.022196805, 0.018053401, - -0.00091309584, -0.0031075526, -0.04450123, 0.0067263045, 0.019479377, - 0.024160886, 0.027147366, -0.018470433, 0.011791212, 0.036106803, - -0.02655545, -0.0023609328, -0.0015453685, -0.0045570713, 0.006033495, - -0.0221699, 0.0015327566, -0.6336717, -0.012114074, 0.003534673, - -0.0065043364, 0.015658837, 0.03707539, -0.016385278, -0.008259902, - -0.03427725, 0.024241602, -0.015430142, 0.010580477, 0.002066657, - -0.006844015, 0.0028452268, -0.01051994, -0.0055996487, -0.0026215771, - -0.022304425, -0.0026787508, -0.017596012, 0.0072845877, -0.000253918, - 0.01479787, 0.0061915633, 0.018080307, 0.00093916024, -0.002693885, - 0.016748497, 0.020932259, -0.014246313, 0.004933744, 0.013284451, - 0.0056669116, 0.049505603, -0.02243895, -0.00003310603, 0.034062006, - -0.004708413, 0.027160818, 0.005300328, -0.0048261234, 0.002757785, - -0.006608594, -0.0047420445, 0.005310417, 0.0064437995, -0.019896409, - 0.018403169, -0.005872064, 0.015954794, 0.011596149, 0.012699263, - 0.00048135116, 0.017057909, -0.014838228, 0.012531105, 0.010567024, - -0.016977193, -0.013647672, 0.02264074, 0.002043115, -0.017986137, - -0.003975246, -0.017515296, 0.0034337784, -0.02757785, -0.009423553, - -0.0050951755, 0.020743923, -0.00079496513, -0.004879934, - 0.0032101288, -0.011993001, 0.020286534, 0.016439088, 0.0036792886, - 0.02278872, -0.0037230095, 0.022909792, -0.0050245496, 0.004442724, - -0.0050514545, 0.0047588605, 0.02335373, 0.011757581, -0.036483474, - 0.0026888403, -0.011300191, -0.013634219, -0.018443527, 0.02087845, - 0.0021927753, -0.021672154, -0.003038608, 0.0011064771, 0.0052330648, - 0.011629781, -0.022156447, -0.02757785, -0.008764375, -0.0125042, - -0.008179186, 0.018120665, 0.014663343, -0.0017976048, -0.020030934, - -0.008037934, 0.038124695, -0.02087845, 0.007715071, 0.008011028, - -0.005660185, 0.011004234, 0.0138696395, -0.031425294, 0.007237504, - 0.0023811117, -0.012389853, -0.008710564, 0.030133843, 0.0040122406, - 0.020219272, 0.012369674, 0.0072644087, 0.0052229753, -0.00039811316, - -0.020609397, 0.018833652, -0.002022936, 0.0023693407, -0.0054281275, - 0.037963264, -0.025075663, 0.022089183, 0.00755364, 0.00680702, - 0.009268847, 0.035649415, -0.039873533, -0.024160886, -0.019156516, - 0.016640877, -0.018214833, -0.00057257665, -0.019169968, -0.01851079, - -0.012578189, 0.009544626, -0.012544557, 0.01343243, -0.015255258, - -0.011165665, 0.0073451246, -0.03774802, -0.0014865133, -0.011717223, - -0.05087777, -0.031183148, -0.0056904536, -0.0067027626, 0.008750922, - 0.0020700202, 0.02320575, -0.017999591, -0.0026922033, -0.0014713791, - 0.004129951, -0.0028704505, -0.011945916, 0.011219475, -0.028035237, - -0.014367387, 0.015268711, -0.026730334, 0.0033110233, 0.01255801, - 0.014340481, -0.019519735, 0.002466872, 0.027362607, 0.0041635823, - -0.00077730854, 0.016775403, 0.039093282, 0.0050884495, 0.0097665945, - -0.005764443, -0.023703497, 0.0340351, 0.007889955, 0.0017740628, - -0.0125243785, 0.0051725283, -0.02340754, -0.004435998, 0.011865201, - -0.008085018, 0.0026468008, 0.040088773, 0.03083338, -0.0019724888, - 0.0055525643, -0.0154705, 0.037828736, 0.012416758, -0.003327839, - -0.029003825, 0.039469954, 0.009887667, -0.017865065, -0.010419046, - -0.0067733885, -0.0131701045, -0.0027342427, 0.021752868, 0.016452542, - 0.024053264, -0.0074729244, 0.020542134, 0.0011132034, 0.009571531, - 0.04100355, 0.0031680893, -0.037882548, 0.0029679819, 0.0068541043, - 0.004462903, -0.008999796, -0.029003825, 0.011623054, 0.034465585, - 0.022398595, -0.00012506722, -0.00476895, 0.009349563, 0.010089457, - 0.013344988, 0.03489607, 0.016560161, 0.012961589, 0.012100622, - -0.002693885, -0.037263725, 0.028196668, -0.0016033829, 0.008394428, - -0.0026905218, -0.009262121, 0.013909997, 0.007385482, 0.021389648, - -0.025963536, -0.008380976, -0.016223846, -0.016842667, -0.010143267, - 0.0013746885, 0.03150601, 0.02264074, -0.0037869094, 0.02295015, - 0.019573545, -0.014892038, 0.012591642, 0.00054104713, -0.005929237, - 0.0019270863, -0.018578053, 0.01057375, -0.009981836, 0.00028292518, - -0.004042509, -0.019586999, 0.015806815, 0.0020162098, 0.02892311, - -0.020501776, 0.004045872, 0.013775472, -0.0070424406, -0.021577984, - 0.005471849, 0.0084347855, -0.015753005, -0.01126656, -0.0026636166, - -0.009517721, -0.0030604685, -0.0045301663, -0.032716744, 0.03088719, - -0.025869368, -0.005922511, -0.0041434034, 0.016102772, 0.037909452, - -0.0028620425, 0.0044494504, -0.01707136, 0.003237034, -0.022802172, - 0.0004506624, -0.016936835, 0.023542065, 0.0054247645, -0.03893185, - -0.033900574, -0.011784486, -0.013136473, 0.022815624, -0.010896613, - 0.01051994, 0.016815761, 0.006780115, 0.008676933, -0.0054651224, - 0.012127527, 0.04764914, -0.02490078, 0.002705656, -0.017165529, - -0.008105197, -0.02484697, 0.09556733, 0.029676456, -0.010755361, - 0.028627152, -0.0016613972, 0.029676456, -0.0049034758, -0.011690317, - 0.019425567, -0.0006469864, 0.010277793, -0.015645385, 0.01164996, - -0.016048962, -0.00011056363, -0.0016613972, 0.013398798, - -0.026474735, -0.017098267, -0.015430142, -0.008475143, 0.01028452, - 0.025089115, 0.05644715, -0.004876571, 0.009188132, 0.025869368, - 0.02284253, 0.018295549, -0.020838091, -0.0033446548, 0.007546914, - 0.022734908, 0.0138696395, -0.012894326, -0.017959233, -0.00140832, - -0.0077688815, 0.023622781, -0.024403032, -0.00884509, 0.015820269, - 0.029326687, 0.0050749965, 0.019936766, -0.008259902, -0.0145557225, - 0.01033833, -0.02340754, -0.00074998295, 0.012658905, 0.00052339054, - -0.018739484, -0.0021608253, 0.0030537422, -0.024793157, -0.010620834, - -0.021268575, 0.004573887, -0.0038205408, 0.008064839, -0.0010930245, - -0.0011855111, 0.006282368, -0.03279746, -0.029918602, -0.022183351, - 0.009551352, -0.0053137806, -0.012154432, -0.022129541, -0.020340344, - -0.020017482, 0.014663343, 0.0043418296, 0.013748567, 0.0185646, - -0.0033429733, -0.021591438, -0.008212818, -0.0023104856, - -0.032555312, -0.016640877, -0.01918342, 0.006628773, -0.010499761, - -0.00452344, -0.0031714526, -0.0018278733, -0.012968315, -0.002650164, - -0.01629111, 0.004520077, -0.023192298, 0.013909997, -0.004314924, - 0.024308864, 0.015376332, 0.021887396, -0.027187722, 0.00729804, - -0.03955067, 0.010042372, -0.04113808, -0.0077016186, 0.009295753, - 0.012544557, -0.009147774, 0.0004922814, -0.054160204, 0.0012552965, - -0.00661532, 0.0036591096, 0.018833652, 0.008676933, 0.04000806, - 0.014999659, -0.0017622918, -0.010331604, -0.0042073033, - -0.0138158295, -0.036214422, 0.03538036, 0.01139436, -0.03274365, - 0.007385482, 0.01144817, -0.030591233, -0.017474938, 0.010896613, - -0.011179118, 0.0371292, -0.0022381777, -0.01629111, -0.034357965, - -0.016492898, -0.014017618, 0.021981563, 0.009383195, -0.016331468, - -0.009167953, 0.0016420591, -0.0077823345, -0.020717017, 0.012430211, - -0.026326755, -0.0018295548, 0.026959028, -0.0025257273, - -0.0015453685, 0.030698854, 0.013008673, -0.005972958, 0.0071836933, - -0.014084881, -0.0021322386, 0.014676796, -0.0031579998, 0.015457048, - 0.019990576, 0.02841191, 0.0013418978, 0.0009147774, 0.034627017, - -0.009813678, 0.007883229, -0.006803657, -0.015362879, -0.019829145, - 0.029676456, 0.013963808, 0.014259766, 0.008811459, -0.011179118, - 0.04985537, 0.048321772, -0.015457048, -0.021443458, -0.018847106, - -0.035622507, -0.017999591, 0.021564532, -0.007291314, 0.0020296625, - -0.028707867, -0.021376196, 0.028062142, -0.016183488, -0.007943765, - -0.012692536, 0.017219339, -0.006161295, 0.013755293, 0.012934684, - 0.007002083, -0.018699126, -0.020178914, -0.015362879, 0.006692673, - 0.0011678546, 0.009013248, 0.008871996, -0.015658837, 0.007197146, - -0.028331194, -0.011919011, -0.02238514, -0.029407403, 0.006366447, - -0.0016143131, 0.0074931034, -0.018995084, -0.02211609, -0.011737402, - -0.011461623, 0.01712517, -0.02098607, 0.017421128, -0.024927685, - -0.0071702404, 0.019640809, 0.0067733885, 0.028707867, 0.011421265, - 0.041084267, 0.010035646, 0.0041366774, -0.0017690181, -0.017246244, - 0.022721456, 0.007533461, 0.016304562, -0.003443868, -0.019882957, - 0.004725229, 0.0024332406, -0.0057812585, -0.004351919, -0.032259356, - 0.032232452, 0.013694756, 0.00042796112, -0.0064841574, 0.0055996487, - -0.026959028, -0.0072509563, -0.00096774707, 0.0029494846, - 0.0027157455, -0.0117777595, -0.015900984, 0.028331194, -0.01082935, - 0.009551352, 0.0023895197, 0.009080511, -0.030349085, -0.006057037, - -0.003216855, 0.011993001, -0.009053606, 0.024456844, -0.016681235, - -0.004795855, 0.01144817, 0.014703701, -0.010008741, -0.02109369, - -0.006840652, 0.031236958, -0.008865269, 0.003420326, 0.016129678, - -0.017313508, -0.0015773184, -0.033927478, 0.0015453685, - -0.0074998294, 0.007728524, 0.00799085, 0.00520616, 0.008414607, - -0.0056467326, -0.0021171044, -0.008024481, -0.009995288, - -0.018860558, -0.0013519872, 0.028815487, -0.040599972, -0.024712443, - -0.029784076, 0.008293534, 0.0064000785, -0.007096251, -0.030671949, - 0.023636233, 0.03212483, -0.0111387605, 0.018349359, -0.019519735, - 0.00946391, -0.02681105, 0.011293465, -0.021483816, -0.0011392678, - 0.006823836, -0.012080443, -0.034411773, 0.0056870906, 0.012833789, - 0.019143062, -0.010365236, -0.0010678008, 0.023138488, 0.0056938166, - 0.005283512, -0.025586862, -0.007977397, -0.0032387157, -0.011212749, - 0.01974843, -0.000091645896, -0.003981972, 0.010371962, -0.013748567, - 0.010916792, 0.02042106, -0.026340209, 0.01368803, 0.0059527797, - 0.012295685, -0.020138556, -0.018228285, -0.029918602, -0.013129747, - -0.024214696, 0.024456844, 0.02537162, -0.0029293057, 0.004748771, - 0.019156516, 0.0016059052, -0.015699195, -0.0045436188, -0.0019203599, - 0.017555654, 0.0047588605, -0.014676796, -0.001586567, 0.004419182, - 0.03984663, 0.011347275, -0.020138556, -0.0056433696, 0.026622713, - -0.025142927, -0.023125034, 0.004772313, 0.0050951755, 0.014205955, - -0.012235148, -0.017555654, 0.020945713, 0.016170036, -0.0048059444, - -0.006322726, 0.004045872, 0.0003932786, -0.0043216506, -0.0075872713, - -0.015874078, -0.029030731, -0.0071904194, 0.010567024, 0.011374181, - 0.003205084, 0.009248668, 0.02640747, 0.020595944, -0.0028754952, - 0.0055693802, 0.019519735, 0.002796461, 0.035514887, -0.038797323, - 0.0032706656, 0.022734908, 0.010815898, -0.009383195, 0.016506352, - 0.005700543, -0.020595944, -0.0038171778, -0.0028183216, -0.037452064, - -0.0072307773, -0.020394156, 0.015457048, -0.00025749134, - -0.011360728, 0.016358372, 0.035703223, 0.008939259, -0.0027661927, - -0.0017522023, 0.012147706, 0.014717154, 0.016519804, 0.0042274822, - -0.01343243, -0.005303691, 0.017111719, 0.001071164, -0.021282027, - 0.008387702, -0.004930381, 0.011253107, 0.044528134, 0.020273082, - -0.02011165, 0.009080511, -0.0065682363, -0.015618479, 0.023017414, - 0.009558079, -0.008650027, -0.017663276, -0.009383195, -0.009611889, - -0.015672289, -0.03279746, -0.015739553, 0.004856392, -0.0028973557, - 0.0015361197, 0.20587872, -0.035703223, -0.014582628, 0.008643301, - -0.0021204674, 0.00920831, 0.022775266, 0.0053575016, -0.003161363, - 0.012396579, 0.03212483, -0.0058350693, -0.0324746, -0.0012569781, - 0.026932122, -0.02315194, -0.0314522, -0.02892311, 0.0017084813, - 0.010096183, -0.0039651566, -0.0025459062, -0.015605026, 0.0051388964, - 0.037828736, 0.009235216, -0.020918807, -0.0035279468, 0.011508707, - -0.0076612607, -0.0018850468, -0.013802377, -0.010190351, - -0.007970671, -0.011555791, 0.004594066, 0.009490816, -0.007627629, - -0.006161295, 0.025035305, 0.02624604, 0.027497133, -0.022546573, - -0.0011367454, -0.0073653036, 0.0015697513, -0.0017925601, - 0.016560161, -0.01541669, 0.011723949, -0.02087845, -0.019936766, - 0.01214098, 0.026434377, -0.0005305373, -0.014838228, 0.011313644, - -0.0044090925, -0.02109369, 0.03914709, -0.010002015, 0.027281892, - 0.01680231, 0.005209523, -0.017932327, 0.015080375, -0.012114074, - 0.019775335, -0.018107211, -0.025559956, -0.016425636, -0.023003962, - -0.027658563, -0.0007966467, -0.016735045, 0.0039214357, 0.0397121, - 0.014945849, 0.010076004, 0.010741908, 0.017676728, -0.034573205, - 0.021699058, 0.014004166, -0.02016546, -0.0417569, 0.030914096, - -0.010163446, -0.008031207, 0.021443458, 0.0061915633, -0.019667715, - -0.0062689157, -0.015591574, 0.0039853356, -0.011972822, - -0.00011129932, -0.013519872, -0.02453756, -0.024618274, -0.018483885, - 0.044043843, -0.004731955, 0.0063563576, -0.0018144207, -0.03309342, - 0.014905491, 0.006628773, 0.02056904, 0.002308804, -0.0057543535, - -0.028842393, 0.015618479, -0.014676796, 0.017905422, 0.00005275945, - 0.00082060916, -0.006201653, 0.013701482, -0.009726237, -0.028062142, - -0.015255258, 0.027927617, 0.0011569244, 0.0038844408, -0.025358168, - -0.025398526, 0.012161158, 0.0049202917, -0.028062142, 0.019143062, - 0.0060032266, 0.019640809, -0.02959574, -0.001431862, -0.010715003, - -0.020447966, -0.022210257, -0.008407881, 0.022452405, -0.0021171044, - -0.016681235, 0.017757444, -0.0061747474, 0.029730266, -0.012564736, - 0.009053606, 0.023959097, -0.025613768, -0.024120528, -0.0013217188, - 0.022089183, -0.022277521, -0.019721525, 0.009188132, -0.026501639, - -0.017797802, -0.023165392, -0.012477295, -0.0157261, -0.028707867, - 0.0039483407, 0.013244093, 0.0060469476, -0.028035237, -0.021080239, - -0.1696105, 0.0067094886, 0.04412456, -0.010943698, 0.03099481, - -0.008670206, 0.032770555, 0.009067059, -0.017865065, -0.01789197, - 0.015362879, -0.014246313, -0.00076259475, -0.020501776, -0.021322384, - -0.0011258152, 0.020649755, 0.017004097, 0.061290085, 0.010587203, - 0.011562517, -0.014999659, 0.0047824024, -0.002384475, -0.016183488, - -0.00904688, 0.014165597, 0.030510517, 0.007419114, 0.0009450458, - -0.018793294, -0.0005498754, 0.010149993, -0.014999659, -0.0039079827, - 0.015753005, -0.010304699, 0.007889955, -0.014031071, 0.025896272, - 0.03486916, -0.0014495186, -0.027685469, -0.007271135, -0.009067059, - 0.032097925, 0.008670206, 0.0070357146, 0.01563193, -0.018995084, - -0.004792492, -0.016519804, 0.011024413, 0.009430279, -0.014367387, - -0.023165392, 0.0076074502, 0.008623122, -0.0053575016, 0.0026602533, - -0.0221699, -0.011253107, 0.04412456, -0.0068103834, -0.008858543, - -0.021443458, 0.0035413993, -0.0012166203, -0.022882888, 0.024927685, - 0.0011796256, -0.040949743, -0.023326823, -0.030402897, 0.01188538, - 0.0055525643, 0.0036961043, -0.0005553405, 0.004745408, 0.024214696, - -0.004328377, 0.020286534, -0.020232724, -0.0131566515, -0.009053606, - 0.0216587, -0.012221695, 0.0070424406, -0.015618479, -0.017057909, - 0.010862982, -0.013513146, -0.03376605, -0.010809171, 0.018847106, - -0.0005620668, -0.0007651171, 0.013351714, 0.016358372, -0.011280012, - 0.030752664, 0.009679152, -0.028654058, 0.013365167, 0.028331194, - 0.0058586113, -0.0021171044, -0.000505734, 0.026703428, -0.013318083, - -0.008159007, 0.014219408, 0.025398526, 0.035514887, 0.013143199, - 0.0076747136, 0.020811185, -0.028519532, 0.0084818695, 0.011010961, - 0.0639268, -0.016008604, -0.038716607, 0.000944205, 0.012107348, - -0.023232656, -0.13786234, 0.0023104856, 0.01002892, 0.021470364, - 0.03320104, 0.0065682363, -0.017878518, 0.02737606, -0.02109369, - 0.034465585, -0.018268643, -0.0125042, 0.018941274, 0.0066859466, - 0.008286807, -0.007513282, 0.00080421375, -0.017407676, -0.03357771, - 0.03387367, 0.0033177496, -0.013284451, 0.01299522, 0.010405593, - -0.007002083, -0.0021019701, -0.023945644, 0.037721116, 0.0028906292, - -0.013640946, 0.02171251, -0.011132034, 0.005848522, -0.020407608, - 0.007002083, 0.002629985, 0.0065514203, 0.0038911672, 0.016735045, - -0.027456775, 0.0051557124, 0.02453756, 0.003669199, 0.014986207, - -0.012006453, -0.031317674, -0.02011165, 0.026636166, -0.0004290121, - -0.015228353, -0.02557341, -0.01095715, -0.0125042, 0.012672357, - 0.00879128, -0.04347883, 0.024968043, 0.0054886644, -0.017757444, - 0.009820404, -0.018430075, 0.003598573, -0.011602875, 0.0016950287, - 0.04016949, -0.016452542, -0.013762019, -0.007815965, 0.00018140003, - -0.013936902, -0.005061544, 0.015147638, 0.0034388232, 0.043182876, - -0.028196668, 0.010331604, -0.008602943, -0.032636028, 0.011017687, - 0.016304562, -0.0043653715, 0.0054281275, 0.008011028, -0.01397726, - -0.0055693802, -0.0012191427, 0.013344988, -0.010331604, - 0.00037625266, -0.019358303, -0.026568903, 0.033550806, 0.022048825, - -0.025183285, -0.01841662, 0.00074115465, 0.008831638, -0.009255395, - 0.0057308115, -0.0024702353, -0.012423485, 0.0049640127, -0.020595944, - 0.030026224, 0.024551012, 0.0007171922, 0.0324746, -0.0094101, - -0.0027342427, 0.018685674, -0.01510728, 0.0026148509, -0.008818185, - -0.0025459062, -0.029299783, -0.029784076, -0.026259493, -0.009692605, - -0.011979548, -0.005724085, -0.0034774994, -0.003622115, -0.017959233, - 0.015793363, -0.027524037, 0.005589559, 0.002174278, -0.014044524, - -0.015739553, 0.010560298, -0.012860694, -0.002186049, 0.017851612, - -0.0340351, 0.004879934, -0.0104594035, -0.012874147, -0.017824708, - 0.019264136, 0.012692536, 0.0029192162, 0.03500369, -0.022183351, - -0.021456912, -0.010580477, -0.023690045, 0.0011905559, 0.015510858, - -0.018658768, 0.0067935674, -0.00799085, 0.015820269, 0.023003962, - 0.010856255, -0.00253918, -0.014730607, -0.046519123, -0.018954726, - -0.009887667, -0.0070626196, 0.012221695, -0.023474803, 0.014784417, - -0.010345057, 0.021887396, -0.01769018, -0.008058113, -0.0060469476, - -0.0035044046, 0.008730743, 0.016883025, -0.015591574, 0.0060637635, - -0.007997576, 0.023999454, 0.009739689, 0.0053541386, -0.004412456, - -0.0053608646, 0.023084678, -0.0011459942, 0.003867625, 0.012732894, - -0.017057909, -0.010708277, 0.0118248435, 0.03887804, -0.00055365893, - 0.018282095, 0.04670746, -0.0059595057, 0.0037835462, 0.018161021, - 0.03258222, -0.031640537, -0.005700543, 0.011643233, 0.049505603, - -0.008232997, 0.013667851, 0.005791348, 0.021833584, 0.021672154, - 0.0063698106, -0.018214833, -0.009988562, -0.0024113802, 0.010116362, - 0.002737606, -0.028519532, -0.003277392, -0.0074594715, 0.0035010416, - 0.0054180385, 0.0065245153, 0.0064437995, -0.004927018, 0.0033866942, - -0.011475075, -0.020959165, -0.026420925, 0.014918943, 0.005545838, - 0.014905491, -0.00058897206, -0.0037499147, 0.012692536, 0.010755361, - 0.03914709, 0.008784554, -0.0050312756, 0.0145019125, 0.017851612, - -0.015282163, -0.04006187, -0.023636233, -0.0042779297, -0.03887804, - -0.0091410475, 0.031425294, 0.00014556143, 0.050447285, -0.011542339, - -0.020555586, 0.016492898, 0.020918807, 0.021483816, 0.021699058, - -0.004994281, -0.011091676, -0.027497133, 0.011993001, -0.0069280937, - 0.013371893, -0.042913824, -0.027981427, 0.009961657, -0.01312302, - 0.017165529, 0.024941137, 0.0056097377, 0.034169625, -0.015282163, - 0.0047117765, -0.0061276634, -0.018981632, -0.011286739, 0.013412251, - 0.023326823, -0.008777827, -0.041434035, -0.004681508, 0.014770964, - -0.04033092, -0.01783816, -0.006864194, -0.008495322, -0.011468349, - -0.0025879457, -0.00054483063, -0.0026114876, -0.0067229415, - 0.010708277, -0.020044386, -0.035299648, 0.012416758, 0.00005969595, - -0.02830429, -0.013082663, -0.01912961 - ], - "metadata": { - "chunkTitle": "Hypertrophy Techniques", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28777&chunkSid=chunk_57171" - }, - "document": "Andy Galpin: Practically, it's challenging for people to hit sufficient volume without just being so demoralized afterwards because they're in so much pain, they can't get out of their car because their legs are so trash, they can't sit on the toilet and get back up without crying for pain.\n\nAndrew Huberman: That is not good. No, that's not good.\n\nAndy Galpin: I say that because those are actual examples that have happened in my life.\n\nAndrew Huberman: Yeah. I'm realizing as we're having this conversation about ways to stimulate hypertrophy, that I've sort of defaulted to more intensity as opposed to volume because of the time factor. I have a lot of other things going on in my life. And so within that hour, I can't get enough sets in across all the muscle groups I need to hit, and I'm only going to do it about once a week. And so it's at least for me, more advantageous to just train extremely hard. I actually use the pre exhaustion technique that you mentioned before, or pre fatigue, as you referred to it, of hitting something really strong with an isolation exercise, then doing compound exercise. Science starting to think, based on what you've told me, that pre fatigue and then a compound exercise, in some ways it's not really two sets, because if you're going to failure force reps, you're kind of pushing past failure, then you're doing a compound exercise and you're doing that two or three times.\n\nAndrew Huberman: Well, that sounds like four to six sets, but the force repetitions are almost like an additional set, right?\n\nAndy Galpin: Yes.\n\nAndrew Huberman: And so it's not 20 sets, but it's four to six really, really hard sets that go beyond what we normally think of as a set.\n\nAndy Galpin: Totally.\n\nAndrew Huberman: Okay, so the difference between running on concrete and running on sand, when I go for a sand run, it's a very different experience.\n\nAndy Galpin: Totally. And this is why I should have mentioned this at the very, very beginning of our chat today, but all of these numbers that I'll give you for any exercise adaptation, you cannot think of them as hard lines. They are gradients. Andy so when we think about the number for hypertrophy in terms of repetitions, I said four to 30, what do you think happens at three? Do you think hypertrophy just stops? In fact, the number you'll see in literature is more like six to 30. I actually slide it down to four, though, like personal preference because of that, but it just fades away. What do you think happens at rep? 31, 35? It just fades gradually over time. So you actually sort of brought this up. One of your other questions, Andy, I'm not sure if you were even thinking about this, or maybe you were, I just babbled on about something else. But if strength happens between this, like one to five repetition range, and hypertrophy typically happens in this like eight to 30 range, what happens if I were to do sets of six or God forbid, seven, like seven and nine?" - }, - "truncated_cells": [] - }, - { - "row_idx": 9, - "row": { - "id": "chunk_57170", - "embedding": [ - -0.03936007, -0.006183475, 0.019549442, -0.011145925, -0.01164217, - -0.0026134485, -0.003734897, -0.020110983, -0.02316681, -0.012203711, - 0.0066993083, 0.024838371, 0.02142995, 0.012804428, -0.0038687526, - -0.006075737, 0.054325774, 0.012615072, -0.007143317, -0.024603307, - -0.009996726, -0.0033170064, -0.02299704, 0.0030117505, -0.016859272, - 0.032073103, 0.017290222, -0.0009908577, -0.0027881137, -0.014221339, - 0.036304243, -0.021625837, 0.0051028356, 0.012706486, -0.0075807963, - -0.013855685, -0.0047894176, -0.011224279, 0.024080945, -0.0037381619, - 0.030950021, 0.009200122, 0.01277831, -0.012425715, -0.002726083, - -0.023610817, 0.006973549, -0.027215123, 0.0008447593, 0.01931438, - 0.009918371, -0.0017744026, -0.032282047, 0.034972217, -0.0039699604, - -0.012027413, -0.014534757, 0.03539011, 0.0056219343, 0.0002993386, - 0.0075089713, -0.008690818, -0.011152455, 0.0023522668, -0.011328752, - -0.011968647, -0.013052551, 0.0020829234, -0.0076852688, 0.01292196, - 0.0025938598, 0.02626181, -0.007130258, -0.030636603, 0.0440091, - -0.016454441, -0.002246162, -0.011191632, -0.007933391, -0.0036663369, - 0.0064120083, -0.006487098, -0.036408715, 0.019079316, 0.015984314, - -0.01986286, 0.013842626, -0.015971255, 0.00646098, 0.013725094, - -0.013274555, 0.0061573563, 0.009480893, 0.00037361213, 0.012158004, - 0.023754466, -0.017211867, 0.008729995, -0.039307833, 0.0029350284, - -0.029147867, -0.011309164, -0.005096306, -0.008638581, -0.013685917, - 0.017695054, 0.017420813, -0.026771115, -0.0173294, -0.0323604, - -0.026483815, 0.03491998, -0.02414624, -0.028808331, -0.008494932, - -0.012092709, 0.0021776017, -0.008403518, -0.018570011, -0.03269994, - 0.02771137, 0.022775035, 0.03209922, -0.0036989846, 0.011988236, - 0.0007439595, -0.004260525, 0.0028436147, 0.0031015316, 0.002136792, - 0.012791369, 0.0063728313, 0.0003658583, 0.014090748, -0.016532796, - 0.010610503, -0.00041156507, -0.0146914655, -0.017655877, - -0.0029284987, 0.02398953, 0.011713995, -0.016454441, 0.010238319, - -0.03337901, 0.013463912, 0.010819448, 0.016950686, -0.0015458687, - -0.0027652602, 0.0022624857, 0.0053215753, -0.009859606, 0.009324184, - -0.008148866, 0.021038178, -0.018008472, 0.0010822713, -0.039177243, - 0.00069090695, 0.0154488925, 0.008592875, 0.024420481, -0.0017988883, - -0.0007435514, 0.018374126, 0.035155043, 0.011544227, 0.01576231, - 0.009722485, -0.010140376, -0.002004569, -0.025621915, 0.017864821, - 0.004629444, 0.04103163, 0.0050897766, 0.0015066914, 0.006049619, - -0.028285969, 0.0052595446, -0.0008092549, 0.032438755, 0.016637268, - -0.0070257853, 0.013947098, 0.030297067, -0.016872332, 0.017029041, - -0.0036173654, 0.008338223, 0.0007235547, -0.015409715, -0.009526599, - -0.6519093, 0.0014128293, 0.00867123, -0.00009932043, 0.016415264, - 0.034606565, -0.01846554, -0.011890293, -0.034162555, 0.036278125, - -0.0018592866, 0.0042344066, 0.007874626, -0.017094336, 0.003467186, - -0.006147562, -0.008925881, -0.010323203, -0.02230491, 0.007541619, - -0.026536051, 0.009258888, -0.004505383, 0.023036217, 0.010603974, - 0.017512226, -0.008919352, -0.0077897413, 0.011387518, 0.014547816, - -0.012099238, 0.0152921835, 0.011772761, 0.013646739, 0.047482815, - -0.008723466, -0.0063401833, 0.024485776, 0.008579816, 0.030140357, - 0.0007643643, -0.0057557896, 0.024198476, 0.0036271596, -0.0073914393, - 0.017015982, 0.000037187772, -0.013659799, 0.018935667, 0.002030687, - 0.01990204, -0.0065817763, -0.0013826301, -0.015788428, -0.013712035, - -0.005269339, 0.008370871, 0.0044629406, -0.0057296716, 0.0037185731, - 0.014704525, -0.010153435, -0.0074175578, 0.005452166, -0.03395361, - -0.0008757746, -0.01987592, 0.0035683936, -0.0065164813, 0.017930117, - 0.0066699255, 0.025112612, 0.012393068, -0.013581444, 0.01745999, - 0.016258555, 0.004031991, 0.016284673, -0.013973216, 0.031080611, - -0.011145925, 0.0039569014, -0.009467834, 0.00059541245, 0.021939255, - 0.0048122713, -0.025922274, -0.0039960784, -0.022109022, -0.010284026, - -0.010858625, 0.016624209, 0.016232437, -0.018478598, -0.008024805, - 0.021965373, 0.018530834, -0.0149526475, -0.026196515, -0.013842626, - 0.003937313, -0.009768192, 0.019066257, 0.026405461, 0.010297085, - -0.0018560218, -0.028155377, 0.0035390109, 0.045367245, -0.010460324, - 0.021534424, 0.000983512, 0.0041397284, 0.01789094, -0.0060202363, - -0.020868411, -0.0011908249, 0.0073392033, -0.0045347656, - -0.0049918336, 0.016585032, 0.0017531816, 0.034867745, 0.011100219, - 0.015958196, 0.027580777, -0.018596131, -0.023767527, 0.030297067, - -0.004404175, 0.016911509, -0.005197514, 0.04103163, -0.034972217, - 0.029853057, 0.025948392, 0.017094336, 0.0038752821, 0.0244466, - -0.037557915, -0.016859272, -0.0031978423, 0.021560542, -0.01349003, - -0.012445304, -0.039882433, -0.021782545, -0.005341164, 0.02671888, - -0.012667308, 0.013307203, -0.0076460917, 0.0076722098, 0.011394048, - -0.030558249, -0.01476982, -0.026222633, -0.058139026, -0.024381302, - -0.00059051526, -0.029461285, 0.017773408, 0.012895842, 0.012184122, - -0.016624209, -0.011348341, -0.00046196496, 0.011994765, -0.008658171, - -0.017668936, 0.0065785116, -0.021416891, -0.020502755, -0.0027750547, - 0.003493304, -0.010584384, 0.009990197, 0.0059255576, -0.0230101, - 0.0034639211, 0.00034790207, -0.006790722, -0.0028811595, - 0.0014209911, 0.028390441, -0.0020845558, 0.009108708, -0.005471755, - -0.028468795, 0.032543227, 0.018152121, -0.0074240873, -0.02345411, - -0.0028664682, 0.012105768, 0.014182162, 0.007881155, -0.016363028, - -0.0038720174, 0.039699603, 0.038602643, -0.0053607523, -0.009154416, - -0.029095631, -0.0072086123, -0.00007151887, 0.02654911, - 0.00033892394, 0.030584367, 0.013026433, -0.027685251, -0.008540639, - -0.014169103, 0.00019772263, 0.0003197434, 0.027685251, 0.0035128926, - 0.0056807, -0.016820095, 0.036382597, 0.012099238, 0.009382949, - 0.027319597, 0.0153705375, -0.03168133, 0.018126003, 0.0144955795, - 0.017068218, 0.0003650421, -0.03622589, 0.0059027043, 0.01873978, - 0.012882783, -0.0010186082, 0.032726057, 0.0152138285, -0.0028077022, - -0.0065425993, 0.031759683, 0.010767212, 0.0155011285, 0.002598757, - 0.0149787655, -0.03505057, 0.0025954922, 0.0053934003, 0.0144694615, - 0.010101199, -0.0066829845, -0.0058308793, -0.0051909843, 0.013163553, - -0.015226888, 0.0015923916, -0.011230809, -0.019222965, -0.007822389, - 0.010610503, 0.024485776, 0.023819763, 0.010806389, 0.03920336, - 0.0143127525, -0.00503754, 0.015697015, 0.018099885, 0.013555326, - -0.0075155008, -0.018256593, 0.005210573, -0.024812253, -0.009141357, - 0.006751545, -0.01902708, 0.02371529, 0.0017352253, 0.026065925, - 0.0030835753, 0.007117199, 0.0046914746, -0.018778957, -0.029696349, - 0.00048481836, 0.02841656, -0.015723133, 0.003679396, -0.0054619606, - -0.011113278, -0.012033942, -0.005710083, -0.026052866, 0.02713677, - -0.015919019, -0.011315693, -0.016911509, 0.022043727, 0.04131893, - -0.00053827895, -0.009356831, -0.02742407, -0.002899116, -0.01094351, - -0.0038328401, -0.041710705, 0.006509952, 0.015044061, -0.025008138, - -0.044923235, -0.0018919343, -0.02627487, 0.0055631683, -0.018308831, - 0.0065262755, 0.01862225, 0.009389479, 0.026601346, -0.026457697, - -0.0027881137, 0.040117495, -0.0144694615, 0.005226897, -0.023610817, - -0.018504716, -0.034867745, 0.09010766, 0.0153835965, -0.0018592866, - 0.025399912, -0.011811938, 0.03622589, 0.015853724, -0.016846213, - 0.03194251, -0.0073065553, 0.006643807, -0.0034214791, -0.011296105, - -0.00867123, 0.018700603, 0.002742407, 0.010153435, -0.022317968, - 0.002904013, 0.0020959824, -0.0037414266, 0.007371851, 0.009134827, - 0.045393363, 0.006464245, 0.0018723457, 0.013424735, 0.0148089975, - 0.010682328, -0.03411032, -0.0008202735, 0.0073979693, 0.026901705, - 0.021194888, -0.006206328, -0.02585698, -0.010238319, -0.020215457, - 0.0072477898, -0.011550756, -0.0051158946, 0.027920313, 0.008455754, - 0.033300657, 0.009448244, 0.004903685, -0.010871684, 0.0071367873, - -0.0153705375, -0.009304595, 0.011439755, 0.0005884748, -0.022148201, - 0.00051012036, 0.0009231137, -0.020698642, -0.011459343, -0.026483815, - -0.018700603, -0.004116875, -0.0033349628, 0.0022053523, 0.0149526475, - 0.004276849, -0.015919019, -0.034893863, -0.009356831, 0.017903998, - 0.00040830032, -0.017081277, -0.028338205, -0.023179868, 0.0043388796, - 0.02371529, 0.008161926, 0.0224355, 0.006219387, -0.0059484113, - -0.018243534, 0.0025171377, -0.010995746, -0.034580443, -0.011472402, - -0.038106397, 0.01221677, 0.0020290546, 0.01050603, -0.012987255, - -0.0051028356, 0.012425715, 0.016728682, 0.010035903, 0.016245496, - -0.01817824, -0.0027489364, -0.009043413, 0.016323851, 0.016363028, - 0.0077179167, -0.016989864, -0.0014732275, -0.016376087, 0.0026085514, - -0.028599385, -0.025595797, 0.02173031, 0.0035749231, -0.010238319, - -0.007926862, -0.037009433, 0.005282398, 0.003103164, -0.010617033, - 0.0156056015, 0.019549442, 0.016924568, 0.014221339, 0.0071498463, - 0.0037512209, -0.006545864, -0.029617995, -0.027789723, 0.024773076, - 0.013907921, -0.015396656, 0.0036206301, -0.0007411028, -0.025399912, - -0.0057166126, 0.0017189014, 0.006379361, 0.01688539, -0.0046359734, - -0.026405461, -0.043852393, -0.038263105, -0.0048612426, 0.006363037, - 0.008410048, -0.020424401, -0.012549777, -0.014887352, 0.005523991, - -0.01762976, 0.01833495, -0.02784196, -0.01207965, -0.008155395, - -0.009180534, -0.0006762155, 0.023088453, 0.018086826, 0.0010235055, - 0.029957531, 0.013437794, -0.017237986, 0.012961137, -0.00852758, - 0.024603307, 0.020332988, 0.04272931, -0.02443354, -0.04061374, - 0.0323604, 0.0018445951, -0.0017205338, 0.0060137063, -0.002428989, - 0.0005896991, 0.009095649, 0.018348008, 0.009324184, -0.004231142, - 0.0018282713, 0.023258222, 0.04868425, -0.021638896, -0.011341811, - -0.015958196, -0.03646095, -0.0044139693, 0.019418852, -0.0012952975, - -0.005994118, -0.0224355, -0.033457365, 0.040561505, -0.002051908, - 0.004795947, 0.0023375754, 0.025830861, -0.012628131, -0.0014903676, - 0.014378048, 0.013424735, -0.019640857, -0.011250398, -0.013437794, - 0.015396656, 0.028912803, 0.020267693, 0.016715623, -0.016127964, - 0.000047211637, -0.022775035, -0.0149657065, -0.03209922, - -0.015853724, -0.005099571, -0.016989864, 0.0004489059, 0.0022543238, - 0.0051648663, 0.00030117505, -0.016271614, 0.018896488, -0.016232437, - 0.0064315973, -0.030349303, -0.008958529, 0.03831534, -0.0148481745, - 0.039281715, 0.0010904332, 0.04800518, 0.028860567, 0.02257915, - -0.00048400217, -0.033692427, 0.015945137, 0.019144611, 0.01634997, - 0.010244848, 0.00034096444, -0.00005840878, 0.015239947, -0.002174337, - 0.0074110283, -0.030610485, 0.035285637, 0.006389155, -0.009265417, - -0.005664376, -0.0039438424, -0.025830861, -0.009356831, -0.010453794, - 0.010395028, -0.0010618665, -0.022827273, -0.013411676, 0.018530834, - 0.010094669, 0.01888343, -0.0036663369, 0.007874626, -0.02469472, - -0.008697348, -0.009304595, 0.00995102, 0.0020192603, 0.0155011285, - -0.009278476, 0.012621601, 0.017081277, 0.010741093, -0.020999001, - -0.031498503, -0.026118161, 0.022448558, -0.029670231, -0.006888665, - -0.008129277, -0.006562188, -0.0152007695, -0.03262158, -0.0066829845, - -0.0149787655, -0.007215142, -0.0021531158, 0.006023501, 0.022970922, - -0.010016315, -0.0047763586, -0.021808663, -0.009219711, 0.0068951943, - 0.0056219343, 0.026823351, -0.02613122, -0.0073522623, -0.008978118, - 0.0032239605, 0.0010137111, 0.009761662, -0.025347674, -0.009872665, - 0.01420828, 0.002458372, 0.025804743, -0.008684289, 0.008854057, - -0.0460202, 0.002683641, -0.03366631, -0.022892568, 0.018778957, - -0.00094351853, -0.023950353, -0.0021172033, 0.005752525, 0.012647719, - -0.029513521, 0.00013385557, 0.01804765, -0.0005097122, 0.010982687, - -0.018008472, -0.029487403, -0.0062977416, -0.012863195, 0.01221677, - -0.0036206301, -0.017930117, 0.0074632643, -0.017029041, 0.012464892, - 0.009245829, -0.018700603, 0.010688857, 0.0011908249, 0.013235378, - -0.035337873, -0.010244848, -0.03296112, -0.02257915, -0.019719211, - 0.028050905, 0.002399606, -0.016859272, 0.006245505, 0.020084865, - 0.0033251683, -0.01036238, -0.0035585994, 0.03808028, 0.0044139693, - -0.015631719, -0.009637602, -0.003001956, -0.00468821, 0.05085206, - 0.0151746515, -0.0156186605, 0.0026395665, 0.021168768, -0.009591894, - -0.02316681, 0.032647703, 0.011328752, 0.02940905, 0.007907273, - 0.006425068, 0.0024061357, -0.01717269, 0.009474363, -0.018112944, - 0.009624543, -0.0050767176, 0.011054511, -0.00095249666, 0.005458696, - -0.0143258115, -0.004662092, 0.023245163, 0.012602013, -0.013725094, - 0.020084865, 0.016833154, 0.030375421, -0.0076395622, 0.012007824, - 0.022801155, -0.00045380305, 0.0144825205, -0.007959509, 0.009467834, - 0.028155377, -0.021207947, -0.015070179, 0.015723133, 0.044557583, - -0.009918371, -0.010453794, -0.009311125, -0.013117846, 0.011975177, - -0.013117846, 0.020659465, 0.0023245164, -0.0006888665, 0.011465873, - 0.013150494, -0.03975184, -0.020698642, -0.0061181793, 0.010910862, - 0.013052551, 0.011531168, -0.004103816, 0.0071367873, -0.0070976103, - 0.0232974, -0.0018723457, -0.017695054, -0.0034280086, -0.0020698642, - 0.008854057, 0.009219711, 0.024616366, -0.009180534, 0.00021588292, - 0.0029317637, 0.0068103103, 0.019928157, -0.0023767527, -0.010453794, - -0.020711701, -0.010238319, -0.015919019, -0.005752525, -0.013268026, - -0.011583405, 0.017564462, -0.0019311116, 0.0013083566, 0.20016958, - -0.029069513, 0.009487422, 0.02171725, 0.0048383893, -0.0026444637, - 0.028599385, -0.005497873, -0.018726721, 0.012184122, 0.0073261443, - 0.0022069847, -0.028233731, 0.00048400217, 0.023911176, -0.026353225, - -0.009480893, -0.024107063, -0.0155272465, -0.009467834, 0.020398283, - -0.005230162, -0.011805409, 0.006947431, 0.031028375, -0.0026167133, - -0.036722135, -0.023101512, 0.0050799823, -0.0038393696, 0.0030754134, - -0.034031965, -0.014129925, -0.016141023, -0.01263466, 0.024511894, - 0.013868744, -0.023388812, -0.006666661, 0.0064315973, 0.023845881, - 0.012125356, -0.0073979693, -0.00027954593, -0.0033431246, - -0.0027309803, -0.0041527874, 0.008174985, -0.018152121, 0.0071955533, - -0.020920647, -0.028338205, 0.013620621, 0.02059417, 0.023140691, - -0.035834115, -0.0048612426, 0.006506687, -0.0023114572, 0.016820095, - -0.035886355, 0.0026265075, -0.001860919, 0.014939588, -0.020946765, - 0.016154082, -0.0074306168, 0.042938255, -0.011707465, -0.013189672, - -0.012523658, -0.011433225, -0.020045688, -0.00010360544, - -0.0022788094, 0.010754153, 0.028103141, 0.033692427, 0.0023702232, - -0.000037238784, 0.0070127263, -0.02102512, 0.015997373, 0.04103163, - -0.0077309757, -0.018948726, 0.017029041, 0.0151746515, -0.0014683304, - 0.01705516, 0.016114905, -0.017681995, -0.0010284026, 0.0011410371, - -0.01845248, -0.030897785, 0.020842291, -0.0010945142, -0.016702564, - -0.020280752, -0.012360419, 0.051400542, -0.010930451, 0.014182162, - -0.0070714923, -0.02414624, -0.0015948402, 0.0144825205, 0.009036884, - 0.0010439103, -0.003315374, -0.032438755, 0.012092709, -0.00029913455, - 0.00951354, 0.01634997, 0.00525628, -0.004587002, 0.0012357155, - -0.018674485, -0.01350309, -0.0060985903, 0.02784196, 0.017198808, - 0.01007508, -0.052915394, -0.023623876, 0.000057541572, -0.0009288271, - -0.0153574785, 0.018139062, -0.012523658, 0.017355518, -0.0150048835, - 0.0073196148, -0.0076069143, -0.0048743016, -0.015044061, - -0.019079316, -0.0029660435, -0.012915431, -0.014456402, 0.023310458, - -0.0032419167, 0.028808331, 0.009500481, 0.0012822384, 0.04502771, - -0.023114573, 0.00093617284, 0.012882783, 0.00046400545, -0.018152121, - -0.020972883, -0.011824997, 0.00041687035, -0.036722135, -0.021560542, - -0.01406463, -0.0052726036, -0.01718575, -0.011113278, 0.005883116, - 0.016258555, -0.019575562, -0.00027464877, -0.16349968, 0.012504069, - 0.036826607, -0.021795604, 0.03792357, -0.024929784, 0.045393363, - 0.013365969, -0.021325478, -0.016454441, 0.008246809, -0.009298066, - 0.004276849, -0.02841656, -0.024185417, 0.0026803762, 0.023832822, - 0.030244831, 0.043538973, -0.0010128949, -0.0064544505, -0.023336576, - 0.0012275536, 0.00880835, -0.01932744, -0.01718575, 0.011335282, - 0.021325478, 0.0070388443, -0.016402205, -0.031289555, 0.014900411, - 0.016532796, -0.013542267, -0.0010692122, -0.0054880786, 0.019706152, - 0.00029770622, -0.024407422, 0.034841627, 0.024603307, 0.014939588, - -0.028050905, -0.0005709267, -0.012255947, 0.017969295, -0.0060594133, - -0.0031733566, 0.008560227, -0.009271947, -0.0054782843, 0.007913803, - 0.017734231, 0.020137101, 0.0069931378, -0.026771115, 0.005847203, - 0.0062389756, -0.006921313, -0.021364655, -0.011341811, -0.0016976804, - 0.036043063, -0.014782879, -0.0077440348, -0.025700271, -0.0069082533, - 0.016911509, -0.025164848, 0.0052889274, -0.00086842885, -0.03792357, - -0.0035292164, -0.038811587, 0.0053476933, 0.017002923, -0.0032272253, - -0.0074175578, 0.016793977, 0.03518116, 0.0007500809, 0.02940905, - -0.021625837, -0.0074044988, -0.008410048, 0.0020535404, 0.0063401833, - 0.02870386, -0.015814546, -0.0068690763, 0.0077570938, -0.0056121396, - -0.04202412, -0.006245505, 0.029644113, -0.021834783, 0.01094351, - 0.0010145273, -0.00012283698, -0.0031260173, 0.010551737, 0.016101846, - -0.028782213, 0.016859272, 0.012745663, -0.0015336258, -0.0030460304, - -0.0068690763, 0.012843605, -0.009846547, -0.008220691, 0.008579816, - 0.0170421, 0.017146572, 0.007900744, 0.011524638, 0.025099553, - -0.030062003, 0.011609523, -0.013581444, 0.05265421, 0.007175965, - -0.023036217, 0.0029072778, -0.018596131, -0.020398283, -0.124949284, - -0.008063982, 0.025896156, 0.027058415, 0.027319597, 0.01050603, - -0.007006197, 0.02498202, 0.0021482187, 0.023558581, -0.022957863, - -0.0043552034, 0.0014936323, -0.008769172, 0.0011067571, -0.021351596, - 0.0038720174, -0.011178573, -0.032778293, 0.024420481, 0.013842626, - -0.0048220656, 0.0021302626, 0.007456735, 0.0048481836, -0.020554993, - -0.015736192, 0.028442677, 0.012530188, -0.008690818, 0.021234065, - -0.023636935, 0.016271614, 0.00046237308, 0.010447265, -0.008174985, - 0.0028648358, -0.0017956236, -0.0009059737, -0.02556968, -0.008827939, - 0.023245163, 0.01860919, 0.0019262143, -0.0019343763, -0.019510265, - -0.010107729, 0.018230475, -0.012373479, 0.0046653566, -0.017120454, - -0.0019441706, -0.022252673, 0.014704525, 0.011367929, -0.018765898, - 0.018517775, 0.006862547, -0.0075089713, 0.0025889627, -0.0074828533, - 0.007972568, -0.018413303, 0.012615072, 0.04019585, -0.0059288223, - -0.028077023, -0.0074763237, 0.015644778, -0.005866792, -0.008462284, - 0.013046022, 0.018596131, 0.017969295, -0.030584367, -0.006506687, - -0.0024942844, -0.019209906, 0.006003912, 0.0029823675, 0.0019327439, - -0.01179235, -0.016010433, -0.017917057, -0.007260849, 0.007541619, - 0.0046359734, -0.0071106693, 0.012824017, -0.005194249, -0.020842291, - 0.038680997, 0.009526599, -0.007894214, -0.009317654, 0.019249085, - 0.0078093302, -0.013646739, 0.01760364, 0.007848508, -0.02173031, - 0.0073914393, -0.013529208, 0.0046457676, -0.0011842954, 0.0024518424, - 0.020568052, 0.0023898117, -0.009174004, 0.025073435, -0.008867116, - 0.0024975492, -0.030140357, -0.004361733, -0.031080611, -0.030950021, - -0.026078984, -0.004022197, 0.00094596716, -0.010773742, 0.012686897, - -0.005027746, -0.0039666956, 0.020568052, -0.023950353, -0.0026314047, - 0.012464892, -0.001356512, -0.004714328, 0.018230475, -0.00005075697, - 0.011727055, 0.0158929, -0.028442677, -0.01249101, 0.0035292164, - -0.013307203, -0.030192593, 0.005253015, 0.015788428, 0.0058276146, - 0.029800821, -0.016389146, -0.029774703, 0.015266065, -0.019719211, - 0.0010586017, -0.003891606, -0.027319597, 0.010466853, -0.008449225, - -0.011727055, 0.026366284, 0.010564796, -0.0051028356, -0.020097924, - -0.01860919, 0.024603307, -0.023741407, -0.009010766, 0.013960157, - -0.005847203, 0.026078984, -0.020189337, 0.018021531, -0.02016322, - -0.009474363, -0.0062030633, -0.015945137, 0.004433558, 0.0057166126, - -0.0049102143, 0.016114905, 0.0074502053, 0.025883097, 0.006575247, - 0.01890955, -0.001967024, 0.008403518, 0.006062678, -0.0047796234, - -0.011596464, 0.028756095, -0.02344105, -0.0020633347, 0.01904014, - 0.03395361, -0.0012846871, -0.0015507658, 0.04006526, 0.0031766214, - -0.011283046, -0.0020665994, 0.025034256, -0.0146261705, -0.017930117, - -0.00025363182, 0.04160623, -0.020215457, -0.002984, -0.01888343, - 0.013091728, 0.013000314, -0.0076330323, -0.013698976, -0.01932744, - -0.011655229, 0.008246809, -0.02003263, -0.034423735, -0.0146784065, - -0.019549442, -0.0004170744, 0.0058439383, 0.0036010414, 0.009115238, - -0.00044156014, -0.011008805, -0.003493304, -0.020659465, - -0.018935667, 0.029278459, 0.012118827, 0.015631719, 0.001420175, - -0.027946431, 0.024786135, 0.000330762, 0.03366631, -0.01320926, - 0.014404166, 0.0035324811, 0.010264438, -0.011622582, -0.04403522, - -0.033614073, 0.0049363323, -0.032908883, 0.00034565752, 0.04985957, - 0.009729015, 0.055004846, -0.020750878, -0.027058415, 0.013117846, - -0.0007092713, 0.015070179, 0.017264104, -0.012582424, -0.010199142, - -0.013868744, 0.0026167133, -0.010923921, -0.0009696367, -0.027502423, - -0.030767193, -0.0003670826, -0.010897802, 0.01320926, 0.01689845, - -0.020829232, 0.0152791245, -0.008161926, 0.005847203, -0.0049200086, - -0.031106729, -0.004489059, 0.0061900043, -0.0000750387, 0.0066503366, - -0.032073103, -0.004162582, 0.0058765863, -0.017211867, -0.020554993, - -0.010956569, 0.0009933063, -0.022748917, -0.0014773085, - -0.0078093302, -0.0024616367, -0.030244831, 0.011811938, - -0.0144955795, -0.022644445, -0.014456402, -0.006193269, -0.008893234, - 0.004799212, -0.0075807963 - ], - "metadata": { - "chunkTitle": "Muscle Hypertrophy", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28777&chunkSid=chunk_57170" - }, - "document": "Andrew Huberman: Do as I say, not as I do. The famous words of every research professor.\n\nAndy Galpin: Yeah. I think 48 hours is a reasonable time to wait. Can't think of any advantage of going sooner than that. There's really not a tremendous amount of advantage of waiting much longer than that. Certainly 72 hours is fine as long as you're hitting these concepts we've talked about. You can let really life determine that there are situations, too, with like particularly our athletes, where we have to kind of break that because of schedule obligations. They're playing every fifth day, every third day, or something like that. Andy you're just going to have to lift some back to back days. You're just going to have to get it done. But, yeah, I can't think of why I would go out of my way to do that.\n\nAndrew Huberman: The second part of that question is, let's say somebody trains a muscle. They train it properly, they hit it in the appropriate rep ranges and appropriate rest, et cetera. The stimulus is there, the adaptation is set in motion. They're getting somewhere at 48 hours or so, a protein synthesis peak that's going to taper off. But they don't train it 48 hours later or 72 hours later. They train it five or six days later, not because they're lazy, not because they don't care, but because they have other priorities that are woven in with getting hypertrophy in this muscle. There are people who exist only to get hypertrophy in a given muscle group, but let's be fair, most people would like to grow that muscle group, but then does it necessarily mean that the muscle starts to revert to its pre hypertrophic state? That is, does it atrophy and get smaller again?\n\nAndrew Huberman: Because if it doesn't, I could see a lot of reasons for hitting a muscle group once every five days or seven days, provided you hold on to the hypertrophy that you initiated five or seven days ago.\n\nAndy Galpin: Yeah, there's no reason to think you will lose anything in that sort of a time domain, five to seven days. The only challenge with training that infrequently is can you actually get enough total volume done? So if you're going to train a muscle once a week, you either have to go to real failure, real damage, andy Soreness, or you have to figure out a way to hit 20 sets that day in that muscle. Not at all impossible, especially if you're thinking, well, actually, all I have to do is 15. I'm going to do five sets of three exercises. That's not outrageous, not at all. So, like, absolutely possible. If you're wanting to go more towards 20 or getting closer to that 25 now, it starts to get pretty challenging. So scientifically, the research will suggest it's going to be equally effective." - }, - "truncated_cells": [] - }, - { - "row_idx": 10, - "row": { - "id": "chunk_57179", - "embedding": [ - -0.017668875, 0.0035947936, 0.022974843, -0.027935924, -0.020626953, - 0.008900762, -0.003415717, -0.02585333, -0.029872602, -0.005680702, - -0.0032300083, 0.03669077, -0.00024125575, 0.02520335, -0.0030658548, - 0.011003252, 0.043137524, 0.0017791576, 0.012601675, -0.023306467, - -0.016461767, -0.013497057, -0.01293993, 0.0033825547, -0.025296204, - 0.034754094, 0.014710797, -0.016780125, 0.008151294, -0.021635085, - 0.028280811, 0.0025219931, 0.011580276, -0.0023727627, -0.016700536, - -0.006383743, -0.014100611, -0.005574583, 0.015002625, 0.0051766355, - 0.023624824, 0.00044893468, 0.0012178855, -0.014816917, 0.007965585, - -0.025893126, -0.00029535175, -0.023187082, -0.005949317, 0.01744337, - 0.021462642, 0.017920908, -0.046108864, 0.02857264, -0.012595043, - -0.011560379, -0.01248229, 0.027246147, 0.028678758, -0.016965834, - 0.0018604052, 0.0047189957, 0.0028834622, 0.02493805, -0.023876857, - -0.004984294, -0.009040044, 0.0010454416, 0.015917905, -0.0019781312, - 0.02029533, 0.019074956, -0.0039562625, -0.00789926, 0.045949686, - -0.020321859, 0.013676133, -0.034594912, -0.034037787, -0.011679763, - -0.0051799514, -0.025813537, 0.00009580796, 0.018212736, 0.022603424, - -0.010897133, -0.0075013125, 0.010446126, 0.0036810155, 0.0019781312, - -0.0068977587, 0.012037916, 0.028678758, -0.009398197, -0.009908896, - 0.017071953, -0.023439115, -0.009205855, -0.028254282, 0.0064765974, - -0.019671878, -0.00889413, -0.02598598, -0.010791013, -0.0065462384, - 0.023080962, 0.020733071, -0.019207606, 0.010950192, -0.019724937, - -0.01514854, 0.015718931, -0.0026330869, -0.033348013, -0.00927218, - -0.020481037, 0.023545235, -0.0051965327, -0.0037805024, -0.02282893, - 0.02261669, 0.003906519, 0.027060438, -0.014869976, 0.011805779, - -0.0075013125, -0.011155798, 0.010797646, -0.002779001, -0.013914902, - -0.00460956, -0.001223689, 0.010127767, 0.0027441806, 0.0015677478, - -0.007985482, 0.012150668, 0.007992115, -0.022417717, -0.047833305, - 0.02687473, 0.021038165, -0.0033377856, -0.007852833, 0.007879363, - 0.013848578, 0.038123384, 0.008688523, -0.008277311, -0.0022052932, - -0.03716831, 0.012654735, 0.002059379, -0.0019913963, -0.004997559, - -0.0039396817, -0.016090348, 0.022364657, -0.025044171, 0.0047621066, - 0.013390938, 0.01256188, 0.015400574, -0.017841319, 0.012548615, - 0.022139153, 0.030960325, -0.0074283555, 0.01616994, -0.007474783, - 0.014339379, 0.0025966084, -0.03703566, 0.006944186, 0.008509447, - 0.027564505, 0.0070105107, -0.0228024, 0.00965023, -0.011387935, - 0.010213989, -0.0019980287, 0.023425851, 0.02849305, -0.0258268, - 0.0039264164, 0.029607303, -0.010737954, -0.006930921, -0.022377921, - -0.003558315, -0.0023379424, -0.017151542, -0.010194092, -0.62865114, - 0.007242647, 0.026980849, -0.018146412, 0.012362907, 0.01778826, - -0.010154297, 0.004592979, -0.028784879, 0.023147287, -0.004841696, - 0.011838942, 0.0014152012, -0.0039728438, 0.0011681421, -0.011746087, - 0.003929733, 0.0044702785, -0.0073089716, -0.009510948, -0.039953943, - 0.0069176564, -0.01210424, 0.01221036, 0.002923257, 0.01827906, - 0.015891375, 0.0001780401, 0.011208858, 0.018093351, -0.009869101, - 0.010976722, 0.026622696, 0.018252531, 0.037486665, -0.010399698, - -0.023571765, 0.021276932, 0.006904391, 0.033772487, 0.008741583, - 0.0015569701, 0.0045896624, -0.0025153607, -0.0072492794, 0.026330868, - 0.013676133, 0.0051932167, 0.030827677, -0.016262794, 0.006655674, - -0.02024227, 0.0210249, -0.021343257, 0.015294454, -0.032472525, - 0.005690651, -0.015307719, -0.014644473, -0.006294205, 0.020680012, - -0.0017360465, -0.04011312, -0.0003177363, -0.027723685, -0.015692402, - -0.01355675, -0.007832936, -0.034382675, 0.005272806, 0.008078337, - 0.009636965, -0.0010064759, -0.016833184, 0.008283943, 0.01741684, - 0.01264147, 0.01040633, -0.021781, 0.03807032, -0.009617068, - 0.00057536596, -0.00041349247, 0.0049710292, 0.005233011, - 0.0020941994, -0.02857264, 0.015718931, 0.006957451, -0.0037904512, - -0.004841696, 0.001843824, 0.014219996, -0.022046298, -0.006785007, - 0.036186703, 0.010671629, -0.009391564, -0.014657738, -0.031092975, - -0.008860967, -0.007846201, 0.012714427, 0.026529841, 0.013875107, - 0.008622198, -0.042898756, 0.020016765, 0.03366637, -0.037778493, - 0.017920908, -0.013888372, -0.0062311967, 0.030960325, 0.021714676, - -0.024036037, -0.009132898, -0.01517507, -0.0027756847, -0.01854436, - 0.016302587, 0.018597418, 0.016342383, -0.0061283936, 0.030482788, - 0.026317604, -0.00440727, -0.03300312, 0.022444246, -0.003515204, - 0.0007561005, -0.0021704726, 0.051361773, -0.029633833, 0.03183581, - 0.024009507, 0.009026779, 0.0025733947, 0.004553184, -0.019884117, - -0.02115755, -0.013211861, 0.023492174, -0.01705869, 0.023585029, - -0.044649724, -0.034064315, -0.0030293763, 0.029448124, -0.0017609183, - 0.0067750583, 0.0006068701, 0.0063605295, 0.012681264, -0.02995219, - 0.006237829, -0.019658612, -0.037672374, -0.012628205, -0.011288447, - -0.008542609, 0.018106617, -0.013596544, 0.02243098, -0.03178275, - -0.006579401, 0.008416592, -0.0029978722, 0.01167313, -0.02024227, - 0.010260416, -0.009510948, -0.015758727, -0.0073686633, -0.0031786067, - -0.008230884, 0.003992741, -0.006469965, -0.0027723685, 0.004234826, - 0.021250403, -0.00051111396, -0.007474783, -0.001295817, 0.032870475, - 0.0037639213, 0.0012278343, -0.020507568, -0.010797646, 0.0140077565, - -0.005501626, 0.0022517203, -0.013364408, -0.0029481286, -0.007733449, - -0.00610518, 0.026887994, -0.017894378, 0.01339757, 0.029793013, - 0.034541853, -0.0043906886, 0.013059314, -0.008283943, 0.009205855, - 0.008443122, 0.008914026, -0.019141281, 0.017562754, 0.0155597525, - -0.006310786, 0.0026811722, -0.0022848826, 0.003167, -0.012548615, - 0.036133643, 0.011235388, 0.02188712, -0.025362529, 0.021237139, - 0.027405327, 0.0033825547, 0.034090847, 0.0123032145, -0.024500309, - 0.011580276, -0.0013754065, 0.006798272, -0.008476284, -0.008774745, - 0.0003305867, 0.021369787, -0.007017143, 0.0129134, 0.00080501486, - 0.005836565, 0.0036080584, 0.011440994, 0.019048426, -0.004652671, - 0.021276932, 0.018265797, -0.012966461, -0.02154223, 0.024831932, - 0.0022799082, 0.019738203, -0.013676133, -0.01668727, -0.00970329, - 0.001165655, 0.0045896624, -0.011043047, 0.007660492, -0.022046298, - -0.02598598, -0.0040855957, 0.00086802326, 0.044649724, 0.034701034, - 0.010114502, 0.01687298, 0.026861465, 0.004221561, 0.012190462, - 0.022961577, 0.012721059, -0.015108745, -0.03674383, 0.0025468648, - 0.0064467518, -0.02170141, 0.00008373481, -0.028917527, 0.025893126, - 0.00022384553, 0.009796144, 0.010611936, 0.0065462384, 0.034939803, - -0.009464521, -0.030907266, 0.005173319, 0.017841319, -0.013430732, - 0.004062382, -0.021926913, 0.014299585, -0.0011183986, 0.0077865086, - -0.012966461, 0.028970588, -0.039953943, 0.012886871, -0.011288447, - 0.020454507, 0.037937675, -0.005113627, 0.007958952, -0.031252153, - -0.01167313, -0.02337279, -0.016222998, -0.03674383, 0.013928167, - 0.017337251, -0.026145158, -0.04013965, -0.01514854, -0.023120757, - 0.022258537, -0.011746087, 0.005156738, -0.006715366, 0.009869101, - -0.0038202973, -0.014100611, -0.00031276196, 0.04486196, -0.019499434, - -0.025468647, -0.03141133, -0.01851783, -0.005431985, 0.08234863, - 0.025813537, -0.007362031, 0.020361654, -0.01676686, 0.034621444, - 0.01506895, -0.013211861, 0.011719557, -0.018663744, -0.005949317, - -0.013132271, -0.0080186445, -0.003929733, 0.010565509, 0.0025219931, - 0.009000249, -0.020388184, -0.013172067, -0.023213612, -0.024911521, - 0.018955572, 0.034515325, 0.06430834, 0.022152418, 0.022006504, - 0.024672752, 0.02590639, 0.024433983, -0.04059066, -0.02188712, - 0.010950192, 0.017828053, 0.02240445, 0.0017658926, -0.017217867, - 0.0010346639, -0.0032664868, 0.0021704726, -0.019870851, 0.0008613908, - 0.021953445, 0.023080962, 0.005534788, 0.0075809024, -0.009550743, - 0.0027126763, 0.014843446, -0.0090533085, -0.018318856, -0.004075647, - 0.0017343884, 0.0066788876, -0.00978288, -0.0027441806, -0.022006504, - -0.008138029, -0.015055685, -0.026105365, -0.017085219, 0.014511824, - 0.0031769485, 0.0069707157, 0.002563446, -0.019114751, -0.02086572, - -0.011381302, 0.019552493, -0.0030774616, -0.021369787, -0.033029653, - -0.015254659, -0.0074681505, -0.0038070322, 0.02347891, 0.010989987, - 0.02008309, -0.002548523, 0.017668875, 0.029554244, -0.01851783, - -0.02692779, -0.02587986, -0.029793013, -0.0020212424, 0.009093103, - -0.00046012693, -0.008973719, 0.0015718931, 0.00042095396, - -0.0075079454, 0.003039325, 0.021104489, -0.016581152, 0.03204805, - 0.009345137, 0.015917905, -0.0035682637, 0.015639342, -0.018889247, - -0.007514578, -0.022059564, -0.002777343, -0.03398473, 0.006831434, - 0.002954761, -0.0018388496, 0.0060255905, -0.007375296, -0.025707416, - -0.00008699923, -0.014127141, -0.011474157, 0.019976972, 0.010989987, - 0.0012013044, 0.0051766355, -0.010187459, 0.005461831, -0.008900762, - -0.0005766095, -0.026251279, 0.03870704, 0.013523587, -0.025813537, - 0.017589286, -0.00096916826, -0.027352266, -0.008967087, 0.015360778, - -0.005100362, 0.008098234, -0.016926039, -0.04186409, -0.031146035, - -0.022842193, -0.023080962, 0.02434113, -0.0054353015, -0.03021749, - -0.0050041913, 0.014418969, -0.007892628, -0.022245273, 0.013649603, - -0.028625699, 0.0032084528, 0.025614562, -0.014472028, 0.0009260573, - 0.039343756, 0.003627956, 0.020481037, 0.0019167811, -0.0077666114, - 0.0071696895, 0.005906206, -0.017695405, 0.01676686, 0.016859714, - 0.036637712, -0.013430732, -0.020918781, 0.016276058, -0.0018156361, - 0.0068380665, -0.010286946, -0.0060056928, -0.014060816, 0.021117754, - 0.004148604, 0.009789512, 0.00024705916, 0.019207606, 0.02418195, - 0.031437863, -0.007932423, -0.025216615, -0.0080186445, -0.029448124, - -0.021131018, 0.0089073945, -0.014166935, 0.002379395, -0.018915778, - -0.007421723, 0.03000525, -0.012323111, 0.0040292195, -0.006211299, - 0.016209733, -0.01765561, 0.0141802, 0.007255912, 0.009457889, - -0.022762604, -0.022948314, -0.025468647, 0.0089803515, 0.010618569, - 0.01129508, 0.041306965, -0.0035815286, 0.0060554366, -0.029182825, - -0.014763857, -0.0319154, -0.0072625442, -0.021953445, -0.021343257, - 0.0070901, -0.025349263, -0.005140157, 0.012495556, -0.00072957063, - 0.026569637, -0.0063074697, 0.022935048, -0.037513196, -0.0005703916, - 0.024221746, 0.0058398815, 0.03035014, 0.0060852827, 0.021197343, - 0.02353197, 0.0114940535, -0.016992364, -0.023080962, 0.009709922, - 0.019698408, 0.029050177, -0.0016821577, -0.008469652, -0.012475658, - 0.012197095, -0.0030874102, 0.0064931787, -0.03539081, 0.045710918, - 0.00044603297, -0.012051181, -0.0050904136, -0.0034820416, - -0.009869101, -0.002880146, -0.018385181, 0.023757473, 0.011235388, - -0.015254659, -0.013994492, 0.031570513, -0.013543484, 0.015228129, - -0.014816917, -0.013317981, -0.026238013, -0.009955323, -0.008184456, - 0.010207357, 0.004480227, 0.01666074, -0.022603424, 0.0008572455, - 0.039609052, 0.019512698, -0.0033178884, 0.00081910886, -0.025747212, - 0.03300312, -0.043296702, 0.017642345, 0.0055845315, -0.034647975, - -0.0006300837, -0.020653483, 0.00011461721, -0.02274934, -0.017363781, - -0.0056641214, 0.017682139, 0.0028005564, -0.011162431, 0.01616994, - -0.014657738, -0.005130208, -0.018836187, 0.0072691767, 0.02243098, - -0.0405376, -0.040617187, -0.022271803, 0.002072644, 0.029235886, - 0.0054518823, -0.015453633, 0.0072094845, 0.02423501, -0.015254659, - 0.024765607, -0.034488793, 0.0038700406, -0.034727562, 0.012117505, - -0.017164808, -0.010930295, -0.00025576426, -0.00131074, -0.017814789, - 0.002261669, 0.0232932, 0.00458303, -0.02191365, -0.0060852827, - 0.009510948, 0.00008021132, 0.025787007, -0.010731321, -0.028625699, - -0.00063754525, 0.00024519378, 0.0036975967, -0.0011200567, - -0.010346638, 0.0036776992, -0.0062743076, 0.011653233, 0.01854436, - -0.03682342, -0.0065628197, -0.0049511315, 0.019419843, -0.02444725, - 0.0008224251, -0.03666424, 0.010625201, -0.02603904, 0.036292825, - 0.024646223, -0.002779001, 0.0014359277, 0.0065462384, 0.011872104, - 0.003554999, -0.01425979, -0.0055812155, 0.022232007, -0.013357775, - -0.026251279, -0.006625828, -0.012415966, 0.034807153, 0.017695405, - -0.034090847, 0.013205228, 0.019831058, -0.024659488, -0.04011312, - 0.004622825, 0.02859917, 0.022550365, -0.008237516, -0.01428632, - -0.0023876857, 0.006930921, 0.01086397, -0.0044105863, 0.0008597327, - -0.016541356, 0.012555247, 0.0035947936, -0.0011474156, -0.022470776, - -0.013092477, 0.019791262, -0.0033145722, -0.020122886, 0.011540481, - 0.012243522, 0.024500309, -0.02512376, 0.014021021, 0.027591035, - 0.018080087, 0.029660363, -0.0117858825, -0.005989112, 0.014498559, - 0.014405704, 0.0035118877, 0.00967676, 0.016183203, -0.00040375104, - -0.0015387308, -0.011719557, -0.023027902, 0.013205228, -0.0071962196, - 0.0077467137, 0.001800713, -0.018345386, 0.011991489, 0.024036037, - -0.0028204538, -0.018584155, -0.014856711, -0.0054386174, 0.01865048, - 0.015453633, 0.0010213989, 0.0033875292, -0.021064695, 0.023359526, - 0.0010321767, -0.014021021, -0.000763562, -0.0045863464, -0.014896506, - 0.028148161, 0.0067452122, -0.023001373, -0.0037672375, 0.0056375912, - -0.009159428, 0.014604677, 0.0032681448, -0.011699661, -0.0192474, - -0.008973719, -0.008529345, -0.01598423, -0.014591413, -0.0110496795, - -0.009550743, -0.009888998, -0.02587986, 0.20226352, -0.016541356, - -0.01051245, 0.014312849, -0.010227254, 0.009477786, 0.0012808939, - 0.0037440239, 0.014246525, 0.004911337, 0.008509447, -0.012435864, - -0.033825547, 0.0045167054, 0.03509898, -0.024672752, 0.0013538509, - -0.031570513, -0.0045631328, 0.015758727, -0.002835377, -0.011633336, - -0.018796394, -0.0026579585, 0.03711525, 0.013258289, -0.035656106, - 0.0055613182, 0.0015146881, 0.0011631678, -0.0051467894, -0.022086093, - 0.007275809, -0.027962454, -0.006997246, 0.0030758036, 0.0013289793, - -0.016355647, -0.0011001594, 0.018597418, 0.0352051, -0.0018040292, - 0.0022086094, -0.0017791576, 0.008257413, 0.0040557496, 0.023770738, - 0.023810534, -0.004321048, -0.00027918513, -0.020613687, -0.00970329, - 0.01919434, 0.019777996, 0.009239017, -0.021144284, 0.0100150155, - 0.007660492, -0.012044548, 0.032658234, -0.018597418, 0.0080186445, - 0.002117413, 0.022364657, -0.026383927, 0.010061443, 0.008628831, - 0.014816917, -0.0125287175, -0.038176443, 0.006048804, -0.026105365, - -0.0100150155, -0.004549868, -0.013808782, 0.01213077, 0.035178572, - 0.0074084583, 0.009358401, 0.0184913, 0.0112685505, -0.025017641, - 0.008914026, 0.01517507, -0.0019831057, -0.02436766, 0.023797268, - -0.0040126387, 0.016475031, 0.0048483284, 0.0059426846, -0.029368535, - -0.017032158, -0.008310473, 0.008071705, -0.01428632, 0.008920659, - -0.022484042, -0.023120757, -0.023996241, -0.0032764354, 0.045631327, - -0.00067692547, -0.002057721, 0.0030293763, -0.024831932, 0.028864468, - 0.009908896, 0.010313476, 0.012077711, -0.017005628, -0.03852133, - 0.019459639, -0.006466649, 0.013755723, 0.009796144, 0.005368977, - -0.008151294, 0.011308345, -0.014697532, -0.028864468, -0.011573643, - 0.032658234, 0.01506895, 0.008993616, -0.030854207, -0.044729315, - -0.0016075426, 0.036956068, -0.03570917, 0.019751467, -0.016249528, - 0.017018894, -0.03154398, 0.005846514, -0.027564505, 0.00047919527, - -0.019393314, -0.018902512, 0.018080087, -0.0014873293, -0.012250154, - 0.036080584, -0.021528967, 0.035921406, -0.010479287, -0.0037208104, - 0.034594912, -0.01943311, -0.017377047, -0.01086397, 0.03032361, - -0.027352266, -0.012827178, 0.00032602687, -0.018716803, -0.025588032, - -0.0117129255, -0.015758727, -0.011918532, -0.021767735, - -0.0015818418, 0.013225126, -0.0055215233, -0.021993238, -0.015506692, - -0.16575845, 0.016634211, 0.029819543, -0.018716803, 0.025229879, - 0.016116878, 0.021422848, 0.012442496, -0.015307719, -0.012581778, - 0.008224251, -0.01423326, -0.0073023387, -0.037460137, -0.0140077565, - -0.024765607, 0.028970588, 0.02439419, 0.029501185, 0.028068572, - 0.02687473, -0.014445499, 0.0021953443, 0.0032648286, -0.0128935035, - 0.009617068, 0.0057138647, 0.046400692, -0.0019831057, -0.010107869, - -0.010346638, 0.011440994, 0.027988983, -0.02655637, 0.020454507, - 0.019101486, 0.0104593905, -0.005733762, -0.01679339, 0.031305213, - 0.017894378, 0.00797885, -0.009391564, -0.008051807, 0.0030310345, - 0.037247896, 0.02331973, 0.0018255847, 0.010426228, -0.012064446, - -0.005607745, -0.010121135, 0.034462266, 0.013092477, 0.012747589, - -0.010844073, 0.005458515, 0.015347513, -0.024606429, -0.01175272, - 0.005070516, -0.002057721, 0.009955323, -0.008914026, -0.012701162, - -0.006675571, -0.024274806, 0.012840443, -0.016806655, -0.0044304836, - 0.004871542, -0.029607303, -0.008071705, -0.037433606, 0.012986357, - 0.003198504, -0.0048019015, -0.0038003998, 0.018398445, 0.012866973, - 0.011381302, 0.0009990144, -0.008628831, -0.00921912, -0.003962895, - 0.0117925145, -0.009444623, 0.004536603, 0.010466022, -0.009590538, - 0.0025170187, -0.013808782, -0.00881454, -0.015334249, 0.009749717, - 0.0072094845, 0.004725628, -0.017682139, 0.005703916, -0.008675259, - 0.012614939, -0.004301151, -0.02194018, 0.016077084, 0.008310473, - 0.009358401, -0.014074081, 0.0036843317, 0.02371768, -0.016037289, - -0.0027458386, -0.009258915, 0.013888372, 0.016289324, 0.0033543669, - 0.034435734, 0.013125639, -0.01666074, 0.009318607, 0.017814789, - 0.06759804, -0.004350894, -0.027511446, 0.007607432, -0.009670127, - -0.017774994, -0.14262442, 0.01593117, 0.017483165, 0.0108308075, - 0.015506692, 0.01827906, -0.018995367, 0.029076707, -0.019698408, - 0.032525588, -0.024739077, 0.005574583, 0.020043295, 0.0045266543, - 0.008264046, -0.018836187, -0.005863095, -0.034754094, -0.0258268, - 0.03515204, 0.02997872, 0.0052694897, -0.006519709, 0.001412714, - -0.0010495869, -0.010797646, -0.031252153, 0.032578647, 0.0048582773, - -0.01334451, 0.005226379, -0.023850327, 0.014326114, -0.0055248397, - -0.00041059076, -0.0027723685, -0.015626077, -0.009345137, - -0.0032316663, -0.0025219931, 0.009318607, 0.017430106, 0.0023760789, - -0.0061715045, -0.018119883, -0.012150668, -0.013941431, 0.0084630195, - -0.0054518823, -0.014326114, -0.008164559, -0.008350268, -0.020985104, - 0.027020644, -0.0049047046, -0.010353271, 0.014087346, 0.012621572, - -0.029633833, 0.0025733947, -0.014843446, 0.014578148, 0.004685833, - 0.009119633, 0.036239766, -0.011653233, -0.009040044, -0.032233756, - 0.014949566, -0.014034286, -0.0056740697, 0.022484042, 0.016329117, - 0.016647475, -0.051176064, 0.016912773, -0.019472905, -0.015480163, - 0.027723685, -0.000027566164, -0.018106617, 0.0018885931, - 0.0019781312, -0.012442496, -0.0011034756, -0.0044304836, 0.004523338, - -0.010950192, 0.00070096814, -0.030429728, -0.029660363, 0.038972337, - 0.020122886, -0.0017476534, -0.01213077, 0.0031786067, 0.0029862653, - -0.02183406, 0.010247151, 0.018584155, -0.017151542, 0.0019764733, - -0.022218743, 0.023160553, -0.012926665, -0.0035317852, 0.011964959, - -0.0036345883, -0.016236262, 0.019976972, -0.0083900625, 0.025455384, - -0.0052595413, -0.020030031, -0.0268482, -0.02601251, -0.033268422, - -0.026052305, -0.0070901, -0.0128935035, -0.00711663, -0.0124557605, - -0.010180827, 0.028015513, -0.014339379, 0.017841319, -0.01833212, - 0.005160054, -0.0077599785, 0.015214864, -0.0019499434, -0.0077798762, - 0.029421594, -0.030748086, 0.0037606051, 0.030058311, -0.011666498, - -0.033215363, 0.035496928, 0.012449129, 0.015122009, 0.0030741454, - -0.024327865, -0.026277808, -0.011925164, -0.008031909, 0.0013762355, - 0.009862469, -0.029448124, -0.0020030031, -0.011440994, 0.0099420585, - 0.03324189, 0.00187367, -0.0063273674, -0.024460515, -0.02682167, - 0.008237516, -0.0014757224, -0.008290576, 0.042872224, -0.014140406, - 0.015891375, 0.00031276196, 0.031941928, -0.02674208, -0.02029533, - 0.005627643, 0.009530846, 0.027723685, 0.013583279, -0.025455384, - -0.0009774589, -0.0035019391, 0.029686892, 0.009928794, 0.011474157, - -0.0354704, -0.0050904136, 0.0025850015, -0.027882863, 0.002231823, - 0.02261669, -0.014246525, 0.0057171807, 0.008900762, 0.041280434, - -0.0038169809, 0.0009857494, 0.022125889, 0.017682139, -0.001973157, - 0.010008383, 0.032897003, -0.021621821, -0.006125077, -0.008973719, - 0.04663946, -0.01935352, -0.0073355013, -0.00489144, 0.010260416, - 0.018875983, 0.011368037, -0.013178699, -0.018093351, -0.014790387, - 0.0041817664, -0.0033825547, -0.01827906, -0.008469652, 0.001440073, - 0.0075212102, 0.0033344694, 0.025442118, 0.009351769, -0.00045183636, - -0.008847702, -0.002261669, -0.019910647, -0.022683015, 0.010724689, - 0.002939838, 0.018199472, 0.016103614, -0.015281189, 0.019021897, - 0.032260288, 0.01509548, 0.008098234, 0.024102362, 0.005518207, - 0.020043295, -0.029793013, -0.028944056, -0.023823798, -0.010585407, - -0.023240142, -0.016368913, 0.03393167, -0.017310722, 0.06733274, - -0.012760854, -0.020255534, 0.009477786, 0.0058233, 0.0123828035, - 0.022497306, 0.006652358, 0.0003305867, -0.009968588, 0.0125287175, - 0.0106782615, -0.0018338753, -0.035549987, -0.029660363, 0.020520832, - -0.010273681, 0.031623572, 0.014087346, 0.005886309, 0.020640217, - 0.0001979375, 0.012668, 0.0035981098, -0.013901637, -0.019472905, - -0.0030011884, 0.019592289, -0.014962831, -0.037460137, 0.0067452122, - 0.0034356145, -0.04486196, -0.014100611, 0.00019047597, -0.0009053309, - -0.018265797, -0.020693276, -0.007998748, -0.0075610047, 0.014445499, - 0.008191088, -0.008031909, -0.0301379, 0.0116399685, -0.019738203, - -0.015612812, 0.0030890685, -0.015029156 - ], - "metadata": { - "chunkTitle": "Muscle Volume", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28780&chunkSid=chunk_57179" - }, - "document": "Andrew Huberman: You told me that even if you have a muscle group that's a hyper responder, in terms of hypertrophy, getting at least one or two good hard sets per week is good because you want to keep functionality in that neuromuscular system.\n\nAndy Galpin: Love it.\n\nAndrew Huberman: Okay. In terms of volume, again, we have a large amount of variation, is what I'm hearing, that the total number of sets per week is a strong driving force of program design and selection. That ideally, you're performing ten to 20 and probably more like 15 to 20 sets per week. And that could be divided up across multiple workouts or done in one workout, but that's ten to 20 sets per week per muscle group, not really taking into account indirect activation. So that would be ten to 20 sets for biceps, your back work is going to hit your biceps a little bit, maybe a bit more, depending on the exercise selection, but it's really ten to 20. And given that hypertrophy can still occur and maybe even occurs better with more volume, then don't include the indirect work unless something about the architecture of your body and the inability to engage certain muscle groups makes a pull up really an arm exercise for you. Do I have that right?\n\nAndy Galpin: The way that I would maybe define it is typically with movements we consider to be there to be primary movers, secondary movers, and then tertiary movements. Right. If it is a primary or secondary, I'm probably counting it. If it's tertiary or less, I'm probably not counting it.\n\nAndrew Huberman: Got it. So going back to our example of.\n\nAndy Galpin: A pull up so, an example of a pull up, I probably wouldn't count the biceps in a pull up, but I would probably count the biceps during a chin up.\n\nAndrew Huberman: Would you count the rear deltoid in a pull up?\n\nAndy Galpin: Probably not. Maybe it just depends. Probably not, though.\n\nAndrew Huberman: Okay, train the rear delts, all that's.\n\nAndy Galpin: Only, honestly, the reason I answered that is because most people don't do anything for the real delts anyways.\n\nAndrew Huberman: But they should, right?\n\nAndy Galpin: Absolutely. That's why I didn't want to count it. I wanted you to go out of your way to make sure you did something specifically for the real rear delts.\n\nAndrew Huberman: For aesthetics and for functionality, for health and balance across the shoulders, totally.\n\nAndy Galpin: Neck, shoulder, all of it.\n\nAndrew Huberman: I'm so happy to hear you say this. I'm a huge fan of people doing rear deltoid work for all the reasons you described. Andy neck work, for that matter. I think people forget that the neck is the upper part of your spine. Andy for postural reasons. Andy for stabilization and safety reasons. It's really critical, but I think most people aren't familiar with how best to train the rear deltoids and neck. Andy I know a number of people are afraid of getting a big neck, which, for reasons that are still unclear to me, is referred to as no neck. But let's leave out that no neck comment for the moment." - }, - "truncated_cells": [] - }, - { - "row_idx": 11, - "row": { - "id": "chunk_57168", - "embedding": [ - -0.038152847, 0.008829428, 0.015809266, -0.0038476866, -0.014351196, - 0.016376294, -0.0013973177, -0.031051505, -0.03013346, -0.016781313, - 0.0010792086, 0.04765731, 0.013446651, 0.009355953, 0.0046881023, - 0.0012091524, 0.046577256, 0.021020519, 0.005957164, -0.03445367, - -0.004114324, -0.00080328895, -0.006952837, -0.00042505967, - -0.003123714, 0.023369633, 0.010665517, -0.004114324, -0.0005336977, - -0.0152422385, 0.034723684, -0.016335791, -0.0024267426, 0.01094228, - -0.014567206, -0.015431248, -0.017402343, 0.0053091324, 0.029026406, - -0.015822766, 0.043202095, -0.012724367, -0.0032266565, 0.005572395, - -0.008957684, -0.02764934, 0.00080075755, -0.037018795, -0.006851582, - 0.017820863, 0.018333888, 0.0051707504, -0.019737957, 0.018104378, - -0.015134233, -0.008215148, -0.018279886, 0.02827037, 0.014054181, - 0.0036485519, -0.0032789714, 0.0018630903, -0.0012724367, 0.024665695, - -0.0031810917, -0.0049817413, -0.0029431426, -0.012596111, - 0.0012606236, -0.002744008, 0.008309653, 0.022235578, -0.00060668564, - -0.010969281, 0.053867612, -0.028000357, 0.0047623557, -0.015053229, - -0.011063786, -0.009733972, -0.00023562861, -0.012042584, - -0.026393779, 0.027379327, 0.033724636, -0.011273046, 0.006460063, - -0.004607098, 0.014742714, -0.0028385126, -0.0111042885, 0.012920126, - 0.029782442, 0.016835315, -0.010402254, 0.009416706, -0.028540384, - -0.0033717884, -0.036802784, 0.005822157, -0.030808493, 0.0053766356, - -0.008161145, -0.016119782, -0.01756435, 0.011610563, 0.017928869, - -0.022438087, -0.0060550435, -0.023153622, -0.0074388604, 0.019467944, - -0.0095584635, -0.020696502, -0.010064738, -0.026515285, 0.021533543, - -0.010807274, -0.0102064945, -0.027325325, 0.029998453, 0.01921143, - 0.038341857, 0.0042763324, -0.00069654937, 0.0055656447, -0.02126353, - -0.006480314, 0.0051943767, -0.021169025, 0.020588499, 0.0047117285, - 0.0082624005, -0.011421554, -0.015498751, -0.008275901, -0.0071485965, - -0.016632807, -0.043472107, -0.03245557, 0.014418699, 0.0067604524, - -0.0061056707, -0.002247859, -0.009808226, 0.017996373, 0.015849767, - -0.004522719, -0.0012218092, -0.000064813685, -0.022154573, - 0.016551802, -0.009727221, 0.00909269, 0.00014344446, 0.015296241, - -0.0092817, 0.0035472969, -0.056702748, -0.0027794472, 0.014823718, - 0.00845141, 0.023140121, -0.010348251, -0.0017196458, 0.0033279113, - 0.030916499, -0.0032317191, 0.032131556, -0.0074186097, 0.0022225452, - -0.00015546847, -0.019454442, 0.02702831, 0.01940044, 0.03159153, - 0.00078472553, -0.021466041, -0.0059875404, -0.04228405, 0.01818538, - 0.00088851183, 0.031699535, 0.02022398, -0.0061630486, 0.009146693, - 0.032077555, -0.018306887, 0.010638515, -0.019022422, -0.00069064286, - 0.0003216953, -0.019359939, -0.0037430564, -0.6272944, 0.008849679, - -0.0038038094, -0.025138218, 0.020683002, 0.025138218, -0.009261449, - -0.008154395, -0.032023553, 0.020561496, -0.012548858, 0.012852623, - 0.014742714, -0.013689663, 0.025691746, -0.008896931, -0.011306798, - -0.006746952, -0.035668727, 0.007060842, -0.032293566, 0.0094977105, - -0.005693901, 0.010246997, 0.0025870628, 0.014634709, -0.014486202, - 0.011111039, 0.014891221, 0.014486202, -0.011387802, 0.011826573, - 0.023153622, 0.004212204, 0.0473873, -0.027190318, -0.008026139, - 0.03032247, 0.023423634, 0.021830559, -0.0057411534, 0.012609611, - 0.011981831, -0.0021128524, -0.0067098252, 0.009025187, -0.005467765, - -0.0077696266, 0.03547972, -0.019454442, 0.024611693, 0.002514497, - 0.015539253, -0.024017664, 0.00546439, -0.0030865872, -0.0007944291, - -0.005153875, -0.007796628, 0.0071485965, 0.006622071, 0.0039151898, - -0.021601047, 0.0058559086, -0.026393779, 0.009855478, -0.016551802, - -0.01156331, -0.010125491, -0.005467765, -0.000047146816, 0.016457297, - -0.0015635445, -0.003672178, 0.0077628763, 0.028405376, 0.008437909, - 0.020129476, -0.0109490305, 0.02619127, 0.012103337, 0.0050593703, - -0.01258936, 0.010706019, 0.009990484, -0.0037295558, -0.033589628, - 0.002549936, -0.023923159, -0.02125003, -0.015444748, 0.019359939, - 0.017915368, -0.020737005, -0.007546866, 0.0036283007, 0.014729214, - -0.0062406776, -0.0371808, -0.03669478, -0.012643362, -0.00012256062, - 0.011482307, 0.0063689337, 0.006743577, 0.0024199924, -0.0016285165, - -0.018617403, 0.026069764, -0.026245272, -0.008593166, -0.0097137205, - -0.0040906984, 0.018252885, 0.004806233, -0.025286725, -0.004127825, - -0.0046543507, 0.0017989621, 0.008147645, 0.022600096, 0.006767203, - 0.022033067, -0.013271143, 0.004826484, 0.009477459, -0.0013374086, - -0.033049602, 0.021439038, -0.0074456106, 0.0041379505, -0.006770578, - 0.041366003, -0.03734281, 0.014216189, 0.016011776, 0.020088974, - 0.011171792, 0.03426466, -0.032347567, -0.021641549, -0.005363135, - 0.017793862, 0.0051673753, -0.0035472969, -0.022762103, -0.013588409, - -0.004853485, 0.029890448, -0.005612897, 0.0011829948, 0.005265255, - 0.010280748, 0.0051943767, -0.029890448, -0.00453622, -0.022748603, - -0.049142383, -0.030268466, 0.0017938995, -0.018320387, 0.017294338, - 0.0005644961, 0.02663679, -0.023207625, -0.0034764186, 0.009517961, - 0.007783127, -0.007924884, -0.010550762, 0.017024325, -0.027676342, - -0.031834543, 0.0068954593, -0.012002082, -0.0024081792, 0.010510259, - 0.007918133, -0.025610741, -0.006912335, 0.004826484, 0.0030292093, - -0.012960628, -0.0006239834, 0.03172654, 0.013574908, 0.00069992454, - -0.00991623, -0.03180754, 0.030916499, 0.0064128106, -0.005633148, - -0.025313728, -0.00804639, -0.00970697, 0.017375343, 0.0037295558, - -0.008147645, 0.019359939, 0.033319615, 0.044336148, -0.006149548, - 0.0029684564, -0.012731117, 0.025111217, -0.0026376904, 0.023950161, - -0.010719519, 0.028513381, 0.01960295, -0.0206155, 0.00068895525, - -0.01755085, 0.0008623543, 0.002744008, 0.016673308, 0.007411859, - 0.019562447, -0.029215416, 0.029458428, 0.011819823, 0.013682913, - 0.031186512, 0.005700651, -0.042014036, 0.00036894757, 0.01567426, - 0.016430296, 0.003466293, -0.031861544, -0.000056797675, 0.0309435, - 0.009544963, 0.008701172, 0.037828833, 0.0021634798, -0.005221378, - 0.008404157, 0.028783394, 0.01030775, 0.02497621, -0.0038038094, - 0.01154981, -0.033508625, 0.02393666, 0.008113893, 0.015836267, - 0.007411859, -0.015606756, 0.0003204296, -0.012103337, 0.020629, - -0.02908041, 0.0032452198, -0.0040164446, -0.01834739, -0.0077628763, - -0.009389705, 0.021803556, 0.035398714, 0.003381914, 0.02106102, - 0.026447782, -0.012764868, 0.022546092, 0.009349203, 0.003996194, - -0.004833234, -0.025907755, -0.0044079637, -0.000041714913, - 0.008485161, -0.000742536, -0.032104556, 0.010192994, 0.0025955008, - 0.024274176, -0.0025549987, 0.017658856, 0.019967468, -0.0045260945, - -0.026987808, -0.0004526938, 0.0019407191, -0.0134196505, - 0.0024672446, -0.015606756, -0.0128323715, -0.007351106, 0.0023069242, - -0.02187106, 0.025448734, -0.020683002, 0.01320364, -0.018266385, - 0.01175907, 0.037909836, -0.02827037, 0.00804639, -0.01837439, - -0.01175907, -0.012879624, -0.0083231535, -0.040825978, 0.009234448, - 0.016173784, -0.03159153, -0.03753182, 0.007162097, -0.018225884, - 0.016052278, -0.008653919, 0.009187195, 0.0134129, 0.010888278, - -0.0010538949, -0.016956821, 0.0025955008, 0.05076246, -0.029215416, - -0.0039590667, -0.030835494, -0.017024325, -0.02662329, 0.099958844, - 0.04150101, -0.017996373, 0.026474783, 0.0046307244, 0.016214285, - 0.020629, -0.0185769, 0.024800701, -0.0063014305, 0.0043843375, - -0.025219223, -0.0032587205, -0.0185904, 0.012913376, 0.0017719609, - 0.0103009995, -0.014580706, -0.021952065, -0.010186244, -0.008883431, - 0.009416706, 0.024881706, 0.053786606, 0.016106281, 0.018293386, - 0.034129653, 0.021749554, 0.0023946785, -0.025948258, 0.0057344027, - 0.008620168, 0.008100392, 0.026434282, -0.010962531, -0.022667598, - -0.011192042, -0.015174735, 0.023491139, -0.026920304, -0.00785738, - 0.011671316, 0.008687671, 0.010334751, 0.006453313, -0.019548947, - -0.0077291247, 0.013345397, -0.030214464, -0.028729392, 0.012521856, - 0.015633758, -0.015971273, 0.0065376917, 0.0010024236, -0.020507494, - -0.021466041, -0.020656, -0.00824215, 0.009848727, -0.0043843375, - 0.002538123, 0.010895028, 0.018941417, -0.017766861, -0.014108184, - 0.0032587205, 0.019562447, -0.009004937, -0.015620257, -0.019926965, - -0.020142976, -0.0015846393, 0.026123766, 0.008424408, 0.0002603095, - 0.017982872, 0.0018749033, -0.003402165, -0.007783127, 0.003159153, - -0.019062923, -0.022613596, -0.035587724, 0.02166855, 0.0072566015, - 0.0007193317, -0.0040265704, 0.0056702746, -0.01092203, -0.0015745139, - 0.009362704, 0.033562627, -0.030646484, 0.007661621, 0.001028581, - 0.013244142, 0.008977935, 0.013757166, 0.00047716376, -0.0007450674, - -0.027581837, 0.001537387, -0.041744024, -0.016970322, 0.022370584, - 0.010550762, -0.014432199, -0.0134129, -0.021533543, 0.009511211, - -0.0010319563, 0.011279796, 0.015431248, 0.020385988, 0.023180623, - 0.0057951557, 0.0083231535, 0.0022664224, -0.013520905, -0.017699357, - -0.041636016, 0.02723082, 0.00928845, -0.036262758, 0.015215238, - 0.01360866, -0.022168074, -0.0023254878, 0.019319436, -0.033049602, - 0.011219043, -0.010874777, -0.02125003, -0.034102652, -0.041203998, - -0.021506542, 0.0144457, 0.018252885, -0.011192042, -0.021911561, - -0.00029089692, -0.00088851183, -0.009369454, 0.025084216, - -0.02805436, 0.00067798595, 0.010044487, -0.0019947216, 0.016848816, - 0.034993697, 0.0037430564, -0.009376205, 0.009416706, -0.013129386, - 0.0075063636, 0.011867075, -0.0145942075, 0.016335791, 0.01710533, - 0.037234806, -0.018833412, -0.027055312, 0.019319436, -0.01694332, - 0.0061664237, -0.0034966695, -0.011819823, -0.010834275, 0.022154573, - 0.018603902, 0.008620168, 0.0001763523, -0.015944272, 0.032023553, - 0.03858487, -0.016065778, -0.027379327, -0.029998453, -0.038179852, - -0.0077021234, 0.028540384, -0.013878672, -0.0006678605, -0.034750685, - -0.022100572, 0.049277388, -0.0026174393, 0.0065275664, 0.00009260605, - 0.010388753, -0.020737005, 0.009254699, 0.015768765, 0.018414892, - -0.019454442, -0.009855478, -0.019967468, 0.011529558, 0.0110097835, - 0.006142798, 0.012825621, -0.018630903, 0.0070338408, -0.022357084, - -0.008822678, -0.027973356, -0.020142976, -0.0016318916, -0.018428393, - 0.0034595428, 0.00037105705, 0.0035135453, -0.010766772, - -0.0141621865, 0.005461015, -0.01938694, 0.018482396, -0.024409182, - -0.014013679, 0.020331984, -0.0051234984, 0.026366778, 0.018698405, - 0.041176997, 0.015120733, 0.025435233, -0.006028042, -0.010665517, - 0.009848727, 0.025030212, 0.018117879, -0.0043640863, -0.009747473, - -0.008586416, -0.0018597151, -0.0043843375, -0.0044450904, - -0.023774652, 0.040987987, 0.0015221988, 0.008775425, -0.0013230641, - 0.0011273046, -0.017091827, -0.007715624, 0.010571012, 0.01692982, - 0.009990484, -0.014391697, -0.02168205, 0.03755882, -0.005028994, - 0.0009821726, -0.012920126, 0.007303854, -0.01918443, -0.0038544368, - -0.005798531, -0.007985637, -0.0006733451, 0.023680147, -0.020588499, - -0.0039455662, 0.027730344, 0.017280838, -0.008161145, -0.0138516715, - -0.0103009995, 0.032320566, -0.019332936, -0.0009543275, - -0.0023474263, -0.018050374, 0.0014192563, -0.021439038, 0.002094289, - -0.011806322, 0.0033785386, -0.0055048917, 0.010820774, 0.0040738224, - -0.018279886, -0.0009467334, -0.015012727, -0.017402343, 0.0048399847, - -0.020818008, 0.018603902, -0.034804687, -0.010800524, -0.016524801, - -0.0009247948, 0.010895028, -0.0011036785, -0.021142025, 0.009652968, - 0.013581658, -0.010172743, 0.03591174, -0.03034947, 0.012508356, - -0.028405376, 0.022195075, -0.03402165, -0.0144997025, 0.0029077034, - -0.013574908, -0.014432199, -0.017591352, 0.019643452, 0.011198793, - 0.0024672446, 0.004931114, 0.018063875, -0.003942191, 0.005842408, - -0.026542285, -0.023059117, -0.0035439217, -0.00044763106, - 0.021722553, 0.00048560166, -0.009187195, 0.02002147, -0.00990948, - 0.013865172, 0.019251933, -0.011306798, -0.011914328, -0.013986678, - 0.013507404, -0.013662662, -0.0059369127, -0.028864399, -0.0008340873, - -0.01980546, 0.019440942, 0.0037295558, 0.0011829948, 0.010267247, - -0.002320425, 0.0105170095, 0.0061225467, -0.012953877, 0.004063697, - 0.0052888812, -0.0072971038, -0.028729392, -0.003611425, - 0.00031009316, 0.05448864, 0.014769716, -0.014823718, 0.010868027, - 0.006203551, -0.023990663, -0.030646484, -0.0016167033, 0.018522898, - 0.020412989, 0.0016614243, -0.009875729, 0.009200696, -0.0012893125, - 0.013257642, -0.022384085, 0.011826573, -0.005592646, 0.002514497, - -0.01753735, -0.022708101, -0.027527833, -0.017510349, 0.023801653, - -0.007243101, -0.0030764616, 0.010598013, 0.034291662, 0.025313728, - -0.00968672, 0.008613418, 0.041744024, 0.0060550435, 0.032023553, - -0.016254788, 0.0025246223, 0.02744683, -0.008809177, -0.009835226, - 0.007945135, 0.029242417, -0.0021601047, -0.00743211, 0.005592646, - -0.027055312, -0.014283692, -0.017645355, 0.016065778, - -0.000030323736, 0.0021617922, 0.022735102, 0.026866302, -0.014189187, - 0.009673219, -0.014351196, 0.0033549126, 0.015390746, 0.02104752, - -0.004313459, 0.0010218307, -0.008181397, 0.02558374, 0.007310604, - -0.014108184, -0.0032013427, -0.0028368249, 0.008849679, 0.02704181, - 0.015188236, -0.009612466, -0.014675211, 0.014391697, 0.0004628193, - 0.024463186, -0.0060921703, -0.0019795334, -0.027946355, -0.01362216, - -0.012312597, -0.023302129, -0.023248127, -0.02663679, 0.0011247733, - 0.010219995, 0.009207446, 0.2003497, -0.04825134, 0.0054407637, - 0.006638947, 0.0066524474, 0.014904723, 0.014972226, -0.0012918438, - -0.006149548, 0.014607708, 0.008822678, -0.013797669, -0.042878076, - -0.00032907844, 0.029782442, -0.0351017, -0.019089926, -0.01321039, - -0.0133251455, 0.0042830827, 0.023356132, -0.010179494, -0.017618354, - -0.0067570773, 0.03237457, 0.005082996, -0.0144997025, -0.009058939, - 0.012609611, -0.00031557778, -0.004394463, -0.0101457415, - -0.007141846, -0.0133588975, -0.010395504, 0.011360801, 0.00433371, - -0.01402718, 0.0048602354, 0.011003033, 0.022964614, 0.0075063636, - -0.016686808, -0.00031367925, 0.00005737778, 0.009409956, - -0.004725229, 0.0247467, -0.006021292, 0.014918223, -0.019967468, - -0.018239385, 0.012272094, 0.024854705, 0.015809266, -0.017604854, - 0.008532413, -0.009787974, 0.0006687043, 0.035641726, -0.021506542, - 0.015849767, 0.006379059, 0.017240336, -0.012562359, 0.01154981, - -0.0017702733, 0.03196955, 0.005079621, -0.006682824, -0.020561496, - -0.02374765, -0.034399666, -0.017280838, -0.011705067, 0.008964434, - 0.035533722, 0.029458428, 0.006807705, 0.011718567, 0.011435054, - -0.05343559, 0.028945403, 0.033076603, 0.011725319, -0.03421066, - 0.0164843, 0.0021955438, -0.0034224158, 0.0030157086, -0.009200696, - -0.017361842, 0.0058052815, 0.0012040896, -0.004519344, -0.018684905, - 0.0024908707, -0.017375343, -0.02084501, -0.03280659, -0.020048471, - 0.042770073, 0.0065950695, 0.015917271, -0.008383906, -0.035209708, - 0.020966517, 0.0107330205, 0.013237392, 0.0035776733, -0.002764259, - -0.040555965, 0.009733972, -0.01154306, 0.015755264, 0.012481355, - 0.012407102, -0.012974129, 0.014688712, -0.022775603, -0.018860415, - -0.010030986, 0.03491269, 0.0029144536, 0.013136136, -0.036964793, - -0.02602926, 0.0052112527, -0.00088344904, -0.03134852, 0.03618175, - -0.020547995, 0.016389795, -0.0391789, -0.010409004, -0.015134233, - -0.020737005, -0.013878672, 0.0064735636, 0.019629952, 0.004782607, - -0.012002082, 0.01526924, -0.007816879, 0.024098668, 0.0076481206, - 0.006787454, 0.03034947, -0.025246223, -0.020885512, 0.0076413704, - 0.0086944215, -0.033130605, -0.007141846, 0.012751368, -0.013217141, - -0.018401392, -0.020656, -0.024530688, -0.016227785, -0.038017843, - 0.008127394, 0.0037396813, 0.002819949, -0.030889496, -0.021952065, - -0.17000024, 0.013379148, 0.04830534, -0.015768765, 0.03399465, - -0.008647169, 0.03275259, 0.024368681, -0.012312597, -0.01155656, - 0.012515106, 0.0063081807, 0.008073391, -0.019427441, -0.016119782, - 0.0018411517, 0.017280838, 0.020088974, 0.04460616, 0.014256691, - -0.0048163584, -0.024881706, -0.00046155363, 0.008404157, - -0.016065778, 0.00012182231, 0.017010825, 0.026744796, 0.006686199, - 0.00047842943, -0.022559593, 0.0021736054, 0.016646307, -0.015741764, - 0.00237274, 0.010192994, -0.0061799246, -0.010071488, -0.040798977, - 0.032239564, 0.040960986, 0.008073391, -0.02353164, -0.009450458, - -0.009423457, 0.03161853, 0.024530688, 0.01114479, 0.0012538732, - -0.00495474, -0.004499093, -0.019656952, 0.011934578, 0.009139943, - -0.0103617525, -0.040987987, -0.006500565, 0.0022276079, - -0.0120290825, -0.011259546, -0.013230641, -0.0012125275, 0.033508625, - 0.0023069242, -0.0069258357, -0.03159153, -0.0024807453, -0.00949096, - -0.020075472, 0.011448555, 0.007351106, -0.033157606, -0.017280838, - -0.04376912, 0.022883609, 0.015120733, -0.018684905, -0.01896842, - 0.03421066, 0.013500654, 0.007931635, 0.025759248, -0.006001041, - -0.012096587, -0.003800434, -0.0059976657, -0.0024233675, 0.008991436, - -0.014985726, -0.017078327, 0.016821815, -0.005764779, -0.027554836, - -0.023288628, 0.008741674, -0.024085168, 0.018279886, 0.0019238433, - 0.00825565, -0.015566254, 0.028783394, 0.006328432, -0.027311824, - 0.008363656, 0.029215416, 0.006875208, -0.0006627978, 0.00021537763, - 0.021290531, -0.019508446, -0.00028520133, 0.007999138, 0.020939514, - 0.033967648, 0.010888278, 0.018833412, 0.032941595, -0.038044844, - 0.019278934, -0.011880576, 0.048224337, -0.0076211193, -0.033940643, - 0.02022398, -0.014796717, -0.030916499, -0.13079433, -0.0069258357, - 0.023612645, 0.028000357, 0.026542285, 0.019764958, -0.011043536, - 0.023221126, -0.015809266, 0.027514333, -0.011927828, -0.007931635, - 0.015215238, -0.003901689, 0.012528607, -0.01877941, 0.0010243622, - -0.027271321, -0.01796937, 0.037909836, 0.019764958, 0.009821726, - 0.00845816, 0.01814488, -0.0023153622, -0.009862228, -0.03142952, - 0.03380564, -0.0021027268, -0.0067368266, 0.014189187, -0.014553705, - 0.0103145, 0.004293208, 0.017010825, 0.00005774694, -0.0010395504, - -0.010125491, 0.011003033, -0.024017664, 0.011509308, 0.021196026, - 0.007958636, 0.00045860035, -0.0057310276, -0.013230641, -0.010982783, - 0.02353164, 0.00091129413, -0.00742536, -0.008120644, -0.010827525, - -0.022775603, 0.021007018, 0.018522898, -0.01814488, 0.019427441, - 0.020656, -0.007924884, -0.012866124, -0.010273998, -0.0016386419, - -0.0038746877, 0.006436437, 0.05338159, -0.010564262, -0.018239385, - -0.013750416, -0.0004362399, 0.0014006929, 0.00021168604, 0.010199744, - 0.007945135, 0.024098668, -0.029458428, 0.002607314, -0.014418699, - -0.0268123, 0.021722553, 0.012035834, -0.004293208, 0.004107574, - -0.023450637, -0.008842928, -0.010550762, -0.024517188, 0.010138991, - -0.012596111, -0.007735875, -0.013750416, -0.019224932, 0.035857737, - 0.020547995, -0.03115951, -0.032914594, 0.013959677, 0.0092817, - -0.0051066224, 0.0052956315, 0.0065343166, -0.0019744707, 0.004539595, - -0.019616451, 0.016565302, 0.011252795, -0.017456345, 0.01526924, - -0.007141846, -0.004704978, 0.015053229, -0.011090787, 0.010490009, - -0.010240247, -0.01217759, -0.027730344, -0.027325325, -0.02539473, - -0.029593434, -0.017159332, -0.009943232, 0.0013382523, -0.014958725, - -0.004434965, 0.029944452, -0.011333799, 0.0003337193, 0.0054205125, - 0.0022259203, -0.002328863, 0.013601909, 0.0006273585, -0.01175907, - 0.017658856, -0.021533543, -0.007951885, 0.0062001753, -0.02249209, - -0.021614548, 0.017199833, 0.0076278695, 0.012022332, 0.020358987, - -0.004968241, -0.010436006, 0.007742625, -0.025516236, 0.0028705767, - 0.004434965, -0.019116927, -0.0007691154, -0.007965386, 0.007985637, - 0.017348342, 0.008356905, -0.0062440527, -0.013163138, -0.02145254, - 0.004623974, -0.0067840787, -0.009767723, 0.014810218, -0.023180623, - 0.020304983, -0.002880702, 0.027406327, -0.025070716, -0.01713233, - -0.0024419308, -0.000035149165, 0.008545914, 0.0075198645, - -0.01506673, 0.0014572268, 0.0074591115, 0.02497621, 0.025300225, - 0.019616451, 0.00022212796, 0.0027372576, 0.02311312, -0.007877632, - -0.0067368266, 0.01279862, -0.003570923, -0.01877941, 0.0109490305, - 0.019764958, 0.0020099098, 0.011732069, 0.038152847, 0.0065984447, - 0.008370406, 0.016808314, 0.030160462, -0.030808493, -0.0075063636, - 0.005693901, 0.04827834, -0.017861366, -0.0083231535, 0.0029718315, - 0.01814488, 0.011860325, -0.0044045886, -0.01422969, -0.0120290825, - -0.012238343, 0.009598965, 0.0008707922, -0.039070893, -0.0021601047, - -0.007114845, 0.0033616628, 0.028135363, 0.018684905, 0.0074388604, - -0.0111042885, 0.004789357, 0.00118637, -0.009740722, -0.027460331, - 0.024922207, 0.0066693234, 0.012974129, 0.016227785, -0.0067739533, - 0.01300788, 0.03237457, 0.03399465, -0.007870882, 0.0039489414, - 0.015255739, 0.016605806, -0.011522808, -0.03466968, -0.020547995, - -0.00045522518, -0.035641726, -0.00991623, 0.037207805, -0.0062845545, - 0.056864757, -0.01424319, -0.018239385, 0.015647259, 0.01691632, - 0.014013679, 0.0062001753, -0.007486113, -0.0037396813, -0.026137266, - 0.0062204264, -0.012710866, -0.019535447, -0.058538835, -0.028756393, - 0.009166944, -0.0081678955, 0.0053698854, 0.033400618, -0.011293298, - 0.017577851, -0.0050627454, 0.011192042, 0.0021938563, -0.023477638, - -0.010874777, 0.015849767, 0.014148686, -0.02369365, -0.03855787, - -0.0060550435, -0.0046982276, -0.045281194, -0.015930772, - -0.008161145, -0.000782616, -0.021155525, -0.01362216, -0.016848816, - 0.00039531602, -0.00588291, -0.0023592394, -0.020791007, -0.022181574, - -0.00008290246, 0.0027372576, -0.009544963, 0.0025043713, -0.020264482 - ], - "metadata": { - "chunkTitle": "Efficient Resistance Training", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28776&chunkSid=chunk_57168" - }, - "document": "Andy Galpin: You're going to hit most of those muscles to your 15 working sets, especially if you take sort of that last set each day to pretty close to failure. That's going to get some more serious work done, but you're not going to be so fatigued. You can't come back and train it a couple of days later and you'll be fine. So you could even split that up into two days a week. And now all you really have to do is hit something like seven working sets. So maybe that's two exercise science day, maybe some sort of a leg press and a leg hinge. Three to four sets each. You can hit six to eight sets that day. You do that three days a week. Now all of sudden a you're at that 2024 sets. But I think a bit of boom. Same thing with the upper body. I just gave lower body examples because I like the lower body more. So it's not that challenging to get to those numbers. And those workouts can be extremely short. So if you were doing that three days a week, you're doing that one exercise upper body, one exercise lower body.\n\nAndy Galpin: That certainly shouldn't take more than 40 minutes.\n\nAndrew Huberman: I'm happy to hear that. Not because I don't like training, please excuse the double negative, but I've found that resistance training workouts that extend longer than 1 hour of work and certainly longer than 75 minutes of work, leave me very fatigued.\n\nAndy Galpin: Oh, sure.\n\nAndrew Huberman: And fatigued to the point where concentrating on cognitive work throughout the day can be challenging. Need a longer nap in the afternoon. I'm a big proponent of naps in the afternoon in any case, but requiring longer naps in the afternoon, et cetera. So at least for me, restricting the resistance training workouts to about 550 to 60 minutes of real work, for me, three or four times per week has helped tremendously. So it's a case where doing higher intensity work in a shorter period of time and actually hitting muscle groups less frequently, for me, that's, again, once directly, once indirectly has worked really well. And as you mentioned earlier, this could very well be explained by not my recovery quotient as some sort of genetic or physiological variable, but the way that I'm training. And indeed, I like to do a few force reps and go to failure on many sets. And weaned in that genre of training, it's also fun.\n\nAndy Galpin: Like to just train hard. It is really fun.\n\nAndrew Huberman: It is. I think that I've learned a lot by training, to quote unquote, to failure. Of course, I think there's a lot of learning in there, provided it's done safely. But what you're describing actually inspires me to at least give a try to these other sorts of splits and ways of training for hypertrophy andy strength. Because this notion of not necessarily having to go to failure, andy still being able to evoke strength and hypertrophy adaptations is a really intriguing one. Dare I even say a seductive one." - }, - "truncated_cells": [] - }, - { - "row_idx": 12, - "row": { - "id": "chunk_57167", - "embedding": [ - -0.021090195, 0.0013916921, 0.020969832, -0.0070478963, -0.018789932, - -0.006111743, 0.008224774, -0.039987117, -0.032417648, -0.020929711, - 0.0052157105, 0.049081177, 0.011180344, 0.024005642, -0.007408984, - 0.0011651764, 0.0445074, 0.0030893055, 0.0124508375, -0.017960768, - -0.0041725687, -0.013587595, -0.016944373, -0.010097081, - -0.0051488425, 0.012999156, 0.016770516, -0.0042628404, -0.003637624, - -0.014965078, 0.031882703, -0.02269503, -0.012858733, 0.004440041, - -0.0116283605, -0.0099834055, -0.0069275335, 0.009822922, 0.020902963, - -0.0032481172, 0.03546683, -0.00896701, 0.004152508, -0.011200405, - -0.020622117, -0.013748079, 0.0017076437, -0.032043185, -0.018549208, - 0.0062555093, 0.0066667483, 0.019766206, -0.019726085, 0.007549407, - -0.017760163, 0.0070746434, -0.016101835, 0.021745501, 0.018468965, - 0.00012004911, -0.015714, 0.0038750055, -0.007943928, 0.010491603, - -0.010585218, -0.018134626, -0.0017586306, -0.007669769, - -0.0033417325, -0.0002620393, 0.011708601, 0.015433154, -0.005723908, - -0.01948536, 0.048118275, -0.025998311, 0.0020561935, -0.017532812, - -0.013761452, -0.0055333343, -0.0024373417, -0.013012529, - -0.013460546, 0.023751544, 0.03541334, -0.019512108, 0.016610032, - 0.009682499, 0.0048813703, 0.01919114, -0.013641089, -0.004985016, - 0.02495517, 0.010779136, 0.005483183, 0.009214423, -0.029769672, - -0.005764029, -0.02658675, 0.00675702, -0.0055801417, -0.0036409672, - -0.017867152, -0.011387635, -0.02300262, 0.009321411, 0.026720487, - -0.024580708, -0.0010974725, -0.018348603, -0.009863042, 0.039024215, - -0.006730273, -0.023056116, -0.0014334846, -0.018468965, 0.002161511, - -0.036429733, -0.013908562, -0.013146265, 0.027442662, 0.020836096, - 0.03568081, -0.005202337, -0.00092695886, 0.0028235049, -0.020809349, - 0.008579175, 0.01963247, -0.018402098, 0.016329186, 0.0049348646, - 0.010558471, -0.00065865065, 0.0018087818, -0.0068539786, - -0.0018422158, -0.007268561, -0.03415622, -0.030866308, 0.011213778, - 0.0052157105, -0.00125712, 0.009234482, -0.017385703, 0.013226507, - 0.022842139, -0.010859377, -0.003878349, -0.020929711, -0.00892689, - 0.024594082, -0.009762741, 0.0020946427, 0.021825744, 0.0035272916, - -0.004078953, 0.032043185, -0.04613898, -0.015834363, 0.012831986, - 0.018121252, 0.010625339, -0.0041224174, 0.00770989, 0.015138934, - 0.033113077, -0.009802861, 0.013447172, -0.0021648542, 0.0032414305, - -0.0050318236, -0.04054881, 0.019953437, 0.01889692, 0.03749962, - -0.0053394167, -0.017920647, -0.009455147, -0.014804594, 0.017278714, - 0.0042728707, 0.02436673, 0.011307393, -0.028031101, 0.0005048541, - 0.016770516, -0.014403386, 0.00737555, -0.0052992958, 0.005750655, - -0.008639357, -0.01874981, 0.0016416115, -0.64278954, 0.02022091, - 0.008164593, -0.014871462, 0.018789932, 0.014724352, -0.0078101926, - -0.003992025, -0.031187275, 0.028191585, -0.0047175433, 0.0009854684, - 0.00959557, -0.0040388326, 0.0060147843, 0.0033082985, 0.008773093, - -0.0040756096, -0.029127738, 0.0062789135, -0.032765362, 0.018575955, - -0.010484916, 0.009020505, 0.006038188, 0.01445688, -0.014724352, - -0.0008559115, 0.021304172, 0.020943085, -0.026158795, 0.011160283, - 0.004597181, 0.0023504132, 0.042715333, -0.017399076, -0.01697112, - 0.030277869, 0.018241614, 0.029742924, -0.007616275, -0.0010347837, - 0.010284312, 0.0095688235, 0.0038516019, -0.0020779257, 0.013674524, - -0.008271582, 0.016610032, -0.011193718, 0.018388724, -0.0033634647, - 0.004406607, -0.016409429, -0.0017486004, -0.0015170696, 0.007475852, - -0.007676456, -0.011782156, 0.017974142, 0.02055525, -0.013534101, - -0.030518595, -0.006268883, -0.01537966, -0.002485821, -0.008365197, - -0.01336693, -0.023671303, 0.014336518, 0.020207535, 0.019619096, - 0.00024574023, -0.020929711, 0.019097526, 0.02000693, 0.010645399, - 0.015286044, -0.019418493, 0.015633758, -0.010799196, -0.0022033034, - -0.0139620565, -0.0034152875, 0.014002177, 0.0013331824, -0.036911182, - -0.0054798396, 0.0052725486, 0.0022551261, 0.0018121251, 0.016890878, - 0.0285393, -0.02629253, -0.0114277555, 0.007743324, 0.008599236, - 0.01541978, -0.015580264, -0.045309816, -0.024714444, -0.0064527704, - 0.017479317, 0.009294664, 0.013266629, 0.004537, -0.008893455, - -0.00580415, 0.013433798, -0.028994001, 0.0019291443, -0.019471986, - 0.0071415114, 0.02336371, 0.0037747035, -0.02643964, -0.004951582, - -0.029100992, 0.007957302, -0.016997868, 0.019164393, -0.0068004844, - 0.005092005, -0.009655751, 0.0052992958, 0.014697605, -0.0019525482, - -0.008773093, 0.013935309, -0.0123839695, 0.0027081575, 0.0005550051, - 0.0348249, -0.031107033, 0.011668481, 0.010277625, 0.0024724475, - -0.0018104535, 0.03190945, -0.022641534, -0.012230173, -0.021946106, - 0.0059011085, -0.004523626, 0.0012395672, -0.041431464, -0.035734303, - 0.00219996, 0.019244635, 0.010939619, 0.016757142, -0.011280647, - -0.0030826188, 0.014109166, -0.044052694, -0.0066266274, -0.016837385, - -0.060983695, -0.024246369, -0.0016808965, -0.013393678, 0.020769227, - -0.001184401, 0.018736437, -0.026680367, -0.002509225, -0.0005884392, - 0.012918914, -0.019070778, -0.008518994, 0.01541978, -0.01131408, - -0.005784089, 0.007776758, 0.00045679262, 0.008619296, 0.00093030225, - 0.014537122, -0.021050073, 0.004791098, -0.0050418535, 0.0029773016, - -0.024126006, 0.004119074, 0.021598391, -0.0007263546, 0.011039921, - -0.005011763, -0.01697112, 0.019124273, 0.013774825, -0.007663083, - -0.010163949, -0.012343849, -0.0040388326, 0.023029368, 0.002868641, - -0.013988803, 0.0116952285, 0.017425824, 0.04351775, -0.01397543, - -0.006476174, -0.02872653, 0.013447172, -0.011187031, 0.014951704, - -0.016543165, 0.041083753, 0.021491403, -0.0114946235, 0.009060626, - -0.012363909, -0.00850562, -0.013908562, 0.03915795, -0.010899498, - 0.027522905, -0.018562581, 0.02987666, 0.02306949, 0.010772449, - 0.030652331, 0.008345137, -0.037018172, 0.014202781, 0.01940512, - 0.031294264, -0.0052725486, -0.03054534, -0.005326043, 0.022935754, - 0.01208975, 0.0015714, 0.027790377, -0.0052792355, -0.00974268, - -0.003159517, 0.047717065, 0.005326043, 0.012002821, 0.0029940186, - 0.015312792, -0.03576105, 0.0031678756, 0.0011476235, 0.02765664, - -0.0069944016, -0.005269205, -0.008251522, -0.015660506, 0.014804594, - -0.014296397, -0.0031862643, -0.008478873, -0.018348603, -0.008284956, - -0.0063457815, 0.02292238, 0.029635936, 0.0063959323, 0.034851648, - 0.016409429, -0.009328098, 0.00020582833, 0.006145177, 0.009762741, - -0.015179056, -0.010846004, -0.0006661733, -0.0061418335, - -0.010846004, -0.0036944617, -0.027188564, 0.022360688, 0.0029438676, - 0.02059537, 0.005904452, 0.019177767, 0.0013482277, -0.006543042, - -0.023056116, -0.0070144623, -0.0035406651, -0.035440087, - -0.005994724, -0.029288221, -0.009194362, 0.0073554893, 0.0070010885, - -0.018121252, 0.03396899, -0.030063892, 0.008037544, -0.012671502, - 0.024112632, 0.033300307, -0.013112832, 0.019030657, -0.025316257, - -0.0054397187, -0.023430577, 0.0012470898, -0.048786957, 0.033407297, - 0.0186027, -0.027790377, -0.033862, 0.015887856, -0.013734705, - -0.0019391745, -0.014844715, 0.00833845, 0.019217888, -0.00009481685, - 0.012631382, -0.0072886213, -0.01508544, 0.05290603, -0.004125761, - 0.0032314002, -0.031107033, -0.00438989, -0.011240525, 0.10228142, - 0.041163992, 0.00892689, 0.02470107, -0.006643344, 0.010471542, - 0.016302438, -0.01741245, 0.038248546, -0.006482861, 0.0030073922, - -0.014015551, -0.021919359, -0.013774825, 0.018870173, -0.003473797, - 0.0061384905, -0.014483628, -0.00955545, -0.020127295, -0.01225692, - 0.0043798597, 0.016810637, 0.037954327, 0.021411162, 0.020876216, - 0.027054828, 0.00930135, 0.026412893, -0.02510228, -0.008017483, - 0.025490114, 0.021705382, 0.025570355, 0.00081077556, -0.0028385501, - -0.014390012, -0.014657484, 0.0003811481, -0.010919559, -0.008478873, - 0.023377083, 0.021544898, 0.00501845, 0.008030857, -0.022601413, - -0.0068673524, 0.0093682185, -0.023029368, -0.028405562, 0.010498289, - 0.008659417, -0.016222198, 0.002835207, -0.008425379, -0.024874927, - -0.012143244, 0.0069743413, -0.019605722, -0.002968943, -0.012297041, - 0.0034303328, 0.018883547, 0.023430577, -0.018281735, -0.022654908, - -0.009475208, 0.017653175, -0.009201049, -0.00896701, -0.027415914, - -0.007890434, -0.0065530725, 0.018067757, 0.017613053, 0.0022233638, - 0.025449993, 0.0022651565, -0.007502599, -0.0062822565, -0.013380304, - -0.03693793, -0.022962501, -0.01793402, -0.006947594, 0.018776558, - 0.0010364554, 0.0004973314, -0.004710857, 0.007027836, 0.0034269893, - 0.013855067, 0.013012529, -0.024339983, 0.011073355, 0.00817128, - 0.013420424, 0.005192307, 0.006202015, -0.0043363953, 0.009374905, - -0.045283068, 0.008659417, -0.036804195, -0.0099834055, -0.002092971, - 0.013574221, -0.011675168, -0.002233394, -0.031026792, -0.0016098492, - -0.004292931, -0.00062897796, 0.020769227, 0.026319278, 0.027161816, - 0.026132047, -0.02365793, -0.0043397387, -0.021344293, -0.018535834, - -0.034343448, 0.021758875, 0.014978452, -0.031267516, 0.009662438, - -0.00892689, -0.03346079, -0.012638068, 0.023096237, -0.010785822, - 0.019391745, 0.0010840988, -0.01707811, -0.02813809, -0.038034566, - -0.022360688, 0.011721975, 0.01648967, -0.0025493458, -0.0009002116, - 0.014550496, 0.021986227, -0.010652086, 0.008739659, -0.022267073, - -0.0069074733, -0.002245096, -0.0033250155, 0.028164838, 0.039291687, - 0.00863267, -0.0016942702, -0.0035707557, -0.0036744012, - -0.0123839695, 0.018990537, -0.00487134, 0.017372329, 0.028592793, - 0.034289956, -0.0006611582, -0.015219176, 0.015339538, -0.0018288421, - 0.0077366377, 0.0045102523, -0.02344395, -0.0013549146, 0.036028523, - 0.01303259, 0.00892689, -0.0037178656, 0.0029221354, 0.01793402, - 0.03568081, -0.016904252, -0.013066024, -0.01527267, -0.03394224, - 0.0057205646, 0.020234283, -0.014630737, 0.0039819945, -0.018990537, - -0.028459057, 0.025877949, -0.007609588, 0.0026864253, 0.0022969188, - 0.006028158, -0.006178611, 0.015727375, 0.017037988, 0.017372329, - -0.01785378, -0.00054873625, -0.028673036, 0.03164198, 0.017051362, - 0.02510228, 0.022521172, -0.021237304, 0.009629005, -0.019645844, - -0.007970676, -0.03704492, -0.010993114, 0.005071944, -0.03338055, - 0.0009904836, -0.0018539177, -0.0027666672, 0.013988803, -0.009903164, - 0.0067937975, 0.006105056, 0.0126581285, -0.026921092, -0.0114946235, - 0.009615631, -0.009321411, 0.037767094, 0.01919114, 0.04119074, - 0.004359799, 0.031374507, -0.0003732075, -0.020983206, 0.0032431022, - 0.024794687, 0.013173013, -0.0102575645, -0.014296397, -0.010912872, - 0.019137647, -0.016743768, -0.0039552473, -0.034958635, 0.031187275, - -0.004797785, -0.0011543103, -0.00009894387, 0.0052792355, - -0.0056102322, -0.012999156, -0.006987715, 0.030411605, 0.0025694063, - -0.008512307, -0.005476496, 0.013467233, -0.01874981, 0.0044467277, - -0.008753032, 0.00096958724, -0.017185098, 0.0020394765, -0.011962701, - 0.0017786911, -0.0029070901, 0.016650153, -0.011842338, 0.003547352, - 0.018361976, 0.021571644, -0.008906829, -0.029903408, -0.007435731, - 0.027817125, -0.027924113, 0.006676778, 0.017572934, -0.02055525, - -0.009809548, -0.013707957, -0.010217443, -0.017332207, 0.0039686207, - -0.012618008, 0.018174745, 0.009381592, -0.0056403233, 0.0012094765, - -0.0067937975, -0.020488381, 0.0005788269, -0.017225219, 0.017091483, - -0.031561736, -0.0078035058, -0.04073604, -0.000032598193, - 0.0014226185, 0.0045135957, -0.016610032, -0.0088199, 0.011106789, - -0.0029572411, 0.021290798, -0.019846449, -0.00817128, -0.03453068, - 0.01778691, -0.025757587, -0.021264052, 0.009020505, -0.0034470498, - -0.02717519, -0.013560847, 0.017211845, 0.01537966, -0.026894344, - -0.0058743614, 0.015887856, 0.0048679966, 0.022414183, -0.028646288, - -0.028994001, 0.0011710273, -0.015714, 0.0022417526, 0.0015329509, - -0.0014025581, 0.014764474, -0.024206247, 0.022534546, 0.01018401, - -0.02336371, -0.005650353, -0.0054798396, 0.015312792, -0.02181237, - 0.008739659, -0.02643964, -0.008559115, -0.026720487, 0.02658675, - 0.0054029413, 0.0041458216, 0.0049014306, 0.0038917225, 0.003131098, - 0.011541432, -0.013246568, 0.0036275936, 0.0074557913, -0.017318834, - -0.021250678, -0.0095755095, -0.012163305, 0.04817177, 0.0144435065, - -0.036429733, 0.014256276, 0.010284312, -0.020541877, -0.0200738, - 0.0061752675, 0.012042942, 0.017733416, 0.00501845, -0.01412254, - 0.029047497, -0.0027516217, 0.005496557, -0.011354201, 0.009428401, - -0.0045604035, -0.0018606045, -0.007308682, -0.008238148, - -0.0063123475, -0.011982761, -0.0001268404, 0.009622318, 0.0015914604, - 0.015580264, -0.000033825847, 0.021946106, -0.010611965, 0.017238593, - 0.03442369, 0.009287978, 0.00722844, -0.022320567, 0.0069743413, - 0.015446528, -0.015286044, -0.011106789, 0.011982761, 0.01726534, - -0.0084655, -0.0033885404, -0.0010105439, -0.012490959, 0.0051053786, - -0.014323144, 0.018361976, -0.0010849347, 0.0027248745, 0.022320567, - 0.0126581285, -0.01697112, -0.012825299, -0.004938208, 0.0040154285, - -0.0033918836, 0.0048947437, -0.006315691, 0.010658773, -0.0028335352, - 0.028887013, 0.01479122, -0.018950416, -0.014376638, 0.00059178256, - 0.008432066, 0.023163104, -0.013493979, -0.02195948, -0.0048345625, - 0.013467233, 0.007857, 0.039906874, -0.012758431, -0.0123171015, - -0.02813809, -0.013868441, -0.007977363, -0.016369307, -0.011327454, - -0.011046608, 0.012029569, 0.0028318635, -0.0035172612, 0.21194509, - -0.021090195, 0.0030893055, 0.019578975, 0.00974268, 0.002928822, - 0.017666548, 0.00024511333, -0.00048562948, 0.0070813303, - 0.0055065867, -0.009629005, -0.031080287, -0.0045670904, 0.03600178, - -0.032551385, -0.011086728, -0.016810637, -0.01397543, -0.00018952924, - 0.020568624, -0.010585218, -0.016984494, -0.0033133137, 0.03124077, - 0.015125561, -0.014149287, -0.010010152, -0.0001700957, -0.001914099, - 0.004276214, -0.011561492, -0.005242458, -0.012638068, -0.010618652, - 0.011581552, 0.009923224, -0.0348249, 0.011748723, 0.024192873, - 0.015112188, -0.011909206, -0.0051555294, -0.004570434, 0.006028158, - 0.0018639478, 0.006880726, 0.01523255, -0.007683143, 0.01127396, - -0.016864132, -0.015393034, 0.025757587, 0.028967256, -0.004857966, - -0.022975875, 0.0023571001, -0.006292287, 0.0064393966, 0.04854623, - -0.016409429, 0.007596215, 0.0069074733, 0.022213578, -0.014349891, - 0.013621029, 0.0017786911, 0.025316257, -0.0002015446, -0.023109611, - -0.010712267, -0.010277625, -0.016583286, -0.008231461, -0.004573777, - 0.0014610677, 0.042394366, 0.024259742, 0.0073153684, 0.004416637, - -0.001672538, -0.013373617, 0.025356378, 0.025356378, -0.010458169, - -0.021758875, 0.023805039, -0.0054798396, -0.0147511, 0.01741245, - 0.003721209, -0.029609188, -0.00021648542, 2.8487502e-6, -0.015286044, - -0.012103124, 0.0081980275, -0.00911412, -0.034343448, -0.045229573, - 0.00074098195, 0.03249789, 0.0063390946, 0.006105056, 0.0077700717, - -0.016409429, 0.008826587, 0.014804594, -0.0014610677, -0.0030558715, - 0.024594082, -0.035386592, 0.010565158, 0.00049189833, 0.014710979, - 0.008325077, 0.008124473, 0.0014359922, -0.0006527997, -0.015620385, - -0.010705581, -0.013433798, 0.02365793, -0.0019943407, 0.022721775, - -0.038034566, -0.053654954, -0.004864653, -0.008458813, -0.025022037, - 0.007054583, -0.004376516, 0.015834363, -0.023871906, -0.0026613497, - -0.0030893055, -0.011875772, -0.028004354, -0.006813858, 0.015660506, - -0.01053841, -0.00879984, 0.01146119, -0.0052892654, 0.04234087, - -0.020648865, 0.0040622363, 0.02480806, -0.029983649, -0.027161816, - -0.0030241092, 0.016289067, -0.026051806, -0.021892611, 0.013413738, - -0.0011116819, -0.026105301, -0.022855511, -0.019231262, - -0.0052391146, -0.01567388, -0.0038582885, 0.005830897, 0.0030040487, - -0.034182966, -0.013748079, -0.16882855, 0.02044826, 0.04266184, - -0.019940063, 0.02524939, -0.021718754, 0.049589373, 0.02688097, - -0.024353357, -0.016850758, -0.0032514606, -0.0068874126, - 0.0009812892, -0.008218088, -0.009615631, -0.0017093155, 0.023229973, - 0.030224375, 0.037767094, 0.008418692, 0.022574665, -0.021585017, - 0.0039318437, 0.00658985, -0.010364553, -0.013199761, 0.013627716, - 0.034691162, -0.0034871707, -0.0066366578, -0.015312792, 0.01519243, - 0.021531524, -0.026894344, 0.0036911184, 0.0023420546, 0.004757664, - -0.012825299, -0.024741191, 0.022360688, 0.027817125, 0.011875772, - -0.036376238, -0.009782801, 0.004159195, 0.01634256, 0.018027635, - 0.0047342605, -0.010993114, -0.017827032, -0.0037345826, - -0.0020177446, 0.010892811, 0.01504532, 0.003401914, -0.015245924, - 0.000027661446, 0.02030115, -0.017532812, -0.019030657, 0.0016616719, - -0.014577243, 0.013253255, -0.011253899, -0.015727375, -0.0060916827, - -0.013313436, 0.003811481, -0.018348603, 0.005590172, -0.013467233, - -0.017613053, -0.011447816, -0.020207535, 0.022788644, 0.009936597, - -0.021277426, -0.022093216, 0.03402248, 0.006349125, 0.014644111, - 0.021464655, -0.00007554004, -0.016168702, -0.0012253576, 0.01881668, - 0.008572489, -0.004359799, -0.014149287, -0.008525681, 0.035252854, - -0.0058609876, -0.027054828, -0.014082419, 0.009956658, -0.014844715, - 0.017104857, -0.016810637, 0.011822278, -0.011240525, 0.022360688, - 0.0072150663, -0.031000044, 0.00077984907, 0.024821434, 0.016864132, - 0.0020846126, 0.0008283284, 0.024099259, -0.014858088, -0.00865273, - -0.0012821956, 0.021692008, 0.03075932, 0.021478029, 0.012303728, - 0.027683388, -0.027188564, 0.033059582, 0.007489226, 0.042207137, - -0.008518994, -0.030598836, 0.011247212, -0.009649064, -0.026372774, - -0.12967059, 0.011735349, 0.007188319, 0.03150824, 0.022133337, - 0.0079238685, -0.01804101, 0.016529791, 0.011635047, 0.036108766, - -0.018682944, -0.007308682, 0.012123184, -0.00026621856, 0.022012973, - -0.030598836, 0.0046941396, -0.019458612, -0.025530236, 0.033220064, - 0.003911783, -0.005864331, -0.0064527704, 0.009615631, -0.005135469, - -0.007275248, -0.021023326, 0.026038432, 0.00048353986, -0.009615631, - 0.0006139326, -0.011815591, 0.00930135, -0.019672591, 0.018870173, - -0.0046272716, -0.0034086006, -0.022748522, 0.0038816924, - -0.018696317, -0.0057005044, 0.02861954, 0.007342116, 0.00059763354, - 0.0017268683, -0.0061752675, -0.002116375, 0.030411605, -0.011033234, - -0.0017619741, -0.014965078, 0.0008843304, -0.035734303, 0.0060348446, - -0.009481895, -0.012912228, 0.019151019, 0.011320767, 0.00037696885, - -0.0015237565, -0.0014869791, -0.0029722864, 0.0072886213, 0.02694784, - 0.04073604, -0.009154241, -0.016543165, -0.024901675, 0.0049014306, - -0.01303259, -0.011307393, 0.017238593, 0.024380105, 0.026305905, - -0.0401476, -0.018736437, 0.013647776, -0.019873194, 0.013173013, - 0.013520727, -0.0007886255, -0.0046874527, -0.0087463455, - -0.021050073, 0.00737555, -0.00219996, 0.018803306, 0.0074557913, - 0.010926245, -0.024286488, -0.02181237, 0.031000044, 0.00563698, - -0.017051362, -0.025757587, 0.0025610477, -0.00067662145, - -0.006499578, 0.00322137, 0.031080287, -0.007937241, 0.00006352468, - -0.025316257, 0.022454303, -0.0023537567, -0.013380304, 0.0232166, - -0.003714522, 0.0019458613, 0.026466388, -0.015058693, 0.016837385, - -0.01697112, -0.0070478963, -0.03517261, -0.033915494, -0.03576105, - -0.014015551, -0.014216155, 0.0020160729, 0.0016299096, -0.0116952285, - -0.008659417, 0.0159681, -0.0210367, 0.017987516, -0.010926245, - 0.006011441, -0.025637224, 0.01007702, -0.00204282, -0.003121068, - 0.019324876, -0.029716177, -0.0057105348, 0.02055525, -0.01759968, - -0.005563425, 0.021237304, 0.0095688235, 0.008706225, 0.017345581, - -0.0030558715, -0.006623284, 0.008037544, -0.012484272, -0.003778047, - 0.0070412094, 0.002935509, 0.006105056, -0.017332207, 0.0018422158, - 0.025516862, 0.014630737, -0.014069045, -0.011909206, -0.01793402, - 0.011467877, -0.007602901, -0.009762741, 0.021277426, -0.024246369, - 0.026974587, -0.018803306, 0.03083956, -0.025944818, -0.023229973, - -0.005994724, 0.010959679, 0.013092771, 0.01889692, -0.029930156, - 0.0066266274, -0.006803828, 0.017947394, 0.005035167, 0.005005076, - -0.021357667, 0.014162661, 0.008385258, -0.004450071, -0.004931521, - 0.02262816, -0.008412005, -0.0022868884, 0.03231066, 0.0295022, - 0.011387635, 0.020033678, 0.0372054, -0.0023420546, 0.0013306749, - -0.0061251167, 0.030572088, -0.032364152, -0.003788077, 0.0061418335, - 0.038061313, -0.018468965, 0.001066546, -0.0059813503, -0.00054957205, - 0.016757142, 0.00345708, -0.024206247, -0.006228762, -0.017091483, - 0.005937886, -0.0006929205, -0.031481493, -0.020327898, -0.012056316, - 0.0016248944, 0.014764474, 0.019645844, -0.0028318635, -0.0049883593, - 0.020608744, 0.013935309, -0.025610477, -0.034851648, 0.029100992, - 0.0025911382, 0.008525681, 0.0031026793, -0.019699339, 0.033407297, - 0.019458612, 0.016396055, 0.0035440086, 0.018549208, -0.0025058815, - 0.017720044, -0.0047676945, -0.02340383, -0.0145103745, -0.0063390946, - -0.021491403, -0.008806527, 0.058576442, -0.0058843917, 0.066119164, - -0.0015053678, -0.028512552, 0.01208975, 0.0013799901, 0.010585218, - 0.028191585, -0.00015191593, 0.0057339384, -0.03134776, -0.0027148442, - 0.0027917426, -0.019846449, -0.03851602, -0.02470107, 0.011073355, - -0.0040421756, 0.024888301, 0.034182966, 0.0035908162, 0.033888746, - -0.01523255, 0.017479317, -0.011782156, -0.03297934, -0.019993559, - 0.009154241, 0.027442662, -0.027054828, -0.04702164, 0.0035038877, - 0.00035983388, -0.028164838, -0.018509086, -0.004333052, 0.005409628, - -0.014176034, -0.020247657, 0.0013967071, 0.0006795469, 0.0004517775, - -0.0030659018, -0.01604834, -0.023537567, -0.019578975, 0.0010506648, - -0.014296397, 0.0135474745, -0.018642822 - ], - "metadata": { - "chunkTitle": "Efficient Muscle Building", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28776&chunkSid=chunk_57167" - }, - "document": "Andy Galpin: In my opinion, to get that volume accomplished in a little bit more frequent patterns, but not once a week. So I like to kind of have it right there for most people. Again, not because it is technically, quote unquote, more effective, but because you're less likely to fail to progress because of skipping a workout. Something popping up, your power going out in your garage door, being locked on you or whatever.\n\nAndrew Huberman: Imagine that. That happened to me this morning. Folks couldn't get out of my driveway because the electronic gate was down. Because the power was down. Anyway, solve that problem. The way you describe it, my sense is that workouts will last somewhere between one and 2 hours of real work. Is that about right?\n\nAndy Galpin: It doesn't have to be nearly that long. I mean, you could certainly get enough work done in 30 minutes, even a whole body workout. Yeah, absolutely. So if you're doing that three days a week. So remember the numbers we're trying to hit here. Let's say we're trying to hit 15 working sets per muscle group per week. That's five working sets per day per muscle group. So if you did one exercise for that day, let's say you did squats, you did five sets, you did that three days a week. You're done. There's your 15.\n\nAndrew Huberman: But there are other muscle groups to hit on the same day you're doing squats if you're doing whole body.\n\nAndy Galpin: Yeah. So you've gotten them all already, andy so all the leg muscles in that example are taken care of.\n\nAndrew Huberman: So you would not do separate hamstring work.\n\nAndy Galpin: You wouldn't need to. Now, hamstrings is actually a little bit of a caveat. That's a good example of an exercise or a muscle group that's probably really good to make sure you isolate. It's challenging to get with your standard deadlift and squat. It's one of the probably ones that's most important to go target outside of that. But in theory, theoretically though, outside of that, you would get most of your leg muscles done with even a single exercise and even if you wanted to change it up. So you said, all right, monday I'm going to do a squat variation. Wednesday, the next day lift, I'm going to do some sort of deadlift hinging variation. And then maybe Friday my third day, I'm going to do some sort of unilateral, maybe rear foot elevated split squat or something like that. All right. Maybe even a lateral lunge, maybe a different plane. Okay, you're in a pretty good spot." - }, - "truncated_cells": [] - }, - { - "row_idx": 13, - "row": { - "id": "chunk_57164", - "embedding": [ - -0.03169596, -0.0010793364, 0.035149835, 0.0013857019, -0.025266435, - 0.007917347, 0.0151704885, -0.03076607, -0.03384799, -0.009697422, - 0.01081329, 0.047078993, 0.012520302, -0.012692996, 0.01908931, - -0.0013201114, 0.04277493, 0.02749817, 0.0151704885, -0.030234704, - -0.0026883779, 0.0024525844, -0.026076768, 0.005944653, -0.01036163, - 0.03286496, 0.020205177, 0.0008489396, 0.008754249, -0.015489308, - 0.031802233, -0.010773438, 0.0007895761, 0.007459045, -0.02512031, - -0.0092391195, -0.007286351, 0.017946875, 0.021493739, -0.010873069, - 0.017083405, -0.022171231, -0.0014072886, -0.015476024, -0.009929895, - -0.022782302, -0.00079289713, -0.04856682, -0.0019610713, 0.014798532, - -0.002515684, 0.014612555, -0.045378625, 0.006940963, 0.0022317355, - -0.0094051715, -0.00084478833, 0.033794854, 0.017880453, 0.0047590435, - -0.0012603329, 0.006459413, 0.0047191908, 0.021932116, -0.0036166073, - -0.015210341, 0.007904064, -0.002553876, 0.00059405016, 0.009856832, - 0.0018979716, 0.026475292, 0.0059878263, -0.018371966, 0.06503915, - -0.027152782, 0.009617718, -0.017442077, -0.011072331, 0.0006774912, - 0.010408124, -0.010454618, -0.025067173, 0.029304814, 0.03788637, - -0.007007384, -0.0009323806, -0.019514402, 0.0031749096, -0.006638749, - 0.0072132885, 0.017415509, 0.02450924, 0.029703338, -0.0017767538, - 0.0118428115, -0.023021415, 0.01196901, -0.025611823, -0.007864211, - -0.028109241, -0.0050811837, -0.008986721, -0.0134236235, - -0.028295219, 0.0035535076, 0.031324003, -0.035681203, 0.0010677128, - -0.022091527, -0.0058350586, 0.02072326, -0.017827317, -0.020616986, - -0.02094909, -0.011391151, 0.019275287, -0.022529902, -0.008295946, - -0.04399707, 0.037647255, 0.0085815545, 0.02425684, -0.010354987, - 0.0027132856, -0.014067905, -0.04219043, -0.0038457587, 0.018611081, - -0.01970038, 0.012420671, 0.011982295, 0.015608865, 0.0018730639, - -0.029251678, 0.0062667932, 0.003349264, -0.012327682, -0.031430278, - -0.012912185, 0.0136560965, 0.004244283, -0.0059380108, - -0.00053344126, -0.0027863486, 0.029304814, 0.013025099, 0.013051668, - -0.01947455, 0.013543181, -0.014798532, 0.0013267535, -0.015728422, - 0.013576391, -0.011988937, 0.016671596, -0.0022217724, -0.0037328436, - -0.043837663, 0.018079715, 0.023233961, 0.02101551, 0.02624946, - 0.006236904, 0.0048719584, 0.012712923, 0.03198821, -0.019182298, - 0.019846506, -0.0012761077, -0.00029059057, 0.00625683, -0.04978896, - 0.015210341, 0.002836164, 0.029889315, 0.0018166063, -0.011982295, - 0.021281194, -0.043784525, 0.02643544, -0.0041147624, 0.027166067, - 0.019169014, -0.0150775, 0.030553523, 0.028428061, -0.026873816, - 0.0052372725, -0.004705907, 0.0045797075, 0.01774761, -0.014174178, - -0.00058699294, -0.6274365, 0.008907016, 0.0060044313, -0.019673811, - 0.0053169774, 0.018278977, -0.013868643, -0.012772701, -0.02258304, - 0.027112931, -0.018305546, 0.012367534, -0.0008385614, -0.01135794, - 0.00266347, -0.0037129172, -0.005028047, -0.0073328456, -0.026129905, - -0.002454245, -0.047716632, 0.017402224, -0.0058317375, 0.02140075, - 0.0076915175, -0.003971958, -0.0029623634, 0.0039254637, 0.005841701, - 0.015462739, -0.011962368, -0.002171957, 0.022157947, 0.0020607023, - 0.044847257, -0.009411814, -0.0062833983, 0.02682068, 0.006894469, - 0.008594839, -0.00080991746, -0.0144797135, 0.028773447, -0.018358681, - -0.005028047, 0.01761477, -0.002185241, -0.017946875, 0.025598539, - -0.007359414, 0.009763843, 0.0017767538, 0.008256094, -0.022383777, - 0.020510713, -0.0002445112, 0.0078243585, 0.0030935442, -0.016671596, - 0.015064215, 0.012221409, 0.005287088, -0.013589676, -0.004370482, - -0.034087103, -0.00085350603, -0.00866126, -0.0004309043, - -0.014705543, 0.0067583066, 0.003669744, 0.018305546, -0.010242072, - -0.010707017, 0.015768275, 0.016498903, -0.0022931749, 0.022423629, - -0.01225462, 0.019169014, 0.00019874319, 0.0032280462, -0.026913669, - -0.0135564655, 0.019009605, -0.0046162386, -0.031324003, 0.0009647607, - -0.013084878, 0.0017335804, -0.010002958, 0.008827311, 0.025080457, - -0.014652407, -0.0059147635, 0.009650928, 0.01328414, -0.00981698, - -0.011796317, -0.025850937, -0.0035070132, -0.0010353327, - -0.0004956645, 0.014280451, -0.0110856155, -0.003975279, -0.019766802, - -0.01356975, 0.022304071, -0.00625683, 0.0027830275, -0.012068641, - -0.013749085, 0.015356466, -0.007372698, -0.027046511, 0.015462739, - -0.0017252777, -0.021679718, -0.00834244, 0.025744664, 0.012360893, - 0.017163109, 0.010979342, 0.014652407, 0.024469387, 0.007259783, - -0.022370493, 0.0041778623, -0.008063474, -0.00032297068, 0.007093731, - 0.038391165, -0.031138025, 0.0067317383, 0.019833222, 0.024947615, - -0.006329893, 0.026647985, -0.039028805, -0.023845032, 0.0023396693, - 0.017667906, -0.023419939, -0.024203705, -0.032971237, -0.022888575, - -0.0046527702, 0.021055363, -0.00949816, 0.012952037, 0.0053535085, - 0.010208862, 0.00092573854, -0.017973442, -0.015608865, -0.016060526, - -0.05717494, -0.034326218, -0.0015094104, -0.008116609, 0.014107757, - -0.006323251, 0.008986721, -0.027232489, -0.0059778634, -0.0019627318, - -0.000458718, -0.017867168, -0.017667906, 0.012453882, -0.018172704, - -0.03326349, -0.009352035, -0.003025463, -0.004453508, 0.005270483, - -0.008388935, -0.023791896, -0.00013315275, 0.018730639, -0.005579339, - -0.014878238, -0.0058184536, 0.04463471, 0.0088140275, 0.0021154995, - -0.013111447, -0.035654634, 0.030526955, 0.014492997, -0.00020206423, - -0.002595389, -0.007844285, -0.011384509, 0.014240598, -0.014825101, - -0.014121042, 0.0045830286, 0.034432493, 0.03477788, 0.0009971408, - -0.0034140241, -0.010826575, 0.018783774, 0.004247604, 0.005124357, - -0.016565323, 0.022543186, 0.01135794, -0.02171957, -0.011822885, - -0.0022632855, 0.0012628236, -0.004147973, 0.02525315, 0.00077172555, - 0.046149105, -0.018531376, 0.03881626, 0.015967537, 0.006359782, - 0.019262005, -0.0018614401, -0.056643575, 0.000782934, 0.008249451, - 0.024881195, -0.015608865, -0.019647244, 0.003221404, 0.023539497, - 0.022729164, -0.0050048, 0.028481197, 0.0062003727, -0.00090166106, - 0.00962436, 0.024947615, 0.030659797, 0.02008562, 0.005087826, - 0.008422145, -0.03812548, 0.037355002, -0.0055394867, 0.0019195583, - 0.003025463, -0.0052605197, 0.00436384, 0.0017701117, 0.004888564, - -0.031616256, 0.015250193, 0.009398529, 0.0052738036, -0.008435429, - -0.013377129, 0.02845463, 0.040835448, -0.021493739, 0.037222162, - 0.006940963, 0.0026485254, 0.010182294, 0.01906274, -0.005031368, - -0.009597791, -0.008641333, 0.0042774933, 0.011816243, 0.0046527702, - -0.0077048014, -0.038258325, 0.012101852, 0.002980629, 0.0017169751, - 0.00009989051, 0.00083980674, 0.017229531, -0.009843548, -0.04157936, - 0.0027315514, 0.0058981585, -0.02480149, -0.007366056, -0.0038225115, - -0.005479708, -0.017468644, -0.0033608875, -0.02094909, 0.02348636, - -0.026634702, 0.0055494495, -0.0055361656, 0.016033957, 0.03926792, - -0.01196901, 0.010999268, -0.02403101, -0.014014768, -0.0012146686, - 0.0054929922, -0.024602229, 0.0069741737, 0.025930643, -0.023101121, - -0.039081942, 0.016923996, -0.017349087, 0.017561633, -0.0054132873, - -0.00073353364, -0.0036631017, 0.0060940995, 0.009172699, - -0.025532117, -0.020284882, 0.038284894, -0.015502592, -0.0018365324, - -0.016645027, -0.0144132925, -0.027338762, 0.08974765, 0.03881626, - -0.006047605, 0.031244298, -0.018624365, 0.022051673, 0.032838397, - -0.009790411, 0.02428341, -0.00587159, -0.0060940995, -0.0013948347, - 0.014692259, 0.0005757845, 0.0035369024, -0.001645573, 0.015011079, - -0.008461998, -0.008628049, -0.011656833, -0.017468644, 0.01645905, - 0.020484144, 0.058981583, 0.0028162377, -0.0016796135, 0.021772707, - 0.016233219, 0.014200746, -0.031456843, 0.0047756485, 0.018278977, - 0.017508497, 0.016512187, -0.011523992, -0.009909969, -0.008070115, - -0.01491809, 0.020138757, -0.0010569195, 0.0018514771, 0.016419198, - 0.006914395, 0.014067905, 0.019328425, -0.0024559055, -0.008495208, - 0.013157941, -0.014652407, -0.0101358, 0.005675649, 0.0077313697, - -0.015555728, -0.008236167, 0.0038557218, -0.03429965, -0.017827317, - -0.027445035, -0.009033215, 0.0075254655, -0.010481187, 0.013516613, - 0.008634691, 0.008302588, -0.018345399, -0.011763106, -0.011723254, - 0.0030852417, -0.0028511086, -0.012194841, -0.02983618, -0.01584798, - -0.018836912, 0.004250925, 0.0011465874, 0.0143468715, 0.0230347, - -0.008760891, -0.015024363, 0.021799274, 0.00055170694, -0.037195593, - -0.012526944, -0.026023632, 0.01376237, 0.005961258, -0.005406645, - 0.007651665, 0.009684138, -0.0013591336, -0.021135068, -0.018624365, - 0.025040604, -0.033343192, 0.0072929934, 0.011597055, 0.011391151, - 0.01036163, 0.035787474, -0.0072464985, -0.004609597, -0.03692991, - -0.0012844104, -0.03230703, -0.0019428056, 0.022569755, -0.0029673448, - -0.009936537, -0.00097389356, -0.02226422, -0.009790411, -0.007259783, - -0.00033563212, 0.023619201, 0.022689313, 0.017242813, 0.029995589, - 0.0022898538, -0.018611081, 0.0031865332, -0.0078243585, -0.019793369, - 0.011523992, -0.0015774916, -0.022091527, 0.019660529, 0.0009564581, - -0.018358681, 0.000041357267, 0.01863765, -0.031563118, 0.02156016, - -0.009491518, -0.021161636, -0.042137295, -0.013277498, -0.008800743, - -0.009411814, 0.0118760215, -0.018863479, -0.010175652, -0.0017402224, - -0.007000742, -0.0057221437, 0.013191151, -0.027604444, 0.0012570118, - 0.011377866, -0.004911811, 0.020072335, 0.03278526, 0.008953511, - -0.015648717, 0.014200746, -0.010022884, -0.006084136, 0.0012271225, - -0.023566065, 0.025332855, 0.022476766, 0.038550574, 0.00094815553, - -0.020324735, 0.036292274, 0.002233396, 0.00071111665, -0.0020075657, - -0.028188946, -0.011025837, 0.010242072, 0.007943916, 0.0019610713, - -0.008515134, -0.00079414254, 0.038098916, 0.041552793, -0.029304814, - -0.01347676, -0.01831883, -0.022954995, -0.013264215, 0.01995278, - 0.0018946505, -0.0061007417, -0.02557197, -0.015462739, 0.034087103, - -0.0021536914, 0.00041845042, 0.0072929934, 0.017362371, -0.019182298, - 0.02659485, 0.016525472, 0.015927684, -0.017056836, -0.016910711, - -0.025425846, 0.017694475, 0.007977126, 0.013536539, 0.016405914, - -0.025850937, 0.0070738047, -0.016405914, -0.024429534, -0.011424361, - -0.009943179, -0.027099647, -0.013948347, 0.009385245, -0.0018564586, - -0.0058383797, -0.017043551, -0.022662744, 0.025266435, -0.021055363, - 0.020258315, -0.023473077, -0.0034870869, 0.04219043, -0.0010511077, - 0.038736552, 0.009936537, 0.036425114, 0.011344656, 0.008495208, - 0.011763106, -0.012932111, 0.0013325653, 0.018531376, 0.021852411, - -0.003404061, -0.0019594107, -0.005200741, 0.0068679005, 0.0049383794, - -0.009750559, -0.02720592, 0.036106292, -0.022689313, 0.0067616277, - -0.019966064, -0.007990411, -0.02480149, -0.0017684512, -0.009119563, - 0.012712923, 0.011351298, -0.0078907795, 0.0058118114, 0.03613286, - -0.0021420678, 0.022782302, 0.012414029, -0.008528418, -0.023884885, - 0.0004857014, -0.0063099666, 0.0047191908, 0.008302588, 0.032067914, - -0.008986721, -0.0022998168, 0.0238716, 0.0034837658, -0.025332855, - -0.015369751, -0.0067549855, 0.028321788, -0.03212105, -0.010368272, - -0.011470855, -0.018757205, 0.009298898, -0.044262756, -0.0072464985, - -0.005861627, 0.0056225127, 0.0093719615, 0.012460524, 0.022729164, - -0.014718828, -0.010746869, -0.009292256, -0.00327288, 0.008335798, - -0.010222146, 0.03278526, -0.04203102, -0.026422156, -0.030473819, - 0.009092994, -0.007990411, -0.00028062746, -0.03153655, 0.0045896703, - 0.017893737, 0.0021121784, 0.020683406, -0.014028053, 0.0051575676, - -0.016206652, 0.023140972, -0.03169596, -0.013244288, 0.016087094, - -0.0060874573, -0.020178609, -0.01004281, 0.00901329, 0.006814764, - -0.025014037, -0.0070339525, 0.013881926, 0.0053767557, 0.0062103355, - -0.0056922543, -0.029969022, -0.009285614, -0.019235436, 0.020510713, - 0.004128047, -0.009644286, 0.019102594, -0.0032031385, 0.017880453, - 0.023433223, -0.017468644, 0.01004281, -0.017163109, 0.015662001, - -0.019873073, -0.011869379, -0.02582437, -0.003779338, -0.027285624, - 0.018093, 0.009146131, 0.0013566428, 0.009039857, 0.019886358, - 0.0050512943, 0.0017302593, 0.0063000037, 0.013290782, 0.019195583, - -0.01212842, -0.024137283, -0.026382303, -0.019461267, 0.04463471, - 0.010627313, -0.02874688, -0.008907016, 0.024429534, -0.002922511, - -0.028773447, 0.0028178983, 0.014400008, 0.018185988, -0.0036631017, - -0.0036664228, 0.025917359, -0.004901848, 0.009949821, -0.0063963137, - 0.01671145, -0.00062809075, -0.0061704833, -0.0073527717, - -0.0058749113, -0.011822885, -0.010149083, 0.041473087, 0.0074125505, - -0.0135232555, 0.008721039, 0.016405914, 0.037115887, -0.0037394855, - 0.001110056, 0.022981564, 0.009863474, 0.024097431, -0.017189678, - -0.001135794, 0.02624946, 0.011756464, -0.010800006, 0.0014878238, - 0.008807385, -0.0052439147, 0.00070405944, 0.009431739, -0.021135068, - 0.0062070144, -0.010746869, 0.035920314, 0.011510707, -0.009936537, - 0.022091527, 0.029384518, -0.0011939121, 0.000016384638, 0.0024725106, - 0.0032230646, 0.021613296, 0.0018298903, -0.004745759, -0.014426577, - -0.004911811, 0.017256098, 0.0074258344, -0.017535066, 0.012168272, - -0.003679707, 0.0068745427, 0.021825843, 0.027684148, -0.005227309, - -0.004343914, 0.009225836, -0.011849454, 0.025372708, -0.0016754622, - -0.011623623, -0.024615513, -0.0060974206, -0.010129157, -0.013450192, - -0.021108499, -0.010474545, -0.01283248, 0.004450187, -0.0033957583, - 0.21286507, -0.028614039, -0.0044136555, 0.025997063, 0.012839122, - -0.0012204804, 0.01774761, 0.006226941, 0.00034912382, -0.0054597817, - 0.008860522, -0.001703691, -0.023313666, -0.002839485, 0.02396459, - -0.018358681, -0.016538754, -0.024522522, -0.0064494503, 0.018916616, - 0.0200192, -0.025226584, -0.009956463, -0.014227315, 0.019912926, - -0.004921774, -0.026767543, -0.004091515, 0.0067682695, -0.0013607942, - 0.0027282303, -0.011623623, -0.0005018914, -0.0043372717, - -0.005569376, 0.003789301, 0.01036163, -0.026143188, -0.0078243585, - 0.010288567, 0.033635445, 0.027365329, -0.024363114, 0.00056748185, - 0.0040217736, -0.0047856118, -0.013204436, 0.009823622, -0.004045021, - 0.020909237, -0.025425846, -0.02890629, 0.028401492, 0.04001183, - 0.017229531, -0.012121778, -0.0039155004, -0.005008121, 0.008601481, - 0.035149835, -0.012872332, 0.021985253, 0.013815506, 0.024070863, - -0.032678984, 0.0150775, -0.008315872, 0.03605316, -0.019501118, - -0.010892996, -0.0078907795, -0.022171231, -0.02813581, -0.0037262014, - -0.01216163, 0.014891521, 0.038603712, 0.03262585, 0.0015011078, - 0.00040350578, -0.009418456, -0.027577875, 0.016193368, 0.002281551, - 0.008707754, -0.030208135, 0.012560155, -0.0006247697, 0.0064494503, - 0.004742438, 0.019979347, -0.027763853, 0.0015251854, 0.00050064607, - 0.0005330261, -0.0045763864, 0.007000742, 0.00019729024, -0.030553523, - -0.021467172, -0.009870117, 0.027631013, 0.003493729, 0.012746133, - -0.004563102, -0.032413304, -0.0117763905, 0.018132852, 0.02249005, - 0.0075852443, -0.0035302604, -0.034538765, 0.0068612588, -0.010547607, - 0.010248714, 0.009059784, 0.0055095972, -0.009285614, 0.0086479755, - -0.03135057, -0.026913669, -0.019620676, 0.027418466, 0.0011681741, - 0.0088140275, -0.03414024, -0.027312193, -0.011490782, -0.0071468675, - -0.015515876, 0.022808868, -0.0036365334, 0.009810338, -0.020842817, - -0.0050413315, -0.016060526, -0.015728422, -0.0018265693, 0.01600739, - 0.005761996, 0.006336535, -0.006137273, 0.017840602, -0.00044294307, - 0.021188203, -0.013244288, 0.004340593, 0.0329181, -0.019354993, - -0.009591149, -0.0020225104, 0.014904805, -0.028082673, -0.03204135, - 0.009425098, -0.023566065, -0.02357935, -0.02130776, -0.01838525, - -0.013304067, -0.021573445, -0.011391151, -0.0046162386, 0.003772696, - -0.028242083, -0.010487829, -0.16663626, 0.013516613, 0.040968288, - -0.015927684, 0.04391737, -0.013908495, 0.020935806, 0.023512928, - -0.023791896, 0.006044284, 0.021161636, -0.0027099648, 0.0032861643, - -0.030872343, -0.027604444, -0.011138752, 0.02326053, 0.03214762, - 0.0367705, 0.0033990794, -0.00083690084, -0.022529902, 0.0030071973, - -0.0053402246, 0.0059280475, -0.0018431745, 0.017787464, 0.046255376, - 0.0027647617, 0.0034671607, -0.051064234, 0.003211441, 0.020497428, - -0.004569744, 0.004061626, -0.009152773, 0.00096808176, -0.00433063, - -0.01514392, 0.033183783, 0.031563118, -0.0028311824, -0.0167513, - -0.0026202968, -0.0066586756, 0.028002968, -0.0052505564, - 0.0012694657, 0.014293735, -0.010680449, 0.0013292443, -0.017521782, - 0.008920301, 0.009637644, -0.005180815, -0.03217419, -0.015462739, - 0.010076021, -0.025452413, -0.009378603, -0.006406277, -0.010275283, - 0.047344677, -0.0036730648, -0.017056836, -0.017535066, -0.0041380096, - -0.0046726963, -0.01260665, 0.017973442, -0.0074191927, -0.025266435, - -0.013682664, -0.011470855, 0.003218083, 0.024828058, -0.0042974195, - -0.0020108868, 0.017760895, 0.02589079, 0.009538013, 0.03105832, - -0.013868643, -0.009152773, 0.0039188215, 0.010281925, -0.0077712224, - 0.015542445, -0.019819938, 0.0041214046, 0.01382879, -0.0023247246, - -0.024084147, -0.0010336721, 0.026462007, -0.015090784, 0.00901329, - -0.0050380104, 0.0090465, -0.019222151, 0.01016901, 0.013470119, - -0.016791154, 0.018185988, 0.005011442, 0.0025837654, 0.017269382, - -0.004260888, 0.010149083, -0.013297425, 0.0041014785, 0.005104431, - 0.032094482, 0.023459792, 0.008840595, 0.021281194, 0.019673811, - -0.038869396, 0.027896695, -0.012752775, 0.055262025, -0.007299635, - -0.035016995, 0.01963396, -0.017163109, -0.05178158, -0.1178569, - -0.002226754, 0.02557197, 0.030048726, 0.029092267, 0.01600739, - 0.0015152222, 0.018212557, -0.0061804466, 0.028640607, -0.03323692, - -0.0069276793, 0.018371966, 0.005409966, 0.0074258344, -0.017030269, - 0.008621407, -0.02290186, -0.029171973, 0.04516608, 0.004045021, - -0.0069476054, 0.010534324, 0.0027149462, -0.0032878248, -0.014107757, - -0.031270865, 0.024828058, -0.0019245398, -0.004725833, 0.012626575, - -0.010447976, -0.0061937305, -0.0040981574, 0.010680449, - -0.0015467721, -0.011729896, -0.019301856, 0.011152036, -0.034405924, - -0.0007679894, 0.014546134, 0.0027797064, -0.0042343196, -0.004470113, - -0.025651675, -0.017242813, 0.023393372, -0.018478239, 0.0010203881, - -0.00949816, 0.012427313, -0.026395587, 0.005207383, 0.019368276, - -0.021613296, 0.02233064, -0.0027863486, -0.01761477, 0.0026883779, - -0.003609965, 0.0066885646, -0.019819938, 0.008780817, 0.05103767, - -0.021480456, -0.012991889, -0.01392178, 0.006250188, -0.009126204, - -0.0031267547, 0.017574918, 0.017867168, 0.039321057, -0.04516608, - -0.007565318, -0.0046926225, -0.026143188, 0.012580081, 0.015157204, - -0.0015318275, -0.008408861, 0.0025356102, -0.01838525, 0.009551297, - -0.0037461277, -0.0011532295, -0.014267167, 0.016259788, -0.020829532, - -0.03307751, 0.0389491, 0.029357951, -0.017109973, -0.012686354, - 0.02781699, 0.00055461284, -0.016631745, 0.010680449, 0.0068679005, - -0.0058350586, -0.008734322, -0.020749828, -0.00006418938, - 0.007286351, -0.0032346882, 0.023300383, -0.004161257, -0.0068612588, - 0.022503333, -0.02425684, 0.00985019, -0.0015226946, 0.0047723274, - -0.028985994, -0.025226584, -0.014333587, -0.0065324763, -0.019354993, - -0.0134900445, 0.024522522, -0.008129894, -0.01232104, 0.018983036, - -0.02595721, 0.013310709, -0.00010658447, -0.016286356, -0.016565323, - 0.0019893001, -0.009597791, -0.009604434, 0.018810343, -0.030340977, - -0.010793365, -0.0030686364, -0.018199272, -0.034485627, 0.01764134, - 0.008495208, 0.015927684, 0.01985979, -0.013370488, -0.021228056, - -0.0124671655, -0.025359424, 0.0038291535, -0.0042044306, - -0.014426577, 0.0033393009, -0.0045963125, 0.0040383786, 0.027019942, - 0.0033575664, -0.005841701, -0.027046511, -0.011152036, 0.028401492, - 0.007472329, -0.00949816, 0.0119424425, -0.03214762, 0.021533592, - -0.021002226, 0.026143188, -0.029384518, -0.010819932, -0.011955727, - 0.010547607, -0.0061771255, 0.013775654, -0.023592634, 0.000041486994, - 0.000015256005, 0.023047984, 0.011802959, -0.00073560927, - -0.007930632, 0.011264951, 0.009943179, -0.011922516, 0.009106278, - 0.029411087, -0.010713659, 0.01039484, 0.00558266, 0.025983779, - -0.0029092268, 0.008070115, 0.041765336, -0.0038557218, -0.0036531386, - 0.015675286, 0.019554256, -0.024881195, -0.010388198, 0.004526571, - 0.035468657, -0.019580822, 0.009073068, -0.011570486, 0.012938753, - 0.0057520326, 0.00009900836, -0.0016090415, -0.011318088, -0.01036163, - -0.0039022162, 0.0017020305, -0.0290657, -0.029092267, -0.004164578, - -0.0027830275, -0.006535797, 0.017083405, 0.0061738044, -0.02380518, - 0.019142447, -0.021467172, -0.021493739, -0.018358681, 0.016512187, - 0.003679707, 0.005778601, 0.003580076, 0.00034538764, 0.02403101, - 0.016937278, 0.031164594, 0.008016978, 0.00141144, 0.03549522, - 0.018916616, -0.006167162, -0.054039884, -0.03971958, -0.00042177146, - -0.018146137, -0.016578607, 0.04391737, -0.005665686, 0.0640827, - 0.00069658714, -0.023831747, 0.01995278, 0.0020025843, 0.019328425, - 0.009511445, -0.010647238, -0.018185988, -0.020776397, 0.026873816, - -0.012340967, -0.024482671, -0.033901125, -0.013908495, 0.010109231, - -0.017349087, 0.02595721, 0.031616256, -0.017309235, 0.035734337, - -0.019793369, -0.0071335835, 0.002095573, -0.018571228, -0.0063332138, - 0.018212557, 0.00038648545, -0.010547607, -0.02845463, 0.0038225115, - -0.0039453898, -0.03852401, 0.01078008, -0.009458308, 0.019647244, - -0.013138015, -0.013509971, -0.013244288, -0.013815506, -0.017574918, - 0.011783033, -0.02171957, -0.016724734, -0.0033276773, -0.0029789684, - -0.013383771, -0.011643549, -0.012214767 - ], - "metadata": { - "chunkTitle": "Rest and Hypertrophy", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28775&chunkSid=chunk_57164" - }, - "document": "Andy Galpin: Yeah, I can't wait to break all that stuff down. We got a very long discussion for all those things.\n\nAndrew Huberman: We will get into it in all its practical realities and actionables before long. What about rest between sets?\n\nAndy Galpin: Great. This is the interplay now. So one actually thing we said for a long time is you want to stick between 30 to 90 seconds of rest between sets for hypertrophy. And that's because you're trying to activate this metabolic disturbance or disruption. You need a little bit of a burn, a little bit of a pump to go there. More recent research, a lot of these out of Brad Schoenfeld's lab and others, have shown that that just doesn't seem to be the case again for moderate to newly trained individuals. Whether that's the case for the highly trained folks, I don't necessarily know. I don't think there's any difference here. So you can take up to three to five minutes of rest in between sets and be fine. The caveat here, though, is this if you're going to rest longer, that means the metabolic challenge is lower. So you need to then increase the challenge in either mechanical tension, which think about as weight, load or muscle breakdown, so you can't lower one of the variables, keep everything else the same and expect the same result. So if you're going to have more rest, then you need to either preserve the load on your bar or the volume.\n\nAndy Galpin: One of the two has to happen. So this gives people a lot of opportunity. I generally tell people if you're going to train for hypertrophy, it's probably best to stay in the two minute range. At most you can go longer. But a lot of people have a hard time actually coming back and then executing that next set with enough intent to get there. And or it's going to make your workouts tremendously long. So you can stick to the shorter one. You don't have as much mechanical tension, but that's okay. You can still get there, but in reality it is. You can do whatever you would like.\n\nAndrew Huberman: Tell me if this is a reasonable structure, given what you've told us. Three exercises per muscle group. First exercise, slightly heavier loads. So repetition ranges somewhere between, let's say five andy eight, with perhaps hitting failure or close to it on the last set. Rest periods of somewhere between two or let's get wild and say five minutes.\n\nAndy Galpin: Sure." - }, - "truncated_cells": [] - }, - { - "row_idx": 14, - "row": { - "id": "chunk_57163", - "embedding": [ - -0.030461973, -0.0018103253, 0.021342782, 0.0002144889, -0.023407767, - 0.011412845, -0.0072066537, -0.036920242, -0.02918695, -0.0077956594, - 0.025930095, 0.037419166, 0.008488607, 0.021412078, 0.015896216, - -0.0109554995, 0.050446577, 0.024086855, 0.0091884835, -0.017489994, - -0.003537497, 0.01979058, -0.019333236, -0.01728211, -0.008065909, - 0.022742536, 0.024364034, -0.019333236, -0.008862798, -0.0005695162, - 0.027759477, -0.01901448, -0.0052456125, 0.0049164626, -0.03495227, - -0.03445335, -0.010809981, 0.017101943, 0.016464433, -0.018113647, - 0.03414845, 0.0040329546, 0.0065137064, -0.010207117, -0.008128274, - -0.02836927, 0.001165018, -0.030378819, -0.016201112, 0.006278104, - 0.026844786, 0.008571761, -0.024904532, 0.00059030467, -0.005845012, - -0.009299356, -0.021703115, 0.0067077316, 0.027315991, -0.0054950737, - -0.014995384, 0.010082386, 0.0018484375, 0.035977833, -0.0008358679, - 0.008814292, 0.0049511096, -0.008564831, -0.019028338, -0.0030749545, - 0.009049894, 0.025514327, -0.009819066, 0.0012464393, 0.05263629, - -0.00009414341, 0.009049894, -0.02256237, -0.0011208425, 0.0013746346, - 0.008169851, -0.008537113, -0.033039737, 0.025943954, 0.0200539, - -0.021356642, 0.011960274, -0.0024980758, -0.0016899257, - -0.0006821202, -0.008412383, 0.024072995, 0.018363109, 0.020538963, - -0.0045076236, 0.026955657, -0.019430248, -0.009015247, -0.016921777, - 0.005782647, -0.0329843, 0.004317063, -0.003894365, -0.022617806, - -0.018279955, 0.02257623, 0.026082544, -0.005307978, 0.0017670161, - -0.015092396, -0.027551593, 0.043849718, -0.0076570697, -0.027024953, - -0.004289345, -0.031071765, 0.024502624, -0.01386588, -0.014025257, - -0.03800124, 0.027925784, 0.0008778779, 0.036449037, -0.007573916, - 0.0050204047, 0.0084054535, -0.020788426, 0.0213705, 0.017961198, - -0.018432403, 0.026830927, 0.014718205, 0.018473981, 0.007636281, - 0.0014941681, 0.012445337, -0.010872346, -0.01782261, -0.033261478, - -0.024225444, 0.009486451, 0.013567912, -0.012764093, 0.0003566514, - -0.0034647374, 0.020247925, 0.014981525, -0.002447837, -0.023241458, - -0.01069218, -0.036227293, -0.0019038733, -0.0024374428, - -0.0017756779, -0.0077818003, 0.027080389, -0.025458891, 0.020968592, - -0.028410846, -0.009735912, 0.018432403, 0.014870653, 0.0068601803, - -0.025486609, -0.012078075, 0.019222364, 0.033760402, 0.015508165, - 0.02257623, -0.0076085636, 0.00600439, 0.0026626508, -0.0154250115, - 0.026040968, 0.012292889, 0.030766869, -0.027551593, -0.008038191, - -0.011558364, -0.04301818, 0.017088085, 0.012202806, 0.034481067, - 0.01636742, -0.007837236, 0.015203268, 0.017531572, -0.028688027, - -0.016062522, 0.0012862838, 0.009271638, 0.016519869, -0.026221134, - 0.01320065, -0.635516, -0.0071304296, 0.003589468, -0.010913923, - 0.017656302, 0.034287043, 0.0018778878, -0.007151218, -0.025126277, - 0.033344634, -0.019360952, 0.01649215, 0.011253468, -0.0004378562, - 0.010754545, 0.0015149565, -0.0092439195, -0.010463507, -0.007497692, - 0.011731601, -0.01979058, 0.020483527, -0.013955963, -0.001174546, - 0.0008388996, 0.012680939, 0.007023023, -0.02034494, 0.017517712, - -0.00012505536, -0.015230986, 0.022008013, 0.02110718, -0.0116138, - 0.050252553, -0.022118883, -0.016173394, 0.0064132293, 0.018640287, - 0.018723441, -0.0033867809, 0.003589468, 0.01992917, -0.012188947, - 0.0024166545, 0.0118424725, 0.0037141985, -0.009978444, 0.015743768, - -0.01517555, 0.02218818, 0.0030247157, 0.0041576847, -0.0026383975, - 0.012895753, 0.012819529, -0.00083933264, -0.010622885, -0.013366957, - 0.011537576, 0.015951652, -0.00022120183, -0.026470594, 0.0011771446, - -0.020095477, -0.003866647, -0.028050514, -0.011821684, 0.00155047, - -0.0018900143, 0.020095477, 0.014898371, -0.012965048, -0.00023776761, - 0.0064513413, 0.027108107, -0.009458734, 0.00035600178, -0.018307673, - 0.026886363, 0.008038191, -0.0022087703, -0.00896674, -0.012292889, - 0.018127507, 0.0062226686, -0.044431794, 0.0009008317, -0.0041611497, - -0.021910999, -0.011703883, -0.00108966, 0.001822452, -0.02270096, - -0.005910842, -0.00033283135, 0.0070923176, -0.012764093, - -0.006295428, -0.041133363, -0.024447188, -0.009278567, 0.015341857, - 0.0070923176, 0.008994458, -0.00014595207, 0.007227442, -0.0045422707, - 0.027191259, -0.020137055, 0.02335233, 0.0020823071, -0.0030212512, - 0.024585778, 0.01901448, -0.030655997, -0.0026799745, -0.0061429795, - -0.005713352, -0.011925627, 0.030655997, -0.0027232836, 0.012327536, - 0.0070160935, -0.009548817, 0.015993228, -0.0010359565, -0.026040968, - 0.015896216, -0.0110455835, -0.004781338, -0.020358797, 0.041105647, - -0.03193102, 0.022617806, 0.0066730846, -0.0083569465, 0.000587273, - 0.018044353, -0.0435171, -0.017462278, -0.013353098, 0.022548512, - -0.021287346, -0.015522024, -0.01966585, -0.01094857, 0.0012533688, - 0.032540813, 0.008945952, 0.016921777, 0.007726365, 0.0036206506, - 0.020441951, -0.020261785, 0.0038423939, -0.023019716, -0.05252542, - -0.024253162, -0.0072066537, -0.017198958, 0.030267946, -0.012050357, - 0.010248694, -0.0092369905, -0.009313215, 0.013228368, 0.0025968207, - 0.0009753236, -0.012971977, 0.015355716, -0.03234679, -0.00693294, - 0.014732064, -0.011301974, -0.0025205966, 0.0145241795, 0.020247925, - -0.02520943, 0.0007146021, 0.0127433045, -0.009223131, -0.006402835, - 0.0041507557, 0.023255318, 0.008994458, -0.0110317245, -0.015688332, - -0.015203268, 0.013179861, -0.011911768, 0.00047336976, -0.017476136, - -0.0144826025, -0.01385895, 0.0036102564, -0.00068038784, - -0.0016145677, 0.0045595947, 0.042546976, 0.028410846, -0.027149683, - 0.015854638, -0.018224519, 0.047286738, -0.007858025, 0.0063959053, - -0.023837393, 0.029159231, 0.008128274, -0.025542045, -0.008814292, - -0.02401756, -0.0091884835, -0.006174162, 0.015508165, 0.016866341, - 0.03060056, -0.013242227, 0.021024028, -0.006652296, 0.00012776219, - 0.030711433, -0.012570067, -0.029796742, 0.016062522, -0.007033417, - -0.00054699543, -0.00554358, -0.006458271, -0.0066037895, 0.020441951, - 0.029519564, 0.001432669, 0.012881894, 0.003866647, 0.0027596634, - 0.006981446, 0.04093934, 0.012050357, 0.005100094, 0.004026025, - 0.009618111, -0.008412383, 0.038250703, 0.00014205424, 0.035451192, - 0.0028462817, -0.011059442, -0.0022260938, -0.0007687386, 0.016436715, - -0.02257623, 0.004126502, -0.011392057, -0.011690024, 0.0011260397, - -0.012646291, 0.023629509, 0.022382203, -0.015632896, 0.028036656, - 0.02863259, 0.0015019637, 0.021786269, 0.0026245387, -0.0048471675, - -0.0066037895, -0.01306206, -0.0031840936, -0.0012455732, - 0.0136233475, -0.009881431, 0.0016500812, 0.020940874, -0.0035080467, - 0.016575305, -0.0015894483, 0.02863259, 0.0071997247, -0.0037973523, - -0.039414853, 0.013664925, 0.008800433, -0.016159536, -0.0046670013, - -0.014815218, -0.007456115, -0.0109901475, 0.007677858, -0.019250082, - 0.0205944, -0.036920242, -0.012840317, -0.0020355333, 0.027773336, - 0.015203268, -0.0074006794, 0.010962429, -0.014815218, -0.007165077, - -0.027953502, 0.0043863575, -0.0014785767, 0.016949495, 0.0009216202, - -0.016603023, -0.024696648, -0.005328766, -0.023269176, 0.006863645, - -0.0016985876, 0.0023283036, 0.01345704, 0.010740686, 0.0036899454, - -0.021231912, 0.006357793, 0.030073922, -0.022534652, 0.015882356, - -0.010532802, -0.014690487, -0.014565757, 0.094573475, 0.040329546, - -0.015341857, 0.025791505, -0.0069918404, 0.038417008, 0.0008484276, - -0.006032108, 0.033732682, 0.005027334, 0.013297662, -0.00047163738, - -0.0014361336, -0.00475362, 0.023130588, 0.013540194, 0.006007855, - -0.015106255, -0.009673547, -0.004538806, -0.0062088096, 0.019416388, - 0.023407767, 0.03683709, 0.013318451, 0.010123963, 0.028937487, - 0.013172932, 0.0027284808, -0.020927014, -0.0039775185, 0.02823068, - 0.00049026037, 0.033316914, -0.0048887446, -0.002870535, -0.014745923, - -0.011530646, 0.006309287, -0.020913156, 0.002357754, 0.016131818, - 0.024308598, 0.011121808, 0.022548512, -0.022077307, -0.0074006794, - 0.006084079, -0.018945184, -0.0245442, 0.015050819, 0.013179861, - -0.019846017, 0.0026089472, -0.0046011712, -0.011890979, - -0.0041195727, -0.0083361585, -0.013838162, 0.0034318224, - -0.024364034, -0.004673931, 0.017406842, 0.020649835, -0.023865111, - -0.025153995, -0.009604252, 0.010615956, -0.0059974603, -0.014399449, - -0.021037886, -0.01399061, 0.0017462277, 0.015632896, 0.013353098, - 0.0010394212, 0.022257473, -0.003880506, -0.02601325, 0.0071997247, - 0.0026158767, -0.016644599, -0.028660309, -0.009832925, 0.0040676016, - 0.013422393, -0.00087398005, -0.00092421874, -0.02217432, - -0.011073301, 0.014399449, -0.016686175, 0.0083430875, -0.037834935, - 0.017600866, -0.008322299, 0.015341857, 0.030545125, 0.026609184, - -0.023199882, 0.01491223, -0.02746844, -0.0018120577, -0.0314321, - -0.019097634, 0.02204959, 0.0028826615, -0.008731139, -0.0020978986, - -0.03642132, -0.0043655694, -0.0008666175, 0.0039775185, -0.00244264, - 0.021564526, 0.014039116, 0.034924556, 0.010068527, 0.0016440179, - -0.0027821842, -0.009410227, -0.038611036, 0.030184792, 0.025029264, - -0.029020641, 0.012847247, 0.015605178, -0.01991531, -0.014191565, - 0.0024045277, -0.022534652, 0.028133668, -0.0007808652, -0.02982446, - -0.04182631, -0.036365885, -0.03323376, 0.024987686, 0.01728211, - -0.008835081, 0.0024876816, 0.012583926, 0.008682632, -0.0059212362, - 0.017268252, -0.023407767, 0.01385895, 0.0127848815, -0.014191565, - 0.0053391606, 0.009881431, 0.025860801, -0.008661844, -0.0017964664, - -0.0015452729, 0.0046392833, 0.014579616, -0.010006161, 0.02943641, - 0.020954732, 0.03811211, -0.019859875, -0.016866341, 0.017143521, - -0.0016266942, -0.001658743, -0.016921777, -0.0118771205, - -0.0032239382, 0.023283036, 0.016256548, -0.0011243073, -0.012833388, - -0.019554978, 0.038611036, 0.037557755, -0.025167853, -0.035146296, - -0.027537733, -0.026636902, -0.012382972, 0.022105025, -0.003773099, - 0.0039428715, -0.028604873, -0.009361721, 0.024918392, 0.00052404153, - -0.009597323, -0.008065909, 0.014454884, -0.010151681, 0.01609024, - 0.013512476, 0.0181968, -0.009479522, -0.023435485, -0.019513402, - 0.011114878, 0.025819223, 0.018501699, 0.031459816, -0.026054826, - 0.0017981988, -0.025569763, -0.001488971, -0.020234067, -0.0041784733, - 0.0073105963, -0.030101638, -0.0060425024, -0.016561445, -0.009396368, - -0.005831153, -0.0048644915, 0.0028341552, -0.012327536, 0.025431173, - -0.030434255, -0.008744997, 0.02441947, -0.016270407, 0.023199882, - 0.016284266, 0.058096718, 0.0056717754, 0.010851557, -0.0026141445, - -0.01571605, 0.01966585, 0.021675397, 0.0018207196, -0.0153695755, - -0.008627196, -0.016422855, 0.008786574, -0.017088085, 0.009749771, - -0.02652603, 0.035672937, 0.01253542, 0.0075046215, -0.010137822, - -0.00976363, -0.0253203, 0.0031823614, 0.012119652, 0.010262553, - 0.014565757, -0.02968587, -0.0057583936, 0.023712663, -0.019250082, - 0.007213583, 0.0024270485, -0.0051451353, -0.014621193, -0.016713893, - 0.008751927, 0.012486914, -0.004327457, 0.021910999, -0.009534958, - -0.004566524, 0.0031685024, 0.01636742, -0.029630436, -0.009666618, - -0.018903608, 0.03705883, -0.017919622, -0.004355175, 0.01280567, - -0.015799202, 0.007023023, -0.020178631, 0.0072482307, -0.009424086, - 0.009167695, -0.01055359, 0.015230986, 0.021425936, -0.026359722, - 0.001056745, -0.0051451353, -0.013034343, 0.017240534, -0.019970747, - 0.039608877, -0.044764407, -0.008987529, -0.036698498, 0.0019056057, - 0.007726365, -0.0061568385, -0.021703115, -0.0071304296, 0.008980599, - 0.0021862492, 0.026900223, -0.03459194, 0.010484296, -0.0127433045, - 0.027496157, -0.037973523, -0.015951652, -0.013346169, -0.0021238842, - -0.029796742, -0.028826615, 0.011849402, 0.0073175253, -0.0054812147, - 0.0100893155, 0.018557133, 0.007483833, 0.017448418, -0.028660309, - -0.030018486, -0.011343551, 0.00021394754, 0.02310287, 0.0063508637, - -0.0135956295, 0.008855869, -0.009694335, 0.004815985, 0.01991531, - -0.03021251, 0.008925164, -0.003213544, 0.03414845, 0.012722516, - -0.018252237, -0.013713431, -0.011378198, -0.018668005, 0.022493076, - 0.018266097, -0.0068982923, 0.0071858657, -0.010401142, -0.002480752, - 0.008121344, -0.012604715, -0.007892672, 0.02798122, 0.0023664157, - -0.035423476, -0.012521561, -0.011024795, 0.04102249, 0.012819529, - -0.013228368, -0.0053530196, -0.0035115115, -0.0055920864, - -0.02270096, -0.0060009253, 0.008079768, 0.008114415, -0.016020946, - -0.019554978, 0.02283955, -0.01596551, -0.003345204, -0.014191565, - 0.008557902, 0.00845396, 0.008273793, -0.0021221517, -0.028854333, - -0.024571918, -0.023435485, 0.008744997, -0.0041368967, -0.0019558442, - 0.003359063, 0.024377894, 0.028022796, -0.003974054, -0.008758856, - 0.02441947, 0.0062711746, 0.019596554, -0.023504779, -0.012611644, - 0.019554978, 0.0016223633, -0.0042997394, 0.010477366, 0.013491687, - 0.00018774546, -0.010401142, 0.012285959, -0.0043378514, - -0.0011728136, 0.007968896, 0.022659384, 0.0055401153, -0.0048783505, - 0.023283036, 0.00015461391, -0.0144826025, -0.02863259, -0.018182943, - 0.0061706975, 0.016838623, -0.0028012402, -0.01174546, 0.0021360107, - 0.008620267, 0.02429474, 0.010290271, -0.020511245, 0.00817678, - 0.006652296, 0.019624272, 0.026470594, 0.0101308925, -0.005754929, - -0.005754929, 0.017198958, -0.005463891, 0.019873735, 0.006957193, - -0.0075392686, -0.009223131, -0.018044353, -0.034647375, -0.018986762, - -0.021425936, -0.015522024, 0.0011321029, 0.010200188, 0.009153836, - 0.19624273, -0.020247925, -0.0026002855, 0.016131818, 0.01647829, - 0.010539731, 0.026733914, -0.01002695, 0.0005036862, -0.0009822531, - 0.019804439, 0.0058138296, -0.02308901, -0.00620188, 0.020622117, - -0.03658763, -0.026581466, -0.02773176, -0.02310287, 0.023587933, - 0.0033746543, 0.0026609183, -0.00613605, -0.011052513, 0.043350793, - 0.01069218, -0.023532497, 0.00508277, 0.028660309, 0.0055782273, - 0.0038077466, -0.018681865, 0.009313215, -0.006583001, -0.022645524, - 0.0011910035, 0.0055505093, -0.025306443, -0.015092396, 0.015106255, - 0.013567912, -0.00468779, -0.018224519, -0.0034872582, -0.011024795, - -0.008488607, -0.0044695116, 0.006188021, -0.0072967373, 0.017212816, - -0.020940874, -0.014829077, 0.03195874, 0.021231912, 0.0053911316, - -0.002518864, 0.020566681, -0.007497692, -0.012764093, 0.027801054, - -0.018307673, 0.008495537, 0.009091471, 0.038250703, -0.021730833, - 0.0181968, -0.00989529, 0.006971052, -0.021412078, -0.020400375, - -0.014399449, -0.022936562, -0.036227293, -0.007663999, -0.013699572, - -0.0072620898, 0.017129662, 0.04221436, 0.02482138, 0.0056405924, - -0.0054812147, -0.03353866, 0.010678321, 0.030240228, -0.000043634038, - -0.0224515, 0.018044353, -0.010408072, -0.014607334, -0.015743768, - 0.001940253, -0.016575305, -0.008273793, -0.0019835623, 0.0012525026, - -0.022091167, 0.022105025, -0.010906993, -0.017004931, -0.021425936, - -0.038250703, 0.0535787, 0.0043517104, 0.030711433, -0.013166002, - -0.03495227, -0.0040156306, 0.009271638, -0.0019177322, -0.005418849, - 0.0053356956, -0.027288273, 0.020497387, -0.0118771205, 0.015619037, - -0.0028532112, 0.020649835, 0.005152065, 0.019679708, -0.02295042, - -0.009548817, 0.0022382203, 0.020525105, 0.005730676, 0.0027128893, - -0.019679708, -0.03761319, -0.01926394, 0.0057583936, -0.03838929, - 0.0077956594, -0.01320065, 0.016256548, -0.034896836, 0.009209272, - -0.02943641, -0.003575609, -0.025777647, -0.003485526, 0.016797047, - -0.0026505243, -0.003866647, 0.024197726, -0.011059442, 0.023269176, - 0.0083430875, 0.019846017, 0.033510942, -0.00818371, -0.00950724, - 0.005366878, 0.015563601, -0.024655072, 0.003908224, 0.007726365, - -0.0147875, -0.0072482307, -0.016921777, -0.010913923, 0.0076085636, - -0.046039432, 0.022021871, 0.016963355, -0.01938867, -0.031764712, - -0.017074225, -0.1768402, 0.0072967373, 0.03631045, -0.029131513, - 0.04299046, -0.017573148, 0.022548512, 0.028965205, -0.027801054, - -0.0069918404, 0.008634126, 0.0077679413, -0.00023495252, - -0.011731601, -0.03486912, 0.016187254, 0.018293815, 0.012341395, - 0.036615346, 0.012154299, 0.010442719, -0.013228368, -0.004143826, - -0.0040329546, -0.0028809293, -0.0007916925, 0.0018588316, - 0.028577155, 0.019028338, -0.003644904, -0.021301206, 0.0050619813, - 0.0144687435, -0.019943029, -0.006901757, 0.0072759488, -0.0071581476, - -0.0005647522, -0.029491846, 0.010650603, 0.030461973, 0.027745618, - -0.011703883, -0.02045581, -0.014316295, 0.017226676, 0.031736996, - 0.006357793, 0.00976363, -0.0042339093, -0.0050550518, -0.005571298, - 0.017905762, 0.02164768, -0.0018501699, -0.022479217, 0.005041193, - 0.009791348, -0.0045180176, 0.011198032, -0.018266097, -0.009625041, - 0.03237451, -0.0044383286, -0.016852483, -0.032014173, -0.014718205, - -0.028688027, -0.021730833, 0.009292426, 0.0031685024, -0.01622883, - 0.0020476598, -0.036476757, 0.029630436, 0.009015247, -0.014926089, - -0.005356484, -0.0044556526, 0.00034972193, 0.00020257887, - 0.021730833, -0.010581308, -0.013554053, -0.0021931787, 0.0036171859, - 0.013387745, 0.007982755, -0.015937792, -0.009126118, 0.0127294455, - -0.0049822927, -0.029103795, -0.025445033, 0.018058212, -0.0024790196, - 0.0076847877, 0.0028116344, 0.013983681, 0.0006712929, 0.011821684, - 0.01888975, -0.026678478, -0.008086697, 0.02677549, -0.0032377972, - 0.0013755008, 0.010546661, 0.017088085, 0.0016483489, -0.0012048625, - 0.003158108, 0.03733601, 0.031598404, -0.011890979, 0.004240839, - 0.015993228, -0.02785649, 0.009971514, -0.019194646, 0.05848477, - 0.0054881442, -0.03603327, 0.002513667, -0.02468279, -0.019943029, - -0.13847862, 0.00739375, 0.01768402, 0.018792735, 0.021869423, - -0.0072551602, -0.020123195, 0.019430248, -0.021522949, 0.033039737, - -0.03234679, -0.0340653, 0.008876657, -0.018460121, 0.0046150303, - 0.0053010485, 0.008232216, -0.017753314, -0.0153834345, 0.033704966, - 0.012188947, -0.008550972, -0.006891363, 0.011468281, -0.02243764, - -0.00896674, -0.01991531, 0.03431476, -0.014829077, -0.006586466, - 0.02149523, -0.015050819, 0.010858487, -0.00415422, 0.01954112, - -0.022811832, -0.0136718545, -0.004240839, 0.013429322, -0.023380049, - 0.0034023721, 0.021855565, 0.014080693, 0.0053218366, -0.005754929, - -0.008980599, -0.027967362, 0.031210355, -0.0037315222, -0.02257623, - -0.02561134, -0.023975983, -0.036365885, 0.014330154, 0.009465663, - -0.033455506, 0.018002776, 0.012071146, -0.0024114572, 0.0066730846, - 0.0066592256, 0.0064374823, -0.010893134, 0.008758856, 0.032319073, - -0.013415463, -0.02004004, -0.027121965, 0.002170658, -0.0067077316, - -0.0049303216, 0.03090546, 0.0019714357, 0.035063144, -0.025943954, - 0.0028116344, -0.00053270336, -0.012674009, 0.007968896, - -0.0027544664, 0.009195413, -0.0031702348, 0.0036795512, -0.023310754, - 0.001470781, -0.0010506817, 0.0154111525, -0.00007573699, 0.004060672, - -0.024655072, -0.015355716, 0.030850023, 0.018529415, -0.024225444, - -0.0322082, 0.02361565, 0.007352173, -0.019457966, -0.00036011616, - 0.0014941681, -0.0019974213, -0.0027128893, -0.024059137, 0.026456736, - 0.005782647, 0.00010323835, 0.008086697, -0.01690792, 0.0056717754, - 0.02507084, -0.009749771, 0.01926394, -0.028798899, -0.0075808456, - -0.016187254, -0.0271774, -0.034619655, -0.018570993, 0.0028289582, - -0.019762862, -0.003345204, -0.0028202962, -0.005356484, 0.014399449, - 0.0014794429, 0.00659686, 0.011288115, -0.018058212, -0.011994921, - 0.008384665, 0.0065760715, 0.0136510655, 0.021994153, -0.023671087, - -0.0037315222, -0.0011373, -0.016686175, -0.012091934, 0.024128431, - 0.0031407846, 0.0385556, 0.037807215, -0.027315991, -0.0006539692, - 0.00050238695, -0.031709276, -0.011253468, -0.00060806144, - -0.034203887, 0.009417157, -0.0027458044, 0.0034127664, 0.0036760864, - -0.0012958118, -0.015674472, -0.027232837, -0.029907614, -0.004091855, - -0.016700035, 0.01030413, 0.010380354, -0.029020641, 0.024003701, - -0.0036760864, 0.0127294455, -0.01808593, -0.018252237, -0.006278104, - 0.00402256, 0.021675397, -0.001029027, -0.033316914, -0.004327457, - 0.009853713, 0.023019716, 0.01926394, -0.0024495693, 0.003786958, - 0.0063647227, 0.0033729218, -0.01582692, -0.004909533, 0.012299818, - -0.000062094594, -0.0036345096, 0.026636902, 0.020220207, - -0.00027652935, -0.0011754122, 0.02773176, 0.013117496, 0.005595551, - -0.0053218366, 0.032817993, -0.016173394, -0.00244264, 0.004906068, - 0.045457356, -0.02177241, 0.005398061, 0.016630739, -0.0071997247, - 0.027232837, -0.0032499237, 0.00083760027, -0.020663694, -0.013304592, - 0.007165077, -0.010394213, -0.028577155, 0.0008007875, 0.0063404697, - 0.00001985457, 0.016339703, 0.015591319, 0.0067354497, -0.0073868204, - -0.008828151, 0.0059039127, -0.025943954, -0.016963355, - -0.00026678477, 0.012376042, 0.015244845, 0.006402835, -0.008890516, - 0.013443181, 0.021301206, 0.03417617, -0.014607334, -0.013387745, - -0.0127710225, 0.022243615, -0.017392982, -0.023380049, -0.020400375, - -0.008550972, -0.02612412, 0.007109641, 0.024779802, -0.006839392, - 0.06280876, 0.009548817, -0.017961198, 0.0002715488, 0.0024720903, - 0.013547123, -0.0019177322, -0.009063753, -0.004947645, -0.03101633, - 0.016339703, -0.012424548, 0.006177627, -0.037308294, -0.022396063, - 0.017573148, 0.004829844, 0.018501699, 0.02071913, -0.0015054285, - 0.01571605, 0.00415422, 0.011405916, -0.0031927556, -0.0063404697, - -0.0145241795, 0.014344013, 0.007982755, -0.01016554, -0.03511858, - 0.01703265, -0.0030333777, -0.038999084, -0.014801359, 0.011932556, - -0.012188947, -0.006239992, 0.006347399, -0.0028982528, 0.0051278113, - 0.022118883, -0.0074907625, -0.023033574, -0.028216822, 0.007178936, - 0.010380354, -0.017074225, -0.021550667, -0.018044353 - ], - "metadata": { - "chunkTitle": "Failure in Exercise", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28775&chunkSid=chunk_57163" - }, - "document": "Andy Galpin: That minus two. Failure is still needed in caveat, too, which is, again, very, very highly trained individuals. You won't see people who are like Eric or other folks who are six to eight to ten years into very serious training, who don't have to go to failure, probably a little bit more than what I just said. So the layout that they brought in, their paper was very nice and they basically said, okay, here's a couple of scenarios in which going to failure is maybe the best way to do it. Number one, you probably should do it on a little bit of the safer exercises. So maybe taking your back squat on a barbell to complete failure and doing that as like a standard protocol multiple times a week, it's maybe not the best choice. So maybe if you're going to do barwell back squats, you take that to your one or two reps in reserve stop there. It's a lot of work. It actually going back to our discussion of the prolific chart.\n\nAndy Galpin: It's a similar idea, right, where you're going to spend most of your time in these working sets, 70 to 90 sort of percent, and then you're going to take that failure to maybe the hack squat machine or maybe even to the leg extension machine. So a little bit of a safer exercise. They also can tend to be single joint exercises, don't have to be, but they're just ones that are not as complicated and you're not likely to injure other body parts when you're doing it. All right, so that's one way to go about it. Another way to go about it is simply doing it on the last movement of the day. And so, again, you're not going to do it on your first three or four exercises, but whatever your last finisher is, you'll hit total failure on that one, andy, that kind of keeps you in a range of, yeah, you hit some failure, you got a lot of overall work done. So that's a lot of stimulus, that's a lot of noise going to that nucleus that says grow, grow, grow. But you didn't totally obliterate yourself, especially if you don't have the assistance of anabolic steroids, right?\n\nAndy Galpin: That's very important. If you have those, you can push this a lot harder because your recovery would be significantly enhanced. If not, you kind of want to walk away from that.\n\nAndrew Huberman: I have to assume that 99% of people listening to this do not. And yet among those. Who are not taking anything in terms of anabolics. There, I think, is a large range of recovery quotients out there. Some people just tend to recover better. Some people, I think, also are far more diligent about what I would call the necessary but not sufficient variables of adequate sleep, proper nutrition, limiting stress, andy, so on." - }, - "truncated_cells": [] - }, - { - "row_idx": 15, - "row": { - "id": "chunk_57162", - "embedding": [ - -0.0352058, -0.0074396404, 0.012262996, -0.010351095, -0.030778242, - 0.011618988, -0.0123770395, -0.029704895, -0.022567132, -0.0069767595, - 0.012283121, 0.037433, 0.010666392, -0.00022284541, 0.0053868634, - -0.0014138, 0.04575144, 0.00463552, -0.003572235, -0.021882873, - -0.02355998, -0.0029617685, -0.02542492, 0.0024972102, -0.02083636, - 0.02989273, 0.02466016, -0.011317109, -0.0032820958, 0.0026246703, - 0.030161068, -0.009378375, 0.009445459, -0.0048065847, -0.023747815, - -0.015536706, -0.007707977, -0.012987506, 0.024821162, -0.01165253, - 0.02338556, 0.009284456, -0.0061851656, -0.006289146, -0.009277748, - -0.029570727, 0.008902077, -0.02606893, -0.006845945, 0.02091686, - 0.026632437, 0.008620323, -0.02581401, 0.029973231, -0.0033860763, - -0.016449051, -0.016744222, 0.02632385, 0.016636888, -0.0006381387, - -0.0066010877, 0.01305459, -0.0039780946, 0.0037399456, -0.015966045, - -0.013175341, -0.0010808946, -0.009096621, -0.008915493, 0.008499571, - 0.013832767, 0.028685214, 0.0074463487, -0.0074597658, 0.05898045, - -0.01934709, 0.02070219, -0.016422218, -0.0150537, -0.0018934523, - 0.010002258, -0.0011404319, -0.021480368, 0.036037646, 0.024405241, - -0.021265699, -0.00041193905, -0.0010037477, 0.000097586584, - -0.013886434, -0.004410788, 0.024351573, 0.028309543, -0.00016540453, - 0.008680698, 0.014718278, -0.026229931, -0.001745867, -0.026645854, - 0.012175786, -0.026350683, -0.0055814073, -0.014020603, -0.012122119, - -0.032629766, 0.018260326, 0.028229041, -0.032227263, -0.0017341272, - -0.035098467, -0.023881983, 0.007325597, -0.019521508, -0.031449083, - -0.007224971, -0.031180747, 0.030778242, -0.011927575, 0.00072367105, - -0.032602932, 0.031180747, 0.02003135, 0.027692368, 0.0008905431, - 0.0034162642, -0.011021938, -0.036091313, 0.0048300643, 0.014235272, - -0.003605777, 0.019038502, 0.033864114, 0.020796109, 0.007151178, - -0.012390456, 0.013088132, -0.0025508776, -0.0073926817, -0.02211096, - -0.02989273, 0.022191461, 0.010237053, -0.012491083, 0.006684943, - 0.0007215747, 0.021909708, 0.00901612, 0.007359139, -0.0056920964, - 0.003461546, -0.029141387, 0.0030053733, -0.006718485, 0.016207548, - -0.0060744765, 0.013544305, -0.011712906, 0.010002258, -0.04057254, - -0.013483929, 0.018005406, 0.025263919, 0.0066178585, -0.005222507, - -0.022741552, 0.018166408, 0.032629766, -0.003288804, 0.02738378, - -0.018085906, -0.014973199, 0.010780435, -0.02334531, 0.026243348, - 0.0008897045, 0.014718278, 0.015362287, -0.00052703044, 0.0074060983, - -0.028685214, 0.008405653, 0.00091653824, 0.036923155, 0.025143167, - -0.013242425, 0.01577821, 0.027464282, -0.023492895, -0.002857788, - -0.013859601, 0.011068897, 0.01381935, -0.013041173, 0.023050139, - -0.6302697, -0.002510627, 0.0006435893, -0.013584555, 0.018689664, - 0.01560379, -0.008922202, -0.018085906, -0.029678062, 0.02003135, - -0.025317587, 0.010921312, -0.0060107466, -0.022419548, 0.0061818114, - -0.00688955, -0.019414175, -0.0026766604, -0.009110037, 0.004082075, - -0.020930277, 0.016864974, -0.009304582, 0.019937431, -0.00096433575, - 0.007848854, -0.010337679, -0.0028611422, 0.015362287, 0.013805933, - -0.009827839, 0.017576067, 0.017455315, -0.0010691548, 0.050930344, - -0.016851557, -0.008949036, 0.015657458, -0.0026380871, 0.03550097, - -0.017482148, 0.0046120402, 0.02487483, -0.009707088, -0.0061214357, - 0.016006297, -0.0024737308, -0.012081869, 0.021064447, -0.01403402, - 0.0034112327, 0.004816647, -0.0034649002, -0.010049216, 0.003399493, - -0.030241568, 0.0110286465, 0.0041726385, -0.012618543, 0.00018175632, - 0.02177554, -0.008003148, -0.022607384, -0.0019974327, -0.025492005, - 0.007513433, -0.0145706935, -0.016945476, 0.00095343456, - -0.0012905328, -0.006748673, 0.01233008, -0.016730806, 0.0019437654, - -0.0013559399, 0.0325761, -0.00039160415, 0.016529553, -0.005131943, - 0.022593966, 0.008707533, -0.006859362, -0.0163283, -0.0072853467, - -0.0010029091, 0.0033894305, -0.036896322, -0.0044510383, - -0.014396274, 0.0026934317, -0.02075586, 0.000682582, 0.0040082824, - -0.026229931, -0.01190745, -0.0016737514, 0.0044577466, -0.008707533, - -0.018609164, -0.0176029, -0.012055035, -0.011733031, -0.0034850254, - 0.014449942, 0.0027370364, -0.0076476014, -0.010820685, 0.010552349, - 0.039955363, -0.015885545, 0.0076610185, -0.0035219218, 0.010471847, - 0.013108257, -0.0027521304, -0.036466986, 0.012625251, 0.0030573634, - -0.0049608783, 0.0014674674, 0.034964297, -0.0047361464, 0.018461578, - 0.010901187, 0.021413283, 0.017750485, -0.009163705, -0.028738882, - 0.008955744, 0.008284901, 0.0030841972, -0.017415065, 0.033703115, - -0.014476775, 0.036037646, 0.017254062, 0.009458875, 0.0021248928, - 0.027410613, -0.03469596, -0.016730806, -0.013557722, 0.02887305, - -0.021493785, -0.012390456, -0.04349741, -0.022218294, -0.00841907, - 0.018448161, -0.015429372, 0.0041424506, 0.013557722, 0.02355998, - 0.0119409915, -0.019280005, -0.0011597185, -0.015670875, -0.04698579, - -0.031529587, -0.02003135, -0.012980797, 0.004719375, -0.0068325284, - 0.018434744, -0.017683402, -0.008445904, 0.011679363, 0.0026582123, - -0.0029299036, -0.00969367, 0.024351573, -0.016771056, -0.019803263, - 0.0039009475, -0.009599753, -0.010337679, 0.00035596566, 0.007929355, - -0.02542492, -0.0050581503, 0.033917785, -0.00027798026, -0.010780435, - -0.003238491, 0.030348903, 0.008144025, -0.0053868634, -0.031824756, - -0.016449051, 0.03362261, -0.01875675, 0.013953519, -0.011129273, - -0.0049005025, 0.0048837317, 0.00540028, 0.027370363, -0.0027252967, - 0.010022383, 0.043524243, 0.020675357, -0.019212922, 0.0019018378, - -0.00927104, 0.02828271, 0.008653865, 0.012819795, -0.01756265, - 0.027987538, 0.02364048, -0.02313064, -0.009633294, -0.014275523, - 0.0053164246, 0.0073725563, 0.01305459, 0.030778242, 0.02738378, - -0.013873017, 0.0069767595, 0.0035487555, 0.012638668, 0.040545706, - 0.012128828, -0.029543892, 0.007500016, -0.0024854706, 0.0076274765, - -0.0262836, -0.008566655, 0.0009760755, 0.02287572, 0.013128383, - 0.0074396404, 0.01709306, -0.000068132416, 0.01666372, 0.0049441075, - 0.023009889, 0.012994214, 0.021077864, 0.012678918, 0.005856453, - -0.031234415, 0.011089022, 0.0022271962, 0.010518806, -0.0014875927, - -0.014825613, 0.010518806, -0.0055545736, 0.0029651227, -0.029839063, - 0.006943217, -0.0064199604, 0.0013433616, -0.0033324088, -0.006701714, - 0.010894478, 0.024606494, -0.0069365087, 0.012980797, 0.032307763, - -0.0044543925, 0.017911488, 0.0076543097, 0.0046288115, 0.008620323, - -0.035957143, 0.010304137, -0.0019689219, 0.004719375, 0.004065304, - -0.0056283665, 0.016811306, -0.0028980384, 0.029651226, -0.0030238214, - 0.008593489, 0.0023848442, -0.007513433, -0.044839095, 0.014195022, - 0.0038472803, -0.010149843, -0.010143135, 0.00091905385, 0.0071377615, - -0.015161035, 0.000520322, -0.018528663, 0.024002735, -0.029141387, - -0.005088338, -0.009089912, 0.02538467, 0.035608307, -0.012618543, - 0.021144947, -0.018126158, 0.010216927, -0.01803224, 0.004776397, - -0.016797889, 0.016113631, 0.026941024, -0.032173593, -0.026847107, - 0.008358695, -0.024150321, -0.000099316094, -0.004467809, - 0.0055545736, 0.027397197, 0.0054237596, -0.008351986, -0.0052459864, - -0.0024032923, 0.049937498, -0.02534442, -0.0019051919, -0.010196802, - -0.01738823, -0.033032272, 0.08023273, 0.043524243, -0.015147618, - 0.023492895, -0.015362287, 0.038130675, -0.0041122627, -0.010901187, - 0.025827426, 0.0059034117, -0.0074060983, -0.0052057356, 0.01687839, - -0.017361397, 0.005651846, 0.0070639686, 0.01526837, -0.018099323, - -0.008586781, -0.010371221, -0.016636888, 0.017482148, 0.01934709, - 0.046502784, 0.016636888, 0.0012595063, 0.025505422, 0.006711777, - 0.013161925, -0.024794329, -0.012907005, 0.0043873084, 0.00089138164, - 0.02271472, -0.011122565, -0.027611867, 0.00007421192, -0.02011185, - 0.006047643, -0.025961595, -0.010532224, 0.022795219, 0.01041818, - 0.017750485, 0.017025976, -0.004877023, -0.0035822976, 0.011860491, - -0.020272853, -0.005115172, 0.013832767, -0.00026225738, -0.021547453, - 0.020353353, 0.00091905385, -0.0040753665, -0.004618749, -0.031180747, - -0.006178457, -0.007667727, 0.003991511, 0.0051386515, 0.011618988, - 0.01956176, -0.040814042, -0.0122026205, -0.004085429, 0.019293424, - -0.021882873, -0.030429404, -0.02908772, -0.021574287, -0.014463359, - 0.024096653, 0.011444569, 0.017844403, 0.019937431, -0.011411026, - -0.015831877, -0.0028158603, -0.0014674674, -0.022164628, - -0.021493785, -0.024418658, 0.017508982, 0.008949036, 0.01169278, - -0.00412568, -0.0016376936, -0.000631011, -0.0017223875, - -0.0010733476, 0.018260326, -0.020983946, -0.0018397848, 0.009244206, - 0.0023965838, 0.007922647, 0.023224559, -0.01556354, -0.0010180031, - -0.0375135, -0.003763425, -0.03330061, -0.009505834, -0.0019135774, - 0.0053868634, -0.01934709, -0.009418625, -0.031475917, -0.015979461, - -0.008566655, -0.0029483517, 0.027061775, 0.033246942, 0.018313993, - 0.01169278, 0.025679842, -0.010867644, -0.010156551, -0.0033424716, - -0.029731728, 0.025666425, 0.015630623, -0.030000065, 0.021507202, - 0.00062765676, -0.032898102, -0.014181605, 0.007224971, -0.01964226, - 0.045885608, -0.010606016, -0.04078721, -0.039982196, -0.033354275, - -0.0175224, 0.01985693, -0.0021366326, -0.0022422902, -0.0058296192, - 0.006466919, -0.023506312, -0.012819795, 0.017334564, -0.030375736, - 0.010143135, 0.019280005, 0.0041827015, 0.0059704958, 0.02275497, - 0.012933838, -0.0072316793, 0.0062455414, -0.009391791, 0.00021697553, - 0.017066227, -0.02066194, 0.015509873, 0.018635998, 0.033810448, - -0.012585, 0.004474518, 0.035393637, -0.00969367, -0.004887086, - 0.00015125396, 0.00028301158, -0.02406982, 0.01267221, 0.018823834, - 0.01526837, 0.015644042, -0.014221855, 0.06279083, 0.03826484, - -0.014235272, -0.013705307, -0.020353353, -0.017683402, -0.020407021, - 0.024405241, 0.0049944203, 0.008553239, -0.03670849, -0.019373924, - 0.043658413, -0.0037835503, -0.008083649, 0.0056920964, 0.012933838, - -0.0082245255, 0.030268403, -0.00094253337, 0.023975901, -0.011498236, - -0.020782692, -0.022124378, -0.001691361, 0.013403428, 0.006262312, - 0.023546563, -0.027531365, 0.002874559, -0.021896292, -0.025156584, - -0.009089912, -0.013322927, -0.008452612, -0.022513466, 0.001516942, - -0.0017827633, -0.012960672, -0.0014515349, -0.011954409, 0.026967859, - -0.011370776, 0.018743332, -0.028819382, -0.013443679, 0.020407021, - -0.009928465, 0.023184307, 0.021614537, 0.043899916, 0.019038502, - 0.009894923, -0.024673577, -0.017549234, 0.010257178, 0.016314883, - 0.02857788, -0.0006591025, 0.009177122, 0.00049474614, -0.0068828412, - -0.015134201, 0.005983913, -0.023224559, 0.03354211, -0.011491528, - 0.004290036, -0.012370331, 0.008204401, -0.02734353, -0.0036124855, - -0.002669952, 0.01454386, 0.016972309, -0.025263919, -0.021010779, - 0.044248756, -0.011109147, 0.021614537, 0.0077415192, -0.00965342, - -0.0325761, -0.00552774, -0.0062925, 0.01177999, -0.005034671, - 0.034025118, -0.026551936, -0.0024217404, 0.02244638, 0.007976314, - -0.02908772, -0.018555496, -0.020594858, 0.02857788, -0.021762121, - -0.0065675457, 0.010901187, -0.024982166, -0.005611595, -0.040089533, - -0.008070232, -0.017240645, -0.003984803, 0.0023932296, 0.017656568, - 0.010693225, -0.012350205, -0.00079830224, -0.01654297, 0.0007027073, - -0.0050179, -0.006798986, 0.0402237, -0.023358727, -0.02291597, - -0.033783615, -0.002443543, 0.01654297, 0.010136426, -0.013651639, - 0.010263886, 0.027692368, 0.00074379635, 0.03818434, -0.01135065, - -0.00051025936, -0.02130595, 0.01607338, -0.034293454, -0.0032032717, - 0.002145018, -0.013792517, -0.021426702, -0.025827426, -0.002336208, - 0.0145706935, -0.021574287, -0.0051554227, -0.0008092034, - 0.0023009889, 0.005467364, -0.01037793, -0.010968271, 0.0013945133, - -0.0028980384, 0.027772868, 0.015751375, -0.016744222, 0.0068325284, - -0.0052191527, -0.016368551, 0.024485743, -0.025706675, 0.016153881, - 0.0076476014, 0.0072518047, -0.025948178, -0.016408801, -0.029463392, - -0.004856898, -0.020393604, 0.01913242, 0.021882873, -0.004655645, - 0.00049474614, 0.013410136, -0.0054707183, 0.0086605735, 0.0008670636, - 0.010740184, 0.02836321, 0.01169278, -0.010968271, -0.002527398, - -0.025988428, 0.035661973, 0.02156087, -0.0009064756, -0.0036259023, - 0.035071634, -0.010183386, -0.020393604, 0.002653181, 0.018810416, - 0.0046925414, 0.004679125, -0.031073412, 0.0032267512, 0.0076140594, - 0.00046791247, -0.0059604333, 0.021440119, 0.011900742, 0.013101549, - -0.008995994, -0.012719169, -0.04435609, -0.017643152, 0.022526883, - 0.0023546563, -0.01381935, 0.014906115, 0.028685214, 0.03150275, - 0.0055679907, -0.013081424, 0.026229931, 0.02066194, 0.021721872, - -0.0062321243, -0.00079075526, 0.011431152, 0.021869456, -0.012229454, - 0.011095731, 0.017374814, -0.00067545427, 0.012189204, -0.008385528, - -0.022674467, -0.00048216787, -0.0024720537, 0.022379298, 0.025398087, - -0.007325597, 0.013047881, 0.02207071, -0.0037399456, -0.012866754, - -0.02113153, -0.010512098, 0.030053733, 0.0014473421, 0.0007362494, - -0.014127937, -0.013913268, 0.021279115, 0.0037298829, -0.004035116, - 0.009217372, -0.016824724, 0.010646266, 0.030885577, 0.017629733, - -0.001858233, 0.0074060983, -0.0098345475, -0.013665057, 0.013403428, - 0.012470957, -0.02011185, -0.01807249, 0.02785337, -0.0066279215, - -0.0275582, -0.0133967195, -0.020608274, -0.0005358352, 0.005651846, - 0.013457095, 0.20146734, -0.022432964, -0.00018668282, 0.020313103, - 0.0025307524, -0.0033458257, 0.015093951, 0.0015068793, 0.0074865995, - -0.0054069883, 0.020259436, 0.004430913, -0.03657432, -0.0009685285, - 0.019709345, -0.010532224, -0.02648485, -0.029141387, -0.015040283, - 0.013135091, 0.01016326, -0.004474518, -0.011303692, 0.0015337131, - 0.037862334, 0.014369441, -0.020554606, 0.0069365087, 0.0075067244, - -0.022339046, -0.0153757045, -0.025746925, -0.0008687407, - 0.00016886357, -0.013470512, 0.014852447, 0.009700378, -0.014946365, - -0.00035533676, 0.020366771, 0.03440079, 0.013604681, -0.027249612, - 0.018139575, -0.0030305297, -0.00042472698, -0.008734366, - 0.0031730838, -0.020487523, 0.017025976, -0.03193209, -0.016489303, - 0.013423554, 0.031073412, 0.0049172738, -0.018300576, 0.002634733, - -0.0028930071, -0.012014785, 0.02806804, -0.025183417, -0.0032586162, - 0.01135065, 0.018300576, -0.03627915, 0.009472293, -0.01734798, - 0.018260326, -0.02828271, -0.041136045, -0.020192351, -0.017965155, - -0.031100247, -0.009968716, 0.00068174343, 0.0070706774, 0.03933819, - 0.01828716, 0.01683814, 0.0055646366, 0.019883765, -0.026672687, - -0.0008846732, 0.012216037, -0.007493308, -0.037755, 0.012423999, - 0.007339014, 0.0029013928, -0.0023311768, 0.003766779, -0.016516136, - 0.0025173356, 0.010324262, -0.010619433, -0.017468732, 0.00799644, - -0.019186089, -0.023452645, -0.028712047, -0.020178935, 0.04800547, - -0.0032619704, 0.018233493, -0.0036560902, -0.03762083, 0.009063079, - 0.012779545, 0.014785363, -0.010720059, 0.006097956, -0.022687884, - 0.007674435, -0.020433854, 0.019186089, -0.008633739, 0.001548807, - -0.0047629797, 0.0076006427, -0.020796109, -0.030805076, - -0.0098546725, 0.023439229, -0.005779306, -0.0076476014, -0.028229041, - -0.032763936, 0.006064414, 0.012068452, -0.019682512, 0.027263029, - -0.00978088, 0.027263029, -0.028712047, 0.017441899, -0.026216514, - -0.0035554639, -0.030348903, -0.007815312, -0.00068761327, - -0.003268679, -0.00093834056, 0.020339936, 0.015147618, 0.016167298, - -0.0025173356, -0.000105500425, 0.053211205, -0.024177155, - -0.022593966, 0.015442789, 0.0060073924, -0.024847997, -0.006399835, - -0.004920628, -0.020138685, -0.015456205, -0.0066279215, -0.025679842, - -0.003272033, -0.040840875, -0.0017358043, 0.004256494, -0.0058061397, - -0.029865896, -0.015805043, -0.16851558, -0.002366396, 0.049669158, - -0.009009412, 0.04065304, -0.0034347123, 0.020192351, 0.022526883, - -0.029034052, -0.01054564, 0.015281786, -0.013752266, 0.009754046, - -0.025746925, -0.03343478, -0.008090357, 0.031744257, 0.021024195, - 0.036681652, 0.008741074, 0.008190984, -0.02649827, -0.0036091313, - -0.0013316219, -0.012645376, -0.014678028, 0.006812403, 0.040170033, - 0.007983022, -0.0069365087, -0.033246942, 0.004028408, 0.020366771, - -0.035983976, 0.017267479, -0.0010741862, 0.003065749, -0.0015680938, - -0.023117224, 0.015013449, 0.022097543, 0.0010465139, -0.0154830385, - -0.011276858, -0.0074396404, 0.021319367, 0.0077884784, 0.005048088, - 0.027504532, -0.015429372, 0.0012536364, -0.011981242, 0.016207548, - 0.009002703, -0.0048367726, -0.027799703, -0.0018297222, 0.00650717, - -0.0074597658, -0.011538487, -0.010176676, -0.012980797, 0.042155728, - 0.0013358146, -0.0061382065, -0.01560379, 0.0012075161, -0.004320224, - -0.014181605, 0.016650304, 0.009747338, -0.036627986, -0.021051029, - -0.03214676, 0.01781757, 0.011538487, -0.008580072, -0.010538932, - 0.0108542275, 0.001644402, -0.00673861, 0.016059963, -0.030670907, - -0.011525069, -0.000937502, 0.0010842488, -0.010129718, 0.021399867, - -0.01135736, -0.0036292565, 0.015335454, -0.009868089, -0.022017043, - -0.020930277, 0.013369886, -0.008372111, -0.0027722556, -0.007365848, - 0.010666392, -0.009975424, 0.013597972, 0.005507615, -0.0045147683, - 0.019226339, 0.030590406, -0.0060006836, -0.003890885, 0.0038472803, - 0.027880203, -0.010753601, -0.0013903206, -0.013604681, 0.0139401015, - 0.036386482, 0.0059034117, 0.011196357, 0.013557722, -0.029329224, - 0.009901632, 0.020648524, 0.072772965, 0.0035822976, -0.03405195, - -0.0039948653, -0.027222779, -0.022164628, -0.13674448, -0.0036124855, - 0.0200716, 0.010297429, 0.012390456, 0.013504054, -0.019320257, - 0.02224513, -0.012437415, 0.03330061, -0.009458875, -0.008325152, - 0.016797889, 0.0028779132, 0.0043135155, -0.010934728, 0.013034465, - -0.01203491, -0.043255907, 0.040009033, 0.0011714583, 0.00042116313, - -0.004320224, 0.00901612, -0.0013433616, 0.0019571823, -0.026780022, - 0.028202208, -0.0150537, -0.027289862, 0.009452167, -0.019628843, - 0.0042162435, 0.0047227293, 0.0038338634, -0.017938321, -0.011914158, - -0.008989286, 0.00044904504, -0.029356057, -0.007191429, 0.028712047, - 0.018944586, 0.012511208, 0.0027102027, -0.024888247, -0.0074128066, - 0.0011286921, -0.016905224, -0.0070572603, -0.013504054, -0.011491528, - -0.029839063, 0.02211096, 0.00053164246, -0.025773758, 0.019333674, - 0.0038472803, -0.0037231743, 0.0009785912, 0.00017682982, - -0.008814867, -0.015523289, -0.004051887, 0.0325761, -0.005084984, - -0.0029902793, -0.03456179, 0.0072383876, -0.005289591, 0.0023060201, - 0.028712047, 0.010049216, 0.02691419, -0.050205834, 0.02185604, - -0.024861414, -0.008472738, 0.025881093, 0.0014221856, 0.0055210316, - -0.01127015, -0.00045114142, -0.012813087, 0.011478111, 0.0035521097, - 0.011605571, -0.023774648, 0.021399867, -0.03796967, -0.025975011, - 0.03576931, 0.02313064, -0.019722762, -0.021923125, 0.014678028, - 0.0068224655, -0.007593934, 0.009002703, 0.00080501067, -0.012792962, - 0.010129718, -0.02160112, 0.02695444, -0.0053935717, -0.01666372, - 0.00527282, -0.011102439, 0.008814867, 0.026565352, -0.005366738, - 0.018515246, -0.03163692, -0.013846184, -0.033354275, -0.032549266, - -0.028014371, -0.017871236, -0.009257623, -0.0065205866, 0.00552774, - 0.0070103016, -0.011987951, 0.0074262237, -0.008694115, 0.008439195, - 0.004887086, -0.01934709, -0.014852447, 0.005497552, 0.0033793678, - -0.0001745238, 0.021332784, -0.038452677, -0.000021252072, - 0.0095729185, -0.017280895, 0.0048334184, 0.017991988, 0.00845932, - 0.022607384, 0.016395384, -0.011665947, -0.0030389153, -0.009197247, - -0.017978571, -0.0036326107, 0.015241535, -0.037406165, -0.0002584839, - -0.0022305504, 0.008097066, 0.00739939, 0.0034649002, 0.004669062, - -0.0053734463, -0.03584981, 0.007191429, 0.0038271549, -0.015724542, - 0.03649382, -0.0119409915, 0.024083236, -0.023573397, 0.01190745, - -0.01938734, -0.015657458, 0.008083649, 0.0026598894, 0.025049249, - 0.0046958956, -0.031073412, 0.009103329, 0.0037768418, 0.018864084, - -0.0010884416, 0.009391791, -0.0016947152, 0.009915048, 0.016583221, - -0.013752266, 0.00033542112, 0.024432074, 0.0048401267, -0.024901664, - -0.007117636, 0.034803294, 0.0006809049, -0.0018783583, 0.018166408, - 0.012880171, -0.0025777114, 0.00514536, 0.03206626, -0.0155501235, - 0.0058396817, -0.0016209226, 0.024244238, -0.01917267, 0.009935173, - 0.012081869, 0.016730806, 0.03053674, 0.008351986, -0.019011669, - -0.021762121, -0.00080249505, 0.00714447, -0.009418625, -0.031100247, - -0.007607351, 0.009593044, 0.011209774, 0.009351541, 0.024888247, - 0.0064535025, 0.0031697296, 0.0052191527, -0.0005404473, -0.014892697, - -0.016046546, 0.02563959, -0.0049373987, 0.019548343, -0.006949926, - -0.0064233146, 0.01756265, 0.030456237, 0.031288084, 0.009720504, - 0.005430468, 0.009418625, 0.028175374, -0.014973199, -0.03576931, - -0.023398977, -0.010532224, -0.020514356, -0.012517916, 0.024297906, - 0.00093917915, 0.05710209, 0.0013274291, -0.022674467, 0.028524213, - 0.0062857918, 0.027316697, 0.015040283, -0.016744222, -0.01369189, - -0.0375135, 0.019749595, -0.0015873804, 0.0056317206, -0.032602932, - -0.014610944, 0.031100247, 0.007882397, 0.027719202, 0.012631959, - -0.025975011, 0.020487523, -0.004290036, -0.0031512815, 0.017321147, - -0.022808636, -0.0046757706, 0.017401647, 0.022298796, -0.00083436, - -0.014610944, 0.008606906, 0.0053566755, -0.02849738, -0.007828729, - 0.001539583, -0.0062488955, -0.01165253, -0.00073331443, -0.010015675, - -0.019830097, 0.003890885, 0.00029265494, -0.018166408, -0.030429404, - 0.009103329, 0.014342607, 0.007875687, -0.00841907, -0.012819795 - ], - "metadata": { - "chunkTitle": "Repetition Ranges", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28775&chunkSid=chunk_57162" - }, - "document": "Andrew Huberman: What about repetition ranges? You've mentioned pretty broad repetition ranges. How many repetitions per set is required in order to induce hypertrophy?\n\nAndy Galpin: Yeah. So there are two caveats here before I give you well, the number is somewhere between like four to 30 reps. 30 repetitions? Absolutely. In fact I think you can go much higher.\n\nAndrew Huberman: The first 20 have to feel exceedingly light.\n\nAndy Galpin: Correct.\n\nAndrew Huberman: And during those 1st 20 or so repetitions is the goal still to contract the muscle as hard as possible on each repetition.\n\nAndy Galpin: So this is the caveats here. So caveat number one is there is an assumption that by the end of this set you're getting somewhat close to failure, Andy, so you don't have to go to absolute failure to induce most like perturb, but you also have to get kind of close. So if you're going to do a set of 25 and you finish it and you're like, OOH yeah, like that was kind of starting to get hard at the end, that's not going to be enough. If you're going to do a set of five or six and the same sort of expression comes out of your mouth, it's not going to be enough. So in that case it doesn't matter your rep range. If you're not getting somewhat close to failure again, it doesn't need to be complete failure. A good number to think about is like minus two, which is what we call reps in reserve, which is sort of like I got within two or so reps of failure and then I stopped.\n\nAndrew Huberman: And can we define failure, at least for sake of this portion of the conversation, as the point at which you can no longer move the resistance, could be your body, could be a weight machine, et cetera, that you can no longer move the resistance anymore in the concentric phase of the exercise movement in good form.\n\nAndy Galpin: Correct. But that's a really nice momentary muscular failure is how we typically define it. There's a wonderful review, I think it's open access that just came out in the last handful of months. Eric helms his team out of New Zealand. Eric is a great scientist and a very experienced physique coach and a competitor himself, so he knows a lot about this area. And that paper went through all the exact definitions in detail, all the caveats that we're not going to have time to get into today. So I would recommend folks like check that out if they want more information. But I'll try to get to the highlights of it right here. So what they basically showed is going all the way to failure in the defining failure like you just did, right? So momentary muscular failure, you can't complete another repetition through complete range of motion, through whatever range of motion you determine prior to, as well as with good technique, so other body parts aren't being compromised, sort of, et cetera, and doesn't need to be total failure." - }, - "truncated_cells": [] - }, - { - "row_idx": 16, - "row": { - "id": "chunk_57161", - "embedding": [ - -0.024648722, 0.0062416256, 0.041145682, -0.016828556, -0.0061345473, - 0.020724822, -0.00009444906, -0.027881796, -0.031971492, -0.02333615, - 0.012738857, 0.03871397, 0.0055818856, 0.0013013461, 0.0147837065, - 0.0044972864, 0.04623017, 0.014714624, 0.009270904, -0.019191185, - -0.011460827, 0.011129229, 0.00312254, -0.008490269, -0.03025824, - 0.03186096, 0.029208183, -0.01816876, 0.002393717, -0.0052710134, - 0.0233776, 0.013560942, -0.013042822, 0.002944652, -0.03025824, - -0.02477307, -0.009312354, 0.008276112, 0.024441475, -0.02761928, - 0.026638305, -0.011453918, -0.0067390213, -0.0089669395, - -0.0029308354, -0.0016148092, 0.008234663, -0.03390581, -0.011598992, - 0.0018220573, 0.032800484, -0.0044247494, -0.010901256, 0.008732059, - 0.008552443, -0.013747466, -0.007633643, -0.0010656012, 0.00458364, - -0.008041231, -0.0020241244, 0.006580131, -0.0066457596, 0.026638305, - -0.011619717, -0.0038686336, 0.008061956, 0.0029930098, 5.3802232e-6, - -0.0041656895, 0.014700808, 0.023999345, -0.020434676, 0.0008661249, - 0.03934953, -0.022507157, -0.00096629484, -0.012579967, 0.010113713, - -0.00972685, 0.016510775, -0.008255388, -0.029705578, 0.007049894, - 0.010445311, 0.0004216206, -0.001385109, 0.002970558, 0.00040413404, - 0.003675202, -0.016234444, 0.0022987283, 0.033132084, 0.032082025, - 0.008642251, 0.0064903237, -0.0073158625, 0.009181096, -0.007433303, - 0.0024835246, -0.022520974, -0.008462636, -0.0053815455, -0.028600255, - -0.018127311, 0.016593674, 0.0057338676, -0.01704962, -0.0009835656, - -0.008780416, -0.018251661, 0.016068647, -0.008939307, -0.028033776, - 0.0033211529, -0.017477933, -0.0021553815, 0.000280001, -0.01108778, - -0.023557216, 0.036558587, -0.009878832, 0.039128464, 0.00074393477, - 0.012054939, 0.011813149, -0.019564232, 0.004711443, 0.013153354, - -0.0028600255, 0.011094688, 0.016206812, 0.019370802, 0.004307309, - -0.009892649, 0.023584848, 0.010155163, -0.018030595, -0.02978848, - -0.031253032, 0.0148804225, 0.005412633, -0.015281103, 0.0009801114, - -0.010977248, 0.016842373, 0.023874996, 0.014673174, -0.02037941, - 0.009685401, -0.023474315, -0.003578486, 6.962245e-6, 0.0059583867, - -0.0053021004, 0.017740449, -0.019716214, 0.030810904, -0.04103515, - 0.007232963, 0.024676355, 0.017547017, 0.011944406, 0.00780635, - -0.014825157, 0.008759691, 0.028089043, 0.0013825183, 0.038769234, - -0.0052537424, -0.008697517, -0.00038556804, -0.0313912, 0.015819948, - 0.013885631, 0.036862552, -0.01304973, -0.0044178413, 0.015350185, - -0.030562205, 0.011654259, 0.009194913, 0.028171942, 0.009830474, - 0.0018738693, 0.004328034, 0.03730468, -0.024994137, -0.00041989353, - -0.0045560068, 0.0022624598, 0.020780088, -0.029760845, 0.0015828583, - -0.6326874, -0.00044990136, 0.0069186366, 0.0064005163, 0.024717806, - 0.01816876, -0.013754374, 0.02185778, -0.0346519, 0.029346349, - -0.018127311, 0.011308845, -0.0053262794, -0.0032814303, - -0.0023868086, -0.029705578, 0.0018807777, -0.0015025496, - -0.012082571, 0.0021104778, -0.0349835, 0.010493669, -0.009851199, - 0.026085643, 0.015294919, 0.010721642, 0.0026026922, -0.009713033, - 0.007916883, 0.004006799, -0.013540218, 0.030534573, 0.023957895, - 0.010016997, 0.04711443, -0.011661167, 0.0019567686, 0.0148804225, - 0.0127043165, 0.02605801, -0.0052226554, -0.028199576, 0.036171723, - -0.009858107, -0.01637261, 0.024690172, 0.004732168, -0.007329679, - 0.013657658, -0.003480043, 0.012883931, -0.0062899836, -0.0016148092, - -0.005512803, 0.023488132, -0.011032514, 0.011474644, 0.0011571359, - -0.013015188, -0.002768491, 0.009947915, -0.0053746374, -0.027246233, - 0.0073158625, -0.010839082, 0.004994682, -0.020545207, 0.0048565166, - 0.001286666, 0.011598992, 0.014023797, 0.0009559324, 0.0050741276, - -0.006721751, -0.003751193, 0.02185778, 0.00908438, 0.01869379, - -0.006020561, 0.021926863, -0.00262169, 0.0032831572, 0.0025543345, - -0.006024015, 0.010956523, 0.001286666, -0.028241025, 0.0097683, - 0.0075300187, -0.009934098, -0.022037394, 0.0137681905, 0.006148364, - -0.0071500638, -0.01685619, 0.013643841, 0.015750865, -0.006628489, - -0.01573705, -0.03437557, -0.023115085, -0.028600255, 0.002844482, - 0.029456882, -0.003675202, -0.0074194865, -0.012925381, -0.0022106478, - 0.029843744, -0.010113713, 0.025809312, -0.0028427548, -0.0016528046, - 0.008089589, 0.008255388, -0.031197766, 0.01901157, 0.00428313, - -0.014189595, -0.012725041, 0.039460063, 0.008234663, 0.028158126, - -0.008283021, 0.027633097, 0.028544988, -0.0024161688, -0.0076681846, - 0.0095472345, -0.026804104, 0.00039096514, -0.027025169, 0.045926206, - -0.026306707, 0.02926345, 0.012317453, 0.0074402113, -0.0021294756, - 0.012725041, -0.032911018, -0.0051052147, -0.010438402, 0.02021361, - -0.015294919, -0.0017996054, -0.019937279, -0.04194704, 0.006721751, - 0.025187567, -0.012296728, 0.018389827, -0.005561161, -0.0052053845, - 0.011405561, -0.021609081, 0.009982456, -0.017698998, -0.05123176, - -0.018666157, -0.012130929, -0.012559243, 0.017395034, 0.009201821, - 0.016787106, -0.014562642, -0.014838973, -0.009153463, 0.0032969739, - -0.008904765, -0.0086284345, 0.022396624, -0.028089043, -0.02709425, - 0.022880204, -0.014023797, 0.00063599297, -0.0037684636, 0.012676683, - -0.026486324, -0.0051052147, 0.012918473, -0.0027892157, -0.028489722, - 0.0022987283, 0.030534573, 0.001398062, 0.004438566, -0.008117222, - -0.015654149, 0.024869787, -0.011778608, 0.016469326, -0.01865234, - 0.0039480785, -0.009733758, -0.01092889, 0.009664675, -0.0043556667, - 0.011771699, 0.024952687, 0.032164924, -0.012973739, -0.006984265, - -0.012213829, 0.037967876, -0.005951478, 0.010638743, -0.029456882, - 0.013664566, 0.018707607, -0.010307145, -0.019467516, -0.017754264, - -0.0086767925, -0.011281212, 0.016883822, 0.012310545, 0.023764463, - -0.0032106205, 0.0149771385, -0.016994355, 0.0031657165, 0.032220192, - 0.006093098, -0.0349835, 0.008939307, 0.0035232198, 0.021512365, - -0.011737158, -0.0031173588, 0.011336478, 0.03379528, 0.029843744, - 0.0022451892, 0.033491313, -0.0075162025, 0.0088218665, 0.009236363, - 0.03202676, 0.019826747, 0.016220627, 0.009505785, 0.0015724959, - -0.04390899, 0.026279075, 0.008269204, 0.012939198, -0.0069393613, - -0.021664347, 0.0014023797, -0.003675202, 0.01441066, -0.0070395316, - -0.008683701, -0.0060274694, -0.0037408306, -0.00836592, - -0.0021933771, 0.023280883, 0.014127421, 0.00474253, 0.020531392, - 0.027923245, -0.012365811, 0.017187785, 0.009975548, -0.01380964, - -0.0132846115, -0.017270686, 0.017201602, -0.024565823, 0.00036030967, - 0.0053090085, -0.019481333, 0.014189595, -0.0048806956, 0.014161962, - -0.003937716, 0.016317343, 0.022465708, -0.0015621335, -0.019937279, - 0.005039586, 0.0085800765, -0.0058064046, -0.013837273, -0.011053239, - 0.0024817975, -0.026486324, -0.004763255, -0.012255278, 0.010956523, - -0.033408415, -0.016911454, -0.00644542, 0.033684745, 0.032247823, - -0.0075783767, 0.017505568, -0.010472944, 0.00860771, -0.011371019, - -0.00860771, -0.024759255, 0.012338177, 0.012911565, -0.019605681, - -0.028627887, -0.004030978, -0.029401615, 0.017353585, -0.0057165967, - -0.008255388, 0.003246889, 0.0063107084, -0.0010267423, 0.0005198476, - 0.005999836, 0.054409567, -0.0143001275, -0.009498877, -0.007136247, - -0.017906247, -0.01325007, 0.07847799, 0.06427459, -0.017616099, - 0.016358793, -0.019108286, 0.032579422, -0.0006873733, -0.011080872, - 0.024206594, -0.016980538, 0.0041207857, -0.012469435, 0.012835573, - -0.01517057, 0.0045076488, 0.009754484, 0.006175997, -0.033325516, - -0.0036164816, -0.012082571, -0.011447011, -0.015626516, 0.020862987, - 0.052060753, 0.01228982, 0.010839082, 0.01785098, 0.014645541, - 0.0055300733, -0.017602284, -0.02181633, 0.027812712, 0.011529909, - 0.019274086, -0.024925053, -0.004935962, -0.0097683, -0.019660948, - 0.013851089, -0.020199794, -0.0020845716, 0.020862987, 0.026859371, - -0.0014455564, 0.0065179565, -0.0031035421, 0.003979166, 0.023888811, - -0.015046221, -0.011232854, 0.0037960967, -0.0012547153, -0.033242617, - -0.008469544, 0.0020258515, -0.013616208, 0.002195104, -0.031170134, - -0.016192995, -0.009809749, -0.021470916, 0.009871924, 0.01789243, - 0.0016804377, -0.028323924, -0.022520974, -0.008897857, -0.011792424, - 0.0020258515, -0.0055577066, -0.022410441, -0.03630989, -0.018845772, - 0.01633116, 0.017754264, 0.015958114, 0.010521302, -0.008455727, - -0.0041656895, 0.0024627997, -0.0043383962, -0.022520974, - -0.008255388, -0.025519164, -0.0072675045, -0.0042520426, -0.01685619, - -0.013029005, -0.016110096, 0.01280794, -0.016275894, -0.014161962, - 0.0015647241, -0.02926345, 0.01689764, 0.008780416, 0.019122103, - 0.015902847, 0.032800484, -0.025560614, -0.002497341, -0.032496523, - -0.0044765617, -0.02837919, 0.0065110484, 0.0018289656, 0.002823757, - -0.030202975, -0.007509294, -0.037277047, 0.017698998, -0.0016312163, - -0.007979057, 0.02270059, 0.019274086, -0.0012279458, 0.020683372, - 0.014921872, 0.010203521, -0.0048806956, -0.007868525, -0.035591427, - 0.027273867, 0.002419623, -0.03434794, 0.013547125, -0.00014680083, - -0.013630025, -0.008055048, 0.003302155, -0.009561052, -0.0054540825, - -0.0021968312, -0.020448491, -0.02989901, -0.02413751, -0.016538408, - 0.011073964, 0.012434893, -0.0076198266, -0.0082415715, 0.002998191, - -0.013229345, -0.023723014, 0.031170134, -0.029705578, -0.007087889, - 0.016317343, -0.014244861, 0.0075231106, 0.02118077, -0.009471244, - -0.003124267, -0.0031329023, -0.006728659, -0.004438566, 0.0037131973, - 0.007979057, 0.027025169, 0.025311917, 0.03210966, -0.0076958174, - -0.022603873, 0.02069719, -0.0145902755, -0.0056129727, -0.009706126, - -0.015184387, -0.028959485, 0.005878941, 0.012946106, -0.0045145573, - 0.00720533, -0.0050223153, 0.04899348, 0.051535726, -0.02457964, - -0.023944078, -0.019370802, -0.050402768, -0.012877023, 0.031722795, - -0.00674593, 0.018914854, -0.036807284, -0.012614509, 0.03711125, - 0.0014144691, -0.0032814303, -0.011032514, 0.011612809, -0.019716214, - 0.021719614, 0.0057338676, 0.015101488, 0.0021277484, -0.015308736, - -0.011474644, 0.0133813275, 0.027025169, 0.012027306, 0.041062783, - -0.018845772, 0.011951314, -0.021843962, -0.0040137074, -0.0061310935, - -0.008124131, -0.0020707552, -0.006897912, 0.009947915, -0.016566042, - -0.014258678, 0.0044834698, -0.004113877, 0.016317343, -0.022286093, - 0.014797524, -0.025532981, 0.0008920309, 0.024800705, -0.0071155224, - 0.01932935, 0.01885959, 0.050458036, 0.020061629, 0.0093054455, - 0.004631998, -0.011336478, 0.028268658, 0.017588466, 0.017519383, - -0.01833456, 0.0028565715, -0.013160262, 0.00018069455, -0.02677647, - -0.008656068, -0.024800705, 0.03302155, -0.004103515, 0.0126559585, - -0.0132846115, 0.0035888485, -0.025850762, 0.01521202, 0.00008548989, - 0.020959703, 0.017698998, -0.018997755, -0.0154607175, 0.041781243, - 0.00021998536, 0.026831737, -0.0017227508, 0.011916773, -0.023805913, - 0.0014904601, 0.008669884, 0.0035473988, 0.00860771, 0.029346349, - -0.022562424, -0.0012745766, 0.03575723, 0.01584758, -0.0009170734, - -0.0035853942, -0.009333079, 0.03274522, -0.024648722, -0.004334942, - 0.008697517, -0.026154727, -0.011771699, -0.02726005, -0.014127421, - -0.017353585, 0.0019774935, -0.006770109, 0.013035913, 0.014935689, - -0.025229018, 0.011571359, -0.01064565, 0.003098361, -0.026444873, - -0.0027874887, 0.025560614, -0.044378754, -0.010742366, -0.031170134, - 0.002267641, 0.036530953, 0.00066146726, -0.017395034, -0.004839246, - 0.01757465, -0.018541807, 0.022230826, -0.0137198325, 0.0035404905, - -0.04167071, 0.011674983, -0.026265258, -0.009678492, 0.015281103, - -0.005523165, -0.03771918, -0.0024817975, 0.013692199, 0.015833765, - -0.017823348, 0.0058823954, 0.0041000606, 0.019840563, -0.004034432, - -0.015239653, -0.02909765, -0.01700817, -0.010935798, 0.025367184, - -0.0011890867, -0.008172489, 0.011716433, -0.026914636, 0.0035853942, - 0.019578049, -0.017547017, 0.011426286, 0.0061103688, 0.020144528, - -0.02065574, 0.0042451345, -0.022065029, -0.0122207375, -0.033850543, - 0.029484514, 0.028296292, -0.005889304, 0.014327761, 0.012635234, - 0.012635234, 0.0048945122, -0.016386427, -0.0053021004, 0.017933879, - 0.021484733, -0.008863316, -0.016676573, 0.0013540217, 0.029484514, - 0.033132084, -0.030810904, -0.004462745, 0.021305118, -0.044406388, - -0.018638523, 0.0026510502, 0.017201602, -0.001032787, -0.013125721, - -0.007868525, 0.0039653494, 0.0046803555, 0.008939307, -0.007861616, - 0.0058754873, -0.019467516, 0.011633534, -0.0093538035, -0.012697408, - -0.029125284, -0.02048994, 0.033242617, -0.0004900557, -0.006497232, - 0.026071826, 0.013353694, 0.03025824, -0.008863316, -0.0037995507, - 0.019232634, 0.0048012505, 0.031722795, -0.02766073, 0.00044731074, - 0.006928999, 0.012020397, -0.0031553542, 0.022797305, 0.008718242, - -0.011357203, -0.00083633297, 0.012517793, -0.026997536, - -0.0040724277, -0.0092570875, 0.016192995, 0.020199794, -0.01196513, - 0.020448491, 0.013954714, -0.005464445, -0.007916883, -0.0055784313, - 0.010030814, 0.02793706, 0.02217556, -0.015792314, -0.02013071, - -0.0042900383, 0.019384617, 0.008621526, -0.002746039, -0.011972039, - -0.0027529472, 0.0097890245, 0.0027840345, 0.01304973, -0.018610891, - -0.014313944, -0.004991228, -0.020669557, 0.0095472345, 0.00564406, - -0.011322661, -0.009650859, -0.0078478, -0.0048461542, -0.019301718, - -0.032164924, -0.0061103688, -0.0031691708, -0.009201821, 0.002768491, - 0.21741721, -0.012911565, -0.01092889, 0.02493887, 0.0035180387, - -0.0028133946, 0.013747466, 0.005146664, 0.006977357, -0.01117068, - 0.030313507, -0.004055157, -0.03233072, -0.0035819402, 0.018983938, - -0.027038986, -0.023004552, -0.032855753, 0.008690609, 0.01700817, - 0.022949288, -0.0025025224, -0.004963595, -0.0023626299, 0.024026977, - 0.010410769, -0.021001153, -0.0058271294, 0.032441255, -0.008151763, - -0.0032693408, -0.03354658, -0.008911674, -0.00086396607, - -0.026762655, 0.0065041403, 0.0036406606, -0.010555843, 0.008310654, - 0.018762873, 0.023004552, 0.018500358, -0.024054611, 0.008849499, - 0.0091603715, -0.016192995, -0.011322661, 0.014313944, 0.004414387, - 0.017671365, -0.01597193, 0.005775317, 0.015819948, 0.028282475, - 0.005571523, -0.014935689, 0.005761501, -0.005820221, -0.00528483, - 0.009561052, -0.021581449, 0.0068875495, 0.010003181, 0.011011789, - -0.004055157, 0.017505568, -0.02533955, 0.02466254, -0.03633752, - -0.0106871, -0.0122207375, -0.011833874, -0.017256869, -0.011564451, - -0.019619498, -0.003730468, 0.040123258, 0.02618236, 0.028254842, - 0.024400024, -0.00003219364, -0.030479306, 0.0097683, -0.00096629484, - -0.011239762, -0.031999126, 0.018749056, 0.001485279, -0.019080654, - 0.0018341468, 0.0077372673, 0.00015230586, -0.013436593, 0.0014904601, - -0.004853063, -0.02778508, 0.008835683, -0.006497232, -0.029373981, - -0.002039668, -0.026596855, 0.048247386, -0.016800923, 0.032524154, - 0.0057718633, -0.028959485, -0.0013410688, 0.01704962, 0.014030705, - -0.008738967, 0.0027598555, -0.036807284, 0.013056639, -0.014113604, - 0.0054057245, 0.0045456444, 0.016303526, -0.0034714078, 0.0156127, - -0.0059791114, -0.03365711, -0.029954277, 0.02694227, 0.01749175, - 0.01588903, -0.020793905, -0.01521202, 0.011923681, 0.011122322, - -0.0070360773, 0.028517356, -0.028876586, 0.017961513, -0.027633097, - 0.0023557215, -0.016289711, -0.007827074, -0.03470717, -0.004504195, - 0.008711333, -0.0050015906, -0.015750865, 0.012469435, 0.0022486432, - -0.0026907728, 0.000754729, 0.0030620925, 0.022783488, -0.019826747, - -0.0031363566, 0.008738967, 0.004656177, -0.034762435, 0.005395362, - 0.007861616, -0.016192995, -0.019951096, -0.02533955, -0.004863425, - 0.0072191465, -0.04086935, 0.014016888, 0.020061629, 0.0003128153, - -0.01664894, -0.02097352, -0.17652023, 0.015861398, 0.043328695, - -0.0137198325, 0.036199357, -0.010396953, 0.017477933, 0.011474644, - -0.0140099805, 0.0138165485, 0.0139132645, 0.0049290536, -0.009581776, - -0.01816876, -0.025380999, -0.02065574, 0.02882132, 0.023101268, - 0.026389608, 0.016510775, 0.005170843, -0.004980866, 0.00080006453, - 0.005015407, -0.0069082743, 0.002573332, 0.011260487, 0.04407479, - 0.0031432647, -0.019356985, -0.021470916, 0.005713143, 0.012400352, - -0.0041691433, 0.00030677055, 0.00080999517, 0.011295028, - -0.013395144, -0.016192995, 0.017243052, 0.025035586, 0.0013937444, - -0.014134329, 0.017671365, -0.00852481, 0.023239434, 0.005920391, - -0.0013307063, 0.0059307534, -0.010652559, -0.007833983, -0.011799333, - 0.01441066, 0.017698998, 0.028959485, -0.030838536, 0.0018358738, - 0.014175778, -0.009298537, -0.016676573, -0.02177488, -0.022880204, - 0.028406823, -0.008856407, -0.018224027, -0.01749175, 0.0045698234, - 0.0077718087, -0.024303308, 0.009954823, -0.017698998, -0.031805694, - -0.013415868, -0.018320743, 0.012324361, 0.012427986, -0.016220627, - -0.0108045405, 0.0061310935, 0.024206594, -0.005060311, 0.02093207, - -0.014700808, -0.0017926971, -0.007992873, 0.0032140745, 0.0004943734, - 0.026679754, -0.027729813, -0.008863316, 0.011785516, -0.017629916, - -0.028434457, -0.021443283, 0.022244643, -0.009243271, -0.0038237297, - 0.0017365675, 0.006093098, -0.009422886, 0.01345041, 0.013982347, - -0.0154607175, 0.017104886, 0.039404795, -0.0047045345, 0.0028116675, - 0.0070188064, 0.026375791, -0.027204784, -0.03747048, -0.015142937, - 0.008151763, 0.017298318, -0.0035439446, 0.028268658, 0.008110314, - -0.01989583, 0.01789243, -0.003878996, 0.063777186, -0.0016433058, - -0.024358574, 0.00428313, -0.01340896, -0.029042386, -0.12434894, - -0.009719942, 0.013685292, 0.0014196504, 0.034182142, 0.0027943968, - -0.013104996, 0.023405233, -0.03398871, 0.027909428, -0.02069719, - -0.018831955, 0.017312136, -0.013395144, 0.008669884, -0.0140099805, - 0.0022555515, -0.012939198, -0.034817703, 0.044102423, 0.017450301, - -0.02149855, 0.013153354, 0.0044903783, 0.0020759364, -0.005792588, - -0.03462427, 0.019578049, -0.003174352, -0.0349835, 0.036503322, - -0.013326061, 0.01273195, -0.0022935471, 0.004051703, -0.008034323, - -0.008137947, 0.0016579858, 0.0019498604, -0.025546798, 0.0018116949, - 0.019619498, 0.010044631, -0.0007797715, -0.012953014, -0.009761391, - -0.034182142, 0.025519164, -0.0030569113, -0.021705797, -0.024040794, - -0.0029671039, -0.037442844, 0.016939089, -0.0013255251, -0.030396406, - 0.013153354, -0.001524138, -0.011060147, 0.010203521, -0.018997755, - 0.0073642205, -0.02462109, 0.012573059, 0.033491313, -0.004766709, - -0.028766055, -0.037332315, 0.009236363, 0.005170843, 0.000116577125, - 0.021028787, 0.0057545924, 0.050402768, -0.04051012, 0.009823566, - -0.027356766, -0.0018047866, 0.011004881, -0.0072122384, 0.0028617526, - 0.00028820455, -0.010500576, -0.016358793, 0.008296837, 0.009540327, - 0.0034109603, -0.030285874, 0.0077372673, -0.027108068, -0.03794024, - 0.025229018, 0.027204784, -0.017408852, -0.018597074, 0.0046734475, - 0.0023885358, -0.0140099805, 0.0030068264, 0.0054057245, -0.020780088, - -0.009747575, -0.010997972, 0.024026977, 0.0023367237, 0.0093054455, - 0.0021847417, -0.004079336, -0.0069566322, 0.027674546, -0.009091289, - 0.0018669611, -0.013761282, -0.0001299619, -0.0106871, -0.031916227, - -0.028241025, -0.011695708, -0.011032514, 0.004480016, -0.00073270884, - 0.0074954773, -0.012925381, 0.009029115, 0.0034817702, 0.008939307, - 0.004559461, -0.0047010807, -0.017698998, 0.011129229, -0.0033332424, - -0.0041104234, 0.02533955, -0.034845334, -0.008884041, 0.018458908, - -0.005433358, -0.024731621, 0.014258678, 0.01801678, 0.023515765, - 0.035923027, -0.025146117, -0.018182578, -0.006611218, -0.023529582, - -0.018527992, 0.010942706, -0.03443084, 0.0044178413, -0.0046976265, - -0.0014861425, 0.02846209, 0.012987556, -0.004590548, -0.021719614, - -0.041477278, -0.006777017, -0.028655522, 0.0049048746, 0.018113496, - -0.020821538, 0.019840563, -0.005872033, 0.0153640015, -0.011543727, - -0.017671365, 0.0027374036, -0.001373883, 0.013699108, 0.008269204, - -0.0023125447, 0.012434893, -0.0040240698, 0.02726005, 0.0133813275, - 0.012745766, 0.03274522, -0.0016493505, -0.0024006253, -0.008220847, - -0.003150173, -0.0049705035, -0.008428095, -0.016289711, 0.013326061, - 0.026569223, -0.006580131, -0.002573332, 0.023267068, 0.0027322224, - -0.0010310599, -0.00043349422, 0.018583257, -0.014092879, - -0.007087889, 0.018597074, 0.047086798, -0.017740449, 0.010113713, - 0.015433084, 0.022313725, 0.013802731, 0.009871924, -0.010037722, - -0.019826747, -0.02253479, 0.004231318, -0.01064565, -0.034845334, - -0.0031691708, 0.0038893584, 0.0048703332, -0.005239926, 0.008828774, - 0.0028272113, -0.008552443, 0.005015407, 0.0033919627, -0.010576568, - -0.017906247, 0.007253688, 0.01196513, -0.014908056, 0.0017210238, - -0.0011562724, 0.019149736, 0.023626298, 0.028987119, -0.0038720877, - -0.0028289382, 0.000049167484, 0.011516093, -0.0069946274, - -0.02953978, -0.01601338, 0.014161962, -0.037553377, -0.010915074, - 0.026583038, -0.0014101515, 0.071072325, 0.003274522, -0.018624708, - 0.009947915, 0.014327761, 0.016870005, 0.008075773, 0.0029671039, - -0.009049839, -0.025684964, 0.011343386, 0.0031329023, -0.013989255, - -0.030976702, -0.027108068, 0.034403205, 0.012946106, 0.017878614, - 0.01669039, -0.0096923085, 0.030645104, -0.012476344, 0.0070188064, - 0.00028604572, -0.014355394, -0.010548934, 0.030617472, 0.0116888, - -0.009415978, -0.018527992, -0.014161962, 0.0048427004, -0.04432349, - -0.020476125, -0.009298537, -0.0022659139, -0.017229237, - 0.00034757255, -0.0039239, -0.014742257, -0.0021329296, 0.015142937, - -0.023432866, -0.036088824, 0.000478398, 0.00026877504, -0.0155574335, - -0.030672738, -0.018956304 - ], - "metadata": { - "chunkTitle": "Breaking Plateaus", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28774&chunkSid=chunk_57161" - }, - "document": "Andy Galpin: What you really want to see is how many actually people got better, how many got worse, how many maybe change. And if so, we'll always report those individual data because when you go to train you're, you, you're not the group average. That's very important to them. So if you do that, you can see a beautiful line of these hyper responders, the bell curve in the middle of the normal responders. And those folks who like through any training study, just won't get any better if you can tease out what you can't. But let's say in science you could tease out all the extra factors. Total stress load, hydration, sleep, et cetera. What you often see is non responders. A lot of the time. It's not that they have a physiological inability, it's just that they need a different protocol. And a lot of times it's they just need more volume. So if they can handle that and they're not excessively beat up, just give them more volume and they tend to see a lot of breakthroughs. You see the same thing with plateaus. So it's typically sort of just like, okay, the routine you're on, you've been on it for too long.\n\nAndy Galpin: We need to either go to the other end of the hypertrophy spectrum for intensity, which means if you've been in the 60% to 70% of your one repetition max range, maybe we actually need to go heavier, take our repetitions down, maybe even our total volume down, and go heavier. Try that a great way to break through plateaus of grand. If all the other boxes are checked, the other one is do the opposite, which is like, okay, we're going to go higher, we're going to go set to 20, set to 25. Very high repetition range. And really get after it not and do as much damage because you don't tend to get as sore from those really high repetition ranges. You'll get more sore from the lower repetition, higher intensity range than you will typically the other ones, and see if we can bust through some plateaus there. So it just generally means you need to do something a little bit different than your training partner.\n\nAndrew Huberman: So we've talked about exercise choice and we've talked about the number of sets that one needs in order to induce hypertrophy per week." - }, - "truncated_cells": [] - }, - { - "row_idx": 17, - "row": { - "id": "chunk_57160", - "embedding": [ - -0.018621698, 0.00088755717, 0.042765975, -0.021668637, -0.0054103583, - 0.011820493, -0.0036522467, -0.009378861, -0.026415877, -0.014758614, - -0.00063293707, 0.03286342, 0.0141193, 0.014636192, 0.0011511039, - -0.0050634965, 0.04720036, 0.015914818, -0.0099297585, -0.016050842, - -0.028646672, 0.0021984894, -0.013969674, -0.0010184804, -0.028755492, - 0.02981648, 0.026551902, -0.011936114, -0.008630728, -0.031856842, - 0.028020963, -0.01829524, -0.0051587136, 0.016513323, -0.025708552, - -0.014949047, 0.003269679, 0.0010805414, 0.025110047, -0.02175025, - 0.02829301, -0.010426247, -0.017247854, -0.0036624486, -0.002834402, - -0.016282083, -0.0012633237, -0.03795072, -0.012616234, 0.016962204, - 0.023477757, -0.0038494817, -0.027136806, 0.023137698, 0.00017311191, - -0.011228789, -0.008902777, 0.029544432, 0.006702587, -0.008719144, - -0.0028769094, 0.008222656, 0.00054452143, 0.020145167, -0.010548668, - -0.010970343, 0.0076445537, 0.0025538523, 0.014296131, 0.00863753, - 0.0101337945, 0.012575427, 0.0044309846, -0.0029432212, 0.033053853, - -0.024484336, 0.013752035, -0.028075371, -0.008270265, -0.0051655145, - -0.007277289, -0.012840674, -0.03433248, 0.0043459698, 0.021818263, - -0.0142281195, 0.001812521, -0.0018091204, 0.00066311745, - 0.0076445537, -0.00671959, 0.017642325, 0.03455012, 0.01727506, - 0.006335322, 0.013173933, -0.020131566, -0.0028020963, -0.022675216, - 0.0012811769, -0.035611108, 0.004828855, -0.011582451, -0.01734307, - -0.018798528, 0.01648612, 0.024661167, -0.026239047, -0.00066014193, - -0.023192108, -0.011364813, 0.019356228, -0.008290668, -0.016472517, - -0.013772439, -0.016703758, 0.02105653, -0.01360921, -0.017370276, - -0.026905565, 0.03743383, -0.004597614, 0.021899879, 0.00497168, - 0.015493143, -0.004169138, -0.022171926, 0.0084879035, 0.005951054, - -0.0114600295, 0.008392686, 0.0020641654, 0.012133349, 0.0030129335, - -0.017234253, 0.010365035, 0.011500836, -0.008066229, -0.016948601, - -0.024579553, 0.0254093, 0.013752035, -0.014160108, 0.0060836775, - -0.012881481, 0.019383432, 0.017383879, 0.003009533, -0.008719144, - -0.0007022244, -0.029571638, 0.018159216, -0.0077261683, 0.017710336, - -0.0026133629, 0.016880589, -0.011065559, 0.011174379, -0.047853272, - 0.011283198, 0.020539638, 0.02377701, 0.022090312, 0.004267756, - -0.0139220655, 0.012017728, 0.020702867, 0.00068862195, 0.022892853, - 0.0022392964, -0.018281637, -0.0047336384, -0.029217973, 0.019179396, - 0.0041827406, 0.02829301, 0.0051417104, -0.014676999, 0.0042439518, - -0.030523805, 0.0018941354, 0.0059374515, 0.019342626, 0.031748023, - -0.009208831, 0.010195006, 0.025762962, -0.011881704, 0.0033665963, - -0.0012548222, 0.010290222, 0.007426915, -0.022117516, 0.010671089, - -0.63681036, 0.01208574, 0.01892095, -0.004016111, 0.023164902, - 0.019124987, -0.013956072, 0.007909801, -0.04358212, 0.022838444, - -0.026619915, 0.0029041143, 0.013684023, -0.016363697, 0.012446204, - -0.019968336, -0.007882596, 0.0070664515, -0.01834965, 0.007025644, - -0.032156095, 0.0020199576, -0.0099297585, 0.024647566, 0.015275505, - 0.0011324006, 0.01039224, -0.014391349, 0.017547108, 0.022063106, - -0.016717361, 0.030088529, 0.03155759, 0.006709388, 0.05155313, - 0.005777623, -0.0010269819, 0.028592262, 0.0036896535, 0.027476866, - -0.009528487, -0.018499276, 0.012242168, -0.015166686, -0.02659271, - 0.02247118, -0.008249861, -0.0066413763, 0.018363252, -0.0069644335, - 0.02349136, -0.0118613, 0.003975304, -0.02207671, 0.019723494, - -0.0054171593, 0.005206322, -0.001626338, -0.008453897, -0.014255324, - 0.009868547, -0.013520794, -0.027082397, 0.000338785, -0.021301372, - 0.0029279185, -0.022457577, 0.003342792, 0.0034346082, -0.003591036, - 0.0076445537, 0.013180735, -0.0050600963, -0.0086919395, 0.0066957856, - 0.016023638, 0.006076876, 0.01677177, -0.0052777347, 0.027422456, - -0.0035740328, 0.011548445, -0.0010881927, -0.00728409, 0.004896867, - -0.0066889846, -0.01988672, 0.009263241, -0.0014078494, -0.011874903, - -0.008202253, 0.0061244844, 0.007086855, -0.014418554, -0.005668804, - 0.02349136, 0.0065019513, -0.005940852, -0.018308843, -0.038331587, - -0.013915264, -0.015506746, 0.012160554, 0.02377701, 0.0049036685, - -0.002439932, -0.032999445, -0.00086587836, 0.028945927, -0.012793065, - 0.020063553, -0.009616903, -0.00931765, 0.013799644, 0.01942424, - -0.031829637, 0.0055939904, -0.006624373, -0.011058758, -0.00214578, - 0.019111384, 0.0013449382, 0.022212734, 0.0026167633, 0.022212734, - 0.022906456, -0.013745234, -0.009358457, 0.015329915, -0.015180288, - 0.013745234, -0.02467477, 0.035665516, -0.033407517, 0.028374625, - 0.008657933, 0.018580891, -0.00863753, 0.027150407, -0.047853272, - -0.012425801, -0.002671173, 0.011827295, -0.015071469, 0.011045156, - -0.018703312, -0.026973577, 0.0021814862, 0.028020963, -0.011221987, - 0.021138143, 0.005675605, -0.0039276956, -0.00032284466, -0.027884938, - 0.004869662, -0.024742782, -0.051716357, -0.014200915, -0.0069474303, - -0.014731409, 0.011711674, -0.00035557547, 0.020485228, -0.022579998, - -0.012949493, -0.0100453785, -0.0077057644, 0.0116640655, - -0.007834988, 0.012888283, -0.008596722, -0.032727394, 0.018472072, - -0.0070188427, 0.007005241, -0.0051111053, 0.0069372286, -0.009045602, - -0.0008441995, 0.013996879, -0.0092156315, -0.021695843, -0.010820717, - 0.04298361, -0.0035332257, 0.003625042, -0.016826179, -0.013017505, - 0.02987089, -0.00271028, -0.0018142213, -0.0072024753, 0.0084879035, - -0.0071752705, 0.0038460812, 0.00497168, -0.02049883, 0.0032849817, - 0.033053853, 0.03903891, -0.00643734, -0.006950831, -0.0138200475, - 0.0090388, 0.0019774502, 0.0085899215, -0.028211396, 0.02997971, - 0.018444866, -0.0048934664, -0.017642325, -0.0059646564, 0.0033070857, - -0.006070075, 0.009773331, 0.0031642604, 0.028075371, -0.01078671, - 0.012745457, -0.0051179063, 0.005230126, 0.037488237, 0.005444364, - -0.040181514, 0.006318319, 0.01089553, 0.0067671984, -0.005121307, - -0.012323783, -0.01101115, 0.026946371, 0.02467477, 0.0031438568, - 0.008039024, -0.000734105, 0.014540975, 0.0075221322, 0.020145167, - 0.020376408, 0.019791504, 0.0045772106, 0.007413313, -0.03773308, - 0.027354443, 0.006978036, 0.023110492, -0.005709611, -0.02078448, - 0.0021831866, -0.003795072, 0.007916602, -0.023423348, 0.004822054, - -0.019397035, -0.009249638, 0.00021498182, 0.0046112165, 0.020362806, - 0.03150318, 0.0024382318, 0.016513323, 0.024212288, -0.007828186, - 0.0073044933, 0.002569155, -0.012725053, -0.018159216, -0.02558613, - 0.013704427, -0.007882596, 0.0025385495, -0.0041589364, -0.008610325, - 0.01530271, -0.0042099454, 0.008875572, 0.0025300481, 0.011759282, - 0.019179396, 0.009263241, -0.011806891, 0.008943584, 0.017859964, - -0.0032288719, 0.003189765, -0.014078493, -0.001174058, -0.012881481, - -0.011725277, -0.025191661, 0.0237226, -0.03969183, 0.0016033839, - -0.0043459698, 0.03338031, 0.03936537, -0.015533951, 0.004975081, - -0.010426247, 0.016118854, -0.015737986, 0.009086409, -0.0395286, - 0.011432825, 0.007991415, -0.024960421, -0.031884044, -0.019737095, - -0.017710336, 0.023763409, -0.00999097, 0.0020131564, 0.02252559, - 0.004546605, 0.0065121534, -0.011657264, 0.00026524698, 0.041188095, - -0.026810348, 0.010473855, -0.037297804, -0.015710782, -0.016717361, - 0.077207275, 0.031258337, -0.006199298, 0.020485228, -0.003393801, - 0.029462818, -0.003591036, 0.0013831949, 0.037515443, -0.019546662, - -0.011208385, -0.011772885, 0.0040127104, -0.015819602, 0.0049784817, - 0.0028037964, 0.009025198, -0.02750407, -0.02105653, -0.015425132, - -0.019505855, 0.003968503, 0.027436059, 0.0801454, 0.00074430683, - 0.003405703, 0.02264801, 0.026497493, 0.012541421, -0.041732192, - -0.017710336, 0.029326793, 0.020131566, 0.028891517, 0.0017649125, - -0.010745903, 0.0011536543, -0.019560264, 0.019859517, -0.018227227, - -0.010215409, 0.029408408, 0.007209277, 0.01643171, 0.0025657543, - -0.0054069576, 0.0063557257, 0.020757277, -0.011392018, -0.02444353, - 0.009174825, -0.00863753, -0.016254878, 0.0027629894, -0.0062469062, - -0.03133995, -0.0037236593, -0.024321107, -0.011317204, -0.011426023, - -0.0045772106, 0.0034023025, 0.013745234, 0.0012165655, -0.034740552, - -0.026728733, -0.015221096, 0.0108479215, 0.006420337, -0.006821608, - -0.023178505, -0.024865203, -0.0040977257, 0.017030217, 0.022375962, - 0.022498384, 0.015520348, -0.010915933, 0.002637167, 0.004478593, - -0.0114600295, -0.012541421, -0.009344854, -0.02180466, 0.008651132, - -0.0009283644, -0.0054069576, -0.0057572196, 0.017247854, - 0.0037508642, -0.0019757499, -0.0057572196, 0.011698072, -0.03133995, - 0.001671396, 0.0064237374, -0.00265417, 0.003924295, 0.0073657045, - -0.028809901, 0.002060765, -0.019478649, -0.005505575, -0.034577325, - 0.005821831, -0.000835698, 0.015574758, -0.016499722, -0.02286565, - -0.021491805, 0.017356673, -0.0021202755, 0.0050804997, 0.031639203, - 0.01908418, 0.010752704, 0.017043818, 0.017601516, -0.0011587552, - 0.0036284425, -0.017805554, -0.023124095, 0.02981648, 0.005828632, - -0.0282386, 0.019111384, -0.003676051, -0.0116640655, -0.009358457, - 0.009956963, -0.008358681, 0.01197012, -0.013493589, -0.03710737, - -0.030823058, -0.028102577, -0.017465493, 0.02417148, 0.018200023, - -0.016730962, 0.001168957, 0.009705319, -0.0055633853, -0.013704427, - 0.025926191, -0.026388673, -0.0061074817, 0.012969897, -0.01219456, - 0.004805051, 0.036209613, 0.0069168247, 0.009460475, 0.0016917996, - -0.006172093, 0.0010201806, 0.01790077, -0.008521909, 0.035991974, - 0.0045432043, 0.031421565, 0.0025419502, -0.024089865, 0.020566842, - 0.0022682017, -0.0003292208, -0.008719144, 0.00020191075, - -0.024797192, -0.0006252857, -0.0023056082, 0.011140373, -0.008766753, - -0.0011485534, 0.05528019, 0.050573755, -0.018839337, -0.015669975, - -0.023640987, -0.030115733, -0.012949493, 0.030904673, -0.0018890345, - 0.009834542, -0.03264578, -0.013894861, 0.0361552, -0.014404951, - 0.0006180595, -0.015221096, 0.019016167, -0.021614227, 0.016744565, - 0.007807783, 0.01564277, -0.00112985, -0.013595608, -0.02343695, - 0.012657042, 0.0063387225, 0.0043629725, 0.024647566, -0.010290222, - 0.015887614, -0.01123559, -0.0077329692, -0.022906456, -0.026946371, - -0.009752927, 0.002586158, 0.0076717585, -0.008773554, -0.0254093, - 0.017207047, -0.0084879035, 0.02564054, -0.027721709, 0.011630059, - -0.021410191, -0.010603078, 0.041759394, 0.0015515247, 0.031748023, - 0.008093433, 0.030904673, 0.010385439, 0.013194337, -0.0025708552, - -0.011596054, 0.024851602, 0.012541421, 0.02281124, -0.01304471, - -0.0044547888, -0.007937006, 0.014472963, -0.01456818, 0.0057606203, - -0.036318433, 0.04360932, -0.00003395289, 0.00009978642, -0.011922511, - -0.007977813, -0.017778348, -0.0059204483, 0.0027068793, 0.008358681, - 0.025994204, -0.01834965, -0.016690155, 0.023899432, -0.016594939, - 0.02021318, -0.003264578, -0.014078493, -0.02151901, -0.0007324047, - 0.0045262016, 0.0089095775, 0.008100235, 0.034985397, -0.025599733, - 0.0075425357, 0.03169361, 0.021709444, -0.016975807, -0.010575873, - -0.017016614, 0.031884044, -0.035665516, 0.0026660722, 0.02241677, - -0.011936114, 0.0041827406, -0.029571638, -0.008950385, -0.016282083, - -0.0032730796, 0.0012854276, 0.02286565, 0.0007978663, -0.0072636865, - 0.018540082, -0.014690601, 0.001902637, -0.014894637, -0.014241722, - 0.026647119, -0.041514553, -0.008324674, -0.031530384, 0.010800312, - 0.02834742, -0.004400379, -0.019723494, 0.0006788452, 0.024035456, - -0.0055123763, 0.022498384, -0.022539191, -0.005825232, -0.030687034, - 0.01197012, -0.026851155, -0.012677445, 0.011364813, 0.0018278237, - -0.039174937, -0.008045825, 0.017873565, 0.0010235813, -0.024157878, - -0.0043901773, 0.013323559, -0.0017972182, 0.007998216, -0.022035902, - -0.028429035, -0.008657933, 0.0013772439, 0.019845914, -0.009535288, - -0.023001673, 0.0126978485, -0.016227674, 0.021437395, 0.024593156, - -0.01705742, 0.011446427, -0.0045874123, 0.017207047, -0.021981493, - -0.0070936563, -0.02721842, -0.017737541, -0.016730962, 0.03158479, - 0.025953395, -0.009480879, -0.0059612556, 0.0033631956, 0.005223325, - 0.0064849486, -0.010725499, -0.00203356, 0.026103023, 0.005998662, - -0.01101115, -0.017465493, -0.010752704, 0.03601918, 0.009256439, - -0.031639203, -0.0043459698, 0.011140373, -0.02546371, -0.028701082, - 0.007991415, 0.01999554, 0.022974469, 0.0049852827, -0.015601963, - 0.008263463, -0.0014265527, 0.00030010316, -0.015370722, - -0.0071004573, 0.0018839337, 0.0057164123, 0.011534843, -0.015928421, - -0.027816925, -0.013656818, 0.030360576, 0.002218893, -0.017587915, - 0.0062435055, 0.015765192, 0.027653698, -0.019165793, 0.020417215, - 0.013738433, 0.018825734, 0.03139436, -0.014391349, -0.0026660722, - 0.0011953117, 0.007426915, -0.011085963, 0.020770878, 0.004386777, - -0.009752927, -0.00018427013, -0.00041274808, -0.026674323, - 0.010915933, -0.020934107, 0.029544432, 0.019587468, -0.0073453006, - 0.017914372, 0.028701082, -0.0047234367, -0.0075969454, -0.013452782, - -0.008447096, 0.01987312, 0.022620806, -0.009283644, -0.018023191, - -0.0066923853, 0.011337608, 0.010507861, -0.0069984393, 0.013337161, - -0.012072138, 0.016635746, 0.020308396, 0.015724385, -0.006318319, - -0.0010023275, -0.010868325, -0.0051655145, 0.01818642, -0.0038698853, - -0.011623259, -0.012248969, -0.017479096, -0.012840674, -0.018431263, - -0.018703312, -0.02015877, 0.0056824065, -0.0035196233, -0.007086855, - 0.20229502, -0.027912144, -0.010460252, 0.017492699, 0.008821162, - -0.0014325037, 0.015370722, 0.0031149515, 0.002388923, 0.009548891, - 0.016404506, -0.0010567372, -0.029734865, 0.0020794682, 0.022879252, - -0.018308843, -0.028320216, -0.03076865, 0.0019111384, 0.01999554, - 0.009086409, -0.015397927, -0.007991415, 0.000014333007, 0.03139436, - 0.013942469, -0.037515443, -0.004087524, 0.013636415, 0.0013151829, - 0.00037874206, -0.027123204, -0.010813915, -0.010024975, - -0.0032390736, 0.0043459698, 0.0020488629, -0.018213626, - -0.0018601294, 0.013126325, 0.02168224, 0.0061346865, -0.013996879, - 0.013248746, 0.0011051957, 0.000069234135, -0.0058626384, 0.008739548, - -0.0025453507, 0.016350096, -0.029544432, -0.020009143, -0.0033784984, - 0.018390456, 0.0047914484, -0.024810793, 0.015193891, 0.0009912755, - -0.020390011, 0.0395286, -0.015030662, 0.0047914484, -0.00042039945, - 0.01214015, -0.0074473186, 0.024783589, -0.012316981, 0.024987625, - -0.020417215, -0.016227674, -0.008453897, -0.015098674, -0.031095106, - -0.00038214267, -0.013303156, 0.0034533115, 0.03884848, 0.021478204, - 0.01462259, 0.021655034, 0.0067127887, -0.019097783, 0.013527595, - 0.01998194, 0.0045840116, -0.019056974, 0.018444866, -0.0008433493, - 0.006447542, 0.0076921624, 0.015193891, -0.004043316, -0.022729626, - -0.006229903, 0.002812298, -0.018417662, 0.008351879, -0.004522801, - -0.020430818, -0.025382094, -0.027368046, 0.04456149, -0.0041861413, - 0.01406489, -0.0065665627, -0.03773308, 0.012058536, 0.00750853, - 0.021641433, 0.0033904004, -0.0035026204, -0.03297224, 0.025830975, - -0.016105251, 0.008834764, 0.021818263, 0.00065801654, -0.0069984393, - 0.020485228, -0.010807114, -0.03242814, -0.034631733, 0.028429035, - 0.0032883824, -0.013139927, -0.025558926, -0.02388583, -0.005529379, - 0.023559373, -0.01902977, 0.01643171, -0.017982384, 0.02168224, - -0.034713347, 0.01490824, -0.012187758, -0.0095216865, -0.006957632, - -0.014051288, 0.017139034, 0.0055157766, -0.02055324, 0.029789275, - -0.008066229, 0.025912588, -0.008127439, 0.015275505, 0.038141154, - -0.01784636, -0.010929535, 0.021410191, 0.015003457, -0.02924518, - -0.0034771156, 0.0018261233, -0.014595385, -0.0154523365, - -0.029381203, -0.0134119755, 0.003580834, -0.040344745, 0.019505855, - 0.025327684, -0.001123899, -0.034577325, -0.0024059261, -0.17236972, - 0.016390903, 0.0434733, -0.0186353, 0.03542067, 0.0062129004, - 0.019573865, 0.020267589, -0.016758168, -0.015316312, 0.019437842, - -0.008467499, -0.0014648094, -0.018812131, -0.022389565, -0.01936983, - 0.021355782, 0.025953395, 0.03280901, 0.03479496, 0.008984391, - -0.018771324, -0.006651578, 0.0017428086, -0.013656818, 0.0127998665, - 0.025069239, 0.042793177, -0.0021984894, -0.0061924965, -0.026443083, - 0.00072007754, 0.027191216, -0.006182295, 0.00570281, 0.008011819, - 0.007712566, 0.007807783, -0.0132079385, 0.03999108, 0.025137251, - 0.0029381204, -0.019492252, 0.008841566, -0.007318096, 0.02812978, - 0.0175063, 0.0073657045, -0.0034805164, -0.02275683, -0.018390456, - -0.0049104695, 0.028020963, 0.00035982623, 0.006280912, -0.027150407, - 0.007875795, 0.023572974, -0.011874903, 0.0017819155, 0.0069712345, - -0.0018159216, 0.0378419, -0.009895752, -0.017764745, -0.020172372, - -0.001987652, 0.0028429034, -0.020199576, 0.0055939904, 0.008222656, - -0.044507083, -0.012276174, -0.026769541, 0.0175063, 0.0012106143, - -0.000293727, -0.009106813, 0.02021318, 0.015547553, 0.014976252, - 0.014527373, -0.013377969, -0.007841788, 0.0007324047, 0.009480879, - -0.001502216, 0.00559059, -0.015329915, -0.009739324, 0.0031931654, - -0.010147397, -0.03003412, -0.018567288, 0.011956518, -0.011201584, - -0.0031523583, -0.0071752705, 0.009895752, -0.0065529603, 0.008950385, - 0.008447096, -0.021165349, 0.02608942, 0.027150407, -0.00041189796, - 0.0018227227, 0.0029670254, 0.02445713, -0.024769986, -0.020090757, - 0.003917494, -0.0010975443, 0.017302264, 0.013813246, 0.026701529, - 0.020240385, -0.017873565, 0.012119746, -0.003337691, 0.07084134, - 0.0039617014, -0.023858625, 0.010684692, -0.025776565, -0.03591036, - -0.13471825, 0.011201584, 0.011616457, 0.011582451, 0.020798083, - 0.022375962, -0.014105698, 0.018064, -0.025558926, 0.013867656, - -0.033516336, -0.020321999, 0.011432825, -0.009365259, -0.010997548, - -0.025790168, -0.0018312243, -0.020458022, -0.036318433, 0.04167778, - 0.019124987, -0.012827071, 0.0014673598, 0.004947876, -0.003014634, - -0.0180776, -0.032618575, 0.018798528, -0.008984391, -0.0056620026, - 0.03596477, -0.013323559, 0.002445033, -0.007086855, 0.011589252, - -0.015384325, -0.016744565, -0.0018822333, 0.008426692, -0.01931542, - -0.00031030495, 0.019601071, 0.009909355, -0.00030180343, - -0.010745903, -0.003693054, -0.01829524, 0.016078047, -0.014282529, - -0.0005045644, -0.025273276, -0.0075765415, -0.021042926, 0.008195451, - -0.0022171927, -0.028646672, 0.029490022, 0.007426915, -0.02535489, - 0.014799421, -0.016662952, 0.023926636, -0.016472517, 0.002523247, - 0.028864311, -0.007964211, -0.023328131, -0.0048526595, 0.01084112, - -0.010589475, -0.0122897765, 0.0126842465, 0.0024654367, 0.028619468, - -0.04325566, 0.0100453785, -0.018880144, -0.019791504, 0.021818263, - 0.006025867, -0.006127885, -0.0030248356, -0.0023872228, -0.014704204, - 0.0042269486, 0.0029840285, -0.0071684695, -0.018784927, 0.0040467167, - -0.010773107, -0.02687836, 0.03308106, 0.024538746, -0.013547999, - -0.020961313, -0.0018873343, -0.006583566, -0.030931877, 0.0040977257, - 0.00457381, -0.017411083, 0.015588361, -0.017710336, 0.03327149, - 0.008651132, -0.019533059, 0.029217973, -0.002388923, 0.005617795, - 0.024062661, -0.00767856, 0.006940629, -0.0067910026, -0.016690155, - -0.02377701, -0.018444866, -0.031992864, -0.012500614, -0.010528265, - -0.00009186939, -0.0036012377, -0.009746126, -0.019356228, - 0.013636415, -0.003563831, 0.014336939, -0.009045602, 0.0022375963, - -0.018893747, -0.0003551504, -0.0031217528, 0.009807337, 0.018472072, - -0.029163564, 0.008494704, 0.015071469, -0.0068352106, -0.0220223, - 0.015275505, 0.017084625, 0.010555469, 0.026715131, -0.031067902, - -0.02834742, -0.015180288, -0.019845914, -0.0154523365, 0.01315353, - -0.043065228, 0.0005559985, -0.0073657045, -0.006539358, 0.030061323, - 0.0043221656, -0.005978259, -0.024307504, -0.03868525, -0.018431263, - -0.0025963597, -0.0056109936, 0.02010436, -0.021097336, 0.0053355447, - -0.014758614, 0.018988963, -0.02394024, -0.023913035, -0.0037678673, - 0.011113168, 0.0059544547, 0.013316758, -0.010303825, 0.01490824, - 0.0076377527, 0.01626848, 0.017152637, 0.0053831534, 0.0030333372, - -0.006257108, 0.0024943417, -0.014160108, -0.0008101935, 0.0123917945, - -0.02440272, -0.012398596, 0.015207493, 0.038930096, -0.002320911, - 0.0013695925, 0.039664622, -0.002258, -0.0019740495, 0.008338276, - 0.021505408, -0.023872228, -0.015275505, 0.02275683, 0.053267032, - -0.022675216, 0.019505855, 0.0048016505, 0.00920203, 0.0087939575, - 0.011119969, -0.02264801, -0.010773107, -0.01813201, 0.005947653, - -0.0055191773, -0.029163564, -0.008113837, -0.021423794, 0.0016875488, - 0.0095965, 0.008392686, -0.0015353719, -0.014949047, -0.008290668, - 0.0032662784, -0.012378192, -0.032319322, 0.012174156, 0.011657264, - 0.0064067347, -0.012112945, -0.011623259, 0.017982384, 0.022430371, - 0.031367153, 0.008127439, 0.0056722043, 0.010004572, 0.020117963, - -0.0076649575, -0.030170143, -0.024416324, -0.008671535, -0.033978816, - -0.008215855, 0.042956408, -0.010467053, 0.07029725, -0.01236459, - -0.02834742, 0.019056974, 0.024144275, 0.010249415, 0.023736203, - 0.010460252, -0.017914372, -0.020430818, 0.0033852996, -0.013602409, - -0.0016620443, -0.03411484, -0.016676553, 0.02642948, 0.0071752705, - 0.023083288, 0.03055101, -0.0066991863, 0.022579998, -0.00909321, - 0.0003196566, -0.000030631985, -0.010637084, -0.020390011, - 0.006675382, 0.015819602, -0.022144722, -0.037379418, -0.009181626, - -0.0032900826, -0.029490022, -0.005770822, -0.0027561882, - 0.0074473186, -0.011228789, -0.000082145794, 0.0060054637, - -0.011698072, 0.0036080389, 0.020430818, -0.0023243115, -0.0327546, - 0.0025300481, -0.009331252, -0.026851155, -0.007161668, -0.03133995 - ], - "metadata": { - "chunkTitle": "Muscle Hypertrophy", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28774&chunkSid=chunk_57160" - }, - "document": "Andrew Huberman: You've established that ten, really, to 20 sets per week is the kind of bounds for maintaining andy initiating hypertrophy.\n\nAndy Galpin: Yeah. If I were to flag one of them, I would say 15 to 20 is the sets that you want to get working. Now, it gets complicated when you ask, well, how many reps per set do I have to get to? Okay, well, we also can complicate that by repetition, type and tempo. Just sort of let all that go for now and just think, if you're getting close to that range, you're in the spot. And all you have to do now is balance two things recovery and continued training. So if you're somewhere in this ten to 20 working sets range, and you're in a position where you can continue to do that, you're not so sore and so damaged and beat up that you can't maintain that volume. For eight weeks at a time, or at least six weeks at a time, then I'd probably say either. The style of repetitions, the amount of repetitions per set you're doing are too much. The volume is getting to you. However, if you're not seeing adaptations, then I'd say maybe the repetitions aren't enough. And so that's the kind of game you're running now.\n\nAndy Galpin: There could be plenty of other factors. Intensity, of course, yeah, intensity, intent. And then of course, the other things sleep, nutrition, et cetera, all these other things that go into our visible stressor category that we always analyze. This sort of brings up this idea of responders and non responders. So we get this one a ton. So why is it some people, my gym buddy, my roommate, we go to sleep the same time, we're on the same nutrition plan, we work out together, she triples in muscle size and I don't have no gain whatsoever. Well, there's a lot of work that we're trying to do to identify the molecular mechanisms behind responders and non responders because they clearly exist. In fact, this is one of the reasons why every paper I basically will ever publish again, if I do, always reports individual person data. So rather than group averages, you get to see if there's ten subjects in it. You get to see how each of the ten responded because the group average can get confusing." - }, - "truncated_cells": [] - }, - { - "row_idx": 18, - "row": { - "id": "chunk_57159", - "embedding": [ - -0.016183134, 0.004938087, 0.03928838, -0.025052087, -0.039775092, - 0.009869414, -0.01112675, -0.036854826, -0.020347217, -0.040045485, - 0.011789218, 0.015290832, 0.0011838228, 0.016629286, -0.003944386, - 0.0015015367, 0.045886014, 0.0074493797, 0.009071749, -0.015777543, - -0.009281305, -0.010058691, 0.022145342, -0.03761193, -0.04126226, - 0.024132745, 0.025417121, -0.01861669, -0.023591956, -0.012330008, - 0.040153645, 0.0019705028, -0.003246429, 0.0009201877, -0.029337848, - -0.017332314, 0.004562914, -0.011018592, 0.0030064534, 0.011072671, - 0.020888006, 0.007841452, -0.011261947, -0.030338308, -0.0013088804, - -0.009822095, -0.010653559, -0.019995702, -0.018887084, 0.021523435, - 0.019995702, 0.015223233, -0.014155174, -0.0052253813, -0.0061988034, - -0.017210636, 0.02125304, -0.0019367035, 0.029364888, -0.0047961297, - 0.006012907, 0.0099099735, 0.008551239, 0.020239059, -0.0019907826, - 0.02390291, -0.0022865268, -0.0021563994, 0.0036199118, -0.009599019, - 0.0017153177, 0.0058810893, 0.0038869267, -0.012499005, 0.042370882, - -0.018481491, 0.0060095266, -0.023064686, -0.020468894, 0.0031636204, - 0.00005159684, -0.029581202, 0.0036300516, 0.02648518, 0.021874947, - -0.011113231, 0.026066069, 0.008091567, -0.0021090803, 0.011998774, - -0.011349826, 0.013938857, 0.02706653, 0.0046305126, 0.004366878, - 0.0020414814, -0.02125304, -0.008165926, -0.035881404, 0.016372412, - -0.0043296986, 0.014547246, -0.0117621785, -0.022442777, -0.025579358, - 0.011018592, 0.020793369, -0.014614845, 0.016615767, -0.024876332, - -0.014209252, 0.015642345, -0.008132127, -0.046021212, 0.0131276725, - -0.01114703, -0.003667231, -0.011897376, -0.004498695, -0.013202031, - 0.04726503, 0.0070099877, 0.012363807, -0.008037489, 0.01696728, - 0.0069761886, -0.03379936, 0.018711327, -0.011998774, -0.020955605, - 0.019035801, -0.0069761886, -0.010491323, 0.01431741, -0.017981261, - -0.005779691, 0.013431867, -0.009247506, -0.024322022, -0.026850214, - 0.012938396, -0.0010959443, -0.009484101, -0.0017212325, 0.009504381, - 0.020915046, 0.037720088, 0.009369183, 0.0105792, 0.0030470125, - 0.005418038, 0.00017871414, -0.006425259, 0.006208943, 0.00096243684, - 0.001218467, -0.023916429, 0.026120149, -0.026039029, -0.035800286, - 0.020793369, 0.007746814, 0.02176679, -0.040234763, 0.0008728686, - 0.033123378, 0.033556007, -0.011086191, 0.026715016, -0.007841452, - 0.020590572, 0.0035489332, -0.045804895, 0.025863273, 0.007320942, - 0.014047015, -0.014655404, -0.00069457694, 0.0066043953, -0.018292215, - 0.026174227, 0.0029540644, 0.027715478, 0.029635282, -0.007341222, - -0.005201722, 0.020888006, -0.024186824, -0.0103966845, -0.006259642, - -0.009768016, 0.016102016, -0.010863115, -0.0201309, -0.6351036, - -0.009788295, 0.034935024, -0.023024127, 0.025160246, 0.022469817, - -0.01752159, 0.00953818, -0.008409281, 0.012404366, -0.025606398, - 0.014723003, -0.007388541, 0.0030943316, -0.0006514827, 0.0003272201, - 0.014628365, -0.0051239836, 0.014750042, 0.0025788913, -0.030013835, - 0.0041100024, 0.0017812265, 0.002758028, 0.014371489, 0.03025719, - 0.011978494, -0.0016629286, 0.012600402, 0.023497317, -0.021888468, - 0.009132588, 0.013709022, 0.008963591, 0.05526872, -0.007483179, - -0.032771863, 0.051212795, 0.007280383, 0.03766601, -0.004985406, - -0.007104626, 0.0014077434, 0.0024234143, 0.0048704883, 0.017048398, - 0.020279618, -0.0025231224, 0.017034879, -0.017643267, 0.008571519, - 0.00094300223, -0.010531882, -0.015331391, 0.011228149, -0.024186824, - -0.005786451, -0.0063204807, -0.017278234, 0.016521128, 0.0021040104, - 0.023051165, -0.028229227, -0.00014861158, -0.0117756985, 0.009862654, - -0.022983568, -0.0036368114, -0.019171, -0.007199264, 0.010714398, - 0.014019975, -0.019725308, -6.51892e-6, 0.016805043, 0.008355202, - 0.022199422, 0.0017246125, -0.0035928723, 0.019400835, -0.00796313, - 0.0059216483, -0.030879099, -0.028878177, 0.026295904, 0.00037327173, - -0.04564266, 0.01695376, -0.019738829, -0.021442316, 0.0007638656, - 0.021996625, 0.0025298824, -0.037422653, -0.02278077, 0.008199725, - -0.010727918, 0.004738671, 0.020090342, -0.03815272, -0.0011711479, - 0.00009690911, 0.020536494, 0.008199725, 0.022605015, -0.013384548, - -0.009477342, 0.019590111, 0.01748103, -0.03720634, 0.008787834, - -0.022605015, 0.006989708, 0.014182213, 0.024322022, -0.0222535, - 0.0002281457, -0.01907636, 0.010335845, -0.00047488106, 0.011498543, - 0.0057019526, 0.012492245, 0.011795978, 0.0126815215, 0.042884633, - -0.0035354134, -0.016602248, 0.024443699, 0.0014778771, -0.015777543, - -0.008612078, 0.03826088, -0.037909366, 0.032095876, 0.038504235, - 0.0022628673, 0.029337848, 0.0058810893, -0.012870798, -0.0297164, - -0.013398068, 0.0115255825, -0.0030470125, -0.012302969, -0.023632515, - -0.021374717, -0.0021783689, -0.00159364, -0.008862193, -0.0024842531, - -0.011931175, 0.0075034588, 0.011620221, -0.008551239, -0.01742695, - -0.016183134, -0.025241364, -0.0032785381, -0.0068815504, - -0.001645184, 0.011998774, -0.016142575, 0.01857613, -0.017143037, - -0.0027850675, -0.012093412, -0.0043837773, -0.012674761, - -0.029959755, 0.009646338, -0.022496857, 0.011566142, 0.0054856366, - -0.016345372, 0.0057763113, -0.0028543563, 0.005772931, -0.019062841, - 0.011633741, 0.0026262105, -0.014019975, -0.017143037, -0.015534188, - 0.032014757, 0.00030313805, 0.017399913, 0.005049625, -0.015507148, - 0.026998932, 0.0033292372, 0.0027394383, -0.011201109, -0.018738367, - -0.011823017, 0.0101465685, 0.002501153, 0.0042789993, 0.0058236304, - 0.03128469, 0.0007287988, -0.01274912, -0.00032468513, -0.00091596274, - 0.012573363, -0.01535843, 0.00017586231, -0.01596682, 0.013979416, - -0.0051746825, -0.016074978, 0.0115255825, 0.006421879, 0.007151945, - -0.011241668, 0.01908988, 0.0063272407, 0.009511141, -0.006692274, - 0.009964053, 0.01963067, -0.005036105, 0.017440472, 0.00079301756, - -0.015020437, 0.025308963, -0.0037314496, 0.008111848, -0.007753574, - -0.013316949, -0.007746814, 0.036259957, 0.011572902, 0.009132588, - -0.012634202, 0.016088497, 0.006202183, 0.011275467, 0.040640354, - -0.0069356295, 0.035773247, 0.013100633, -0.0053065, -0.011998774, - 0.02497097, -0.020212019, 0.031122454, -0.028445544, -0.022037184, - 0.0096733775, -0.021956066, 0.011187589, -0.017967742, 0.009815335, - 0.002176679, -0.013330469, -0.005563375, -0.0010469353, 0.025633438, - 0.040234763, 0.0006852821, 0.038963906, 0.0035658327, 0.015574747, - -0.011694579, 0.017710866, -0.0012041023, -0.0052389014, -0.03926134, - -0.017819025, -0.012255649, 0.00056149194, -0.0046507926, - -0.033772323, 0.007124906, 0.0036976503, -0.008287604, -0.0019350136, - 0.00905823, 0.0254712, -0.009159627, -0.046453845, 0.00025180526, - 0.005201722, -0.010923954, -0.024322022, -0.020928565, 0.0033140276, - -0.007942851, -0.009632818, -0.02015794, 0.0056444937, -0.029851597, - 0.004819789, -0.0223211, 0.017575668, 0.026093109, 0.007151945, - 0.011964975, -0.0456697, -0.022740211, -0.013222311, -0.010741438, - -0.020495934, 0.030879099, 0.009781536, -0.036935944, -0.016358892, - -0.004015364, -0.03444831, 0.014439088, -0.010531882, -0.0020262718, - 0.007976649, 0.0023304662, -0.005996007, -0.008111848, -0.0020414814, - 0.013844219, -0.014966358, -0.039099105, -0.031771403, -0.009348904, - -0.01219481, 0.105994806, 0.033015218, -0.021807348, 0.017399913, - -0.016521128, 0.022591494, 0.0145337265, -0.0063441405, 0.025673997, - 0.0012607162, -0.0024774934, -0.0129045965, 0.000049563598, - -0.004451376, 0.003286988, 0.01165402, -0.0053402996, -0.005032725, - -0.005793211, -0.009774776, 0.003937626, 0.009233986, 0.009416503, - 0.05091536, 0.019982183, 0.01695376, 0.017413432, 0.012302969, - 0.026160708, -0.017291754, -0.012073132, 0.006678754, 0.022929488, - 0.018197577, -0.010876635, -0.029473044, 0.011282227, 0.005891229, - 0.0059216483, -0.015155635, 0.038342, 0.020076822, 0.0339616, - 0.005722232, 0.010795517, -0.023483798, -0.006060226, 0.005211862, - -0.010241207, -0.02179383, 0.016886162, -0.004704871, -0.014750042, - -0.0052963602, 0.016588727, -0.01434445, -0.0048434488, -0.010640039, - 0.005407898, -0.010302046, 0.0059216483, 0.009849135, -0.011992014, - 0.0138374595, -0.0034137357, -0.017318795, -0.023564916, 0.0013595794, - -0.007753574, -0.013215551, -0.026133668, -0.019252118, -0.0233486, - -0.011708099, 0.013398068, 0.0098964535, 0.021807348, 0.009220466, - -0.0028425264, 0.014290371, 0.006300201, -0.03715226, -0.016561689, - -0.032122914, 0.019400835, 0.0048468285, 0.007814413, 0.00048248592, - -0.018035341, 0.008395762, 0.020468894, 0.0026346603, -0.008713475, - -0.013533265, 0.018102938, 0.0074426197, 0.032609627, 0.026796136, - 0.020441854, -0.016642807, -0.0053065, -0.047021676, -0.00089652813, - -0.022091264, -0.031149494, 0.005049625, 0.006046706, 0.0029405446, - -0.013039795, -0.035665087, 0.00046262878, -0.015169154, 0.0062833014, - 0.007861732, 0.0133642685, 0.009261025, 0.014195733, -0.006742973, - -0.00034390853, -0.02234814, -0.020617612, -0.029040413, 0.018427413, - 0.03252851, -0.036259957, 0.007003228, 0.031609163, -0.025227845, - -0.0047555706, 0.003030113, -0.008801354, 0.011491784, -0.0059926272, - -0.031771403, -0.031501006, 0.00014523164, -0.011485023, 0.0050800443, - 0.013100633, -0.020009223, -0.0072398237, 0.0286889, 0.010153329, - -0.017859584, 0.030419426, -0.030094953, -0.009781536, 0.009328624, - -0.016358892, 0.011336306, 0.01748103, 0.02126656, 0.00741558, - -0.011011832, -0.0028154869, 0.019265637, 0.0008804734, -0.0069153495, - 0.023199882, 0.026066069, 0.036476273, 0.0046507926, -0.0075575374, - 0.02388939, -0.014682444, 0.000902443, -0.0003346137, -0.019536031, - 0.0032751583, 0.02708005, 0.012891077, 0.021685671, -0.0051746825, - -0.0046845917, 0.02067169, 0.024781693, 0.00090920285, -0.014682444, - 0.005147643, -0.032582585, -0.013661702, 0.011457984, -0.004028884, - -0.012701801, -0.03352897, -0.012999235, 0.02758028, -0.009957292, - -0.008909512, -0.022564454, 0.007206024, -0.019982183, 0.026566299, - 0.016588727, 0.017034879, -0.021307118, -0.03623292, -0.013607624, - 0.006584116, -0.0039410056, 0.022131823, 0.017670307, -0.018265177, - -0.0032160094, -0.01864373, 0.0060636057, -0.02498449, -0.00050825794, - -0.016940242, -0.02549824, 0.008699956, -0.034340154, 0.0013452147, - -0.008598558, -0.009855894, 0.0049651265, -0.0052963602, 0.026620379, - -0.02497097, -0.021401757, 0.027742518, 0.0027445082, 0.02132064, - 0.0138239395, 0.03133877, 0.0039410056, 0.018400373, 0.0032548786, - -0.010802276, 0.017791985, 0.0020871107, 0.014357969, -0.0062900614, - 0.006219083, -0.011850057, -0.0051848223, -0.008652637, -0.011397146, - -0.024646496, 0.030608702, -0.004400677, 0.0031737601, -0.014222772, - -0.0029337846, -0.005347059, 0.017643267, -0.008693196, 0.030662782, - -0.0020093722, -0.027769556, -0.0035185136, 0.025376562, -0.010322326, - 0.017832544, 0.0036942705, -0.005218622, -0.024835773, -0.0068342313, - 0.0010934094, 0.009828854, 0.0030064534, 0.013060074, -0.015655866, - 0.026120149, 0.030797979, 0.024322022, 0.009727457, 0.0003181365, - -0.007645416, 0.02922969, -0.008726995, 0.0059115086, 0.030121993, - -0.008023969, -0.00086272875, -0.01219481, 0.0018995242, -0.009335384, - -0.00048459836, 0.00159533, 0.013648183, 0.005411278, -0.012850518, - -0.013702262, -0.021523435, -0.0023068066, -0.0064658183, - -0.009362424, 0.0006835921, -0.04926595, -0.032258112, -0.017643267, - 0.024822252, -0.017805504, 0.0085174395, -0.02132064, -0.0022628673, - 0.025673997, -0.004079583, 0.03720634, -0.012613922, 0.020374255, - -0.024146264, 0.019319717, -0.026633898, -0.011201109, 0.007692735, - -0.0028999853, -0.0039173462, 0.00004209077, 0.024673535, 0.020847447, - -0.012106932, 0.0064962376, 0.0038125683, 0.009261025, 0.024484258, - -0.027823636, -0.033096336, -0.030013835, -0.015588266, -0.0065570762, - -0.011890616, -0.023943469, -0.000080326296, -0.010288526, - 0.020279618, 0.0018691048, -0.039450616, 0.0022037185, -0.029094491, - 0.0085039195, -0.016683366, -0.009112309, -0.019481953, -0.027174689, - -0.017710866, 0.023213403, 0.01649409, 0.005587035, 0.01592626, - 0.004096483, 0.008368722, 0.025092646, -0.011397146, -0.003351207, - 0.025890313, 0.007327702, -0.02015794, 0.013174992, 0.005522816, - 0.046534963, 0.02860778, -0.025160246, 0.006161624, 0.017237674, - -0.04310095, -0.02652574, 0.014641884, 0.005732372, 0.007212784, - 0.01376986, -0.021347677, -0.008557999, -0.010991553, 0.005096944, - -0.0010401754, -0.003290368, 0.014195733, 0.0073615015, -0.008017209, - -0.00637456, -0.015115075, -0.020063302, 0.016183134, -0.013303429, - 0.011038872, 0.023646034, 0.0032126296, 0.018332774, -0.0036570912, - 0.029878637, 0.014074055, 0.0089906305, 0.031176532, -0.03766601, - -0.0012683211, 0.0286889, -0.012492245, 0.010241207, 0.018184057, - 0.0009784916, 0.0034323253, 0.025701037, 0.001009756, -0.020712249, - 0.008699956, 0.0011339686, 0.035286535, 0.017386392, 0.004610233, - 0.026958372, 0.025349522, -0.012816719, -0.011917655, -0.013100633, - 0.010430483, -0.0015023816, -0.00022645573, -0.024159785, 0.005140883, - 0.0024082046, -0.0020803509, 0.0031670004, -0.01799478, -0.0043736375, - 0.0054957764, -0.005681673, 0.029527124, -0.009964053, -0.027147649, - -0.008801354, 0.0043972973, -0.0068409913, 0.017156556, -0.028012913, - 0.0024605936, 0.00371455, -0.032744825, 0.01696728, -0.011964975, - -0.013080354, -0.017751426, -0.007996929, -0.0009599019, -0.006310341, - 0.21685672, -0.029824559, -0.0029067453, 0.0047420505, -0.011647261, - -0.010389924, 0.028121071, 0.003775389, -0.0020397916, 0.007341222, - 0.012282688, -0.0024183444, -0.018413894, -0.0020026122, 0.017007839, - -0.013033034, -0.020090342, -0.019684749, 0.011647261, -0.013695502, - -0.0007495009, -0.008733756, -0.022767251, -0.010166848, 0.026228305, - 0.017467512, -0.004143802, -0.0069356295, 0.0023169464, -0.004816409, - 0.0024707334, -0.006097405, -0.003981565, -0.011816258, -0.009261025, - 0.002754648, 0.00078456773, -0.024159785, 0.013540025, 0.009997851, - 0.010700879, -0.0044378564, 0.02863482, -0.008247045, -0.010978033, - 0.0050665247, 0.0014111234, -0.0076183765, -0.003286988, 0.002810417, - -0.030067913, -0.015331391, 0.017088957, 0.018386854, -0.01535843, - -0.021672152, 0.018251656, 0.003454295, -0.00095314207, 0.030149031, - -0.009619298, 0.02806699, -0.00688493, 0.02860778, -0.0024318642, - 0.022104783, 0.0034779545, 0.004576434, -0.011897376, -0.030338308, - -0.013019514, -0.028418504, -0.024470739, 0.002335536, -0.023497317, - -0.008409281, 0.024916891, 0.0022561075, 0.009930253, 0.0014077434, - 0.0038565074, 0.008098328, -0.0071316655, 0.019833466, -0.024011068, - -0.029148571, 0.009578739, 0.0012556463, -0.021023205, -0.012012294, - 0.0046068532, -0.038125683, -0.010126289, -0.0017626368, 0.004890768, - -0.030121993, 0.004616993, -0.008152407, -0.032122914, -0.024687055, - -0.015169154, 0.025308963, 0.024646496, 0.013147952, 0.014601325, - -0.015777543, 0.005691813, 0.017197115, -0.010978033, -0.0055397158, - 0.010856356, -0.04469628, -0.002225688, 0.005113844, -0.0049549867, - 0.007381781, 0.016615767, 0.0076589356, 0.009862654, 0.008084808, - -0.011917655, -0.0032633285, 0.023281, 0.0069694286, 0.019184519, - -0.015331391, -0.06062254, -0.00211922, 0.0051814425, -0.02449778, - -0.005025965, -0.004704871, 0.0070167477, -0.010018132, -0.010045171, - -0.014195733, -0.0038328478, -0.0129181165, -0.0021496394, 0.00903795, - -0.011201109, -0.011316027, 0.034772784, -0.004191121, 0.008943312, - -0.01702136, -0.016521128, 0.04402029, -0.0046609323, -0.026471661, - 0.00034644347, 0.03333969, -0.012857278, -0.009828854, 0.024038106, - -0.014006456, -0.009504381, -0.00903795, -0.014966358, 0.006313721, - -0.012350287, 0.014263331, 0.0191034, -0.0054788766, -0.0056377337, - -0.04399325, -0.17153853, 0.0046913517, 0.026322944, -0.03861239, - 0.03350193, -0.022861889, 0.045426343, 0.01166754, -0.022956528, - 0.000103985854, 0.023118764, 0.0043398384, -0.019252118, -0.020049782, - -0.01864373, -0.01802182, 0.021658631, 0.025376562, 0.03444831, - 0.00072288385, 0.021969587, -0.031987716, 0.008409281, 0.018224617, - 0.00038214406, -0.022226462, -0.0019586731, 0.022226462, 0.011322787, - -0.021131363, -0.017886624, 0.013911818, 0.0150069175, -0.024119226, - 0.008557999, 0.022767251, 0.0021090803, 0.0047014914, -0.020293137, - 0.011059152, 0.015033957, 0.018129978, -0.008862193, -0.0043770177, - 0.0035083739, 0.016588727, 0.011599941, -0.010748197, 0.009869414, - -0.008240284, 0.0110794315, -0.023443239, 0.008605318, 0.021185441, - 0.011498543, -0.022469817, 0.01593978, 0.0062900614, -0.01538547, - 0.0042519597, 0.0013561995, -0.0023084965, 0.014439088, -0.018170537, - -0.01649409, -0.026890773, 0.0011576281, -0.00042946317, -0.03358305, - 0.0072601032, 0.007760334, 0.0030013835, -0.00478261, -0.022659093, - 0.006830851, -0.004150562, -0.014006456, -0.0023828552, 0.011931175, - 0.016412972, -0.00031201038, 0.030067913, -0.00689169, -0.02380827, - -0.012836998, 0.031068375, -0.014790601, -0.0096868975, 0.0073615015, - -0.014912279, 0.018359814, -0.020955605, -0.043831013, 0.0049549867, - 0.021969587, 0.006736213, 0.0140605355, -0.009288065, -0.0012311419, - -0.005522816, 0.015236753, -0.016020898, -0.010389924, 0.0021496394, - 0.037936404, 0.00585067, 0.009152868, 0.010106009, 0.019874025, - -0.012559843, -0.0023473657, -0.0115255825, 0.020441854, 0.04502075, - -0.0069694286, 0.035800286, 0.018508531, -0.022659093, 0.019454913, - 0.0056580133, 0.04615641, -0.0026295905, -0.016845603, 0.0024690435, - 0.010308806, -0.012897837, -0.12924877, -0.016548168, 0.021077283, - -0.003606392, 0.015764022, 0.0010545402, -0.0223211, 0.011856817, - 0.0043161786, 0.023105245, -0.030906137, -0.007800893, 0.010727918, - -0.015480109, 0.0014373179, -0.0169808, 0.017670307, -0.03439423, - -0.036422193, 0.037963446, 0.010849596, 0.0057526515, -0.00026469128, - 0.02229406, -0.02920265, 0.00022075209, -0.03450239, 0.04364174, - 0.015493628, -0.0060568457, 0.020022742, -0.011099711, 0.011424185, - -0.02175327, 0.009105548, 0.006195423, -0.018508531, 0.0048130294, - -0.0029354747, 0.01272884, 0.0003878477, 0.015331391, 0.019427873, - -0.022415739, 0.0002492703, -0.022645574, -0.012796439, 0.023186363, - -0.0026211406, -0.012803199, -0.01596682, -0.009916733, -0.02648518, - 0.0033714864, -0.0055532353, -0.008706716, 0.0077738534, 0.02443018, - -0.0006054311, -0.00076809054, -0.008118607, -0.009747736, - 0.014087575, 0.010045171, 0.04085667, -0.006012907, -0.035827324, - -0.03544877, 0.01325611, -0.018305736, -0.012106932, 0.020779848, - -0.0076724556, 0.01327639, -0.025390081, -0.0017372873, -0.012836998, - -0.009768016, 0.004022124, -0.0037787687, -0.021442316, -0.0042722393, - 0.009071749, -0.021185441, 0.017075438, -0.0041877413, 0.01007897, - -0.0061210645, 0.0021327399, -0.011025352, -0.029851597, 0.046264566, - 0.030797979, -0.009808575, -0.034313112, 0.005908129, 0.00040601485, - -0.003237979, 0.0092137065, 0.032014757, 0.0010266557, -0.0083078835, - -0.027823636, 0.014155174, 0.009261025, 0.025592878, -4.36025e-6, - -0.021036724, -0.006516517, 0.0013730992, 0.0074291, -0.0009920113, - -0.014276851, 0.009375944, -0.0013443697, -0.017940702, -0.020482413, - -0.029013373, 0.0026329705, -0.0026701498, 0.006756493, 0.018508531, - -0.000052362608, 0.01066032, -0.0085174395, 0.010247967, 0.007273623, - 0.00037010302, -0.028445544, 0.015669385, 0.0074088206, -0.01799478, - 0.028553702, -0.029554164, -0.005208482, -0.006124445, -0.0032599487, - -0.020009223, 0.02605255, -0.000051992927, 0.011829777, 0.037341535, - -0.01596682, -0.0060771257, 0.0030064534, -0.028553702, -0.012323248, - -0.0000702393, -0.0297164, 0.0077873734, -0.0019299437, 0.006783532, - 0.0065503167, 0.0136143835, 0.0016908131, -0.03141989, -0.0005623369, - -0.018129978, 0.011579662, 0.013080354, 0.029986795, -0.011917655, - 0.016818563, -0.0036976503, 0.016007379, -0.034880944, -0.015290832, - -0.0008487865, -0.014371489, 0.023051165, -0.0044919355, -0.015304351, - -0.0085309595, 0.013296669, 0.015331391, 0.021469355, 0.0053234, - 0.0012193121, 0.014087575, 0.0070911064, -0.017156556, 0.002700569, - 0.00904471, 0.004687972, -0.0074561397, 0.019481953, 0.02925673, - -0.0008230145, -0.00004333184, 0.029283768, -0.010335845, - -0.0036976503, -0.010653559, 0.009964053, -0.026633898, 0.00068401464, - 0.012465205, 0.05356523, -0.022794291, 0.006019667, 0.020833928, - 0.010613, 0.019779388, -0.011992014, -0.005681673, -0.024673535, - 0.013343989, 0.026958372, -0.0051814425, -0.034556467, -0.0057492717, - -0.013546784, 0.0075778174, -0.0063846996, -0.00056825177, - 0.002063451, -0.003033493, -0.0014542176, 0.00047868348, -0.028012913, - -0.022131823, 0.0110523915, 0.0097004175, 0.018968202, 0.00847688, - -0.015439549, 0.014209252, 0.025782155, 0.013174992, 0.0023946848, - 0.020969125, -0.0222535, 0.015020437, -0.018630208, -0.035367653, - -0.015858661, 0.005036105, -0.03141989, 0.0028459064, 0.03988325, - -0.019833466, 0.06267754, 0.010106009, -0.027958833, -0.0029642042, - 0.004988786, 0.011403905, 0.006421879, -0.0149933975, -0.008956831, - -0.005505916, 0.008923032, -0.010275006, 0.0060703657, -0.03233923, - -0.030933177, 0.013323709, 0.007212784, 0.014047015, 0.01750807, - -0.01907636, 0.024835773, -0.015547707, 0.033718243, 0.0076724556, - -0.007875252, 0.0001391055, 0.019360276, 0.008375483, -0.016412972, - -0.028851137, 0.0044378564, 0.0110523915, -0.04521003, -0.00956522, - 0.005083424, -0.0057999706, -0.007767094, -5.6112224e-8, 0.0033883862, - 0.019549552, 0.016872643, 0.00901091, -0.008118607, -0.011268708, - 0.022997087, 0.0009962362, -0.012093412, -0.01537195, -0.047968056 - ], - "metadata": { - "chunkTitle": "Athletic Development", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28773&chunkSid=chunk_57159" - }, - "document": "Andy Galpin: It's uncommon to not be able to activate your biceps. Right? Everyone can do that. But if you're just like, man, I can't get this here, I'm just going to stop doing it. Do not do that. Just keep at it and just keep concentrating and thinking about that muscle group. It will take some time. It's very common to have challenges activating lats. Yeah.\n\nAndrew Huberman: I've noticed that many of the muscle groups that were responsible for a large fraction of the work in the various sports that I played as a young child are muscles that are very easy for me to selectively isolate and induce hypertrophy in. I suppose I'm one of those mutants where my lats happen to be one such of those muscle groups. I think that's because I swam a lot when I was a kid, literally.\n\nAndy Galpin: Going to ask, were you a swimmer?\n\nAndrew Huberman: Yeah.\n\nAndy Galpin: That's like a telltale sign.\n\nAndrew Huberman: Yeah, every kid in my town swam and played soccer.\n\nAndy Galpin: There you go.\n\nAndrew Huberman: And then later I skateboarded and did.\n\nAndy Galpin: Some you generally hear that answer, you either were a swimmer or you were a wrestler. So it's like that pulling and pulled toward you is thousands of repetitions allowed you to get very good at contracting.\n\nAndrew Huberman: But because I also played soccer, andy skateboarding, but I didn't do any baseball, basketball, or football. Muscle groups like Deltoids are very challenging to activate and isolate. So I do think that early development is superimposed on a genetic template that sort of predicts which muscle groups are going to be easier or harder to isolate and train.\n\nAndy Galpin: It's also a very good case for why it's important to do as many different athletic activities as you can in your youth. Yeah.\n\nAndrew Huberman: And if you do skateboard, definitely learn to ride switch, because every skateboarder I know has one leg that's larger than the other and one calf that's larger than the other. And actually, for that matter, people that do martial arts that don't learn to if they're not south paw, if they don't learn to switch up and do their work south paw, you see the same thing. I mean, you're building an asymmetry into the system, and it's not just muscular, it's neural. Strongly neural. So, yeah, kids parents get your kids doing a bunch of different things. I suppose gymnastics would probably be the best sport all around in terms of movement in multiple planes and activating all the different muscle groups.\n\nAndy Galpin: Yes and no. There's a lot of benefit, no question about it. There's a lot of other things, though, that has limited ability. So almost everything in not like gymnastics great, but almost everything in that is pre planned, which is a major downfall. Right. So the joy of skating is there's so much proprioceptive input that you have to make decisions very quickly in small windows. Now, you have a little bit of that when you're flipping in the air and you have to land. But gymnasts tend to have a very specific routine that they're working on, and they work on that routine for years.\n\nAndrew Huberman: Skateboarding, for me, was transportation, it was freedom, and it didn't require any coaches or parental oversight.\n\nAndy Galpin: Yeah. Ball sports have the beauty of reaction and things like that. So all of them are wonderful. Yeah. Good to do a lot of them." - }, - "truncated_cells": [] - }, - { - "row_idx": 19, - "row": { - "id": "chunk_57989", - "embedding": [ - -0.0042864564, 0.0053025554, 0.038167633, -0.027091483, -0.012980494, - 0.023511585, -0.009070869, -0.034130152, -0.032488246, -0.007166525, - -0.00011744437, 0.035960477, 0.0051545147, 0.022058092, -0.0124017885, - -0.010584923, 0.055771038, 0.022031175, 0.021546679, -0.016553663, - -0.018881943, 0.0061470615, -0.00797402, -0.00453207, -0.0010875958, - 0.019231858, 0.01920494, -0.02345775, 0.011675043, -0.03456082, - 0.04336252, -0.014185009, -0.022206133, -0.0060663116, -0.0053967633, - 0.01138569, -0.0026899702, 0.012987223, 0.023578877, -0.022959795, - 0.0004933294, -0.0008508145, -0.0020288331, -0.0031896082, - -0.02122368, -0.008270103, 0.0022794933, -0.034668483, -0.010167717, - 0.012940119, 0.010968484, -0.006244634, -0.03254208, 0.02114293, - -0.0126776835, -0.01812828, 0.0043672062, 0.023094378, 0.00029503036, - -0.0013475085, 0.012973765, -0.013424617, -0.024063373, 0.015840376, - 0.00058669614, -0.0016318143, -0.008418143, -0.0027858603, - -0.007476065, 0.021869676, 0.009091056, 0.024453662, -0.0022576235, - 0.005467419, 0.05507121, 0.0008377768, 0.002641184, 0.004646465, - 0.016055707, -0.004861797, 0.003379706, -0.013041057, -0.012973765, - 0.025799489, 0.038167633, -0.01138569, 0.0075770016, 0.007025213, - 0.007859625, 0.0142523, 0.016634412, -0.005561627, 0.022946337, - 0.008868995, -0.0016452726, 0.023511585, -0.014319591, -0.0065878197, - 0.0064162267, -0.0052386285, -0.024884326, -0.010759881, -0.040913116, - -0.008249915, -0.037198637, -0.00040458902, 0.0015670464, - -0.0102753835, 0.011520273, -0.028639182, -0.023175128, 0.041639864, - -0.0053698467, -0.039325044, -0.0047675893, -0.013424617, 0.017441908, - 0.014131175, -0.011446252, -0.011749063, 0.03243441, 0.0103359455, - 0.019501023, 0.021546679, 0.007926917, 0.0059451875, -0.024830494, - -0.0019026619, -0.018087905, -0.017832197, -0.0055818143, -0.01689012, - 0.019568313, 0.0029288544, -0.031034753, 0.02742794, 0.0028295997, - -0.0033561543, -0.014508007, -0.028693015, -0.0016166738, - 0.0040408433, -0.0013996593, -0.00859983, -0.030254174, 0.02277138, - 0.026822317, 0.01347845, 0.006056218, -0.0127046, -0.004781048, - 0.0017411627, 0.0034133517, 0.0080547705, -0.00013689576, - 0.0074693356, -0.011331857, 0.020685349, -0.019501023, -0.011163629, - -0.002148275, -0.0106454855, -0.0005648265, -0.02246184, 0.003563075, - 0.0103359455, 0.0173477, 0.011103067, 0.012812266, -0.0026495955, - 0.005248722, 0.039836455, -0.032649744, 0.019501023, -0.0087546, - 0.034426235, -0.0031374574, -0.0050064735, 0.0012566652, -0.035772063, - 0.0023585605, 0.01658058, 0.037306305, 0.0027219336, -0.011668313, - 0.010080239, 0.019029982, -0.0044344976, -0.005090588, -0.014911755, - -0.0044647786, 0.02563799, -0.024144122, -0.02029506, -0.6554712, - 0.0005425362, -0.0053563886, -0.0132631175, 0.03181533, - 0.000072180446, 0.0058307922, 0.017361159, -0.02376729, 0.023202045, - 0.0001023564, 0.0061941654, 0.020712266, -0.018989608, -0.009615929, - -0.003201384, -0.0013029281, -0.013431346, -0.00813552, - -0.00091936754, -0.030657921, 0.020173935, -0.018989608, 0.013276576, - 0.0057836883, 0.011944208, 0.0003028109, -0.008613288, 0.000022737104, - 0.020093186, -0.01627104, 0.02974276, 0.026432028, 0.0028632453, - 0.04979557, -0.0469155, -0.008027853, 0.027589438, 0.009669761, - 0.019716354, -0.02493816, -0.0017142462, 0.019299148, 0.009521721, - -0.013969677, 0.005750043, 0.016997786, 0.003206431, 0.006133603, - 0.0008941333, 0.019070357, 0.025355367, -0.010679131, -0.004562351, - 0.011089608, -0.014696423, 0.0068031517, -0.016392164, -0.013794719, - -0.0011447935, 0.011964396, 0.007476065, -0.030604089, 0.008465247, - -0.017078536, 0.036929473, -0.0062412694, -0.004437862, -0.0125229135, - -0.017549574, 0.014831006, 0.018599318, -0.0070655877, -0.0040576663, - 0.043254856, -0.008142249, 0.016513288, 0.0024022998, -0.023175128, - 0.0069915676, 0.009185264, 0.0018420997, -0.02283867, 0.0068502557, - 0.019164566, 0.0040408433, -0.036391143, -0.012119166, 0.0070454003, - -0.008034582, 0.013364054, 0.012273936, -0.012711328, -0.041343782, - -0.024386372, 0.0015291951, 0.0035025128, 0.01053782, -0.0037817718, - -0.03997104, -0.025934072, -0.0005648265, 0.01549046, 0.022058092, - -0.0006359029, -0.003724574, -0.020416183, -0.008680579, 0.03308041, - -0.023067461, 0.012011499, -0.015059795, -0.014238842, -0.00623454, - -0.01658058, -0.02625707, 0.0032703578, 0.002134817, -0.012960306, - -0.024049915, 0.021412095, 0.0026681006, 0.015355878, 0.00009000213, - 0.01625758, 0.010235009, -0.009245826, -0.0013643313, -0.002432581, - -0.01982402, -0.010806985, -0.010551278, 0.017805282, -0.01773799, - 0.030065758, 0.006745954, 0.001136382, -0.026768483, 0.0038928024, - -0.013162181, -0.020470018, -0.011688501, 0.014238842, -0.01557121, - 0.010086968, -0.050764564, 0.0015847104, 0.0013231154, 0.002469591, - -0.0061167805, -0.0038928024, -0.003171103, -0.029392846, 0.009387138, - 0.006577726, -0.0022088373, -0.045488928, -0.03375332, -0.0408862, - 0.0028985732, 0.0017260221, 0.022663714, -0.0035294294, 0.0034015758, - -0.007233816, -0.026526235, 0.0018471465, 0.0027976362, -0.009225639, - -0.015517376, 0.014548382, -0.0039466354, 0.0042797276, -0.0034133517, - -0.01061184, 0.016109541, -0.014292675, 0.008566184, -0.020483475, - 0.004017291, 0.008007666, -0.017845657, -0.011143441, 0.012502726, - 0.035260648, -0.0048853494, 0.012583476, -0.0008840396, -0.01658058, - 0.013310222, 0.015598126, 0.020685349, -0.026835775, -0.0026378194, - 0.024534412, 0.009198722, -0.0016814417, -0.0024107113, 0.0058341566, - 0.011244378, 0.033295743, -0.009366951, 0.0034856899, 0.0016763948, - 0.03044259, -0.0029793228, 0.0054001277, -0.009400596, 0.007684668, - 0.022421466, -0.0036471891, 0.010975213, -0.018424362, 0.0019649062, - -0.013296763, 0.018343613, -0.0027337095, 0.027562521, -0.023673084, - -0.0009117973, 0.021883136, 0.011143441, 0.025503408, -0.007960563, - -0.004700298, 0.03305349, 0.0067425896, 0.018841567, -0.021546679, - -0.022502216, -0.0059889266, 0.017751448, 0.026929984, 0.0027522147, - 0.013586116, 0.0057433136, 0.007213629, -0.010632027, 0.03394174, - 0.02750869, 0.0062681856, 0.018155197, 0.008505622, -0.047157753, - 0.00033540514, -0.0091045145, 0.047319252, 0.007388586, -0.009239097, - 0.011870188, 0.0018555579, 0.01246908, -0.014911755, -0.006453237, - -0.006012479, -0.0066450173, -0.012516184, 0.02417104, 0.011500086, - 0.03299966, 0.00828356, 0.008498893, 0.004501789, 0.004548893, - -0.008768058, -0.009023765, 0.0035294294, -0.01293339, 0.0099658435, - -0.0043571126, -0.02571874, -0.0010623616, -0.03243441, -0.022138841, - 0.00913816, -0.0041518738, -0.0038658858, 0.0022458476, 0.019272232, - 0.02764327, 0.013525554, -0.02269063, 0.01772453, -0.0075635435, - -0.012199915, -0.0075635435, -0.02804702, -0.01812828, -0.007805792, - 0.0007296902, -0.016419081, 0.011392419, -0.03695639, 0.0094746165, - -0.0072203577, 0.004764225, 0.024251789, -0.009084327, 0.020402726, - -0.013148722, -0.00050552597, 0.0107060475, -0.034426235, - -0.013377513, -0.0012802172, 0.012199915, -0.035879727, -0.018774277, - -0.005918271, -0.02625707, 0.0037346678, -0.0035361585, -0.0032821337, - -0.007630835, -0.012220102, 0.025516866, -0.009191994, -0.006062947, - 0.032272913, -0.019931687, -0.009279472, -0.029850427, -0.004347019, - -0.00034823254, 0.08424872, 0.01386201, -0.0087546, 0.010679131, - -0.005093952, 0.0011523637, 0.008061499, -0.018599318, 0.03251516, - 0.010874276, 0.016540205, -0.003717845, 0.01666133, -0.010127342, - 0.012872828, -0.006133603, -0.006126874, -0.028531516, -0.00991201, - -0.017266952, 0.016594037, 0.0059990203, 0.0045556217, 0.06411516, - 0.0039331773, 0.0040240204, 0.023848042, 0.016203748, 0.030011926, - -0.021089097, 0.0065508094, 0.004770954, 0.014521466, 0.04215128, - -0.0009488075, -0.009891823, -0.016594037, 0.0008251597, 0.019729814, - -0.024978535, 0.024843952, 0.011479897, 0.024897786, 0.010874276, - 0.025516866, -0.02912368, -0.0036606474, 0.029635094, 0.009696678, - -0.021506304, 0.022892505, 0.021735094, -0.03291891, -0.027562521, - 0.0014047062, 0.011318399, 0.004020656, -0.021721635, -0.01866661, - -0.007947104, -0.0024359454, -0.0058846255, 0.00968322, 0.007630835, - -0.018222487, -0.004770954, 0.0025856686, -0.009050681, -0.008761329, - 0.002451086, -0.02091414, 0.0010463799, -0.007758688, -0.0012591886, - 0.0117221465, 0.007213629, 0.01594804, -0.008741141, -0.0071732537, - 0.014036967, -0.010174447, 0.0087344125, -0.009407326, -0.02308092, - 0.0032501705, 0.0019009796, -0.0030785776, -0.021506304, -0.025059285, - 0.013101619, 0.005793782, -0.003009604, 0.023067461, -0.029877342, - 0.01092138, 0.00035811594, -0.0099052815, 0.023619251, 0.013915843, - -0.02184276, -0.003872615, -0.024655538, 0.019729814, -0.021398637, - 0.0045892675, -0.019554855, 0.012657496, -0.0069377343, 0.017495742, - -0.02316167, -0.0028750214, -0.0088891825, 0.010793527, -0.010443612, - 0.016015332, 0.030657921, 0.023350086, 0.005346295, 0.005181431, - -0.001243207, -0.01658058, -0.018451277, 0.010712777, 0.014844463, - -0.023269337, 0.0033090503, 0.0058375215, -0.0018135009, -0.019016525, - 0.04500443, 0.023874957, 0.021546679, -0.008041312, -0.051302895, - -0.035906643, -0.01565196, -0.012139353, 0.005090588, 0.0069242762, - 0.0069444636, 0.0010253513, 0.013041057, -0.016015332, -0.004161968, - 0.03943271, -0.023565417, -0.0055178874, 0.0018404174, -0.026687734, - -0.008552725, 0.013498637, 0.015598126, 0.004562351, 0.008431601, - -0.0052318997, -0.004693569, 0.0025671637, 0.012785349, 0.028450767, - 0.007072317, 0.01990477, -0.0012272253, 0.0019783645, 0.02501891, - 0.010436882, -0.01812828, -0.0014265758, -0.00064221147, -0.019797103, - 0.027885519, 0.009212181, -0.000067869594, -0.012899744, 0.009885094, - -0.015530835, 0.026324362, -0.02462862, -0.015692335, -0.020120103, - -0.04059012, -0.017549574, 0.014131175, 0.0016217206, 0.023632709, - -0.028154684, -0.01526167, 0.027051108, 0.025732199, 0.009952385, - 0.002742121, 0.016822828, -0.032326747, 0.02796627, -0.0074020443, - -0.011264565, -0.0068973596, -0.028531516, -0.0048079644, - -0.0041787904, 0.0042292587, 0.0055111586, 0.018370528, -0.020591142, - 0.0010085285, -0.0042595402, -0.017939864, -0.04112845, -0.012543101, - -0.020093186, -0.0030415673, 0.01741499, -0.014373424, -0.0049593695, - 0.0064566014, 0.0016208795, 0.009777428, -0.0041350513, 0.020025894, - -0.00728092, -0.012953578, -0.0037111158, -0.012294123, 0.030254174, - -0.005450596, 0.038436797, 0.0023467846, 0.007085775, -0.014319591, - 0.025960987, 0.018518569, 0.008862265, 0.0314385, -0.0035327938, - -0.02378075, -0.001130494, 0.012065332, -0.0051242337, -0.022650255, - -0.03456082, 0.03482998, 0.007758688, -0.0024611799, -0.02084685, - -0.010719506, -0.02764327, 0.018989608, 0.008801703, 0.0041855196, - 0.0055212523, -0.0035159711, -0.008680579, 0.04053629, 0.012475809, - 0.010806985, 0.0070050256, 0.009158348, -0.024588246, -0.026297444, - -0.0039836457, 0.028773766, 0.008868995, 0.0079, -0.0042258943, - 0.005252087, 0.016176831, 0.018612778, -0.016432539, -0.0071396083, - -0.015477002, 0.029473595, -0.0028632453, -0.019124191, -0.002624361, - -0.015853833, 0.0010682496, -0.016917035, -0.015046338, -0.0043100086, - -0.0024308986, -0.009326576, 0.017240034, -0.00045295464, - -0.010107155, 0.00062917377, -0.0063960394, 0.00088319846, - 0.012078791, -0.0037582198, 0.013835094, -0.03633731, 0.010248467, - -0.017549574, 0.015477002, 0.010241738, -0.010174447, -0.0267954, - -0.0049122656, 0.0077048554, -0.00012943063, 0.0381138, -0.01565196, - 0.005157879, -0.007132879, 0.005470784, -0.0314385, -0.025341908, - 0.006322019, 0.005840886, -0.03757547, -0.023323169, 0.015934583, - 0.00867385, -0.0026832412, -0.003724574, -0.002165098, 0.012576746, - 0.009165077, -0.027616354, -0.030550256, 0.013740886, -0.013364054, - 0.0030903534, 0.0051242337, -0.019918228, 0.0044344976, -0.018101363, - 0.015530835, 0.009266013, -0.020873765, 0.0074626068, -0.037548553, - 0.02083339, -0.024561329, -0.006157155, -0.009245826, -0.006170613, - -0.02796627, 0.03332266, 0.015046338, 0.008747871, 0.005104046, - 0.015584668, -0.00083146826, -0.003771678, -0.016459456, - -0.0071059624, 0.005453961, 0.017482283, -0.02176201, 0.0035866268, - 0.014709881, 0.02594753, 0.032165248, -0.03980954, -0.016836286, - -0.0023484668, -0.06745281, -0.011318399, 0.0022222956, 0.012038416, - 0.0055347104, -0.008707495, 0.005050213, 0.020981431, 0.01456184, - 0.0074020443, -0.037387054, -0.009831261, 0.018370528, -0.016755536, - -0.012475809, -0.0031980197, -0.024547871, -0.0034688672, 0.029931176, - -0.006322019, -0.02409029, 0.018155197, 0.0013592845, -0.008377768, - -0.00097235944, 0.010127342, 0.021237139, 0.002617632, 0.0042023426, - -0.04277036, 0.0035327938, 0.030092675, -0.012179728, -0.0015056431, - -0.0118163545, -0.001196103, 0.015086712, 0.0004794506, -0.0007477747, - -0.029688926, 0.01045707, -0.015032879, 0.01061184, 0.019097274, - -0.0035731688, 0.009804344, -0.004188884, -0.019420274, -0.015921125, - 0.017091993, -0.0075635435, -0.0040240204, 0.004562351, -0.010820443, - -0.0012280664, 0.00844506, 0.014831006, 0.007859625, -0.01169523, - -0.0017832197, -0.023821125, 0.003325873, -0.0062412694, 0.026997274, - -0.03299966, 0.009959114, 0.011008859, 0.0019884582, 0.012630579, - -0.021210222, 0.005046848, -0.037064053, -0.03313424, -0.0056726574, - -0.024965078, -0.026997274, -0.0013702194, 0.002266035, 0.007597189, - 0.015530835, 0.2019816, -0.0060696765, -0.011681772, 0.030604089, - 0.008397955, -0.005918271, 0.019622147, 0.003973552, 0.00027042697, - 0.00092104985, 0.007381857, 0.0035058775, -0.018155197, 0.009817802, - 0.028073935, -0.021196764, -0.02283867, -0.016634412, 0.00042835125, - -0.019783646, -0.0039701876, -0.003973552, -0.011641397, 0.0003028109, - 0.028370017, 0.01200477, -0.02221959, -0.0014349872, 0.02400954, - -0.002843058, 0.003748126, 0.018464737, -0.015988415, -0.0050603068, - -0.017307326, 0.0012297487, 0.00089749787, 0.00468684, 0.019447189, - 0.0117221465, 0.02176201, 0.022946337, -0.03491073, -0.00342681, - 0.011325127, 0.029715843, 0.00015561115, 0.0029944633, -0.0043974873, - -0.0023417377, -0.04360477, -0.018343613, 0.029985009, -0.005591908, - 0.0026142674, -0.0088891825, 0.007476065, -0.0045892675, - -0.00022206132, 0.0175092, -0.016728621, 0.007799063, 0.0012961989, - 0.027939353, -0.022138841, 0.005299191, -0.017293867, -0.003229983, - -0.013774532, 0.0057601365, 0.0057735946, -0.00774523, -0.023538502, - -0.009158348, -0.012374872, -0.014696423, 0.026068654, 0.024682453, - 0.016122999, 0.011520273, 0.0015569527, -0.032865077, 0.0032854984, - -0.007994208, -0.028396934, -0.034345485, 0.004306644, 0.008498893, - -0.028396934, -0.0023753834, 0.002772402, -0.02710494, -0.0032501705, - 0.009117973, 0.015194378, -0.023605792, 0.004205707, -0.0022626703, - -0.03299966, -0.007677939, -0.034049403, 0.05243339, 0.014292675, - 0.0077317716, 0.029796593, -0.0079336455, 0.00027631494, 0.013835094, - 0.014844463, -0.008559455, -0.009494804, -0.034722317, 0.0044816015, - -0.00023551959, 0.00983799, 0.011890375, 0.006062947, -0.020618059, - 0.02479012, -0.009972572, -0.01487138, -0.020429643, 0.021815844, - 0.019729814, -0.0016393845, -0.019958604, -0.021627428, -0.01604225, - -0.011116525, -0.0093198465, 0.008505622, -0.008626746, 0.006032666, - -0.02671465, 0.0058913543, -0.02161397, -0.0020086456, -0.008976661, - -0.00921891, 0.024117207, -0.01827632, -0.026728109, 0.019581772, - 0.022892505, 0.022502216, -0.023269337, 0.002094442, 0.022165759, - -0.0002000865, -0.014010051, 0.001397977, -0.005326107, -0.017024701, - -0.015073254, 0.017845657, -0.0151136285, -0.006554174, -0.03114242, - -0.025234243, -0.009205451, -0.031330835, 0.0059283646, 0.0044042165, - -0.001552747, -0.012529642, -0.003943271, -0.17161976, 0.017764907, - 0.04347019, -0.030227257, 0.02291942, -0.0152347535, 0.024507497, - -0.0012760115, -0.023538502, 0.0027337095, 0.029392846, 0.005228535, - -0.013364054, 0.0029658645, 0.0070319423, 0.0029894165, 0.024870869, - 0.002509966, 0.03270358, 0.010739693, 0.02223305, -0.021358263, - 0.007058859, -0.011654856, 0.0059889266, 0.0043268315, 0.022031175, - 0.015517376, 0.009797615, -0.008633476, -0.017549574, 0.0051477854, - 0.02238109, -0.005780324, 0.023592334, 0.014831006, -0.010719506, - -0.029231345, -0.014911755, 0.007186712, 0.020739183, 0.016015332, - -0.01386201, -0.024292164, -0.02107564, 0.0173477, -0.0013046103, - 0.00047860947, -0.0029776406, -0.003145869, -0.009730324, - -0.0025907154, 0.0094477, 0.003849063, 0.015140546, -0.0314385, - -0.0014358284, 0.016728621, -0.005548169, -0.015059795, -0.005847615, - -0.013027598, 0.006140332, -0.006614736, 0.0024426747, -0.020200852, - -0.0012566652, -0.01037632, -0.012987223, 0.0048348806, -0.017603407, - -0.020941056, 0.0058745313, -0.0095957415, 0.016688246, 0.012872828, - -0.013821635, -0.010268655, 0.006217717, 0.018087905, -0.0036471891, - 0.00975724, -0.009232368, -0.013101619, -0.009730324, 0.008471976, - 0.014548382, 0.01549046, -0.000049364487, -0.01224029, -0.018249404, - -0.03106167, 0.010806985, -0.026122488, 0.012691141, -0.0031273637, - 0.0062681856, 0.00968322, -0.010544549, -0.026216695, 0.0033511072, - -0.0034621381, -0.013108348, 0.0046666525, 0.025220783, -0.0015123723, - -0.013404429, 0.003349425, 0.013491908, -7.484844e-6, -0.007489523, - 0.0016065801, 0.010160988, 0.02029506, -0.008465247, 0.03819455, - -0.0031189523, -0.038544465, -0.0039836457, -0.003123999, 0.04586576, - -0.0017731261, -0.01656712, 0.013061244, 0.015463543, -0.028935265, - -0.13253696, -0.008162436, -0.0135726575, 0.010934838, 0.024642078, - 0.018841567, -0.007846167, 0.023525042, 0.0011935796, 0.021829301, - -0.011890375, -0.019998979, 0.00484161, 0.0061436966, -0.0046969336, - -0.024144122, 0.016109541, -0.034453154, -0.031034753, 0.047453832, - 0.009299659, 0.000577023, -0.0024965077, 0.0059990203, 0.0066483817, - -0.004673382, -0.01308816, 0.006264821, 0.013660137, 0.005013203, - 0.011823083, -0.0008011872, 0.0039331773, -0.023134753, 0.011055962, - 0.012993952, 0.02733373, -0.004585903, 0.0076577514, -0.009790886, - -0.00057912583, 0.029339012, 0.018680068, -0.0057063033, 0.006126874, - -0.032353662, -0.03181533, 0.025960987, -0.010955025, -0.017670698, - -0.018464737, -0.012072061, -0.03865213, -0.010046593, -0.0021465928, - -0.010719506, -0.007953833, 0.009669761, -0.009656304, -0.0024292164, - -0.008027853, -0.012448893, -0.012273936, 0.0093198465, 0.039002046, - -0.038329132, -0.015584668, -0.011634668, -0.01619029, -0.0005824904, - 0.001386201, 0.014831006, -0.007711584, 0.025651447, -0.01680937, - -0.010187904, 0.0008941333, -0.030173425, -0.009151619, -0.005746678, - -0.027037648, -0.0085190805, 0.0017142462, -0.022031175, 0.008512351, - 0.014777172, -0.005050213, 0.007684668, 0.018814651, -0.011331857, - -0.0267954, 0.05019932, 0.018653153, -0.023646167, -0.0065810904, - 0.011641397, 0.0063792164, -0.016930494, 0.021425555, 0.010228279, - -0.023538502, -0.017872572, -0.013330409, 0.006887266, 0.010134072, - -0.0070925043, 0.0151136285, -0.017845657, 0.01573271, 0.02479012, - -0.007859625, 0.013094889, -0.0283431, 0.0010371273, -0.016365247, - -0.0038625214, -0.02448058, -0.0042292587, 0.009804344, -0.006157155, - -0.00035937768, 0.012785349, 0.021398637, 0.022165759, -0.0014745209, - 0.010914651, 0.010053322, 0.0034957838, -0.020698808, -0.0068973596, - -0.024763202, -0.01208552, 0.01635179, -0.019797103, 0.0060663116, - 0.017078536, -0.002950724, 0.0020204217, 0.00031858232, 0.012940119, - 0.0014063885, 0.045650426, -0.017266952, -0.01185, -0.008761329, - -0.022825213, -0.013337138, 0.02316167, -0.029662011, 0.008202811, - -0.020698808, 0.0022862223, 0.01146644, -0.0008781516, -0.012354685, - -0.026983816, -0.010019677, 0.0032636286, 0.017159285, 0.0079, - -0.013141993, -0.019891312, 0.016755536, 0.009777428, 0.0038827087, - -0.01061184, -0.0102753835, 0.00007691187, 0.009568824, 0.021587053, - -0.00039638788, -0.026674276, -0.005951917, -0.0042023426, - 0.025651447, 0.019945145, 0.022098467, -0.0053362013, 0.00797402, - 0.000910115, 0.005995656, 0.020725723, 0.015678875, -0.010907922, - -0.021250596, 0.016055707, 0.023511585, 0.029446678, -0.006106687, - 0.03324191, 0.009467888, 0.0064936117, 0.016701704, 0.0004823946, - -0.022704089, -0.01627104, 0.017832197, 0.02982351, 0.0068637137, - 0.002688288, 0.0026832412, -0.007085775, 0.029446678, -0.0010388097, - -0.0063489354, -0.0188954, 0.020819932, 0.004787777, -0.018114822, - -0.01959523, -0.014682964, -0.000017466828, 0.0060360306, 0.048395913, - 0.008895911, 0.0033460604, -0.018343613, 0.011735605, 0.009030494, - -0.014467632, -0.018289778, 0.018101363, 0.015517376, 0.0023265972, - 0.019164566, -0.009669761, 0.040051788, 0.025960987, 0.032568995, - -0.009521721, 0.024520954, -0.011129983, 0.018020613, -0.0025368824, - -0.04274344, -0.009387138, 0.0012684412, -0.01208552, 0.008620017, - 0.0223138, -0.0035798978, 0.061692674, 0.010033134, -0.00983799, - -0.0014232113, 0.018949233, 0.02617632, 0.02177547, 0.009864907, - -0.001254983, -0.015840376, 0.009440972, -0.01627104, 0.01619029, - -0.020160478, -0.021519762, 0.0190569, 0.015530835, 0.040670868, - 0.032272913, -0.0062311757, 0.025826406, 0.0017293867, 0.009225639, - -0.011055962, -0.009979302, 0.013592845, 0.041478366, 0.010409966, - -0.01812828, -0.028558433, -0.004579174, 0.0053799404, -0.04702317, - -0.0045118826, 0.036121976, -0.025880238, -0.0042158007, -0.025651447, - 0.007072317, 0.01448109, 0.011129983, -0.00828356, -0.026270527, - -0.037387054, -0.0040408433, -0.010773339, -0.021425555, - 0.00006450503, -0.054963544 - ], - "metadata": { - "chunkTitle": "Exercise Benefits", - "episodeTitle": "Dr. Peter Attia: Exercise, Nutrition, Hormones for Vitality & Longevity | Huberman Lab Podcast #85", - "imgUrl": "https://img.youtube.com/vi/DTCmprPCDqc/maxresdefault.jpg", - "published": "2022-08-15T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2065?sectionSid=sec_29172&chunkSid=chunk_57989" - }, - "document": "Peter Attia: There's not one thing that I'll tell patients is more important than exercise. And by the way, it's not the sort of pathetic recommendations that are made. You have to exercise a lot more if you want to get this maximum benefit. The maximum benefit comes going from nothing to something. So if you go from being completely sedentary to doing 15 met hours per week, you'll get probably a 50% reduction in risk. So a met hour, a met just for people who don't know is a metabolic equivalent. So we're exerting about 1.3 mets sitting here talking. If we were sitting here being quiet, it would be about one met. Walking really briskly would be about five mets. So 15 met hours per week would be three 1 hour really brisk walks. That's not a lot of work. But just going from doing nothing to doing that would give you 50% of the benefit that you would get from going all the way. Now, again, I'm personally a little skeptical of how much that's I think it's probably a bit less than that.\n\nPeter Attia: I think there's more upside than people appreciate, but the studies I don't think, can truly capture that. But look, there's no reason to not be exercising more than that and capture more benefit, even though the rate at which you accrue it is less. And it also speaks to. The health span side of this, which is not necessarily captured in those data. The health spin gets back to the functional piece we opened with, which is, what do you want to be doing in your marginal decade? Do you want to be able to pick up a great grandkid if they come running at you? Do you want to be able to get up off the floor? Do you want to be able to play on the floor with a kid and then get up on your own?\n\nAndrew Huberman: And I think most people are thinking final years of life. They're trying to think, how can they take themselves to the bathroom? They're thinking, how can they sit up off the toilet? I mean, really vegetative type functions, right? At some level. I love this, again, this idea of marginal decade and using that as a way to back cast to actual methods and behaviors and protocols that one should be doing on a daily basis. I'll use anecdata, as it's now called, to cite just I know, three Nobel Prize winners, which doesn't mean anything except that they did beautiful work. But the point is that they're all in their 90s. So I'll name them because I'm complimenting them for what they've done, not just their work, but what I'm about to describe. So Eric Kendall at Columbia, Nobel Prize winner for work on memory, torrence and Vizal for work on neuroplasticity. And then Richard Axel, who's also at Columbia Nobel Prize winning work for molecular biology of smell and molecular biology generally.\n\nAndrew Huberman: All three of them still alive. Richard's younger compared to the other two. All three of them either swim, jog or play tennis or racquetball, I think is Richard's thing multiple times per week. Eric was they're all cognitively, still extremely sharp, still interested in the arts, doing science, curious about science, running laboratories, writing books, going on podcasts. And it's incredible. Again, that's anecdota. But I was kind of surprised to learn that colleagues that were so intellectually strong were also so obsessed with exercise. I mean, they really are obsessed with their exercise routine and early on linked that to some of their intellectual vigor over time. I want to just also use that as a jumping off point to ask about one kind of niche thing. But it comes up. I don't think I'm going to out which one of those told me this, but one of those three individuals choose an excessive amount of nicorette used to be a smoker." - }, - "truncated_cells": [] - }, - { - "row_idx": 20, - "row": { - "id": "chunk_127149", - "embedding": [ - -0.019610494, -0.015971163, 0.014439503, -0.005413177, 0.01288166, - 0.0013852039, 0.0023253097, -0.037519142, -0.009399422, -0.0027785897, - 0.018694116, 0.035110377, -0.034482002, -0.009451787, -0.0014212044, - -0.014688234, 0.04825386, 0.0031271407, -0.004454253, -0.008155766, - -0.019846134, 0.009229238, 0.006260827, 0.0076386672, -0.018314473, - 0.017293366, -0.018903574, -0.010675807, 0.008581228, -0.033120528, - 0.038042787, -0.013732582, -0.0145573225, 0.014151498, -0.018811936, - -0.0066830157, 0.0011102904, -0.018170472, 0.024964761, -0.0051382636, - 0.013784947, 0.0016110257, 0.012299105, 0.0076321214, -0.035005648, - 0.004706257, 0.0108329, -0.015316607, 0.014387138, 0.012724566, - 0.014216954, -0.00065291947, -0.010276527, -0.008731776, -0.014950057, - -0.0100997975, -0.051264815, 0.04060865, 0.015958073, 0.008103401, - -0.0152773345, 0.010682352, 0.002628042, 0.009131054, 0.025697865, - 0.0009900158, -0.0011724732, 0.0055113607, -0.013457669, 0.0048175314, - -0.012456198, 0.030816492, 0.0025789503, -0.0084961355, 0.043305416, - 0.0044771624, -0.037990425, -0.008522318, -0.015499883, -0.015774798, - 0.011192906, -0.027098613, -0.034927104, 0.036786042, 0.008031401, - -0.02038287, 0.010073615, -0.024310205, 0.01358858, 0.0033938722, - 0.0022860365, 0.00083251327, 0.024179295, 0.013071481, 0.0042218855, - 0.007743396, -0.011814734, 0.012004555, -0.039796997, -0.009916522, - -0.01662572, 0.013719492, -0.018314473, -0.015159514, -0.01957122, - 0.009536879, 0.0025805866, -0.0020880334, 0.010348529, -0.033827446, - -0.0020831241, 0.028276814, -0.0014563869, -0.027622258, -0.02728189, - 0.009864157, 0.012135466, -0.010708534, 0.001335294, -0.013889676, - 0.01711009, 0.017306458, 0.046421103, -0.008345587, 0.0049484423, - 0.018825028, -0.009386332, 0.00462771, 0.005638999, -0.028905189, - -0.0040287916, 0.003770242, 0.0030960494, 0.013182756, -0.04076574, - 0.018091924, -0.027596077, -0.012168194, -0.022058534, -0.02026505, - 0.027255706, 0.023577103, -0.008090311, -0.0014351137, -0.04943206, - 0.026889157, 0.01510715, 0.0165079, -0.009320876, -0.010636533, - 0.020775603, 0.002523313, -0.0007122386, 0.0083324965, -0.007592848, - 0.009923067, -0.02260836, 0.003397145, -0.01885121, 0.0017656646, - 0.030947402, -0.009438695, 0.011336908, 0.007331026, -0.003796424, - 0.021063609, 0.04639492, -0.010813263, 0.019702133, 0.00826704, - 0.0015652068, 0.024873124, -0.042886503, 0.02132543, 0.0069186557, - 0.04204867, 0.007920126, 0.017267184, -0.004748803, -0.04505963, - 0.014936965, -0.004395343, 0.026142962, 0.013876584, -0.0032776885, - -0.006051369, 0.031078313, -0.009556516, 0.0015316608, -0.020356689, - -0.020723239, 0.0030584123, -0.020238867, -0.010924538, -0.64219785, - -0.0047978945, 0.008921596, -0.00620519, 0.02611678, 0.01165764, - 0.00890196, -0.004954988, -0.0032089602, 0.023145096, 0.014282409, - 0.016586445, 0.0005260993, -0.021417068, -0.0032236876, -0.017463552, - 0.0044902535, -0.0000254791, -0.021338522, 0.0038062425, -0.020330505, - 0.008430679, -0.013091118, 0.0008136948, 0.027543712, -0.020081775, - 0.0012223831, -0.016088983, -0.0034822372, 0.015539156, 0.0024742212, - 0.016664993, 0.028433908, 0.027805533, 0.05212883, -0.036000572, - -0.0068270178, 0.018078834, -0.00074496644, 0.025580043, -0.010237254, - -0.013719492, 0.018523932, 0.015617703, -0.019937772, 0.01616753, - -0.0012583837, 0.001314021, 0.023708014, -0.010917992, 0.024964761, - 0.00541645, -0.015591521, -0.0016404807, 0.012672202, -0.016115166, - 0.0061953715, -0.018445386, -0.015971163, 0.026797518, 0.017620644, - 0.027255706, -0.0073964815, -0.0016805723, -0.021691982, - -0.00023011731, -0.019728314, 0.007933217, -0.0029356831, - 0.0038356974, 0.027072432, 0.012443108, 0.012979843, 0.006748471, - 0.026064415, 0.011814734, 0.017424278, 0.0056422716, 0.0010571077, - 0.022634542, -0.0075012106, 0.024270931, -0.014112225, -0.014321683, - -0.0008394679, -0.015002421, -0.01640317, -0.010237254, -0.023262916, - -0.017031545, 0.0108394455, 0.0127703855, 0.02728189, -0.016206803, - -0.027543712, 0.010001614, -0.021443252, -0.007075749, -0.009366695, - 0.009831429, 0.01106854, 0.008299769, -0.017620644, -0.010931083, - 0.013627853, -0.0091376, -0.004054974, -0.011664186, 0.028067356, - -0.025370587, -0.0063131913, 0.0005756001, 0.0041662483, 0.0043691606, - 0.010931083, -0.015539156, -0.00057600916, 0.01581407, 0.0042087943, - -0.0042644315, -0.0105514405, -0.016246077, 0.012632929, 0.003960063, - -0.0051873554, 0.01745046, 0.0073113893, -0.004346251, -0.0037506053, - -0.04060865, 0.012901297, 0.018353747, 0.01721482, -0.019309398, - 0.013693309, 0.008757957, 0.018798845, 0.008888869, 0.0080248555, - -0.015447519, -0.026300056, -0.012672202, 0.0038193336, -0.022307264, - 0.0075470293, -0.017463552, -0.01745046, 0.001242838, -0.0015709341, - 0.0013704763, 0.008129584, -0.007520847, -0.018445386, -0.006172462, - -0.02025196, -0.019008303, -0.017699191, -0.026025143, -0.005809183, - 0.011356545, -0.00620519, 0.006231372, -0.00872523, 0.013994405, - -0.009837975, -0.02025196, 0.006293555, 0.008352133, -0.025043309, - -0.021731256, -0.0039796997, -0.0188643, -0.021652708, 0.027046248, - -0.027229525, 0.002045487, -0.016180621, 0.031601958, -0.025697865, - 0.005845184, 0.0015152969, -0.005105536, -0.007134659, -0.010643079, - 0.048672777, 0.0124823805, -0.015054786, -0.010171798, -0.037807148, - 0.013811129, 0.0026689516, -0.00042423402, -0.015473701, - -0.0044411616, -0.0024709485, -0.001885121, -0.011022721, 0.004198976, - -0.011899826, 0.016246077, 0.03503183, 0.004997534, -0.021993078, - -0.018759571, 0.027726987, -0.03162814, 0.018314473, -0.02131234, - 0.025121855, 0.013359485, -0.00937324, -0.0033873266, -0.015879525, - -0.013320212, -0.009098327, 0.013359485, -0.018602477, 0.0069644745, - -0.016756631, 0.027229525, 0.004984443, 0.021299249, 0.02589423, - 0.003174596, -0.03288489, 0.02576332, 0.013863494, 0.015591521, - -0.016062802, -0.020801786, 0.018013379, 0.04079192, -0.017738465, - 0.0066797426, 0.040477734, 0.00092783297, 0.009451787, -0.022804728, - 0.034377273, 0.017280275, 0.009687427, -0.007429209, 0.035058014, - -0.019715223, 0.01557843, -0.00051137176, 0.01568316, 0.016874451, - 0.0019833043, 0.020225776, 0.010073615, 0.0136540355, -0.026889157, - -0.0081884945, -0.008109948, -0.0071412046, 0.010322346, - -0.0066011962, 0.00012047919, 0.031994693, -0.00720666, 0.023079641, - 0.006021914, -0.015198788, 0.0063851927, -0.0009261966, 0.015028603, - -0.021731256, 0.00056537264, 0.011546366, -0.027020067, 0.0012575655, - -0.0032678703, -0.019649768, 0.014020587, 0.00028268632, 0.013444578, - 0.0025347676, 0.020762512, 0.016481718, -0.030554669, -0.0074030273, - 0.004084429, 0.02353783, -0.009340513, -0.0031795052, -0.013136936, - 0.010178344, 0.016547173, -0.011461274, -0.025292039, 0.0194534, - -0.012560927, -0.012927479, -0.0024954942, 0.004228431, 0.038487885, - -0.0025936777, 0.008339042, -0.018353747, -0.0077957604, 0.0036753314, - -0.008600865, -0.01013907, 0.016573355, 0.015512974, -0.033905994, - -0.030371392, 0.024702938, -0.014544232, 0.008450316, -0.008757957, - -0.01211583, -0.0075863027, 0.0106954435, -0.003501874, -0.025252765, - -0.0039306083, 0.034612916, 0.0053804494, -0.027124796, -0.026156053, - -0.02177053, -0.017947922, 0.078075424, 0.041734483, -0.00091474183, - 0.0043691606, -0.011212543, 0.011854007, 0.012521654, -0.022974912, - 0.043881427, -0.006660106, 0.028381543, -0.011840916, 0.0216658, - -0.017398095, 0.009687427, 0.0048142583, -0.023786562, -0.026889157, - -0.006332828, -0.0031042313, 0.0044706166, 0.010021251, 0.0018196653, - 0.033539444, 0.02599896, 0.0023874927, 0.0044444343, 0.022857092, - 0.021547979, 0.0038029696, 0.00826704, -0.007226297, 0.0032891433, - 0.016691174, -0.0018213018, -0.0013622944, 0.012927479, -0.022228718, - 0.019257033, -0.0030584123, 0.022189444, 0.035686385, -0.0032531428, - 0.00679429, -0.0017411186, -0.0077499417, 0.00047087113, 0.01417768, - -0.017149365, -0.032308877, 0.013575489, 0.017895557, -0.00813613, - -0.00051587186, -0.011120904, -0.0154213365, 0.0096677905, - -0.030895038, -0.012803113, 0.021744346, 0.0009409241, 0.013680218, - -0.00080305827, 0.021705072, -0.018000286, -0.011939099, -0.007763033, - -0.0007584666, 0.007095386, -0.0025707681, -0.033722717, -0.017476643, - -0.0042349766, 0.017947922, 0.02906228, 0.023341462, 0.013915858, - 0.01451805, -0.008672865, 0.0129143875, 0.0010816536, -0.029376468, - -0.025043309, -0.020225776, 0.016913723, 0.0021436706, 0.018406112, - -0.008561591, -0.005936822, -0.017502824, -0.026430966, 0.0075143017, - 0.037519142, -0.005992459, -0.0023858561, 0.00042055215, - -0.0026460423, -0.008103401, 0.029821565, 0.0032645974, -0.0047815307, - -0.000275118, 0.001549661, -0.008411043, -0.00035182378, 0.024035292, - 0.021862166, -0.009091781, -0.01042053, 0.016547173, 0.015905708, - -0.013863494, 0.025396768, 0.0015709341, 0.02342001, 0.032465972, - -0.014387138, 0.013307121, -0.004958261, 0.0042480677, -0.018589387, - -0.017371913, 0.03702168, 0.0026427694, -0.026993884, 0.030476121, - -0.0188643, 0.0018523932, 0.0006075097, 0.006467012, -0.013064936, - 0.040346824, 0.0035346018, -0.028774276, -0.035293654, -0.030554669, - -0.009621971, 0.0043102503, 0.008869233, -0.0006169189, -0.026430966, - -0.011847462, -0.0047422573, -0.019819953, 0.002783499, -0.023943653, - 0.005072808, -0.022857092, -0.010688897, 0.012390743, 0.019165397, - 0.012776931, -0.026509514, 0.0017525734, 0.014072952, -0.02013414, - -0.0052037193, -0.004267704, 0.040713377, 0.013307121, 0.03702168, - -0.010780536, -0.023367645, 0.008247404, -0.0027442256, -0.008234313, - -0.011755824, -0.012325287, -0.008057583, 0.0069710203, 0.025017126, - -0.002099488, 0.011199451, -0.00673538, 0.010204527, 0.022542905, - -0.0083324965, -0.020553054, -0.022542905, -0.023799652, 0.0010358347, - 0.029926294, -0.009353603, 0.016219895, -0.0056749997, -0.038618796, - 0.034717645, 0.0008631956, 0.021142155, -0.0018867573, 0.008070674, - -0.016848268, 0.02436257, 0.022988003, 0.003960063, 0.0011667459, - -0.025710955, -0.004261159, 0.009458332, 0.012135466, 0.008777594, - -0.007867762, -0.012266377, -0.014112225, -0.016678084, -0.007049567, - -0.004267704, -0.023511648, -0.01967595, 0.010086706, -0.022529814, - -0.018393021, -0.00021129881, -0.0145573225, -0.018222835, - 0.009013235, -0.007959399, 0.013523124, -0.04113229, -0.011899826, - 0.011984918, -0.0125282, 0.017673008, 0.0014719325, 0.033434715, - 0.01849775, 0.016586445, 0.008286677, -0.008430679, -0.00486335, - 0.022189444, 0.009131054, 0.001750937, 0.013195846, -0.023524739, - 0.017319549, 0.016023528, 0.002276218, -0.023708014, 0.037519142, - 0.006257554, -0.0017231184, -0.018445386, -0.026300056, -0.026836792, - -0.016782813, 0.006938292, 0.015552248, 0.0026574968, -0.008083765, - -0.023276007, 0.066450514, -0.013496942, 0.01802647, -0.0069055646, - 0.030764127, 0.011670731, -0.0010595623, -0.0095434245, 0.016586445, - 0.015552248, 0.011389272, -0.0118670985, 0.008293223, -0.007134659, - 0.0054066316, -0.013784947, -0.017515915, -0.00890196, 0.02647024, - 0.007298298, -0.024781486, 0.004522981, 0.003992791, 0.008450316, - -0.00977252, -0.004522981, 0.0039731544, 0.002271309, -0.013156573, - 0.00028718638, -0.0046048006, -0.02425784, -0.0154213365, - -0.016822087, -0.0068335636, -0.032151785, -0.0038291519, 0.022870183, - -0.04723275, 0.0011782006, -0.026365511, 0.015840253, -0.010675807, - -0.012521654, -0.031340137, -0.01305839, 0.020553054, -0.0010431984, - 0.024414934, -0.0019260307, 0.017018452, -0.013523124, 0.017961014, - -0.02273927, -0.019833043, 0.038487885, -0.013784947, -0.02493858, - 0.005966277, 0.032413606, 0.0075470293, 0.008476499, 0.0071477504, - 0.038383156, 0.0061757346, 0.015539156, -0.0045000715, -0.03586966, - -0.016102076, -0.047573123, -0.013025662, 0.024689848, -0.0016952998, - 0.0036687858, -0.020435235, 0.007880853, 0.02273927, -0.0015103878, - -0.0071412046, -0.007874307, 0.032099422, -0.008941233, -0.0034364185, - -0.0026018596, -0.004896078, -0.015159514, -0.008757957, -0.011258361, - -0.004941897, 0.021940714, 0.01510715, -0.007605939, -0.007933217, - -0.0095237885, -0.020919606, -0.001847484, -0.019387946, -0.017385004, - 0.009248875, 0.0054819053, -0.0013655672, 0.039770816, -0.007213206, - 0.0073244805, -0.014256227, -0.0250564, -0.02471603, 0.018000286, - 0.022909455, 0.013418396, -0.014648961, -0.014766781, 0.03068558, - -0.021430159, 0.0256455, 0.0026738609, 0.015761705, 0.010525258, - -0.019950863, -0.007344117, -0.019113032, -0.016088983, - -0.00054859964, 0.012253286, -0.005193901, 0.02728189, -0.010217617, - 0.01582716, 0.014295501, -0.0057175457, 0.012934024, 0.03456055, - 0.0042807953, 0.0059531857, -0.0016282077, -0.003590239, 0.02353783, - -0.012927479, -0.015159514, -0.008869233, 0.033094347, 0.0038291519, - -0.025370587, -0.017057726, -0.0038193336, 0.0058353655, -0.030711763, - 0.027884081, -0.00042791592, -0.00024586756, -0.003619694, - -0.0014342956, -0.004552436, -0.009124509, -0.016678084, -0.015905708, - 0.0063884654, -0.005730637, -0.007527393, 0.0015586612, 0.0035935119, - 0.038016606, 0.004198976, -0.0070692035, -0.010701989, -0.0007326935, - 0.007049567, 0.01124527, 0.00791358, -0.03288489, -0.009013235, - 0.013902767, 0.025422951, 0.013444578, -0.010152162, -0.007907035, - -0.007226297, -0.01663881, -0.0012821114, -0.019597404, -0.021521797, - -0.025239674, -0.010276527, 0.0021518525, -0.018235927, 0.19228233, - -0.01628535, -0.003796424, 0.018249018, 0.0031729597, -0.00041012018, - 0.04663056, 0.027255706, -0.0068466547, 0.025802594, 0.008659774, - 0.027360436, -0.04204867, 0.00081737665, 0.012508563, -0.007075749, - -0.036157668, -0.016952997, -0.0020422144, -0.018825028, -0.012364561, - -0.029428832, -0.026692789, 0.008339042, 0.029481197, 0.004496799, - -0.0120503735, -0.006866291, 0.032151785, 0.012920933, -0.00032032328, - 0.0006169189, -0.01441332, 0.008849596, -0.0063099186, 0.012678747, - 0.0059139123, -0.009275056, -0.0011422, -0.019702133, -0.0063753743, - 0.006306646, -0.0148846, -0.013431487, 0.0041204295, 0.004801167, - -0.016010437, -0.00039027893, 0.0004307796, 0.027150977, -0.026273873, - -0.027596077, 0.022451267, -0.001272293, 0.018262109, -0.013483851, - -0.003284234, 0.003969881, -0.00978561, 0.036000572, -0.03338235, - 0.02906228, 0.0061102794, 0.013254757, -0.012076556, -0.0026885883, - -0.009608881, 0.030816492, 0.0062248264, -0.0010571077, -0.009661245, - -0.0037146045, -0.01849775, 0.0017918467, -0.0148060545, -0.010224163, - 0.019243943, 0.03068558, 0.010557987, 0.008672865, -0.0045000715, - -0.0018785754, 0.029978659, 0.01861557, -0.014596596, -0.02132543, - 0.0115790935, 0.004081156, -0.008391406, 0.0038487886, 0.013693309, - -0.018811936, 0.0053182663, -0.00024341297, -0.006761562, -0.05739146, - 0.008404498, 0.012868568, 0.007259025, -0.023943653, -0.00039580176, - 0.037990425, 0.0015586612, 0.0074553913, -0.026889157, -0.018262109, - -0.011395818, 0.008941233, 0.030397575, 0.008352133, -0.023825834, - -0.024441117, -0.0011397455, -0.0034364185, -0.0009302875, - 0.023092732, 0.0028571365, -0.0001738664, 0.0061953715, -0.04050392, - 0.01053835, -0.024611302, 0.030816492, 0.014819145, 0.0011094722, - -0.023485465, -0.027962627, -0.008653229, 0.0016707539, -0.040582463, - 0.016337715, -0.036969315, -0.0021894893, -0.021390887, -0.0008869232, - 0.0015152969, -0.0013115663, 0.017764647, 0.011768915, 0.000886105, - -0.011552911, -0.031837597, 0.029245557, -0.010387802, 0.017869376, - -0.007959399, -0.010741262, 0.002372765, -0.040189732, 0.017542098, - -0.0009826521, 0.0034004177, -0.0038062425, -0.009831429, - 0.0100997975, -0.018445386, -0.026444057, -0.04403852, -0.021940714, - 0.015434428, -0.019387946, -0.01018489, 0.003933881, -0.019479584, - -0.0029765929, 0.0027409527, -0.1639008, 0.017123181, 0.026156053, - -0.029821565, 0.019361762, -0.033356167, 0.03971845, 0.01059726, - -0.015971163, 0.007527393, 0.01453114, -0.030895038, -0.010643079, - -0.016154438, 0.01708391, 0.00072164787, -0.0041302475, 0.026430966, - 0.011795097, 0.029114645, -0.0066208327, -0.03270161, 0.015251152, - -0.005367358, -0.009268511, 0.010963811, 0.008541955, 0.053830676, - -0.020160321, -0.008476499, -0.03477001, 0.012757294, 0.010191435, - -0.0051284456, 0.019492675, -0.010060524, -0.006362283, -0.012358015, - -0.027098613, 0.03864498, 0.05071499, 0.00047496211, -0.00291441, - 0.028512454, -0.021691982, 0.019217761, 0.00094992423, 0.0018720299, - -0.01211583, -0.01581407, 0.011808188, -0.010459803, 0.026103688, - 0.0006197826, -0.0048469864, -0.033696536, 0.0037342412, 0.012443108, - -0.006781199, -0.006247736, -0.0004921442, -0.009635063, 0.047258936, - -0.0017378458, -0.0024300388, -0.012488926, 0.0014113861, - -0.0037931514, -0.015748614, 0.0044837077, -0.0046506193, -0.02530513, - 0.016651902, -0.032177966, 0.003217142, 0.011854007, -0.003606603, - -0.012305651, 0.028276814, 0.03115686, 0.0053084483, 0.0049189874, - -0.026745154, -0.008162312, -0.02424475, -0.017489733, 0.017777737, - 0.0210767, -0.018798845, -0.022817818, 0.022516722, -0.013110754, - -0.03864498, -0.008731776, 0.024519663, -0.008109948, 0.03725732, - 0.023982927, 0.015447519, -0.026182236, 0.019531947, -0.0071870238, - -0.039666086, 0.009170328, 0.038356975, -0.010348529, 0.017869376, - -0.014269318, -0.0004782349, -0.03293725, 0.016992271, 0.018091924, - 0.01241038, 0.029847749, 0.012233649, 0.0302143, 0.007979036, - -0.046918567, -0.00041380204, -0.018589387, 0.02273927, 0.004061519, - -0.023354555, -0.012292559, -0.016992271, -0.0027098614, -0.1161444, - -0.018314473, 0.01708391, 0.0027524075, 0.020827968, 0.005740455, - 0.00030845945, 0.0216658, -0.008234313, 0.0297692, -0.02811972, - -0.0018278473, 0.008456862, -0.00070364756, 0.018537022, - -0.0008517408, 0.008921596, -0.008692502, -0.04275559, 0.023681832, - -0.001801665, -0.010937628, -0.01639008, 0.007075749, 0.01276384, - -0.017306458, -0.025580043, 0.013215483, 0.036471855, 0.0046113464, - 0.008345587, 0.001398295, 0.03453437, -0.00045614364, 0.007893944, - 0.021966895, -0.0006226463, -0.016691174, 0.02085415, -0.014203862, - 0.011507092, 0.030973583, -0.003456055, -0.0055702706, 0.00216658, - 0.00066232873, -0.032832522, 0.014125316, 0.009981977, -0.010767444, - 0.0011512002, 0.00866632, -0.03115686, -0.012377651, 0.031104496, - -0.01441332, 0.024205476, 0.0075601204, 0.0072197514, -0.011029267, - 0.004581891, -0.01793483, -0.029193193, 0.007972491, 0.03594821, - -0.008555045, -0.032047056, 0.008096856, -0.018262109, 0.0039993366, - 0.0058124564, 0.012266377, -0.0037015136, 0.034246363, -0.038671162, - -0.009124509, 0.0051382636, -0.03621003, 0.0026427694, -0.0027900445, - -0.007062658, -0.011952191, -0.011317271, -0.013431487, 0.0010628351, - 0.010256891, 0.021430159, 0.0034495096, -0.0050498988, -0.035058014, - -0.011212543, 0.044771623, 0.027779352, -0.0047258935, -0.015905708, - 0.038042787, -0.0011675641, -0.007730305, 0.013994405, -0.0007122386, - 0.0132220285, 0.00644083, -0.03338235, 0.01593189, 0.012580564, - -0.010911447, 0.016010437, 0.00691211, -0.0045557087, 0.015565339, - 0.0006431012, 0.0038749708, -0.0035378744, -0.005580089, -0.0274128, - -0.0074423, -0.013889676, -0.004048428, 0.0050237165, -0.011932554, - 0.019217761, 0.009824884, -0.011768915, 0.02906228, -0.025318222, - 0.03304198, 0.007298298, 0.013536216, -0.003632785, 0.007933217, - -0.010505622, -0.015958073, 0.024964761, -0.015656976, -0.013614763, - -0.00971361, -0.011474364, -0.035529293, -0.007933217, 0.019898498, - -0.013876584, 0.01711009, 0.0016805723, -0.00848959, -0.009693973, - -0.035084195, -0.004084429, -0.0027393163, -0.022621451, 0.020474508, - 0.004899351, 0.004480435, 0.010917992, 0.03044994, 0.0029618654, - -0.023747288, -0.0059826407, 0.0029962296, -0.011683823, -0.007592848, - -0.022503631, -0.028564818, 0.028879005, -0.033696536, -0.0029373195, - -0.028250633, -0.01089181, 0.0021093064, -0.00029945932, - -0.0127703855, -0.0060153687, -0.017947922, -0.011415455, 0.003845516, - 0.030266665, -0.012344924, -0.004290614, -0.02002941, 0.0057208184, - -0.0026444057, 0.0039666086, 0.002775317, 0.007023385, 0.013339849, - -0.01404677, 0.011075086, 0.027936446, 0.014426412, 0.02120761, - 0.01288166, -0.014190772, 0.0014678416, 0.004267704, 0.010080161, - 0.0061953715, 0.00791358, 0.017581372, 0.023852017, -0.028852824, - 0.0129143875, 0.0043069776, -0.0010235618, 0.010584169, -0.0054851784, - -0.01417768, -0.02038287, -0.014308591, -0.017725373, -0.01441332, - -0.029245557, -0.03264925, -0.02108979, 0.0012420198, 0.022411993, - 0.034272548, 0.014662052, -0.010708534, -0.0057895468, 0.007907035, - -0.021862166, -0.010872173, 0.011094722, 0.003960063, 0.026915338, - 0.0070102937, -0.018995212, 0.015552248, 0.0110030845, 0.017070817, - -0.025566952, 0.036759857, 0.011768915, 0.013398759, -0.009752883, - -0.041498844, -0.029219374, -0.011945645, -0.018288292, - -0.00018654842, 0.024742212, 0.016678084, 0.061318796, -0.0021534888, - -0.0011111086, 0.007461937, 0.025344403, 0.025344403, 0.00791358, - -0.010996539, -0.008149221, -0.002482403, -0.014688234, -0.016128257, - -0.0071739326, -0.043017413, -0.034141634, 0.007416118, 0.0011994736, - 0.019204669, 0.0154213365, -0.03325144, 0.030764127, -0.0105514405, - 0.024323296, 0.0005731455, -0.011160178, 0.003632785, 0.02061851, - 0.007933217, 0.0015218424, -0.03220415, 0.0048306226, -0.0049157147, - -0.03982318, -0.022307264, 0.0110030845, 0.002032396, -0.023485465, - 0.017659917, 0.011919463, 0.011762369, -0.021508707, -0.009242329, - -0.03924717, 0.007861217, -0.0013197483, -0.037780967, 0.0012060192, - -0.0029782292, -0.013006025 - ], - "metadata": { - "chunkTitle": "Optimal Training Nutrition", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64058&chunkSid=chunk_127149" - }, - "document": "Andrew Huberman: Not low, but moderate. Now, there is an exception to that, which is if I do a high intensity resistance training session early in the morning, say train legs or train torso or even small body parts early in the morning, then I make sure to incorporate more starchy carbohydrates and some fruit, some simple sugars as well, into the first meal of the day so that I can replenish the glycogen that I depleted during those high intensity resistance training sessions. However, after talking to Dr. Dr. Andy Galpin realized that I really shouldn't worry about or be afraid of eating something before training if I'm really hungry in the morning. So what I'm referring to here are the times in which I wake up and I want to train. But I personally like to train fasted and caffeinated. Yes, I do recommend that people delay their caffeine intake 90 to 120 minutes after waking.\n\nAndrew Huberman: If, and only if you have trouble with an afternoon crash, real fatigue in the afternoon, then it makes sense to delay your caffeine 90 to 120 minutes after waking. However, the exception to that is that if I'm going to train early in the day, I do ingest water to hydrate as well as electrolytes and caffeine prior to training. And sometimes that means I'm drinking caffeine within 30 minutes or 60 minutes of waking. I've tried to be clear about this in previous episodes, but I think a number of people have come to think that I always delay my caffeine intake 90 to 120 minutes after waking, and that's simply not the case if I'm going to train. In particular, if I'm going to do high intensity resistance training or a long run, I will ingest caffeine sooner than 90 to 120 minutes after waking. And in addition to that, yes, I tend to eat my first meal around 11:00 a.m., maybe twelve noon. But if I wake up and I'm very hungry, I will eat a small meal that includes typically some protein and some fat. So some Brazil nuts, maybe a couple of scoops of whey protein would be typical for me. Or maybe even a little bit of oatmeal, some whey protein, not a lot of food in my gut. But after talking to Dr. Andy Galpin, what I learned was for some people training fasted feels best." - }, - "truncated_cells": [] - }, - { - "row_idx": 21, - "row": { - "id": "chunk_127144", - "embedding": [ - -0.0058992254, 0.008984022, 0.008215265, -0.026046496, 0.013029763, - 0.00534546, -0.019153751, -0.049643397, -0.020117953, -0.0077136196, - 0.021955151, 0.016625978, -0.015336031, -0.0012174685, -0.014267591, - -0.015023316, 0.057435196, -0.00094954396, 0.020626115, 0.002346986, - 0.0018909443, -0.012717049, -0.017420793, -0.013355507, -0.016235085, - 0.0012402706, 0.021590317, -0.006140276, 0.012521602, -0.012977644, - 0.018437115, -0.020065835, -0.009550816, -0.0018029935, -0.007198944, - 0.025447126, -0.007635441, -0.0014821355, 0.015570567, -0.019049514, - 0.026137704, -0.00086973666, 0.0031108558, -0.0033877383, - -0.018788919, -0.0045636743, 0.017316556, -0.007309697, -0.033173777, - 0.017642299, 0.011589974, 0.0037297697, -0.008058908, 0.011778906, - -0.009277191, -0.02302359, -0.023805376, 0.04880949, 0.0034365999, - -0.011622548, 0.007185914, 0.002376303, -0.010026403, 0.008117543, - 0.0017362159, -0.026893431, 0.007531203, -0.014893019, -0.004159752, - -0.0017915925, -0.009368399, 0.03523248, 0.0076093813, 0.0021775991, - 0.031115074, -0.0026564428, -0.012059046, -0.0020587025, - -0.0071793995, -0.023857497, 0.021642435, -0.012280552, -0.018476203, - 0.022593608, 0.00549856, -0.014788781, -0.00010082797, 0.0026108387, - -0.0028860925, -0.0017964785, -0.009179468, 0.01429365, 0.03025511, - 0.0012182829, 0.004514813, 0.006472535, -0.005237965, 0.012567206, - -0.038698398, -0.0031727473, -0.014749692, 0.008697366, -0.014619394, - -0.01590934, -0.04007955, 0.022971472, -0.006329207, -0.020573996, - 0.003873097, -0.031219311, -0.020821562, 0.05493348, 0.0051793307, - -0.032287754, -0.014371828, -0.00095117267, -0.0018762859, - -0.018202579, -0.013283843, 0.0014072144, 0.0071272803, 0.022710877, - 0.039792895, -0.0038568098, -0.00549856, 0.017394733, -0.03854204, - -0.0044594365, 0.026997669, -0.0043584555, 0.010723495, -0.00199844, - 0.025616514, 0.01919284, -0.021694556, 0.030463586, -0.00023127829, - -0.0038405226, -0.0038340078, -0.03301742, 0.022919353, 0.011088328, - -0.018424084, -0.0014104719, -0.045708407, 0.028300645, 0.015635716, - 0.01699081, -0.004045741, -0.018541353, 0.002755795, -0.000245326, - 0.032079276, -0.0015733439, 0.007309697, 0.005277054, -0.008111027, - 0.0045278426, -0.019127691, -0.0075246883, 0.01804622, -0.020026745, - 0.013577013, -0.023948705, -0.0017704191, 0.024378687, 0.03557125, - -0.023362365, 0.011870114, 0.0064497325, 0.023557812, 0.035024002, - -0.018971335, 0.015805103, 0.00079074374, 0.027570978, 0.02684131, - 0.024118092, -0.005234707, -0.022776026, 0.039375942, 0.007628926, - 0.02147305, 0.009296736, 0.018801948, 0.0012085105, 0.00800679, - 0.0017687903, -0.009433548, -0.020652175, -0.015075436, 0.008541009, - 0.0014145436, -0.026789192, -0.6404389, 0.010710465, -0.001243528, - -0.011107873, 0.028170347, 0.017707448, 0.015505418, 0.012730079, - -0.012938554, 0.020235222, 0.0121437395, 0.0031548312, -0.0012264265, - -0.0035636402, 0.01238479, 0.00034854616, 0.014020025, -0.032652587, - -0.032079276, -0.0075246883, -0.05493348, -0.015518447, -0.029942395, - 0.007211974, 0.023206009, 0.019088604, -0.027310383, 0.006821081, - 0.02196818, 0.05816486, -0.021746675, 0.023114799, 0.016156906, - 0.009029626, 0.04344123, -0.020534907, -0.0008180248, 0.025316829, - -0.01099712, 0.010189274, 0.01815046, -0.019297078, 0.027388562, - 0.007309697, -0.0038600673, 0.0148018105, 0.004746091, 0.010085036, - 0.020717323, 0.011075298, 0.016860513, -0.010339117, -0.0018029935, - -0.02744068, -0.003931731, -0.022228776, 0.022176657, -0.010332602, - 0.0045636743, 0.0020000685, 0.011785421, 0.01916678, -0.030463586, - -0.024795638, -0.022645729, -0.00509138, -0.027075848, 0.0005260767, - -0.023153888, 0.03465917, 0.0026352697, 0.02358387, 0.0067103277, - -0.030333288, 0.010391236, 0.011524825, 0.015114525, -0.02142093, - 0.0012036243, 0.02196818, 0.0049838843, 0.016599918, 0.007902551, - -0.0071337954, 0.018567413, -0.0029658999, -0.028144289, 0.0030147615, - -0.0044301194, -0.015492388, -0.0073943906, 0.0033128173, 0.018007133, - -0.030046633, -0.0034854617, 0.018814977, 0.008417227, 0.0165478, - -0.01650871, -0.0021580544, -0.04007955, -0.011453162, 0.012319641, - 0.018788919, -0.0026320121, 0.009427033, -0.027414622, -0.00039048571, - 0.03893293, -0.017433822, 0.003961048, -0.006866685, -0.038568098, - 0.010599712, -0.000096552576, -0.014567275, -0.023896584, - 0.0083064735, 0.008970992, -0.03802085, 0.018619532, 0.004654883, - 0.028769717, 0.019505555, 0.0072315186, 0.011316349, 0.009335825, - -0.0008147674, 0.0020668462, -0.016665068, 0.02035249, 0.0024137637, - 0.022945413, -0.02532986, 0.01931011, 0.022671787, 0.038151145, - 0.0067168428, 0.015414209, -0.030646002, -0.004345426, -0.0034952338, - 0.018254697, -0.011238171, -0.011589974, -0.042920038, -0.031089013, - 0.006371554, -0.00093162805, -0.014515156, 0.0034789466, -0.010593197, - -0.020704294, 0.03189686, -0.036118504, -0.008032849, -0.025004115, - -0.030932657, -0.013928817, -0.001523668, 0.008879784, 0.023675079, - -0.026593747, 0.016039638, -0.020183103, -0.0042183856, -0.006518139, - 0.009537786, -0.008078453, -0.0296818, 0.015218763, -0.006117474, - -0.0079677, 0.022776026, -0.004042484, -0.00038743185, -0.029786037, - 0.008990536, -0.032053217, 0.0118179945, 0.004791695, -0.0021645695, - -0.019661913, -0.00852798, 0.025720753, -0.008339048, -0.0074595395, - -0.008176176, -0.025160473, 0.045942944, 0.016951721, 0.0029610137, - -0.018476203, -0.019857358, 0.010756069, -0.020235222, -0.012690989, - -0.0060848994, -0.005521362, 0.017342614, 0.03202716, 0.0018860581, - -0.003070138, -0.046229597, 0.028535182, -0.0022166884, 0.0018909443, - -0.0038340078, 0.0482883, 0.0040620286, -0.03789055, -0.004882904, - -0.004439892, -0.013967906, -0.01070395, 0.030046633, -0.017199287, - -0.010671376, -0.008703882, 0.009244617, 0.034268275, 0.0033453917, - 0.007251063, -0.012436909, -0.01534906, 0.0318708, -0.013394596, - 0.016365383, -0.015779043, -0.016078727, -0.0038470374, 0.004185811, - 0.0063813264, 0.00095198705, 0.027414622, 0.011720272, 0.011798451, - -0.015779043, 0.016117817, 0.012072075, 0.0032248662, 0.0047200317, - 0.0068341107, -0.018332876, 0.025746811, 0.0068992595, 0.013876698, - -0.005957859, 0.0067754765, 0.0068015363, 0.015296942, 0.019896448, - -0.033825263, -0.012782197, -0.022241805, 0.007922096, 0.011003635, - 0.014866959, 0.014436977, 0.02147305, 0.008625703, 0.015648745, - 0.027831573, -0.016912632, 0.004566932, -0.01646962, 0.014775751, - -0.02965574, -0.011511795, 0.0048535867, -0.044379372, -0.015075436, - 0.015479358, -0.017876836, 0.0037851462, 0.00822178, 0.02642436, - 0.021629406, 0.010853793, -0.0018828007, -0.019114662, -0.02316692, - 0.009739748, 0.010365176, -0.018788919, 0.008371622, -0.036717873, - -0.0014112862, -0.019974627, 0.0029137807, -0.015492388, 0.022306954, - 0.018463174, 0.013355507, -0.019557673, 0.007472569, 0.041147992, - 0.006290118, 0.017955013, -0.011290289, -0.020065835, 0.00032839074, - -0.020769442, -0.0054334113, 0.04070498, 0.013101427, -0.021955151, - 0.00025509833, 0.007576807, -0.01373337, -0.002247634, 0.008788575, - 0.009824441, 0.0063454947, 0.012195858, -0.00051630434, -0.009374915, - 0.0018893157, 0.027805515, -0.0029137807, -0.008625703, -0.03906323, - -0.007980729, 0.0026873886, 0.0670251, 0.0068471404, 0.0013811549, - 0.019505555, 0.010058977, 0.024847757, 0.004980627, -0.013023248, - 0.04007955, 0.007511658, 0.027075848, -0.0023600159, -0.0068731997, - -0.022645729, 0.0060718697, -0.020573996, -0.021733645, -0.0075963517, - -0.015805103, 0.0032411534, 0.016704157, 0.0080263335, 0.0143197095, - 0.052666303, 0.01927102, 0.019075572, 0.011700727, 0.022515431, - 0.040001374, -0.017746538, 0.016586889, -0.0051044095, 0.01762927, - 0.0152057335, 0.0010961288, -0.020196132, -0.01872377, 0.0051076673, - 0.02032643, -0.013088397, 0.0029333255, 0.013472775, 0.024313537, - 0.017238377, 0.0054431832, -0.011511795, -0.0012695875, 0.017316556, - -0.0155314775, -0.0035375806, 0.007094706, 0.010332602, -0.026528597, - -0.008658278, 0.011342409, -0.035310656, -0.019687971, -0.012756138, - -0.03299136, -0.0018567413, 0.0134336855, -0.0076680155, 0.0049871416, - 0.008619188, -0.023219038, -0.0015008658, -0.031141134, -0.006446475, - -0.016182965, 0.01127726, -0.028013991, -0.017707448, 0.009791867, - -0.0029658999, 0.015648745, 0.025134413, 0.003465917, 0.008664792, - 0.0008172105, 0.020039774, -0.00023392496, -0.015179674, -0.030463586, - -0.02256755, -0.0013966277, 0.003128772, -0.005462728, -0.024821699, - -0.029838158, -0.0055018174, -0.0020130984, 0.025655603, 0.021355782, - -0.0006608533, -0.011524825, -0.021551227, 0.00086647924, - -0.026137704, 0.02466534, -0.008423742, 0.0028176862, 0.004019682, - -0.00991565, -0.03841174, 0.003674393, 0.0060425526, 0.019049514, - 0.007088191, 0.015818132, -0.010645316, 0.0285873, 0.004413832, - 0.003140173, 0.01699081, 0.01644356, 0.028013991, 0.009544302, - 0.0011930377, -0.02095186, -0.010801674, -0.008860239, -0.028952133, - 0.03233987, 0.008677823, -0.035467014, 0.015896311, -0.030646002, - -0.022254836, -0.04234673, 0.0038861267, 0.0003984257, 0.03585791, - -0.023753257, -0.030541765, -0.027414622, -0.026268002, -0.008821149, - 0.014502126, 0.0103260875, -0.0150493765, -0.03411192, -0.011889659, - -0.008319504, 0.012404335, 0.00019137464, -0.02684131, -0.0033681937, - -0.0037004526, -0.0053389454, -0.011609519, 0.0022118022, - 0.0038112057, -0.016665068, 0.0122219175, 0.014997257, -0.014645454, - 0.006397614, 0.018437115, 0.03348649, 0.006117474, 0.037473597, - 0.0067819916, -0.03794267, 0.029916335, -0.00013864483, -0.018358937, - -0.0075702923, 0.0001228666, -0.010606227, 0.013075368, 0.020196132, - 0.023388425, -0.0059383144, 0.011062269, 0.0152839115, 0.021538198, - -0.03346043, -0.019023454, -0.021082157, -0.038307503, 0.0026222398, - 0.038880814, -0.020117953, -0.006651694, -0.02366205, -0.03129749, - 0.034268275, 0.0057526403, 0.028457003, -0.0074009052, 0.010293513, - -0.014489097, 0.008208751, 0.0077657388, -0.0006649251, - -0.00028706196, -0.018345905, -0.02084762, -0.003592957, 0.008456316, - 0.007980729, 0.0044757235, -0.0019544645, -0.027649157, -0.007746194, - -0.014137293, -0.042268552, -0.02638527, -0.008847209, -0.026737073, - -0.022124538, 0.0060360376, 0.018971335, 0.0016409358, -0.006576773, - 0.020717323, -0.017394733, 0.008788575, -0.009296736, -0.005674462, - 0.01377246, -0.014997257, 0.008091482, -0.0059089973, 0.024795638, - 0.02033946, 0.009472637, -0.007264093, -0.0056940066, 0.026176794, - 0.0031580888, 0.028170347, 0.017720478, -0.009941709, -0.018489234, - 0.0017720477, -0.0061989096, -0.0013819692, -0.033043478, 0.017759567, - 0.0012508573, -0.00071704417, -0.0021678268, -0.0023160405, - -0.006762447, -0.020821562, -0.008658278, -0.00439103, -0.011159992, - -0.0015472843, -0.026033467, 0.052431766, 0.0075572627, 0.021238513, - 0.003361679, 0.011036209, -0.037760254, -0.027388562, -0.02368811, - 0.039193526, -0.00093814294, -0.0034789466, -0.0094400635, - 0.008879784, 0.013629132, -0.0040392266, 0.004146722, -0.007856947, - -0.018919216, 0.028691538, -0.0034235702, 0.0033095598, - -0.00029520557, -0.00097071734, -0.0055897683, -0.0127040185, - -0.0064562475, -0.006938349, -0.002772082, -0.017824715, 0.01701687, - 0.0018143945, -0.027049787, 0.0053389454, -0.00044626938, - 0.0049936567, -0.021590317, 0.013577013, 0.01980524, -0.026658894, - 0.0032036928, -0.0060132355, 0.014111233, -0.0014039569, -0.010801674, - -0.026228912, -0.020678233, 0.018437115, -0.0044985255, 0.02254149, - 0.0077592237, -0.0051337266, -0.011746331, 0.008326018, -0.006208682, - -0.03132355, 0.01864559, -0.0019593507, -0.03958442, -0.0044561788, - 0.0012402706, 0.011283775, 0.002539175, 0.011831025, 0.02144699, - 0.012462968, 0.021394871, 0.006472535, -0.01318612, -0.019596763, - -0.023531752, -0.021798793, 0.017655328, 0.015739953, 0.010769099, - -0.028144289, 0.0069904677, 0.019635852, -0.008058908, -0.0016124331, - -0.013993965, 0.0120199565, -0.016182965, -0.0007887078, -0.011668153, - -0.015218763, -0.030958716, 0.009400974, 0.0045701894, -0.0057591554, - 0.0069448636, 0.024404746, 0.015270882, -0.0018811721, -0.00295287, - 0.0057298383, -0.0097983815, -0.008990536, -0.007635441, 0.019453436, - -0.011596489, 0.032678645, 0.005814532, -0.010371692, -0.00930325, - 0.0087103965, -0.05334385, -0.038776573, 0.020000687, 0.013954876, - 0.010300027, -0.01154437, -0.008111027, 0.015883282, -0.020104924, - -0.0038796118, -0.009400974, -0.024039913, -0.011055754, 0.009081745, - 0.00012184864, -0.014306679, -0.02316692, 0.0015326259, 0.018437115, - -0.0034170554, -0.0030245336, 0.019179812, 0.0059904335, 0.024795638, - -0.026997669, 0.0020489302, 0.043701824, -0.016639007, 0.01980524, - -0.008853724, -0.004094603, 0.0077787684, -0.021199424, -0.017798657, - 0.00823481, 0.007251063, -0.0067559322, 0.007309697, 0.005677719, - 0.008260869, -0.0103260875, -0.020587025, 0.0027411364, 0.027310383, - -0.006762447, -0.023987794, 0.013166576, -0.018801948, 0.004006652, - 0.00011278888, 0.019544644, 0.0037818886, -0.0040848306, 0.0117398165, - -0.012039501, -0.00028136146, 0.011746331, 0.012072075, -0.016222054, - 0.011348924, -0.016117817, 0.011016664, -0.0019332911, -0.0013469517, - -0.012632355, 0.003384481, -0.007531203, 0.0007097149, 0.028483061, - -0.016235085, -0.018463174, -0.0072315186, -0.027909752, 0.0070165275, - -0.005951344, -0.023245096, -0.01238479, 0.020209162, 0.00069261336, - 0.005488788, 0.20618297, 0.0065474557, 0.010111096, 0.022359073, - 0.004602764, -0.0069644083, 0.017277466, -0.000105357845, - 0.0088341795, -0.00006596318, 0.0039219586, 0.012293581, -0.056809768, - -0.00095117267, 0.020560967, -0.0296818, -0.046933208, -0.010254423, - -0.004469209, -0.018528324, 0.0082739, -0.010163215, -0.016769305, - 0.0015204104, 0.008384652, -0.0048991907, -0.007036072, -0.01816349, - 0.018228639, 0.005042518, -0.0033551638, -0.02965574, 0.00067999074, - -0.00045359862, -0.010006858, 0.020977918, 0.02086065, -0.028404884, - -0.0054594707, -0.00015065663, 0.0150493765, 0.00051834027, - -0.0071207653, -0.0055962834, 0.013277329, 0.0013493948, -0.01587025, - 0.004019682, -0.018371966, 0.0066907834, -0.019909477, -0.03950624, - -0.008606158, 0.026241943, 0.025577424, -0.008039364, -0.02582499, - -0.020977918, -0.0072250036, 0.02143396, -0.019596763, 0.00828693, - 0.008032849, 0.027180085, -0.025447126, 0.02354478, -0.011166506, - 0.01757715, -0.0057982444, -0.022306954, -0.0035603826, -0.022085449, - -0.008143602, -0.010534563, 0.010260939, 0.009427033, 0.00850192, - 0.023323275, 0.018332876, 0.0034691745, 0.0043845153, -0.00016012357, - 0.015414209, 0.007518173, -0.015309972, 0.006723358, -0.0034333426, - 0.0016319779, 0.0181244, -0.012039501, 0.0018730285, -0.027336443, - -0.0028649191, 0.01127726, 0.016886573, -0.008137087, -0.0015741582, - -0.021798793, 0.0064497325, -0.00658003, -0.014306679, 0.06785901, - 0.010117611, 0.01372034, -0.01757715, -0.009765808, -0.004886161, - 0.018463174, -0.0067103277, 0.0011368468, 0.007856947, -0.048679195, - 0.004485496, -0.0044170897, 0.00004051442, 0.022020299, 0.018567413, - -0.012032986, -0.00091534085, -0.007537718, -0.015466329, - -0.024092032, 0.019844329, 0.008645248, -0.0055702236, -0.018345905, - -0.005299856, 0.017381703, -0.004045741, -0.025355918, 0.0019300337, - -0.0028567754, 0.0060718697, -0.009427033, -0.005120697, 0.003407283, - -0.02302359, -0.0007956299, 0.0078048278, -0.014059114, -0.0006983139, - -0.018775888, 0.016339323, -0.011622548, 0.03236593, -0.012671445, - -0.013629132, 0.024678372, -0.0021645695, 0.00049187354, - -0.0005525434, 0.0395323, -0.014945138, -0.018867096, 0.002767196, - -0.0067885066, -0.027753396, -0.013629132, -0.01316006, -0.0021678268, - -0.013238239, -0.009713688, 0.02804005, 0.002079876, -0.018880127, - -0.0050099436, -0.16209026, 0.024013853, 0.037056647, -0.025316829, - 0.018463174, -0.009231587, 0.04242491, 0.02302359, 0.0006584102, - 0.0045799618, 0.011036209, -0.014397888, -0.025030175, -0.027336443, - 0.0002536732, 0.00548553, 0.016717186, 0.029473323, 0.011466191, - 0.006000206, 0.02252846, -0.0073813605, 0.007492114, 0.0058699083, - 0.013485804, -0.0071793995, 0.0062510287, 0.021798793, 0.006179365, - -0.0043161088, 0.015831161, 0.000062553045, 0.014345769, -0.024196269, - 0.0118635995, -0.026684955, 0.021316692, 0.021303663, -0.019453436, - 0.019349199, 0.010358661, 0.007426965, -0.011225141, 0.0067298724, - -0.004413832, 0.041486766, 0.0077787684, -0.009453093, 0.0021010493, - -0.005579996, 0.026215883, 0.008189206, 0.0017345872, 0.027623098, - 0.01874983, -0.013811549, 0.0024723974, -0.0017508744, -0.014358799, - 0.0032590695, -0.012326156, -0.009199013, 0.0014853929, -0.0115378555, - -0.0061467905, -0.021746675, 0.0046451106, -0.00020318286, - -0.030046633, 0.009212042, -0.0209258, -0.026711013, 0.012586751, - -0.038802635, 0.024495954, 0.022437252, -0.009127349, -0.00063520094, - 0.02255452, 0.02908243, -0.0026759875, 0.009726718, -0.031479906, - -0.02033946, -0.04242491, -0.010892882, 0.0012769168, 0.017681388, - -0.017407764, -0.009870046, 0.019844329, -0.016730215, -0.023935674, - -0.028274586, 0.0006356081, 0.0005114182, 0.00440406, 0.008879784, - -0.0017166713, -0.0038926417, 0.02796187, 0.00030375636, -0.04245097, - 0.013563983, 0.042581264, 0.003348649, 0.030072693, -0.011107873, - 0.03244411, -0.01069092, 0.003140173, 0.020065835, 0.027414622, - 0.042034015, -0.007309697, 0.022919353, -0.017160198, -0.03351255, - 0.0056060557, 0.002744394, 0.043206695, -0.00021376954, -0.027023729, - 0.0066907834, -0.021746675, -0.026737073, -0.1200823, 0.014059114, - 0.0036711358, 0.04286792, 0.026763134, 0.024026884, 0.0053324304, - 0.027935812, 0.013603073, 0.028170347, -0.03697847, -0.0048307846, - -0.002627126, -0.00548553, 0.012580236, -0.005101152, 0.012495543, - -0.010664861, -0.045864765, 0.024561103, -0.0017182999, -0.0072315186, - 0.0003823421, -0.0040359693, -0.026711013, 0.00092837063, - -0.019935537, 0.0048079826, 0.030124811, -0.006879715, 0.021512138, - -0.0026401556, 0.010026403, -0.023453573, 0.008671307, 0.011798451, - 0.005374777, 0.00090638286, 0.004228158, -0.009368399, -0.01126423, - 0.013863668, -0.008997051, -0.00425096, 0.040444385, 0.001223169, - -0.031062955, 0.01924496, -0.027597038, -0.011140447, -0.032678645, - 0.008280414, -0.047949526, 0.0017362159, 0.0033649362, -0.016912632, - 0.0053422027, 0.0071598548, -0.018345905, -0.001569272, -0.036535457, - 0.010163215, -0.015114525, 0.010573653, 0.037525717, -0.01538815, - -0.013603073, 0.00080621656, -0.007211974, -0.01433274, -0.0045180703, - 0.019218901, -0.012306611, 0.016886573, -0.007941641, 0.028900014, - -0.0039871074, -0.01650871, 0.02908243, -0.0055050747, -0.0036385613, - 0.0015293685, -0.023857497, -0.016639007, -0.015414209, 0.01373337, - 0.010371692, -0.01536209, 0.011505281, -0.040991634, -0.027180085, - 0.041955836, 0.025564395, 0.008729941, -0.006303148, 0.017915923, - -0.008462831, -0.014710602, 0.011205596, 0.014671513, -0.010072007, - -0.011290289, -0.026476478, 0.0156096555, 0.011876629, -0.012958099, - -0.0044822386, -0.026437389, 0.0015130813, 0.026281033, -0.0073618162, - 0.01923193, -0.01653477, 0.0093162805, 0.008775545, -0.021121245, - -0.023883555, 0.005071835, -0.013941847, 0.00062094966, 0.0061077015, - 0.00046459248, 0.007309697, -0.00092674186, -0.009049171, - -0.004026197, -0.0068275956, 0.016039638, -0.020990947, 0.005993691, - -0.0061077015, -0.010775614, 0.013850638, -0.028378824, -0.0022964957, - -0.001535069, -0.013746399, -0.019974627, -0.025655603, 0.023427514, - -0.0045408723, 0.011342409, -0.011870114, -0.0037851462, -0.005277054, - 0.0062412564, 0.00066777534, -0.015231793, -0.018411055, - -0.0021466534, 0.023727199, 0.0067754765, 0.025746811, 0.025499245, - 0.0040620286, -0.031662323, -0.028509121, 0.012163283, -0.018619532, - 0.0033339907, -0.0008237253, -0.023896584, 0.018267728, -0.033955563, - 0.00014353098, -0.004309594, -0.010391236, 0.021460019, -0.013550953, - -0.0043845153, 0.008176176, -0.0077136196, 0.018215608, 0.010958031, - 0.03314772, -0.024678372, 0.037734192, 0.0069969827, -0.0057754423, - -0.015857222, 0.009296736, -0.014124263, -0.024079002, 0.0025880367, - -0.029838158, 0.028457003, 0.019570705, 0.009909134, 0.012593266, - 0.017811686, -0.023570841, -0.024456864, 0.021863943, 0.027023729, - -0.00686017, 0.0030098753, 0.02856124, 0.038046908, 0.016039638, - 0.00088032335, -0.001042381, -0.00027769682, 0.028691538, 0.014072144, - -0.028691538, -0.006742902, -0.01975312, -0.006977438, -0.021850912, - -0.031792622, -0.026971608, 0.0020456729, -0.01534906, 0.011791935, - 0.012547662, 0.0056190854, 0.007928611, 0.010280483, 0.033304073, - -0.010834248, -0.011355438, 0.023870526, 0.0054659857, 0.028170347, - 0.006029523, 0.0013640533, 0.04117405, 0.007589837, -0.0028356023, - -0.0125020575, 0.015153614, 0.007036072, 0.008925388, -0.008013304, - -0.00645299, -0.0073618162, 0.0027590522, -0.01972706, 0.011283775, - 0.0118961735, 0.010586683, 0.05712248, -0.002213431, -0.020626115, - 0.014814841, 0.021499109, 0.0159354, 0.030619944, 0.0035734125, - -0.014059114, 0.007251063, -0.02916061, -0.01872377, 0.024365656, - -0.021329721, -0.021316692, 0.0073943906, 0.0028176862, 0.014384858, - -0.014632423, -0.01756412, 0.036613632, -0.012710534, 0.011902688, - -0.011700727, -0.015648745, 0.010078521, 0.013668221, -0.0056451447, - 0.00079481554, -0.04344123, 0.0059480867, 0.030359348, -0.019023454, - -0.019674942, -0.0018648849, 0.0085540395, -0.004185811, 0.004351941, - -0.0048047253, -0.010769099, 0.0050099436, 0.018384995, -0.015596626, - -0.01869771, -0.0006050696, -0.023323275, -0.025551366, 0.006723358, - -0.001304605 - ], - "metadata": { - "chunkTitle": "Enhancing Fitness with Creatine", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64056&chunkSid=chunk_127144" - }, - "document": "Andrew Huberman: The second tool to enhance your fitness under this category of nutrition and supplementation is creatine. Now, again, creatine is not just found in supplement form. It's also found, of course, in foods, in particular red meat. However, the amount of red meat that one would have to eat in order to get the amount of creatine that one would start to see a real performance enhancing effect is just far too high. You'd be ingesting far too much of other things in red meat that you wouldn't want that much of. And for that reason, I and many other people will take creatine daily. We now know there's no need to so called load creatine in the old days, as it were. So old days, by the way, meaning mid ninety s and two thousand s, we were all that we had to load creatine. We had to take high dose creatine for four or five days, and then you could back off to a maintenance dose. Now, it's very clear you can just take a daily dose of creatine and that it really doesn't matter when you take that creatine.\n\nAndrew Huberman: You could take it post workout, as many people do. You could take it pre workout, it really doesn't seem to matter. I happen to take it post workout just as a matter of habit. But again, you could take it any time of day. Now, the point I want to make about creatine is one that's a bit different than the other discussions out there. I have no issue with the majority of what's discussed about creatine out there. For instance, that creatine monohydrate is the most effective form. Fortunately, creatine monohydrate is also the least expensive form of creatine that's sold out there. I see no evidence whatsoever that the other forms of creatine are superior to creatine monohydrate. But what you'll usually hear is that taking 5 grams of creatine monohydrate per day is ideal for everybody. And that advice is simply not well informed by the scientific literature if you are a larger person. So, for instance, I weigh 100 kg, so that's about 220 pounds." - }, - "truncated_cells": [] - }, - { - "row_idx": 22, - "row": { - "id": "chunk_57996", - "embedding": [ - -0.014821765, -0.023139408, 0.012517369, -0.021762224, -0.009128952, - 0.01782157, 0.003684988, 0.004179274, -0.04777872, -0.022443997, - 0.015176288, 0.007642686, -0.015435361, 0.018135186, 0.0005628896, - 0.020125967, 0.060214274, 0.016689826, 0.016198948, -0.0066984287, - -0.025648335, 0.010437959, -0.025430167, 0.017330693, 0.0034344362, - 0.015885333, 0.028934486, -0.022157652, -0.016362574, 0.001058454, - -0.0032520615, 0.003323648, -0.022689436, -0.008038115, -0.007029089, - -0.0020231642, 0.003916791, -0.007976755, 0.022184923, -0.008044932, - -0.0028208396, -0.006793877, 0.0022703072, -0.019076034, -0.012858256, - -0.0051848907, -0.0011999221, -0.006381404, -0.021039544, 0.02633011, - 0.008617623, 0.0018765827, -0.012046945, 0.011181093, 0.0069881827, - 0.0053553344, 0.00726771, 0.009169859, 0.017494319, -0.007397247, - 0.01453542, -0.00645299, -0.022457633, 0.005205344, -0.0077176807, - -0.0017538634, -0.011481073, 0.019648725, 0.0033918254, 0.0121355755, - 0.03468866, 0.010212974, -0.03365236, -0.017480683, 0.02536199, - -0.018571522, -0.00530761, -0.022934875, 0.0149172135, -0.0019243069, - 0.026411923, -0.00925849, -0.0061223297, 0.026561912, 0.019335108, - -0.009531199, 0.0148626715, 0.02822544, 0.025471075, 0.0093812095, - 0.010185703, -0.012326472, -0.0053178365, 0.03613402, 0.009490293, - 0.017998831, -0.00094255246, 0.016717097, -0.008651711, - -0.00031468127, 0.0040838257, -0.012012857, -0.009735731, - -0.014903578, -0.032561522, -0.009735731, -0.020985002, 0.00087352283, - 0.010260697, -0.015217194, 0.0018714694, 0.04496981, -0.0061496007, - -0.015394455, 0.011487891, -0.025498345, -0.002222583, 0.00034365666, - -0.014358159, -0.005750763, 0.02020778, -0.005150802, 0.048542302, - 0.0043599443, 0.011856048, -0.003927018, -0.030107137, -0.004417895, - 0.001105326, -0.0040292838, -0.0018902182, -0.018298812, 0.01194468, - -0.00047553732, -0.010860658, 0.014044543, -0.01794429, -0.040033765, - -0.007888124, -0.031170703, -0.0063677686, 0.026739173, 0.0007465425, - -0.012537822, -0.035697684, 0.01797156, 0.018162457, 0.013812739, - -0.02195312, 0.002732209, -0.015639894, -0.0012612818, 0.0056416793, - -0.021748587, -0.0013030404, -0.0072131683, -0.0021032726, - 0.009994806, -0.013696838, -0.014030907, 0.026902799, 0.00059569994, - 0.013233232, 0.00014093546, 0.022934875, 0.011358353, 0.026711902, - -0.005522369, 0.013090059, -0.016267126, -0.028879944, 0.025021102, - -0.044860724, 0.024993831, 0.006797286, 0.016621647, -0.012333291, - 0.021025907, -0.010390234, -0.03932472, 0.005907571, 0.005225797, - 0.012258295, 0.014753588, -0.029998053, 0.020262321, 0.014208169, - -0.024352964, 0.0005224093, 0.0017692033, -0.00085008686, 0.038070258, - -0.009565288, -0.03283423, -0.64664894, -0.023862088, 0.015544445, - -0.015312643, 0.018162457, 0.016717097, 0.012367379, -0.00022072431, - -0.035152264, 0.043960784, -0.02195312, 0.012946887, 0.010090254, - 0.001423203, -0.023398481, -0.014317253, 0.0019243069, 0.0041179145, - 0.005403058, -0.0036236285, -0.02279852, 0.006432537, -0.0006327714, - 0.035015907, 0.030270763, 0.022962146, -0.0034446628, -0.016621647, - -0.0048678657, 0.026970977, -0.02847088, 0.04041556, 0.0025310856, - 0.013765016, 0.043688074, -0.028661776, 0.0025617655, 0.022484904, - 0.003763392, 0.033734173, -0.035479516, -0.0074449712, 0.025375625, - -0.014985391, -0.027448218, 0.016907994, 0.0102334265, 0.0050928514, - 0.024380235, 0.032043375, 0.0039611063, 0.008133563, -0.0040906435, - 0.0030321896, 0.008563081, 0.012899162, 0.0081676515, -0.022948511, - -0.00862444, 0.0025379034, 0.0059212064, 0.013076424, -0.012128758, - -0.0019106715, -0.008188105, 0.01254464, -0.0024373417, 0.016471658, - -0.011753783, -0.0066609313, 0.026848257, 0.018803325, -0.011692422, - -0.0149172135, 0.043197196, 0.004240634, 0.016594376, 0.0067597884, - -0.024748394, 0.009013051, 0.01637621, -0.0010891338, -0.022443997, - 0.019921433, 0.01580352, -0.010690215, -0.016512565, 0.019566912, - -0.00998117, -0.0116106095, 0.0018373807, 0.003609993, 0.009013051, - -0.016008051, 0.00050280825, 0.024134796, 0.018612428, 0.0048780926, - 0.0031702488, -0.051242128, -0.012715084, -0.011106097, 0.014944484, - 0.020044154, 0.008310824, -0.003112298, -0.03657035, -0.013703655, - 0.035015907, -0.028716318, -0.0012186709, 0.010478865, -0.006957503, - -0.009497111, -0.00022732899, -0.032997858, 0.011344718, 0.008249464, - -0.002089637, -0.029479904, 0.059614312, -0.0008569046, 0.02934355, - 0.018107915, 0.009163042, 0.031552497, -0.0021509968, 0.0062620933, - -0.0093266675, 0.0006915744, 0.019948704, -0.015326278, 0.028716318, - 0.0005262442, 0.033079673, 0.012169665, 0.02120317, -0.013226414, - 0.016689826, -0.0003327909, -0.018598793, 0.005041718, 0.003794072, - -0.0049121813, -0.01369002, -0.05066944, -0.012251478, 0.010144796, - 0.0067154733, -0.001014991, -0.0075745084, -0.028579963, -0.011290176, - 0.015203559, -0.0109152, 0.0031310467, -0.004203136, -0.030270763, - -0.017589767, 0.011147004, -0.0004316481, 0.038588405, -0.0034531849, - -0.013587754, -0.013730926, 0.0015689322, 0.0069063697, -0.0016763116, - -0.007090449, -0.030543473, 0.010601585, -0.024707487, -0.0073017986, - 0.02324849, -0.004356535, 0.009388027, -0.01809428, 0.004005422, - -0.030407118, -0.0057712165, 0.0022447407, -0.0011828778, - -0.015503539, 0.01339004, 0.025907408, -0.009858451, 0.010212974, - -0.0030015097, -0.007642686, 0.01911694, -0.01004253, 0.010390234, - -0.007533602, 0.021434972, 0.012258295, -0.026561912, 0.005225797, - 0.000041945077, 0.013035517, 0.010792481, 0.032097917, -0.00651435, - 0.020030517, -0.01655347, 0.023016687, -0.0047144666, -0.0019260113, - -0.010356146, 0.015939875, 0.008269918, -0.015189923, 0.01010389, - -0.031034349, 0.005900753, -0.033434194, 0.028170899, 0.0030202584, - -0.0059484774, 0.0029299234, 0.025771054, -0.016308032, -0.012094669, - 0.026152847, -0.0040667816, -0.016580742, 0.003998604, 0.023425752, - 0.008733524, 0.0043088114, -0.013396857, -0.0061121034, 0.020371405, - -0.008753977, 0.022034934, 0.0029708298, -0.020589573, 0.013915006, - 0.00073631585, 0.016308032, 0.0026861893, 0.0012919616, -0.0071858973, - 0.033788715, -0.008304006, 0.018571522, -0.023507565, 0.018257905, - 0.011017467, 0.006115512, 0.023234855, 0.037170313, -0.0051405756, - -0.00485423, 0.0080858385, -0.0038554315, -0.014180898, -0.008883514, - 0.004993994, 0.03875203, 0.033161484, 0.01851698, 0.019948704, - -0.0062586847, -0.0014197942, 0.01866697, 0.014358159, 0.003163431, - 0.009926628, -0.002282238, -0.013130966, -0.020262321, 0.012101487, - -0.004601974, -0.0338978, 0.011501526, 0.009319849, 0.009885722, - 0.016839815, 0.030025324, 0.0100970715, -0.023016687, -0.028798131, - 0.009817544, 0.017276151, -0.014549055, -0.0025549477, -0.0040735994, - -0.015421726, -0.0058053047, -0.0033253522, -0.0021936076, - 0.007860853, -0.017617038, -0.001528878, -0.011065191, 0.012081034, - 0.021244075, -0.004881501, -0.003794072, -0.009728914, 0.011883319, - -0.005907571, 0.0009706756, -0.0026248295, 0.012592364, -0.00527693, - -0.024571132, -0.038097527, -0.009333485, -0.0055905464, 0.014099085, - -0.020316863, -0.0050110384, -0.0017487501, 0.001920898, 0.025102915, - -0.012974158, 0.0038588403, 0.030107137, -0.03417051, 0.007956302, - -0.022703072, -0.004267905, -0.009415298, 0.06861373, 0.02382118, - 0.008119928, 0.0074313357, 0.009026687, 0.020589573, -0.0029333322, - -0.013505941, 0.036543082, 0.026275568, -0.0010993604, -0.0003472786, - 0.01384001, -0.009463022, 0.024721123, -0.0049599055, 0.00056161126, - -0.025402896, 0.00645299, -0.0041656387, 0.010049348, -0.007683592, - 0.014630868, 0.03676125, 0.022389455, 0.0019601001, -0.00029231058, - -0.0003080766, 0.028116357, 0.003838387, -0.008399455, -0.0005905867, - 0.0122446595, 0.046606064, -0.0061939163, -0.019266931, -0.0044349395, - -0.012810532, 0.013185508, -0.0010294786, 0.014221804, 0.015735343, - 0.013860464, 0.017330693, 0.013246868, -0.016662555, 0.03108889, - 0.014126356, -0.00029252362, -0.01896695, 0.016417116, 0.0062382314, - -0.035479516, -0.030298034, 0.021721317, -0.007560873, 0.021544056, - -0.043551717, -0.011801506, 0.024312058, -0.012142394, -0.0121901175, - 0.004155412, 0.0086926175, -0.0066984287, -0.026630089, -0.030897994, - -0.0081676515, -0.0013848533, 0.010887929, 0.004653107, -0.011412895, - -0.009551653, 0.025321083, 0.011174275, 0.002101568, 0.010117525, - 0.004990585, -0.010219791, 0.024107525, -0.0060200635, -0.018217, - -0.017289788, -0.028170899, -0.008426726, 0.00076997845, -0.002641874, - 0.000075527765, -0.031470686, 0.032288812, 0.0047860527, 0.0019157848, - 0.0020691839, -0.041560937, -0.014426337, -0.0044519836, - 0.00086287013, 0.010887929, -0.0044281217, -0.014712681, 0.012442374, - -0.033570547, 0.000095501615, -0.034361407, -0.010308422, - -0.005928024, 0.017998831, -0.008229012, -0.023630284, -0.031279787, - 0.00076188234, -0.006899552, -0.021748587, -0.008760795, 0.018107915, - 0.013826375, 0.00041098185, 0.029861698, 0.012626453, 0.0012996315, - 0.0030696872, 0.01468541, 0.049442247, -0.011651516, -0.025852866, - -0.0020504352, -0.006892734, -0.006827966, -0.040933706, 0.014262711, - 0.0087471595, 0.03591585, -0.0021424745, -0.04068827, -0.036897603, - -0.009292578, -0.028661776, -0.009578924, 0.018857867, 0.0010993604, - -0.0094357515, 0.015067204, -0.04445166, -0.023984807, 0.024802936, - -0.017917018, -0.019185118, 0.003995195, -0.03417051, -0.0018919227, - 0.0024952926, 0.01423544, 0.0045065256, -0.0054746447, -0.017030712, - -0.026071034, 0.005665541, -0.0031140023, 0.02110772, 0.009694825, - 0.034334134, -0.00946984, -0.016008051, 0.023003053, -0.0018527206, - 0.006930232, 0.0040361015, -0.0022157652, -0.009292578, 0.0032742193, - 0.017644309, -0.004496299, -0.008208558, -0.023016687, 0.014139991, - 0.01239465, -0.031716123, -0.014358159, -0.012749173, -0.043715343, - -0.021584962, 0.004574703, -0.023398481, -0.0033815987, -0.022239465, - -0.0102334265, -0.003006623, 0.0013695133, 0.007376794, -0.017439777, - 0.030407118, -0.037279397, -0.015094475, 0.0003121246, -0.014412701, - -0.006800695, -0.017398871, 0.0055530486, 0.00817447, 0.004755373, - 0.0046156095, 0.04137004, 0.0022396273, -0.02123044, -0.0053723785, - 0.00554964, -0.021762224, -0.01118791, 0.0043701706, -0.023275761, - 0.009790273, -0.0017172181, -0.008924421, -0.0064189015, -0.015448997, - 0.0012953704, -0.0005177221, -0.0007789267, -0.02909811, -0.016689826, - -0.0050894422, -0.024284787, 0.021816766, -0.0051917084, 0.0330524, - 0.026616454, -0.015503539, -0.00847445, -0.010533407, 0.002704938, - 0.01724888, 0.026889164, 0.025130186, -0.010533407, 0.016198948, - -0.0055837287, 0.016089864, -0.027625479, -0.031743392, 0.031034349, - 0.03106162, 0.0011351536, 0.0038349782, -0.012606, -0.038097527, - -0.0032367217, -0.012496916, 0.0020044153, 0.024039349, -0.011440166, - -0.0019157848, 0.025266541, -0.0068620546, 0.019921433, -0.014576326, - -0.0019532824, -0.019157847, -0.041724563, -0.00569963, 0.00684501, - -0.024421142, 0.019580547, -0.008447179, -0.0059859753, 0.011876502, - 0.004203136, -0.011406078, -0.0011726512, -0.039542887, 0.037197586, - 0.020466853, 0.022853062, 0.040442828, -0.013315044, 0.00217145, - -0.020125967, -0.013833193, -0.013499124, -0.009142588, -0.007342705, - 0.015503539, 0.028443608, -0.023398481, -0.014644504, -0.021189533, - 0.011528797, -0.016485294, -0.009238036, 0.015421726, -0.02551198, - 0.00043527005, -0.02907084, -0.01923966, 0.015353548, 0.00312082, - -0.015448997, -0.011719693, 0.004547432, -0.009837998, 0.010949289, - 0.0051644375, 0.0057643987, -0.02907084, 0.011624245, -0.039079282, - -0.022048568, -0.0066438867, 0.0012536118, -0.029616259, -0.027284592, - 0.011903773, 0.021884942, 0.019362379, -0.011453802, 0.005522369, - 0.015421726, 0.009299397, -0.023016687, -0.018844232, 0.0013064493, - -0.01495812, 0.027448218, -0.0038827024, -0.009906176, 0.015217194, - -0.017739758, -0.0076972274, 0.015694436, -0.024489319, 0.02038504, - -0.0046667424, 0.018571522, -0.027011883, -0.010390234, -0.03078891, - -0.019198753, -0.030161679, 0.020862281, 0.024489319, -0.0050314916, - 0.01896695, 0.017494319, 0.001470075, -0.012346926, -0.013976365, - -0.013615025, -0.018407896, 0.026002858, -0.014126356, -0.0016797205, - -0.0029998054, 0.050342187, 0.023139408, -0.025975587, -0.004233816, - 0.0054166936, -0.030434389, -0.009947081, -0.01296734, 0.014699046, - -0.005965522, -0.0014479174, 0.01411272, 0.01634894, 0.02433933, - -0.015489903, -0.02065775, -0.03534316, -0.007322252, -0.02207584, - 0.0006979661, 0.016444387, -0.04104279, -0.03362509, 0.020848647, - -0.02050776, -0.016403481, 0.014971755, -0.013246868, 0.018339718, - -0.010158432, -0.01655347, 0.010540225, -0.008903967, 0.0053723785, - -0.035015907, 0.017753392, 0.01767158, -0.003073096, -0.008638076, - -0.032888774, 0.0064427634, -0.0107583925, -0.007192715, -0.005907571, - -0.015612623, -0.010990196, -0.017712487, 0.009926628, 0.017889747, - -0.0028634504, 0.03168885, -0.0009740845, -0.020344134, -0.025348354, - 0.0012655428, 0.011849231, -0.010751575, -0.008099474, -0.01724888, - 0.0038554315, -0.0035759043, 0.00046701514, 0.007001818, -0.015121746, - -0.011849231, -0.012783261, -0.0116378805, 0.025743783, 0.015435361, - 0.0014760406, 0.0064359456, -0.009797092, -0.004844004, 0.011828777, - -0.029534446, -0.012353743, -0.014221804, -0.0149172135, 0.004469028, - -0.009960717, 0.0033696676, 0.016117135, -0.005754172, -0.012987793, - 0.021639504, 0.19776899, 0.0011504935, -0.014903578, 0.039461076, - 0.02192585, 0.0010107298, 0.025989221, -0.00029018003, -0.01583079, - 0.012940069, 0.030843452, 0.0002226418, -0.01893968, 0.00033300396, - 0.028116357, -0.031770665, -0.02110772, -0.0149172135, 0.0037736187, - -0.021721317, -0.00052667037, 0.007247257, 0.014562691, -0.012735537, - 0.02506201, 0.011583339, -0.018366989, 0.008215376, 0.015776249, - 0.0046156095, -0.019798715, 0.003465116, 0.013062788, 0.0052428413, - -0.013921823, -0.00485423, -0.014167262, 0.009919811, 0.010335693, - -0.00040011609, 0.014071814, 0.020344134, 0.0040395106, 0.011719693, - 0.0019396468, 0.0038077075, -0.0076972274, 0.00070819265, - -0.023016687, -0.01082657, -0.032397896, -0.028716318, 0.034906823, - 0.010049348, -0.0038247518, 0.0055905464, 0.015694436, -0.0073904293, - -0.008958509, 0.019566912, -0.012490098, -0.0054814625, -0.006224596, - 0.009388027, -0.023862088, 0.017726121, -0.018980587, 0.00036027492, - -0.022853062, 0.00254813, 0.007983573, 0.000015486388, 0.005491689, - -0.0014428041, -0.008160834, -0.021721317, 0.030107137, 0.044015326, - 0.00038243257, -0.003226495, -0.020398676, 0.012292384, -0.024202975, - 0.004124732, -0.029152652, -0.013724109, 0.014399066, 0.004417895, - -0.02150315, 0.017617038, 0.0053655608, -0.001987371, -0.009660737, - -0.013621843, 0.028034544, -0.0056621325, -0.0048780926, 0.007424518, - -0.0072131683, -0.007942666, -0.035697684, 0.04584248, 0.0004307959, - 0.008147199, 0.0016797205, 0.0025157458, -0.0066609313, 0.032534253, - 0.00061530096, -0.008590352, 0.0023930264, -0.053751055, - -0.0027986818, -0.0165262, 0.010315239, 0.034088697, 0.012449192, - -0.010683398, -0.0006408675, -0.022389455, -0.0173716, -0.02705279, - 0.022034934, 0.039979223, 0.0014939371, -0.027161874, -0.009810727, - -0.022443997, -0.00645299, 0.010547043, 0.014399066, -0.0035690865, - 0.0034975002, 0.003238426, 0.0065211677, -0.02493929, 0.012374197, - -0.0069404584, 0.0047246935, 0.034034155, -0.0055257776, - -0.0021083858, 0.0023742777, 0.012251478, 0.016594376, -0.020753197, - -0.013915006, -0.009367574, -0.008324459, 0.0044144862, -0.027339134, - 0.011849231, -0.009715279, -0.007738134, 0.036952145, 0.0030015097, - -0.02361665, -0.025498345, -0.009633466, 0.016198948, -0.025525616, - 0.0051303487, 0.025989221, -0.0032128596, -0.008672165, 0.0059587043, - -0.17387962, 0.027011883, 0.02292124, -0.03676125, 0.030761639, - 0.020071425, 0.023398481, -0.018653335, -0.027857283, -0.026548276, - 0.02409389, 0.016648918, -0.017453412, -0.0068075126, 0.023221219, - -0.00597234, 0.012980975, 0.020221414, 0.032125186, 0.007819947, - 0.015189923, -0.013280956, -0.0016277352, -0.025321083, 0.008406272, - 0.005965522, 0.01607623, 0.025212, 0.018203365, -0.00079852773, - -0.013744562, 0.011712876, 0.02822544, 0.020425947, -0.0067256996, - -0.000100242076, 0.016962536, -0.010294787, -0.018557886, 0.009565288, - 0.017862476, -0.012926433, -0.009442569, -0.0017155136, -0.015394455, - 0.014030907, 0.020548666, 0.007840401, 0.03537043, 0.0010823162, - 0.010642491, -0.0075472374, 0.01806701, 0.0033151256, 0.004629245, - 0.0062143696, 0.010144796, 0.011542433, -0.00063532806, -0.006855237, - -0.016594376, -0.031743392, 0.014276346, 0.011031102, 0.0006809217, - -0.025375625, -0.006981365, 0.003869067, -0.009722096, 0.0019856666, - -0.02792546, -0.016771639, 0.020344134, -0.023139408, 0.028825402, - 0.015503539, -0.004601974, 0.012640089, 0.009592559, 0.015258101, - -0.006429128, 0.0013695133, -0.035479516, -0.0037838453, -0.00256347, - 0.013799104, 0.02391663, 0.015271736, 0.0033713721, -0.00898578, - -0.0033662587, -0.03217973, -0.014317253, -0.018585157, -0.0074040648, - -0.010662944, -0.011781054, -0.011869684, 0.000065088105, - -0.047451466, 0.02768002, -0.021694046, -0.021762224, -0.00026866153, - 0.033979613, -0.0015527401, -0.024025714, -0.011344718, 0.03277969, - -0.0037156679, -0.030925265, 0.002053844, 0.0049564964, 0.030843452, - -0.0037565744, 0.026098305, 0.024625674, -0.008494903, 0.014903578, - -0.012551458, 0.06681384, 0.015026297, 0.026916435, 0.031143432, - 0.0063473154, -0.023712097, -0.12533732, 0.0007785006, -0.003057756, - 0.010724304, 0.0015791588, 0.014017272, -0.010424323, 0.016362574, - -0.016539836, 0.022212194, -0.01595351, -0.0057064476, -0.0043803975, - -0.011965132, 0.015435361, -0.013417311, 0.013935459, -0.038670216, - -0.01580352, 0.04188819, -0.008181287, -0.024107525, 0.007001818, - -0.0066063893, -0.00007808442, -0.0055257776, 0.000058004047, - 0.0068143304, 0.010847023, 0.010267516, -0.009333485, -0.0008027888, - -0.00040906435, -0.0012723606, -0.006476852, -0.04791507, 0.011440166, - -0.0031293423, 0.025730148, -0.021066815, 0.02048049, 0.02195312, - 0.015039933, 0.006429128, 0.009053958, -0.00889715, -0.04532433, - 0.0066882023, -0.0011147003, 0.011290176, -0.018612428, -0.011133368, - 0.0038008897, 0.020057788, 0.010219791, -0.016008051, 0.020303227, - -0.0049837674, -0.005229206, -0.010001623, -0.029316278, 0.019880528, - -0.000089482826, -0.004356535, 0.020712292, -0.009967535, - -0.004152003, -0.01866697, -0.0004457097, -0.013055971, -0.024380235, - -0.004363353, -0.010322058, 0.009217584, -0.019048763, -0.026589183, - -0.005143984, -0.006142783, 0.01347867, -0.023807546, 0.0012391241, - -0.013546848, 0.015080839, -0.0012084442, -0.0068347836, 0.037633922, - 0.014249075, -0.015994417, 0.027666386, -0.03242517, -0.012046945, - 0.014985391, 0.0020606618, -0.021407701, -0.014399066, -0.014289982, - 0.00355886, -0.024884747, 0.02551198, 0.004206545, -0.02180313, - -0.004411077, -0.03163431, 0.03242517, 0.015694436, -0.0081131095, - -0.0026708494, -0.009803909, 0.009885722, 0.03594312, 0.012531005, - 0.0065279854, -0.019144211, 0.03760665, -0.0033730764, 0.0018407896, - -0.016335303, 0.014426337, 0.015817154, 0.006323453, 0.03337965, - 0.016648918, 0.011051555, 0.017303422, 0.008583534, 0.0014939371, - 0.010908383, -0.011433349, -0.010935654, 0.009285761, -0.01911694, - 0.0057405364, 0.0066438867, -0.013696838, -0.010949289, -0.010287968, - -0.004152003, -0.017126162, 0.00053604477, 0.029179923, 0.009183494, - 0.028143628, -0.011985586, -0.028852673, 0.000078297475, - -0.0065518473, -0.010281151, 0.0044247126, -0.0230985, 0.005784852, - -0.007642686, -0.016008051, -0.0010576018, -0.005512142, -0.019566912, - -0.030298034, -0.022839427, 0.01966236, -0.015421726, -0.006538212, - -0.027870918, -0.011065191, -0.0057098567, 0.009428933, -0.030625286, - -0.0065177586, 0.0013695133, -0.02008506, -0.016430752, -0.0014078631, - 0.011058373, -0.018312447, -0.033734173, 0.019348744, -0.012865074, - -0.0018373807, 0.0032281994, -0.003865658, -0.024843842, 0.011787871, - 0.008358548, 0.013519577, -0.009538017, 0.0038554315, -0.020003246, - 0.018776054, -0.0032861503, 0.017412506, -0.008883514, 0.037497565, - 0.009640283, 0.00156808, 0.00934712, 0.0043429, 0.0025498345, - -0.0062280046, -0.011931044, 0.01797156, 0.0026214207, 0.01082657, - 0.005133758, 0.008617623, 0.013887735, 0.0071245376, -0.0019686222, - -0.019226024, -0.0063677686, -0.015708072, -0.009735731, -0.03823388, - -0.017112525, 0.0048235506, 0.018121552, -0.0006276581, -0.0007060621, - 0.004731511, 0.007635868, 0.020848647, 0.003998604, 0.0011232225, - -0.023384845, 0.011208363, 0.008931238, 0.015135381, -0.0021850853, - 0.019021492, 0.026043763, -0.0025907408, 0.04412441, -0.008126745, - 0.015967146, -0.005938251, 0.017003441, -0.027761834, -0.030079866, - -0.0062620933, 0.00569963, -0.015258101, -0.0004256826, 0.025375625, - -0.010499318, 0.07603143, 0.018285176, -0.030434389, -0.009715279, - -0.0074381535, 0.029016297, -0.010015259, 0.012346926, -0.007172262, - -0.009026687, 0.020494124, -0.022457633, 0.016008051, -0.024121162, - -0.009592559, 0.02777547, 0.008208558, 0.027148237, 0.003657717, - -0.025648335, 0.021284983, -0.017630674, -0.0016669373, -0.02095773, - -0.031361602, 0.014644504, 0.020044154, 0.008235829, 0.0012732128, - -0.016444387, -0.0016609717, 0.006507532, -0.017030712, -0.015503539, - 0.02364392, 0.0030424162, -0.005283748, 0.0024901791, 0.03924291, - -0.020289592, -0.014139991, 0.024352964, -0.024489319, -0.030625286, - 0.006568892, -0.022771249, 0.0030083274, -0.015721707, -0.030407118 - ], - "metadata": { - "chunkTitle": "Flaws in HRT Study", - "episodeTitle": "Dr. Peter Attia: Exercise, Nutrition, Hormones for Vitality & Longevity | Huberman Lab Podcast #85", - "imgUrl": "https://img.youtube.com/vi/DTCmprPCDqc/maxresdefault.jpg", - "published": "2022-08-15T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2065?sectionSid=sec_29175&chunkSid=chunk_57996" - }, - "document": "Peter Attia: In the first group there was a placebo arm, and then an estrogen only arm. And in the other group there was a progesterone plus estrogen versus a placebo. Everything about the way this study was done is a bit wonky, some of it is justifiable, but it's important to understand first, the women were all way outside of menopause. So none of these women were started when you would normally start HRT, and there are probably several reasons for that. But one of them is, and I think this is a legitimate reason, they wanted hard outcomes, they wanted to know death rates. And if you're doing this on women in their fifty s, you just weren't going to get it right. You couldn't wait too long. Yeah, you got to wait too long. And this was only going to be like a seven to ten year study. So they had to do this on women who were much older. They also disproportionately took much sicker women.\n\nPeter Attia: I believe the prevalence and again, I'm going to get some of these numbers wrong and people are going to get all phosphorylated, but I'm in the ballpark, right? Something like 30, 40% of these women were smokers. The prevalence of obesity, diabetes was enormous. So they really disproportionately picked the most unhealthy population they could. That was pretty advanced in age. And again, I think part of that was to say, look, we want to make sure that after seven years we really know if there's a difference in these causes of death. The other thing is, this is kind of weird, although again, I understand their rationale for it, but this is a great example of be very careful when you look at a clinical trial that it remotely represents the patients you're interested in treating. So they also treated no patients who were symptomatic. The rationale being if we include in the study patients who are symptomatic, those who are randomized to placebo will drop out.\n\nAndrew Huberman: Okay. It makes sense in terms of study design. Makes no sense if the study design is intended to mimic the real world.\n\nPeter Attia: That's right. So now let's just keep track of the three issues. We have a disproportionately unhealthy patient population who are not symptomatic, and we're statins them more than ten years after menopause. The next thing that they did, which again, I understand why they did it, but it's now the fourth strike against this study is and I've spoken with the Pi of the study and asked this question point blank. I'm actually going to have her on my podcast at some point soon. To go over this in more detail is why did you use conjugated equine estrogen, an MPA, which is a synthetic form of progesterone horse. Yes, estrogen. It's horse urine. They collect horse urine. So they're getting the horses do urinate." - }, - "truncated_cells": [] - }, - { - "row_idx": 23, - "row": { - "id": "chunk_57995", - "embedding": [ - -0.025182057, -0.013994403, 0.01007938, -0.014374757, -0.0072923037, - 0.013600933, -0.015135465, -0.011345041, -0.036723834, -0.020316148, - 0.02568045, 0.020027604, -0.011515545, 0.009849857, -0.0051675676, - 0.023463907, 0.048449226, 0.023831144, 0.021601483, -0.024578737, - -0.018768502, 0.004783935, -0.0021345727, 0.015410894, -0.010859762, - -0.0066398, 0.03247436, -0.025824724, -0.012269694, 0.012689396, - -0.00413471, 0.0052987244, -0.014086213, -0.015424009, 0.005702031, - 0.005413486, -0.0063086296, -0.015856827, 0.009469503, -0.023568831, - 0.0079939915, -0.0011238477, 0.004934765, 0.007895624, -0.019306242, - 0.005662684, -0.0034690907, -0.015856827, 0.0029526616, 0.019502979, - 0.013837015, 0.003237927, -0.008689121, 0.01874227, -0.01744382, - -0.011200769, 0.012820552, 0.009298999, 0.011331925, -0.020919468, - 0.0083743455, 0.012322158, -0.020932585, 0.024736125, -0.024736125, - 0.008741584, -0.009594101, -0.0031953014, 0.005079037, 0.007626753, - 0.03546473, 0.016276527, -0.038114093, -0.011246674, 0.015869942, - -0.016066676, -0.0114171775, -0.018571766, 0.0033412129, -0.00842025, - 0.02145721, -0.021208012, -0.018466841, 0.009889203, -0.0019968583, - 0.0061184526, 0.0051544523, 0.027542874, 0.010584333, -0.012289369, - 0.01883408, -0.012302483, 0.004518343, 0.028172426, 0.021535905, - 0.039766666, 0.011056497, 0.012354947, -0.006984086, 0.0070758956, - -0.008538291, 0.00037051723, -0.02535256, -0.014348526, -0.02507713, - -0.0014894465, -0.0012164769, -0.008282536, 0.018558651, - -0.0138894785, -0.026664125, 0.030900482, 0.00043773497, -0.030743094, - 0.02127359, -0.028382277, 0.015292853, 0.012958267, -0.017981563, - -0.0009853136, 0.012269694, -0.0029936482, 0.017194623, 0.0032100563, - 0.0065250383, -0.0016525724, -0.02293928, 0.011804089, 0.0076398687, - -0.016906079, 0.005990575, -0.010217095, 0.0052069146, -0.042337332, - -0.027831418, 0.0051019895, -0.02154902, -0.024159035, 0.0023477022, - -0.02507713, -0.0075021544, 0.016748691, -0.025365675, -0.01032202, - -0.027726494, 0.02206053, 0.012656607, 0.021850681, -0.00618731, - 0.011954919, -0.0054692277, -0.0033215394, -0.0029510222, -0.04847546, - -0.012335273, 0.017391358, 0.012322158, 0.00088284747, -0.014650186, - -0.009469503, 0.035989355, -0.02381803, 0.0073054195, 0.013850131, - -0.01844061, 0.010249884, 0.0027346138, -0.0016320792, 0.0021411306, - -0.020263687, -0.011948361, 0.01992268, -0.041366775, 0.016906079, - 0.0053315135, 0.034310553, -0.018086487, 0.020093182, -0.002834621, - -0.030821787, -0.027464181, -0.015450241, 0.001243528, 0.0127943205, - -0.02484105, 0.014453451, 0.005013459, -0.034940105, 0.0036002472, - 0.0037609139, -0.0043445607, 0.04808199, -0.009108822, -0.024080342, - -0.6400439, -0.004521622, 0.00022050695, -0.009948224, 0.026034575, - -0.019201318, 0.010741721, 0.00019202138, -0.015922405, 0.01198115, - -0.024290193, 0.0072201677, 0.00028813453, 0.0018771781, -0.012413967, - -0.029824998, -0.002903478, -0.0030723421, 0.005465949, 0.0043773497, - -0.011804089, 0.017496282, 0.0045740847, 0.022965511, 0.03827148, - -0.0071283584, 0.0179291, -0.010807299, 0.009653121, 0.037353385, - -0.019057047, 0.029641379, -0.0005590548, 0.008354672, 0.047242586, - -0.0055872686, -0.012125422, 0.024998438, 0.027516643, 0.029982386, - -0.03425809, 0.0014861675, 0.016879847, 0.008334998, -0.004590479, - 0.013784553, 0.01581748, -0.0041478258, 0.007934971, 0.029720074, - 0.008715352, -0.0070758956, -0.013273043, 0.004551132, 0.0046822885, - 0.013600933, 0.020303033, -0.038953494, -0.015122349, 0.0074169026, - 0.014925615, 0.021496559, -0.011476197, -0.0038527234, 0.0030657842, - 0.043229196, -0.026493622, 0.0074693654, -0.008630101, -0.013410756, - 0.01337141, 0.02067027, -0.0020378449, -0.012807436, 0.030008618, - 0.0041215946, 0.016788037, 0.026034575, -0.017876636, 0.00872191, - 0.014741995, -0.0042691454, -0.014138675, -0.002942825, 0.042127483, - -0.026165731, -0.005020017, 0.018309454, -0.025496833, -0.010243326, - 0.0014074737, -0.0056856363, 0.0074955965, -0.027542874, -0.010518755, - 0.026126383, 0.018807849, 0.014361641, 0.008000549, -0.023975417, - 0.007934971, 0.00076439674, 0.0056135003, 0.01955544, -0.011246674, - -0.017155277, -0.054613587, 0.0029526616, 0.017811058, -0.019988257, - -0.0037248458, -0.009180958, -0.011974593, -0.013679627, -0.022099879, - -0.009272768, 0.02444758, 0.0014828887, 0.0056790784, -0.014322295, - 0.029956155, -0.0015492867, -0.0075677326, 0.014650186, 0.024067227, - 0.0027805187, -0.005580711, -0.015699439, -0.023463907, -0.018204529, - 0.012610702, -0.025496833, 0.0056462893, -0.012623818, 0.0017689739, - 0.0004545394, -0.0037740297, -0.009987571, 0.022178572, -0.0046921256, - -0.008971107, 0.008885856, 0.010453177, 0.0015558446, -0.011653259, - -0.03724846, -0.0054495544, 0.003941254, -0.0025100084, 0.010328578, - -0.03425809, -0.02943153, -0.007174263, 0.019030815, -0.0017902869, - 0.010335135, 0.020276802, -0.011541776, -0.018611114, 0.0016763445, - -0.0037740297, 0.025575526, -0.0022329402, -0.0028772466, - -0.022388423, -0.004787214, 0.011056497, -0.005088874, -0.0054167653, - -0.023109782, 0.0032461244, -0.020486653, -0.005429881, 0.029352834, - 0.0045380164, 0.0069775283, 0.0010230211, 0.0002885444, -0.019502979, - -0.002109981, -0.0025329608, -0.026152615, -0.030795557, 0.009672795, - 0.03987159, -0.0023017973, 0.025064016, -0.0020821101, -0.020198109, - -0.0050692004, -0.017824175, 0.008400577, -0.0036199207, 0.013758321, - 0.0148075735, -0.042311102, 0.0037379614, 0.020932585, 0.0037445193, - 0.015083003, 0.05290855, -0.012840225, 0.011135191, -0.008505502, - 0.019083276, -0.017693019, 0.0021870353, -0.0041970094, 0.024263961, - -0.0076857735, -0.009823625, 0.008794046, -0.0021919538, - -0.0045642476, -0.027149405, 0.030507011, -0.0030526686, 0.021181783, - 0.011279463, 0.017732365, -0.0183488, -0.005656126, 0.010315462, - -0.00076644606, -0.012650048, 0.021496559, 0.022178572, -0.02526075, - 0.013561587, -0.014269832, 0.007928413, 0.017260201, -0.008492386, - 0.015371547, 0.009836741, -0.0073841135, 0.010479408, -0.0036428731, - 0.020355497, 0.0067480044, -0.0072857463, -0.0052921665, 0.03968797, - -0.022637619, -0.0012517252, -0.014086213, 0.033785924, 0.005203636, - 0.018335685, 0.02124736, 0.026808398, -0.029588917, -0.011849994, - -0.0021509673, 0.0037510772, -0.025142709, -0.015607629, 0.010643354, - 0.035228647, 0.044173524, 0.020630924, -0.012551681, 0.0052200304, - -0.012309042, 0.009410482, 0.020368611, 0.02623131, 0.011240116, - -0.010676143, -0.013758321, -0.02015876, 0.0065315957, -0.002936267, - -0.035386037, 0.025575526, 0.015056771, 0.009259652, 0.023975417, - 0.014768227, 0.010387599, -0.009449829, -0.026428044, -0.0049839485, - 0.016761806, 0.00037687013, -0.012046728, -0.009594101, -0.022191687, - 0.008538291, 0.00090088154, 0.012715627, -0.006259446, -0.0095154075, - -0.00043076728, 0.008197284, 0.005085595, 0.018611114, 0.0015804364, - 0.0081054745, 0.0077644675, 0.016788037, 0.004216683, -0.009154727, - 0.004174057, 0.0155682815, -0.0018804569, -0.011266347, -0.033287533, - -0.015463357, -0.03129395, 0.022873702, -0.04128808, 0.0038232133, - -0.019175086, 0.0060955, 0.017902868, 0.0026854302, -0.0029969271, - 0.024040995, -0.016394569, -0.0034395803, -0.0040461794, -0.004429812, - -0.008289093, 0.06405686, 0.010492523, -0.0038133764, 0.015476473, - 0.015096119, 0.006134847, 0.0037018934, -0.0265592, 0.056607164, - 0.018466841, 0.00087219104, 0.0063971602, 0.0029477433, 0.0043084924, - 0.017614324, 0.0070365486, 0.0022673688, -0.044593226, 0.009554754, - -0.012427082, -0.0007656263, 0.009607217, -0.010538428, 0.047977064, - 0.015856827, 0.013955057, -0.0077972566, 0.0019132461, 0.021050625, - -0.0057512145, -0.018309454, -0.002103423, 0.017876636, 0.039976515, - 0.006705378, -0.01922755, -0.007862835, 0.016643766, 0.00027296957, - -0.01002036, 0.015686322, 0.03866495, 0.022257265, 0.002555913, - 0.0073316507, -0.0045314585, 0.02372622, 0.004701962, -0.0075480593, - 0.012263137, 0.004331445, 0.024106573, -0.019843984, -0.04503916, - 0.012800879, -0.0014673139, 0.02767403, -0.03724846, -0.0068529295, - 0.019752176, -0.0075808484, -0.0033740022, -0.012092633, 0.005531527, - -0.011902456, -0.025129594, -0.012000823, 0.0002592391, -0.013417315, - 0.0034428593, 0.0082956515, -0.0067742355, -0.022454001, 0.00872191, - 0.025090247, 0.012204116, 0.0029838113, -0.0039346963, -0.010151517, - 0.015555167, -0.008098917, -0.02498532, -0.011108959, -0.012761531, - 0.018361917, 0.0028510154, -0.00031682503, 0.0027313351, -0.037537005, - 0.013837015, 0.016263412, 0.002713301, 0.022926165, -0.02674282, - 0.014820689, 0.0008680924, 0.012138538, 0.0062791198, 0.0036559887, - -0.016486378, 0.0066430788, -0.03087425, 0.00020595676, -0.04249472, - -0.026913323, 0.0005037231, -0.0030985733, 0.0027657636, -0.01844061, - -0.035779506, 0.0057971193, -0.005452833, -0.010059707, -0.01964725, - -0.010197422, 0.02013253, 0.0036527098, 0.028329814, 0.0070103174, - -0.002637886, 0.0065447115, -0.0086760055, 0.044750612, -0.008538291, - -0.012295926, 0.011712279, 0.013705859, -0.011935245, -0.04031752, - -0.0016304398, 0.012354947, 0.035805736, -0.000763577, -0.043517742, - -0.04128808, -0.017850406, -0.027464181, -0.0074562496, 0.0009967898, - 0.0077906987, 0.011122075, 0.01922755, -0.029720074, -0.031556264, - 0.037825547, -0.022375306, -0.027385486, -0.014676417, -0.02474924, - -0.001988661, 0.00071234396, 0.013627165, -0.0047577037, -0.011299136, - -0.0037018934, -0.036356594, 0.0005893847, -0.013810785, 0.005393813, - 0.011712279, 0.022073647, -0.009744931, -0.00029981567, 0.016919194, - 0.010308905, 0.004367513, -0.013797669, -0.003036274, -0.020407958, - 0.024959091, 0.028539663, 0.0026575595, -0.006062711, -0.015292853, - 0.04107823, 0.0055479216, -0.010663027, -0.031320184, -0.0067807934, - -0.04952471, -0.014217369, 0.011404062, 0.002393607, 0.010997476, - -0.021076856, 0.00062791194, 0.018978352, 0.0010033476, 0.01904393, - -0.035386037, 0.023686873, 0.0020198107, -0.018283222, 0.00052052754, - -0.032579284, -0.021116205, -0.000772594, -0.0045708055, -0.020211224, - 0.012518892, -0.0019788244, 0.022073647, 0.018545536, -0.018165182, - -0.024159035, 0.016919194, -0.020001372, -0.010781068, -0.0021690014, - -0.015476473, -0.00003855285, -0.000018328616, -0.023699988, - -0.013955057, -0.019424284, -0.0002891592, 0.004206846, 0.022112994, - -0.016879847, -0.013109096, 0.005387255, -0.03231697, -0.022926165, - -0.018466841, 0.038796104, 0.02173264, -0.011004034, -0.009554754, - -0.021680176, -0.021890027, 0.015515819, 0.022362191, 0.0053839763, - -0.008938318, -0.0032657979, 0.00036559885, 0.018965237, -0.020709619, - -0.035018798, 0.025391906, 0.032185815, -0.011240116, 0.009856414, - -0.012079517, -0.032185815, 0.008407135, -0.0116860485, 0.015515819, - 0.006567664, -0.0017394637, -0.013548471, 0.028854439, -0.010118728, - 0.016971657, 0.0006619307, 0.022099879, -0.024814818, -0.020499768, - -0.011895899, -0.00021743296, -0.024250844, 0.015528935, -0.028539663, - 0.018361917, 0.0009066196, 0.006515201, -0.01871604, 0.00096236117, - -0.0138894785, 0.035045028, 0.024198383, 0.010230211, 0.038953494, - -0.00023239301, -0.0023837702, 0.0032707164, -0.016053561, - 0.009994129, -0.0046101524, -0.020722734, 0.017771712, 0.021785103, - -0.030113542, -0.013214022, -0.02164083, 0.012807436, -0.009030128, - -0.01116798, 0.014755111, -0.03145134, -0.018060256, -0.0050331326, - -0.0020329265, 0.011043381, 0.0036231996, -0.006252888, 0.010295789, - 0.023529485, -0.008544849, 0.035936892, 0.009561312, 0.0062791198, - -0.024696777, -0.0074693654, -0.03465156, -0.0074628075, 0.0076923314, - -0.0011263068, -0.028906902, 0.0009303917, 0.024460696, 0.025903417, - 0.006029922, -0.014479683, 0.023004858, 0.005157731, 0.005813514, - -0.021103088, -0.039373193, -0.008433366, -0.006416834, 0.0021312938, - -0.0068726027, -0.008387461, 0.009600659, -0.00046396628, 0.019725945, - 0.01614537, -0.0071545895, 0.019083276, 0.0011181096, -0.011817205, - -0.015909288, -0.031398878, -0.027201867, -0.02061781, -0.042861957, - 0.026637895, 0.0077251205, 0.0010877796, -0.0027936343, 0.021496559, - 0.0164208, 0.0024624642, -0.010040034, -0.014086213, -0.006370929, - 0.009482618, -0.027123174, -0.0075611747, 0.018243875, 0.051754374, - 0.032631747, -0.001017283, 0.022270381, 0.012204116, -0.029169215, - -0.02822489, -0.009371135, 0.0091350535, 0.0033248183, -0.0045708055, - -0.0018591441, 0.01714216, 0.036225438, -0.00029694661, -0.031320184, - -0.034310553, -0.0065709427, -0.011659817, 0.017299548, -0.0029706957, - -0.044986695, -0.033681, 0.011849994, -0.032631747, -0.02628377, - 0.013941941, 0.0035740158, 0.0004092494, -0.019712828, 0.008807162, - 0.004639663, -0.0043117716, 0.0007865294, -0.030166006, 0.008715352, - 0.007889066, -0.005620058, -0.024290193, -0.018506188, 0.0077579096, - 0.00044962103, -0.0030559476, -0.02707071, -0.017220855, - 0.00076439674, -0.010767953, 0.014178023, 0.04068476, -0.011731953, - 0.019804638, -0.0036002472, 0.023791797, -0.019306242, 0.005354466, - 0.010905666, 0.018427495, 0.0017689739, -0.017666787, -0.0068266983, - 0.012400852, 0.021509673, -0.018125834, 0.0055544795, -0.023372097, - -0.019083276, -0.017194623, 0.02317536, 0.0077382363, -0.008321883, - -0.0044658803, 0.0029674168, -0.005692194, -0.0035445057, -0.03722223, - -0.008728468, -0.010597449, -0.003313342, 0.020788312, 0.002405083, - -0.004590479, -0.0031313626, 0.0046855677, 0.0055085747, 0.007895624, - 0.18519305, 0.013358294, -0.025523063, 0.024040995, 0.023529485, - 0.0050429692, 0.03549096, -0.016106024, 0.008197284, 0.0017640556, - 0.031792346, -0.0020804708, -0.022191687, 0.0002733794, 0.024368886, - -0.03866495, -0.032579284, -0.010151517, 0.0011418817, -0.016551957, - 0.006652916, 0.0020968653, -0.0054462757, -0.008708795, 0.03486141, - -0.0068922765, -0.008223515, -0.0055184118, 0.03344492, 0.010335135, - -0.033130143, 0.011384388, 0.009987571, -0.0005488082, -0.00086645293, - -0.011804089, -0.0041642203, -0.025221404, -0.0037084513, - -0.015043655, 0.0077382363, 0.010931898, -0.018689808, 0.025326328, - 0.00826942, 0.031713653, -0.010833531, 0.00199194, -0.02387049, - 0.0017033956, -0.027175637, -0.02628377, 0.021483442, 0.012204116, - 0.0054495544, 0.013469777, 0.016381452, 0.0119877085, -0.018820964, - 0.010649911, -0.00077013485, 0.0074628075, -0.015660092, 0.014899383, - -0.030507011, 0.025273867, -0.015896173, -0.009948224, -0.0063578137, - 0.03226451, 0.0021722803, 0.0018394706, -0.0076792156, 0.01774548, - 0.0020526, -0.017679902, 0.022073647, 0.02632312, -0.031766117, - 0.007889066, -0.0068398137, 0.0012033613, -0.018427495, 0.0017870079, - -0.015424009, -0.023424558, 0.02073585, 0.009128495, -0.010144958, - 0.0048823026, -0.0067152153, -0.0021673618, -0.0022772055, - -0.010459734, 0.029982386, -0.00036559885, 0.0010025279, 0.01614537, - -0.016381452, 0.018427495, -0.023411443, 0.06410932, 0.011699163, - 0.013614049, 0.012341831, 0.0056757997, 0.0003235878, 0.025693567, - -0.022676967, -0.013941941, 0.012276253, -0.03722223, 0.0035871314, - -0.016709344, -0.0055544795, 0.035753272, 0.015371547, -0.012912362, - -0.015961751, 0.004026506, -0.0032920293, -0.038140323, 0.022165457, - 0.014086213, -0.006711936, -0.01862423, -0.008400577, 0.009967897, - -0.009207189, -0.008453039, 0.025903417, -0.009338346, -0.022204803, - 0.0008385822, 0.010767953, -0.030192237, 0.0010099054, 0.0017017561, - -0.0029690564, 0.035753272, -0.016210949, -0.0077841408, 0.021470327, - 0.025457485, 0.011043381, -0.028119963, -0.010617122, -0.028356045, - -0.01472888, 0.022860587, -0.028906902, -0.005623337, 0.025995227, - 0.014991193, 0.010033475, -0.004128152, -0.026860861, -0.031923503, - -0.00618731, 0.029772535, -0.027175637, 0.019699713, 0.019673482, - 0.0073841135, 0.0015517459, -0.016578186, -0.16399814, 0.021286707, - 0.011568007, -0.034022007, 0.038586255, 0.03087425, 0.012263137, - -0.022401538, -0.024408232, -0.011508986, 0.023083553, 0.0117713, - 0.0062791198, -0.0018017631, 0.0053774184, 0.0022706478, - -0.0066168476, 0.0065971743, 0.041970093, 0.0015533853, -0.0035182743, - -0.016788037, 0.028119963, -0.038035396, 0.011909015, 0.008302209, - 0.029142985, 0.019870216, 0.024578737, -0.0064004394, -0.0026510016, - -0.0034330226, 0.03163496, 0.019450516, 0.013404199, 0.00047011423, - 0.008289093, -0.031398878, 0.002375573, 0.008039896, 0.018034024, - -0.03221205, 0.00072545966, 0.019621018, -0.004442928, 0.009449829, - 0.009285883, 0.0135091245, 0.013063191, -0.002906757, 0.009685911, - -0.005662684, -0.0025673893, 0.016184717, 0.007954644, -0.0057774456, - 0.0060332012, 0.010328578, 0.018204529, -0.016460147, -0.011508986, - -0.01813895, 0.015555167, 0.022965511, 0.010289231, -0.011122075, - -0.0021542462, 0.016171603, -0.022283496, 0.009030128, -0.037563235, - -0.032762904, 0.016302759, -0.017588092, 0.024382, 0.018073373, - -0.021312939, -0.005151173, 0.0017279874, 0.009587543, -0.017797943, - 0.011325368, -0.0315038, 0.00033854783, -0.012046728, 0.028172426, - 0.033549845, 0.0073119774, 0.0051085474, -0.004619989, 0.004298656, - -0.028592126, -0.014964961, -0.0058495817, -0.01695854, -0.003990438, - 0.009607217, 0.0113056945, 0.0017853684, -0.021194898, 0.030743094, - -0.0122565795, -0.02073585, 0.0077316784, 0.03748454, 0.0022165456, - -0.027018249, -0.01952921, 0.011823762, -0.0043084924, -0.03184481, - 0.00008499559, 0.025273867, 0.026021458, -0.00055290683, 0.033025216, - 0.03352361, -0.0069709704, 0.015856827, -0.008748141, 0.06274529, - 0.02743795, -0.005223309, 0.004292098, 0.00022317105, -0.017470052, - -0.11909014, -0.011548334, -0.010177748, 0.012361504, 0.013535355, - -0.0017476609, 0.008820278, 0.033576075, -0.0250509, 0.0067217727, - -0.014519029, -0.018663576, 0.008741584, -0.008459597, 0.012000823, - -0.029011827, -0.008656332, -0.034782715, -0.026913323, 0.051492058, - -0.0075415014, -0.009312115, 0.00009237314, 0.0020804708, - -0.012394293, 0.01032202, 0.0052167517, 0.010479408, 0.015043655, - 0.00259526, -0.023096668, -0.0008279257, 0.00986953, -0.0010467932, - -0.0043478394, -0.020224338, -0.00047544247, -0.012413967, - 0.017574977, -0.015542051, 0.0029329883, 0.013522239, 0.03989782, - 0.019004583, 0.012459871, -0.031818576, -0.044068597, 0.013063191, - -0.0005266755, 0.0012746777, -0.045721173, -0.008190726, -0.010584333, - 0.0036133628, 0.010066265, -0.014387873, 0.009915435, 0.0010156435, - -0.014374757, -0.024998438, -0.038009167, 0.028172426, 0.007475923, - -0.004619989, 0.0051019895, -0.025103362, 0.011974593, -0.011351599, - 0.0017902869, -0.0063971602, -0.0034986008, 0.0056135003, - -0.024198383, -0.0030329952, -0.0066365213, 0.014846921, - -0.00005727852, 0.0035412267, 0.005623337, -0.01952921, -0.009318672, - -0.01032202, 0.012394293, 0.024172151, -0.0033477708, 0.014059981, - 0.02013253, -0.0061905887, 0.0050429692, -0.02526075, -0.017902868, - 0.014033751, 0.0031887435, -0.0067283306, -0.0034592538, - -0.0035969683, -0.003244485, -0.02064404, 0.041576624, 0.028592126, - -0.033313762, -0.011141748, -0.027595337, 0.014899383, 0.018335685, - -0.0076070796, -0.005921718, -0.009981013, 0.0041478258, 0.024513159, - 0.0071086846, -0.006266004, -0.0077972566, 0.04026506, 0.010210537, - -0.009797394, -0.0113056945, -0.0027034644, 0.02943153, 0.0014410826, - 0.028382277, 0.017207738, 0.016014215, -0.0028116684, 0.009751489, - 0.023896722, -0.007174263, -0.005502017, -0.015292853, 0.0064988066, - -0.008433366, 0.0027608452, 0.011718838, -0.034336783, -0.018611114, - -0.012138538, -0.009141611, 0.004478996, -0.018939005, 0.014637071, - 0.0013074668, 0.035989355, -0.047609825, -0.016565071, 0.015437125, - -0.01922755, -0.018912774, 0.018702922, -0.017732365, 0.00044224347, - -0.0036002472, -0.024919743, 0.011194211, -0.0031559544, - -0.0038428868, -0.025509948, -0.00017542188, 0.00016199883, - -0.009298999, -0.026388697, -0.01952921, -0.0036658254, 0.0046101524, - 0.037379615, -0.0098957615, -0.02646739, 0.007475923, -0.0048790234, - -0.008551407, 0.0028165868, -0.00043240673, -0.0109253405, - -0.040579833, 0.022139225, 0.0057380986, 0.0075218277, 0.016106024, - 0.023345865, -0.038350172, 0.0018132392, 0.0021001443, 0.023385212, - -0.003911744, 0.00025145168, -0.019962026, 0.018650461, 0.00087546994, - 0.024709893, -0.020578463, 0.015397779, -0.008708795, 0.00045044077, - 0.0017820896, -0.004331445, 0.017089698, -0.0066955416, 0.019621018, - 0.0082956515, -0.00531184, 0.021929374, 0.0014312458, 0.0005504476, - 0.021667061, 0.008912087, 0.010433503, -0.0111155175, -0.016368337, - 0.003947812, -0.02206053, -0.014938731, -0.0168405, 0.007961202, - 0.004698683, -0.011954919, 0.028933134, -0.001168113, -0.01635522, - 0.006344698, 0.0011943443, -0.011004034, -0.020840775, 0.00045535914, - 0.02233596, 0.022309728, 0.0023493415, 0.01844061, 0.021260476, - -0.014846921, 0.04084215, -0.010217095, -0.007830046, -0.00043363633, - 0.031923503, -0.040579833, -0.055033285, 0.015883058, 0.005151173, - -0.044566993, -0.0013492729, 0.027096942, -0.014269832, 0.06772924, - 0.019280013, -0.019096393, 0.0054561123, -0.012840225, 0.020630924, - -0.0056659626, 0.0029231515, -0.015292853, -0.0032674375, 0.015778132, - -0.008787489, 0.0144272195, -0.007941529, -0.026100153, 0.03926827, - 0.0015501064, 0.009954781, 0.006292235, -0.009561312, 0.023306519, - -0.020630924, 0.0043937443, -0.017273316, -0.038219016, 0.0052462616, - 0.030507011, -0.002544437, -0.0057905614, -0.040606067, -0.0041937307, - 0.00040289652, -0.02447381, -0.005682357, -0.0017870079, 0.010315462, - -0.020198109, 0.010485966, 0.025995227, -0.000027998849, -0.017365126, - 0.027831418, -0.011030265, -0.030349625, -0.013679627, -0.01874227, - -0.011751627, -0.0060955, -0.012092633 - ], - "metadata": { - "chunkTitle": "Hormone Replacement Therapy", - "episodeTitle": "Dr. Peter Attia: Exercise, Nutrition, Hormones for Vitality & Longevity | Huberman Lab Podcast #85", - "imgUrl": "https://img.youtube.com/vi/DTCmprPCDqc/maxresdefault.jpg", - "published": "2022-08-15T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2065?sectionSid=sec_29175&chunkSid=chunk_57995" - }, - "document": "Peter Attia: Why don't we just give her estrogen? Because that's clearly going to help with some of the symptoms of menopause. So what do women experience when they go through menopause? The first symptoms are what are called vasomotor symptoms. So this is usually in the form of night sweats, hot flashes, and depending on the woman, this can be really significant. Right? These are women who can have a hard time sleeping. They can be having hot flashes during the middle of the day. They can wake up soaked in a pool of sweat. Those tend to pass after a couple of years, and then they get into sort of the more long term complications of menopause. So what we call vaginal atrophy vaginal dryness. And then the stuff that we talked about a while ago, which is the osteopenia. Osteoporosis. A lot of women will complain, complain of brain fog. Clearly this was an issue and it was recognized 70 years ago, why don't we give women estrogen back to replace that hormone? And so that went on for a couple of decades, maybe less, maybe a decade. And then it was realized, wait a minute, we were driving up the risk of uterine cancer. And the reason for that is if you just give estrogen with no progesterone to antagonize it, you will thicken the endometrium endlessly and you will increase the risk of hyperplasia.\n\nPeter Attia: Well, you'll definitely undergo hyperplasia and then ultimately Dysplasia, dysplasia is precancerous. And ultimately we were seeing that. So people figured out, well, actually, if you want to give estrogen to a woman who still has her uterus, you have to give her progesterone as well. You have to be able to have a hormone to oppose the estrogen. And then that became effectively in the 19 call it the 1970s ish the standard for HRT. So in the early 1990s, the NIH said, look, we haven't really studied this. We have a ton of epidemiology that says giving women hormones seems to be doing really good things. They feel better, so all their symptoms go away. They seem to have lower risk of heart disease, lower risk of cardiovascular risk of cardiovascular disease, lower risk of bone fractures. Everything seems to get better, lower risk of diabetes. But we haven't tested this in a randomized prospective trial. So let's do this. So that became the Whi, and it had two parallel arms. So it had a group for women who did not have a uterus. So these are women that had undergone hysterectomy for some other reason. And then it had a group for women that did have their uterus." - }, - "truncated_cells": [] - }, - { - "row_idx": 24, - "row": { - "id": "chunk_57993", - "embedding": [ - -0.0012855725, -0.017602706, 0.011434571, -0.040563323, 0.0015444838, - 0.020516887, 0.0063804905, -0.009049647, -0.02084359, -0.03316679, - 0.017628841, 0.022869142, -0.010572078, 0.005642144, -0.0006052155, - 0.0052304994, 0.05734274, 0.009409019, -0.0010822004, -0.020621432, - -0.03894288, -0.0065471088, 0.005442856, 0.01243428, -0.0036427276, - -0.0071351724, 0.04228831, -0.033689514, -0.012231724, 0.0046587707, - 0.014283413, 0.005733621, -0.008108744, -0.003144507, -0.0014138031, - -0.013682281, 0.0058741025, -0.012460415, 0.013577736, -0.015773173, - 0.022646984, 0.0023734902, 0.004675106, -0.013035411, -0.01243428, - -0.0024502652, 0.004292865, -0.017197594, -0.02262085, 0.025835596, - 0.008722944, 0.008259027, -0.026894111, 0.0028259726, -0.0048123207, - -0.007278921, -0.005266437, 0.024319699, 0.01906633, 0.012512688, - 0.0072919894, 0.0021300972, -0.010611282, 0.018164633, -0.01824304, - -0.005994982, -0.0012120645, -0.005638877, 0.0060047833, 0.021745287, - 0.026214572, 0.021170292, -0.039622422, -0.010728895, 0.028697506, - -0.024319699, -0.008422378, -0.035127003, 0.019353827, 0.007396534, - 0.009363281, -0.009036578, -0.019079398, 0.020556092, 0.012375473, - -0.00011577503, 0.027338427, 0.023470273, 0.013473191, 0.0007363047, - 0.012009567, -0.014387958, 0.026671953, 0.038315613, 0.034604277, - 0.027077064, -0.004799253, -0.0074684084, -0.012087975, 0.007906189, - -0.013015809, -0.011134005, -0.0008428912, -0.014126596, -0.033820193, - 0.009226065, 0.017079983, 0.004515022, 0.013139956, -0.010722361, - -0.017302139, 0.04534624, -0.009755323, -0.026240706, 0.0034793767, - 0.00014997665, 0.020856658, 0.00837664, -0.02880205, 0.015498744, - 0.036355402, 0.0068215383, 0.034996323, -0.0041197124, 0.017890204, - 0.012852458, -0.026044685, -0.017733386, -0.0027508312, -0.002301616, - 0.0014864942, -0.01059168, 0.0065830457, -0.013381715, -0.0025956477, - 0.015289655, -0.012453881, -0.01988962, -0.00066075486, -0.054467764, - 0.0022313748, 0.019562917, -0.010839974, -0.009618108, -0.052742776, - 0.023365729, 0.022646984, 0.0051030857, -0.0013255934, 0.016034536, - -0.00566828, -0.01212718, -0.0023653228, -0.0024061603, - -0.00023114169, 0.0058087623, 0.0007060848, 0.014623183, -0.012656436, - -0.013747621, 0.008932034, -0.005936176, 0.015224314, 0.0035806543, - -0.00434187, 0.018961785, 0.02635832, -0.017445888, 0.0047012423, - -0.003211481, -0.025456622, 0.018216906, -0.027887285, 0.003851817, - -0.003698267, 0.037244033, -0.023953794, 0.024241291, 0.002301616, - -0.053448454, 0.008043404, -0.0130942175, 0.009859867, 0.022856073, - -0.01314649, 0.00810221, -0.0035773872, -0.019379964, -0.0060537886, - -0.02084359, 0.0034565076, 0.06277906, 0.0023620557, -0.0045934306, - -0.6322861, -0.0030121927, -0.0002748381, 0.018060088, 0.016766349, - -0.017053846, -0.008794819, 0.011552184, -0.020255527, 0.009402485, - -0.014989089, 0.027469106, 0.008324368, 0.0033911671, -0.023012891, - -0.026619682, -0.00085024204, 0.0030154597, -0.014871476, -0.02281687, - -0.029324774, 0.01157832, 0.0017903271, 0.014270345, 0.02241176, - 0.0065177055, 0.020556092, 0.001250452, -0.0052108974, 0.01987655, - -0.019223148, 0.029952042, 0.0025793125, 0.020961203, 0.045450788, - -0.0068934127, -0.0028864124, 0.03384633, 0.002724695, 0.032853156, - -0.02553503, -0.018060088, 0.0130942175, -0.009003908, -0.014753864, - 0.020242458, -0.005511463, 0.00006426842, 0.010532874, 0.028383872, - 0.009265269, 0.006373957, -0.0059819142, -0.006481768, 0.0068542087, - 0.02037314, 0.015446472, -0.043150805, -0.023391865, -0.015315792, - 0.0042177234, 0.01681862, -0.024528788, 0.0038060786, -0.011179743, - 0.019197011, -0.016897028, 0.009899071, -0.01034992, 0.0036557957, - 0.008709876, 0.0160084, -0.01880497, -0.0317293, 0.025365146, - 0.012623766, 0.0054134526, 0.021836763, -0.008298231, 0.008664138, - 0.022320284, -0.011401901, -0.0035773872, 0.0058348984, 0.02684184, - -0.016544191, -0.015067497, 0.017485093, -0.005161892, -0.014753864, - 0.0011932792, -0.0066712555, 0.015106702, -0.028828187, 0.0035773872, - 0.009291406, 0.030527038, 0.01028458, 0.010108161, -0.014191936, - -0.0029795226, -0.0023555215, 0.022529373, 0.0087752165, 0.002420862, - -0.024228223, -0.03152021, -0.0059231077, 0.023757773, -0.026894111, - 0.020098709, -0.0039922986, -0.0224771, -0.0144532975, -0.009598506, - -0.023953794, 0.0048939963, 0.015315792, -0.0026332184, 0.0017102851, - 0.030736128, -0.0054983953, 0.001857301, 0.009768391, 0.016635668, - 0.0212487, -0.001671081, -0.0025205063, -0.006083192, 0.0028031035, - -0.0055833375, -0.030082723, 0.011813546, -0.029377047, 0.010630884, - 0.0085007865, 0.022934483, -0.009742254, 0.00078245136, -0.0075337486, - 0.0057368875, 0.0011393733, 0.016583394, 0.0057401545, -0.018700425, - -0.051828012, -0.00745534, -0.0075990893, -0.0015069131, - -0.0011712267, -0.008873227, -0.006815004, -0.0212487, 0.024032202, - -0.006272679, 0.0010781167, -0.0008886295, -0.02328732, -0.020111777, - 0.0040903096, -0.019458372, 0.047254182, -0.0112646865, 0.006615716, - -0.013224898, -0.006592847, -0.0071743764, -0.016374305, -0.010108161, - -0.020595295, 0.007409602, -0.013081149, -0.0104871355, 0.0015657195, - -0.027233882, 0.0035251149, -0.008794819, 0.0005676448, -0.020255527, - 0.010003616, -0.012421211, -0.014113528, -0.01518511, 0.013512396, - 0.057238195, -0.005511463, 0.010683157, 0.0057368875, -0.007109036, - 0.011787409, -0.01859588, 0.021300972, 0.004361472, 0.0076056235, - 0.0048613264, -0.02867137, 0.0074880105, 0.0072070467, 0.0012153316, - 0.009337144, 0.033950876, -0.01348626, 0.016099876, -0.015354996, - 0.026070822, -0.006455632, 0.005312175, -0.007657896, 0.027338427, - 0.014048187, 0.0025662445, 0.012440814, -0.019772006, 0.0008232891, - -0.026946383, 0.014976021, -0.0039530946, 0.005475526, -0.0031575751, - 0.04508488, -0.017472025, 0.00058438827, 0.0021627673, 0.0023048827, - -0.023195844, 0.010578612, 0.034029283, -0.005998249, -0.009382882, - -0.012852458, 0.0030089256, 0.027364561, 0.0061942707, 0.023810044, - 0.019314624, -0.013969779, 0.0041327807, 0.00019949242, 0.01824304, - -0.0041066445, -0.000446765, -0.011290822, 0.022686189, -0.018818038, - 0.011382299, -0.025548099, 0.028723642, 0.007612157, 0.0073834658, - 0.027495243, 0.013708417, -0.0029239831, -0.0044300794, -0.01444023, - 0.010839974, -0.0051880283, -0.022346418, 0.004809054, 0.040066738, - 0.03486564, 0.0053971177, 0.0012145148, -0.004655504, -0.021823695, - 0.02077825, 0.006756198, 0.024293562, 0.007546817, -0.017929407, - 0.012800186, -0.015276587, 0.008742547, -0.010121229, -0.024149815, - 0.01154565, 0.011526047, 0.016086807, 0.0023032492, 0.021470858, - 0.0072723874, -0.01655726, -0.021013474, -0.0010364621, 0.014923749, - -0.0060341866, -0.005642144, 0.018713493, -0.014989089, -0.0065177055, - -0.005161892, -0.00030567058, -0.0021496993, -0.01736748, 0.013695349, - 4.9994346e-6, 0.009761857, 0.018203838, -0.0014187036, 0.010140831, - -0.009644244, 0.008899364, 0.002590747, -0.007834314, 0.0043908753, - 0.019772006, 0.017890204, -0.02629298, -0.046025783, -0.02465947, - -0.027338427, 0.029298639, -0.032879293, -0.017694183, 0.0018213638, - 0.0007162942, 0.013270636, -0.009376348, 0.0011483576, 0.010134297, - -0.009226065, -0.008670672, -0.017994748, 0.005625809, 0.0007105769, - 0.094351545, 0.026920248, 0.009761857, 0.009768391, 0.0093175415, - 0.03253952, 0.017511228, -0.020177117, 0.036878124, -0.002027186, - 0.02158847, 0.0043908753, -0.012055305, -0.00739, 0.014884545, - 0.0029403183, 0.004992007, -0.030474765, 0.025208328, -0.012669505, - 0.0051912954, 0.009069248, 0.0128197875, 0.053631406, 0.027207745, - 0.0033274603, 0.013153024, 0.008128347, 0.033767924, -0.0044268123, - -0.015786242, 0.011127471, 0.0071874447, 0.040484916, -0.011434571, - -0.0052141645, -0.0064490982, -0.0007983781, 0.013878303, - -0.013773758, 0.023548683, 0.030866807, 0.01927542, 0.00088781276, - 0.0034663086, -0.025835596, 0.023169708, 0.017001573, -0.006275946, - -0.014466366, -0.0026299513, 0.018060088, -0.0495803, -0.02029473, - 0.015381131, 0.004603232, 0.034421325, -0.026462864, -0.028828187, - 0.03316679, -0.020425411, -0.0043255347, -0.005798961, 0.0057270867, - -0.0041327807, -0.013878303, -0.008219823, -0.011983431, -0.008925499, - 0.007586021, 0.0061942707, -0.0065209726, -0.021078816, 0.012016101, - 0.021418585, 0.005478793, -0.0055212644, 0.015407268, 0.0060243853, - 0.016504986, 0.016217489, -0.036276992, -0.0037440052, -0.03091908, - 0.011473775, 0.001320693, -0.008971238, -0.00079592783, -0.026306048, - 0.017602706, -0.004518289, -0.011944226, 0.0042667286, -0.03274861, - 0.00101686, 0.015537948, -0.008938568, 0.023444138, -0.003531649, - -0.026815703, -0.01093145, -0.007951927, -0.0060505215, -0.025012307, - -0.022973686, 0.014270345, 0.004354938, 0.0036688638, -0.0023555215, - -0.03329747, 0.010271512, -0.0102127055, -0.01154565, -0.01573397, - 0.014139663, 0.017563501, 0.0048972634, 0.030683855, -0.008402776, - 0.0030906012, -0.004312467, -0.022437895, 0.05033825, -0.005818563, - -0.019798143, 0.006612449, 0.002651187, -0.0026283178, -0.040772412, - -0.0058969716, 0.0040870425, 0.029742952, 0.010467533, -0.03902129, - -0.047933724, -0.022607781, -0.04095537, -0.00933061, 0.005661746, - 0.0007722419, 0.00449542, 0.0052403007, -0.041321274, -0.016923165, - 0.025169125, -0.028514553, -0.01961519, 0.011094801, -0.02152313, - 0.000014433594, -0.00021786941, 0.007860451, 0.017262936, 0.006236742, - 0.0072266487, -0.015590221, 0.007102502, -0.016518055, 0.026606614, - 0.0024584327, 0.022163466, -0.0147277275, -0.019301556, 0.02574412, - 0.0097095845, -0.0013059913, -0.0030203604, -0.000136296, - -0.0030922347, 0.020830521, 0.011401901, -0.007122104, -0.0017102851, - -0.000039357386, 0.026946383, 0.0037505394, -0.013577736, - -0.020177117, -0.031572483, -0.03588495, -0.03834175, 0.020386206, - -0.01164366, 0.001400735, -0.028985005, -0.010114695, 0.010722361, - 0.00097602233, 0.005955778, -0.013878303, 0.01947144, -0.020556092, - 0.002558077, -0.0080760745, -0.02465947, -0.023666294, -0.03010886, - -0.01429648, -0.006886879, 0.023744704, -0.016792484, 0.034003146, - -0.009056181, -0.023274252, -0.013381715, 0.023927657, -0.0060374537, - -0.009964412, 0.016282829, -0.024607196, 0.0060113175, -0.00456076, - -0.010415261, -0.013786825, -0.014178868, -0.003828948, 0.012199054, - 0.0065373075, -0.02241176, -0.014479434, 0.016596463, -0.009507029, - 0.0072985236, 0.006066857, 0.051932555, 0.038054254, -0.01167633, - -0.010957586, -0.007866985, -0.012009567, 0.026894111, 0.026306048, - 0.02799183, -0.0027867684, -0.0068542087, 0.011813546, 0.0021153956, - -0.0050834836, -0.011715535, 0.023104368, 0.028148647, -0.011297356, - -0.016047604, -0.017132254, -0.016361238, 0.009618108, -0.0064294958, - 0.013002741, 0.0030497634, -0.015276587, -0.0037930105, 0.04139968, - 0.0013353946, 0.027808877, -0.00813488, 0.012885128, -0.018713493, - -0.043490574, -0.00040592728, 0.011976897, -0.018922582, 0.02103961, - -0.030997489, 0.014649319, 0.004384341, 0.012101043, -0.038576975, - -0.014897613, -0.030814536, 0.030134995, 0.014139663, 0.024019133, - 0.016217489, -0.029377047, -0.009853333, -0.022215739, -0.009003908, - 0.0009645877, 0.0006840324, -0.014923749, 0.033140656, 0.032069072, - -0.019092467, -0.0067758, -0.013630008, -0.001490578, -0.01096412, - -0.0036231256, 0.020948134, -0.02731229, -0.014414093, -0.018491335, - -0.0012047137, 0.011297356, 0.0035871882, -0.03146794, -0.000501896, - -0.00013731695, -0.0025499093, 0.012205588, 0.008147948, 0.0069652875, - -0.025587304, 0.0049430015, -0.03546677, -0.024894694, -0.007964996, - -0.0058969716, -0.018543607, 0.0016359604, 0.024280494, 0.030605447, - 0.014544775, -0.007873519, 0.0024960034, 0.0053742486, 0.009003908, - -0.027469106, -0.03698267, -0.011277754, -0.016361238, -0.002968088, - -0.012865526, -0.021771424, 0.0079584615, 0.0028668104, 0.020556092, - 0.025025375, -0.031337257, 0.025025375, 0.017668046, 0.0070240935, - -0.017602706, -0.015250451, -0.021536198, -0.020046437, -0.031546347, - 0.01161099, 0.02697252, -0.0014685256, 0.0044333464, 0.035623588, - 0.020804385, -0.0074488064, 0.0011581586, -0.011735137, -0.027965695, - 0.017014641, -0.02118336, -0.010513271, 0.005093285, 0.026070822, - 0.030971352, -0.024189018, -0.004381074, -0.00023216262, -0.024594128, - -0.030605447, 0.0005206814, 0.018504404, 0.00806954, -0.006788868, - -0.012016101, 0.010532874, 0.028410008, -0.0066320514, -0.031075897, - -0.024489583, -0.023744704, -0.01586465, 0.0045476924, 0.0071155704, - -0.039491743, -0.033820193, 0.011218947, -0.029298639, -0.011290822, - 0.011663263, -0.0017380548, 0.0112646865, -0.026436727, 0.0055375993, - 0.005452657, -0.0044170115, 0.0077363043, -0.04283717, 0.0051226877, - 0.02588787, -0.019157806, -0.043673526, -0.018282246, 0.00023583803, - -0.016635668, 0.0052272324, 0.010447931, -0.021379381, 0.008232892, - -0.023679363, 0.013251035, 0.04066787, -0.02786115, 0.017210662, - 0.0064948364, 0.011310425, -0.014218072, 0.008945102, 0.016988505, - 0.012551892, -0.01675328, -0.0004614666, -0.009167259, 0.0063608885, - 0.012153315, 0.0022362755, -0.0037309371, -0.023117436, -0.013375181, - 0.0052599027, 0.019536782, 0.019523714, -0.009722653, 0.009794527, - -0.010428329, 0.012917798, -0.003985765, -0.013878303, -0.008128347, - -0.01089878, -0.012382007, 0.00532851, -0.009689982, -0.0053807823, - 0.013812962, 0.007716702, -0.0018213638, -0.0015869552, 0.20333934, - -0.0029370512, -0.017864067, 0.0023457205, 0.028357737, -0.005638877, - 0.024894694, 0.0024649668, 0.011179743, 0.0014325884, 0.01696237, - 0.012192519, -0.029664544, 0.0032474182, 0.041425817, -0.042732626, - -0.031206578, -0.031284988, -0.0011475409, -0.0051063527, 0.008180619, - 0.017563501, 0.010715826, -0.01968053, 0.032434978, 0.015720902, - -0.010722361, 0.00658958, 0.01798168, 0.02131404, -0.021967445, - -0.010820371, 0.009611574, -0.0045672944, -0.0128197875, -0.009461291, - -0.0016049237, -0.0103303185, 0.0024175951, -0.017406683, - -0.0065405746, 0.021823695, -0.020543024, 0.014636251, 0.019497577, - 0.012754447, 0.0037864766, -0.0025891135, -0.016674872, 0.012643369, - -0.0046195667, -0.030971352, 0.031049762, 0.02859296, -0.015080566, - 0.019562917, 0.022633916, -0.006762732, -0.016191352, 0.020830521, - -0.010193103, 0.008030336, -0.020307798, 0.023783907, -0.02273846, - 0.011767807, -0.014205004, 0.011709001, -0.0033192926, 0.012466949, - 0.004168718, -0.005495128, -0.01511977, -0.0104871355, -0.015642494, - -0.012734845, 0.053892765, 0.031180441, -0.004818855, 0.0023865583, - 0.0012128813, 0.009742254, -0.009892537, -0.0059655793, -0.023065163, - -0.008239425, 0.018517472, -0.009964412, -0.016544191, 0.0066516534, - 0.005116154, 0.0034826437, 0.010905314, 0.0013590804, 0.015707834, - -0.019863483, 0.00051863946, 0.0067169936, -0.03659063, 0.011258152, - -0.031912256, 0.05075643, 0.024228223, 0.008481185, 0.008193687, - -0.0085791955, -0.014544775, 0.046287145, -0.018465199, -0.0042144563, - 0.0023538882, -0.027050927, 0.013087683, -0.016975438, 0.002664255, - 0.026815703, 0.016687939, -0.019928824, -0.010238842, -0.0023506212, - -0.023365729, -0.027625924, 0.028410008, 0.01620442, -0.020647569, - -0.018504404, -0.01613908, -0.014479434, -0.01845213, 0.00040490634, - 0.02069984, 0.006749664, -0.0049135988, -0.017994748, 0.004198121, - -0.039204244, 0.001277405, -0.007612157, -0.006112595, 0.030971352, - -0.019641327, -0.002500904, 0.017563501, 0.019863483, 0.01947144, - -0.021405516, 0.011290822, -0.011277754, 0.0042536603, -0.008200221, - -0.019092467, 0.0035349159, 0.006311883, 0.0032033133, 0.017877135, - 0.010395658, -0.0030138262, -0.029586136, -0.025234465, 0.021823695, - -0.026136162, 0.041948542, 0.02859296, -0.00079061894, -0.0146101145, - -0.010160433, -0.16277602, 0.008337436, 0.039544012, -0.027835013, - 0.03985765, 0.010023219, 0.028566826, -0.0051684263, -0.012336269, - -0.018151565, 0.010670088, 0.025430486, 0.0023767573, -0.006285747, - 0.0112254815, -0.006926083, 0.021706084, -0.0048874626, 0.032591794, - 0.016308965, -0.00582183, -0.031833846, 0.008285164, -0.018987922, - 0.021496994, 0.023849249, 0.032173615, 0.017014641, 0.008709876, - -0.0012978239, -0.01450557, 0.004005367, 0.025639575, 0.006592847, - 0.0066581876, 0.008749081, 0.005687882, -0.0057434216, -0.008363572, - 0.0039367597, 0.024476517, -0.017236799, -0.0014031852, 0.016243625, - -0.0077559063, 0.008030336, -0.0009931742, -0.0013868501, 0.015969194, - -0.015603289, 0.0030007581, -0.0073181256, -0.0044137444, - 0.0019716467, 0.0006966921, -0.013231432, -0.0016923165, 0.029716816, - 0.01167633, 0.006788868, -0.016701007, -0.016086807, 0.016034536, - 0.012401609, 0.016779417, -0.0066875904, -0.0072266487, 0.00868374, - -0.021784492, 0.015616357, -0.020216322, -0.015851583, 0.0121598495, - -0.021902105, 0.022646984, -0.0058937045, -0.03261793, 0.011088267, - 0.015786242, 0.023548683, -0.011702467, 0.0024257626, -0.02812251, - -0.019131672, -0.022398692, 0.019837348, 0.025861733, -0.015145906, - 0.00591004, -0.011656729, 0.0032898895, -0.036224723, -0.026619682, - -0.012408143, -0.00264792, -0.006135464, -0.006445831, 0.014139663, - -0.010833439, -0.042340584, 0.012845924, -0.0034826437, -0.013708417, - 0.0017315208, 0.034159966, -0.0013402951, -0.038158797, -0.01900099, - 0.021353245, 0.011323492, -0.02778274, 0.009644244, 0.019353827, - 0.015564085, -0.018765764, 0.054885942, 0.025613438, -0.012989673, - 0.015250451, -0.0004308383, 0.059015457, 0.0067365956, 0.0045444253, - 0.020817453, -0.006086459, -0.041843995, -0.121376336, -0.0022052387, - -0.0015028294, 0.009683448, 0.016883962, 0.013708417, -0.0013852166, - 0.034212235, -0.019040195, 0.00628248, -0.035623588, -0.027260017, - 0.0026805901, -0.0058969716, 0.0041131787, -0.01988962, -0.0053677144, - -0.01505443, -0.039674696, 0.036355402, -0.012068373, -0.015407268, - -0.0011450907, 0.013812962, 0.000810221, -0.0049266666, -0.0153942, - 0.012453881, 0.0120814415, -0.010866109, 0.0005496762, -0.0053611803, - 0.01927542, 0.0034989787, 0.021026542, -0.028775916, 0.009500495, - -0.024280494, 0.014897613, -0.032774746, -0.006240009, 0.02574412, - 0.015498744, 0.002920716, 0.017014641, -0.019105535, -0.0566632, - -0.009585437, -0.00563561, -0.0019830812, -0.026815703, -0.007657896, - -0.014139663, 0.009108453, 0.00973572, 0.0034565076, -0.0032425176, - -0.0010830172, -0.0055735367, -0.021575402, -0.015877718, 0.011970363, - -0.022019716, -0.002167668, 0.016165217, -0.027704332, -0.0043941424, - -0.021366313, 0.015237383, -0.006913015, -0.015080566, 0.012035702, - -0.011035995, 0.0039563617, -0.028619098, -0.0021431653, - 0.00013547925, -0.009872936, 0.0058610346, -0.019040195, 0.010839974, - -0.0103695225, 0.0026903911, 0.0065144384, -0.0085791955, 0.021849832, - 0.0146101145, -0.0072266487, 0.009049647, -0.02546969, -0.026188435, - 0.022856073, 0.013904438, -0.009226065, -0.001360714, 0.005906773, - -0.027835013, -0.0146101145, 0.030396357, 0.021287905, -0.015067497, - -0.00486786, -0.02601855, 0.035701998, 0.023444138, -0.002180736, - 0.0030938683, -0.0063641556, 0.015851583, 0.030265676, 0.009716119, - 0.005645411, -0.0008820955, 0.026789567, -0.0065340404, -0.0025727784, - -0.020399274, -0.002071291, 0.015224314, -0.022607781, 0.02212426, - 0.0063608885, -0.0014464733, -0.0049037975, -0.019118603, 0.005161892, - -0.004939735, 0.0064752344, -0.020425411, -0.013048479, -0.0009196662, - -0.010428329, 0.0058708354, -0.029925905, -0.014008983, 0.000170906, - -0.007520681, -0.002644653, 0.0053415783, 0.028383872, 0.013355579, - 0.038498566, -0.03567586, -0.025508894, 0.017315207, -0.025090717, - -0.012094509, 0.015002158, -0.01314649, 0.0040837754, 0.0194061, - -0.010728895, 0.028253192, 0.012336269, -0.025182193, -0.008402776, - 0.003218015, -8.598262e-7, -0.008193687, -0.0029027476, -0.029377047, - -0.002334286, -0.0011165042, 0.02056916, -0.03240884, -0.00582183, - 0.0069979574, -0.018216906, -0.010924916, -0.015224314, -0.0074945446, - -0.009147657, -0.012754447, 0.021536198, -0.004116446, 0.00093028403, - 0.012074907, -0.011114403, -0.030396357, 0.001537133, 0.0036035234, - 0.022189602, -0.009742254, -0.0041719847, 0.0071613085, 0.01256496, - -0.004642436, 0.02145779, 0.004381074, 0.025613438, -0.013460124, - -0.0024028935, 0.022829939, 0.0021072282, 0.005112887, -0.00026177, - 0.014557842, 0.006328218, 0.017132254, 0.022699257, -0.0020190186, - 0.0044202786, 0.022607781, 0.012519222, 0.0068215383, -0.023208912, - -0.018674288, -0.007834314, -0.014832272, -0.029690681, -0.027260017, - -0.0034924448, -0.010206171, 0.0005415086, 0.02262085, -0.0000772344, - 0.0029762555, -0.00240126, 0.0013762322, -0.019197011, -0.029298639, - -0.0075990893, 0.02139245, 0.0046195667, 0.026319116, 0.010434863, - 0.031154305, 0.0003542675, 0.04364739, -0.007788576, 0.017929407, - 0.008422378, 0.011970363, -0.039073564, -0.059015457, 0.000890263, - 0.0006088909, -0.028749779, -0.007095968, 0.012048771, -0.007063298, - 0.06549722, 0.02752138, -0.026044685, 0.0086576035, -0.014949885, - 0.017341344, -0.006795402, -0.00021235632, -0.0024502652, - -0.0077559063, 0.02131404, -0.00090414786, 0.012996207, -0.018412927, - -0.019928824, 0.04320308, -0.007095968, 0.025286738, 0.0017560234, - -0.005135756, 0.022032784, -0.0320168, -0.0009792893, -0.015132838, - -0.020320866, 0.010140831, 0.02982136, 0.01444023, -0.0044104774, - -0.026998656, 0.002997491, 0.0030040252, -0.02880205, -0.006945685, - 0.010055888, -0.00034793766, -0.015995331, 0.0074030682, 0.044980336, - 0.0039922986, -0.026266843, 0.010180036, -0.025430486, -0.028174784, - 0.00042634615, -0.01824304, 0.000011306953, -0.010696225, -0.023039028 - ], - "metadata": { - "chunkTitle": "Hormone Therapy", - "episodeTitle": "Dr. Peter Attia: Exercise, Nutrition, Hormones for Vitality & Longevity | Huberman Lab Podcast #85", - "imgUrl": "https://img.youtube.com/vi/DTCmprPCDqc/maxresdefault.jpg", - "published": "2022-08-15T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2065?sectionSid=sec_29174&chunkSid=chunk_57993" - }, - "document": "Andrew Huberman: When Robert Sapolski came on the podcast, we talked a little bit about menopause and the data around menopause. He's very interested in these findings that I think I'm going to get this right, that whether or not women benefit from estrogen therapy to offset menopause really depends on when that therapy is initiated. I don't know if you're aware of those data, but he claimed that if they begin estrogen therapy in the middle to tail end of menopause, the outcomes can be quite bad. Whereas if they initiate those estrogen therapies as they enter menopause or even before menopause, then the outcomes can be quite good. I don't know what percentage of the patients you treat are male versus female and what ages those patients are, of course, but what are your thoughts about estrogen therapy for women, menopause and hormone therapies? Generally for women, maybe even testosterone therapy. You hear about that these days and then we'll talk about men.\n\nPeter Attia: So our practice is probably 70 30 male female. So we have lots of women. And this is a very important topic. It's also probably let me think. I just want to make sure I'm not being hyperbolic when I say this. Yeah, I don't think I am. It's hands down the biggest screw up of the entire medical field in the last 25 years. Now, again, it's possible in the next hour I'll think of, no, there's a bigger screw up, another giant screw up, but I don't think I will. I'm pretty confident that I won't be able to think of a bigger act of incompetence than what happened with the Women's Health Initiative in the late ninety s and early 2000s, which is effectively the study that turned the entire medical field off hormone replacement therapy for women. So it's important, I think, to explain what this study looked at. So this was a study that was conducted in response to the widely held belief in the that women should be placed on hormones as they're going through menopause. Right.\n\nPeter Attia: Menopause is I guess maybe I'll even take a step back. I don't know how much your audience is familiar with how estrogen progesterone work. Is it worth going into that stuff?\n\nAndrew Huberman: Probably worth mentioning a bit of the top contour. Some of them might be familiar with it. We've done episodes on estrogen testosterone, but frankly, as I think back to those, we didn't really go into the biology of estrogen testosterone enough." - }, - "truncated_cells": [] - }, - { - "row_idx": 25, - "row": { - "id": "chunk_57992", - "embedding": [ - 0.00077730126, 0.014015235, 0.022968657, -0.012674944, -0.0009354829, - 0.021675989, -0.014423446, -0.014722801, -0.038208526, 0.0027639268, - 0.023336047, 0.023975577, -0.0067252717, 0.007075653, 0.013600221, - 0.004003867, 0.039895795, -0.024411002, -0.00923917, -0.0073409895, - -0.033582136, 0.011960574, 0.008327499, -0.000016264647, -0.004670611, - 0.004350846, 0.0021703204, -0.023798686, -0.024138862, -0.018301448, - 0.04286213, -0.024084434, -0.0035038088, -0.014627552, -0.021118103, - 0.0051502585, -0.016940745, 0.0024560678, 0.02258766, -0.018859336, - 0.034833983, 0.018260626, 0.006793307, 0.010572658, -0.027540617, - 0.009586149, -0.002621053, -0.019866256, -0.02002954, 0.010123626, - 0.008007734, 0.017280921, -0.015838576, -0.004935948, -0.0067865034, - -0.017675525, -0.0053713727, 0.016573356, 0.00836832, -0.00633407, - 0.015199047, -0.013933593, -0.025458742, 0.016015468, 0.0019151887, - 0.0011625502, -0.0049461536, 0.013770308, -0.014464267, -0.0033660377, - 0.013083154, 0.038752805, -0.021594347, -0.033718206, 0.04011351, - 0.019784614, -0.026642554, -0.008470372, 0.012511659, 0.0060449205, - 0.00951131, -0.024220504, -0.03151387, 0.03453463, 0.026819445, - 0.0045141303, 0.033146713, -0.007966913, -0.009681398, -0.001449148, - -0.008946619, 0.011341454, 0.015852183, 0.02917346, 0.012722568, - 0.02903739, -0.015307902, 0.012858639, -0.03004431, 0.009082689, - -0.02309112, -0.0055550677, -0.030234808, -0.01619236, -0.03856231, - -0.00020304232, 0.006796709, -0.017512241, 0.0045855674, -0.019947898, - -0.01787963, 0.027976042, -0.0064055067, -0.033963133, -0.011878932, - 0.019702971, 0.00747706, -0.000023294057, -0.023662616, -0.04071222, - 0.019362796, 0.008898994, 0.038181312, 0.010708728, 0.019090656, - 0.026492877, -0.021662382, -0.020192824, 0.0068443334, -0.02107728, - 0.009905914, -0.007157295, 0.006667442, 0.005589085, -0.0044699074, - 0.010810781, -0.0011251308, -0.025458742, -0.011946968, -0.03164994, - 0.016042681, 0.020886783, -0.004827092, -0.0045923707, -0.036657322, - 0.043651335, 0.030833518, -0.0098514855, 0.022410769, 0.008769727, - 0.005255713, -0.02725487, 0.0036738967, 0.030262023, 0.0069021634, - 0.031541083, -0.0123755885, 0.008164215, -0.0034034569, -0.007830842, - 0.006300052, -0.012083038, 0.018192591, -0.0091031, 0.026179915, - 0.028874107, 0.030751875, -0.02039693, -0.008252661, 0.0021839275, - -0.006388498, 0.0509447, -0.04253556, 0.010994475, -0.0030173578, - 0.0069633946, 0.0073477933, 0.016668605, 0.0073409895, -0.025526779, - 0.001193166, 0.003209557, 0.032901786, -0.0056128977, 0.009137117, - 0.004503925, 0.03379985, -0.008803745, -0.009987556, -0.00976304, - -0.021009246, 0.0014049252, -0.019771006, -0.027445368, -0.64007443, - -0.008817351, 0.008082572, 0.0016098811, 0.020614643, 0.008715299, - 0.0020597633, -0.00013575132, -0.017961273, 0.030724661, - -0.0004245817, 0.013341688, 0.0068069138, -0.027635867, -0.020982033, - -0.014763622, 0.0026873874, 0.003918823, 0.0041943653, -0.009708612, - -0.031214515, 0.014899692, -0.0032928998, 0.010593069, 0.008477177, - -0.0035786475, 0.014736407, 0.0011395883, -0.013137582, 0.012722568, - -0.023934755, 0.010810781, 0.02345851, 0.016532535, 0.045229748, - -0.028710822, -0.0016753649, 0.030017097, -0.007157295, 0.006402105, - -0.026860267, 0.00052642176, 0.007252544, 0.0027418155, -0.021254173, - -0.0018386492, -0.013654649, -0.013362098, 0.007905682, - -0.000030190586, 0.021186138, 0.0084975865, -0.04316148, 0.004412078, - 0.019294761, 0.009871896, 0.0013419928, -0.026179915, -0.007905682, - 0.00094483775, -0.0012952186, 0.005524452, -0.018859336, - -0.0012212305, -0.016029075, 0.022737337, -0.012634122, 0.008504391, - -0.011926557, 0.004350846, -0.0069395825, 0.030071525, -0.0102188755, - 0.0032520788, 0.026724195, 0.017648311, 0.03695668, 0.014736407, - -0.0228598, 0.0021822266, -0.01092644, 0.0037283248, -0.027336512, - -0.013709077, 0.022043379, -0.021281386, -0.021757632, -0.0042624003, - -0.020056754, -0.019294761, 0.01495412, 0.027731115, 0.019498866, - -0.023580974, -0.018954584, 0.011416294, -0.01998872, 0.0033626358, - 0.010701925, -0.012838228, -0.021199744, 0.0098991105, 0.016246786, - -0.016314823, 0.0156889, -0.014056056, -0.02652009, -0.01962133, - 0.03763703, -0.027540617, 0.012117055, -0.0027741322, -0.004810083, - -0.004085509, 0.010110019, -0.025594814, 0.01431459, 0.008239053, - -0.021961737, -0.019798221, 0.017621096, -0.012259929, 0.013988021, - -0.0050141886, 0.007062046, -0.0131784035, -0.0071164737, - -0.0121918935, -0.027703902, -0.00017242652, 0.006861342, - -0.016913531, -8.9894065e-6, -0.013504972, 0.02322719, 0.01088562, - -0.0012918169, -0.017308135, 0.015171832, -0.022247486, -0.01838309, - 0.0012595002, -0.0025921382, -0.02336326, -0.012913066, -0.040276792, - -0.0020818748, 0.013035529, -0.013402919, -0.012770193, 0.016001862, - -0.020886783, -0.016219573, 0.035732046, 0.019267546, -0.012239519, - -0.026438449, -0.029663313, -0.057040647, 0.008490783, 0.015171832, - 0.023853114, 0.012219108, 0.010525034, -0.009824271, -0.006626621, - 0.0072321333, 0.044195615, 3.4848067e-6, -0.036113042, 0.0037453335, - -0.0278944, -0.01683189, 0.022941444, -0.007558702, 0.0013428432, - -0.008878583, 0.026492877, -0.03205815, 0.00093803427, -0.0034493806, - -0.0054053906, -0.00067567383, -0.0029476217, 0.036439613, - -0.016913531, 0.026955515, -0.005323748, -0.03347328, 0.040685, - 0.019417224, 0.0064939526, -0.025567599, -0.010722335, 0.0056367097, - -0.0035038088, 0.03064302, 0.0029731349, 0.00045030747, 0.021920916, - 0.014273768, -0.005803396, -0.00772879, -0.030561376, 0.032684073, - 0.001737447, 0.018573588, -0.01747142, 0.0072321333, 0.0059258593, - 0.00019538836, 0.027064372, -0.021063674, 0.00067822513, 0.0012195295, - 0.027717508, -0.02213863, 0.012314357, -0.023689829, 0.018138163, - 0.02163517, 0.016124325, -0.0047488515, -0.0023829301, -0.0035242194, - 0.018573588, 0.040167935, 0.02386672, -0.0028642786, -0.014899692, - -0.003345627, 0.013464151, 0.017729953, -0.0025121968, -0.008266267, - 0.008667675, -0.024791999, -0.02153992, 0.04256277, 0.024111647, - -0.0052965344, 0.010627086, 0.030860731, -0.023553759, 0.016056288, - -0.006847735, 0.030942373, 0.002148209, 0.0036058614, 0.01282462, - -0.017988486, -0.014777228, -0.020192824, -0.010695121, 0.0008262015, - 0.0022349537, -0.014096878, 0.016083503, 0.016913531, 0.036657322, - -0.007545095, 0.024193289, 0.015076583, -0.009905914, -0.0017451008, - 0.0027792347, 0.009797058, -0.008946619, -0.0027707303, -0.0057931906, - -0.0075927195, -0.007075653, 0.007572309, -0.025349887, 0.031813223, - -0.00075689075, -0.0008546912, 0.02126778, 0.024941675, 0.018410305, - -0.01559365, -0.019798221, 0.011048904, 0.0015231363, -0.013988021, - -0.030751875, -0.016573356, 0.027295692, -0.0072457404, 0.004517532, - -0.035160553, 0.010858405, -0.020111183, -0.0064225155, -0.02564924, - -0.00088275573, 0.035323836, 0.0040242774, -0.001547799, -0.031350583, - -0.013858754, 0.0008117441, -0.02611188, 0.012253125, -0.011953771, - 0.010892423, -0.0054972377, -0.01811095, 0.0024934872, -0.001590321, - 0.03252079, -0.00214991, 0.0089806365, -0.007953306, 0.00022472852, - 0.007987323, -0.030398093, 0.0050720186, 0.029690528, 0.016151538, - 0.00747706, -0.02295505, -0.002901698, -0.005796592, 0.09301762, - 0.013988021, -0.017661918, 0.02012479, 0.006626621, 0.012858639, - 0.0019253939, -0.0130627435, 0.038018025, -0.02186649, 0.00018645875, - -0.011906146, 0.015294296, 0.0036194685, 0.009572541, -0.015716113, - -0.023649009, 0.00008227998, -0.013300867, -0.0017808194, 0.01532151, - 0.0034340727, 0.0041365353, 0.0110421, 0.016342036, 0.005871431, - 0.030098738, 0.03790917, 0.031132871, -0.005650317, 0.015375937, - 0.003823574, 0.017131243, 0.028438682, 0.0022400564, -0.008654067, - 0.0038065652, 0.0029782376, 0.016314823, 0.0073682037, 0.0011472423, - 0.019226726, 0.013545793, -0.0035038088, -0.0014534004, -0.020737106, - 0.017063208, 0.026901087, -0.013028726, -0.019294761, 0.012273536, - 0.009586149, -0.012334768, -0.004173955, 0.007898877, 0.014124092, - -0.00046774145, -0.029146247, -0.011450311, 0.0131784035, - -0.007796825, -0.007238937, 0.0067014596, 0.0002026171, -0.017797988, - -0.038426235, -0.0030649824, 0.00031870202, -0.002483282, - 0.0043882653, 0.020410536, -0.010116823, -0.031078443, 0.016205966, - 0.023621794, 0.04484875, 0.02171681, 0.0030564778, -0.017022388, - 0.031949293, 0.016342036, -0.023417689, -0.035732046, -0.012538873, - 0.008463569, -0.0034646885, 0.01001477, -0.029200675, -0.008994243, - 0.004966564, -0.010395766, 0.010810781, 0.038290165, -0.032765716, - 0.016750246, -0.007987323, 0.009279991, 0.02245159, 0.012001395, - -0.017525848, 0.015811363, -0.009640577, -0.0010587965, -0.021594347, - -0.008034948, -0.007143688, 0.003112607, 0.018573588, -0.020015933, - -0.031813223, 0.003599058, -0.0009609961, -0.0008108936, 0.0068953596, - 0.019199511, 0.014518695, 0.003083692, 0.02432936, -0.01747142, - -0.022329127, -0.026724195, -0.018070128, 0.026234344, 0.01282462, - -0.01545758, -0.012246322, 0.01092644, -0.001611582, -0.007449846, - 0.01952608, -0.021675989, 0.017729953, -0.015144618, -0.047896728, - -0.0429982, -0.02816654, -0.004646799, -0.0051128394, -0.010783567, - -0.0039664474, -0.0031330173, -0.010361749, -0.015879398, - 0.00073520455, 0.033146713, -0.02661534, -0.012151073, -0.016559748, - -0.015348723, 0.004293016, -0.0022995872, 0.008694889, -0.017308135, - -0.014736407, 0.0041807583, -0.024479037, -0.031541083, -0.027717508, - 0.021254173, -0.00304117, 0.033309996, 0.0041501424, -0.0067558875, - 0.028302612, 0.012341571, -0.02373065, 0.001165952, -0.0033014044, - -0.032167006, 0.008055358, 0.022097807, 0.0050414028, 0.003697709, - -0.0087969415, 0.008892191, 0.024574285, -0.020805141, -0.011783683, - -0.016137931, -0.015797755, -0.014369017, 0.030234808, -0.017267315, - -0.01268855, -0.0041875616, -0.01282462, 0.026275164, -0.0029629297, - 0.004085509, 0.0002464147, 0.0009805562, -0.009817468, 0.014341804, - 0.007388614, 0.022424376, -0.04215456, -0.009402454, 0.00020474319, - 0.010001163, 0.018124556, 0.010239286, 0.012103449, 0.015008548, - 0.0012637523, -0.021322208, 0.011593184, 0.014273768, 0.0010953655, - -0.011518346, -0.029744955, -0.012477641, -0.0041773566, -0.009776647, - -0.0050448044, -0.008973832, 0.022437984, -0.004071902, 0.009769844, - -0.024751177, -0.0035446298, 0.005633308, -0.014042449, 0.017063208, - -0.0011276822, 0.026805839, 0.010239286, -0.0035956562, -0.0032554807, - -0.01268855, 0.0009950136, 0.00513325, 0.032847356, 0.006694656, - -0.014940513, 0.002971434, -0.009722219, 0.011035297, 0.0005357766, - -0.03352771, 0.02026086, 0.02862918, 0.00075816637, -0.017158458, - -0.016491713, -0.027431762, 0.0096677905, 0.008327499, 0.0126953535, - 0.00040778553, -0.015893005, -0.011055707, 0.016029075, 0.022043379, - 0.0068817525, 0.010450195, 0.029744955, -0.0049631624, -0.011906146, - 0.00070288783, 0.013858754, -0.017253706, -0.000040183244, - -0.0052897306, -0.01168163, 0.0019373001, 0.00298334, -0.023907542, - -0.014804442, -0.02039693, 0.033282783, -0.013736291, -0.009660987, - -0.00038418584, -0.020913996, 0.014967727, -0.035459906, -0.022043379, - 0.0040821075, 0.0011676528, 0.008592836, 0.013736291, 0.0037283248, - -0.02332244, 0.00024216251, 0.0016022271, -0.016886318, 0.00042436906, - -0.012579694, 0.0030326655, -0.021281386, -0.0008432103, -0.022805372, - 0.022968657, -0.01838309, -0.00887178, -0.022410769, 0.008565621, - -0.010946851, -0.017362563, 0.014355411, 0.011491132, 0.016165145, - -0.022519626, 0.0053917835, -0.008647264, -0.047161948, -0.0039358316, - -0.018559981, -0.049039718, -0.020328894, 0.012974298, 0.00859964, - 0.011518346, -0.004167151, 0.019281154, 0.010647496, 0.004827092, - -0.02144467, -0.01344374, -0.020614643, -0.026098274, 0.024274932, - 0.023417689, -0.0253771, -0.002064866, -0.01241641, 0.003178941, - 0.018573588, -0.046345524, 0.0022774758, -0.039188232, -0.012647729, - -0.03287457, -0.01179729, 0.0023931353, -0.01719928, -0.022655696, - 0.004531139, -0.002020643, 0.002206039, 0.011280224, 0.011361865, - 0.008960226, -0.0065789963, -0.017525848, 0.0035650404, -0.008511194, - 0.013260045, -0.03205815, -0.011368669, 0.002998648, 0.019403616, - -0.00016020145, -0.016791068, 0.002930613, -0.021009246, -0.026030237, - -0.0058136014, -0.024179682, 0.0094160605, 0.014069663, -0.018641623, - -0.017866023, 0.015430366, 0.0038882073, -0.01204902, -0.008422748, - -0.0038405827, -0.00065228675, -0.0073682037, 0.0113210445, - -0.0039018143, -0.039623655, -0.0037453335, 0.01770274, -0.027581438, - -0.021757632, 0.012776996, 0.01586579, 0.019580508, -0.0018760685, - 0.02085957, 0.011300634, -0.006558586, -0.0030377682, -0.020533, - -0.012498052, -0.0036024598, 0.01609711, -0.020982033, 0.002258766, - 0.030561376, -0.013933593, 0.01074955, 0.0008347059, -0.014886085, - 0.014763622, -0.005939466, 0.012797407, 0.009116706, 0.017675525, - 0.016083503, -0.0021601152, -0.019961504, -0.014763622, 0.018872943, - 0.0018386492, 0.0022417572, 0.02309112, -0.025948595, -0.0050141886, - 0.029146247, 0.014341804, -0.0018420509, 0.010178055, -0.013484561, - 0.005174071, -0.0069021634, 0.017348956, 0.019458044, -0.009055475, - -0.009001046, -0.0012186791, 0.01636925, 0.0028098505, -0.012157876, - 0.01596104, -0.021281386, -0.013675059, 0.02134942, -0.0059462697, - -0.0072729546, -0.00088615745, -0.015893005, -0.001813136, - 0.010620283, 0.20247252, 0.0069667967, -0.026397627, 0.021526312, - 0.0020869775, 0.02345851, 0.02862918, 0.008402337, 0.0066572367, - 0.018083736, 0.04248113, -0.019553294, -0.032357503, -0.004517532, - 0.014205733, -0.02688748, -0.03581369, -0.021417456, 0.0046399953, - -0.0031109059, 0.02652009, -0.019811828, -0.008198232, -0.009279991, - 0.031241728, 0.023472117, -0.018764086, -0.017593883, 0.022560447, - 0.011599989, -0.0098514855, 0.006055126, 0.011028494, -0.007048439, - -0.019648543, 0.008783334, -0.011906146, -0.013777113, 0.0064735417, - 0.01218509, 0.017961273, 0.0013496467, -0.017389778, 0.009688201, - 0.02062825, 0.030207595, 0.0077628074, -0.0016796171, 0.008470372, - 0.006388498, -0.03475234, -0.037528172, 0.027227655, 0.009055475, - -0.0038814037, -0.008674478, -0.016614176, 0.001966215, -0.010980869, - 0.028819678, -0.028248183, 0.008143804, 0.0019475054, 0.030207595, - -0.01834227, 0.0029969472, -0.009660987, 0.0074566496, 0.0012688551, - -0.007837646, -0.0061435713, -0.029336745, -0.03238472, -0.01939001, - -0.00064803456, -0.024057219, 0.025159389, 0.02140385, 0.014926906, - 0.006640228, 0.0054019885, -0.008708496, 0.012246322, 0.014396232, - -0.02107728, -0.022696517, 0.0034221667, -0.0043440424, -0.012409606, - -0.0012518462, -0.0042726058, -0.02158074, -0.020737106, 0.011953771, - 0.011300634, -0.035704833, 0.013348491, 0.0046093795, -0.020233646, - -0.016845496, -0.03320114, 0.07511078, 0.017008781, 0.011028494, - 0.0030190586, -0.011518346, 0.012021806, 0.03992301, 0.0006072135, - 0.0050448044, -0.00079941266, -0.03668454, 0.008055358, 0.0032265657, - 0.010647496, 0.023744257, 0.0071164737, -0.025962202, 0.033418853, - -0.019444438, -0.00602451, -0.010320928, 0.004503925, 0.011647613, - 0.014178519, -0.018872943, -0.013518578, -0.016029075, 0.008293482, - -0.007409025, 0.016423678, -0.0142329475, 0.0024917864, -0.02076432, - 0.003527621, -0.024574285, 0.015498401, -0.014858871, 0.025866954, - 0.011525149, -0.0047250395, 0.004235186, 0.030833518, 0.01687271, - 0.009157527, -0.009735826, 0.0013819634, 0.005146857, -0.0019373001, - 0.009654184, -0.0025053935, 0.009252776, 0.004480113, -0.013341688, - 0.0059496714, 0.012293947, -0.0071164737, -0.007640344, -0.018260626, - -0.01090603, -0.036004186, -0.013260045, 0.020111183, 0.004211374, - -0.015838576, 0.008830959, -0.17329906, 0.03722882, 0.021553528, - -0.0253771, 0.027948828, -0.01305594, 0.019580508, 0.007395418, - -0.027717508, -0.013368902, 0.01838309, -0.0125592835, -0.003461287, - -0.003527621, 0.008463569, -0.0012263331, -0.009348026, 0.0022213468, - 0.019961504, 0.0045107286, -0.012783799, -0.034316916, -0.003027563, - 0.0013538989, 0.010627086, 0.010559051, 0.0069804033, 0.034371343, - 0.009579346, -0.009279991, -0.019049834, -0.011878932, 0.03347328, - 0.0028625778, 0.03333721, 0.009817468, -0.0024220503, -0.0111373495, - -0.013491365, 0.018369483, 0.014505088, 0.03535105, -0.007198116, - -0.0020682677, -0.016804675, 0.017525848, 0.0220842, -0.009198349, - -0.008157412, -0.014750014, 0.01683189, -0.011096529, -0.012042217, - 0.0040753037, -0.0031075042, -2.5878594e-6, -0.003752137, - 0.0058952435, -0.0030377682, 0.004296418, -0.021431064, -0.009443275, - 0.022682909, 0.016205966, -0.009565738, -0.026234344, 0.0040072687, - 0.0010349842, -0.03105123, 0.013749898, -0.015906611, 0.008878583, - 0.019907076, -0.01884573, -0.0061299647, 0.022805372, 0.006456533, - -0.00010502922, -0.009518114, 0.04041286, -0.0054053906, -0.016927138, - -0.0069667967, 0.007313776, -0.027717508, 0.006558586, 0.014872477, - 0.025458742, -0.0009388847, -0.019798221, 0.022179449, -0.02190731, - 0.010205268, -0.020968424, 0.031486653, 0.006425917, 0.022152236, - -0.008674478, 0.01962133, -0.033963133, 0.020982033, 0.028710822, - -0.003823574, -0.0033099088, 0.029119032, 0.004102518, -0.01632843, - -0.017063208, 0.014790836, -0.0050175902, -0.00641231, 0.0073409895, - 0.008218642, 0.027826365, -0.0069667967, 0.025676455, 0.00976304, - -0.025785312, -0.005330552, -0.014491481, 0.06863383, -0.012600104, - -0.016260395, 0.0051400536, -0.025567599, -0.04384183, -0.13258685, - -0.019158691, 0.00974263, 0.013015118, 0.0088649765, 0.016586963, - -0.013205618, 0.017689131, 0.001332638, 0.030697446, -0.006225214, - -0.014260162, 0.0047794674, -0.0006833278, 0.009980752, -0.0040753037, - 0.026411235, -0.02148549, -0.038126882, 0.035378262, -0.010892423, - -0.009538524, 0.020750713, 0.018655231, -0.013015118, -0.0156889, - -0.006442926, 0.017784381, 0.019376403, 0.010572658, 0.0007211723, - -0.033037856, 0.029962668, -0.008933011, 0.0012748081, -0.0019713177, - 0.018491946, -0.012123859, 0.019158691, -0.020220038, -0.005507443, - 0.024261324, 0.023431296, -0.007531488, 0.0060619293, -0.022383556, - -0.018641623, 0.033037856, -0.008640461, 0.01770274, -0.00925958, - 0.009075886, -0.02849311, -0.020913996, 0.02876525, -0.02652009, - 0.019090656, 0.0073001687, -0.0022621679, -0.0029969472, 0.013518578, - -0.00424199, -0.010647496, -0.0071096704, 0.035595976, -0.009436471, - -0.02409804, -0.021975344, 0.0034680904, -0.0028013461, -0.014287376, - 0.014559516, -0.009518114, 0.023268012, -0.018423911, -0.004020876, - -0.0030309646, -0.014641158, -0.022778159, 0.015335117, -0.021009246, - 0.0136138275, 0.0023046897, -0.018056521, -0.0046229865, 0.011736059, - 0.006810316, -0.0052387044, 0.010831191, -0.023118334, -0.022696517, - 0.036167473, 0.010259696, -0.00027086484, -0.005633308, 0.0025138978, - 0.01330767, -0.0045107286, 0.031132871, -0.005480229, -0.012253125, - -0.018410305, -0.027268477, 0.012015003, 0.012246322, 0.011606792, - -0.0009856588, -0.0034289702, 0.011382276, 0.01683189, -0.0016966258, - -0.008654067, -0.013804327, -0.0052829273, -0.022165842, -0.009062278, - -0.02862918, -0.022097807, 0.0031058034, -0.03965087, 0.015933827, - 0.012239519, 0.025186602, 0.025417922, 0.0057863872, 0.010640693, - 0.013341688, -0.024016399, -0.027282083, -0.015920218, -0.0131784035, - -0.0028081497, 0.027676689, -0.02715962, 0.010715532, -0.01545758, - -0.021186138, 0.0005625654, -0.0057387627, 0.02803047, -0.004878118, - 0.034044776, -0.014777228, -0.02062825, -0.003275891, -0.031296156, - -0.004197767, -0.00455155, -0.04612781, -0.0027146013, 0.009334419, - -0.01673664, 0.022560447, 0.02250602, -0.013151189, -0.019131476, - -0.024451822, 0.01673664, 0.02026086, 0.0044597024, -0.009905914, - -0.0048883236, 0.0038848054, 0.017131243, -0.01847834, -0.01811095, - -0.004558353, 0.008252661, -0.021880096, 0.01884573, 0.0062524276, - 0.0069327787, -0.023036692, -0.019907076, 0.01948526, -0.0019781212, - 0.013484561, -0.015974646, 0.0009788553, -0.008504391, -0.012797407, - 0.009844682, 0.012477641, -0.0046365936, -0.001073254, 0.022165842, - 0.025730884, 0.009463686, -0.009157527, 0.01623318, 0.003792958, - -0.00025321823, 0.010912834, -0.007572309, -0.0046978253, - 0.0069531896, 0.01051823, 0.023036692, -0.00596668, -0.0040004654, - -0.0069565913, 0.007653951, 0.014382625, -0.010667907, 0.0143009825, - -0.011225795, -0.0023387072, 0.020369716, 0.0018709658, -0.023921149, - -0.012892656, 0.014804442, 0.012001395, 0.0069565913, 0.021703204, - 0.015607257, -0.021458277, 0.010273304, -0.0076675583, 0.0020869775, - -0.012525266, 0.0164645, 0.014246555, 0.004993778, 0.022288306, - -0.01985265, 0.03064302, -0.004014072, 0.0557888, -0.031813223, - 0.018546375, -0.008102983, -0.007252544, -0.018913765, -0.019240333, - -0.00898744, -0.0018114351, -0.015035762, -0.01049782, 0.027336512, - -0.01053864, 0.07336908, 0.008824156, -0.029363958, -0.016777461, - -0.0025989416, 0.006483747, -0.004279409, 0.00034910522, 0.0031755394, - -0.0063850963, 0.014151306, -0.021009246, 0.0104025705, -0.016287608, - -0.020043148, 0.03654847, 0.00786486, 0.04288934, 0.022301912, - -0.017689131, 0.037664242, -0.014382625, 0.009205152, -0.021145316, - -0.023893936, 0.00493935, 0.020328894, -0.006357882, -0.026465662, - -0.03594976, 0.021294992, 0.0114299, -0.02551317, -0.005524452, - 0.014681979, -0.009137117, -0.012674944, -0.005357766, 0.014613944, - 0.003531023, -0.030017097, 0.032684073, -0.01344374, -0.0035650404, - 0.012198698, -0.018178985, -0.010314125, -0.00976304, -0.016954353 - ], - "metadata": { - "chunkTitle": "Enhancing Focus", - "episodeTitle": "Dr. Peter Attia: Exercise, Nutrition, Hormones for Vitality & Longevity | Huberman Lab Podcast #85", - "imgUrl": "https://img.youtube.com/vi/DTCmprPCDqc/maxresdefault.jpg", - "published": "2022-08-15T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2065?sectionSid=sec_29173&chunkSid=chunk_57992" - }, - "document": "Peter Attia: Now, the data I've seen on Modafinil suggests that it only really provides a nootropic benefit in someone who is deprived of sleep. Is there data that in a totally well rested person there is a no tropic benefit of modafinil?\n\nAndrew Huberman: I don't know. I have one experience with Armodafinil where I took a half a recommended doses, was prescribed by a doctor. I went to give a talk this is in Hawaii. And 4 hours into the talk, my co speaker came up to me and just said, well, first of all, you got a little bit of spit in the corner of your mouth. And second of all, you haven't blinked in three minutes. And third, there's only two people left in the audience. I was so lasered in that I kind of forgot the context. I'm a little bit of a kind of a tunnel vision, OCD type anyway, but that was all it took. I never took any more of it. It was a powerful stimulant. I take 300 milligrams of alpha GPC now and again before some cognitive work, sometimes before workouts. And I do subjectively feel that it narrows my focus in a nice way, but I don't take it more than once or twice a day and more than once or twice a week.\n\nPeter Attia: This is an example of where, you know how we're talking about exercise versus sort of nutrition and supplements for longevity. I think there may be a whole bunch of things that are kind of interesting around focus, but nothing would compare to changing our environment. I think that if I compare my focus today to my focus when I was in college, there's no comparison. Like in college, I was truly a robot. But I think a large part of it was there was no distraction. There's no email, there's no social media there's no internet. I mean, I was in college when Mosaic launched in the early ninety s and you had to walk like a mile to get to the computer lab on a big sun workstation to do anything in some computer code language. So when you're sitting in your room studying, there was no distraction. And I think that's a far greater component of what it means to be focused than the challenges we have today. So my thoughts on this would be if we really wanted to return to a state of focus, we're going to have to individually do something about our environment.\n\nPeter Attia: I don't know what the answer is. I've tried every little trick I can think of, like closing my browsers when I'm writing and stuff, but I'm just not strong enough willed. I'll pick up my phone every 20 minutes to look and see if I missed a text message or something stupid.\n\nAndrew Huberman: That's pretty infrequent. I did an episode on habits and looking at the data, it seems that people are getting interrupted or interrupting themselves about once every three minutes in the typical workplace. Now that typical has changed with a lot more people working at home. I do put my phone away when I try and work, that nothing focuses me like a deadline. A little bit of fear based urgency. That's it. Grant deadlines, drop deadlines. As I call the Drive podcast, we're going to record today that nothing works quite like it, but such is life. Well, thanks for that offshoot about nicotine. Again, you're not recommending it? I'm not recommending it, but it's clear that augmenting the Acetylcholine system, which is what nicotine does in its various forms and some related type pharmacology, does enhance focus and pretty potently. So I think it's going to be an interesting area for real clinical trials and things of that sort. Love to chat about hormone therapies and hormones generally." - }, - "truncated_cells": [] - }, - { - "row_idx": 26, - "row": { - "id": "chunk_57991", - "embedding": [ - 0.0015183173, 0.03182032, 0.020081563, -0.024480253, -0.020148411, - 0.0155224325, -0.022100415, -0.035697583, -0.04529716, 0.0036900875, - 0.014827199, 0.009298753, -0.008015244, 0.020803535, 0.008389601, - 0.0045791846, 0.04978944, -0.03168662, -0.010595632, -0.016846051, - -0.02617823, 0.021913236, -0.0076408875, 0.0005661309, -0.018864904, - 0.0033341143, 0.018637616, -0.026191598, -0.016137447, -0.0055117337, - 0.026044529, -0.0042215404, -0.0075272433, -0.005351295, -0.028023273, - -0.0022210716, -0.02484124, 0.010481987, 0.0042616497, -0.0064910776, - 0.019733945, 0.007901601, 0.009318808, 0.014279034, -0.034708213, - -0.006450968, -0.009633, -0.02157899, -0.009318808, 0.02712749, - 0.021699319, 0.010568892, 0.0051306924, 0.008142258, 0.0061835703, - -0.032595772, 0.016886162, 0.016070599, 0.021298222, -0.018704465, - 0.008730533, 0.004435458, -0.027434997, 0.016097337, -0.00085107656, - 0.017033229, -0.010936563, 0.026779873, 0.011431249, -0.02260847, - 0.004562472, 0.022407923, 0.006758475, -0.029574178, 0.03061703, - 0.025429515, -0.013483526, -0.021712689, 0.0031135113, -0.005010363, - 0.019827535, -0.012487469, -0.036981095, 0.051447306, 0.019934494, - 0.012547635, 0.024640692, 0.0150277475, -0.01306906, 0.0016336325, - -0.020549508, 0.004759678, 0.011330975, 0.022982826, 0.0015542487, - 0.025843982, -0.0067885574, 0.02600442, -0.018704465, -0.008202422, - -0.011137112, 0.0020439208, -0.017260518, -0.014131965, -0.040804878, - -0.019814165, -0.013383252, -0.025362667, 0.0065178173, -0.010889769, - -0.020763427, 0.04642023, -0.011691961, -0.03500235, 0.0046192943, - 0.00060039124, 0.014800459, -0.0046192943, -0.0064910776, -0.04660741, - 0.0030817578, 0.017942382, 0.0295207, 0.013904677, 0.025255706, - 0.015201556, -0.008911027, -0.014118595, 0.0040443894, -0.027368149, - 0.013376567, 0.000045593388, 0.007032558, -0.00075623393, - -0.016244406, 0.025242336, 0.025603324, -0.019399699, -0.011351029, - -0.008115518, 0.006735078, 0.015468953, -0.014225555, -0.0008443916, - -0.019506657, 0.03492213, 0.016378105, 0.011451304, 0.009733274, - -0.002266195, 0.0006317269, -0.025616694, -0.015308515, 0.03275621, - -0.009559466, 0.020950604, -0.01923926, 0.0076542576, -0.0058626933, - 0.01017448, 0.014345883, -0.029788097, -0.006066584, -0.012119798, - 0.017621504, 0.028611546, 0.016551914, -0.016124077, 0.00024107569, - -0.01244736, 0.018864904, 0.048559412, -0.028852206, 0.022287592, - -0.009378972, 0.00539809, 0.016418215, 0.02026874, -0.0009333849, - -0.027301298, 0.016364735, 0.020776797, 0.024694173, 0.025148747, - -0.0055050487, 0.00009928182, 0.019907754, -0.008416341, - -0.0102012195, -0.0058392957, -0.0032137854, 0.028638287, - -0.040216606, -0.041500114, -0.6259244, -0.006337324, 0.00591283, - -0.01930611, 0.018303368, -0.00680527, 0.02366469, 0.017033229, - 0.0008698779, 0.04192795, 0.0033742238, 0.01808945, 0.017420957, - -0.007614148, -0.025269076, -0.011658537, -0.0020439208, - -0.0021759483, -0.009017985, 0.0074871336, -0.02722108, 0.01582994, - -0.014773719, -0.011444619, 0.029895056, 0.0030516756, 0.012634538, - -0.0066013793, -0.0053345826, 0.013824458, -0.010328234, 0.018798053, - 0.020228632, 0.011397825, 0.045965653, -0.030643769, -0.013436731, - 0.026766503, -0.0051407195, 0.001918578, -0.038157642, -0.010428508, - 0.01464002, 0.0040243343, -0.026325297, -0.00033821622, 0.0005840967, - -0.015950268, 0.0058526658, 0.0057657617, 0.025215598, -0.011070263, - -0.014492952, 0.0034076485, 0.0033575115, 0.013617225, 0.016672242, - -0.011484728, 0.0059796795, -0.013155964, -0.012881882, 0.016698983, - -0.0051106373, -0.011210646, -0.022715429, 0.02159236, -0.030108973, - 0.0021709346, 0.0042449376, 0.00050513085, 0.007854805, 0.010114316, - -0.013349827, 0.0052242815, 0.032649253, 0.022020195, 0.012527579, - -0.004716226, -0.0146935005, 0.0049903085, 0.0010888098, 0.002784278, - -0.03149944, -0.017581394, 0.009586206, -0.008503245, -0.014292404, - -0.012982155, -0.00018529821, 0.00077921344, 0.007219736, - 0.0051607746, 0.018584136, -0.040510744, -0.002921319, 0.02593757, - -0.0051173223, -0.0029163056, 0.016070599, 0.015803201, -0.023170006, - -0.0030784153, -0.0023330443, -0.012113113, 0.0076275175, 0.006417543, - -0.03711479, -0.017420957, 0.035751063, -0.018396957, 0.008810752, - -0.025015049, -0.013169333, -0.001140618, 0.006123406, -0.030108973, - 0.0025653462, -0.01820978, -0.03141922, -0.025630064, 0.010428508, - -0.0029597576, 0.0006129255, 0.019613616, 0.011150481, -0.007246476, - -0.0025519761, 0.008476505, -0.015161446, 0.0046928287, 0.002762552, - -0.013684074, 0.0019085506, -0.004676116, 0.02279565, 0.019105561, - 0.0023915377, -0.011183906, 0.011437934, -0.022300962, -0.0029547438, - -0.0002554901, 0.02375828, -0.013784348, -0.016297886, -0.032649253, - 0.0051540895, 0.01465339, -0.02030885, -0.03059029, 0.0056855422, - -0.028852206, -0.018410327, 0.033558402, 0.019760685, -0.01300221, - -0.016137447, -0.022153893, -0.034627993, 0.012500839, 0.0041246084, - 0.021298222, 0.01298884, -0.009278698, -0.012006154, -0.018811423, - 0.0053245556, 0.020215262, 0.0030667167, -0.0363126, 0.002792634, - -0.0381309, -0.0038806081, 0.035777804, 0.006253762, 0.017915642, - -0.010649111, 0.020175152, -0.026191598, 0.005648775, 0.0037335395, - 0.005702255, 0.009673109, -0.002329702, 0.013276293, -0.014800459, - 0.013677389, 0.017915642, -0.0050538154, 0.019733945, 0.01921252, - 0.025549844, -0.019947864, 0.007279901, 0.002047263, 0.00127181, - 0.02264858, -0.0095460955, -0.0036265804, 0.028370889, 0.031044865, - -0.0032238127, 0.021231372, -0.024333185, 0.02615149, -0.015562543, - -0.0018634272, -0.009552781, 0.006430913, -0.00030917852, - -0.0070793526, 0.029627658, -0.007854805, 0.008423026, -0.019760685, - 0.040377043, -0.029895056, -0.008135573, -0.0058359536, 0.008209107, - 0.0054381993, 0.00092837116, 0.018396957, -0.001208303, -0.012714758, - 0.029975275, 0.03623238, 0.020763427, -0.029547438, -0.0205094, - -0.0005352131, 0.009138314, 0.019011972, -0.00095093285, -0.031125085, - -0.0125342645, -0.00396417, -0.025335927, 0.04510998, 0.01701986, - 0.014452842, 0.02821045, 0.034066457, -0.01189251, 0.027100751, - -0.0006872955, 0.026646174, 0.016150817, 0.021712689, 0.032248154, - -0.006307242, 0.009499301, -0.0205094, 0.0054248297, 0.013770978, - -0.025015049, 0.0027558669, 0.025469625, 0.01186577, 0.019814165, - -0.026512476, 0.019907754, 0.0046360064, -0.007801326, 0.006828667, - 0.0028294013, -0.01140451, -0.006153488, -0.0060799536, -0.013971526, - -0.02276891, -0.0075339284, -0.0049000615, -0.035670843, 0.013008895, - 0.0120395785, -0.01306906, 0.009017985, 0.02263521, 0.026285188, - -0.0029681139, -0.026539216, 0.003452772, -0.00032630868, - -0.024573842, -0.019078821, -0.005906145, -0.003096799, 0.0073935445, - 0.006785215, -0.014974267, 0.02829067, -0.011845715, -0.010495357, - -0.021111043, -0.008309382, 0.0318738, -0.005819241, -0.0012191661, - -0.026699655, -0.007580723, -0.009325492, -0.019720575, 0.023276964, - -0.0033474842, -0.006006419, 0.0014497966, -0.01800923, -0.0017397559, - 0.00902467, 0.024787761, 0.003730197, -0.0013478512, -0.01819641, - 0.008643629, 0.03390602, -0.020001343, 0.010502042, 0.02256836, - -0.026699655, -0.003232169, -0.032355115, 0.0039741974, - -0.00004637678, 0.09171739, -0.0039975946, -0.033397965, 0.033772323, - 0.009780069, 0.014372623, -0.004388664, 0.010903139, 0.01819641, - -0.01574972, 0.0138645675, -0.0077812714, -0.0047997874, 0.013008895, - 0.0055117337, -0.0020372358, -0.024159377, -0.011798921, -0.009465876, - -0.0067718453, 0.032569032, 0.015161446, -0.0043853214, 0.012928676, - -0.012159907, 0.008516614, 0.024012309, 0.025349297, 0.022287592, - -0.0062972144, 0.01806271, -0.005876063, 0.007086037, 0.027782615, - -0.01804934, -0.024801131, -0.0021057564, 0.007620833, 0.0011590016, - -0.0009776726, 0.021659208, 0.017781943, 0.013891308, -0.0063038995, - 0.0076408875, -0.027354779, 0.010448563, 0.010354973, -0.0039808825, - 0.0033040321, 0.019159041, -0.0051875142, -0.017180298, -0.017394217, - 0.017461065, -0.007908285, -0.009165054, -0.017207038, -0.0010654124, - 0.0014631664, -0.007019188, -0.004950199, -0.0060565565, 0.0010094261, - -0.020121673, -0.02034896, -0.018931752, -0.012387196, 0.0019921125, - -0.003730197, -0.00075456273, -0.0027023873, -0.026338667, - 0.008636944, 0.024573842, 0.031232044, -0.0020623042, 0.0014957555, - 0.0030934564, 0.0295207, 0.023571102, -0.01587005, -0.02375828, - -0.016752463, 0.007694367, 0.009084835, 0.023116525, -0.025509734, - -0.0021893182, -0.003636608, -0.0030901139, 0.003987567, 0.030002015, - -0.032060977, 0.001811619, 0.00538472, -0.0047128834, 0.011491413, - 0.0046928287, -0.014332513, 0.011451304, 0.0031419222, 0.015014377, - -0.027434997, 0.002316332, -0.020843646, 0.0008159806, 0.016698983, - -0.017327366, -0.029788097, -0.0127013875, 0.0016879475, -0.018370219, - 0.0008849191, 0.027889574, 0.02823719, -0.016698983, 0.036740437, - -0.033184048, -0.024480253, -0.016565284, -0.007808011, 0.018530656, - 0.027969792, -0.023397293, -0.013450101, 0.016244406, -0.013824458, - -0.012373826, 0.0064208857, -0.0017882216, 0.024052417, -0.0039207176, - -0.047035243, -0.041366413, -0.024212856, -0.032114457, -0.0053412677, - 0.000117090916, 0.0014305774, -0.0133631965, 0.015562543, - -0.022742169, 0.0036399504, 0.027541956, -0.021926606, -0.003126881, - 0.0069322838, -0.02052277, -0.020255372, -0.019479917, 0.0008134738, - 0.0020639754, -0.012982155, 0.0053479527, -0.010595632, -0.030723989, - -0.0024634008, 0.011016782, 0.0006112543, 0.029895056, -0.004746308, - -0.003573101, 0.0074403393, -0.009258643, -0.00368006, 0.0118724555, - 0.00112307, -0.010568892, 0.030349633, 0.02263521, 0.02723445, - 0.015134706, -0.0059362277, 0.014586541, 0.020562878, -0.02386524, - -0.024146007, -0.017741833, -0.0052343085, -0.015295145, 0.01569624, - -0.011224016, 0.001896852, -0.007453709, -0.026218338, 0.027287928, - -0.0071729417, 0.016605394, -0.0024851267, 0.011631797, -0.025242336, - 0.013095799, 0.029600918, 0.010602316, -0.0035329913, -0.021057565, - 0.0061133783, -0.0020556194, 0.026365407, 0.009913768, 0.0070526125, - 0.014105225, -0.009098205, -0.027515218, 0.0059696524, 0.0031920592, - 0.016364735, -0.0057791313, -0.015174816, -0.0051240074, -0.012119798, - -0.0098736575, -0.016485065, 0.019399699, 0.0214854, -0.010502042, - 0.008135573, -0.021953346, 0.0065044477, -0.009552781, -0.011170536, - -0.000061574574, -0.012266867, 0.028905684, 0.019787425, 0.005301158, - -0.009933822, -0.0150277475, 0.0042683347, -0.0037636217, 0.018610876, - 0.02159236, -0.012734813, 0.019466547, -0.021752797, 0.0031252098, - -0.0015116322, -0.029039383, 0.018744575, 0.012794977, 0.006006419, - -0.012607799, -0.013811088, -0.019814165, 0.017581394, 0.000105601175, - 0.017621504, -0.0017514545, -0.015255035, -0.009947192, 0.03051007, - 0.035403445, 0.006424228, 0.0029313467, 0.042195346, -0.021445291, - -0.0031803607, -0.03641956, 0.009425767, -0.010040781, -0.005508391, - -0.0046426915, -0.008897657, -0.006604722, 0.010568892, -0.030643769, - -0.011945989, -0.013811088, 0.033585142, -0.00054900075, 0.013824458, - 0.015442214, -0.027341409, 0.025389405, -0.02279565, -0.017741833, - 0.005063843, -0.0058158985, 0.003900663, 0.016605394, 0.0072130514, - -0.008262587, 0.016765831, -0.008489875, 0.0030800865, -0.017541286, - -0.016886162, 0.009753329, -0.034119938, 0.0055217613, -0.022381183, - 0.007948395, -0.0007290764, -0.0067250505, -0.025376035, -0.008763958, - 0.009826863, -0.010321549, 0.016431585, 0.008376231, 0.048987247, - -0.030991387, 0.017648244, 0.002416606, -0.061554935, -0.0055184187, - 0.0012141524, -0.05551175, -0.021739427, 0.0008590149, 0.00083269295, - 0.024680803, -0.012159907, 0.01715356, 0.006287187, 0.024386665, - -0.0076475726, -0.0318738, -0.013998266, -0.033317745, 0.028156972, - 0.019774055, -0.030937906, -0.007801326, -0.014051746, 0.016190927, - 0.015348624, -0.029039383, 0.0045089927, -0.041179236, 0.014987637, - -0.026606064, -0.014974267, -0.000662227, -0.0041112388, -0.023183376, - 0.030937906, 0.0022628526, -0.01235377, 0.010789495, 0.01308243, - -0.00014518856, -0.0049401713, -0.025442885, -0.011631797, - -0.0141988145, 0.0010879742, -0.026793243, -0.013109169, 0.00737349, - 0.011203961, -0.007921655, -0.012273552, -0.006704996, -0.021752797, - -0.036874134, 0.0027324697, -0.027301298, 0.01581657, 0.0008122203, - -0.015054487, -0.014626651, 0.017046599, 0.015428844, -0.0069790785, - -0.025576584, -0.010301494, 0.016431585, -0.02616486, 0.011524838, - 0.011217331, -0.04454845, 0.014011636, 0.015107967, -0.0317401, - -0.033638623, 0.021151153, -0.0026689626, 0.014345883, 0.006186913, - 0.013323087, 0.008850861, -0.0120395785, -0.0006041515, -0.030964646, - -0.003317402, 0.0061000087, 0.015656132, -0.011585003, 0.0010821248, - 0.016083967, -0.008015244, 0.017661614, 0.010167795, -0.0037903616, - -0.009947192, 0.0077879564, -0.0027090723, 0.011110372, 0.0029380315, - 0.02484124, 0.0011807277, -0.020990714, -0.01587005, 0.005775789, - -0.0029196478, -0.015535803, 0.0383983, -0.0381309, 0.016217668, - 0.028156972, 0.017166927, 0.0075205583, 0.018985232, 0.0045357323, - -0.017100079, -0.008864231, 0.017260518, 0.017260518, -0.0103750285, - -0.0027525243, 0.0018951808, 0.009887028, 0.012293606, -0.026900202, - 0.0021759483, -0.029761357, 0.009419082, 0.026458995, -0.007119462, - -0.00856341, 0.012186647, 0.0090113, 0.014185444, 0.000039744064, - 0.1891036, 0.008128888, -0.0110435225, 0.050431196, -0.002613812, - 0.015295145, 0.03716827, 0.002393209, -0.0008310217, 0.025081899, - 0.044815846, -0.0057791313, -0.059362274, -0.0017781943, 0.024239596, - -0.0053646653, -0.04208839, -0.048185054, 0.008951136, -0.021726059, - 0.004839897, -0.010074206, -0.0009492616, -0.006146803, 0.016124077, - 0.020616358, -0.0062637897, -0.020977344, 0.026552586, 0.0068587493, - -0.013543691, 0.0076408875, 0.011417879, -0.012380511, -0.009706534, - -0.0008314395, -0.01693964, -0.00007191534, 0.010762755, 0.041072275, - 0.016805941, 0.016485065, -0.036927614, 0.0036399504, -0.023544362, - 0.029654399, 0.0010052479, -0.00042282252, -0.010776125, 0.0044555133, - -0.026967052, -0.04174077, 0.032435335, 0.016431585, 0.004793103, - 0.005515076, -0.0064041736, 0.000015093343, -0.00037289437, - 0.03163314, -0.019118931, 0.0074871336, 0.013323087, 0.028130231, - -0.027889574, 0.0032639224, -0.006216995, 0.009826863, 0.00029497303, - -0.0074135996, -0.0049368287, -0.03294339, -0.022274224, - -0.0021207975, 0.0002742915, -0.011210646, 0.016471695, 0.010990043, - -0.0013177689, 0.0041747456, -0.0069790785, -0.007574038, - -0.022742169, 0.011424564, -0.030456591, -0.019573508, 0.008322751, - 0.0046493765, -0.039815508, 0.0065144747, -0.008168998, -0.0059562824, - -0.01800923, 0.00058702135, 0.020536138, -0.015148076, 0.023424033, - -0.017888902, -0.007467079, -0.006905544, -0.044601925, 0.06850728, - 0.005976337, 0.018383587, 0.0047763903, -0.008784012, 0.012995525, - 0.020816905, -0.02156562, -0.0046059242, -0.015067857, -0.046072613, - 0.015107967, -0.0047663627, 0.013049005, 0.016805941, 0.010655796, - -0.020576248, 0.02133833, -0.010100946, -0.00198877, -0.018263258, - 0.00902467, 0.022474771, -0.0043318416, -0.01572298, -0.0077478467, - -0.0070659826, 0.008683738, -0.0036132105, 0.019961234, 0.0071528866, - 0.010395084, -0.018971862, -0.0066615436, -0.019520028, -0.007420284, - -0.020629728, 0.013998266, 0.008790697, 0.00042992528, -0.0033976212, - 0.042489484, 0.0008606861, 0.011511468, -0.011745441, 0.00910489, - 0.0017038243, 0.012073004, -0.014426103, 0.00021746948, -0.011351029, - 0.008396286, -0.021431921, 0.004786418, -0.008249217, -0.012574374, - -0.027381519, -0.0071996814, -0.0066180914, -0.029066123, - 0.0027324697, 0.033237528, -0.01701986, -0.01922589, 0.004375294, - -0.16813964, 0.03730197, 0.010087576, -0.013430046, 0.012286921, - -0.0146935005, 0.040136386, -0.00907815, -0.021980086, -0.03056355, - 0.017688354, -0.006938969, -0.017367477, -0.013008895, 0.023410663, - -0.007854805, 0.0037769917, -0.011217331, 0.03294339, 0.0035998407, - -0.0058794054, -0.019854274, -0.0042248825, -0.012233442, 0.002508524, - -0.018878274, 0.0034193473, 0.013904677, -0.007005818, -0.00014560638, - -0.007794641, -0.00018467149, 0.031232044, 0.0041680606, 0.044896062, - 0.0066381465, 0.0145196915, -0.0085500395, -0.0128751965, 0.013115854, - 0.011645167, 0.023918718, -0.0011773852, -0.006912229, -0.0019754001, - 0.026739763, 0.014787089, -0.014867309, -0.011785551, -0.014172074, - 0.033558402, -0.02485461, 0.0017815367, 0.008082094, 0.015977008, - 0.006307242, 0.019011972, 0.0055952957, -0.0054114596, -0.021218002, - -0.0010679193, -0.0055752406, 0.000760412, 0.0028527984, 0.010990043, - -0.04623305, 0.010622371, 0.0005439871, -0.02382513, 0.023103155, - -0.0071996814, -0.012373826, 0.015549173, -0.011464674, 0.005525104, - 0.027488478, 0.006173543, 0.015977008, 0.009840233, 0.049013987, - -0.0052242815, 0.01013437, -0.024440143, 0.008135573, -0.012948731, - 0.0066314614, 0.015041117, 0.011076947, 0.017514545, -0.0032923333, - 0.00451902, -0.028397629, 0.014840568, -0.033451445, 0.009519356, - 0.007948395, 0.0054381993, 0.010100946, 0.025603324, -0.027943052, - 0.02038907, 0.011177221, -0.015174816, -0.014439472, 0.03425364, - 0.0033775663, -0.014559802, -0.0060933237, 0.006186913, 0.004034362, - -0.019573508, 0.014466212, 0.010100946, 0.0105354665, -0.008423026, - 0.02823719, -0.0021909894, -0.030135714, 0.014065116, 0.0012701388, - 0.07513873, -0.013443416, -0.004809815, 0.02367806, -0.045778476, - -0.037569366, -0.12022198, -0.018343478, 0.019386329, 0.0058092135, - -0.016057229, 0.027969792, -0.014813829, 0.010909824, 0.008583464, - 0.029761357, -0.008824122, -0.032167934, -0.004291732, 0.009552781, - -0.0031419222, 0.0008163984, 0.02826393, -0.0021709346, -0.049468562, - 0.035644107, -0.024654062, -0.006424228, 0.009559466, 0.0054816515, - -0.014385993, 0.0025269077, 0.0067451056, 0.0125342645, 0.022167264, - 0.0027809355, 0.01133766, -0.014038376, 0.021766167, 0.0037067998, - -0.0021157837, 0.0073066405, 0.03075073, -0.002906278, 0.01576309, - -0.039040055, 0.008202422, 0.016204298, 0.010615686, 0.0069590234, - 0.011050208, -0.008202422, -0.012708073, 0.007460394, 0.0053579803, - 0.012968785, 0.0011732072, -0.008663683, -0.008396286, -0.016231036, - 0.01013437, -0.015054487, 0.026472365, 0.0044722254, -0.031339005, - -0.0107159605, -0.010488672, -0.0071929963, -0.01700649, -0.02719434, - 0.041339673, -0.00064802147, -0.0050237332, -0.008596834, - 0.0008489875, -0.009084835, -0.02831741, 0.006310584, -0.003850526, - 0.026352037, -0.032087717, 0.0064543104, -0.00052017195, - -0.0128751965, -0.000863193, -0.006721708, -0.027301298, 0.014372623, - -0.00013578786, -0.03053681, -0.0024801132, 0.011785551, - 0.00017422627, 0.007667627, 0.013470156, -0.042436004, -0.020776797, - 0.010448563, 0.017394217, 0.0030667167, -0.015656132, -0.005414802, - 0.0052175964, -0.0037836765, 0.03944115, 0.0062270225, -0.0034561146, - -0.03494887, -0.020736687, 0.019092191, 0.0130289495, -0.0045557874, - -0.01693964, -0.0028878944, 0.020629728, 0.011237386, 0.0061000087, - -0.012667963, -0.0049301437, 0.0072932704, -0.006357379, 0.012400566, - -0.021177894, -0.01811619, 0.017808683, -0.027648916, 0.0074002296, - 0.019854274, 0.031339005, 0.008703793, 0.0038672383, 0.013229498, - 0.019653726, -0.017688354, -0.015255035, -0.010575577, -0.026900202, - 0.013730869, 0.03430712, -0.034734953, 0.003830471, -0.02034896, - -0.020228632, -0.016792571, -0.0019302767, 0.02603116, 0.008817437, - 0.027702395, -0.014492952, -0.01189251, 0.00032004155, -0.0020940579, - 0.004305102, -0.007600778, -0.03714153, 0.0130289495, 0.016271146, - -0.0014807144, 0.01468013, 0.003970855, -0.02280902, -0.043478854, - -0.034173418, 0.007326695, 0.030189194, -0.007961765, -0.006066584, - -0.013436731, 0.014426103, 0.013904677, -0.020108303, -0.0040243343, - -0.0048131575, 0.003780334, -0.023223484, 0.026218338, 0.013049005, - 0.0069523384, -0.018316738, -0.022461401, 0.008944451, 0.0007487134, - 0.0100541515, -0.022875868, -0.020776797, -0.01701986, -0.024025677, - -0.001101344, -0.0039207176, -0.02944048, -0.010722646, 0.018891644, - 0.010936563, 0.026245078, -0.029654399, 0.029841576, 0.0009626315, - -0.0016002078, 0.022488141, -0.010281439, -0.011912565, -0.008503245, - 0.019586876, 0.0180226, -0.0066013793, -0.0030867716, -0.019399699, - 0.013162648, 0.020683207, 0.019613616, 0.012901936, -0.013182703, - -0.008663683, 0.012333716, -0.0030566892, -0.037248492, -0.012126483, - 0.010328234, 0.021258112, -4.0769e-6, 0.015669502, 0.0028828809, - -0.00911826, 0.017862162, -0.019961234, 0.015509063, -0.00006000779, - 0.017527916, 0.0055819256, 0.00011197276, 0.027943052, -0.017674984, - 0.026365407, -0.013383252, 0.044842582, -0.019733945, 0.011758811, - 0.007841435, -0.0103750285, -0.010348288, -0.02616486, -0.010181165, - 0.010802864, -0.019760685, -0.0033190732, 0.018918382, -0.017247148, - 0.05302495, 0.0016812626, -0.024199486, -0.015134706, -0.00071863114, - 0.021819647, -0.002884552, 0.005257706, -0.0028260588, -0.003006552, - 0.016632132, -0.031900536, 0.02723445, -0.048104834, -0.037248492, - 0.028156972, 0.017340736, 0.03288991, 0.009679794, -0.011718702, - 0.026258448, -0.0006634804, -0.005932885, -0.01576309, -0.015001007, - 0.009372287, 0.04556456, -0.010629056, -0.027889574, -0.041072275, - -0.0011005084, 0.0100474665, -0.03393276, -0.012815032, 0.003190388, - -0.013162648, -0.0060197893, -0.007707737, 0.017688354, 0.009659739, - -0.02470754, 0.042382527, -0.033585142, -0.012387196, 0.02700716, - -0.009947192, -0.032301635, 0.00001033424, -0.035189528 - ], - "metadata": { - "chunkTitle": "Nicotine and Stimulants", - "episodeTitle": "Dr. Peter Attia: Exercise, Nutrition, Hormones for Vitality & Longevity | Huberman Lab Podcast #85", - "imgUrl": "https://img.youtube.com/vi/DTCmprPCDqc/maxresdefault.jpg", - "published": "2022-08-15T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2065?sectionSid=sec_29173&chunkSid=chunk_57991" - }, - "document": "Peter Attia: It's like, oh, God. So the short answer is, I think this stuff is absolutely a concentration enhancing substance. It is addictive, and people need to be wary of that now. It's not addictive to everybody. I personally experience no addiction to it whatsoever. So I could do it every day for 30 days and stop and experience no withdrawal. I could forget about it. It doesn't really seem to matter. You have to be careful with the dose, truthfully. I mean, remember, one cigarette is about 1 nicotine, and a lot of these lozenges will plow four to eight milligrams into you in one shot. And for someone who is naive to that, like I am, four milligrams is a lot of nicotine in one bolus, so you just have to be very mindful of it. I got a lot of flak when I did this AMA for obvious reasons, but people were like, how can you as a doctor, encourage people to use nicotine and I was like, first of all, I'm not encouraging anybody to use it. I just want to be able to talk about the biochemistry of it. And if disclosing that I use it from time to time is an endorsement, then I apologize for that. But on the list of things that you can do to make your brain a little more focused, I would consider this infinitely safer than what a lot of people are doing, which is using stimulants.\n\nPeter Attia: To me, I just tell patients outright like, we are under no circumstance prescribing stimulants. Yeah, we're not giving anybody Adderall. We're not giving anybody Vivance or any of these things. Not to say they don't have an inappropriate clinical use, but they should be prescribed under the care of somebody who's really monitoring the use case for it. And using that as a tool to enhance concentration and cognitive performance is not something we're comfortable doing.\n\nAndrew Huberman: Yeah, it's rampant on college campuses. I can only imagine our modafinil modafinil, which are slightly different, of course. So non clinical use, not prescribed for ADHD, but just it's rampant recreational use, study based use." - }, - "truncated_cells": [] - }, - { - "row_idx": 27, - "row": { - "id": "chunk_57990", - "embedding": [ - 0.0017997603, 0.013462466, 0.042466544, -0.020739475, -0.032044828, - 0.021636106, -0.0012125641, -0.018192522, -0.03841221, 0.0010241416, - 0.014515034, 0.013475461, -0.0015950943, 0.019647924, 0.021402203, - 0.005561714, 0.047872324, -0.0075693885, -0.0067117414, -0.009089764, - -0.021818032, 0.020115731, 0.011948588, -0.013748349, -0.0024364984, - 0.026691029, 0.021947978, -0.021038352, -0.017789688, -0.0016365148, - 0.027444718, 0.012026557, -0.0041290526, 0.001525248, -0.019894822, - 0.009518587, -0.008485512, -0.0010290146, 0.021246267, -0.019686908, - 0.004353211, 0.010883027, -0.0005254715, 0.0050549223, -0.020960385, - -0.01503482, -0.037502583, 0.0005352175, -0.0064096153, 0.019154128, - 0.003420844, 0.016256317, -0.0209214, -0.0064291074, -0.0067572226, - -0.03544943, 0.0071730516, 0.0014960101, 0.028536271, -0.0148528945, - 0.019829849, 0.012221476, -0.014943858, 0.005792369, -0.005805364, - 0.01634728, -0.0062471824, 0.015125783, -0.009927919, 0.017425837, - 0.014346103, 0.038776062, -0.014307119, -0.016412254, 0.047664408, - 0.015827494, -0.017802682, -0.009583561, -0.007315993, 0.012604819, - 0.021259261, -0.025339585, -0.0175168, 0.03950376, 0.021350224, - 0.005698158, 0.020115731, 0.013761343, -0.007653854, -0.0054577566, - -0.002316298, 0.006546059, 0.014956852, 0.014826906, 0.005298572, - 0.025807392, -0.017282896, 0.0038334243, -0.0075693885, -0.0077578113, - -0.023494342, -0.014190167, -0.0039146408, -0.014177172, -0.026119264, - -0.012715274, 0.0014602748, -0.010551663, 0.0018988445, -0.020479582, - 0.012247466, 0.025846377, -0.014437065, -0.035345472, 0.01561958, - -0.015164766, -0.0030293798, 0.0037749484, 0.005067917, -0.02887413, - 0.016087387, 0.011584738, 0.014047226, 0.004090069, 0.019310063, - 0.030953277, -0.02814643, -0.010207305, -0.008647946, -0.02663905, - -0.008836368, -0.0028653222, 0.009551074, 0.007952731, -0.0235983, - 0.024468942, 0.022740653, -0.003162575, -0.003372114, -0.031031245, - 0.01077907, 0.013683376, 0.0040705767, -0.014631986, -0.014060221, - 0.04714462, 0.03194087, 0.025144665, 0.036099162, 0.003279527, - 0.010252786, -0.0117796585, -0.023741242, 0.006328399, -0.0071145757, - 0.03051146, -0.023130493, 0.029627822, -0.007887757, -0.0067962063, - 0.01598343, -0.025599478, -0.019686908, -0.0041777827, 0.019491987, - 0.024066107, 0.022116909, -0.020336641, -0.000806481, -0.008472517, - 0.0011216014, 0.051250935, -0.018153539, 0.023832204, -0.017061986, - 0.015112788, 0.014904873, 0.011597733, 0.0020320397, -0.02038862, - 0.015242735, 0.014761932, 0.022077926, 0.0015317454, 0.007835779, - 0.002316298, 0.011103936, -0.0044539194, -0.008303587, -0.0154246595, - -0.008420539, 0.025456537, -0.021233272, -0.06720837, -0.6403768, - -0.011194899, 0.018725304, -0.014631986, 0.03157702, 0.0034175953, - 0.005064668, -0.0008446528, -0.02114231, 0.0362551, 0.0041582906, - 0.008933828, 0.014943858, 0.00895332, -0.028848141, -0.022155894, - 0.019193111, -0.0022107163, 0.0030098879, 0.011279364, -0.028068462, - 0.0022464516, 0.0033753626, -0.024975734, 0.03352622, 0.021025358, - 0.012052546, -0.007491421, -0.013956264, 0.027210815, -0.032304723, - 0.027964506, 0.021753058, 0.014463055, 0.05216056, -0.012552841, - -0.0077902977, 0.02315648, -0.0018761038, 0.016945034, -0.024754824, - -0.012949177, 0.0080371965, 0.00004347627, -0.028094452, 0.0158145, - 0.018647335, 0.0113118505, 0.011097439, 0.0057079038, 0.017633751, - -0.0019102148, -0.018335463, 0.005480497, 0.012773749, -0.0061659655, - 0.010551663, -0.020999368, 0.0071535595, -0.005097155, 0.011259872, - -0.0022789382, -0.025963329, -0.015632574, -0.0245729, 0.041764833, - -0.018374447, 0.014917868, -0.0014212908, -0.013436477, 0.0074329446, - 0.027418729, -0.03303242, -0.010785567, 0.022623701, 0.011714685, - -0.0022172136, -0.0037652024, -0.023858193, 0.0039146408, - -0.0028019734, 0.003034253, -0.018959207, -0.0030911043, 0.008940325, - 0.0027597407, -0.027626645, -0.00693265, -0.0035605365, -0.018946212, - 0.01226046, -0.0049184784, 0.0042265127, -0.021207282, -0.012741263, - 0.03773649, 0.0013725609, 0.0006574485, -0.011584738, -0.006065257, - -0.010044871, 0.0001617226, -0.0050581708, 0.0041420474, 0.017594768, - 0.0052725826, -0.02775659, 0.0005108525, 0.020713486, -0.027236804, - -0.001075308, -0.0027142593, -0.0051036524, -0.0003601957, - 0.0025290854, -0.023611294, 0.009778481, -0.009382144, -0.014398082, - -0.044285797, 0.00044953398, -0.005451259, 0.0010379484, - 0.00021319362, 0.007965726, 0.008595967, 0.0095445765, -0.0008876976, - -0.008498507, -0.005366794, -0.0012336804, -0.0104801925, - 0.00094536145, -0.012656798, 0.027860548, 0.02315648, 0.006172463, - -0.0017039246, -0.008998801, -0.024313007, -0.015944446, 0.0015179386, - 0.015502628, 0.00039085496, -0.009473106, -0.051588796, 0.00642261, - 0.002956285, -0.011428802, -0.019504983, 0.015372681, -0.015554607, - -0.034591783, 0.0377105, 0.0018501146, -0.012046048, -0.00423301, - -0.02702889, -0.023767231, 0.0040445877, 0.008777892, 0.03882804, - 0.0073679714, 0.0020450344, 0.0015894092, 0.009161235, 0.017607763, - 0.022194877, 0.01832247, -0.03001766, 0.0024965988, -0.027834559, - -0.009966903, 0.0004369454, 0.014164178, 0.01846541, -0.0017526546, - -0.0025193396, -0.008836368, -0.0070366077, -0.007179549, - -0.006221193, 0.012916691, 0.011851129, 0.02780857, -0.009154737, - 0.02315648, 0.012247466, -0.016425248, 0.019556962, 0.01882926, - 0.025001723, -0.012656798, 0.022168888, -0.021908995, -0.015411666, - 0.007868266, -0.0025420801, 0.009031287, 0.03233071, 0.0091287475, - -0.001163022, 0.017334875, -0.015684552, 0.014216157, 0.0056429305, - -0.0042200154, 0.0026184237, 0.004125804, -0.008024202, -0.0030277555, - 0.013410488, -0.0102202995, 0.0068156985, -0.004583866, 0.031447075, - -0.018257495, 0.014969847, -0.009011796, 0.0012060668, 0.0054902434, - 0.00052222284, -0.008959817, -0.004710564, -0.01019431, 0.034461834, - 0.017282896, 0.01503482, -0.030251566, -0.041816812, -0.0063413936, - 0.020869423, 0.017360864, 0.014826906, -0.008024202, -0.01157824, - 0.00079104985, 0.0016779354, 0.02644413, 0.018192522, 0.010155326, - 0.014528029, 0.012994659, 0.00012649488, 0.033058412, -0.0043564592, - 0.027288783, 0.016841078, -0.0041615395, 0.028094452, -0.013553429, - 0.007199041, -0.011513268, -0.0029108035, 0.0028750682, -0.021519154, - -0.00846602, 0.028588248, 0.02887413, 0.03773649, -0.011357332, - 0.017620757, -0.007894255, -0.011688695, -0.005997035, -0.00004746096, - -0.01150677, -0.013150594, -0.008134657, -0.020232683, -0.010233293, - -0.0024364984, -0.013605407, -0.039477773, 0.018426426, 0.01899819, - -0.0080371965, -0.000762624, 0.013813322, 0.03043349, -0.0100643635, - -0.014489044, 0.03994558, 0.008777892, -0.015372681, -0.023494342, - -0.0031804426, -0.011162411, -0.01564557, 0.000030557752, - -0.016698137, 0.037528574, -0.006084749, 0.0065525565, -0.02155814, - 0.010129336, 0.036021195, -0.0008958193, -0.0040056035, -0.03841221, - 0.0053830375, 0.01522974, -0.011552252, 0.022493754, 0.009713507, - 0.004138799, -0.013170087, -0.02435199, 0.009557571, -0.015359687, - 0.03051146, 0.0025095935, 0.01104546, -0.019933807, 0.010155326, - 0.032122795, -0.025313595, -0.020466587, 0.0106361285, -0.029237982, - -0.016386265, -0.034513813, -0.007894255, -0.005015938, 0.09054678, - 0.007101581, -0.033760123, 0.012279953, 0.0022042189, 0.009141742, - 0.015190756, -0.010519176, 0.015125783, -0.012988161, -0.0059255646, - -0.0006655702, 0.008647946, -0.010623134, 0.030589426, 0.0029400415, - -0.017802682, -0.020427603, -0.017100971, -0.021246267, 0.017373858, - 0.0029449146, -0.0067247357, 0.034123972, -0.0014399706, 0.028484292, - 0.015723538, -0.0023292925, 0.042544514, -0.022558728, 0.008258105, - -0.012695782, 0.0056754174, 0.03960772, -0.018608352, -0.018543378, - -0.007458934, 0.011201396, -0.0011646462, 0.00028283687, 0.02566445, - 0.0032632838, 0.01284522, -0.0036644938, 0.0056884116, -0.023169477, - 0.033630177, 0.012663295, -0.0053245616, -0.014216157, 0.019608939, - 0.0049282243, -0.03006964, -0.02270167, 0.02819841, 0.000090048925, - 0.004710564, -0.02109033, 0.011298856, 0.0055064866, -0.0030976017, - -0.02058354, -0.011331342, -0.006364134, -0.013111611, -0.015749527, - -0.012137012, 0.011149418, 0.00647134, -0.00999939, 0.0058378503, - -0.005958051, -0.029237982, 0.0026119263, 0.03157702, 0.021051347, - 0.017295891, 0.0019297068, -0.0060879975, 0.0165422, 0.012318936, - -0.0282244, -0.026418142, -0.012409899, 0.016139366, 0.00817364, - 0.009836957, -0.02817242, -0.021454182, -0.00025684756, 0.016126372, - 0.011519765, 0.039165903, -0.017113965, 0.004246005, 0.013196076, - 0.023663273, 0.01075308, 0.0025160909, -0.0099734, -0.00987594, - -0.005233599, 0.01561958, -0.033786114, -0.013319525, -0.022402791, - 0.009278187, 0.005880083, -0.016919045, -0.028406324, -0.000055785662, - -0.014333108, -0.021947978, 0.010668615, 0.022896588, 0.010993482, - 0.005097155, 0.018413432, -0.033266325, -0.031732958, -0.0050321817, - -0.021960974, 0.03342226, 0.016100382, -0.035995204, -0.006162717, - 0.025573488, 0.0061399764, -0.01296867, 0.018569367, 0.01698402, - 0.025261616, -0.018374447, -0.059151687, -0.030641405, -0.02644413, - -0.0199468, -0.013436477, -0.014878884, -0.020180704, -0.006279669, - -0.008673934, -0.015151772, 0.0057793744, 0.030797342, -0.023143487, - -0.0102202995, 0.012903696, 0.0034565793, -0.009109256, -0.021792043, - -0.010363241, 0.0065688, -0.011175406, 0.0026054292, -0.011812145, - 0.01785466, -0.0013400742, 0.010941503, 0.009057277, 0.05873586, - -0.0057403906, -0.010922011, 0.03311039, -0.00046699555, -0.019595945, - -0.0056429305, 0.027652634, -0.007238025, 0.02647012, 0.002810095, - 0.010857037, -0.0056624226, 0.00951209, 0.012273455, -0.0010493187, - 0.003065115, -0.022857605, -0.014307119, -0.0330844, -0.0282244, - 0.026197232, -0.012728268, -0.0076083727, -0.0017396599, -0.021220278, - 0.026691029, 0.010954497, 0.013384499, -0.011617225, 0.014995836, - -0.022155894, 0.02532659, 0.013300033, 0.020128727, 0.005233599, - -0.026262205, 0.0025274612, -0.0023893928, 0.0054869945, 0.031525042, - 0.01235792, 0.0012028181, -0.019193111, -0.023143487, 0.018413432, - -0.011851129, -0.00003535461, -0.008336074, -0.018023591, - -0.0027889786, -0.011409311, 0.005262837, -0.016555196, 0.010714096, - 0.017308885, 0.015307708, 0.017893646, -0.016204339, -0.009694016, - -0.019167121, -0.0015699172, 0.007179549, -0.017100971, 0.010519176, - 0.019608939, -0.008199629, -0.01999878, -0.0069716345, 0.024338996, - 0.0014204787, 0.0119226, 0.021428192, -0.017984608, 0.009057277, - -0.0039601224, 0.0014683964, 0.0051004034, -0.04036141, 0.020453593, - 0.016451238, 0.01323506, -0.0077578113, -0.033318304, -0.01584049, - 0.0015439279, 0.0072120354, 0.006594789, 0.002522588, -0.02571643, - -0.0004271994, 0.0235983, 0.025352579, 0.020661507, 0.006133479, - 0.013209071, -0.016997013, -0.017464822, -0.020700492, 0.019453004, - -0.0007000872, -0.0014545897, -0.00892733, -0.0042784913, 0.011077947, - 0.0031495804, -0.025482526, -0.0020937645, -0.00676372, 0.035345472, - -0.014878884, -0.00083409465, -0.000752878, -0.032226752, 0.011929097, - -0.008329576, -0.005616941, -0.0017802683, -0.0029757768, - 0.0019378285, 0.018088564, 0.017256906, -0.016607175, 0.024923755, - 0.0027110106, 0.009830459, -0.023780225, 0.0073094955, 0.0068741743, - -0.03009563, -0.00031349613, -0.010876529, 0.014891879, -0.0068351906, - -0.01235792, -0.022818621, -0.020531561, 0.00895332, -0.010239791, - 0.019764876, -0.0021977217, 0.02663905, -0.018556373, 0.014060221, - -0.0051686256, -0.02887413, 0.007238025, -0.0022172136, -0.036722906, - 0.0009681021, 0.002727254, 0.02323445, 0.015931452, -0.010343748, - 0.012955675, 0.002199346, 0.007855271, -0.019206105, -0.038698092, - -0.014709953, -0.021454182, 0.019855838, 0.0127672525, -0.025144665, - -0.012046048, 0.0037359644, 0.0015756023, 0.021402203, -0.035657343, - -0.011461289, -0.029497875, -0.004535136, -0.0032194266, -0.01150677, - 0.0041290526, -0.008420539, -0.032226752, 0.016282307, 0.00006517633, - -0.005678666, 0.0012889077, 0.004168037, 0.0004657773, 0.00032852122, - -0.01977787, -0.008219122, -0.008323079, 0.01907616, -0.0579042, - -0.011519765, -0.0045643738, 0.011064952, 0.009674523, -0.021012364, - -0.0025453288, -0.016204339, -0.04485756, -0.014502039, -0.027548676, - 0.00447666, 0.020063752, -0.01218899, -0.020050758, 0.019868834, - 0.02128525, -0.00447666, -0.0053700428, -0.019323057, 0.030875308, - -0.017113965, -0.013157092, 0.013631397, -0.034903653, 0.002150616, - 0.009797973, -0.015294713, -0.032954454, 0.018920222, -0.012150005, - 0.0103242565, -0.0030911043, 0.021766054, -0.0001500477, -0.016204339, - -0.0063836263, -0.013462466, -0.0026996403, 0.0033152623, - -0.006978132, -0.014709953, 0.0039113923, -0.011909605, -0.0045806174, - 0.013553429, 0.017074982, -0.013053135, 0.012221476, 0.027652634, - 0.0056136926, 0.026171243, -0.0095445765, 0.011389818, -0.005990538, - -0.013826317, -0.023910172, 0.0052076094, -0.0026281697, - -0.0054707513, 0.017295891, -0.030615415, 0.010161823, 0.005558465, - 0.0023634036, 0.0052173557, -0.013144097, 0.009895433, -0.011435299, - 0.0034468332, 0.013345514, 0.01693204, 0.008706422, 0.0025388314, - -0.01238391, 0.007595378, 0.02111632, -0.014320114, -0.002751619, - -0.027106859, 0.0056331847, 0.03004365, -0.0015049439, -0.025612472, - 0.0058086123, 0.0049931975, 0.0026898943, -0.011474283, 0.19928609, - -0.0013709365, -0.005435016, 0.024884772, -0.0031300883, 0.015099794, - 0.013176584, 0.027314773, 0.013631397, 0.0035637852, 0.022584718, - 0.0026850214, -0.03238269, 0.0013701243, 0.013111611, -0.030953277, - -0.03612515, -0.025872365, 0.000391058, -0.022012953, 0.014034231, - -0.0087648975, 0.0056234384, -0.01274776, 0.032798517, 0.008719416, - -0.030329533, -0.0074459394, 0.0091807265, 0.01500883, -0.011305353, - 0.010499684, 0.021584129, -0.0049054837, -0.011422305, 0.0012198735, - -0.0052238526, 0.0015658564, 0.006529816, 0.014411077, 0.03875007, - -0.0016218958, -0.047716387, 0.0039308844, -0.0051101497, 0.019180115, - -0.0030375014, 0.00062577403, -0.03243467, -0.008427036, -0.028484292, - -0.03272055, 0.029601833, 0.030901298, 0.005743639, 0.004583866, - -0.008472517, -0.004697569, -0.0060977438, 0.02379322, -0.017607763, - 0.014203162, 0.011246877, 0.022935573, -0.024975734, 0.025976323, - -0.004275243, -0.0052920748, 0.0027337514, -0.0036742399, 0.016893057, - -0.021805037, -0.011181904, -0.008147651, -0.021688085, -0.009557571, - 0.0343059, 0.019686908, 0.020934395, -0.0028961846, -0.0011865748, - 0.020479582, -0.022103915, 0.0052888263, -0.012890701, -0.028302366, - 0.005386286, -0.0027792326, -0.021298246, -0.013566423, -0.006455097, - 0.0054382645, -0.02016771, 0.00062821055, 0.020934395, -0.018959207, - 0.020375624, -0.0011711436, 0.0013108362, 0.02318247, -0.030901298, - 0.05431767, -0.003700229, 0.006266674, 0.013118108, 0.0037716997, - -0.006945645, 0.02934194, -0.022415787, 0.005639682, -0.021883005, - -0.027418729, 0.0007374469, -0.0024040118, 0.006854682, 0.02248076, - 0.025183648, -0.026015306, 0.0350336, -0.0026216723, 0.0029741526, - -0.02114231, 0.005694909, 0.02708087, 0.0012621062, -0.011448294, - -0.022246856, -0.009232705, 0.005727396, -0.008414041, 0.023676269, - 0.0131830815, -0.0009307424, -0.0030992262, -0.011714685, - -0.021947978, -0.015476638, 0.00032324213, 0.011981076, 0.019959796, - -0.02663905, -0.0064161127, 0.041193068, -0.0014578382, 0.0044344272, - -0.03238269, 0.013228563, -0.0015049439, 0.017828671, 0.009369149, - -0.013644392, 0.0057696286, -0.0032470403, -0.02016771, -0.006159468, - 0.002873444, -0.01559359, -0.027990494, -0.02708087, 0.0024738582, - -0.023741242, -0.0101163415, 0.03199285, -0.014541023, -0.0138653, - 0.00006228299, -0.16196543, 0.028770175, 0.017828671, -0.03316237, - 0.011935594, 0.01068161, 0.032616593, 0.0047722883, -0.02267568, - -0.0014342854, 0.017295891, -0.0017331626, -0.0011370326, - -0.028614238, 0.018946212, -0.0023861441, -0.0029579091, 0.0044084378, - 0.017347869, -0.0012523602, -0.010207305, -0.018335463, -0.007238025, - -0.0013888042, 0.01150677, 0.0012864713, -0.0056754174, -0.013196076, - 0.003420844, 0.0002434468, -0.0042492533, -0.019478993, 0.02890012, - 0.0022740653, 0.027912527, 0.00114353, 0.0007979533, -0.010103347, - -0.0011524638, 0.012130514, 0.025248623, 0.015502628, -0.0073549766, - 0.0007947046, -0.022766642, -0.00022842173, 0.024507927, - -0.0061854576, 0.0089728115, -0.0089208335, 0.0131830815, -0.00856348, - 0.01902418, 0.025287606, 0.009421128, -0.0044051893, 0.00661753, - 0.010499684, -0.003011512, -0.016685141, -0.0025388314, 0.006237436, - 0.0038431704, 0.008251608, 0.013709364, -0.04303831, -0.011591235, - 0.008992304, -0.019284073, 0.008056688, -0.012461877, -0.008823373, - 0.022467764, -0.025898354, 0.0012206858, 0.03768451, -0.015866479, - -0.0065038265, 0.0073419823, 0.034020018, -0.008147651, -0.0020840184, - -0.019011186, -0.0060717543, -0.015957441, 0.0113638295, 0.023676269, - 0.02133723, -0.0007744004, -0.012390407, -0.013228563, -0.013001156, - 0.017542789, -0.029601833, 0.023559317, 0.010213802, 0.023611294, - -0.00041907775, 0.010057866, -0.011812145, 0.020570545, -0.007575886, - -0.008907839, 0.003001766, 0.008316581, 0.0028978088, -0.009343159, - -0.0062601767, 0.02705488, -0.011786155, -0.027600655, 0.022597712, - 0.01832247, 0.027652634, -0.02549552, 0.009570566, 0.007842276, - -0.020284662, 0.002447869, 0.0019654422, 0.059931368, -0.0044896547, - 0.021740064, 0.007335485, -0.015944446, -0.03994558, -0.126516, - -0.010870032, 0.0007581571, 0.0053830375, -0.0014927614, 0.011266369, - -0.0031073478, 0.02569044, -0.0072640143, 0.017308885, -0.0002609084, - -0.0119226, 0.011077947, -0.0009242451, 0.011071449, -0.008024202, - 0.017295891, -0.009193721, -0.052758314, 0.026574077, -0.037164725, - -0.010551663, 0.008414041, -0.009927919, 0.0049867, -0.0040738257, - 0.0048664995, 0.017399848, 0.03157702, -0.0046455907, 0.023130493, - -0.02398814, 0.015541612, -0.013488456, -0.0035215525, -0.02114231, - 0.03498162, 0.009083266, 0.029627822, -0.034825686, -0.006575297, - 0.0018046332, 0.04147895, -0.010727091, -0.0023666522, -0.029939694, - -0.017217923, 0.026846966, 0.008472517, 0.008388052, -0.013852306, - 0.015203751, -0.016334286, -0.014190167, 0.025118675, -0.015385676, - 0.006269923, 0.0071535595, -0.042128682, -0.014982842, -0.023143487, - 0.0068806717, -0.028302366, -0.039217878, 0.043168258, -0.020063752, - -0.01975188, -0.008680432, 0.010389229, -0.0029709039, -0.0061464733, - 0.0027207567, -0.00053846615, 0.01927108, -0.04262248, -0.00882987, - -0.007991715, -0.027418729, -0.009823962, 0.004687823, -0.011909605, - 0.0043662055, 0.009888935, -0.011162411, -0.020674502, 0.0021668593, - -0.01389129, -0.0026200481, -0.0047625424, -0.037970394, -0.031031245, - 0.01882926, -0.00028811596, 0.008485512, -0.012630808, -0.0114677865, - 0.0024722337, -0.0010541917, 0.036618948, 0.012111022, -0.022922577, - -0.03123916, -0.020089742, 0.017334875, -0.00040791047, -0.005532476, - -0.014008242, -0.0071925437, 0.025651457, 0.0043921946, 0.0015219994, - -0.011253375, -0.001651946, 0.0107920645, 0.0070950836, 0.0050906576, - -0.0075433995, -0.017204927, 0.02708087, -0.019427015, 0.014541023, - 0.024858782, 0.027626645, 0.0084530255, -0.02780857, 0.013813322, - 0.010148829, -0.006789709, -0.027288783, -0.008621956, -0.0041485447, - 0.0019508231, 0.0270029, -0.020076748, 0.022909584, -0.005685163, - 0.002135997, -0.006286166, -0.0067572226, 0.021298246, 0.009018294, - 0.02016771, -0.012124017, -0.011038963, -0.00023573123, -0.016243324, - -0.015359687, -0.014878884, -0.03615114, 0.002439747, 0.022545733, - -0.012962172, 0.0054610055, 0.0016072768, -0.032850496, -0.03466975, - -0.01333252, 0.015047815, 0.03472173, -0.0020710237, 0.0025242125, - -0.035605364, 0.01306613, 0.018491399, -0.01503482, -0.0014529653, - 0.003372114, -0.016672147, -0.019167121, 0.004629347, 0.010051369, - -0.00026232968, -0.01561958, -0.028822154, 0.017295891, 0.007692838, - 0.011318347, -0.0052368473, 0.0044734115, -0.02318247, -0.016022414, - 0.0031300883, 0.005002944, -0.014787922, -0.0003362368, 0.003279527, - 0.011006476, 0.04654687, -0.008329576, 0.018036587, 0.010499684, - 0.0042070206, 0.01905017, -0.0045286384, -0.017023003, -0.01788065, - 0.0012954051, 0.02588536, 0.015398671, -0.014138188, -0.010382732, - -0.008108667, 0.010876529, 0.015216745, -0.013748349, 0.0038691596, - -0.0038951489, 0.027210815, -0.013761343, -0.04685874, -0.010948, - -0.005512984, 0.02549552, 0.009505593, 0.023507338, 0.0040250956, - -0.013787333, 0.009797973, -0.010766075, 0.0012434263, -0.015658563, - 0.018712308, 0.010506182, -0.010499684, 0.024585893, -0.012975167, - 0.0054999893, 0.00761487, 0.042882375, -0.013274044, 0.0199468, - -0.005776126, 0.004950965, -0.030329533, -0.048418097, -0.0025193396, - -0.002663905, -0.024027124, 0.006559054, 0.008440031, -0.038178306, - 0.06632474, 0.015242735, -0.018179528, -0.02476782, -0.00481777, - 0.00676372, -0.01330653, -0.007861769, 0.0017932629, -0.0049347216, - 0.00131977, -0.021272257, 0.030355522, -0.03537146, -0.03581328, - 0.036670927, 0.012981664, 0.03685285, 0.011071449, -0.020323645, - 0.042518523, -0.0065265675, -0.014203162, -0.027626645, -0.022155894, - 0.0014562139, 0.03885403, -0.014593001, -0.012052546, -0.03498162, - 0.0038983976, 0.015203751, -0.04485756, 0.0075433995, -0.004535136, - -0.0044994005, -0.0052368473, 0.009616047, 0.027392741, 0.0014943858, - -0.00856348, 0.040673282, -0.014735943, -0.022181882, 0.029679801, - -0.009830459, -0.033058412, -0.011877118, -0.018946212 - ], - "metadata": { - "chunkTitle": "Nicotine for Brain Health", - "episodeTitle": "Dr. Peter Attia: Exercise, Nutrition, Hormones for Vitality & Longevity | Huberman Lab Podcast #85", - "imgUrl": "https://img.youtube.com/vi/DTCmprPCDqc/maxresdefault.jpg", - "published": "2022-08-15T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2065?sectionSid=sec_29173&chunkSid=chunk_57990" - }, - "document": "Andrew Huberman: And I asked him why, and he said, because in his estimation, it's protective against Parkinson's and Alzheimer's, or at least the nicotinic acetylcholine augmentation of nicotine, because nicotine is acetylcholine receptor, obviously is known to create a state of focus and neural enhancement. What are your thoughts about not smoking? Let's just be really clear. People don't smoke nicotine. Vape nicotine, it's going to shorten your life. Just terrible idea, addictive, et cetera, in my opinion. But what are your thoughts about augmenting acetylcholine through the use of nicotine in order to keep the brain healthspan. Healthspan and focused. Again, this is one Nobel Prize winner, so it's truly N of one. But he's so convinced that this matches up with the mechanistic data on acetylcholine and cognition that I'd love to hear your thoughts on it.\n\nPeter Attia: So I can't speak to the ad prevention component of it. I'd have to run that by a couple of my colleagues who I collaborate with on that, but I can definitely speak to the cognitive enhancement piece of it. And I actually did an AMA on this probably a year ago, where I went into all of the gory details of it and talked about my own use of nicotine, which I'll cycle on and off. I've been doing it for the last ten years.\n\nAndrew Huberman: What form do you take it in?\n\nPeter Attia: I used to use the gum. I don't like the gum anymore, so now I like these little lozenges. I'll tell you a funny story about this. So our mutual acquaintance David Sinclair mentioned a company to me a year ago. He's like, hey, have you heard of this company? And I forget the name of the company, but he gave me some name. So I go online and it's like, this company selling nicotine. And I'm like, I wonder why he's asking me to do this. Well, I'll just order a bunch, and then we'll figure out why. Because there was some reason we were doing this, potentially through an investment. So I get up literally ordered, like, a lifetime supply of this stuff, and it's pretty good. It's a really nice little patch, because the thing I didn't like about the gum was I hated just the taste of it. So then the next week, I'm talking to David and I'm like, by the way, I ordered all that nicotine stuff you told me about. He's like, what? And he goes, oh, the company's name was something else. It was totally unrelated." - }, - "truncated_cells": [] - }, - { - "row_idx": 28, - "row": { - "id": "chunk_57158", - "embedding": [ - -0.01231605, 0.0015889785, 0.022472097, -0.019413209, -0.017239787, - 0.000060530016, -0.013389344, -0.03257448, -0.04330742, -0.01603233, - 0.0074661025, 0.027436081, -0.007445978, 0.017910596, -0.0005249079, - -0.0060842363, 0.04435388, 0.0075465995, 0.021049982, -0.016850717, - -0.027851984, -0.012772201, -0.015831089, -0.006090944, -0.031206027, - 0.012718536, 0.02217694, -0.016662892, -0.018246, -0.017212955, - 0.025450487, 0.0035284546, -0.006976412, -0.012799033, -0.024954088, - -0.026255459, 0.005681751, -0.0036626162, 0.015576181, -0.011900149, - 0.02975708, 0.011933689, -0.0049136747, -0.018085007, 0.007043493, - -0.030454721, -0.0052591413, -0.01137021, -0.018433826, 0.011028097, - 0.020406004, 0.010659153, -0.035526037, 0.021023149, -0.0065571563, - -0.020043768, -0.0044374005, 0.01431506, 0.02312949, -0.016381152, - -0.004464233, 0.01108847, 0.012617914, 0.011618409, -0.0032383297, - 0.0016677985, -0.001668637, -0.012490461, 0.006134547, -0.0052692033, - 7.5007433e-6, 0.011886733, -0.00287777, -0.010417662, 0.06107044, - 0.0018480783, 0.00027356422, -0.037189644, -0.038692255, 0.0009936356, - -0.0029934845, -0.023008743, -0.003107522, 0.054577008, 0.01088052, - -0.012544125, 0.024860175, 0.0160055, -0.015992083, 0.003722989, - -0.008794304, 0.008203992, 0.036948152, 0.016099412, -0.00029641367, - 0.013255183, -0.014301645, -0.016622644, -0.039524056, -0.009693188, - -0.02263309, 0.009465112, -0.019909607, -0.019641282, -0.010961017, - 0.02558465, 0.04059735, -0.012624622, 0.008794304, -0.021801287, - 0.000034247936, 0.029676583, -0.009927971, -0.037404303, 0.008754055, - -0.019869357, 0.0008938528, -0.020338925, -0.011323254, 0.0002695813, - 0.036492, -0.004259636, 0.010726233, -0.00863331, 0.010484742, - -0.0038437347, -0.021841535, 0.012007479, -0.01452972, -0.031876836, - 0.02137197, 0.0019923022, -0.0041388907, 0.008304614, -0.0057723103, - 0.014569968, 0.012638039, -0.0012980151, -0.025128499, -0.033701435, - 0.007727718, 0.014730962, -0.004937153, 0.0001781836, 0.012007479, - 0.0057454775, 0.032896467, 0.012269094, -0.012168473, 0.0030689505, - -0.017709354, 0.016971463, -0.0066410075, -0.001064909, -0.003345659, - 0.004155661, -0.02154638, 0.031045033, -0.025732227, -0.02930093, - 0.0024970858, 0.029086271, 0.018675318, -0.030079069, 0.0017130781, - 0.02905944, 0.039631385, -0.017870348, 0.016636059, -0.01122934, - 0.03227932, 0.0037632375, -0.029381428, 0.0291936, 0.013355804, - 0.010967725, -0.011558036, -0.024726015, 0.014650465, -0.037135977, - 0.015307858, 0.027140927, 0.03568703, 0.028361797, -0.01807159, - 0.0012669902, 0.028683785, -0.01954737, -0.009948095, -0.020191345, - -0.008546105, 0.0012795678, -0.015683511, 0.0015395063, -0.6366781, - -0.0013491643, 0.036277343, -0.018581405, 0.005148458, 0.015656678, - -0.0233039, 0.0026128003, -0.02452477, 0.03625051, -0.017816683, - 0.015401771, 0.016260406, 0.009907846, -0.00682548, -0.0071038655, - 0.0052054767, 0.0036827405, 0.012014186, 0.01487854, -0.025799308, - 0.010129213, 0.007989333, 0.01628724, 0.020057185, 0.01122934, - -0.00014139393, -0.00544026, 0.015388355, 0.02193545, -0.0057991426, - 0.0026865895, 0.03112553, 0.015066367, 0.0437904, -0.01880948, - -0.020996317, 0.039953373, -0.0019134822, 0.02873745, -0.011242757, - -0.014717546, -0.008888217, -0.01954737, -0.011806236, 0.028925277, - 0.003719635, 0.0058863475, 0.019372959, -0.012463628, 0.0048164073, - -0.012839281, 0.008318029, -0.013114313, 0.011122011, -0.0053463466, - -0.0065135537, -0.008532688, -0.018474076, 0.015535933, 0.028254468, - 0.013483258, -0.02154638, -0.0029750373, -0.015307858, 0.00020774112, - -0.017669104, -0.013691208, -0.012899654, 0.0040684557, 0.013496674, - 0.025276078, -0.013107604, 0.0051350417, 0.00470237, 0.014556552, - 0.001591494, 0.0061647333, -0.0023092595, 0.023209985, -0.014194315, - 0.012960027, -0.023183154, -0.018098423, 0.012470337, 0.0006666163, - -0.04811041, 0.01659581, -0.00017021774, -0.011745863, -0.018232584, - 0.0041120583, -0.0035485788, -0.028898444, -0.008425359, 0.017347116, - -0.01442239, 0.004870072, 0.0012309342, -0.022418432, -0.016729973, - 0.0063324356, 0.016112829, 0.012275802, 0.030642549, -0.0011177353, - -0.013832078, 0.0056515643, 0.023786882, -0.02712751, 0.0045313137, - -0.024256447, 0.015777424, 0.008425359, 0.02126464, -0.027905649, - 0.009377908, -0.017065376, 0.007506351, 0.005940012, 0.017280037, - -0.0020828615, 0.027073845, 0.010236543, 0.0030672734, 0.03053522, - -0.0066879643, -0.014744379, 0.023880795, 0.0025272723, -0.00743927, - 0.0063290815, 0.034023423, -0.02039259, 0.02154638, 0.030884039, - 0.012799033, 0.0269531, 0.008546105, -0.03303063, -0.025490737, - -0.023075825, 0.020835323, -0.022552593, -0.012430088, -0.02793248, - -0.03295013, 0.005762248, 0.018782647, 0.006147963, -0.008385111, - 0.0041959095, -0.003561995, 0.016099412, -0.014274812, 0.009391324, - -0.014274812, -0.041590147, -0.005255787, -0.001819569, -0.021318305, - 0.010967725, -0.010135922, 0.02940826, -0.023692967, -0.0068590203, - 0.0010749712, 0.0032785782, -0.025879806, -0.027006764, 0.035284545, - -0.011309837, -0.0040885797, 0.026483534, -0.009612691, -0.0015378293, - 0.005869577, 0.015361522, -0.0041925553, -0.0071172817, 0.024685765, - 0.024269864, -0.010082257, -0.012705119, 0.042126793, 6.1021333e-6, - -0.007942377, -0.034479573, -0.014999285, 0.022539178, -0.025946885, - 0.00007719542, -0.0102835, 0.010860395, -0.013396053, 0.011376918, - 0.01151108, 0.008619893, 0.00017870766, 0.028415462, 0.007888712, - -0.012591082, -0.00092403917, -0.010753065, 0.013630835, 0.0009911201, - -0.0009777038, -0.027664157, 0.026644528, -0.002887832, -0.0077008856, - 0.016340904, 0.004558146, -0.0023277067, -0.01452972, 0.040865675, - 0.023961293, 0.02150613, 0.012074559, 0.0035049762, 0.025329743, - 0.005859515, 0.026027383, 0.014502888, -0.022083027, -0.0013835432, - -0.006376038, 0.015133447, -0.011906857, -0.021922033, -0.013731457, - 0.015938418, 0.015254193, 0.012899654, 0.009116292, 0.0061211307, - 0.004782867, 0.0074728103, 0.031393852, -0.01020971, 0.017749602, - 0.010981141, -0.006832188, -0.01659581, 0.046446804, 0.006453181, - 0.015093199, -0.016864134, 0.0017088855, 0.0039275857, -0.010156046, - 0.019453457, -0.03134019, 0.004839886, -0.012866113, -0.018111838, - -0.0032567768, -0.014918788, 0.013630835, 0.026054215, 0.0027134218, - 0.025839556, 0.020848738, 0.00023687938, 0.009538902, 0.008519272, - -0.0023226757, -0.005292682, -0.027087262, -0.0038135482, - -0.013174686, -0.0076203886, 0.0010456233, -0.02193545, 0.023867378, - -0.001023822, 0.00870039, 0.00064691127, 0.017145874, 0.013100897, - -0.01080673, -0.049639855, 0.0045279595, 0.003578765, -0.016059164, - -0.004169077, -0.033272117, -0.0029985155, -0.015254193, - -0.00072698906, -0.018138671, 0.021237807, -0.030910872, -0.002284104, - -0.00880772, 0.02393446, 0.02449794, 0.0029733602, 0.016220158, - -0.02589322, -0.014757794, -0.030588884, -0.015844505, -0.024444275, - 0.024256447, 0.012148348, -0.021318305, -0.03190367, 0.002424974, - -0.023947876, -0.01017617, -0.0035016222, -0.0005437744, 0.0007257313, - 0.021814704, -0.0014070215, 0.0030957828, 0.0014514626, 0.051249795, - -0.012604498, -0.016407983, -0.028442295, 0.006916039, 0.0011856547, - 0.077438176, 0.02298191, -0.009726728, 0.015562765, -0.021693958, - 0.011423875, 0.016783638, -0.027275087, 0.029918075, 0.014180899, - -0.0020677682, -0.015187113, 0.0069898283, -0.010759774, 0.01498587, - 0.0020912467, 0.0015814318, -0.01073965, -0.00022933277, -0.019869357, - -0.013570463, 0.020164514, 0.016381152, 0.033325784, 0.020647496, - 0.022713587, 0.031420685, 0.016354319, 0.022297686, -0.029837577, - -0.0051786443, 0.009102876, 0.014154066, 0.024430858, -0.0038940453, - -0.007063617, 0.0028391983, -0.006855666, -0.009190081, -0.014086986, - 0.019064387, 0.015039534, 0.02838863, 0.01982911, 0.00884126, - -0.018259417, 0.0030303788, 0.014543136, 0.009351076, -0.015133447, - 0.00926387, -0.010860395, -0.015294442, -0.009344367, 0.011001265, - -0.014462639, -0.014462639, -0.024873592, 0.00561467, -0.012262385, - -0.011551328, 0.020338925, -0.0027838566, -0.005369825, -0.008505856, - -0.017199539, -0.012275802, -0.005104855, -0.018608237, 0.0118599, - -0.033111125, -0.03423808, -0.015415187, -0.0048164073, 0.011048222, - 0.003194727, 0.018044759, 0.0029314347, 0.004688954, 0.012980151, - -0.00028488412, -0.018903393, -0.03066938, -0.042770773, 0.004477649, - 0.02070116, 0.017226372, -0.009109584, 0.004615165, 0.01715929, - 0.014033321, -0.004269698, 0.011497663, -0.008371694, 0.028442295, - 0.02575906, 0.03042789, 0.012852698, 0.022015946, -0.0073185246, - -0.010075549, -0.045615003, 0.01880948, -0.03158168, -0.012745368, - 0.011182384, 0.0034546654, 0.0028576457, -0.027556827, -0.043924563, - 0.0012636362, -0.024229616, 0.005239017, 0.014180899, 0.010585364, - 0.017870348, 0.0029196956, 0.0035183923, 0.006691318, -0.011625118, - -0.021693958, -0.033433113, 0.04730544, 0.021318305, -0.02863012, - 0.012409964, 0.010860395, -0.01863507, -0.023733217, -0.00033833922, - -0.017521527, 0.018943641, 0.015656678, -0.033540443, -0.034452744, - 0.004189201, -0.028066643, 0.008364987, -0.0068388963, -0.015938418, - -0.0063056033, 0.026778689, 0.00640287, -0.0010900644, 0.029327763, - -0.022297686, -0.01954737, 0.030454721, -0.011343378, 0.027583659, - 0.023894211, 0.002574229, 0.0064800135, -0.032225657, 0.014824876, - -0.0011848161, 0.0017323638, -0.0075667235, 0.01245692, 0.009257162, - 0.04078518, -0.002493732, 0.003488206, 0.0069562877, -0.012524001, - -0.00010984495, 0.00003314739, -0.0071508223, 0.008358278, - 0.017051961, 0.005104855, 0.008217408, -0.006681256, -0.012195305, - 0.018272832, 0.026859187, -0.022203773, -0.005846099, -0.02424303, - -0.039685052, -0.022324517, 0.017333701, -0.010404245, -0.0024216198, - -0.030374225, -0.0057454775, 0.028710619, -0.031554848, 0.008546105, - -0.019493705, 0.012168473, -0.010900644, 0.03464057, 0.028173972, - 0.0047862213, -0.026590863, -0.036948152, -0.012973443, 0.021224393, - 0.0036693243, -0.0024165888, 0.034211252, -0.0054234895, 0.012094683, - -0.026094465, -0.00049052894, -0.018608237, 0.017749602, -0.022727003, - -0.018447243, -0.011866609, -0.033352617, -0.0029733602, -0.006855666, - -0.00257926, 0.012128224, 0.008271073, 0.012953319, -0.022659922, - -0.015965251, 0.045158852, 0.001970501, 0.017105626, 0.013241767, - 0.036679827, -0.002587645, 0.018205753, -0.016488481, -0.008586354, - 0.011665366, 0.021412218, 0.006855666, -0.008297905, -0.0024685764, - -0.034479573, 0.023089241, 0.0025239182, -0.0024383902, -0.02740925, - 0.03592852, -0.0028559687, -0.013764997, -0.008740639, -0.005685105, - -0.015696926, -0.0058997637, -0.008458899, 0.02312949, 0.0009886045, - 0.0077746743, -0.002805658, 0.011028097, 0.00025008593, 0.02284775, - 0.008619893, -0.0016392891, -0.017991094, 0.008626602, 0.0024668996, - 0.018715566, 0.013174686, -0.00038613434, -0.01852774, 0.012322758, - 0.028093474, 0.020862155, -0.0025574588, -0.003873921, -0.02769099, - 0.032869633, -0.0218952, -0.00085947383, 0.009082751, -0.018286249, - 0.012604498, 0.007056909, -0.0015369907, -0.0009005609, 0.0036089516, - -0.007915544, 0.020016937, -0.002272365, -0.009243746, 0.0017105625, - -0.0035821192, 0.007445978, -0.010390829, -0.0048298235, 0.0027000057, - -0.037806787, -0.024954088, -0.008995547, 0.004454171, 0.006459889, - 0.012336175, -0.01322835, -0.002580937, 0.010766482, -0.008297905, - 0.02452477, -0.015643261, 0.007331941, -0.01726662, 0.023236819, - -0.03249398, -0.017736185, 0.008619893, -0.016475065, -0.012215429, - -0.01442239, 0.029918075, 0.023921043, -0.009518777, 0.008371694, - 0.008318029, 0.014382142, 0.026362788, -0.012825865, -0.014811459, - -0.030588884, -0.0065470943, -0.0077813827, 0.0015839473, - -0.012202013, 0.013805246, -0.014207731, 0.0022924892, 0.021962281, - -0.013134437, -0.016689723, -0.019923022, 0.022539178, -0.022244021, - -0.00030479877, -0.031984165, -0.014368725, -0.017722769, 0.028012978, - 0.003172926, 0.013167977, 0.013080772, 0.011068346, 0.015589598, - 0.009062627, -0.027664157, -0.0075465995, 0.023089241, -0.002337769, - -0.025665145, -0.0034077088, -0.028093474, 0.038182437, 0.013275307, - -0.009532194, -0.0072313193, 0.004417276, -0.026590863, -0.017105626, - 0.008438775, 0.00063475285, 0.015603013, 0.0014237917, -0.021237807, - -0.007821631, -0.004554792, -0.012765492, -0.011672074, -0.0048767803, - 0.014476054, 0.011309837, 0.00698312, -0.001255251, -0.019802278, - -0.029274099, 0.02119756, 0.008458899, 0.007875295, 0.021801287, - 0.0065571563, 0.02161346, -0.006158025, 0.019426623, 0.012383131, - 0.0039376477, 0.024887009, -0.027771486, 0.0013868973, 0.029703416, - 0.008016165, 0.008083247, 0.026805522, 0.01670314, -0.0056515643, - 0.0066980263, -0.010156046, -0.03509672, 0.00015984118, 0.01709221, - 0.030481555, 0.00482647, -0.008740639, 0.019493705, 0.017038545, - -0.027905649, -0.027905649, -0.002275719, 0.011732447, 0.009699896, - 0.023075825, -0.01077319, 0.018004509, 0.0012099715, 0.0056549185, - -0.012222137, -0.027369, -0.009813934, -0.006114423, -0.0058024963, - 0.03134019, 0.0017290098, 0.0016979849, 0.0076270965, -0.004222742, - -0.027878815, 0.025235828, -0.0058528073, -0.0050746687, 0.007211195, - -0.010397537, 0.0045044813, -0.011765987, -0.019346127, -0.0074795187, - -0.010417662, 0.008190576, -0.010048716, 0.2145515, -0.020727994, - -0.014905373, 0.012342882, -0.0057857265, 0.012524001, 0.023290483, - 0.006704734, -0.007519767, 0.004937153, 0.006704734, 0.005155166, - -0.02067433, -0.00030039658, 0.017695937, -0.009377908, -0.0034412493, - -0.028066643, 0.017239787, -0.005906472, 0.0025658438, -0.018152088, - -0.009116292, -0.0024501293, 0.032708637, 0.0012292572, -0.0046453513, - -0.0017927366, -0.00951207, 0.009163248, 0.004034915, -0.008338154, - -0.000112989364, -0.013422885, -0.036223676, 0.024377193, - -0.0008586353, -0.01452972, 0.017870348, 0.011390334, 0.034613736, - -0.006523616, 0.01898389, -0.012604498, -0.01681047, -0.013671084, - 0.010363997, 0.00022702687, 0.002426651, 0.01165195, -0.011336669, - -0.015401771, 0.027181175, 0.009505361, -0.011289713, -0.020687744, - 0.008304614, -0.00470237, -0.010343872, 0.022794085, -0.019533953, - 0.015737176, -0.0136845, 0.022015946, -0.019399792, 0.017588608, - 0.0056649805, 0.026510365, -0.013134437, -0.047600597, -0.013764997, - -0.024135701, -0.009693188, -0.0030069007, -0.020164514, 0.00698312, - 0.02410887, -0.000070120484, 0.0264567, 0.013308847, -0.0012259032, - -0.027664157, -0.011403751, 0.019788861, -0.020164514, -0.008157035, - 0.009780393, -0.006114423, 0.0056314403, -0.0024601915, -0.015415187, - -0.03804828, -0.014261396, -0.022337934, -0.005450322, -0.024377193, - 0.0074057295, -0.009344367, -0.028576456, -0.028764283, -0.014677297, - 0.023142906, 0.030723045, 0.0049002585, -0.005383241, -0.01652873, - 0.0020023645, 0.0033758455, 0.006889207, -0.0064800135, - -0.00013636285, -0.03273547, 0.012792325, 0.00024379708, 0.0039074617, - -0.0055174027, 0.009921263, 0.003421125, 0.020231595, -0.009585858, - -0.01516028, -0.010551823, 0.023813713, -0.011075054, 0.011739154, - -0.021023149, -0.0356602, 0.0047962833, -0.008881509, -0.030186398, - 0.008881509, -0.012638039, 0.012443504, -0.019909607, -0.013778414, - -0.010276792, -0.01516028, -0.028173972, -0.0029364657, 0.017803267, - -0.012644746, -0.011839776, 0.03203783, -0.016958047, 0.026926266, - -0.0027083906, 0.0029264037, 0.031206027, -0.0066175293, -0.016340904, - 0.0010070518, 0.020902403, -0.008995547, 0.00010932088, 0.016743388, - -0.012799033, -0.0026094464, -0.009995052, -0.0067718155, 0.00578908, - -0.014274812, 0.0063424977, 0.022995327, -0.015388355, -0.021707375, - -0.027771486, -0.16925849, 0.014677297, 0.016475065, -0.04011437, - 0.027503163, 0.0055744215, 0.044863697, 0.03568703, -0.029891241, - 0.019601034, -0.000738309, -0.01351009, -0.01165195, -0.025490737, - -0.047144447, -0.01715929, 0.02697993, 0.02456502, 0.027100677, - 0.011926982, 0.017306868, -0.021318305, 0.013463133, 0.0039846045, - -0.006376038, -0.0067684613, 0.0037531755, 0.03614318, 0.0051954146, - -0.023961293, -0.0023159676, 0.008539396, 0.019091219, -0.033003796, - 0.0028224282, 0.010129213, 0.007949085, -0.0029347886, -0.023679553, - 0.002116402, 0.024457691, 0.020660913, -0.023277067, -0.01151108, - 0.0025943532, 0.029247265, 0.02354539, 0.00814362, 0.014046737, - 0.0043703197, 0.0030823667, -0.026054215, 0.02558465, 0.031662177, - 0.00712399, -0.011390334, 0.0034345412, 0.013563755, -0.016998297, - -0.015683511, 0.0018916809, -0.007975917, 0.008297905, 0.0007882004, - -0.014999285, -0.026912851, -0.0055509433, -0.0016912768, -0.03249398, - 0.004383736, 0.011075054, -0.023974707, -0.011450707, -0.03727014, - 0.007063617, 0.009149833, -0.013275307, -0.008660142, 0.0048130536, - 0.022713587, -0.0028157202, 0.008465608, -0.013925992, -0.0035385166, - -0.019507121, 0.010813438, 0.0031544785, -0.010712817, -0.012570958, - -0.021036565, 0.019238798, -0.019775445, -0.025262661, -0.029327763, - 0.024363777, 0.0054000113, -0.00035720572, -0.004004729, - -0.0054905703, -0.015737176, 0.015240777, -0.014154066, -0.042126793, - 0.012342882, 0.02365272, 0.0028643538, -0.029113105, 0.0014455931, - 0.017360533, -0.01944004, -0.019869357, -0.016797053, 0.014623633, - 0.041214496, -0.00828449, 0.04102667, 0.0024450982, -0.019976687, - 0.010920768, 0.010162754, 0.045105185, -0.0045749163, -0.008257657, - 0.014610217, 0.0021465884, -0.029944906, -0.13180052, -0.028576456, - 0.027744655, 0.00908946, 0.0059534283, 0.004172431, -0.018219167, - 0.01305394, -0.0078015067, 0.019144885, -0.02975708, -0.015656678, - 0.01989619, -0.007902128, 0.0006062435, -0.010484742, 0.0003171668, - -0.025155332, -0.044031892, 0.02610788, 0.012591082, -0.0046554133, - 0.011926982, 0.0004901097, -0.020540167, -0.007653929, -0.029461924, - 0.034828395, 0.009572443, -0.013885743, 0.027462915, -0.02256601, - 0.01737395, -0.015764007, 0.0034949142, 0.00044357235, 0.0014824875, - -0.010753065, 0.0061211307, -0.0033607522, -0.004185847, 0.015200528, - 0.0003691545, -0.005393303, -0.009330951, -0.016716557, -0.009699896, - 0.02684577, -0.019359544, -0.018661901, -0.0024551603, -0.012819157, - -0.017642273, 0.002725161, -0.008398526, -0.0145968, -0.005940012, - 0.02782515, -0.013074065, 0.00048507864, -0.0005098147, 0.0014590092, - 0.028200803, 0.014033321, 0.058548197, -0.002661434, -0.009351076, - -0.027744655, 0.019869357, 0.0028559687, -0.0054301973, 0.010390829, - 0.009887722, 0.025799308, -0.03423808, 0.0031310003, 0.0016392891, - -0.031152362, -0.0015621461, -0.0054805083, -0.009881014, - -0.0056347945, 0.0006863213, -0.020473085, 0.02477968, -0.00940474, - 0.010229835, -0.009082751, 0.013161269, -0.018594822, -0.026349371, - 0.041938968, 0.021076813, -0.01217518, -0.041643813, -0.00089972233, - -0.0019587618, -0.0064766593, -0.01073965, 0.017145874, -0.016340904, - -0.0093712, -0.020298675, 0.026322538, -0.0021449113, 0.00607082, - 0.0076740533, -0.012644746, -0.0031226152, 0.011524496, 0.0014531397, - 0.025785891, -0.014972453, 0.014489471, -0.0036860947, -0.021304889, - -0.028978942, -0.022498928, 0.004350195, -0.0030203168, 0.005547589, - 0.008197284, -0.004470941, 0.009471821, -0.008941882, 0.020030351, - -0.007828339, 0.0071977787, -0.037887283, 0.01659581, -0.0023947875, - -0.006376038, 0.024484523, -0.03329895, -0.0033171498, 0.017534943, - -0.017924013, -0.002290812, 0.037592128, 0.0055140485, 0.019909607, - 0.0064129326, -0.006604113, -0.003194727, -0.011095178, -0.013697917, - -0.0036190136, -0.0030622424, -0.0070233685, -0.0011487601, - 0.010679277, 0.00039619647, 0.0053329305, 0.012309343, 0.0027050367, - -0.023813713, -0.018970475, -0.012430088, -0.006141255, 0.007821631, - 0.022136692, -0.021291472, 0.037592128, 0.003920878, 0.018192336, - -0.02000352, -0.02028526, 0.01108847, -0.014073569, 0.030696213, - 0.01681047, -0.037109144, 0.0018246, 0.0047962833, -0.0029062794, - 0.0067349207, 0.017602025, 0.0025473966, 0.008116787, -0.0060607577, - -0.016609227, 0.011249464, 0.011625118, 0.0067852316, 0.000777719, - 0.013570463, 0.041885305, 0.008244241, -0.008250949, 0.027073845, - 0.0050981473, 0.000853185, 0.009257162, 0.013604003, -0.03123286, - 0.0054268437, 0.023531973, 0.03179634, -0.019185133, -0.003248392, - 0.008861384, -0.0042998847, 0.016099412, -0.0011135427, -0.013308847, - -0.026335955, 0.00877418, 0.01989619, -0.016407983, -0.05095464, - -0.004906967, -0.006382746, 0.009740144, -0.023290483, 0.009116292, - 0.00083599554, 0.0014841646, 0.010987849, -0.010444494, -0.028254468, - -0.018286249, 0.000572703, 0.02000352, 0.0018095068, 0.019654699, - -0.0027972728, 0.014811459, 0.010793314, 0.036733493, -0.0019235443, - 0.0055710673, -0.010296916, 0.012161764, -0.007969209, -0.018702151, - -0.022150109, 0.004081872, -0.02382713, 0.008686975, 0.032118328, - -0.013536923, 0.072554685, 0.00272013, -0.011168967, -0.0077008856, - -0.016099412, 0.030696213, 0.01863507, -0.015307858, 0.010504866, - -0.005675043, 0.007667345, -0.0075465995, -0.022780668, -0.041804805, - -0.03246715, 0.027744655, 0.005530819, 0.0006636815, 0.008680266, - -0.020312091, 0.01744103, -0.010860395, 0.014569968, 0.0073118163, - 0.003040441, -0.010484742, 0.013167977, 0.020714577, -0.0023729862, - -0.035338208, 0.007667345, 0.0039141695, -0.044058725, -0.019869357, - 0.012845989, -0.014301645, -0.019426623, -0.016448233, 0.0074862265, - 0.009565734, 0.020338925, 0.008244241, -0.013382636, -0.012792325, - 0.018111838, 0.014261396, 0.0007802345, -0.00608759, -0.041321825 - ], - "metadata": { - "chunkTitle": "Muscle Activation", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28773&chunkSid=chunk_57158" - }, - "document": "Andy Galpin: It may just be that's how you're built, right? The same could be true for a squat. The high bar versus low bar. Sort of example we talked about earlier, you can see plenty of evidence on muscle activation studies where people even doing the vertical back squat style have tendons glute activation and folks doing the low bar have tremendous quad activation. So a lot of it depends on personal mechanics. So what I counted is the question really you just have to ask yourself, number one, do you really care that much? You know you have a range to get to. If you were anywhere between ten to 25 working sets, you know you're fine. So if you count it or don't count it, it's just going to change the difference between whether you did 17 working sets or 23 andy, either way you're fine. So I don't really care. Number two, are you actually feeling anything there? So if you're doing your chin ups and your biceps are blowing up, I'm counting that.\n\nAndy Galpin: If you're doing it and you're like, no, I don't feel any fatigue there, then I'd probably say, okay, we're not going to count that as towards. So you can just let that guide you a little bit towards your count. Yeah.\n\nAndrew Huberman: I've always noticed that there are certain muscle groups that are very easy to isolate when under load. And those are almost always the same muscle groups that are easy to contract very hard without any load whatsoever.\n\nAndy Galpin: Bingo. You know, that's actually really insightful. So you can kind of use this heuristic of like if you can contract your lats just standing here, you're probably going to contract them very well when you lift. If you can't, you can probably assume about the same thing is going to happen. So, yeah, you'll know, the lats are actually really interesting because they tend to be one of the more difficult muscle groups to learn how to activate. So if you're in your journey and you're just like, I have no idea, Andy, you can look up like a lat pose. So how do you puff your lats out? How do you show it? And if you do that and you're like, wow, there's no movement here, just recognize that's extremely common. And it's probably going to take you many, many months of trying before you start to see some movements and probably even a few years before you really start to see activation. So you're not some sort of specific special genetic anomaly. It's very, very common." - }, - "truncated_cells": [] - }, - { - "row_idx": 29, - "row": { - "id": "chunk_57190", - "embedding": [ - -0.0025081919, 0.0029373565, 0.046810675, -0.03962342, 0.0053904415, - 0.016378393, 0.0040678796, -0.0074611194, -0.0058145965, -0.024901569, - 0.010994631, 0.0443793, -0.012183601, 0.012277115, 0.010273233, - -0.009912535, 0.050364226, 0.014695132, 0.010413505, -0.004305006, - -0.033504903, 0.026731782, 0.012891639, -0.02963073, -0.0129450755, - 0.024313765, 0.027546695, -0.008556575, -0.000245893, -0.0055808104, - 0.021775514, 0.0074076825, 0.014655055, 0.006285509, 0.0036971618, - -0.006552693, 0.01609785, 0.0033932396, 0.024687823, -0.019998739, - 0.015844025, 0.002167532, -0.020573186, -0.0060684215, -0.022790814, - -0.013559599, -0.013506163, -0.00915106, -0.009444962, 0.011649232, - 0.011562398, -0.007180576, -0.007901973, -0.00048134907, 0.003610327, - -0.0028421723, 0.015937539, -0.0011505621, 0.002239338, -0.014828725, - 0.017580722, -0.0023946387, -0.024313765, 0.022550348, -0.009104302, - -0.0023228328, -0.0031511039, 0.0071404986, -0.01050034, 0.008576614, - 0.012577698, 0.0063022077, -0.01676581, -0.022096135, 0.042562447, - -0.011228417, -0.005373743, -0.006689625, -0.0070870616, 0.0079086535, - -0.007888614, -0.012250396, -0.01424092, 0.018168528, 0.019143749, - -0.0071071004, 0.008563254, -0.016405111, -0.02997807, -0.0121902805, - 0.0011655912, 0.010974592, 0.016632218, -0.0050163837, 0.009778943, - 0.020973962, -0.024594309, 0.017660877, 0.010213117, 0.027840596, - -0.016792528, 0.0006145237, -0.017727673, -0.01727346, -0.028161217, - 0.02710584, 0.029684167, -0.015082549, 0.011649232, 0.008523176, - 0.008282711, 0.014534822, -0.026598189, -0.05015048, -0.010420185, - 0.0013066978, -0.0012449115, -0.0014260958, -0.034947697, -0.0192907, - 0.033344593, 0.019076955, 0.028695585, 0.00762143, 0.0025182113, - 0.032756787, -0.022657223, -0.004792617, -0.0032796864, -0.014200842, - -0.004595569, -0.008349507, -0.0042482293, 0.037806567, -0.0032112205, - 0.030619312, -0.004996345, -0.009518438, -0.04280291, -0.030378846, - 0.008964031, 0.018328838, -0.010800922, -0.0045822095, -0.019611321, - 0.036310337, 0.020867089, 0.019998739, 0.0210274, 0.022643862, - -0.015790587, -0.00712046, 0.0014586588, -0.001508756, 0.0070870616, - 0.02590351, 0.0015730471, 0.024353841, 0.0034299775, 0.0026568132, - 0.008235954, 0.01743377, -0.0065126154, -0.037566103, -0.0026902112, - 0.02880246, 0.019998739, -0.013405968, 0.0064725378, -0.005898092, - 0.0026467936, 0.026357723, -0.047505356, -0.0026852014, -0.0042549088, - 0.019210545, 0.00035944628, 0.0038574722, -0.004281627, -0.035535503, - 0.020372797, 0.009672069, 0.008676807, 0.02896277, 0.013312454, - 0.016498625, 0.020786934, -0.026491316, -0.003319764, -0.0018953381, - 0.0001437159, 0.022670582, 0.0068265568, 0.001336756, -0.6446621, - -0.015870742, 0.031447582, 0.0018151829, 0.019744914, -0.002812114, - -0.039382953, 0.0027937451, -0.03810047, 0.0097255055, -0.014855443, - -0.010266554, 0.0088638365, -0.0047291606, -0.007267411, - -0.0016866004, 0.008670128, -0.022136213, -0.019771632, 0.005527374, - -0.066154815, 0.012958435, -0.011675951, -0.0063556447, 0.017887983, - 0.008937312, 0.019370856, -0.0052601895, -0.004605588, -0.003827414, - -0.03419958, 0.003252968, 0.026210772, 0.002506522, 0.046944268, - -0.02404658, -0.011809543, 0.03387896, -0.02014569, 0.0342263, - -0.0172601, -0.024634385, 0.018021576, 0.010426864, -0.023619086, - 0.0041079572, -0.008376226, 0.021762155, 0.012216998, -0.007982128, - 0.027573412, -0.0023094737, -0.025382502, -0.0008708536, 0.016859325, - -0.015269578, 0.024781337, -0.023098076, 0.006419101, 0.009177778, - -0.01846243, 0.005337005, -0.03518816, -0.0117895035, -0.010246515, - -0.0023228328, -0.0039576665, 0.0056342473, -0.0024130074, - -0.012130164, 0.011996572, 0.008730245, -0.0077483426, -0.004812656, - 0.0067831394, 0.03486754, 0.006739722, -0.00865009, -0.023659162, - 0.025489375, 0.0088170795, 0.010740805, -0.010640612, -0.010340029, - -0.0025349103, 0.015429889, -0.03470723, 0.0020389496, -0.016498625, - -0.028134499, 0.011068107, 0.0049061705, -0.009631991, -0.031955235, - -0.026304288, 0.0025182113, -0.011215058, 0.029523857, -0.024928289, - -0.011695989, 0.005861354, -0.018021576, 0.01134197, -0.004896151, - 0.018729614, 0.00879704, 0.005203413, 0.012771406, 0.031981952, - -0.024874851, -0.010119602, -0.018328838, -0.00014027172, 0.014588258, - 0.0226973, -0.031233836, 0.010901117, 0.00037364045, 0.004525433, - -0.007554634, 0.0065994505, -0.014521463, 0.019584604, 0.011362009, - 0.012424067, 0.014080608, 0.0056142085, -0.027145917, -0.01673909, - -0.00071221293, 0.014775287, -0.004722481, 0.00018014062, - -0.024500793, 0.034306455, 0.026798578, 0.01000605, -0.010213117, - 0.0103266705, -0.0010194748, -0.010099564, -0.0028722305, 0.025676403, - -0.028187936, -0.016338315, -0.023338541, -0.002439726, 0.0034767347, - 0.007421042, -0.014828725, -0.0075479546, -0.0038173946, 0.0018786391, - 0.0362569, 0.0015880762, -0.00965871, -0.015202782, -0.026437879, - -0.018262042, -0.013526201, 0.03946311, 0.02236332, -0.0028705606, - 0.028027626, -0.008209235, -0.005286908, 0.00712046, 0.0015079209, - -0.016204724, -0.012584377, 0.002289435, -0.020626621, -0.008389585, - 0.0073141684, -0.011048067, -0.013579639, 0.0028238033, 0.012818163, - -0.01949109, -0.000029484198, -0.013359211, 0.00355689, 0.00014611638, - -0.003266327, 0.05487964, 0.0019420953, 0.018342197, 0.03048572, - -0.017366974, 0.009685428, -0.019344138, 0.021535048, -0.014721851, - -0.010533738, -0.019237265, 0.0081224, -0.019624682, -0.021054117, - 0.012804804, 0.012490862, 0.015216142, 0.010032767, 0.014508103, - -0.008529857, 0.028989488, -0.018382275, 0.010032767, -0.011195019, - 0.011702669, 0.030752905, -0.0031026767, 0.0002749075, -0.006379023, - -0.0031594534, -0.003456696, 0.0063222465, 0.004976306, 0.015029113, - -0.01933078, 0.02997807, -0.0008537371, 0.0063456255, 0.006759761, - -0.0032312593, -0.015296297, 0.021428175, -0.004288307, 0.04472664, - 0.009778943, -0.042028077, 0.017861266, 0.034653794, -0.0025632987, - 0.013312454, -0.00079153327, -0.005400461, -0.0064992565, - -0.011462203, 0.03743251, -0.007100421, 0.0050865198, 0.005510675, - 0.0062220525, -0.008823759, 0.022870969, -0.0031561137, 0.024287047, - -0.005357044, 0.008322788, -0.0069868676, -0.009404885, 0.0150558315, - -0.020092255, -0.012564338, 0.018930003, -0.020292642, -0.03518816, - -0.016872684, 0.036871422, 0.023365261, 0.006315567, 0.02389963, - 0.018742973, -0.012791445, -0.007975449, -0.0012899989, 0.010800922, - -0.0017634159, -0.0036370452, 0.012056688, -0.009024147, -0.011068107, - -0.009899176, -0.02217629, -0.0007890284, -0.0034533562, 0.007067023, - 0.0028672207, 0.004725821, 0.038207345, -4.4161065e-6, -0.01879641, - 0.017874625, 0.011054748, -0.0062654703, -0.022817533, 0.0032329292, - 0.008543216, -0.026798578, -0.0010787563, -0.030699467, 0.027707005, - -0.012223679, 0.010433544, 0.0020690078, 0.0011238436, 0.02491493, - -0.0032947154, 0.021494972, -0.04018451, -0.018729614, 0.013813425, - -0.023725959, -0.026477957, 0.0039042295, 0.019958662, -0.022390038, - -0.016672296, -0.005964888, -0.03721876, -0.003201201, 0.0092178555, - 0.00439852, -0.004642326, 0.01744713, -0.0025482695, -0.010867719, - 0.017393693, -0.010613893, 0.008082323, -0.023111435, -0.015630277, - -0.027199354, 0.022029338, 0.10163688, 0.042241827, 0.0010762515, - 0.016338315, -0.0047525396, 0.013439367, -0.011108184, -0.004251569, - 0.02845512, -0.017326897, -0.013579639, 0.0024079978, -0.013973735, - -0.0076949056, 0.026878733, 0.0068532755, 0.0066261687, -0.01235727, - 0.0018135129, -0.0057778587, 0.0064658583, -0.00915774, 0.01947773, - 0.028401684, 0.012009931, 0.012858241, 0.031447582, 0.0039142487, - 0.013232299, -0.011101505, 0.007815138, 0.00507984, 0.01915711, - 0.010239836, -0.024594309, 0.03048572, 0.0054438785, -0.0009560186, - -0.0027586771, 0.004826015, 0.022390038, 0.025115317, 0.008255992, - 0.0019571243, -0.011669271, 0.004625627, -0.01657878, 0.017193304, - -0.011796184, -0.015870742, 0.01184962, -0.004525433, -0.011241776, - -0.018489148, 0.011048067, -0.016111208, 0.009037507, -0.018622741, - -0.00052059174, -0.00013432269, -0.015803946, -0.0066295085, - -0.0015939209, 0.022122854, -0.037165325, -0.013706551, -0.017233383, - 0.014681773, 0.0032312593, -0.010653971, -0.009284652, -0.015884101, - -0.027466537, 0.006422441, -0.0050364225, 0.026664985, 0.010046127, - 0.016658936, -0.0046356465, 0.020680059, -0.0006487567, -0.016111208, - 0.004595569, -0.032249138, 0.03518816, -0.0015304646, -0.034253016, - 0.0015730471, 0.001780115, 0.0016339985, 0.00047508694, 0.010820962, - 0.017179945, 0.018355556, 0.022870969, 0.029096361, 0.029764323, - -0.0054639173, 0.018021576, -0.010066166, -0.014267637, -0.03986389, - 0.0010253194, -0.025556171, -0.021014038, 0.007634789, 0.013152144, - 0.0065927706, -0.010106243, -0.02253699, 0.0074410806, 0.010032767, - 0.014347793, 0.013426008, 0.03080634, 0.00039597537, 0.039276082, - -0.017393693, -0.00005917713, -0.018021576, -0.01982507, -0.047825977, - 0.037352353, 0.015269578, -0.00814244, 0.015683714, 0.0035702493, - 0.00082576624, -0.0065259747, 0.00796209, -0.0015621928, 0.020452952, - -0.024955006, -0.025008444, -0.02726615, -0.036470648, -0.013532881, - 0.008262672, -0.0025783277, -0.006252111, -0.019624682, -0.002658483, - 0.008984069, 0.007755022, 0.023432057, -0.034413327, -0.0070202653, - 0.00828939, -0.001422756, -0.004779258, 0.010433544, 0.015536763, - -0.001995532, -0.007167217, -0.00023336872, 0.010066166, 0.007895294, - -0.009057545, 0.02389963, 0.010800922, 0.041947924, -0.0035134726, - -0.010360069, 0.046730522, -0.0056943637, -0.0073141684, 0.013419327, - 0.0005569121, 0.0067363824, 0.0013668142, 0.011114864, 0.012183601, - 0.011722708, 0.009899176, 0.025663044, 0.010553777, -0.0017550663, - 0.0015930859, -0.010046127, -0.046997704, -0.0048894715, 0.027332947, - -0.03777985, 0.014721851, -0.021962544, -0.0037205403, 0.003794016, - -0.0035134726, -0.0001925605, -0.0042081517, 0.005063141, - 0.0055774706, 0.023432057, 0.022216368, 0.024794696, -0.0015112608, - -0.027813878, -0.031768203, -0.0010512029, 0.0116826305, 0.008930633, - -0.000245893, -0.025689764, 0.006235412, -0.013853502, -0.00020978137, - -0.011675951, -0.024741258, 0.005049782, -0.019878507, -0.018769693, - -0.022991203, 0.0035836084, 0.0039676856, -0.04066544, 0.009845738, - -0.008670128, 0.003864152, -0.01422756, 0.0009042516, 0.014935598, - 0.00075103814, -0.0020539786, 0.011408767, 0.024594309, 0.0067096637, - 0.0018919983, -0.012571018, 0.024273686, 0.0015396491, 0.009545157, - 0.016057773, 0.01303191, -0.021922465, -0.015897462, 0.025636327, - -0.018181887, 0.015630277, -0.011595795, 0.026598189, 0.015296297, - 0.004842714, -0.01775439, -0.028695585, -0.024113376, 0.014187482, - -0.016191363, 0.004151375, -0.008923953, -0.02166864, -0.029844478, - 0.05771179, -0.0030275313, 0.042295262, -0.0051867138, -0.017366974, - -0.0162448, 0.0032462883, -0.006452499, 0.01473521, 0.014628337, - 0.013933658, -0.029523857, 0.007320848, 0.026558112, 0.014027172, - -0.024781337, 0.012911677, 0.00027261142, 0.024514152, -0.0096186325, - -0.0075679934, 0.005827956, -0.02606382, 0.00491285, -0.029149799, - 0.009124341, -0.018716255, -0.0050431024, -0.022309883, 0.02439392, - -0.005670985, 0.0068733143, 0.006993547, 0.006702984, 0.01609785, - -0.016017694, -0.009471681, 0.021601845, -0.03745923, -0.025369141, - -0.024113376, -0.009044186, -0.0066662463, 0.011308572, -0.031126963, - 0.00711378, 0.032115545, -0.003880851, 0.011809543, 0.00024798035, - 0.0014260958, -0.034119427, 0.01625816, -0.008529857, -0.022456834, - 0.01895672, -0.020092255, -0.012938396, -0.005457238, -0.0013125425, - 0.02880246, 0.0014828724, 0.003827414, -0.014548181, 0.026852015, - -0.005711063, -0.01575051, -0.031260554, 0.020613262, -0.004929549, - -0.022777455, -0.0014578239, -0.024407279, 0.021588486, -0.010119602, - 0.013178862, 0.01709979, -0.040157788, -0.00044586367, -0.0026885413, - 0.0014352803, 0.025796637, -0.012323872, -0.0071271393, -0.026558112, - -0.024300406, 0.0004976306, 0.005727762, -0.00814244, 0.013285736, - 0.0043617827, 0.03879515, -0.0016640568, -0.003844113, -0.014641696, - 0.012450784, 0.005908111, -0.0484405, 0.00010055937, -0.005791218, - 0.027092481, 0.0186361, -0.0186361, -0.004712462, 0.0007097081, - -0.03508129, -0.0324896, -0.012216998, 0.01576387, -0.024287047, - -0.0068332367, -0.0045020543, -0.0077683814, -0.0061018197, - 0.019103672, 0.0047158017, -0.018008217, -0.013265696, 0.008028886, - -0.011716029, -0.018502507, -0.022897689, -0.0047825975, 0.019370856, - -0.013352532, -0.00039472294, 0.026825296, -0.027546695, 0.015176064, - 0.011602475, 0.015523404, 0.00045337822, 0.00694011, 0.019451011, - -0.016538704, -0.009211176, -0.0071271393, 0.0019220565, -0.0247279, - 0.0047892774, 0.020760214, 0.0014553191, -0.004675724, -0.0132990945, - -0.009257933, 0.017834548, -0.0017166586, 0.021628562, -0.0050097043, - -0.008282711, 0.0042482293, 0.00063205766, -0.008830438, -0.008189197, - 0.0039676856, -0.012824843, 0.014040531, 0.015803946, -0.0099258935, - -0.018769693, -0.013559599, 0.00072181487, -0.01083432, -0.007320848, - -0.009264613, 0.010286593, 0.00017502654, 0.013459405, 0.00080197013, - -0.03810047, 0.008643409, -0.021227786, 0.013138784, -0.008783681, - 0.008202556, 0.009792302, -0.019010158, -0.039757013, -0.004595569, - -0.025890151, -0.036684394, 0.0000532542, 0.0011129893, -0.016178004, - -0.016164646, 0.203915, -0.039997477, 0.0105137, -0.0024514152, - -0.001117999, 0.009558516, 0.010213117, 0.030111663, 0.0172601, - 0.004425239, 0.01811509, 0.024647744, -0.026437879, -0.00063414505, - 0.010914476, -0.021054117, -0.04117309, -0.0443793, -0.022349961, - 0.0018101732, 0.0017817848, 0.0018185226, -0.004552151, -0.0015680374, - 0.026143976, -0.0125442995, -0.046783958, 0.002439726, 0.027733723, - 0.0069801877, -0.027493257, -0.016471907, 0.0037338994, -0.02965745, - -0.014534822, -0.0040378217, 0.012510901, -0.010266554, 0.016592141, - 0.014307715, 0.009298011, 0.006803178, -0.029363547, 0.0022243087, - 0.008583293, -0.006622829, -0.0012582707, -0.0090174675, - -0.0150558315, 0.021601845, -0.008449701, -0.02320495, 0.043925088, - 0.026384443, -0.023258386, -0.0057645, 0.004368462, 0.00676978, - 0.01066065, 0.042188387, 0.005981587, 0.021828951, 0.005283568, - 0.007501197, -0.018208604, -0.0071338187, -0.003234599, 0.017901342, - 0.009084264, -0.020920524, 0.0018953381, -0.004996345, -0.032917097, - -0.0035401909, -0.031554457, -0.012323872, 0.03644393, 0.02355229, - 0.02100068, 0.03663096, 0.018542586, 0.027199354, 0.00062579557, - -0.0007760867, -0.015323015, -0.026277568, 0.01915711, 0.003880851, - 0.008422983, -0.014427948, 0.0030442302, -0.010794243, -0.01338593, - 0.011395407, -0.0013943677, -0.031875078, 0.01338593, -0.004044501, - -0.015042472, 0.0024798035, -0.018435711, 0.025609609, 0.029390264, - 0.00491285, -0.010754165, -0.026544753, -0.001406892, 0.04726489, - 0.016645577, -0.010800922, -0.0060216645, -0.012337232, 0.0007293294, - -0.0040678796, 0.022764096, 0.018983439, 0.009438283, -0.0018268721, - 0.010580495, 0.0011630863, 0.0020907165, -0.0026117258, 0.0023495513, - 0.0069067124, 0.0003778152, -0.024634385, -0.011068107, -0.005400461, - 0.0034333172, -0.02995135, 0.008723565, 0.00694679, 0.009244574, - -0.01847579, 0.0012682901, -0.02320495, 0.00830275, -0.017206663, - -0.008690167, -0.013592998, -0.017059714, -0.025809996, 0.0057344413, - -0.016338315, 0.004725821, 0.0074143624, 0.04603584, 0.020933883, - -0.0014761928, -0.018555945, 0.015630277, 0.008676807, -0.0223366, - 0.0044753356, 0.019143749, -0.015737152, -0.02861543, -0.03403927, - -0.02520883, -0.024474075, -0.020960603, 0.0019003478, 0.01880977, - -0.019998739, -0.02134802, -0.022162931, -0.16939479, 0.018849848, - 0.015002394, -0.028214654, 0.02220301, 0.003677123, 0.015336375, - 0.009845738, 0.0020222506, -0.016124569, 0.0149623165, -0.008282711, - -0.002488153, -0.02864215, 0.0069000325, 0.00712046, 0.022496913, - 0.03048572, 0.019277342, 0.022162931, 0.010967912, -0.021441534, - 0.009117662, 0.029390264, 0.0039743655, 0.004842714, -0.003777317, - 0.020920524, -0.016485266, -0.020306, -0.0070069064, -0.0046189474, - 0.009444962, 0.0070870616, 0.0037672976, 0.009251254, 0.019771632, - -0.012791445, -0.010420185, 0.0352416, -0.002354561, 0.00575448, - -0.008930633, 0.024260327, -0.006485897, 0.00024526677, 0.0030909874, - -0.012123484, 0.013619716, -0.008850478, 0.011208378, -0.003286366, - 0.017727673, 0.011288534, 0.0073408866, -0.009631991, -0.02118771, - 0.01759408, -0.008670128, -0.0094650015, -0.0067631006, -0.015950898, - -0.010653971, -0.031955235, 0.0040912586, -0.019277342, -0.021935824, - -0.0047558793, -0.032382727, 0.012651173, 0.0046556853, -0.018515866, - -0.0075679934, -0.03251632, 0.033638492, -0.015737152, -0.027052402, - 0.0018085032, 0.021454893, 0.010520379, -0.0045020543, 0.0072607314, - -0.012103446, 0.0015120957, -0.0010253194, -0.012490862, - -0.0054939757, -0.016111208, -0.018930003, -0.026491316, 0.011602475, - 0.003964346, -0.0147619285, 0.0016031053, 0.032088824, 0.010967912, - 0.020746855, -0.016405111, -0.006051723, -0.0034834144, -0.0033748706, - 0.011916417, -0.019771632, 0.017139869, 0.05792554, -0.0054438785, - -0.014481385, 0.010567136, 0.007467799, -0.024607668, -0.014868802, - 0.009298011, 0.030325409, 0.052234516, 0.026998965, 0.026892092, - -0.016725732, -0.034012552, 0.0034399969, 0.0038207343, 0.048867993, - -0.009351448, -0.018141808, -0.004929549, -0.022617145, -0.0016381732, - -0.10831648, -0.013245658, 0.009865778, 0.012951755, 0.0036904821, - 0.0008090672, -0.012210319, 0.024273686, -0.0142542785, 0.018195245, - -0.020252565, -0.01693948, 0.003523492, -0.00016876441, -0.014668414, - -0.026905451, -0.018689537, -0.012323872, -0.04657021, 0.022937765, - 0.0012340571, -0.0010086205, -0.0032112205, 0.013345852, 0.0067731203, - -0.00897071, -0.0393028, 0.035268318, 0.0226973, -0.022269806, - 0.007942051, -0.033211, 0.0065293144, -0.029149799, 0.00072891195, - -0.004842714, 0.02405994, -0.016351674, -0.0064591784, -0.024781337, - -0.005574131, 0.005707723, 0.02877574, -0.017700955, -0.0031911817, - -0.005827956, -0.028107781, 0.021601845, 0.0017400372, -0.006656227, - -0.029203236, 0.0055173542, -0.0030225215, -0.0007422712, 0.02829481, - -0.015469966, 0.004876112, -0.005964888, -0.020065535, -0.026905451, - -0.020078894, -0.004181433, -0.03663096, 0.012550979, 0.014481385, - -0.0074410806, -0.037405793, -0.027519975, -0.009899176, - -0.0037038412, 0.0055941697, 0.018649459, 0.006405742, 0.026504675, - -0.030298691, -0.0072072945, -0.0018686197, -0.014601618, 0.017981498, - 0.0059515284, 0.007901973, -0.019544527, 0.0039877244, -0.010179719, - 0.0059682275, 0.020025458, 0.020626621, 0.0021441535, 0.008048925, - -0.040371537, -0.011161621, 0.041119654, 0.0036938218, -0.0081224, - -0.021695359, -0.0021942505, -0.009932574, -0.027132558, 0.025222192, - 0.0019253963, 0.0064558387, -0.008102362, -0.05063141, 0.02845512, - -0.008583293, 0.0091377, -0.0013785036, 0.0046156077, -0.006215373, - 0.010507019, -0.002474794, 0.00863005, -0.014027172, 0.016031053, - 0.0059314896, -0.007988809, -0.022390038, -0.03745923, 0.010480301, - -0.020960603, 0.01557684, 0.01151564, 0.0028505216, 0.026798578, - -0.015309656, 0.02877574, -0.018248683, -0.009839059, -0.0057144025, - -0.005129937, 0.011802863, -0.01946437, 0.017928062, -0.033344593, - -0.008062284, -0.0026150655, -0.015336375, -0.034065988, 0.031714767, - 0.018649459, 0.01746049, 0.0192907, -0.005978247, 0.0066829454, - 0.009792302, -0.022296524, -0.023632444, -0.0155634815, -0.0044820155, - 0.00457219, 0.011829581, 0.015683714, 0.022563707, 0.015590199, - -0.02524891, -0.021374738, -0.0150558315, -0.0015338045, 0.012297154, - -0.008543216, 0.022577068, -0.0010111253, 0.037993595, 0.014775287, - 0.012283795, -0.00014277657, -0.008416303, 0.010199758, 0.0050865198, - -0.003456696, -0.017834548, -0.009538477, -0.007728304, -0.004051181, - 0.033211, 0.006485897, 0.008262672, -0.0055941697, -0.0041380157, - 0.00024088328, -0.028535275, -0.00025340755, 0.030459002, 0.01338593, - 0.0005139122, 0.010239836, 0.034012552, 0.005871373, -0.0006045043, - -0.0018602702, 0.0144546665, -0.0075679934, -0.013125425, 0.026624909, - 0.006505936, 0.009631991, 0.023512213, 0.029577294, -0.016365035, - -0.009237895, 0.0064458195, 0.0032262495, 0.025462657, 0.026518034, - -0.0025649685, -0.016952839, -0.014975675, 0.02540922, - -0.000053436845, -0.015002394, 0.0008203391, -0.0176208, 0.005166675, - 0.0004967957, -0.006552693, 0.0021224448, -0.02572984, -0.013405968, - 0.021080835, 0.00055941695, -0.032462884, 0.0073275273, 0.017059714, - -0.0066128094, 0.01557684, 0.0036971618, 0.026825296, 0.046490055, - 0.015603559, -0.008696847, 0.012417387, -0.014347793, 0.00092846516, - -0.0072874497, -0.015897462, -0.018435711, 0.00012670377, - -0.012931717, 0.00095935835, 0.015697073, -0.0127446875, 0.08587301, - 0.014093968, -0.018582663, 0.02353893, 0.0023996483, -0.0114822425, - 0.0034299775, -0.011936455, -0.010633932, -0.018181887, -0.023926347, - 0.004652345, -0.011529, -0.010273233, -0.007915333, 0.013786706, - -0.004168074, 0.039837167, -0.0151627045, -0.030298691, 0.013840143, - 0.005003025, -0.0023729298, 0.012691251, -0.004011103, 0.0047825975, - 0.018823128, 0.0064825574, 0.00093931955, -0.032035388, -0.0010420185, - 0.009511759, -0.037672974, -0.012203639, -0.004261588, 0.0022643863, - -0.008276031, -0.00593483, 0.005473937, 0.01424092, 0.0050898595, - 0.010199758, -0.010780883, -0.021294583, 0.012490862, -0.00865009, - -0.006535994, -0.00017867945, -0.016057773 - ], - "metadata": { - "chunkTitle": "Free Newsletter & Supporting the Podcast", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28785&chunkSid=chunk_57190" - }, - "document": "Andrew Huberman: If you're learning from and or enjoying this podcast, please subscribe to our YouTube channel. That's a terrific zero cost way to support us. In addition, please subscribe to the podcast on Spotify and Apple, and on both Spotify and Apple. You can leave us up to a five star review. If you have questions for us, or comments or suggestions about topics you'd like us to cover or guests you'd like me to include on the Huberman Lab podcast, please put those in the comments section on YouTube. We do read all the comments. Please also check out the sponsors mentioned at the beginning and during today's episode. That's the best way to support this podcast. I'd also like to inform you about the Huberman Lab podcast free newsletter. It's called the Neural Network newsletter, and each month the Neural Network newsletter is sent out. Andy it contains summaries of podcast episodes, specific protocols discussed on the Huberman Lab podcast, all in fairly concise format. Andy all completely zero cost.\n\nAndrew Huberman: You can sign up for the Neural Network newsletter by going to Hubermanlab.com, go to the menu and click on newsletter. You provide us your email. We do not share it with anybody. And as I mentioned before, it's completely zero cost. By going to Hubermanlab.com, you can also go into the menu tab and go to newsletter and see some example newsletters from months past. Thank you once again for joining me for today's discussion about fitness, exercise and performance with Dr. Andy Galpin. And as always, thank you for your interest in science." - }, - "truncated_cells": [] - }, - { - "row_idx": 30, - "row": { - "id": "chunk_57189", - "embedding": [ - -0.006728944, 0.016487539, 0.01579839, -0.025355441, 0.0011491216, - -0.0005473362, 0.00007065188, -0.038748316, -0.034457393, - -0.010564767, 0.028034016, 0.022533836, -0.017930849, 0.006826465, - -0.012378656, -0.008965424, 0.04441753, 0.0033612212, 0.013795961, - 0.00007197248, 0.0038520766, 0.001826892, -0.019036084, -0.013165325, - -0.019738236, -0.0024217698, 0.02492635, -0.0114879655, 0.0057569854, - -0.030764602, 0.00806173, -0.023274995, -0.011943063, 0.01985526, - -0.0069824983, 0.010473748, -0.013444885, 0.011149893, 0.011305926, - -0.01821691, 0.02362607, -0.011403447, 0.0121186, 0.0073010665, - -0.020492397, -0.019998292, 0.018489968, -0.029958429, -0.015252273, - 0.012567197, 0.0074831056, 0.005022328, 0.0023242487, 0.011969068, - -0.00941402, -0.013015793, -0.02129857, 0.035107534, 0.0055684447, - -0.0016586684, 0.0038488258, -0.015226267, -0.009283992, 0.0068719746, - 0.011221408, -0.0078016743, -0.01319133, -0.006832966, -0.0046680016, - 0.010187686, 0.005061336, 0.01365293, 0.00587076, -0.0051458543, - 0.013366869, -0.012807748, 0.002363257, -0.016747594, -0.0151612535, - -0.0065826625, 0.021272564, -0.0058057457, -0.019972285, 0.032272924, - 0.00652415, -0.0061080605, 0.014732162, -0.010389229, 0.010935347, - 0.0035107534, -0.007821178, 0.0073270723, 0.032324936, 0.0034554915, - 0.00068183383, 0.013509899, -0.00903694, 0.0146411415, -0.034795467, - -0.0038000655, -0.008373797, 0.014849187, -0.00075253646, - -0.014264061, -0.04342932, 0.022611853, 0.009290494, -0.025173401, - 0.0064233784, -0.013847971, -0.036329795, 0.04878647, -0.002800476, - -0.03666787, -0.005480676, 0.00908895, -0.0068654735, -0.021844687, - -0.0042421604, -0.017306713, 0.024536265, 0.010272204, 0.040074598, - 0.00080901734, -0.0067029386, 0.034821473, -0.030608568, -0.007892693, - 0.02386012, 0.011689508, 0.01888005, 0.009869118, 0.014823181, - 0.035575636, -0.02959435, 0.04272717, -0.0085038245, 0.006485142, - -0.01500522, -0.01468015, 0.02413318, 0.014966211, -0.008958923, - 0.015018223, -0.03089463, 0.036563847, 0.010083664, 0.010889837, - -0.0076586436, -0.004654999, 0.00894592, 0.009680578, 0.024679296, - 0.023925135, 0.0085038245, 0.0032458215, -0.013509899, -0.0016416023, - -0.034795467, 0.008003217, 0.0069499915, -0.0027549663, 0.01612346, - -0.025654506, 0.0017391231, 0.017605778, 0.025784533, -0.026200622, - 0.022910917, 0.010285207, -0.004677754, 0.021675652, -0.029984435, - 0.014498111, 0.0111823995, 0.04353334, 0.03024449, -0.006774454, - 0.014225053, -0.01388698, 0.021350581, 0.007834181, 0.0038780821, - 0.016708585, -0.00017746777, -0.0051718596, 0.035003513, -0.011214906, - 0.0028736165, -0.019127104, -0.0039528483, 0.007567624, -0.025641503, - -0.030790607, -0.63495225, -0.013295353, 0.0071320306, -0.014472106, - 0.01565536, 0.023912132, 0.00003443708, 0.0025696764, -0.016396519, - 0.015681366, 0.009212477, 0.010668789, -0.015642356, -0.011683007, - 0.0017277458, -0.001859399, 0.005815498, -0.02101251, -0.026616711, - -0.015044228, -0.07042311, -0.010174683, -0.027045803, 0.00006933128, - 0.025732521, 0.00773666, -0.0064656376, 0.00015004001, -0.0025420454, - 0.05076289, -0.020739451, 0.024341224, 0.019270135, 0.0013531029, - 0.046471972, -0.0284241, -0.004235659, 0.020778459, 0.00321494, - 0.013035297, 0.0077236574, -0.017657788, 0.01644853, -0.0024672796, - -0.012781743, 0.031284712, -0.009121457, 0.008737875, 0.020258347, - 0.007275061, 0.00834129, -0.0044567063, -0.013314857, -0.032532983, - 0.005900016, -0.0067549497, 0.022858905, -0.0067224423, 0.005093843, - -0.004557478, 0.018151894, 0.010265703, -0.0146411415, -0.019205121, - -0.011084879, -0.0034977505, -0.020765455, -0.004365687, - -0.0007427844, 0.01127992, 0.015668362, 0.017644787, 0.0020609424, - -0.024393234, -0.008464816, 0.010434739, 0.0158374, -0.00908895, - -0.0057309796, 0.03001044, -0.0011288048, 0.007418092, -0.0005822812, - -0.008399802, 0.031752814, 0.0055619436, -0.011260416, 0.00015908101, - 0.010129173, -0.020895483, -0.0012312017, 0.002059317, 0.027383877, - -0.0062705954, -0.018372942, 0.030218484, -0.0012523312, -0.009440025, - -0.018411951, 0.0012344524, -0.01673459, 0.0063031027, 0.0026574451, - 0.024224197, 0.01523927, -0.0057797404, -0.020427383, 0.018632999, - 0.012573699, -0.03271502, 0.011305926, -0.013470891, -0.01570737, - 0.026044589, 0.02059642, -0.021753669, -0.016383516, -0.00033218064, - 0.008432309, -0.020063305, 0.018893054, 0.0032897058, 0.025004366, - 0.030036446, 0.019738236, 0.01547332, 0.0149011975, -0.0046680016, - 0.015785387, -0.007151535, 0.0033287143, -0.0144461, 0.025849547, - -0.02120755, 0.041504905, 0.014147036, 0.033807255, -0.0050580855, - 0.020102313, -0.04062072, -0.010668789, -0.010525758, 0.030504545, - -0.013314857, -0.02218276, -0.02270287, -0.032506976, 0.007749663, - 0.0033352156, -0.018646002, 0.02912625, -0.007359579, 0.0052531273, - 0.037630074, -0.03019248, -0.009290494, -0.022143751, -0.041452896, - -0.009745591, 0.006192579, 0.008913413, 0.015629353, -0.0023470037, - 0.013496896, -0.021610638, -0.0044209487, -0.0015660236, 0.0009069446, - -0.020869479, -0.024666293, -0.00035859257, -0.024367228, - -0.016084451, 0.01756677, -0.016474536, -0.00013398968, -0.008692365, - 0.012346149, -0.018450959, 0.0063941223, 0.0105842715, 0.0011848792, - -0.0288922, 0.0020349366, 0.035627645, 0.0013734198, -0.023769101, - -0.007704153, -0.03201287, 0.042051025, 0.0054319156, -0.0023876373, - -0.026291642, -0.014095024, 0.018047873, -0.0150702335, -0.010759809, - -0.013964997, -0.0046615005, 0.019257132, 0.05076289, 0.0077106548, - -0.008757379, -0.02203973, 0.028086027, -0.009810605, 0.0029158758, - -0.0042909207, 0.02707181, 0.0005209243, -0.02865815, -0.0044859624, - -0.009466032, -0.009940634, -0.005818749, 0.018333934, -0.015343293, - 0.0022234772, -0.015122245, 0.011780528, 0.015772384, 0.010077163, - 0.012801247, 0.006546905, -0.046758033, 0.028268065, 0.0071840417, - 0.0004611927, -0.020141322, -0.014459102, -0.0033547198, 0.017774815, - 0.0037350515, -0.0034554915, 0.012560695, -0.0009101953, - -0.0066834344, -0.017397733, 0.028398095, 0.0057309796, 0.020011295, - 0.0032685765, 0.020947495, -0.020570414, -0.004492464, -0.0073465765, - -0.003242571, 0.0052466257, 0.011396945, 0.007210047, 0.009771597, - 0.010961352, -0.025433458, -0.023196978, -0.011702511, -0.002832983, - -0.004641996, 0.01598043, 0.017878836, 0.017774815, -0.011949564, - 0.04366337, 0.012879264, -0.0065761614, 0.0005014201, 0.002535544, - 0.016058447, -0.012053587, -0.020804465, -0.00281998, -0.021272564, - -0.014823181, 0.013834969, -0.016708585, -0.00082527084, 0.0027647184, - 0.029828401, 0.0031743061, 0.004245411, 0.015408306, -0.0126517145, - -0.023118962, 0.00044372023, 0.013210835, -0.013444885, -0.0054969294, - -0.016864618, 0.009225479, -0.016877621, -0.0045867343, -0.028372088, - 0.016851617, -0.0063876207, -0.008022722, -0.028944211, -0.014004005, - 0.04036066, 0.009023936, -0.0030914133, -0.02124656, -0.022286782, - -0.002525792, -0.0021974714, -0.022299785, 0.022221768, 0.006504646, - -0.030868623, -0.006036545, -0.014134033, -0.022936922, 0.028918205, - 0.0057049743, -0.0027045803, 0.0047460184, 0.0030605318, 0.009602561, - 0.0012889015, 0.0071645374, 0.052973367, -0.014693153, -0.021272564, - -0.023470037, -0.0125281885, -0.001509949, 0.08509026, 0.04202502, - -0.0023242487, 0.022546839, -0.013178328, 0.03807217, 0.026161615, - 0.007931702, 0.029828401, -0.011683007, 0.021584632, 0.0020658183, - -0.004300673, -0.028268065, 0.003294582, -0.00007446129, -0.026811754, - -0.0036277785, -0.012729731, -0.0075871283, 0.017449744, 0.005555442, - 0.013639927, 0.03835823, 0.013314857, 0.012092595, 0.018385945, - 0.021402592, 0.014433097, -0.019816251, 0.008471318, 0.0022722376, - 0.010876834, -0.0033579706, -0.0219097, -0.019998292, -0.0074571003, - -0.021597635, 0.0256285, -0.007021507, 0.009466032, 0.009420522, - 0.019699227, 0.023899129, 0.01915311, -0.016344508, -0.008633853, - 0.017319717, -0.004021113, -0.010720801, 0.01095485, 0.014108027, - -0.016409522, 0.002992267, -0.013808963, -0.03089463, -0.026967786, - -0.011130389, -0.017488753, 0.0029711376, -0.0035335082, 0.0021275815, - -0.00079032587, 0.00797071, -0.026733737, -0.015967427, -0.02120755, - -0.013295353, 0.0037870626, -0.00012565978, -0.03300108, -0.044807617, - 0.005558693, 0.008308783, 0.027799966, 0.014342078, 0.010909341, - 0.0042519122, 0.0005351461, 0.013106813, 0.025745524, -0.027461894, - -0.028346082, -0.03149276, 0.012924774, 0.0006021917, -0.0038618287, - -0.0074505988, -0.023678081, -0.009238482, 0.01794385, 0.0056172055, - 0.020011295, -0.017124675, -0.013152323, -0.010610277, 0.021090526, - -0.0015131998, 0.025875552, -0.014693153, 0.0048727957, 0.0019000327, - 0.008750878, -0.03378125, 0.010343719, 0.010863831, 0.0030133966, - 0.0030442784, 0.0005079215, -0.020427383, 0.0041348874, -0.0032978326, - 0.013243342, 0.013249843, 0.025472466, 0.02665572, 0.006247841, - -0.0052498765, -0.02171466, -0.0023600063, -0.02493935, -0.044469543, - 0.040334657, 0.00018142955, -0.018008864, 0.02036237, 0.0060430467, - -0.008438811, -0.0062640943, 0.003481497, 0.0014173042, 0.019699227, - -0.02059642, -0.041452896, -0.016838614, -0.034561418, -0.026525691, - 0.018307928, 0.015525332, -0.006277097, -0.013262846, 0.0033677227, - -0.0072490554, 0.0149922175, 0.004385191, -0.025186405, 0.01309381, - -0.0021373336, -0.0028524871, -0.010395731, 0.0044307006, 0.014108027, - -0.011110884, 0.019647216, 0.0061795763, 0.01650054, 0.004739517, - 0.01090284, 0.050866917, 0.02315797, 0.04725214, 0.011442455, - -0.026252633, 0.032637004, -0.0029418813, 0.0034132325, -0.006826465, - -0.016799605, -0.010629781, 0.0053538987, 0.01962121, 0.010070661, - -0.0055651944, -0.008243769, 0.023639072, 0.028840188, -0.030608568, - -0.015642356, -0.01976424, -0.02860614, -0.025485469, 0.02124656, - -0.01309381, -0.001971548, -0.018398948, -0.037890133, 0.040672727, - -0.002642817, 0.022533836, -0.01635751, 0.0104932515, -0.032090887, - 0.014264061, 0.029672367, 0.008009719, 0.004814283, -0.025641503, - -0.008796387, 0.011208405, 0.014264061, 0.009771597, 0.006462387, - -0.002940256, -0.010350221, -0.021688653, -0.024159184, -0.03359921, - -0.021662649, -0.0014798801, -0.022819897, -0.009212477, 0.014199047, - 0.0041576424, -0.012105598, -0.010655787, 0.018502971, -0.01668258, - 0.0012742735, -0.015122245, 0.013847971, 0.016812608, -0.011286422, - 0.032532983, 0.003579018, 0.03630379, 0.0017456246, 0.007938203, - 0.007931702, -0.0033709733, 0.017501757, 0.009342505, 0.01588941, - 0.0024136428, -0.014043014, 0.00694349, -0.0064233784, -0.00293538, - 0.011240913, -0.02418519, 0.026499687, 0.0242372, -0.0025501722, - -0.0068394677, -0.012203119, -0.020609422, -0.0075871283, - 0.00025538294, 0.005204367, -0.0038130681, -0.010265703, -0.03188284, - 0.058772612, 0.016422523, 0.011767525, -0.0031060416, 0.008614348, - -0.019829255, -0.017345723, -0.020219339, 0.023769101, -0.004225907, - 0.0005058898, -0.011780528, 0.0039073383, 0.010200689, 0.013444885, - 0.0011190526, -0.009349006, -0.010090165, 0.025732521, 0.0057797404, - -0.0035075026, 0.018659003, -0.0068719746, 0.0049280575, -0.007619635, - -0.008919914, -0.014342078, -0.008724872, -0.024471251, -0.0015221392, - 0.0050093248, -0.033521194, -0.01574638, -0.0071905428, 0.0031060416, - -0.02568051, -0.0045347232, 0.011702511, -0.04366337, -0.006062551, - -0.020609422, 0.016149465, 0.009492037, -0.008159251, -0.028684156, - -0.017605778, 0.015577342, 0.027045803, 0.01915311, -0.0067939577, - -0.0058317515, -0.0302965, 0.02120755, -0.014160039, -0.036797896, - 0.01967322, 0.0064786403, -0.031726807, -0.0059585287, 0.01276874, - 0.019036084, -0.011630996, 0.009563552, 0.0131718265, 0.019270135, - 0.01659156, -0.00020174641, -0.031258706, -0.02162364, -0.035211556, - -0.031076668, 0.007652142, 0.021337578, 0.019959282, -0.014238055, - 0.00016934103, 0.019088097, 0.0020544408, 0.007938203, -0.012144606, - 0.025004366, -0.0344834, -0.0043981937, -0.0017309964, -0.034431387, - -0.021987718, 0.01421205, -0.0038650795, -0.017254703, 0.0044794613, - 0.016435526, 0.01812589, -0.00945953, -0.006641175, 0.0081657525, - 0.0034132325, -0.006995501, -0.011234411, 0.0074636014, -0.016266491, - 0.03643382, 9.656857e-6, -0.027045803, -0.0040796255, 0.0038195697, - -0.03383326, -0.03396329, 0.0022104743, 0.015577342, 0.00086143485, - -0.0042421604, -0.015447315, 0.011943063, -0.015486323, -0.0023876373, - -0.0013929239, -0.0028541125, -0.0073985877, -0.0028622393, - -0.012385158, -0.022286782, -0.020804465, -0.01220962, 0.029984435, - -0.006891479, -0.0104932515, 0.016370513, 0.00049329334, 0.038384236, - -0.038488258, 0.017267706, 0.028164044, -0.0062380885, 0.027149826, - -0.018229911, -0.006930487, 0.017839829, -0.011162896, -0.023886126, - -0.0037318007, -0.00016426182, -0.0029044983, 0.0008208011, - -0.0150702335, -0.018346937, -0.008139746, 0.0059130187, 0.0062185843, - 0.010070661, -0.012385158, -0.011442455, 0.019543193, -0.0126972245, - 0.013991002, -0.0018707764, -0.0025761777, 0.01435508, 0.0026899523, - -0.0062088324, -0.005750484, -0.004310425, 0.008497324, 0.012736233, - -0.013535905, 0.006533902, -0.020908486, 0.008458315, 0.024367228, - 0.011956066, -0.027513904, 0.00014465603, -0.005204367, 0.0026021835, - 0.0358877, -0.0039951075, 0.0000103489, -0.025823541, -0.040750746, - -0.00042421604, -0.01547332, -0.010285207, -0.0050678374, 0.010239697, - -0.0037805613, -0.0030735345, 0.21002106, -0.025641503, 0.004394943, - 0.023014938, 0.0032929566, -0.010044656, 0.019647216, 0.0181779, - 0.0034327367, -0.0014953209, 0.013353866, -0.00022714249, -0.06038496, - -0.0018805285, 0.01588941, -0.017111672, -0.05565194, -0.020765455, - -0.0006566409, -0.0088093905, 0.0010085289, -0.0020967, -0.01803487, - 0.002805352, 0.019894268, -0.010025151, -0.004817534, -0.023769101, - 0.0181779, 0.010460745, 0.0045087175, -0.025160398, -0.011891051, - 0.0025501722, -0.008445312, 0.0045509767, -0.010460745, -0.020011295, - 0.004641996, 0.004619241, 0.011507469, 0.021610638, -0.009244984, - -0.009908126, 0.00433318, 0.005048333, -0.0056984727, 0.008263273, - -0.020102313, 0.015083237, -0.020726448, -0.025329435, 0.013756952, - 0.03906038, 0.028918205, -0.02647368, -0.017618781, -0.01682561, - -0.013418879, 0.027617926, -0.0058837626, 0.024601279, 0.013847971, - 0.0205054, -0.022572843, 0.017306713, -0.00754812, 0.019517189, - 0.0006225086, -0.028918205, -0.0015522081, -0.0061243144, - -0.009017435, -0.003579018, -0.007821178, 0.010220193, 0.014186044, - 0.044547558, 0.0030686585, 0.018841043, 0.010980857, -0.00014790674, - 0.02180568, 0.014043014, -0.017748808, -0.022403808, 0.0007919512, - 0.0009922754, 0.0044762106, -0.0045379736, 0.009531045, -0.016318502, - -0.005815498, -0.0026785748, 0.007275061, -0.030816613, 0.009888622, - -0.00021739039, -0.0042681657, -0.019985288, 0.0002943913, - 0.054559708, 0.017228696, 0.018203907, -0.025082381, -0.02512139, - 0.0044339513, 0.014693153, 0.00013571662, -0.0011873173, -0.016045444, - -0.038852338, 0.015018223, 0.0008663109, -0.0020251847, 0.031466752, - 0.011982071, -0.005331144, 0.022533836, -0.018958068, -0.01821691, - -0.02577153, 0.029828401, -0.005428665, 0.0063681165, -0.017748808, - -0.023938136, -0.0013661056, 0.00088418974, -0.028086027, - -0.009550549, -0.000029967368, -0.0024591526, -0.019998292, - -0.014927203, 0.00797071, -0.009466032, -0.013587915, 0.0012872763, - -0.00070702675, 0.0067549497, -0.014225053, 0.0066834344, -0.01029821, - 0.036407813, -0.00015948735, -0.008919914, 0.018099884, -0.027956, - -0.016136462, -0.013366869, 0.026538694, -0.019777244, -0.01127992, - 0.011917057, 0.0072165485, -0.018281924, -0.039814543, -0.011260416, - -0.002857363, -0.029880412, -0.0071125263, 0.015785387, - -0.00057821785, -0.017683795, 0.0029971432, -0.16185874, 0.03606974, - 0.033625215, 0.001961796, 0.019595206, -0.017397733, 0.03671988, - 0.026343653, -0.002847611, -0.015304284, 0.017696798, -0.0087638805, - -0.020583417, -0.01435508, 0.0029711376, 0.00015481446, 0.010519258, - 0.031232702, 0.023470037, 0.0059715314, 0.010057658, -0.017254703, - -0.011735018, 0.0078016743, -0.00086793624, -0.013522902, 0.016383516, - 0.04772024, 0.009277491, -0.0058285007, -0.012560695, 0.0014408717, - 0.022585846, 0.0028411096, 0.01938716, -0.020947495, 0.009218979, - 0.011657001, -0.022988932, 0.02111653, 0.022195762, 0.01574638, - -0.01742374, 0.008035724, -0.027201837, 0.023327006, -0.005581448, - -0.008653357, 0.0011084878, -0.013743949, 0.025810538, -0.0085948445, - 0.006832966, 0.02479632, -0.0043169265, -0.008471318, 0.0023372516, - 0.011526974, -0.011435954, -0.0047362666, -0.014043014, 0.00031369232, - 0.020934492, -0.029828401, 0.0006334797, -0.025082381, -0.018619996, - -0.012203119, -0.020349367, 0.017319717, -0.024198193, -0.043273285, - -0.0073205708, -0.025394449, 0.02018033, 0.011188901, -0.0006489205, - 0.0018301427, 0.026525691, 0.013548908, -0.003331965, 0.008659858, - -0.033807255, -0.0057439827, -0.028112032, -0.016812608, - -0.0039691017, 0.017449744, -0.015122245, -0.021636643, 0.025836544, - -0.015408306, -0.019283138, -0.004128386, 0.015681366, -0.0009500164, - 0.010655787, 0.01547332, 0.0041901493, -0.0049248068, 0.02268987, - -0.0035855195, -0.02209174, 0.022377802, 0.041973006, -0.009875619, - 0.012710228, -0.013639927, 0.020895483, -0.018190904, -0.0025713018, - 0.004524971, 0.026486684, 0.042883202, -0.0010239697, 0.0144461, - -0.013860974, -0.051152978, 0.008562338, -0.02032336, 0.063973725, - -0.00908895, -0.01835994, 0.01468015, -0.01994628, -0.025888555, - -0.12045785, -0.0051198485, 0.0088549005, 0.029724378, 0.031102674, - 0.014797175, -0.004170645, -0.0047135116, 0.012385158, 0.037448037, - -0.038280215, -0.0068394677, -0.008204761, -0.0105387615, 0.019725233, - -0.0031304217, 0.013535905, -0.025992578, -0.032220915, 0.025654506, - 0.006936989, 0.0005144229, 0.004414447, -0.010181185, -0.009888622, - -0.014082022, -0.025160398, 0.026317647, 0.021870693, -0.0047752745, - 0.014108027, -0.0153302895, 0.016409522, -0.019608207, 0.0056204563, - -0.002964636, -0.011240913, 0.0039691017, -0.006254342, -0.00652415, - -0.0007655393, 0.01967322, -0.006696437, -0.01738473, 0.015343293, - 0.0028524871, -0.042285074, 0.011422951, -0.015226267, 0.007554621, - -0.026616711, 0.008107239, -0.051621076, -0.008523329, 0.0073790834, - -0.022624856, 0.010831324, 0.002698079, -0.01220962, 0.0022933672, - -0.023574058, 0.009700081, -0.029230272, 0.0038878343, 0.02912625, - -0.010733804, -0.010720801, -0.0047427677, 0.01197557, -0.008393301, - -0.009323001, 0.028528122, 0.012040583, 0.027956, -0.035991725, - 0.0104477415, 0.013847971, -0.0033612212, 0.027019799, 0.0005099532, - 0.00085493346, -0.0040893774, -0.0061275647, -0.009173469, - -0.009186471, 0.017514758, 0.03932044, -0.008399802, 0.008042226, - -0.033729237, -0.03487348, 0.03219491, 0.020167328, 0.0012539566, - -0.04002259, 0.015915414, 0.0167736, -0.0039073383, 0.024588276, - -0.010077163, -0.0067094397, -0.003783812, -0.023743095, 0.020856475, - 0.02348304, 0.012190116, 0.0077106548, -0.026967786, -0.0068199635, - 0.024965357, -0.012131603, 0.010824823, -0.021922704, 0.003331965, - -0.009856115, -0.018906057, -0.037109964, -0.026005581, 0.0023518796, - -0.00021393654, 0.012229124, 0.0057862415, -0.0020024297, 0.030530551, - 0.0018724018, 0.006488392, -0.0033352156, 0.017176686, -0.014576128, - 0.00012901206, 0.008360794, -0.012983286, 0.0023567558, -0.041999012, - 0.0065274006, 0.0053376453, -0.0022819897, -0.020869479, -0.006462387, - 0.019998292, 0.0085493345, 0.011865046, -0.018164897, -0.003481497, - 0.003242571, -0.0010808569, 0.0035985222, -0.008796387, -0.019270135, - 0.004232408, 0.005149105, 0.0047427677, 0.02270287, 0.023261992, - 0.0075871283, -0.036043733, -0.029724378, 0.008126744, -0.004859793, - 0.009388015, 0.019881267, -0.021038515, 0.021337578, -0.020401377, - -0.00666393, -0.02512139, 0.0008236455, 0.02335301, -0.016669577, - 0.0044794613, 0.0029695123, -0.019101098, -0.0058512557, 0.005493679, - 0.020479394, -0.005662715, 0.027149826, 0.013535905, -0.012606205, - -0.0044567063, 0.007041011, -0.0033709733, -0.0029955178, - 0.0021032013, -0.009030438, 0.018541979, 0.010714299, 0.005535938, - 0.00008522923, 0.032741025, -0.024848333, -0.00081429974, 0.024991363, - 0.012775241, -0.007749663, 0.0027988506, 0.0293603, 0.042701162, - 0.003579018, 0.0060040383, -0.007041011, 0.028450105, 0.016045444, - 0.0037903134, -0.011683007, -0.005074339, -0.022468822, -0.016292496, - -0.012593202, -0.037786108, -0.013496896, -0.0005558693, 0.0063453615, - 0.005877261, 0.022481825, 0.00969358, -0.004300673, 0.0071190274, - 0.024614282, -0.002363257, -0.013782958, 0.00871837, -0.0079056965, - 0.0055489405, 0.008048727, -0.022546839, 0.028294072, 0.0041641435, - 0.013548908, -0.0105387615, 0.009127959, 0.012762238, 0.0072165485, - -0.018463962, -0.01509624, -0.019374158, 0.012411163, -0.02129857, - 0.01202108, 0.04202502, 0.002828107, 0.06548205, -0.009914627, - -0.018528976, 0.0049898205, 0.02521241, 0.014407092, 0.021727663, - -0.0020560662, -0.025329435, 0.016890625, -0.020739451, -0.013821966, - 0.005093843, -0.031180691, -0.036121752, 0.013899983, 0.012170612, - 0.015772384, 0.0012539566, -0.025849547, 0.044807617, -0.017540764, - 0.007990215, -0.013204333, -0.0015367672, 0.004967066, 0.037344012, - 0.0035530124, 0.0131718265, -0.04865644, -0.017254703, 0.01966022, - -0.020102313, -0.012963782, -0.015304284, 0.002512789, -0.004359185, - 0.020869479, 0.00321494, -0.008191758, -0.009583056, 0.019166112, - -0.0134318825, -0.0019097849, 0.018580988, -0.014160039, -0.021779673, - 0.0017358725, -0.019309143 - ], - "metadata": { - "chunkTitle": "Creatine Dosage", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28784&chunkSid=chunk_57189" - }, - "document": "Andy Galpin: Creatine monohydrate is still the best one, and that's just because it has the largest evidence base. You can maybe make some arguments for some other types, but you're really going to reach saturation pretty quickly within a matter of weeks in there at a dosage of anywhere between, like, three to 6 grams per day. Now, 5 grams is the very standard number we give. Reality is, I change that number based on size. That's just the honest truth. If you're £225, you're not going to get the same dosage of Creatine as 125 pound girl. This is not what we're going to do. So we may slide that number down a little bit closer to three for the smaller girl, boy, it doesn't matter. It's just physical size. If you're one of our 275 or 330 pound offensive right tackles in the NFL, you're not going to get the same dosage as everybody else. So that number is going to go up to seven, eight, nine, maybe even 10 grams a day. So that's just kind of a scale in general. If you wanted an easy answer, 5.\n\nAndrew Huberman: Grams is the standard taken after training.\n\nAndy Galpin: The timing doesn't matter. Totally irrelevant. Take it in the morning, breakfast, take it at night, take it anytime you want. Take it pre. We tend to put it in a lot of people's workout, shakes just to make sure they get it in throughout the day, but the timing is irrelevant.\n\nAndrew Huberman: Great. Well, thank you for that very informative answer, and I look forward to much more discussion about nutrition and supplementation, andy recovery and all the rest in the episodes to come. This was incredibly informative. Thank you so very much.\n\nAndy Galpin: I appreciate the opportunity. I had a great time doing that. I love talking about these things. I also really like talking about what we're going to get into in our next conversation, which is the physiology of endurance, metabolism and fat loss." - }, - "truncated_cells": [] - }, - { - "row_idx": 31, - "row": { - "id": "chunk_57188", - "embedding": [ - -0.014270378, 0.0073260753, 0.013941265, -0.018311897, 0.0006080379, - -0.0034655693, 0.011565062, -0.03051544, -0.028672403, -0.015678985, - 0.017443037, 0.021155441, -0.010406581, 0.0042718984, -0.0100379735, - -0.0152313905, 0.063558474, -0.0089058215, 0.008530632, -0.006493417, - -0.017113922, -0.004936708, 0.0017327847, 0.0027382276, -0.013164556, - 0.033016704, 0.024762528, -0.027092656, 0.0020174682, -0.019549364, - 0.023274934, -0.0027217718, -0.0038045566, -0.012025821, -0.015521011, - -0.00557848, -0.0081949355, 0.004094177, 0.015336707, -0.016837467, - 0.027066326, -0.002678987, -0.0037716452, -0.028119491, -0.0074511385, - -0.011650631, -0.00010145964, -0.030225819, -0.018035442, 0.015310378, - 0.022958985, 0.024341263, 0.0043475945, 0.0011074683, -0.0053250627, - -0.029804554, -0.024288604, 0.027645567, 0.024038479, 0.00090670877, - 0.025697213, -0.0023301262, -0.02069468, 0.007813164, 0.00725367, - -0.0064736702, -0.0053151892, -0.0029027844, -0.0008655695, - 0.013296201, 0.0052559488, 0.02205063, -0.022919491, -0.0012037341, - 0.031226326, -0.018535694, -0.016231896, -0.01586329, -0.0024518985, - -0.0022643036, 0.005265822, -0.011018733, -0.020773668, 0.026579238, - 0.010202531, -0.005071645, -0.0028353161, -0.0062498725, - -0.0014143669, -0.012578732, -0.013243543, 0.016534682, 0.029251643, - 0.020536706, -0.0026427845, 0.02101063, -0.005117721, 0.01045924, - -0.029830882, 0.003765063, -0.015810631, 0.011927087, -0.024894174, - -0.016508352, -0.02069468, 0.024038479, 0.0016324049, -0.011196454, - 0.012749872, -0.0074248095, -0.021076454, 0.050288603, -0.010505315, - -0.04325873, 0.009853669, 0.0016118352, 0.02424911, -0.009629873, - -0.011479492, -0.011209619, 0.016468858, -0.0027415187, 0.057924043, - 0.016231896, 0.0033964554, 0.016139746, -0.041599996, 0.011209619, - 0.017535187, -0.011453163, 0.008793923, -0.0059865816, 0.0022429111, - 0.008234429, -0.0068850624, 0.022498226, -0.014309872, 0.0059141763, - -0.021603035, -0.034491137, 0.019496707, 0.01164405, -0.011203037, - -0.009682531, -0.043390375, 0.018575188, 0.03372759, 0.0061807586, - -0.004360759, 0.023130124, -0.00082772144, 0.009761518, 0.007010126, - 0.015363037, 0.0031002527, 0.0042587337, -0.009741771, -0.0013115188, - -0.006638227, -0.020536706, 0.016376708, -0.020497212, 0.019931138, - -0.024973162, -0.008774176, 0.032621767, 0.04291645, -0.036307845, - 0.01043291, -0.012907847, 0.010163037, 0.031963542, -0.03901974, - 0.022695694, -0.01115696, 0.0099194925, 0.01378329, 0.01612658, - -0.010163037, -0.024380757, 0.03522835, 0.009577214, 0.021563541, - 0.017285062, 0.0131843025, -0.0020108859, 0.004262025, -0.0040217717, - 0.003811139, -0.017087594, -0.0036860756, 0.01832506, -0.017995948, - -0.030594427, -0.6390602, -0.009629873, 0.008675442, -0.01941772, - 0.03167392, 0.020484049, 0.0054435437, 0.01326329, -0.018746328, - 0.03728202, -0.009149366, 0.0037189869, 0.00092398725, -0.017061263, - 0.009833923, -0.018311897, -0.00073927204, -0.014138733, -0.011512403, - 0.0011798732, -0.044917464, -0.0059832903, -0.016666327, - -0.0044660755, 0.021603035, 0.0070035434, 0.0009824049, 0.012012657, - 0.011749365, 0.036834426, -0.02574987, 0.017495694, -0.0017327847, - 0.01051848, 0.05213164, -0.0044660755, -0.0033388603, 0.017614175, - -0.012776201, 0.009860252, 0.02231392, -0.023617212, 0.024630884, - 0.016192403, -0.009011138, 0.027724555, -0.013598986, -0.012177214, - 0.0022708857, -0.005736455, 0.015810631, -0.01363848, -0.03135797, - -0.027961517, -0.0059635434, -0.00696405, 0.015428859, -0.029751895, - -0.0044397465, -0.0052197464, 0.023274934, 0.02112911, -0.022840504, - -0.018048605, -0.016324049, 0.009076961, -0.027145313, 0.0010334176, - -0.01644253, 0.02236658, 0.014810125, 0.014810125, 0.0047063287, - -0.02872506, -0.0041863285, 0.007043037, 0.01864101, -0.013171138, - -0.011657214, 0.028172148, 0.005311898, 0.0043245563, -0.0014398732, - -0.019207086, 0.01554734, -0.0011132277, -0.042758476, 0.0034754428, - 0.0023103794, -0.00064382906, 0.005074936, -0.0037486071, - -0.0069772145, -0.028093161, -0.028514428, -0.00047886072, - 0.0002957911, -0.0062235435, -0.015191897, -0.015929112, -0.02756658, - -0.009873416, 0.0030311388, 0.038098224, -0.005209873, -0.0021392403, - -0.007161518, 0.0044529107, 0.036255185, -0.014915441, 0.017403543, - -0.02190582, -0.014599492, -0.009866835, 0.013664809, -0.016626833, - -0.015902784, -0.008649113, 0.0046536704, -0.038624804, 0.013756961, - -0.0051144296, 0.016771644, 0.018483035, 0.025631389, 0.015626328, - -0.0074313916, -0.022182276, -0.011920505, -0.013533163, 0.009182277, - -0.025999997, 0.026987338, -0.021115948, 0.028014174, 0.012190378, - 0.020036453, 0.007997467, -0.0042291135, -0.013730631, -0.007859239, - -0.010182784, 0.024551896, 0.00421924, -0.038361516, -0.022748351, - -0.03851949, 0.0056443033, -0.011249113, -0.015297214, -0.00078329106, - -0.019325567, 0.00060063286, 0.03643949, -0.02574987, -0.014612657, - -0.023617212, -0.036887083, -0.0074313916, 0.0033734173, 0.0006043354, - 0.011282024, -0.0027678479, 0.011953416, -0.0070825308, -0.00916253, - -0.022011137, 0.006799493, -0.006917974, -0.029778225, 0.022985313, - -0.02222177, -0.0031594932, 0.023525061, -0.016310884, 0.025934175, - -0.017522024, 0.021813668, -0.013164556, 0.018022276, 0.0029225312, - -0.017298225, -0.0355443, -0.010031391, 0.033911895, -0.0049959486, - 0.0007906961, -0.013704303, -0.026539745, 0.030884048, -0.011466328, - 0.012835441, -0.018851643, 0.0018907593, 0.00997215, -0.0073326575, - 0.004518734, 0.008287088, -0.0011790505, 0.013651644, 0.020457719, - -0.010880505, 0.013704303, -0.030041516, 0.044496197, 0.007154936, - -0.011920505, -0.005381012, 0.020563036, 0.0038901262, -0.010182784, - -0.011551897, -0.016929619, -0.009017721, 0.013980758, 0.023169618, - -0.018311897, 0.009636454, -0.024354428, -0.0031512654, 0.028066833, - 0.0039691133, 0.033069365, -0.013677973, -0.009695695, 0.023301262, - 0.01806177, 0.022379745, -0.025052149, -0.014178227, -0.0056805057, - 0.02112911, 0.024170123, -0.016389871, 0.0063354424, -0.0063683535, - 0.012269366, -0.013796454, 0.037150376, 0.014599492, 0.0017426581, - -0.00055743667, 0.00048132907, -0.013585822, 0.038756453, 0.014204555, - 0.029804554, 0.0022675947, 0.0012374682, 0.012104808, 0.0018331644, - 0.010564555, -0.027039997, -0.0058253156, -0.0027678479, 0.012229872, - 0.012637973, 0.036808096, 0.037255693, 0.037361007, -0.0066843033, - 0.018180251, 0.019378226, -0.013598986, 0.0017229113, 0.0016743669, - 0.0035610122, -0.0016916454, -0.015665822, 0.0075630373, -0.018970124, - 0.0068324045, 0.010775189, -0.010110378, 0.015270884, -0.004502278, - 0.020312909, 0.021287085, 0.0002468354, -0.009879999, -0.011986327, - -0.03312202, 0.0026592403, 0.027434934, -0.023367086, -0.012605062, - -0.02669772, 0.018943796, -0.035860248, -0.0032960756, -0.02338025, - 0.023906833, -0.006825822, -0.00317924, -0.0077144294, 0.010281518, - 0.027513921, 0.012499745, 0.025473414, -0.01820658, -0.014889113, - -0.012874935, -0.019917972, 0.008912404, 0.027671896, 0.01910177, - -0.045549363, -0.028540757, -0.0061248094, -0.019141264, 0.022603542, - 0.0013403163, 0.0038934173, -0.02205063, 0.019470377, 0.009722024, - -0.015310378, 0.021563541, 0.022708857, 0.0043706326, -0.014257214, - -0.039625313, 0.008359493, 0.021379238, 0.08972961, 0.024920503, - -0.007609113, 0.014257214, -0.011676961, 0.02872506, 0.008359493, - -0.006891645, 0.03354329, -0.014428353, 0.0069311387, -0.0041599995, - -0.0024930376, -0.015178733, 0.016718986, -0.0034030376, -0.022550883, - 0.0043739234, -0.017443037, -0.008616202, 0.011314935, 0.005696961, - 0.03109468, 0.03496506, 0.031542275, 0.0056574675, 0.0232881, - 0.010880505, 0.024604553, -0.013447594, 0.0017739239, 0.004887341, - 0.00962329, 0.009531138, -0.022577213, -0.027487593, 0.001349367, - 0.012157467, 0.0011897467, -0.010498733, 0.00889924, 0.01719291, - 0.013901771, 0.0039855693, 0.026421264, -0.016100252, 0.027645567, - 0.0020503795, -0.012894682, -0.0021227845, -0.0094126575, 0.021366073, - -0.012045568, -0.011479492, -0.0015402529, -0.04776101, -0.0056113917, - -0.0024749364, -0.01736405, 0.001528734, 0.0009371518, 0.007174683, - -0.016995441, 0.006799493, -0.026052656, -0.013796454, -0.009044049, - -0.010696202, 0.00012238923, 0.010498733, 0.0026197466, -0.015323543, - -0.00895848, 0.007931645, 0.03525468, 0.019496707, 0.0018265821, - 0.00288962, -0.0056113917, 0.028646072, -0.0046108854, -0.0349124, - -0.0146389855, -0.02990987, -0.00039925627, -0.006088607, - -0.0066151894, -0.011262277, -0.018285567, 0.0027941768, -0.011466328, - 0.009741771, 0.0009313923, -0.020905314, -0.01072253, 0.010090631, - 0.012460251, -0.0025127844, 0.027329618, -0.028909365, 0.0025358226, - -0.0147574665, -0.004903797, -0.030357465, -0.0021622782, 0.013598986, - -0.005104556, -0.010709366, -0.001001329, -0.036334172, 0.0007425632, - -0.0018677213, -0.0017426581, 0.01777215, 0.01794329, 0.015560505, - 0.0054896194, 0.0074050627, -0.036255185, -0.015244556, -0.017008606, - -0.0272243, 0.030357465, 0.018390885, -0.046892148, 0.008510885, - -0.007878986, -0.022643035, -0.012499745, 0.0074577206, -0.025815694, - 0.029304301, -0.011512403, -0.023656705, -0.027777212, -0.020628858, - -0.029462276, 0.01213772, 0.0046339235, -0.0012210126, 0.0027299996, - 0.013941265, 0.0006462974, 0.0021507593, 0.010018227, -0.037439995, - -0.008767594, 0.024091136, 0.0014193036, -0.01361215, -0.0022363288, - 0.008839999, -0.006773164, 0.01421772, 0.018851643, 0.00997215, - 0.008879493, -0.010426328, 0.026987338, 0.012315442, 0.034991387, - -0.006792911, -0.013875442, 0.037439995, 0.005871392, -0.013914935, - 0.00030093352, -0.013118479, -0.0064341766, 0.008951898, 0.019220252, - 0.011229366, -0.0074445563, -0.0053941766, 0.03112101, 0.01777215, - -0.010656708, -0.022340251, -0.0205762, -0.028198479, -0.034438476, - 0.02782987, -0.014191391, 0.012835441, -0.010439493, -0.0320162, - 0.02502582, -0.010551391, 0.009715442, -0.013888606, 0.0064144298, - 0.003389873, 0.008050126, 0.019628352, 0.017587846, -0.004663544, - -0.029198984, -0.008339746, -0.0050387336, 0.030120503, 0.0184962, - 0.031647593, 0.0027793667, 0.0015106327, -0.018088099, -0.0019779745, - -0.012993416, -0.0014620884, -0.021550378, -0.01999696, -0.012131138, - -0.009386328, 0.00184962, -0.012578732, -0.0076815183, 0.00910329, - -0.022932656, 0.0031479744, -0.0062794928, 0.005854936, 0.01881215, - -0.017324556, 0.02144506, 0.0032006325, 0.02725063, 0.00956405, - -0.0066941767, -0.0017064555, -0.020563036, 0.03354329, 0.0033108857, - 0.019088605, 0.0127103785, -0.015442024, -0.016113415, 0.010360505, - -0.007345822, 0.017153416, -0.0043015187, 0.002155696, 0.012243036, - 0.018074935, -0.0039789868, 0.010202531, -0.0002628797, -0.008155442, - -0.003939493, -0.010149872, -0.0031134174, -0.0042554424, - -0.023314428, 0.055501767, 0.004071139, 0.017903795, 0.00011971518, - 0.008504303, -0.014467847, -0.011091138, -0.014138733, 0.02294582, - -0.029172655, 0.0067468346, 0.0068850624, 0.016139746, 0.012697213, - 0.0124734165, 0.008135695, 0.009169113, -0.007931645, 0.033990882, - 0.007964556, 0.01051848, 0.017956454, 0.0049597463, 0.010604049, - -0.029435946, -0.0034951896, -0.020931643, -0.0055126576, - -0.022932656, 0.02231392, 0.01661367, -0.028883034, 0.0027448097, - 0.010623796, 0.00999848, -0.020655187, -0.003248354, 0.024723034, - -0.030594427, -0.021458225, 0.009346834, 0.016310884, 0.0011444936, - -0.00093962013, -0.036044553, -0.008912404, 0.034491137, 0.0195362, - 0.03701873, 0.009985316, 0.0067665814, -0.02311696, 0.0010375315, - -0.017851137, -0.039177716, 0.015994934, -0.010860758, -0.048234932, - 0.0016332277, 0.006095189, 0.026118478, -0.009129619, 0.00476886, - 0.010064303, -0.0045845564, 0.024486072, -0.00010716771, -0.020391896, - -0.02962025, -0.0030212654, -0.0109858215, 0.011255695, 0.00047063286, - 0.004992658, -0.01658734, 0.01205215, 0.010683036, -0.02901468, - -0.0047458224, -0.011433416, 0.010597467, -0.0071681007, -0.010913417, - -0.0071154423, -0.032516453, -0.026737213, 0.0009824049, 0.0010120252, - -0.0038308857, 0.021405566, 0.01777215, 0.028935693, 0.0010630379, - -0.0077144294, -0.003811139, -0.010702783, 0.005042025, -0.0008844936, - 0.014849619, -0.008135695, 0.035702273, 0.0034425312, -0.006638227, - -0.004436455, 0.01627139, -0.047576703, -0.038940754, 0.009090126, - 0.026724048, 0.0125589855, -0.02531544, -0.009985316, 0.023946326, - -0.0048412653, 0.009307341, 0.00606886, -0.022208605, -0.00962329, - 0.014546834, -0.004057974, -0.017232403, -0.020299744, -0.008747847, - 0.029567592, -0.038361516, -0.013342277, 0.00777367, 0.008635948, - 0.018904302, -0.012131138, 0.016982276, 0.02355139, -0.008688606, - 0.028883034, -0.04083645, -0.012782783, 0.013980758, -0.023393415, - -0.0027267085, 0.00459443, 0.0059997463, -0.0046043033, 0.005097974, - -0.01779848, -0.009116455, 0.013967593, -0.0037815187, -0.00019057751, - 0.043495692, -0.019759998, 0.00015406644, 0.011953416, -0.0073392396, - -0.0034063288, -0.0053250627, 0.019062277, 0.0073589864, -0.012499745, - -0.003305949, -0.01875949, 0.01731139, 0.01714025, 0.010715948, - -0.019220252, 0.001310696, -0.008714936, 0.0145205045, 0.012967087, - -0.010123543, -0.014981264, 0.0031956958, -0.011525569, 0.002545696, - 0.014296708, -0.0012160758, -0.015178733, -0.012631391, -0.03701873, - 0.029857213, -0.024933668, -0.01228253, 0.0100379735, 0.005950379, - -0.0076420247, 0.005213164, 0.19525668, -0.004317974, -0.012861771, - 0.02103696, 0.004436455, 0.010656708, 0.04262683, 0.0041402527, - 0.0033832907, 0.0010029746, 0.02384101, 0.027487593, -0.051684044, - -0.0074379737, 0.002259367, -0.031199997, -0.023169618, -0.026408099, - -0.012019239, -0.012736707, 0.002927468, 0.011795442, -0.009195442, - -0.0043772147, 0.02652658, -0.014704809, -0.019351896, -0.029725567, - 0.029146327, 0.009847088, -0.011275441, -0.013243543, 0.011538733, - 0.006276202, -0.0081949355, 0.024920503, 0.019523036, -0.014849619, - -0.00517367, 0.00017916138, 0.0025045567, 0.004716202, -0.029962528, - 0.010367087, 0.017653668, -0.006207088, -0.026078984, 0.0131843025, - -0.022577213, 0.019207086, -0.018785821, -0.023327593, 0.018048605, - 0.028672403, 0.0072405054, 0.0023548098, -0.010689619, -0.0011140505, - 0.00020219934, 0.018864809, -0.023867339, 0.014889113, -0.0006845569, - 0.040388856, -0.016166074, 0.00034639236, -0.0062663285, 0.022392908, - -0.023933161, -0.013967593, -0.037676957, -0.019338733, -0.007622278, - -0.0140465805, 0.0034951896, -0.0072405054, 0.015850125, 0.029277971, - 0.0002962025, -0.00008922072, 0.028698731, 0.012822277, 0.00459443, - 0.0046536704, -0.02026025, -0.0078065814, -0.0014283543, -0.01109772, - 0.010452657, -0.0114597455, 0.008570125, -0.014059746, -0.01126886, - -0.0031167085, 0.01999696, -0.011815188, 0.01072253, -0.026434427, - -0.006164303, -0.008807087, -0.021826833, 0.0694562, -0.011887593, - 0.015205062, -0.0097681, -0.025302276, -0.006259746, 0.015073416, - -0.0062202523, 0.01045924, -0.0085503785, -0.041942272, 0.004597721, - -0.018719997, -0.013691138, 0.016376708, 0.011110885, -0.015797466, - 0.015310378, -0.0008589873, -0.009090126, -0.03135797, 0.02756658, - 0.015889619, -0.015744809, 0.007056202, -0.014599492, 0.0040151896, - -0.012848606, -0.034148857, 0.011374176, 0.00075737335, 0.00837924, - -0.024314934, 0.0074577206, -0.0071878475, 0.0054073413, - -0.0075630373, 0.0052756956, 0.0199443, -0.0076749357, -0.013625315, - 0.009123037, 0.01045924, 0.011374176, -0.002014177, -0.015784303, - 0.030331137, -0.0039032907, -0.027935186, -0.023393415, 0.021155441, - -0.012611644, 0.007154936, -0.011775695, 0.0013296201, -0.012131138, - -0.026868857, -0.007964556, 0.008366075, -0.029804554, 0.0020339238, - 0.032700755, 0.0017953162, -0.011696707, -0.016508352, -0.16450429, - 0.02130025, 0.032490123, -0.024538731, 0.0103934165, -0.0076683536, - 0.023604048, 0.025881516, 0.010669872, -0.009076961, 0.021839997, - -0.025526073, -0.028830377, -0.020036453, -0.001188924, -0.0051999995, - 0.008036961, 0.02253772, 0.0036827845, 0.016824301, 0.014573163, - -0.003883544, 0.0065658223, 0.016995441, 0.024222782, -0.0109858215, - 0.023656705, 0.038308855, 0.006990379, -0.010215695, 0.004979493, - -0.018035442, 0.01777215, -0.01569215, 0.0071154423, -0.0125589855, - 0.011887593, 0.015086581, -0.005802278, 0.022669364, 0.017443037, - 0.0128288595, -0.004650379, 0.0039460757, -0.00069196196, 0.027987845, - -0.0046767085, -0.018167086, 0.011690125, -0.0065954425, 0.011927087, - 0.009169113, 0.00603924, 0.025038984, 0.0071022776, -0.016284555, - -0.0035182275, 0.022643035, -0.01837772, -0.0026362021, -0.010854176, - -0.017008606, 0.02846177, -0.018180251, 0.015099745, -0.03341164, - 0.0054007587, -0.0056508854, -0.025947338, 0.012111391, -0.0071681007, - -0.011420252, 0.002534177, -0.02754025, 0.018562023, 0.016626833, - -0.011137214, 0.015020758, 0.0077605057, 0.02667139, -0.00035359172, - -0.016718986, -0.023696199, -0.035860248, -0.018298732, -0.014336201, - 0.0068324045, -0.00806329, -0.022300757, -0.011670378, 0.023182781, - -0.024775693, -0.0334643, -0.010353923, 0.017271897, 0.0067402525, - -0.0014464555, 0.015481518, 0.0061544296, -0.0038308857, 0.034438476, - 0.0027283542, -0.015455188, 0.0029373413, 0.03733468, -0.0024601263, - -0.00048338601, -0.006210379, 0.023762023, -0.010525062, 0.0015731644, - -0.0032796199, 0.0230643, 0.04560202, -0.01190734, 0.04591797, - -0.022616707, -0.028988352, -0.0013641771, -0.008175189, 0.0592405, - 0.01982582, -0.01702177, -0.00026473097, -0.02846177, -0.021813668, - -0.12880202, -0.0018331644, -0.013572657, 0.019022783, 0.016403036, - 0.005423797, -0.0047458224, 0.006305822, 0.0005352215, 0.016574176, - -0.014981264, -0.032121517, -0.009557467, -0.0067599993, 0.017522024, - -0.015994934, 0.002002658, -0.013335695, -0.04589164, 0.010446074, - 0.013796454, -0.010683036, 0.003860506, 0.01153215, -0.0058746827, - 0.01675848, -0.019707339, 0.018838478, 0.022076959, -0.019365061, - 0.005005822, -0.0077999993, 0.02372253, -0.020391896, 0.016639998, - -0.0070825308, 0.0020355694, -0.015771138, -0.0012777847, -0.02381468, - -0.009985316, 0.02901468, 0.002178734, -0.0053678476, 0.012565568, - -0.0139281, -0.029119996, 0.021366073, 0.0035873414, 0.003962531, - -0.044285566, -0.01361215, -0.04765569, -0.00011704113, 0.0024716454, - -0.020154934, 0.0066020247, 0.0048939236, -0.018404048, -0.015613163, - -0.03912506, 0.01985215, -0.013210632, -0.020523543, 0.026684554, - 0.00080344925, -0.018943796, -0.0257762, 0.019141264, -0.030410124, - 0.010860758, 0.008030379, 0.00069484167, 0.023511896, -0.036834426, - 0.0068324045, -0.021221263, -0.024630884, 0.03222683, -0.011841518, - 0.00028653478, -0.010446074, 0.016350377, -0.010169619, -0.017495694, - 0.018074935, 0.026605567, -0.012098227, 0.018838478, -0.027645567, - -0.017324556, 0.033385314, 0.03546531, -0.009511392, -0.0195362, - 0.0026625313, 0.0021013923, -0.00829367, 0.03701873, 0.011565062, - 0.0018660758, -0.012552404, -0.023683036, 0.04117873, 0.034491137, - -0.0053744297, 0.003435949, -0.026882023, 0.00835291, 0.021655694, - 0.008168607, 0.015428859, -0.026118478, 0.017969618, 0.0017294935, - -0.0201681, -0.041363034, 0.00064670877, -0.0042488603, -0.016534682, - 0.011387341, 0.0066448096, 0.0018594934, 0.02112911, -0.002808987, - 0.015244556, -0.017614175, -0.001070443, -0.012578732, -0.0060096197, - -0.009202024, -0.012855188, 0.040046576, -0.03462278, -0.0060622776, - -0.023274934, -0.030620756, -0.0008449999, -0.017429871, 0.021945314, - 0.0070496197, 0.031463288, 0.005647594, -0.005305316, -0.007273417, - -0.010248606, -0.014941771, -0.009406075, -0.038572147, 0.005877974, - 0.01779848, -0.0046075946, 0.0123681, 0.02069468, 0.0046075946, - -0.024235947, -0.007951392, 0.017785314, -0.009754935, -0.010360505, - 0.009425822, -0.017350884, 0.0054007587, 0.0008108543, 0.007029873, - -0.008030379, -0.012960505, 0.0023860757, -0.0060293665, - 0.00016815662, 0.012091644, -0.009689113, -0.005904303, -0.005262531, - 0.029383289, -0.013664809, 0.019062277, 0.012644555, -0.006016202, - -0.012848606, -0.0010868986, 0.008774176, -0.024551896, -0.0031956958, - -0.021984808, 0.028909365, 0.023261769, -0.010860758, -0.0081093665, - 0.02490734, -0.00927443, -0.0151129095, 0.026184302, 0.0066974675, - -0.0129144285, 0.0010243669, 0.016468858, 0.042468857, -0.01675848, - 0.010176201, 0.016218733, 0.018772656, 0.008965062, -0.0050617717, - 0.004979493, -0.009847088, -0.022458732, 0.0047721514, -0.026197465, - -0.029699238, -0.018114429, -0.0048511387, 0.012526074, 0.011518986, - 0.0038210123, 0.00170481, 0.0024107592, 0.02210329, 0.01675848, - -0.008589872, -0.006562531, 0.0039197463, -0.00554886, 0.014928606, - 0.0140465805, 0.012809113, 0.04352202, 0.018719997, 0.00618405, - -0.008273923, 0.013677973, 0.012749872, -0.0052987337, -0.024459744, - -0.0082278475, -0.010538227, -0.00398886, -0.025986832, 0.00797772, - 0.03522835, 0.00010526502, 0.05118379, 0.021984808, -0.013875442, - -0.0013501897, 0.015442024, 0.010880505, 0.020878986, -0.007293164, - -0.01627139, 0.025512908, -0.022300757, -0.02086582, 0.020971136, - -0.038440503, -0.02485468, 0.016152909, 0.0042324048, 0.024538731, - -0.0025160757, -0.015442024, 0.02840911, -0.010024809, -0.0027694933, - 0.0011428479, -0.0013641771, 0.0021639238, 0.025657719, 0.005565316, - 0.008398986, -0.029304301, -0.003817721, 0.02253772, -0.010123543, - -0.015626328, 0.009722024, 0.012394429, -0.008188354, 0.013473922, - 0.0038012655, 0.003435949, -0.0016537973, 0.009281011, -0.027039997, - -0.01670582, -0.00059857586, -0.017785314, -0.030857718, -0.021800503, - -0.018153923 - ], - "metadata": { - "chunkTitle": "The Creatine Effect", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28784&chunkSid=chunk_57188" - }, - "document": "Andrew Huberman: Supplementation is a huge topic and one that we will go into in great depth in a soon to occur episode. But if you had to pick one supplement that can benefit most everybody, if not everybody, for their training directed toward strength, power and hypertrophy, what would that supplement be and how would you like to see people use it? Meaning how much should they take and when should they take it?\n\nAndy Galpin: Sure, if you don't count protein and carbohydrates as supplements, they technically are, but we'll just walk out of it, right?\n\nAndrew Huberman: Sorry, I should be more specific. I'm not referring to non food form protein and carbohydrates. So powdered protein and powdered, carbohydrate, et cetera, technically are supplements. They're highly processed, but I'm not including that. I'm referring to non macronutrient type supplements.\n\nAndy Galpin: Yeah. Does testosterone count?\n\nAndrew Huberman: Well, in the context of this discussion, it's testosterone that people are manufacturing themselves.\n\nAndy Galpin: Okay. The cheating kind, the endogenous kind. No, I mean, Creatine is the answer here, without question. It is the most well studied, it is the most effective. Andy its benefits are robust, meaning they are going to confer positive adaptations across multiple physiological domains. We could certainly have a very long chat about some of the interesting things that people in fact, we just had Darren Candau on Barbara Shrugged podcast, and he went into extensive detail about all the benefits of Creatine that people have no idea about, including things like bone mineral density. You asked about that earlier. Creatine is actually fairly effective for that, let alone the benefit in things like cognitive function, decision making, memory, the work that's being done there for neurological disorders, depression, a whole host of things that Creatine is being studied for. Some of those studies show a lot of benefits. Some of it show maybe a little bit, some none. But there's just a lot of things Creatine can do. So when we could talk about muscle recovery or muscle hypertrophy, that's where the bulk of the research is, and it's very effective in terms of type." - }, - "truncated_cells": [] - }, - { - "row_idx": 32, - "row": { - "id": "chunk_57187", - "embedding": [ - -0.010806062, 0.011853458, 0.01959397, -0.0038926092, 0.012198333, - -0.022352966, 0.018878676, -0.022340192, -0.016081361, -0.013462871, - 0.026568096, 0.030732134, -0.03967332, -0.0041257185, 0.005581855, - 0.007018831, 0.0408229, -0.011323374, -0.009030598, -0.018750945, - -0.015902538, 0.017818507, -0.002974541, -0.012064215, -0.019300189, - 0.014804049, 0.014293124, -0.003911769, 0.02830524, -0.03415533, - 0.043709625, -0.018354977, -0.013034971, 0.01705212, -0.008149252, - -0.008519673, 0.006357822, 0.01558321, 0.026644735, -0.0155576635, - 0.021829266, 0.00049056776, 0.0037521047, 0.006210931, -0.016630607, - -0.010729423, -0.00426303, -0.03108978, 0.0152638815, 0.019989938, - -0.006086393, 0.014331444, -0.023425907, -0.00080790004, -0.012639005, - 0.008500514, -0.035892475, 0.032316, 0.008219505, -0.0007651899, - -0.0074595036, 0.010812448, -0.012045055, 0.0030639528, 0.0011024801, - -0.006281183, -0.0013212198, 0.008117319, -0.0051220222, 0.017486405, - 0.009828918, 0.016579513, 0.009873624, -0.011387239, 0.02232742, - -0.021446073, 0.0012509677, -0.021612125, -0.023783555, 0.0020500862, - 0.009203035, -0.029378183, -0.0050453837, 0.029378183, 0.013756653, - -0.035279363, 0.0048474, -0.00182017, 0.024409438, -0.0024540361, - 0.009822532, 0.013003039, 0.02449885, 0.0001819172, -0.0019463046, - 0.00770858, -0.03211163, 0.028407425, -0.024882043, -0.0053998376, - -0.010965726, 0.019926071, -0.018265566, -0.020781871, -0.034947265, - 0.009758666, 0.018533802, -0.017077666, 0.013603376, -0.031319696, - 0.009790598, 0.036428947, -0.005150762, -0.020564727, -0.003378491, - 0.007089083, 0.020628594, 0.002481179, -0.010850768, -0.005406224, - 0.03333785, 0.0059905946, 0.026849104, 0.005834124, 0.004304542, - 0.020066576, -0.011368079, -0.0017435312, 0.002294372, -0.015353293, - 0.017895145, 0.012568753, -0.00057758467, 0.025341876, -0.025341876, - 0.020845737, -0.024383891, -0.021573804, -0.010135473, -0.035202727, - 0.017218169, 0.018278338, -0.0063450485, 0.0035924409, -0.0343597, - 0.019964391, 0.033184573, 0.032086086, -0.019900525, 0.0017594977, - 0.0051826946, 0.011764046, 0.0037361383, 0.00032890792, 0.007746899, - 0.008276983, -0.023962379, 0.016860522, -0.01963229, 0.021343889, - 0.011917324, 0.013450098, 0.00025865572, -0.009011438, 0.0016086152, - 0.016886069, 0.026044397, -0.016106907, 0.010965726, -0.012102534, - -0.00830253, 0.022940528, -0.034385245, 0.0058628633, 0.00033130287, - 0.03456407, 0.008845388, 0.009292447, 0.0011479844, -0.028126417, - 0.018738171, 0.0076511004, 0.022008091, 0.031958353, 0.008411101, - -0.00075880333, 0.021152291, -0.021407753, -0.019926071, -0.025163053, - 0.00041592482, 0.017371448, -0.008085387, -0.0109848855, -0.6409042, - -0.0028388265, 0.013462871, -0.01689884, 0.0152638815, 0.014331444, - -0.0016700858, -0.008596311, -0.017358674, 0.010058834, 0.010537826, - 0.009892784, -0.016911615, 0.003343365, 0.0061726114, -0.03599466, - 0.012996652, -0.012179173, -0.046417527, -0.015455479, -0.05068375, - -0.0021969771, -0.01171934, 0.0022784057, 0.013692788, 0.00094760605, - 0.0028515996, -0.0076319408, 0.016834976, 0.023106579, -0.009049757, - 0.0033273986, 0.023719689, 0.013603376, 0.044399373, -0.024524396, - 0.002152271, 0.01636237, 0.0038926092, 0.01795901, 0.0075936215, - -0.009381859, 0.02245515, -0.0053487453, -0.015046739, 0.02171431, - 0.008826228, -0.0036594996, 0.046494167, 0.015621529, 0.011099843, - -0.008845388, -0.012568753, -0.02098624, 0.016030269, -0.019530104, - 0.014752957, -0.023987925, -0.0024492464, -0.0024428598, 0.016579513, - 0.0037616848, -0.0086282445, -0.025456835, -0.01051228, - -0.00086058915, -0.016285732, 0.008091773, -0.016004723, 0.019146912, - 0.01578758, 0.016094135, 0.027641037, -0.02364305, 0.0126006855, - 0.008749589, 0.019517332, 0.024728766, -0.011323374, 0.02082019, - -0.014242032, 0.025380194, -0.006903873, -0.0042406768, 0.013871611, - 0.016413463, -0.02986356, 0.0043652146, 0.00162059, -0.0008981102, - 0.010052447, 0.0046589966, 0.019491786, -0.0010386145, -0.024639353, - 0.030451125, -0.028356332, -0.01680943, -0.008200345, -0.016260186, - -0.0022049602, 0.0053870645, 0.00018680692, 0.018776491, 0.017716322, - -0.00047260555, -0.016311279, 0.0047516017, 0.018827584, -0.03768071, - -0.0041768113, -0.008998665, 0.0052114343, 0.015072285, 0.025610112, - -0.022812797, -0.009222195, 0.01766523, 0.009611775, -0.021190612, - 0.016119681, 0.00048817278, 0.023119353, 0.016285732, 0.0028531963, - 0.027641037, 0.015353293, -0.022940528, 0.013386233, -0.028969442, - 0.0033401717, 0.0021235317, 0.021893132, -0.015161697, 0.024524396, - 0.0031581547, -0.0005496434, 0.010320683, -0.0029777342, -0.02217414, - -0.018278338, -0.0115724495, 0.006942192, -0.025507927, -0.012268584, - -0.004288576, -0.031345244, -0.0029841207, 0.023898512, 0.0048090806, - 0.027589945, -0.014574133, -0.015059512, 0.007382865, -0.040516347, - -0.008168412, -0.029633645, -0.058756366, -0.01170018, 0.00871127, - -0.0008170807, 0.00023251075, 0.0086282445, 0.011578836, -0.018150607, - -0.017882371, 0.01294556, -0.0047292486, -0.022148594, -0.016758338, - -0.0056361402, -0.026823558, -0.02384742, 0.027947593, -0.009477657, - 0.0049176523, -0.020947922, 0.026798012, -0.014331444, 0.006163032, - -0.0055371486, -0.006590931, -0.041282732, -0.00026264734, - 0.045676686, -0.0026967255, -0.011776819, -0.0002740234, -0.033235665, - 0.012396316, -0.009630934, -0.006795301, -0.02135666, 0.008015134, - -0.005866057, -0.011725727, -0.003423197, -0.0071848817, -0.019938845, - 0.01456136, 0.038140543, 0.0053774845, -0.0005408619, -0.014778503, - 0.032060537, -0.017167076, 0.018188927, -0.007817151, 0.024562715, - 0.009592615, -0.0051826946, -0.013922703, -0.009330766, 0.0020405063, - -0.006246057, 0.0166817, -0.023898512, 0.026312632, -0.013411779, - 0.020564727, 0.016451782, 0.014586906, 0.050785936, -0.002388574, - -0.031268604, 0.015736487, 0.001989414, 0.027027927, -0.03883029, - -0.032443732, 0.009145556, 0.019683382, -0.0016732791, 0.0044578197, - 0.026798012, 0.0012126483, 0.0053998376, -0.004400341, 0.038115, - 0.030323394, 0.0032651294, 9.754474e-6, 0.017537497, -0.019325735, - 0.010525053, 0.0050517702, -0.00101227, 0.021037333, 0.010774129, - 0.027615491, 0.020334812, 0.022723386, -0.01619632, -0.001069749, - -0.02286389, 0.006006561, 0.0014625225, -0.0072040414, 0.019198004, - 0.02626154, -0.020462543, 0.02483095, 0.0037393316, -0.010614465, - -0.0016237833, 0.006954965, -0.004575971, -0.037782896, -0.010978499, - 0.010384548, -0.0018169767, 0.01415262, 0.0026791624, -0.009081691, - 0.009337152, -0.0068400074, 0.025252463, -0.010754969, 0.017895145, - 0.018176153, -0.026159355, -0.0035126088, 0.0033305918, 0.030936504, - -0.01599195, 0.004435467, -0.017333128, 0.005243367, -0.006756982, - -0.0075233695, -0.019031953, 0.026593642, -0.0031852976, -0.019823886, - 0.006450427, 0.000051940708, 0.027794315, -0.020053802, 0.01337346, - -0.010806062, 0.00042430716, -0.0044737863, -0.0016908421, - 0.002703112, 0.01766523, 0.0076958067, -0.029275997, -0.0146763185, - 0.01705212, -0.033235665, 0.031830624, -0.009317993, 0.00047619798, - 0.020207081, 0.010806062, -0.008589925, -0.001214245, 0.015468252, - 0.03816609, -0.0015830689, -0.019989938, -0.02343868, -0.012843375, - -0.005722359, 0.07709857, 0.050939213, -0.008602698, 0.01918523, - -0.021458846, 0.041946936, -0.0026184903, -0.010173792, 0.029608099, - -0.0043875678, 0.02531633, -0.008845388, 0.00016225857, -0.030297847, - 0.021995317, -0.006590931, -0.009381859, -0.03308239, 0.014216485, - -0.006565385, 0.014650771, -0.0015870605, 0.01255598, 0.03218827, - 0.013015812, 0.0142292585, 0.015314974, 0.025840027, -0.0020612627, - -0.013143543, 0.008187572, 0.017971784, 0.0068400074, -0.0013435729, - -0.012683711, -0.023860194, 0.014919007, -0.015672622, 0.021586578, - 0.0071274024, 0.010346229, 0.016553966, 0.025954986, 0.013833292, - -0.0011352113, 0.0041800044, -0.008404715, 0.030451125, 0.0036275669, - -0.0055499217, 0.016579513, 0.02540574, 0.007357319, -0.0026568095, - -0.014267578, -0.045829963, -0.005486056, -0.04434828, 0.0009507993, - -0.01272203, -0.0053647114, 0.0015391613, 0.0011384046, 0.027641037, - -0.021011787, -0.02037313, -0.005074123, -0.011323374, 0.010058834, - -0.00006112139, -0.027181204, -0.029914653, -0.0020947922, - -0.010940179, 0.019581197, 0.025201371, 0.019747248, 0.008136479, - -0.016834976, 0.022953302, -0.0033625246, -0.018380525, -0.028356332, - -0.030323394, -0.008436647, 0.012549593, -0.002139498, -0.01132976, - -0.004991098, -0.00928606, -0.039213486, -0.0030799191, 0.0042183236, - -0.011457491, 0.006539839, -0.018214474, 0.0022161368, 0.00625883, - 0.029659191, -0.028662888, -0.011112616, 0.007970429, 0.0024987422, - -0.03170289, -0.009745893, 0.012472955, 0.023591958, -0.0133479135, - 0.0007332571, -0.010748583, -0.00045145006, -0.011597996, 0.018048422, - 0.027257845, 0.018712625, 0.027155658, -0.0046813497, 0.008583538, - -0.017716322, -0.021113971, 0.0013292031, -0.026338179, 0.022557335, - 0.002011767, -0.035483737, 0.0054700896, -0.011406398, -0.03272474, - 0.007248747, -0.0027382383, 0.0042821895, 0.030272301, 0.0032986589, - -0.030119024, -0.0057606786, -0.037297517, -0.011176483, 0.021752628, - 0.007223201, -0.0046749627, -0.024549942, -0.0019111785, 0.0009156732, - -0.02654255, 0.019491786, -0.031115327, 0.0017483212, -0.003186894, - -0.027385576, 0.011093457, 0.0058181575, 0.0062747966, -0.010620852, - 0.009049757, 0.0034487431, -0.0100971535, -0.010531439, 0.007197655, - 0.028407425, 0.0046110973, 0.034538522, -0.009432951, -0.032903563, - 0.025827255, -0.0068974863, -0.004735635, -0.0178696, -0.012977493, - -0.020641366, 0.0035700877, 0.013654469, 0.01476573, -0.015097831, - 0.007561689, 0.039494496, 0.027130112, -0.022748932, -0.034742896, - -0.009158329, -0.030093478, -0.004087399, 0.031958353, -0.02278725, - 0.009375473, -0.025954986, -0.043939542, 0.02544406, -0.0044897525, - 0.025469607, -0.009739506, 0.009752279, -0.006814461, 0.008321689, - 0.012977493, 0.0074211843, 0.0032826925, -0.029378183, -0.010531439, - 0.00086058915, 0.008366396, 0.03676105, 0.011949256, -0.021331115, - -0.012402702, -0.029838014, -0.020334812, -0.018150607, -0.029173812, - -0.0020452964, -0.0048218537, -0.008813455, -0.015774807, - -0.0071912683, -0.020309266, -0.0146763185, 0.016106907, -0.025916666, - 0.007006058, -0.028407425, 0.0023151285, 0.026095489, 0.016822202, - 0.027922047, -0.016106907, 0.036147937, 0.026146583, -0.0012110517, - 0.006552612, -0.010959339, 0.0067058895, 0.018354977, 0.0034168104, - -0.005179501, -0.004103366, -0.006737822, -0.0045919376, 0.0012693291, - 0.005380678, -0.027283391, 0.012900854, 0.008992278, -0.00029258436, - -0.01294556, -0.006108746, -0.035815835, -0.0071721086, 0.014420856, - -0.0062492504, 0.0042023575, -0.012211106, -0.027283391, 0.06892377, - -0.006067233, 0.020424223, 0.0026073137, 0.01983666, -0.0012214299, - -0.027206752, -0.008117319, 0.0131946355, 0.007625554, 0.003333785, - -0.009158329, 0.022544561, 0.0036307601, -0.011316987, -0.02135666, - -0.001129623, -0.003978828, 0.027641037, -0.0057287454, 0.0022847923, - -0.0055882414, -0.011585223, -0.002770171, -0.02667028, 0.0007440344, - -0.019440694, -0.006782528, -0.01108707, 0.013181862, 0.02061582, - -0.019453466, 0.0055658882, -0.007759672, 0.005192274, -0.027385576, - -0.008609084, 0.021420527, -0.038293824, -0.0021650444, -0.023617504, - 0.01705212, 0.010761356, 0.0025514313, -0.026184902, -0.011221188, - 0.028407425, -0.0031517681, 0.036863234, -0.01558321, -0.0036116005, - -0.021573804, 0.011227575, -0.027385576, 0.0074722767, 0.02646591, - 0.0009659674, -0.0425345, 0.00006107149, 0.0036371467, 0.024613807, - -0.006712276, 0.00033669153, 0.024434984, 0.015928084, 0.021548258, - -0.0065973178, -0.015723715, -0.021816494, -0.02667028, -0.011559676, - 0.023349268, 0.001458531, 0.01558321, -0.032137178, 0.0010625642, - 0.00791295, -0.0013403796, -0.008781522, -0.018763717, 0.038293824, - -0.012594299, 0.0062971497, -0.01390993, -0.008430261, -0.028330786, - -0.0025402547, 0.016873294, -0.010403709, 0.011898164, 0.0016700858, - 0.0074339574, 0.00082546304, -0.02940373, -0.02626154, 0.0036211803, - 0.009228582, -0.00826421, -0.00045025258, -0.0034072306, 0.01229413, - 0.016873294, -0.027845407, 0.01717985, 0.006814461, -0.043122064, - -0.028892804, -0.002206557, 0.015097831, -0.010940179, -0.033005748, - -0.030783227, 0.016183546, -0.02425616, 0.0222891, 0.0015694975, - 0.015685394, -0.013245729, -0.006373788, -0.010263205, -0.007267907, - -0.023323722, -0.019325735, 0.017294807, -0.009330766, 0.008347236, - -0.0013419762, 0.01398657, 0.032290455, -0.024268933, 0.015672622, - 0.043326434, 0.010697491, 0.024690446, -0.01153413, -0.0040650466, - 0.037246425, -0.013015812, -0.010052447, -0.018776491, 0.02973583, - -0.015110604, -0.00077437056, 0.0015918504, -0.008845388, - 0.0027717676, -0.017371448, 0.018457163, -0.00053647114, -0.015314974, - -0.010754969, 0.023694143, -0.012990266, 0.010461188, -0.013028585, - -0.019938845, 0.016145227, 0.010065221, 0.011821525, 0.002072439, - 0.0059426953, 0.028765073, 0.011265894, 0.0016860522, 0.0121663995, - 0.0019367248, 0.01803565, 0.033235665, 0.0018185733, -0.04204912, - 0.0045344587, 0.0042726095, 0.0066356375, 0.042508952, 0.016375143, - 0.005917149, -0.009522363, -0.033899866, -0.008232278, -0.031243058, - -0.038038358, -0.0036563063, 0.0054988293, -0.0075936215, - -0.032622557, 0.1911881, -0.024243386, 0.0071593355, 0.021190612, - -0.010263205, 0.002947398, 0.032520372, 0.014459175, -0.007746899, - 0.0042566434, 0.011591609, 0.032699194, -0.040899538, -0.002126725, - 0.018750945, -0.0086218575, -0.03190726, -0.039826598, -0.0046621896, - -0.0055467286, -0.0003209247, -0.0032922723, -0.0021826073, - -0.002974541, 0.025507927, -0.015698168, -0.01212808, -0.010665557, - 0.033772137, 0.024473304, 0.003276306, 0.00054724846, -0.018469935, - 0.005109249, -0.011080684, 0.035866927, 0.008832615, -0.008404715, - -0.0025338682, -0.01251766, 0.022940528, 0.009701187, -0.006450427, - -0.0016493294, 0.0030783226, 0.0039628614, -0.01894254, 0.0031980707, - -0.01558321, 0.033159025, -0.019210776, -0.013526737, 0.0040171472, - 0.011591609, 0.020053802, -0.018738171, 0.005326392, -0.0037968107, - 0.0044418536, 0.05334056, -0.00826421, 0.029889107, 0.012715644, - 0.026159355, -0.009624548, -0.0149701, -0.009567069, 0.03693987, - 0.006351435, -0.015276655, 0.005984208, -0.016170774, -0.01255598, - -0.004221517, 0.0005065341, 0.010007742, 0.044476014, 0.033925414, - 0.015097831, 0.017831279, 0.0038255502, -0.011744887, 0.014178166, - -0.0005847695, -0.01493178, -0.03321012, 0.0035700877, -0.015481025, - -0.0004702106, 0.009132783, 0.02577616, 0.008066227, -0.0065717716, - 0.0031661377, -0.013999343, -0.04340307, 0.0049208454, -0.0021347082, - 0.008142866, -0.018789263, -0.0148168225, 0.045983244, -0.011438332, - 0.015085058, -0.0112786675, -0.026568096, -0.0068208477, 0.005945889, - 0.024575489, 0.019785568, -0.016119681, -0.033695497, 0.016720017, - 0.00068216457, 0.00202454, 0.0158259, 0.0013180266, -0.015187243, - 0.02180372, -0.030016838, -0.020794643, -0.02843297, 0.0076319408, - 0.00928606, 0.007453117, -0.01976002, -0.028765073, 0.0040778196, - 0.00666757, -0.035637014, 0.013680015, -0.02384742, -0.009413792, - -0.019772794, -0.009005051, -0.008053454, 0.0023758009, 0.009056144, - 0.00444824, 0.015672622, -0.0067186626, -0.01175766, 0.013066905, - -0.028279694, 0.030451125, -0.00587883, 0.006233284, 0.013565056, - -0.031779528, 0.0013100434, -0.005722359, 0.027462214, -0.014637998, - -0.023106579, -0.00014269973, -0.014535814, -0.020194307, -0.03218827, - -0.006051267, -0.009222195, -0.029275997, -0.012377156, 0.016630607, - -0.004151265, -0.008385555, -0.015353293, -0.15746705, 0.027513307, - 0.02470322, -0.00444824, 0.018789263, -0.016643379, 0.03952004, - 0.020385904, -0.008436647, -0.012357996, 0.030272301, -0.03321012, - -0.012524047, -0.036352307, 0.0041225255, 0.010180179, 0.01151497, - 0.051245768, 0.010576146, 0.012300517, 0.0022672294, -0.01955565, - 0.015238335, -0.0049048793, -0.021548258, 0.009624548, 0.013322367, - 0.061975192, -0.02540574, 0.010058834, -0.017077666, 0.011751273, - 0.0182017, -0.003573281, 0.010026901, -0.01595363, -0.017282035, - 0.0016054219, -0.01374388, 0.016796656, 0.026900196, 0.004007567, - -0.0057479055, -0.0051156357, -0.01689884, 0.019542878, 0.018073969, - 0.0038255502, 0.0049080723, -0.0032156336, 0.019913299, 0.0034838691, - 0.019044725, 0.011527743, 0.004061853, -0.03456407, 0.0056361402, - 0.006833621, -0.027641037, -0.007478663, -0.004547232, -0.023004394, - 0.034257516, -0.008430261, -0.008819841, -0.019811114, 0.0032587429, - 0.00012763144, -0.016247412, 0.009758666, -0.002894709, -0.027589945, - 0.011732114, -0.019938845, 0.01032707, 0.01493178, -0.016745564, - 0.01398657, 0.015621529, 0.02000271, 0.0032667262, -0.00545093, - -0.022467922, -0.020436997, -0.021254476, -0.020692458, 0.0017227749, - 0.013284048, -0.025878347, -0.011795979, 0.0087687485, -0.02511196, - -0.04245786, -0.0039500883, 0.026568096, -0.0076830336, 0.013181862, - 0.019772794, 0.02204641, -0.022480696, 0.020500863, -0.0021107586, - -0.026772466, 0.0211012, 0.02225078, -0.0043939543, 0.005355132, - -0.0042598364, 0.01983666, -0.0149701, -0.0067314357, -0.0030799191, - 0.03926458, 0.037093148, -0.002889919, 0.044961393, -0.0037361383, - -0.031805076, -0.0025849608, 0.0013172283, 0.03645449, 0.005677653, - -0.018061196, 0.00011485832, -0.00486656, -0.009745893, -0.11148381, - 0.011578836, 0.0072168144, 0.02082019, 0.023093807, 0.013117997, - -0.010537826, 0.011246734, -0.017601363, 0.039954327, -0.039085757, - -0.01153413, 0.0036467265, 0.00055163924, 0.021113971, -0.007414798, - 0.013034971, -0.021394981, -0.020641366, 0.02004103, 0.0142292585, - -0.02592944, -0.00013561464, 0.002184204, 0.0043524415, 0.009407405, - -0.020705232, 0.0018728591, 0.025175825, 0.004288576, 0.011546903, - -0.009560683, 0.030042386, -0.0052369805, 0.008960346, 0.0049783248, - -0.003000087, -0.015327747, 0.022966076, -0.02483095, -0.0068527805, - 0.016617833, -0.016541194, 0.004767568, 0.004617484, 0.0109912725, - -0.0319839, 0.019542878, -0.0027318515, -0.0148168225, -0.001234203, - -0.00019748445, -0.028254148, -0.0030064739, 0.010518666, - -0.026414817, 0.014012116, 0.009222195, -0.0007160932, -0.0025067253, - -0.010729423, 0.007600008, -0.020270946, 0.008015134, 0.041870296, - -0.00030435956, -0.01619632, -0.011585223, 0.025610112, -0.009982196, - 0.0062173177, 0.003978828, 0.0067058895, 0.03722088, -0.020347584, - -0.015647076, -0.010723037, -0.02282557, 0.009234968, -0.0059522754, - 0.002894709, -0.017001027, -0.00084462273, 0.0017594977, - -0.0029984906, 0.0074020247, 0.02082019, -0.014216485, 0.010531439, - -0.039698865, -0.022404058, 0.030195663, 0.022276327, -0.012913628, - -0.024409438, 0.007625554, 0.0035541214, -0.008755975, -0.0014489511, - -0.0024364733, 0.00545093, 0.016387917, -0.020309266, 0.024652127, - 0.020028256, -0.009279674, 0.010895474, -0.008641018, -0.007178495, - 0.006210931, -0.0069996715, 0.03157516, -0.00971396, 0.0012749173, - -0.03236709, -0.018648759, -0.020270946, -0.0003620382, -0.02446053, - -0.008462193, 0.0069485786, 0.00889648, -0.009043371, 0.030655494, - -0.02437112, 0.01652842, -0.0014154217, 0.028586248, -0.016272958, - 0.018584894, 0.00022951706, -0.009650094, 0.01848271, -0.03096205, - -0.0036116005, 0.010129087, -0.012389929, -0.029786922, 0.0054221908, - 0.018342204, 0.0040778196, 0.01656674, -0.00567446, -0.014689092, - -0.016873294, -0.011770433, -0.011233961, -0.0014529427, -0.024626581, - -0.002872356, 0.014012116, -0.0044322736, 0.010365389, 0.018418843, - 0.0030431964, -0.023540866, -0.022812797, 0.0112722805, 0.005268913, - -0.0052625267, 0.0011328163, -0.026772466, 0.01894254, -0.017001027, - -0.00302723, -0.041410465, -0.015327747, -0.0034934492, 0.00026663893, - 0.00046741645, -0.00058117707, -0.024715992, -0.006859167, 0.01693716, - 0.018789263, 0.014267578, 0.018802037, 0.0019047919, -0.0062268972, - -0.00043508448, 0.009254128, 0.006610091, 0.011993962, 0.0059395023, - 0.0027222717, 0.029071627, 0.02302994, 0.010129087, 0.0158259, - 0.016451782, -0.016834976, -0.0023518512, 0.0024652127, 0.027794315, - -0.01439531, -0.007210428, 0.026900196, 0.04123164, -0.008200345, - 0.0060129478, -0.0017163884, 0.00027083012, 0.006498326, -0.003573281, - -0.020219853, -0.0018616826, -0.019989938, -0.013022198, -0.015059512, - -0.04994291, -0.025661204, -0.03387432, 0.010684717, 0.005339165, - 0.0123132905, 0.0037233653, -0.013232955, 0.0055211824, -0.003146978, - -0.009266901, -0.034717347, -0.005731939, 0.005230594, 0.018661533, - -0.0062620235, -0.007836311, 0.016451782, 0.03170289, 0.0178696, - 0.0038989957, 0.029914653, -0.00019159685, 0.025942212, -0.012338837, - -0.025431288, -0.03571365, -0.00033150247, -0.013820519, -0.007919336, - 0.019402374, 0.015059512, 0.055741906, -0.0011200432, 0.021739855, - -0.005358325, 0.025290783, 0.016668925, 0.021561032, -0.021394981, - -0.013705561, -0.0017195817, -0.009432951, -0.013961024, -0.006974125, - -0.036224578, -0.024039017, 0.009586229, -0.011291441, -0.017230943, - 0.009452111, -0.02384742, 0.01848271, -0.017409766, -0.0061534517, - -0.020551955, -0.025086414, -0.010135473, 0.007951269, 0.00012603479, - -0.0015455479, -0.024320025, -0.012064215, 0.010365389, -0.04368408, - -0.025661204, 0.0051731146, 0.019083045, -0.022071956, 0.005007064, - 0.008947573, 0.0023374814, 0.0059331157, 0.012619846, -0.024000697, - -0.017001027, 0.0065142927, -0.021535484, -0.007574462, -0.012076988, - -0.017001027 - ], - "metadata": { - "chunkTitle": "Nutrient Ratios", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28784&chunkSid=chunk_57187" - }, - "document": "Andy Galpin: In general. The way that we like to think about this is if you're doing a strength type of work where you're truly targeting that, then a one to one post exercise, protein to carbohydrate ratio is generally what we're going to go after. So this would be something like 35 grams of protein. Andy 35 grams of carbohydrate. It doesn't have to be post, it can be pre or my favorite is actually mid or post, but somewhere in that range, especially if you're training in the morning and you have not consumed anything prior to your workout.\n\nAndrew Huberman: And that's not necessarily eating in the middle of the workout, that's drinking calories. I have to see someone eating a sandwich in the gym, although I'm sure it's happened.\n\nAndy Galpin: So one to one, is that like sort of standard number here? If you're going to do sort of more of a really hard conditioning workout. That number slides up to something like three or even four to one, which would be carbohydrate to protein ratio. So if we want to stay at 35 grams of protein, we're going to go maybe as high as like 100 or 140 grams of carbohydrate. Again, depending on what type of training we're sort of doing. If you're going to do a little bit of a combination then like a little bit of strength, a little bit of conditioning and kind of a standard workout, which is probably something that a lot of people will do, then you maybe want to go to something like two to one. So 35 grams of protein, 60, 70 grams of carbohydrate, and those are kind of just like rough numbers that you can go by.\n\nAndrew Huberman: And for pure hypertrophy training, would you like to see people ingest some carbohydrate post training?\n\nAndy Galpin: For pure hypertrophy training, I want to see that as many of those nutrients around the training as generally possible. Now again, I may change my mind when our fasting study comes out, but as it stands now, there is no advantage to not fueling around the training and there are some known and some other potential advantages to fueling. So I just see no reason to not do it. In fact, most people are generally going to do better. Now, this is not science, this is just my coaching experience and this is with our athletes and all of our non athletes that we've worked with and do work with. They're just going to be better spreading those meals out generally throughout the day. And they're going to be better if they have those nutrients either pre, mid or post. And so they're going to get, even for hypertrophy, they're going to get something like that. One three to one ratio of carbs to protein. Personal preference. Some people don't like to eat before they train. Some people have to eat before they train. Some people can't put in food in their belly immediately after work around that you can play based on personal preference. But we want that fueling in there because we want to maximize the potential growth and we want to just get a jump start in recovery because we're going to be training again pretty soon." - }, - "truncated_cells": [] - }, - { - "row_idx": 33, - "row": { - "id": "chunk_57185", - "embedding": [ - -0.007318119, -0.0065843333, 0.03029912, -0.025073772, -0.0030404415, - 0.003780809, -0.003800552, -0.013714893, -0.0285354, -0.007884089, - 0.028193187, 0.018913915, -0.014043945, -0.0015416092, 0.0042908397, - -0.01332003, 0.04538287, 0.00032144279, -0.0032822948, -0.031931218, - -0.019940559, 0.0064592934, -0.008134169, 0.000030874344, - -0.014530942, 0.02153317, 0.022046492, -0.021704279, 0.014623077, - -0.01647893, 0.036590595, -0.016584227, -0.0037775184, 0.00808152, - -0.0014165693, 0.0009164102, 0.0009929148, 0.0041987053, 0.024363019, - -0.0030387964, 0.020467043, -0.0043796836, 0.013991296, -0.024876341, - -0.018834943, -0.016294662, -0.0035274387, -0.020782933, 0.0052418006, - 0.013175247, 0.01224732, 0.001679811, -0.024007643, 0.009739943, - 0.001101502, -0.013076532, -0.023007324, 0.019848425, 0.0022260377, - 0.002234264, 0.016452607, 0.005064112, -0.01035198, 0.007100945, - -0.021954358, -0.005208895, -0.008476383, 0.00593281, -0.007627428, - 0.00801571, 0.01729498, 0.023573294, -0.017808301, -0.011010084, - 0.030957224, -0.012898844, 0.0043105828, -0.024797369, -0.023138946, - 0.003478081, 0.0035175672, -0.0044487845, -0.018295297, 0.039617877, - 0.017953085, -0.016452607, 0.003422142, 0.0027294874, 0.022138627, - -0.0025369918, -0.00031506742, 0.006284896, 0.036327355, 0.0029779216, - 0.01174058, 0.011233839, -0.027614055, 0.017150197, -0.02858805, - -0.005462265, -0.023033649, 0.004330326, -0.008390829, -0.020467043, - -0.041434243, 0.016176203, 0.032668296, -0.0047383504, 0.019400913, - -0.024007643, -0.028772319, 0.034642607, -0.008305276, -0.03856491, - 0.015886636, 0.0021240315, 0.030878251, 0.012135442, 0.0011072604, - -0.020427557, 0.021375226, 0.00808152, 0.03851226, 0.010990341, - 0.0081802355, 0.020585502, -0.018676998, 0.008640909, -0.0008621166, - -0.013339773, 0.009489863, -0.0011566182, 0.0037742278, 0.026416305, - -0.024099778, 0.025850335, -0.0076340092, -0.01413608, -0.013208153, - -0.03830167, 0.029325126, 0.02063815, -0.011701094, 0.0017160068, - -0.03914404, 0.030246472, 0.027850972, 0.018150516, -0.0015638202, - 0.015544422, -0.002732778, 0.0033497505, 0.0050970176, 0.0037577753, - -0.008476383, 0.024797369, 0.00517599, 0.017097548, -0.020861905, - 0.008278951, -0.005008173, -0.010931112, 0.0166632, -0.004152638, - -0.0081802355, 0.02140155, 0.036458977, -0.016307823, 0.009338499, - -0.011970917, -0.008232884, 0.024376182, -0.035563953, 0.008311857, - -0.0006432969, 0.022454517, 0.02790362, 0.023217918, -0.010338818, - -0.02808789, 0.025415987, 0.0099900225, 0.01458359, 0.02632417, - 0.0052220575, 0.0019545697, 0.03869653, -0.026337333, 0.011608959, - -0.006192761, 0.0028495914, 0.024336696, -0.018163677, -0.017624032, - -0.6326225, 0.00096741325, 0.011905106, -0.018282136, 0.02619255, - 0.009463539, -0.022625623, 0.021941196, -0.0081802355, 0.036774866, - -0.012977816, 0.013063369, 0.0070351344, -0.011733999, 0.014530942, - -0.022480842, -0.018834943, -0.015307505, -0.045935676, -0.010996922, - -0.046225242, -0.009233203, -0.0052615437, 0.01489948, 0.019374589, - 0.0075089694, 0.014688887, -0.005478718, 0.008568517, 0.023467997, - -0.030957224, 0.017466087, 0.018479567, 0.008022291, 0.050094895, - -0.00031157123, -0.006136822, 0.019216644, 0.004748222, 0.024718396, - 0.00239879, -0.026982274, 0.037959453, 0.00700881, -0.014688887, - 0.027798323, 0.0005203137, -0.005202314, 0.019716803, -0.00789067, - 0.01230655, 0.011115381, -0.01154973, -0.013491137, 0.016636875, - -0.008660652, 0.012043308, -0.033194777, -0.008153912, -0.0070482967, - 0.018676998, 0.021059336, -0.026876977, -0.0001224691, -0.014754698, - 0.011306231, -0.001092453, 0.012128862, -0.012457914, 0.022796731, - 0.0075287125, 0.02273092, 0.032247107, -0.017097548, -0.003451757, - 0.017597707, 0.004004564, 0.012385522, -0.006159856, 0.025389662, - -0.01805838, 0.008858083, -0.016386796, -0.02101985, 0.017202845, - -0.0040111453, -0.044198282, 0.006084174, -0.002000637, -0.022007005, - -0.0003228824, 0.0075484556, 0.019887911, -0.011128543, -0.030141175, - 0.022994163, 0.003137512, 0.0052056047, -0.021691116, -0.006432969, - -0.011286488, -0.004369812, 0.00078807987, 0.011891943, 0.009542512, - -0.018361108, -0.015452288, 0.011957754, 0.032615647, -0.032905214, - 0.019558858, -0.021046175, -0.004129604, -0.009068676, 0.011141705, - -0.028482752, 0.008390829, 0.0061960514, -0.0115365675, -0.015241695, - 0.02442883, -0.00081317005, 0.035774548, 0.018966565, 0.01862435, - 0.040302303, -0.0010842268, -0.037854157, 0.001975958, -0.019453561, - 0.0073312814, -0.019611506, 0.021414712, -0.021111984, 0.031931218, - 0.009568836, 0.036011465, 0.0011714256, 0.006804798, -0.030062202, - -0.015702367, -0.011168029, 0.013010721, -0.02342851, -0.0065185227, - -0.014241376, -0.032589324, 0.0010595479, 0.016939603, -0.017084386, - 0.017439762, -0.015175884, -0.0072588897, 0.012793547, -0.028956586, - 0.0020105084, -0.019335102, -0.049594738, -0.022296572, 0.005482008, - -0.015175884, -0.003333298, 0.0057847365, 0.015439126, -0.014741535, - -0.01755822, 0.016807983, -0.01774249, -0.018690161, -0.021691116, - -0.0033217813, -0.014794184, -0.020124828, 0.013451651, 0.001824594, - 0.009878145, -0.005478718, 0.005172699, -0.01995372, 0.015425963, - 0.016281499, -0.008542193, -0.025152745, -0.0153996395, 0.04411931, - -0.0024991508, 0.0016608906, 0.0070417156, -0.005814351, 0.024218237, - 0.010865301, -0.0032855854, -0.025047448, 0.005353678, 0.0031161236, - -0.0057090544, 0.0027163252, -0.0014321994, 0.0024925699, 0.018176839, - 0.04240824, -0.00782486, -0.002594576, -0.028693344, 0.023507483, - 0.0051661185, 0.011635283, -0.008127588, 0.005320773, 0.008055196, - -0.008831759, -0.007864346, -0.01212228, -0.0041394755, 0.002360949, - 0.009937374, -0.010661289, 0.00965439, -0.0301675, 0.029193504, - 0.024441991, 0.006864027, 0.04109203, -0.0071470123, -0.037906803, - 0.018505892, 0.0065185227, 0.038854476, -0.033879206, -0.0073312814, - -0.00549188, 0.021993844, 0.009384567, 0.011082476, 0.023178432, - -0.012523724, -0.0066007855, -0.0075484556, 0.0364853, 0.02329689, - 0.0015481903, -0.00035496498, 0.019453561, -0.025086934, 0.02563974, - -0.00004539891, 0.012043308, 0.009733362, -0.005630082, -0.017281817, - 0.013846514, 0.011095637, -0.013925486, -0.0063869017, -0.007607685, - -0.009364824, -0.0073905108, 0.008160492, 0.027377136, 0.02442883, - -0.014043945, 0.026034605, 0.01496529, -0.011523405, 0.007100945, - -0.0051101795, -0.00022848557, -0.0038828151, -0.008101263, - 0.014886318, -0.0076800766, -0.010727099, 0.016110392, -0.024007643, - 0.01281987, -0.012635602, 0.020730283, 0.0020105084, 0.009581998, - 0.032615647, -0.01363592, -0.011984078, 0.0086211655, 0.014149241, - -0.0016732301, -0.010964016, -0.018650675, 0.0023774016, -0.020611824, - 0.0017373952, -0.016176203, 0.017058061, -0.0038466193, -0.008351343, - -0.006357287, 0.007923575, 0.027850972, -0.018268974, 0.011444433, - -0.029009236, -0.007410254, -0.015373316, -0.009884726, 0.014372997, - 0.015294343, 0.009581998, -0.029219829, -0.028956586, 0.0009731717, - -0.019980045, 0.026955951, -0.013530623, -0.007956481, 0.012411846, - 0.008094682, -0.0043829745, -0.017584546, 0.022454517, 0.010174292, - -0.013050207, -0.0138991615, -0.030825604, -0.01741344, 0.011733999, - 0.08118374, 0.05507016, 0.0040111453, 0.02753508, 0.008088102, - 0.052200828, 0.009522769, -0.021506848, 0.038038425, -0.02120412, - 0.02966734, 0.0002525475, 0.007160174, -0.01496529, 0.017505573, - -0.013142342, -0.009062096, -0.015202208, -0.016255176, -0.021770088, - 0.009812335, 0.0067126635, 0.018729648, 0.051937588, 0.0015802728, - 0.009713619, 0.017531898, 0.0316943, 0.01609723, -0.030457065, - 0.0019792486, 0.022243924, 0.024573613, 0.010760005, -0.013050207, - -0.024047129, 0.0033497505, -0.000014640249, 0.010950855, - 0.0052615437, -0.014517779, 0.029851608, 0.018769134, 0.0064198067, - 0.009430634, -0.009641227, 0.0048337756, 0.028061565, -0.03435304, - 0.007943318, -0.0009805753, 0.00505095, -0.008976542, -0.010042671, - -0.01584715, -0.04101306, 0.012030146, -0.020374907, -0.008055196, - -0.00005200566, 0.005827513, -0.004149347, -0.00036092906, 0.01458359, - -0.037801508, -0.0140965935, -0.014070269, 0.008614585, -0.00309309, - -0.009437215, -0.01691328, -0.023204755, -0.0062157945, -0.0070548775, - 0.014820508, 0.019216644, 0.020717122, 0.005560981, -0.0066304, - 0.022270247, 0.0053273537, -0.030904576, -0.02935145, -0.027113896, - 0.018979726, -0.0026735484, -0.010549411, -0.0055642715, - -0.0036689313, -0.009358242, -0.009114744, 0.007100945, 0.003718289, - -0.02038807, -0.0119116865, -0.014109755, 0.009338499, 0.003698546, - 0.033484343, -0.032220785, -0.011457595, -0.016597388, -0.009818915, - -0.024915827, -0.007601104, -0.0025386373, 0.011266745, -0.012576372, - -0.01805838, -0.00030211097, 0.014307186, 0.005422779, 0.0045442097, - 0.017781977, 0.031062521, 0.029456746, 0.000025411564, 0.0015761597, - -0.0069166757, -0.00479758, -0.011200935, -0.02550812, 0.036090437, - -0.007963061, -0.030641334, 0.018203164, -0.013208153, -0.023323216, - -0.0019085023, 0.008219722, -0.014149241, 0.027772, -0.023718078, - -0.028245835, -0.011497081, -0.04209235, -0.018479567, 0.012721155, - 0.017479248, -0.021980682, -0.008943637, -0.01395181, -0.01686063, - -0.0015193982, -0.00058201095, -0.03522174, -0.007285214, 0.005541238, - -0.019019213, -0.007719563, 0.013405584, 0.005422779, -0.011220678, - 0.010266426, 0.013991296, -0.0064560026, -0.020940877, -0.0038795245, - 0.048067935, 0.0020055727, 0.04619892, -0.010674451, -0.017031739, - 0.019493047, 0.002518894, -0.013925486, -0.009292432, -0.0027163252, - -0.018268974, 0.01174058, 0.044777412, 0.0070943637, 0.004149347, - 0.011273325, 0.03243138, 0.025284365, -0.012655345, -0.025350176, - -0.022007005, -0.031615328, 0.002234264, 0.02753508, -0.028982911, - 0.014043945, -0.028877614, -0.018900754, 0.03269462, -0.015452288, - 0.009996603, -0.008101263, 0.026495278, -0.019677317, 0.00492262, - 0.015899798, 0.013010721, 0.005449103, -0.027824648, -0.012142023, - 0.007581361, 0.032589324, 0.021309415, 0.036906485, -0.017900435, - -0.01957202, -0.009733362, -0.02373124, -0.009641227, -0.029140856, - -0.013418745, -0.015741853, -0.009147649, -0.0040736655, - -0.0141624035, -0.008594842, -0.012326293, 0.020374907, -0.021190956, - 0.0038202952, -0.019019213, 0.011845876, 0.035195414, 0.0016559549, - 0.02549496, -0.012431589, 0.03303683, 0.027166544, -0.0049094576, - 0.0015950801, 0.0012092666, 0.008298694, 0.023389025, 0.01584715, - 0.0062783146, -0.010588897, -0.011839296, 0.010634964, -0.0031210594, - 0.01300414, -0.04072349, 0.009542512, 0.008884408, 0.0067455685, - -0.0074036727, -0.010305912, -0.018268974, 0.005794608, 0.0155312605, - 0.0035109862, 0.023336377, -0.009081839, -0.017531898, 0.05933468, - 0.023033649, 0.018479567, -0.0074036727, 0.0058735805, -0.02152001, - -0.020664474, -0.013846514, 0.013122599, -0.0031227046, 0.017018575, - -0.008219722, 0.022072816, 0.007877508, 0.013570109, -0.02038807, - -0.0044915616, -0.008219722, 0.032668296, -0.011378623, 0.004771256, - -0.0077656303, -0.014675725, -0.00015444885, -0.029325126, - -0.0051266323, -0.017255494, -0.0011023246, -0.00902919, 0.01275406, - 0.035879843, -0.00081029086, 0.009897888, 0.0050542406, 0.019650992, - -0.021875385, -0.0045080143, 0.03011485, -0.039459933, -0.018400595, - -0.029298801, 0.0035241484, 0.0044652373, 0.002423469, -0.029298801, - -0.011345717, 0.036195733, 0.0039946926, 0.030509712, -0.0107402615, - -0.008226303, -0.026942788, 0.00094767014, -0.03232608, -0.020493366, - 0.013570109, -0.0045047235, -0.04267148, 0.013366098, -0.0009312175, - 0.019598344, -0.0050147544, -0.0030700564, 0.018268974, 0.0114905005, - 0.011885363, -0.015452288, -0.015307505, -0.014215052, -0.012378941, - -0.0060512684, 0.005972296, -0.010937693, 0.011154867, -0.013056789, - 0.0038828151, 0.0022013588, -0.01824265, -0.0019150834, -0.012168348, - 0.014662563, -0.018282136, 0.007482645, -0.02871967, -0.01754506, - -0.033168454, -0.010687613, 0.013622758, -0.005567562, 0.00448169, - 0.031457383, 0.015123236, -0.002979567, -0.012925168, -0.008561936, - 0.0006762021, -0.0063309628, -0.0029137565, 0.0023839828, - 0.0022243923, 0.02417875, 0.025863497, -0.030272795, 0.002102643, - 0.010147967, -0.045409195, -0.047988962, 0.018347947, 0.007930156, - -0.0007893138, -0.017716166, -0.020111665, 0.010055833, -0.027929945, - 0.019835262, 0.00018776537, -0.016992252, 0.007423416, -0.007581361, - -0.001019239, -0.0055313664, -0.02550812, -0.0077129817, 0.02417875, - -0.022020169, -0.007739306, -0.0008843276, 0.017847788, 0.023704914, - -0.02146736, 0.019203482, 0.044198282, 0.01483367, 0.029851608, - -0.012740898, -0.016452607, 0.030693982, -0.006864027, -0.022928352, - 0.002436631, 0.016979089, -0.0064165164, 0.010911369, 0.008976542, - -0.014728373, 0.011944592, -0.012339455, 0.035958815, 0.02133574, - 0.00017367782, 0.0022309734, 0.02284938, -0.004935782, 0.008199979, - -0.009364824, -0.0050904364, 0.011042989, 0.008167074, 0.011773485, - 0.0026488695, 0.008436897, 0.027298164, -0.0047613843, -0.013326611, - 0.01079291, -0.00896338, 0.0039486256, 0.0073839296, 0.012076213, - -0.026060928, 0.0015218661, 0.0031194142, -0.0034813716, 0.02549496, - 0.00530103, -0.020256449, -0.010246683, -0.02821951, 0.0057781553, - -0.01275406, -0.029641015, -0.0047120266, 0.00074324646, -0.023125783, - -0.020467043, 0.19585182, -0.024336696, 0.0023362702, 0.015228532, - 0.0060315253, 0.010398047, 0.027982593, 0.013083112, 0.005498461, - -0.0027475853, 0.0049456535, 0.017729329, -0.027982593, -0.0015736918, - 0.02858805, -0.01755822, -0.031194141, -0.028482752, -0.021480523, - 0.00090242544, 0.009318756, 0.0028084598, -0.0017851078, 0.001748912, - 0.024955314, -0.017953085, -0.032536674, -0.008746206, 0.033589642, - 0.007265471, -0.0063539967, -0.020901391, -0.004846938, -0.004866681, - 0.0028298483, 0.024665747, 0.025152745, -0.017689843, 0.0020220254, - 0.0013548721, 0.0124184275, 0.012543467, -0.010496763, -0.003226356, - 0.012227577, -0.0060019107, -0.013247639, 0.0035636346, -0.029114531, - 0.032878887, -0.021006688, -0.024020806, 0.027377136, 0.041750133, - 0.019348266, -0.01634731, -0.0071799173, 0.003919011, -0.0017011994, - 0.03819637, -0.02341535, 0.01514956, -0.0068903514, 0.02171744, - -0.024468316, 0.005541238, 0.006097336, 0.041144677, -0.0076998197, - -0.024968475, -0.0036656407, -0.003636026, -0.021098822, - -0.0053076106, 0.0035274387, 0.0020187348, 0.028877614, 0.024850016, - 0.008976542, 0.01413608, 0.014228214, -0.006850865, 0.0018278846, - 0.014412483, -0.01761087, -0.021572657, 0.0019035665, 0.0028940134, - 0.0078051165, -0.0067653116, 0.012405265, 0.0037742278, -0.0033086191, - -0.00004578452, -0.0015317376, -0.036037788, 0.013306868, - -0.0050476594, -0.009647808, -0.004899586, -0.014623077, 0.067705765, - -0.002467891, 0.013807028, -0.015439126, -0.034958497, -0.008318437, - 0.02563974, 0.01041779, 0.011306231, -0.017979408, -0.03748562, - 0.01401762, -0.0027508757, -0.0046692495, 0.012944911, 0.014109755, - -0.02108566, 0.021756927, 0.0019266002, -0.029272476, -0.012846195, - 0.022243924, 0.026126739, -0.005511623, -0.008496126, -0.002859463, - -0.00091558753, -0.0014272636, -0.024323532, 0.023520647, - 0.0010990341, -0.00008781579, -0.013820189, -0.0026209003, - -0.020967202, -0.006344125, -0.010068995, 0.009134487, 0.011089057, - -0.0028759155, -0.036011465, 0.0070548775, -0.012655345, 0.02050653, - -0.013405584, -0.0055445284, 0.039433606, -0.018729648, 0.0047745463, - 0.005245091, 0.016755335, -0.012997559, -0.019098185, -0.015452288, - -0.011859039, -0.025337014, -0.02808789, -0.023849698, 0.0013630984, - -0.028956586, 0.008542193, 0.018795457, -0.018400595, -0.029509395, - -0.011905106, -0.1645787, 0.00048452924, 0.031194141, -0.016057745, - 0.018966565, -0.004369812, 0.009608322, 0.014425646, -0.0125961155, - 0.0030766374, 0.020361746, -0.0309309, -0.018992888, -0.044961683, - 0.005064112, 0.0011631993, 0.020559177, 0.022862542, -0.0003646309, - 0.006844284, 0.016518416, -0.015136397, 0.00036586483, 0.021006688, - -0.013859675, 0.020467043, 0.01875597, 0.04569876, 0.0032921666, - -0.004083537, -0.008515869, 0.010509925, 0.016005095, -0.007153593, - 0.020124828, -0.010345398, 0.012030146, 0.00479758, -0.012207834, - 0.031220466, 0.03195754, -0.0021602272, 0.011569473, 0.014741535, - -0.0194404, 0.013675407, 0.009055515, -0.0007761517, 0.011681351, - -0.0041987053, 0.0064296783, -0.0077853734, 0.00681796, 0.00959516, - -0.008232884, -0.013392421, 0.006097336, 0.028245835, -0.019729966, - -0.0035833777, -0.005106889, -0.0097267805, 0.04122365, -0.018913915, - -0.009127906, -0.009693876, -0.009173973, -0.013287125, -0.022336058, - -0.009996603, -0.011727418, -0.021125147, -0.0033629127, -0.020756608, - 0.005827513, 0.013978134, -0.01842692, 0.0043961364, 0.005567562, - 0.020664474, -0.008186817, 0.00391572, -0.023454836, -0.017860949, - -0.038064748, -0.007930156, -0.011247002, 0.007587942, 0.0040901178, - -0.012872519, 0.005972296, -0.015096911, -0.029641015, -0.010779748, - 0.02840378, -0.0080683585, -0.002525475, 0.02291519, 0.0014683951, - -0.017584546, 0.01919032, 0.0021750345, -0.020256449, 0.016439443, - 0.02196752, -0.009943956, -0.0063474155, 0.006268443, 0.01546545, - -0.019466724, -0.00808152, 0.007232566, 0.026113577, 0.032615647, - -0.012076213, 0.037380323, -0.016505254, -0.029009236, 0.008719881, - -0.0058538374, 0.051437426, 0.009832078, -0.041934405, -0.018966565, - -0.016807983, -0.029325126, -0.11393101, 0.004879843, -0.00391243, - 0.02038807, 0.024152426, 0.014004459, -0.007923575, 0.009799172, - -0.023994481, 0.032562997, -0.04177646, -0.0050015924, -0.002512313, - -0.0016633585, 0.0078051165, -0.008061777, -0.006393483, -0.019374589, - -0.03295786, 0.01874281, 0.027087571, -0.009200297, -0.009628065, - 0.021033011, -0.0020796093, 0.0060743024, -0.040512897, 0.018216325, - 0.016189365, -0.023059973, 0.019006051, -0.02379705, 0.023441674, - -0.005511623, 0.022309734, -0.010523087, -0.017808301, 0.0023938543, - -0.0123526165, -0.018229488, -0.013366098, 0.035327036, 0.011766904, - -0.005952553, -0.0035175672, 0.0050279163, -0.044724766, 0.0026077381, - 0.010220359, 0.0059130667, -0.01363592, 0.0018295298, -0.053885575, - 0.006228957, 0.017531898, -0.018071543, 0.0005478718, 0.01805838, - -0.008298694, 0.011562891, -0.021809574, 0.012734317, -0.03251035, - -0.015583909, 0.027956268, -0.0041460567, -0.020295935, -0.010187454, - 0.003497824, -0.008048615, 0.007778792, 0.0075155506, 0.0048008705, - 0.030035878, -0.031589005, -0.00864749, -0.017584546, -0.019980045, - 0.010964016, -0.009904469, 0.008022291, -0.011733999, 0.0029565333, - -0.011687932, -0.020822419, 0.01571553, 0.015307505, -0.01546545, - 0.02013799, -0.028798642, -0.016952766, 0.03143106, 0.044092983, - 0.0016682943, -0.007265471, -0.005643244, -0.014570428, -0.0025040866, - 0.011023246, -0.007594523, -0.021388387, 0.007930156, -0.022375545, - 0.025600255, 0.018966565, -0.00372487, 0.012188091, -0.005482008, - -0.0025633161, 0.012188091, -0.0013038691, 0.029904258, -0.018650675, - -0.0018509182, -0.037959453, -0.016465768, -0.023494322, -0.002494215, - -0.010253265, -0.026337333, 0.023112621, 0.0021997134, 0.006633691, - 0.013596434, -0.01963783, 0.017637193, -0.012990978, -0.0054392316, - -0.0125961155, -0.00706804, -0.0017999151, -0.018137353, 0.03440569, - -0.04885766, 0.0035735061, -0.0019710222, -0.019361427, -0.03622206, - 0.004221739, 0.013675407, 0.00170449, 0.033694938, -0.021572657, - -0.007759049, -0.0031457383, -0.010825815, 0.0060545593, -0.003580087, - -0.024402505, -0.00053635496, 0.010825815, -0.014675725, 0.03830167, - 0.017334467, -0.0024596646, -0.014425646, -0.016926441, 0.018821782, - -0.0048206137, -0.004570534, 0.025363337, -0.03351067, 0.024520965, - -0.033694938, 0.0067850547, -0.020743446, -0.0019743128, 0.00448169, - 0.0054523936, -0.002247426, 0.02266511, -0.018295297, -0.006962743, - 0.0025337012, 0.022559814, 0.0000935742, 0.00915423, 0.0035109862, - -0.0050904364, 0.0012454623, 0.006406645, -0.0046001486, 0.010490182, - -0.00372487, 0.006205923, 0.009812335, 0.023968156, -0.005251672, - -0.002467891, 0.021164633, 0.011391785, -0.012464494, 0.013964972, - 0.019032374, -0.017347628, -0.016202526, 0.02948307, 0.018005732, - -0.011747161, -0.004172381, 0.0020631568, -0.015096911, 0.010049252, - 0.011891943, -0.010871883, -0.010444115, -0.024191912, -0.0037906806, - -0.013886, -0.045172274, 0.00460673, -0.03693281, -0.00083250186, - 0.0099900225, 0.016939603, 0.002229328, 0.000618618, 0.010470439, - 0.015768178, -0.008923894, -0.02431037, 0.011826133, 0.006666596, - 0.004893005, 0.0066896295, 0.009377985, 0.0140965935, 0.022467678, - 0.007877508, -0.014794184, 0.029035559, 0.00021902531, 0.016926441, - -0.03861756, -0.02966734, -0.02342851, -0.0041625095, -0.027824648, - 0.0043632314, 0.040618196, 0.012174929, 0.057755228, -0.0045968583, - -0.015189046, 0.014320348, 0.002657096, 0.014109755, 0.018203164, - -0.013181828, -0.023573294, 0.0008604713, -0.0059986203, 0.0013384195, - 0.0032559708, -0.03914404, -0.0140965935, 0.013714893, 0.008022291, - 0.01641312, -0.0013598079, -0.009318756, 0.01874281, -0.016873794, - -0.01837427, 0.00984524, -0.031904895, 0.01363592, 0.025350176, - 0.0007732725, 0.02429721, -0.051911265, -0.017373953, 0.014294025, - -0.039854795, -0.016636875, 0.0008925539, 0.021059336, -0.023915509, - 0.012780384, -0.0018262393, -0.014675725, -0.007778792, 0.01237236, - -0.004300711, -0.013379259, 0.013050207, -0.029693663, -0.02108566, - -0.01774249, -0.015504936 - ], - "metadata": { - "chunkTitle": "Post-Workout Nutrition", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28784&chunkSid=chunk_57185" - }, - "document": "Andrew Huberman: I'd like to talk a little bit about nutrition and supplementation as it relates to hypertrophy. Dr. Lane Norton, who's been a guest on the Huberman Lab podcast andy, we both know throughout a number range related to protein intake, on the backdrop of how much protein synthesis can occur by meal, across the day, et cetera. Lot of research done there. Andy some important work by him in particular. And then the value that he threw out was 1.6 grams/kg of body weight. Being the lower end of the range up to I believe it was as high as 2.4, maybe even as high as 2.7 grams of protein per kilogram of body weight per day. That's a pretty broad range. But it's on the higher end of what I think most people think of in terms of protein intake. And then again, some people might already be right there or maybe even above that value. Of course, this all depends on whether or not people are omnivore, vegan, meat based, et cetera. We won't even go there. But assuming people are getting enough protein per day. So somewhere in that range and they are spreading out that protein intake to accommodate the fact that the body can only assimilate a certain amount of protein in any given sitting.\n\nAndrew Huberman: What do you like to see people ingest at some point? Post hypertrophy inducing workout in order to get the protein synthesis advantage, if you will, that is stimulated by that workout? Earlier you mentioned the post training feeding window that in the probably earlier people were talking about. Oh, within the first 90 minutes you have to get 30 amounts for a while. Was it 30 minutes of excuse me, a certain number of grams of carbohydrate and protein, et cetera. I think now the understanding is that that window is much broader. Andy how broad, et cetera, is still a matter of debate. But when somebody is training specifically for hypertrophy, assuming they are getting enough protein from quality sources in their other meals, andy assuming that their overall macronutrient intake and caloric intake is high enough, that is, they have enough of a caloric surplus that they have the raw materials for hypertrophy.\n\nAndrew Huberman: What do you like to see people ingest at some point post workout in order to facilitate muscle protein synthesis and recovery? And this could include nutrition and supplementation. Or if you want to divide those answers out, feel free to do so." - }, - "truncated_cells": [] - }, - { - "row_idx": 34, - "row": { - "id": "chunk_57184", - "embedding": [ - -0.038238205, -0.012906772, 0.03641996, -0.008602219, -0.015923403, - 0.009325384, -0.000871672, -0.03237024, -0.008691754, -0.020937346, - 0.0184717, 0.02854091, 0.01633664, 0.012259368, 0.00986948, - 0.003305897, 0.04589687, -0.00007199365, 0.021019993, -0.022741815, - -0.0010916347, 0.032838576, 0.010799263, -0.0030803382, -0.028706204, - 0.014904085, 0.022080636, -0.020413913, -0.014270455, -0.007755083, - 0.027080804, -0.008595332, 0.0011966658, 0.0013809006, -0.026984382, - -0.036805652, -0.0010726947, -0.017659, 0.021254161, -0.00608836, - 0.021502104, -0.0064774915, 0.0004786663, -0.0030665637, 0.007514028, - -0.0036846974, -0.009642199, -0.022314804, -0.00553049, 0.013423319, - 0.020758277, -0.004270117, -0.004442299, 0.009387369, -0.0027618012, - -0.012514197, -0.008319841, -0.011880566, 0.01892626, 0.013168489, - 0.019311948, 0.004624812, -0.004962289, 0.013822781, -0.0073762825, - -0.0013516297, -0.0029425926, -0.017851843, -0.014001851, 0.007899716, - 0.010530659, 0.025400307, -0.016749877, -0.014015625, 0.020579208, - -0.0018940034, 0.010496222, -0.023292799, 0.013030743, 0.0052653295, - 0.01088191, -0.028568458, -0.029064342, 0.026185459, 0.025179913, - -0.0034040406, 0.001782085, -0.016722329, 0.008712416, 0.008264742, - 0.002553461, 0.023375446, 0.031130528, 0.025496729, -0.0012293804, - 0.016694779, -0.00969041, 0.013072067, -0.022893336, 0.005509828, - -0.030662194, 0.001378318, -0.013285573, -0.027673112, -0.043141954, - 0.007920378, 0.018347727, -0.0069802636, 0.0048589795, -0.014242905, - -0.03881674, 0.032535534, -0.007465817, -0.04325215, 0.0062088873, - -0.013581726, 0.015813207, 0.0010615028, -0.03303142, -0.027039481, - 0.028430713, 0.0032886786, 0.009683522, 0.011646399, 0.006157233, - -0.008898373, -0.023678485, -0.007906604, 0.009683522, -0.018884936, - 0.020441461, 0.009504453, 0.0070939036, 0.011880566, -0.008953471, - 0.02224593, 0.0034556952, -0.016543258, -0.011749708, -0.016777426, - 0.008870823, 0.0007817068, -0.013636825, -0.0019904254, -0.021088867, - 0.01555149, 0.024821775, 0.007941039, -0.008636655, -0.0086504305, - -0.02815522, -0.011384682, -0.027466493, 0.011019656, -0.0066737793, - 0.029753072, -0.03267328, 0.008967245, -0.017824294, 0.007879054, - 0.01606115, 0.0045800447, 0.015386195, -0.008292291, 0.010372251, - 0.008409375, 0.029890817, -0.004545608, 0.024298342, 0.00040656506, - 0.015565264, -0.003161264, -0.032315142, 0.016928947, 0.021419456, - 0.043031756, -0.0120045375, 0.018430375, 0.02658492, -0.03487721, - -0.010076098, -0.022053087, 0.01778297, 0.019243075, -0.011233162, - -0.0011226274, 0.009483792, -0.017645225, 0.008932808, 0.013127165, - 0.0036054938, 0.02351319, -0.029339835, 0.009442468, -0.63561374, - -0.006367295, 0.03011121, -0.027370071, 0.036585256, 0.025510503, - 0.008051236, 0.0006357825, -0.030937685, 0.03878919, 0.0034918536, - 0.0074107186, -0.0019680418, -0.007514028, 0.011012768, -0.021529652, - 0.011515541, 0.021254161, -0.00456627, -0.00608836, -0.0108474735, - 0.005316984, 0.00084154017, 0.02082715, 0.024105499, -0.000050820632, - 0.02194289, -0.005943727, -0.005117253, 0.007341846, -0.014325553, - 0.01263128, 0.028375614, -0.0037329085, 0.060277518, -0.010888797, - -0.0033334459, 0.018802289, 0.017548803, 0.0138021195, -0.009497566, - -0.0152209, 0.016860073, 0.0023192933, 0.007603563, 0.016915172, - -0.0070078126, -0.00969041, 0.009642199, 0.002348564, 0.008106334, - -0.009711072, -0.002610281, 0.0018957253, -0.007328071, -0.0058989595, - 0.015909629, -0.006966489, -0.007934152, 0.012080298, 0.024587607, - 0.019986901, -0.017700322, -0.008340502, -0.012128509, 0.008884598, - -0.046585597, -0.015165802, 0.0021694947, 0.01859567, 0.02136436, - 0.008416262, 0.007989251, 0.016157571, -0.0014273898, 0.025386533, - 0.009587101, 0.0029684198, 0.00842315, 0.017466156, -0.004748783, - -0.0006125379, -0.007025031, -0.0023279022, 0.012273142, -0.008430037, - -0.023898879, 0.0012018313, -0.0016417566, -0.020400139, -0.011976989, - 0.013113391, 0.0015556655, -0.029422482, -0.022672942, 0.00969041, - -0.013719472, -0.0128172375, 0.010268942, -0.026171682, -0.006505041, - 0.015289773, -0.005334202, 0.024670254, -0.005657905, -0.0062570986, - -0.0122387055, 0.0075484645, 0.027259875, -0.0029615327, 0.022080636, - -0.010234506, -0.008884598, 0.00092892256, 0.018816063, -0.018444149, - 0.018127333, 0.010923234, 0.0010072654, -0.02658492, 0.017865617, - 0.0075002536, 0.00036502612, -0.0009194526, 0.017562578, 0.028788852, - -0.008843274, -0.022342352, 0.013134053, -0.018430375, 0.0030958347, - -0.029642874, 0.027411394, -0.017824294, 0.02592374, 0.03529045, - 0.009311609, 0.017466156, 0.012769027, -0.022852011, -0.02978062, - -0.0047246777, 0.011308922, -0.0150693795, -0.012906772, -0.0232377, - -0.018361501, 0.013960527, 0.019614987, -0.021805145, 0.019546116, - -0.016557034, -0.009607763, 0.013671261, -0.025730897, -0.0026068373, - 0.008540234, -0.047935504, -0.021750046, -0.013202925, -0.01296187, - 0.03881674, 0.0036192683, 0.017617675, -0.006029818, 0.0016348693, - 0.01458727, -0.009029231, -0.010530659, -0.011040318, 0.009256511, - -0.02344432, -0.009077442, 0.011219387, -0.026213007, -0.00035663223, - 0.00969041, 0.0027893505, -0.017231988, 0.019614987, 0.018237531, - -0.002503528, -0.01600605, -0.009504453, 0.044546958, -0.005816312, - -0.0045215026, 0.011377795, -0.027259875, 0.026626244, 0.002496641, - -0.0029873599, -0.016364189, -0.00028539187, -0.013085841, - -0.016295316, 0.0023296243, 0.0083956, 0.0055614826, 0.027370071, - 0.038844287, -0.016956495, 0.021722497, -0.0130445175, 0.026020164, - -0.008581557, 0.023830006, -0.023141278, 0.017824294, -0.013870992, - -0.03622712, -0.024119273, -0.017562578, -0.011908116, -0.017576352, - 0.01552394, -0.015386195, 0.026309429, -0.0136850355, 0.017438605, - 0.0020799602, -0.0073831696, 0.040166646, -0.005075929, -0.033058967, - 0.010007225, 0.015496392, 0.0018337397, -0.014656142, -0.015275998, - 0.011171176, 0.020097097, 0.0054960535, -0.0064499425, -0.0039911815, - 0.011074754, 0.019463468, -0.0017493704, 0.031240726, 0.013168489, - 0.02146078, 0.007514028, 0.028678656, -0.028072573, 0.017727872, - 0.014242905, 0.031571314, -0.033830345, -0.008746852, 0.01778297, - 0.00776197, 0.018664543, -0.014477073, -0.00021501243, 0.004597263, - -0.010138083, -0.00504838, 0.008836387, 0.032397788, 0.030304054, - -0.01666723, 0.02646095, 0.00031789124, -0.0025069718, 0.02950513, - 0.011143628, 0.008436924, -0.020634307, -0.017314635, 0.0160336, - -0.0150142815, -0.00013548581, -0.004951958, -0.0069423835, - 0.0036674794, -0.0011777257, 0.038320854, 0.01035159, 0.027865956, - 0.004776332, 0.0041564764, -0.041268613, 0.0034315898, 0.0040084, - -0.005296322, -0.011467329, -0.006866623, 0.0041736946, -0.016873848, - -0.0046489174, -0.02787973, -0.004066942, -0.018278854, -0.014325553, - -0.02097867, 0.010289604, 0.01646061, -0.012886111, -0.00441475, - -0.0065945755, -0.018995132, 0.009029231, -0.011915003, -0.026268106, - 0.010200069, 0.003342055, -0.029532678, -0.04000135, -0.012038974, - -0.025937516, 0.032315142, -0.01935327, -0.0033213932, -0.0064568296, - 0.0028100123, 0.015317322, -0.025827318, -0.0049106344, 0.032287594, - 0.000876407, -0.009084329, -0.021143965, -0.03661281, -0.0320121, - 0.0769723, 0.04677844, 0.00010707576, 0.025703348, -0.008677979, - 0.037108693, 0.012479761, -0.022617845, 0.029615326, -0.026157908, - -0.0018698979, 0.008278517, -0.011109191, 0.0015487783, -0.014325553, - 0.017672773, 0.007748196, -0.036447514, -0.0167912, -0.011818581, - -0.006770201, 0.0019215526, -0.018636994, 0.055649262, 0.008884598, - 0.016860073, 0.017438605, 0.0028341177, 0.011529315, -0.018196207, - -0.0012956705, 0.016226444, 0.023168826, 0.008912147, -0.025207464, - -0.010737278, -0.0042804475, -0.009180751, 0.026529822, 0.0012242149, - -0.0034212589, 0.0010287882, 0.014098273, 0.0075760134, 0.0112125, - -0.019504791, 0.012465986, 0.028237868, -0.011260711, -0.0072523113, - 0.024463637, 0.002312406, -0.020427687, 0.004893416, 0.0002513859, - -0.012438437, -0.014642368, -0.004524946, 0.0017312913, 0.0006146902, - -0.026364528, 0.019518565, -0.001492819, -0.00022448244, -0.02465648, - -0.0059884945, -0.006663448, 0.010558208, 0.008808837, -0.005657905, - -0.0026946503, -0.0017941378, -0.013430206, 0.0017751977, 0.014532171, - 0.029532678, 0.00098316, 0.0020007563, -0.011240049, 0.020758277, - 0.013505966, -0.040276844, -0.0150693795, -0.035125155, -0.009180751, - 0.0035435082, 0.0015470564, -0.015234674, -0.025014618, -0.0060229306, - 0.0007240258, 0.0028943815, 0.006742652, -0.018843612, 0.008099447, - 0.005657905, 0.015978502, 0.013678148, 0.019284397, -0.011556865, - -0.002522468, -0.0384035, -0.005117253, -0.029642874, -0.022507647, - 0.022383677, -0.0029873599, -0.005905847, -0.0052274494, -0.027535366, - 0.00809256, 0.0049175215, -0.005651017, -0.0073625077, 0.03245289, - 0.017135566, 0.022135735, 0.027562914, -0.009559551, 0.008850161, - -0.0016624185, -0.051076107, 0.022879561, -0.003946414, -0.0256207, - -0.005499497, 0.022218382, -0.009428693, -0.015482617, -0.004373426, - -0.033169165, 0.0003805225, 0.007858392, -0.016240219, -0.036116924, - -0.025496729, -0.023210151, 0.0055683698, 0.011529315, -0.022879561, - 0.007996138, 0.00016228165, -0.0042046877, -0.0004636004, 0.040634982, - -0.02770066, -0.0058920723, -0.005471948, -0.019270623, 0.012892998, - 0.0069320523, 0.002727365, -0.007968589, 0.007879054, -0.0155928135, - -0.022135735, -0.014656142, -0.012094073, 0.024491185, 0.02176382, - 0.030496899, -0.022466324, -0.027108354, 0.03661281, -0.014022512, - -0.00014775379, 0.004855536, 0.0009487235, -0.015317322, 0.02097867, - 0.020896023, 0.0062570986, -0.00041388278, -0.010282717, 0.016873848, - 0.032507986, -0.01907778, -0.030910136, -0.013588614, -0.024918197, - -0.023196377, 0.02673644, -0.0069768196, -0.003949858, -0.022204608, - -0.018581895, 0.050470024, -0.010055436, 0.015882079, -0.014063836, - 0.010558208, -0.01732841, 0.021226613, -0.0003891316, 0.0020179746, - 0.0076242248, -0.024546284, -0.008863936, 0.012114734, 0.030221406, - 0.00994524, 0.004593819, -0.026571145, -0.0075966753, -0.015909629, - -0.007899716, -0.028045025, -0.0013748743, 0.0055752574, - -0.0142015815, 0.007197213, -0.014311778, -0.008175207, -0.022672942, - 0.010978333, 0.029918367, -0.0153035475, 0.008588444, -0.0043252152, - 0.006078029, 0.026529822, -0.013815894, 0.01874719, -0.0015186464, - 0.052205622, 0.0248631, 0.007927265, -0.0075691263, -0.038568795, - 0.013464643, 0.024463637, 0.0013834834, -0.002698094, 0.010434237, - -0.012720816, -0.016281541, 0.0007360786, 0.010888797, -0.01098522, - 0.031075431, 0.009070555, 0.014807663, -0.0055683698, -0.037687223, - -0.035125155, -0.0018061905, -0.004356208, 0.01699782, -0.0023761133, - -0.021047544, -0.0072385366, 0.051957678, 0.0027411394, 0.026571145, - 0.0051138094, 0.028320516, -0.008154546, -0.012259368, -0.011088529, - 0.010751052, -0.00093236624, 0.014711241, -0.024036625, -0.0021712165, - 0.013313122, 0.009146314, 0.017039143, -0.013499078, -0.005730221, - 0.025152365, -0.020124648, 0.0067564268, 0.0063776257, -0.016887624, - -0.0018733415, -0.040552333, -0.0052377805, -0.0062192185, - 0.001271565, -0.0013740134, 0.021405682, 0.01989048, -0.022852011, - 0.005657905, -0.017962039, 0.0033764916, -0.013829668, -0.007851505, - 0.010110535, -0.05193013, -0.012493535, -0.023458093, 0.015138253, - 0.017204437, 0.002698094, -0.032177396, 0.009828156, 0.010344702, - -0.008492023, 0.027246099, -0.01303763, 0.0027841849, -0.022025537, - 0.01210096, -0.02465648, -0.008560895, 0.0070491363, -0.0037329085, - -0.02628188, -0.00672199, 0.007775745, 0.02055166, -0.020083323, - 0.0074038315, 0.024518736, 0.015992276, 0.008485136, -0.011019656, - -0.024105499, -0.021185288, -0.015331097, 0.0040876037, 0.011494879, - -0.024312116, 0.013409544, -0.013154714, 0.010186295, 0.0076655485, - -0.040524784, -0.010792376, 0.004170251, 0.010695954, -0.01243155, - -0.017052919, -0.010716615, -0.010461786, -0.008106334, 0.0069113905, - -0.009779945, 0.009580214, 0.027053256, -0.00052730774, -0.010317153, - 0.0022245932, -0.018650768, -0.0020162526, 0.010771714, 0.0046213684, - -0.020565433, -0.00050234137, 0.0058714105, 0.039533015, 0.008312953, - -0.031874355, -0.021929115, 0.00905678, -0.02465648, -0.047522265, - -0.0019714853, -0.003987738, 0.012892998, -0.010916347, -0.0030665637, - 0.022232156, 0.0052377805, -0.003949858, 0.0020902911, -0.003805225, - -0.022218382, 0.010496222, 0.0033472206, 0.002215984, -0.023816232, - -0.0150693795, 0.02290711, -0.008733078, -0.006525703, 0.017466156, - 0.0059747198, 0.00664623, -0.006794307, 0.019697635, 0.013760796, - 0.005547708, 0.0027325302, -0.033444658, -0.009332271, 0.05380347, - -0.020289943, -0.009662861, 0.016722329, 0.012114734, 0.0025947846, - -0.027921055, 0.003949858, -0.010695954, 0.0019336053, -0.0017571186, - 0.027039481, 0.021653624, 0.0031526547, -0.012218044, 0.014559721, - -0.015110703, -0.007637999, -0.005361751, -0.013519741, 0.008560895, - 0.030386701, -0.013691923, -0.011811694, -0.003190535, 0.014353102, - 0.009890141, -0.026323203, 0.019284397, 0.021708723, 0.010227619, - 0.010785488, 0.012321353, -0.019518565, -0.0076655485, -0.0049829506, - -0.0028633887, -0.00003080446, 0.01192189, -0.0076242248, - -0.020896023, -0.0074244933, -1.2274702e-6, -0.017383508, - -0.043748036, -0.00953889, 0.01027583, 0.026984382, -0.0041461457, - 0.19901499, -0.009828156, -0.005406519, 0.031433567, 0.0019181089, - 0.0003135867, 0.01354729, 0.005461617, -0.0064499425, 0.010992107, - 0.03140602, -0.004373426, -0.035676137, -0.004190913, 0.024615157, - -0.037577026, -0.023155052, -0.02049656, 0.012273142, 0.008299178, - 0.013113391, 0.004380313, -0.0061813383, 0.016019825, 0.035345547, - -0.002002478, -0.021626076, 0.009015456, 0.020400139, -0.003612381, - -0.008967245, -0.0002653757, 0.025372759, -0.0074038315, -0.00475567, - -0.0028892162, 0.010530659, -0.017204437, -0.01902268, 0.0051792385, - 0.010689067, -0.008760626, -0.0027841849, 0.011412231, -0.0066324556, - 0.0023571732, -0.012982532, 0.00043626648, -0.013678148, 0.023623388, - -0.026061486, -0.020882249, 0.023141278, 0.025730897, 0.008037462, - -0.03137847, -0.0007528663, -0.007734421, 0.009263398, 0.0046764663, - -0.009649087, 0.023582064, 0.010158746, 0.0002451443, -0.008774402, - 0.03457417, -0.024229469, 0.027149677, -0.0336926, 0.01131581, - -0.023678485, -0.026488498, -0.027673112, -0.0017769196, -0.028954146, - -0.015937177, 0.023664711, 0.04843139, 0.027824631, 0.021557203, - 0.009938353, -0.010296491, 0.017617675, 0.015950952, -0.012906772, - -0.03619957, 0.026213007, -0.0029787507, 0.000119881806, 0.022879561, - 0.007341846, -0.012617506, -0.023265248, -0.0065566953, 0.017906941, - -0.040800277, 0.023347896, -0.015496392, -0.010475561, -0.0017665887, - -0.022232156, 0.05867967, 0.006629012, 0.006491266, -0.0080168, - -0.020937346, 0.007906604, 0.026020164, 0.00060091564, -0.009146314, - -0.0021161183, -0.046668243, 0.008326728, -0.010337815, -0.0062639858, - 0.006790863, 0.015647912, -0.023334121, 0.031268273, 0.004383757, - -0.025097266, -0.007879054, 0.021653624, 0.013939865, 0.013664373, - -0.028430713, -0.03969831, 0.007996138, -0.016915172, -0.023623388, - 0.0086504305, -0.0048314305, 0.01781052, -0.013781457, 0.010158746, - 0.013499078, 0.013788344, -0.04424392, 0.001792416, 0.0074038315, - -0.018692091, -0.025978839, 0.030056112, 0.0029494797, 0.022659168, - -0.015606588, 0.0010744164, 0.018940033, -0.008464473, -0.0027945158, - 0.012038974, 0.009669748, -0.0031767602, 0.0022228712, 0.007947927, - 0.019807832, -0.009600875, -0.027025707, -0.0021316148, 0.00745893, - -0.008333615, 0.009635312, 0.012218044, 0.0018199651, -0.005540821, - -0.014132709, -0.17532273, 0.021956665, 0.026240556, -0.010923234, - 0.03675055, -0.016253993, 0.010110535, 0.0036846974, -0.024931973, - 0.00086263247, 0.008354276, 0.010027887, 0.0023657824, -0.019050231, - -0.025221238, -0.0064120623, 0.0018509579, 0.012576182, 0.02706703, - 0.013237362, -0.01555149, -0.023292799, -0.00031057352, 0.006460273, - 0.00035211246, 0.006157233, 0.018099785, 0.025992613, 0.011067867, - -0.024697805, -0.022645393, 0.005020831, 0.009621537, -0.011088529, - 0.023210151, 0.013726359, 0.010537546, 0.0013998407, -0.004862423, - 0.02531766, 0.032535534, -0.0012345458, -0.017314635, -0.001589241, - -0.029450031, 0.0063535203, 0.014394426, -0.010399801, 0.020124648, - -0.024477411, 0.008836387, -0.011322697, -0.0073074093, 0.01639174, - 0.025097266, -0.020207295, -0.00010955088, -0.0073762825, - -0.019256849, -0.0070939036, -0.018030912, 0.002321015, 0.016681004, - -0.030855037, -0.011474217, -0.041571654, 0.024573833, 0.009483792, - -0.033527303, 0.010289604, 0.01633664, -0.017314635, 0.00534109, - -0.017948264, 0.009814382, 0.016543258, -0.026295654, 0.00057853194, - 0.0023347896, 0.03752193, -0.0063776257, 0.03270083, -0.03498741, - -0.01035159, -0.006260542, 0.026681343, -0.0019577108, 0.015744334, - 0.014642368, 0.008560895, 0.02037259, -0.01314094, -0.03077239, - 0.0025861755, 0.020634307, -0.0038672106, 0.0153586455, 0.00014118935, - 0.0075002536, -0.011804807, 0.030304054, 0.015799431, 0.012245593, - -0.007982363, 0.004239124, -0.0025551827, 0.01651571, -0.0032611294, - 0.012404, -0.016832525, -0.009903916, -0.004497397, 0.020138422, - 0.020138422, 0.020413913, 0.022108184, 0.02278314, -0.026667567, - 0.005299766, -0.015386195, 0.03848615, -0.008044349, -0.023609614, - -0.0030269618, -0.032397788, -0.02595129, -0.13587236, -0.026364528, - 0.024752902, 0.0059368396, 0.0288164, 0.016984046, -0.01009676, - 0.022480099, -0.018251305, 0.021199064, -0.032728378, -0.027865956, - 0.01136402, -0.018513022, 0.012362677, -0.00712834, -0.0028341177, - -0.037935168, -0.019311948, 0.052040327, 0.0033988752, -0.013464643, - -0.00089448615, -0.0026516048, 0.008795063, -0.007348733, - -0.018485473, 0.019050231, 0.01329246, -0.009290948, 0.022466324, - -0.0023382332, 0.014421975, -0.0016641403, -0.008884598, -0.015689235, - 0.023664711, 0.014056949, 0.011501766, -0.018554347, 0.0067839758, - 0.026529822, 0.019132879, 0.0034625826, -0.009166976, -0.026529822, - -0.029257188, 0.023155052, 0.00062846474, -0.0057646576, -0.04077273, - -0.01050311, -0.02465648, 0.022535197, 0.007727534, -0.021419456, - 0.038100462, -0.0013137496, -0.012782801, 0.0018819507, -0.011880566, - 0.0083956, -0.00961465, 0.008939696, 0.012424663, -0.005203344, - -0.016212668, -0.013313122, 0.003660592, -0.0068838415, -0.01489031, - 0.027287424, -0.013747021, 0.03779742, -0.040552333, -0.011928778, - -0.017066693, -0.009215187, 0.0130445175, 0.010723502, -0.015923403, - -0.009635312, 0.007025031, -0.027246099, -0.0059575015, 0.0067082155, - 0.008788176, -0.0060091564, 0.00034759266, -0.016088698, -0.016543258, - 0.027232325, 0.012796575, -0.022852011, -0.019284397, 0.0027239213, - 0.014298004, 0.010496222, 0.021143965, 0.009779945, -0.017562578, - 0.0014583826, -0.01935327, 0.03873409, 0.014683692, 0.01032404, - 0.009442468, -0.0076448866, 0.00880195, 0.016212668, -0.0071352273, - -0.0012250758, -0.02980817, 0.020124648, -0.021474555, -0.022163283, - -0.003998069, -0.014132709, -0.0031767602, -0.021777594, 0.0064017316, - -0.008443812, -0.013967414, 0.015055605, -0.0042528985, 0.018003363, - 0.023953978, -0.017011594, -0.01458727, 0.0027721322, -0.0029632545, - 0.014752565, 0.022948435, -0.028568458, -0.008739965, 0.002147111, - -0.02181892, -0.009855705, 0.020565433, 0.013058293, 0.008319841, - 0.024725353, -0.027838407, -0.011336471, 0.016281541, -0.024945747, - -0.006839074, 0.00019822468, -0.027053256, 0.008609107, -0.024766678, - -0.01080615, 0.03292122, 0.02311373, -0.025166139, -0.032728378, - -0.031075431, -0.0048899725, -0.009470017, 0.013340672, 0.010062324, - 0.013085841, 0.027246099, 0.001907778, 0.0036778103, -0.038541246, - 0.002641274, -0.0017769196, -0.0032783477, -0.0043114405, - -0.0146699175, -0.011157402, -0.005888629, -0.020427687, 0.024670254, - 0.010992107, 0.006894172, 0.00014215786, -0.000059241414, - 0.00023007837, -0.015179576, 0.014229131, 0.02034504, 0.009387369, - -0.022328578, 0.016763652, 0.017769195, -0.01098522, -0.007782632, - 0.047825307, -0.018788513, -0.006945827, -0.002157442, 0.012149171, - -0.0064189495, -0.015634136, 0.015413744, 0.029587777, -0.015606588, - 0.014132709, -0.013795232, 0.011797919, 0.010406688, 0.007314297, - 0.009366708, -0.005137915, -0.007996138, 0.03135092, -0.011370908, - -0.048183445, -0.004611037, 0.0016684448, -0.0018354615, -0.013416431, - 0.02338922, 0.01763145, -0.0135128535, 0.022328578, 0.007706872, - -0.010406688, -0.017727872, 0.002610281, 0.012465986, -0.0016727494, - 0.002890938, -0.013602388, 0.019697635, -0.00872619, 0.039973803, - -0.010255167, 0.0066737793, 0.019959353, 0.030001014, -0.0121216215, - -0.015083155, -0.02821032, 0.0043321024, -0.031901903, -0.0049967254, - 0.022025537, 0.0054753916, 0.055291124, 0.007031918, -0.037273988, - -0.017906941, 0.007514028, 0.02625433, 0.0076242248, -0.0060642543, - -0.0018750634, -0.03595163, 0.015179576, -0.006243324, 0.0036295992, - -0.0481008, -0.03077239, 0.009717959, 0.0069423835, 0.0055752574, - 0.017300861, -0.015923403, 0.02453251, 0.0056200246, 0.012596845, - -0.000055313507, -0.008271629, -0.019849155, -0.009091216, - 0.00019962365, -0.025717122, -0.022521421, 0.016143797, 0.007025031, - -0.029642874, -0.02351319, 0.00026580616, 0.0067288773, -0.024036625, - 0.011322697, 0.0055890316, 0.011701497, -0.017259536, 0.00857467, - -0.02848581, -0.025179913, 0.0017442049, -0.03622712, -0.0038396614, - -0.012314466, -0.021391908 - ], - "metadata": { - "chunkTitle": "Recovery and Hypertrophy", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28783&chunkSid=chunk_57184" - }, - "document": "Andy Galpin: You've put in a stressor in now you've blocked that stress. You've literally blocked the signal that tells your body, come back and grow larger size. So not a good idea to do it if you're training for some other purposes. Maybe strength, maybe there's an argument there, although maybe not for speed and power. Maybe you can get away with it. Endurance may be a separate conversation. If you're in season, I have no problem using it immediately after a game. The goal is entirely different. Even if we did a hypertrophy type of training program, we're not doing it to try to maximize growth. In that particular case, our priority for recovery is higher than our priority for muscle growth. So we choose optimization in that category. You can only make those choices, though, when you truly understand what is the goal. For the day, the week, the month, the phase of training, and really what part of the year you're in. We have that all plotted out for all the people we work with. So I know when we want to choose one over the other, this is the choice you always make situation.\n\nAndy Galpin: That's not how we operate. We need more precision than that. So that being said, we're generally not going to do it. If we want to do a lot of Icing during a phase in which we're using a lot of hypertrophy, we're going to do a couple of things. Number one, we may just not use it. So there are phases in our training where I don't want to maximize recovery. I'm not going to give you any tricks here. I'm not going to do ice or any of the other methods. We're going to talk about why, because the whole point is to cause overload. That's what's going to be the stimuli to cause adaptation. If all I'm doing is blocking that stuff attenuating it, smashing it back down, I'm undercutting myself. I'm choosing to feel a little bit better, to have a little bit better performance right now, knowing that's going to compromise the results. I'm going to get 6810 twelve weeks from now. So I'm not going to choose it at all. And the reality of it is, if I really am trying to maximize hypertrophy, I'm probably not doing any ice work during that whole phase.\n\nAndy Galpin: Maybe like my off day. I know that's similar to a setup. You have like one day a week when I'm not training. We'll jump in some ice, maybe even do some hot cold contrast. I love the Xpt protocol. We've probably talked about it before. That's a great set up. Or just not do it at all. It's just not something we need when we move into another phase of training where we're trying to maximize adaptation or maximize the result. Andy get the benefit of that training now. We're going to hedge more towards recovery and we're going to bring in some of these strategies and techniques and not worry about causing the most stimuli there because we're trying to attenuate because we're trying to actualize the work we did 6810 twelve weeks before.\n\nAndrew Huberman: What about cold showers? Do those have the same hypertrophy blunting effect in general?\n\nAndy Galpin: No, in general you can do cold showers. That's not going to be a problem. You're not going to be in there very long, and you're not going to get nearly as cold as you will submerge in 30 degree ice water the way that we do it, nonetheless. So I have no problem standing in the shower for a couple of minutes using it for other reasons if you want to. That's no issue." - }, - "truncated_cells": [] - }, - { - "row_idx": 35, - "row": { - "id": "chunk_57183", - "embedding": [ - -0.019238923, -0.008850172, 0.036176667, -0.023613837, -0.026690993, - 0.013994376, 0.010957356, -0.027935237, -0.005502091, -0.00589677, - 0.023841279, 0.030370204, 0.01862349, 0.015653364, 0.013258534, - -0.0074320035, 0.054639608, -0.005311441, 0.016563132, -0.019867733, - -0.020750742, 0.025072142, 0.013111366, 0.001144736, -0.018810796, - 0.004806386, 0.027667657, -0.023894794, -0.017245458, -0.0049903463, - 0.026129078, -0.007933714, 0.0015611555, -0.009666287, -0.016456101, - -0.026383279, -0.0064453064, -0.017058155, 0.007258077, 0.0008282403, - 0.014409123, -0.0064118593, -0.004224402, -0.008054124, 0.00020737364, - -0.006324896, -0.001026834, -0.030637782, 0.0074186246, 0.010301787, - 0.035775296, -0.018168606, -0.009780008, 0.0043949834, -0.00096579257, - -0.0067329537, -0.011492513, -0.0025988598, 0.017151807, 0.006492133, - 0.0048431777, 0.005147549, -0.003993615, 0.027667657, -0.0141014075, - -0.0057194987, 0.0029784874, -0.010729914, 0.0050773094, 0.02041627, - 0.010803497, 0.035427444, -0.008201293, -0.016924364, 0.023841279, - -0.004461878, -0.003225998, -0.013412392, 0.012495934, -0.0035554545, - 0.007933714, -0.016790574, -0.035909086, 0.028470393, 0.02801551, - 0.010047588, -0.0056057777, -0.0110510085, -0.0018613456, -0.00887693, - 0.0019784113, 0.017432764, 0.037808895, 0.024282783, 0.0068500196, - 0.017513039, 0.004194299, 0.018944586, -0.047495253, 0.004685975, - -0.031012394, 0.012107945, -0.009739871, -0.029460436, -0.040404413, - 0.035882328, 0.016576512, -0.0072313193, 0.0110510085, -0.013780313, - -0.029513951, 0.032537594, -0.0045421515, -0.05715485, -0.021018323, - -0.012107945, 0.007880198, -0.004006994, -0.015492817, -0.031253215, - 0.025540404, 0.016041355, 0.013833828, 0.0003116876, -0.006197796, - -0.00633493, -0.036792096, -0.0016380845, 0.01495766, -0.020697227, - 0.012375523, 0.019051617, -0.0064954776, 0.00811433, -0.024804562, - 0.033260055, -0.006472064, -0.025058763, 0.0004293805, -0.013191639, - 0.017245458, 0.01000745, -0.006997188, -0.00081820606, -0.02584812, - 0.031119425, 0.032644626, 0.021968227, 0.0024148994, 0.0033112888, - -0.017593311, -0.02014869, -0.023051921, 0.010127861, -0.018034818, - 0.021433068, -0.01684409, 0.0078868875, -0.022663932, 0.008475562, - 0.023265984, 0.0032678072, -0.0012291905, -0.01165306, -0.013980997, - 0.022891374, 0.037032917, -0.021205626, 0.020978184, -0.00684333, - -0.006666059, 0.012562829, -0.039628435, 0.01875728, 0.0010000761, - 0.03093212, 0.0065489933, 0.021526722, 0.026396656, -0.036952645, - -0.0095726345, -0.026784647, 0.018690385, 0.01826226, -0.009780008, - -0.0057596355, 0.014128165, -0.0271325, -0.0013780312, 0.0008115166, - 0.0077865454, 0.024403194, -0.028176056, 0.0066459905, -0.6323424, - -0.012000913, 0.016442724, -0.024363058, 0.034544434, 0.016870849, - -0.0041006464, 0.0062814145, -0.012255113, 0.04586302, -0.0020519956, - 0.0013746865, -0.005234512, -0.020857774, 0.0026005323, -0.009920487, - 0.024041964, 0.0054117832, -0.00247176, -0.011238313, -0.02472429, - 0.001358799, 0.013546181, 0.0051776515, 0.020991564, 0.0039099967, - 0.012261802, -0.0016021286, 0.017018016, 0.017298976, -0.017352492, - 0.016282175, 0.038103234, 0.007124288, 0.054559335, -0.019747322, - 0.012743444, 0.037996203, 0.012114634, 0.024871457, -0.011077766, - -0.012656481, 0.021620374, 0.023988448, 0.008408667, 0.020483164, - 0.0007592551, -0.006264691, 0.012027671, 0.030503994, 0.013024403, - -0.0138739655, -0.02192809, 0.0066593695, -0.00823474, -0.008027366, - 0.011097834, -0.017539795, -0.007137667, 0.020108553, 0.024162374, - 0.03157431, -0.0217943, -0.0011648043, -0.014997797, 0.020804258, - -0.038852453, -0.009398708, -0.01877066, 0.021901332, 0.021620374, - -0.005652604, 0.010582745, 0.0018028128, 0.0013964273, 0.02647693, - 0.0039434438, 0.0217943, -0.010535919, 0.02889852, 0.0009607754, - 0.00848894, 0.00096579257, -0.01709829, 0.010388751, -0.010656329, - -0.029487193, 0.02038951, 0.00006956006, -0.022102017, -0.009565945, - 0.008662866, 0.010562677, -0.014609807, -0.013465907, 0.0056726723, - -0.011191487, -0.015532955, 0.0011915623, -0.019733943, -0.011245003, - -0.00085081725, -0.01254945, 0.01585405, 0.0013036109, -0.017566554, - -0.006605854, 0.010723224, 0.035587993, -0.01293744, 0.009806766, - -0.0026557206, -0.01115135, 0.0058532883, -0.00272596, -0.020616954, - 0.011251693, 0.013914102, 0.009579324, -0.027346563, 0.023680732, - -0.010067656, 0.0018881036, 0.0072915247, 0.025941772, 0.028871762, - -0.015091449, -0.030584266, -0.0057596355, -0.020456405, 0.014235197, - -0.0080006085, 0.023265984, -0.02457712, 0.020322617, 0.01990787, - -0.002463398, 0.0047495253, 0.017325733, -0.01622866, -0.03863839, - 0.0010561005, 0.019185407, -0.010723224, -0.01368666, -0.01977408, - -0.022035122, 0.013372255, 0.0043046754, -0.030450478, 0.02623611, - -0.013238465, -0.006916914, 0.018436186, -0.01292406, -0.0015569746, - 0.006916914, -0.026583962, -0.02115211, -0.020978184, -0.0047595594, - 0.02279772, 0.004354846, 0.03368818, -0.004351502, -0.004813075, - 0.016937744, -0.015907565, -0.012101255, -0.007953783, 0.00785344, - -0.030102625, -0.0075122775, 0.006910225, -0.018168606, 0.009097682, - 0.010683087, -0.008422045, -0.033929, 0.017847512, 0.0174729, - -0.023466669, -0.009780008, -0.0141014075, 0.061168533, -0.0067630564, - 0.004207678, 0.007719651, -0.017713722, 0.0271325, -0.0016364121, - -0.0001703725, -0.006983809, -0.008127709, -0.013278603, -0.001394755, - 0.005783049, 0.008723072, -0.0017911062, 0.03285869, 0.027747931, - -0.02406872, 0.020282479, -0.019533258, 0.039334096, -0.0047428356, - 0.015078071, -0.018837554, 0.004020373, -0.0050639305, -0.020951428, - -0.0385046, -0.0049769673, -0.008201293, -0.016563132, -0.0030972257, - -0.0147168385, 0.015091449, -0.026195973, 0.032644626, 0.0061810724, - -0.0007864311, 0.018596733, -0.011472445, -0.03184189, -0.0036424177, - 0.012067808, 0.007873509, -0.017406007, -0.013271913, 0.026329763, - 0.041795824, 0.0008704676, -0.0038163438, -0.003726036, 0.008355151, - 0.009331814, -0.0035153176, 0.020737363, 0.033607908, 0.020857774, - 0.00285306, 0.008836793, -0.022329459, 0.015987838, 0.019707184, - 0.026650857, -0.014609807, -0.014877386, 0.0096863555, -0.005796428, - 0.00018458762, -0.010582745, -0.0039601675, -0.00722463, - -0.0075457245, 0.009024098, 0.0060807304, 0.02927313, 0.024389816, - -0.011037629, 0.02471091, 0.0025336377, -0.017191943, 0.01546606, - 0.0075256564, -0.00013368492, 0.0024065375, -0.014261954, 0.014756976, - -0.021499963, -0.011873813, -0.010836945, -0.0215401, 0.008622729, - 0.0050137592, 0.027988752, 0.008281566, 0.0126899285, 0.0116196135, - 0.007900267, -0.023921553, 0.00123588, 0.013847208, -0.01762007, - -0.017245458, -0.009532498, 0.010134551, -0.022382975, 0.00468932, - -0.03055751, 0.009472293, -0.012248424, -0.005910149, -0.005257925, - 0.015733639, 0.010810187, -0.0010502471, 0.016509617, -0.026824784, - -0.01077674, 0.0017375904, -0.012261802, -0.018355912, 0.023613837, - 0.0055154697, -0.027801447, -0.03358115, -0.0047294567, -0.025513647, - 0.0238279, 0.0000661108, -0.009472293, -0.0010000761, -0.0017208668, - 0.0056358804, -0.031868644, -0.005783049, 0.02004166, -0.008669556, - -0.026062183, -0.015425923, -0.030744813, -0.020710606, 0.09183308, - 0.047869865, 0.0031473967, 0.026945194, 0.0043147095, 0.02699871, - 0.005799772, -0.026410036, 0.0385046, -0.026838163, 0.026209353, - 0.0048364885, 0.0008219689, -0.009478983, -0.010602813, 0.015118207, - 0.011097834, -0.029192857, -0.012141392, -0.020255722, -0.0053917146, - 0.003016952, 0.006130901, 0.06020525, 0.010870392, 0.012903992, - 0.029085824, 0.01382045, 0.015867429, -0.01863687, -0.013452529, - 0.017646827, 0.010535919, 0.02129928, -0.01570688, -0.021486584, - -0.008007298, 0.010228203, 0.019560017, 0.0012158116, -0.00078225014, - 0.008161156, 0.015104828, 0.0033832006, 0.008468872, -0.0008955531, - 0.006943672, 0.024630636, -0.025072142, -0.020081796, 0.01941285, - 0.004893349, -0.015653364, -0.007833372, 0.010957356, -0.031253215, - 0.00899734, -0.02587488, 0.01811509, 0.00035725962, -0.013860586, - 0.012957508, 0.00089220837, -0.0030152795, -0.033554394, -0.008575903, - -0.0039334097, 0.012709998, 0.0022526798, -0.0075724823, -0.013546181, - 0.0006538959, -0.018342532, 0.0039768913, 0.038986243, 0.030691298, - 0.016255418, -0.0037026228, -0.0007747245, 0.011137972, -0.0017961233, - -0.035454202, -0.004993691, -0.023868037, 0.017191943, 0.0034517676, - 0.0064051696, -0.017044775, -0.027239531, 0.0043816045, - -0.000038150894, -0.011920639, 0.0072848354, -0.0037929306, - 0.005813151, 0.025286205, 0.027319804, 0.008810035, 0.020683847, - -0.015158344, -0.008649488, -0.041421212, -0.0023346257, -0.019934626, - -0.012950818, -0.00036792096, -0.0019399469, -0.01077005, - 0.0049535544, -0.009278298, 0.006903535, -0.0038163438, 0.0072982144, - -0.007927025, 0.040752266, 0.017312353, 0.023332879, 0.030851847, - -0.016081491, -0.0035019387, -0.0123487655, -0.049849946, 0.025647437, - 0.0029467125, -0.027038846, -0.0064018248, 0.016830713, -0.028443636, - -0.011706577, 0.0015971115, -0.027774688, 0.009726493, -0.0047829724, - -0.028818246, -0.03700616, -0.018409427, -0.01558647, 0.00899734, - -0.0033882177, -0.015131586, 0.010455645, -0.0077464087, 0.012228355, - 0.00017058154, 0.04677279, -0.03968195, 0.0024935007, -0.0057462566, - -0.010475714, 0.0063315853, 0.017887648, -0.008455493, -0.008763209, - 0.008127709, -0.012388903, -0.029112583, 0.012582897, -0.0065958197, - 0.041688792, 0.0045956676, 0.03406279, -0.011485823, -0.011211555, - 0.04019035, 0.0056592934, -0.0027343219, 0.0052813385, -0.012516002, - -0.010857013, 0.02460388, 0.024028584, -0.0023463324, 0.0092983665, - -0.0074320035, 0.04473919, 0.03665831, -0.0077999244, -0.038986243, - -0.0069904984, -0.03649776, -0.017058155, 0.026088942, -0.014007755, - 0.001995135, -0.028550668, -0.017446144, 0.027212773, -0.011298519, - 0.0100275185, -0.013151502, 0.017205322, -0.010355303, 0.014877386, - 0.009090993, -0.0025486888, -0.004471912, -0.02330612, -0.011639682, - 0.0038364122, 0.03334033, 0.017084911, 0.0073918668, -0.0034919046, - 0.0046324595, -0.017954543, -0.00671623, -0.016549755, -0.0029517296, - -0.0032377045, -0.010188066, -0.0007191183, -0.014462639, - -0.017954543, -0.022770964, -0.00569943, 0.027306426, -0.02293151, - 0.0122350445, -0.01052254, 0.01660327, 0.016242038, -0.002971798, - 0.005170962, 0.0013688332, 0.050117526, 0.015305513, -0.0058098068, - 0.00049794756, -0.015439302, 0.02065709, 0.014208439, 0.0068232617, - 0.006930293, -0.0061810724, -0.011907261, -0.014342228, 0.0008014824, - 0.013405702, -0.0205233, 0.03483877, 0.0037962755, 0.0105961235, - -0.0116664395, -0.033929, -0.022704069, 0.009418777, -0.015934322, - 0.0069904984, 0.003085519, -0.017700344, 0.001394755, 0.0507062, - 0.006883467, 0.02940692, -0.0035922467, 0.010656329, -0.016616648, - 0.0005669328, -0.018850932, 0.0074320035, -0.0054954016, 0.010943976, - -0.027854962, 0.005729533, 0.020001521, 0.01102425, 0.0071911826, - 0.00097080966, -0.0052980618, 0.029513951, -0.00487997, -0.0047227675, - 0.008789967, -0.024764426, -0.0019650324, -0.048485294, -0.0011606234, - -0.02279772, 0.009739871, -0.005120791, 0.020884532, 0.0115527185, - -0.029192857, 0.0012693274, -0.013465907, 0.001831243, -0.022583658, - -0.0060506277, 0.0010627899, -0.045274347, -0.008228051, -0.018462943, - 0.007679514, 0.009646219, 0.005351578, -0.026530446, -0.0045321174, - 0.020255722, -0.009559256, 0.027533868, -0.010127861, 0.0030052455, - -0.032510836, 0.01685747, -0.025366478, -0.0046324595, 0.007940403, - 0.0009683011, -0.039200306, -0.01356625, 0.015800534, 0.03636397, - -0.0035153176, -0.003535386, 0.024871457, 0.0061643487, 0.009452224, - -0.0049736225, -0.019439606, -0.01826226, -0.015078071, -0.012455797, - 0.027359942, -0.028871762, 0.011626302, -0.020228963, 0.009057545, - 0.009345192, -0.033661425, -0.006883467, -0.0041374387, 0.016910985, - -0.0053783357, -0.018730523, 0.003384873, -0.018462943, -0.03103915, - 0.0018680351, 0.0045020147, 0.0017509693, 0.010743292, 0.02635652, - 0.008636109, 0.0014516155, -0.011927329, 0.0017593312, 0.0030002282, - 0.0019884456, -0.026195973, 0.0032728242, 0.0019014825, 0.025941772, - 0.024322921, -0.029701257, -0.0072915247, 0.00988704, -0.03561475, - -0.04029738, 0.007264767, 0.00017288105, 0.01546606, -0.01380707, - -0.01521186, 0.01102425, 0.0019215508, 0.011231624, 0.008254808, - -0.013091297, -0.0121213235, 0.0036290386, 0.008535767, -0.004140783, - -0.0138739655, -0.0182355, 0.021620374, -0.0063282405, -0.010201445, - 0.023506805, 0.0029283164, 0.01648286, -0.0073115933, 0.033447362, - 0.009278298, 0.011231624, 0.01811509, -0.030075867, -0.00735173, - 0.04728119, -0.004438465, -0.011579476, 0.021232385, 0.0042511597, - 0.016870849, -0.011077766, -0.0019081719, -0.016777197, 0.012081187, - -0.01343915, 0.023172332, 0.02457712, -0.0052412013, 0.0048532123, - 0.010796808, -0.023814522, -0.007933714, -0.0030202968, -0.0038932727, - 0.013465907, 0.01990787, 0.00038422656, -0.02168727, -0.010716534, - 0.01382045, 0.004324744, -0.011117903, -0.0021908022, 0.008923756, - 0.01444926, 0.017031396, 0.00038067278, -0.016014596, -0.004354846, - -0.014261954, 0.0018847588, -0.009532498, 0.010000761, 0.006472064, - -0.021339417, -0.013472597, -0.002199164, -0.012495934, -0.031253215, - -0.0098669715, 0.006030559, 0.0028212848, -0.005913493, 0.19297789, - -0.016268797, 0.00019409922, 0.02038951, 0.004361536, -0.0011062715, - 0.036711823, 0.0071978723, -0.001144736, 0.005903459, 0.032270014, - 0.00196336, -0.037568077, -0.0017049792, 0.012475866, -0.025834741, - -0.04118039, -0.014864007, 0.012703308, 0.003575523, 0.009987382, - 0.005599088, -0.023720868, 0.012589587, 0.030851847, -0.011057697, - -0.026517067, -0.010589435, 0.036444243, -0.0047428356, 0.0034785254, - -0.02547351, 0.0007187002, 0.0015619918, 0.0061676935, 0.0063014827, - 0.0025052074, -0.029513951, -0.021446448, -0.0006601673, 0.011178108, - 0.004672596, -0.021312658, 0.0044317753, -0.011010871, -0.008060814, - -0.018703764, 0.004103991, -0.009271609, 0.01901148, -0.025513647, - -0.014529534, 0.0075323456, 0.05006401, 0.013138124, -0.018837554, - -0.00068316236, 0.0025754469, 0.010214824, -0.0020235654, - 0.0035688335, 0.027587384, 0.009278298, -0.002363056, -0.014395745, - 0.011900571, -0.015907565, 0.021620374, -0.02584812, 0.00066643866, - -0.02167389, -0.033179782, -0.029380161, -0.0002567085, -0.015813911, - -0.0060740407, 0.04144797, 0.02801551, 0.029942077, 0.019653669, - 0.024001826, 0.009144508, -0.0030972257, 0.0141014075, -0.009846903, - -0.038558118, 0.021580238, -0.0031457243, -0.011867124, 0.012368834, - 0.0098669715, -0.012442418, -0.022610417, 0.008308324, 0.013205018, - -0.03267138, 0.006351654, -0.015037933, -0.009211403, 0.0107098445, - -0.01988111, 0.063523225, -0.0012475866, -0.0048565567, -0.021419689, - -0.03079833, -0.008582593, 0.035561234, 0.010997492, -0.009050855, - -0.005284683, -0.03877218, 0.014743596, -0.010883771, -0.010295098, - 0.01901148, 0.013994376, -0.027386699, 0.03157431, 0.0009147853, - -0.024229268, -0.0128036495, 0.029380161, 0.026303004, 0.01634907, - -0.015813911, -0.035909086, 0.009786698, -0.00041244776, -0.026316384, - 0.027988752, 0.007880198, 0.009659598, -0.020938048, 0.014663323, - 0.017807376, 0.022623794, -0.040404413, 0.0071844934, 0.01293744, - -0.0263699, -0.02711912, 0.040243864, -0.00153607, 0.01699126, - -0.013994376, -0.006492133, 0.027828204, -0.009739871, 0.00962615, - -0.0041909544, 0.03184189, -0.0049602436, -0.014864007, -0.009050855, - -0.001517674, -0.008194603, -0.018422807, -0.017539795, 0.013104676, - -0.007324972, 0.023239227, 0.0022275941, -0.008054124, -0.01584067, - -0.0050706198, -0.16814658, 0.025901636, 0.01684409, -0.014114786, - 0.026851542, -0.017044775, 0.022985026, 0.017138427, -0.014636565, - 0.007967161, 0.0068266066, -0.0036725202, 0.0028028889, -0.031761613, - -0.025901636, 0.0039099967, 0.0022459903, 0.008796656, 0.019573396, - 0.0052010645, -0.006033904, -0.027105741, 0.008274877, 0.013419081, - 0.010636261, 0.0021473207, 0.014904144, 0.01951988, -0.0015118207, - -0.013138124, -0.021968227, -0.0018663628, 0.026035426, -0.0006973775, - 0.027426835, 0.0075122775, 0.010341924, -0.0017994681, -0.015131586, - 0.02699871, 0.03663155, -0.006157659, -0.0049635884, 0.0059636645, - -0.02293151, 0.002730977, 0.014797113, 0.0032243256, 0.021874575, - -0.01709829, -0.00449867, -0.026450174, 0.0040671993, 0.0039835805, - 0.015238618, -0.03540069, 0.015613228, 0.012114634, -0.026637478, - -0.008261498, -0.0073584192, -0.010656329, 0.024777805, -0.030209657, - 0.0018061575, -0.032644626, 0.0072781458, 0.013726797, -0.026517067, - 0.008910377, 0.0039635124, -0.013345497, -0.012616345, -0.018569974, - 0.005589054, 0.022262564, -0.022663932, 0.001367997, -0.0007751426, - 0.029032309, -0.004916762, 0.020964805, -0.041608516, -0.030905362, - -0.00639848, 0.0036658307, -0.01862349, 0.009927177, 0.0019048272, - 0.004685975, 0.019212164, -0.009392019, -0.021138731, 0.0061041433, - 0.0073918668, 0.0036992782, 0.017887648, -0.010281718, 0.01495766, - -0.0149442805, 0.020643711, 0.012743444, 0.00075632846, 0.019332575, - 0.019626912, 0.0008930445, 0.0024332956, 0.0073316614, 0.02396169, - -0.02116549, -0.011438997, 0.006020525, 0.023761006, 0.018864311, - 0.012817029, 0.020255722, 0.00963284, -0.036792096, -0.0009774992, - -0.017339112, 0.04931479, -0.01165975, -0.02634314, -0.013164882, - -0.043053444, -0.024296163, -0.13186288, -0.0013571266, 0.010964045, - 0.0074119354, 0.047441736, 0.020710606, 0.0015385787, 0.020443028, - -0.024483468, 0.01926568, -0.033634666, -0.0021958193, 0.016389206, - -0.014181681, 0.013131434, -0.004896694, 0.0048732804, -0.01646948, - -0.03791593, 0.044980012, -0.0019014825, -0.019038238, -0.007967161, - -0.0022476627, 0.006130901, -0.006903535, -0.027092362, 0.02674451, - 0.015733639, -0.0038598254, 0.010121171, -0.008020678, 0.0060840747, - -0.007171114, 0.0026072217, -0.013539492, 0.025674194, 0.009820146, - 0.014676702, -0.027587384, 0.011887192, 0.038156748, 0.009519119, - -0.0018613456, -0.0023413154, -0.0228111, -0.017914407, 0.015800534, - 0.010696466, -0.0075189667, -0.04832475, -0.0059803883, -0.039467886, - 0.0097532505, -0.00019284493, -0.03483877, 0.026303004, 0.0068901563, - -0.020509921, -0.009311745, 0.002398176, 0.014181681, -0.0075724823, - -0.016830713, 0.029085824, -0.009030787, -0.025794605, -0.020175448, - -0.004040441, -0.01596108, -0.009418777, 0.0026958573, -0.006896846, - 0.03620342, -0.04447161, 0.0001690137, -0.01558647, -0.018837554, - 0.008268188, 0.0019717219, -0.00899734, -0.003689244, 0.0044016726, - -0.017553175, -0.0025018626, 0.016375829, 0.01609487, -0.013753555, - -0.011499203, -0.018797416, -0.02750711, 0.019185407, 0.016322313, - -0.0049468647, -0.0021339417, 0.009813456, -0.0061543146, 0.002016876, - 0.034892287, 0.01810171, -0.0050906884, -0.0039735464, -0.031627823, - 0.026169214, 0.0038732043, -0.009325124, 0.025620678, -0.006134246, - 0.009318435, 0.015787154, 0.00048415054, 0.0010276702, -0.022021743, - 0.019573396, -0.017406007, -0.028978793, -0.018074954, 0.0010243254, - 0.0035654886, -0.012368834, 0.0063917907, 0.010749982, -0.013111366, - 0.017325733, -0.002363056, 0.014569671, 0.0091846455, -0.013539492, - -0.0056091226, 0.0011305208, -0.0035587992, 0.013345497, 0.017847512, - -0.041902855, -0.0030370203, -0.000063340936, -0.01649624, - -0.015011176, 0.021473207, 0.00462577, 0.014034512, 0.033153024, - -0.030771572, -0.015372407, -0.009445535, -0.024242647, -0.020723986, - -0.005371646, -0.037300497, 0.018984722, -0.010288408, -0.0032644623, - 0.027694415, 0.03055751, -0.023092058, -0.022663932, -0.015506197, - -0.0007843406, -0.0019165338, 0.0021105285, 0.01697788, -0.008602661, - 0.021526722, -0.008254808, 0.005956975, -0.030156141, 0.0042745727, - -0.004338123, -0.0020335997, 0.0020921323, -0.011579476, -0.009044167, - -0.015185102, -0.0077464087, 0.03513311, -0.0018529838, 0.006555683, - -0.010054276, -0.0011714938, -0.01699126, -0.014542912, -0.0024667429, - 0.0034450782, 0.00038568987, -0.034812015, 0.00873645, 0.03483877, - -0.008154467, -0.009218093, 0.016830713, -0.0015979477, -0.017325733, - 0.019238923, 0.009104372, -0.000012268388, -0.009920487, 0.011071077, - 0.02761414, -0.022409732, -0.0035688335, -0.012703308, 0.008442114, - 0.016001217, 0.008569214, 0.006502167, -0.016014596, -0.014542912, - 0.015292133, -0.0062078303, -0.06020525, -0.00037147474, - -0.0098000765, 0.0014089701, -0.004451844, 0.010843635, 0.013914102, - -0.009599392, 0.01394086, 0.007819993, -0.008983961, -0.018208744, - 0.016161764, -0.00285306, 0.015144965, 0.011626302, -0.012241734, - 0.01763345, 0.0044551883, 0.029353404, -0.019827595, 0.012903992, - 0.013860586, 0.026757888, -0.020683847, -0.021192247, -0.015666744, - -0.0025453442, -0.03639073, -0.006161004, 0.027159257, -0.0050739646, - 0.057957586, 0.011492513, -0.036899127, 0.004993691, -0.00066142157, - 0.021994984, 0.009873661, -0.009726493, -0.003130673, -0.033875488, - 0.010917218, -0.010201445, 0.011773471, -0.050010495, -0.023011785, - 0.013191639, 0.007592551, 0.0050371727, 0.030022351, -0.011245003, - 0.012355455, 0.00092481956, 0.00988035, -0.0019984797, -0.022075258, - -0.007900267, -0.0042277463, -0.007017256, -0.010997492, -0.022209048, - 0.014917523, 0.006923604, -0.027386699, -0.014930902, -0.00937195, - -0.0048732804, -0.010408819, 0.01646948, -0.004468567, 0.0065724063, - -0.01546606, 0.00022137973, -0.022396352, -0.011358724, 0.0053917146, - -0.009612772, -0.02115211, -0.01572026, -0.0062412773 - ], - "metadata": { - "chunkTitle": "Cold Exposure and Hypertrophy", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28783&chunkSid=chunk_57183" - }, - "document": "Andrew Huberman: Now, I realized that we are going to do entire episodes related to nutrition, supplementation, recovery, et cetera, but I'd like to just touch on two or three specific topics and questions that come up a lot around the question of hypertrophy specifically, and that probably also relate to strength training and training for speed. So I'm going to ask these in not rapid fire, sure, but I'll give.\n\nAndy Galpin: You shorter answers, we'll put it that way.\n\nAndrew Huberman: So I will ask these questions now, but with the caveat that we will get into these topics in much more depth very soon. The first question is about the use of cold showers and ice baths and cold water exposure, which I know many people use for resilience training to increase their dopamine, which it does, and for recovery. But there's also this issue of when one should use cold, that is deliberate cold exposure relative to hypertrophy training specifically. And that's because I've heard that if deliberate cold exposure is done too soon after a hypertrophy adaptation inducing workout, all the sorts of things we've been talking about, that the hypertrophy response can be blunted reduced or eliminated. Is that true? And if so, when could people do deliberate cold exposure while still also including hypertrophy training in their program and still get hypertrophy?\n\nAndy Galpin: Great. So, you know, I'm a lover of the cold. I still have a deep freezer in my house that is filled with water at all times that I've plugged in and is a frozen chamber. I still do the old school style of it.\n\nAndrew Huberman: Please unplug it before you get in it each time.\n\nAndy Galpin: Yes, absolutely. And then don't do it by yourself so that the lid can close on top of you and then we don't see you sort of ever again.\n\nAndrew Huberman: Again. The Han Solo effect.\n\nAndy Galpin: It's time for me to upgrade and get one of these new fancy ones. But I've been using this for so many years, so I love it. Obviously, I've been involved with Xpt, andy Gabby, Andy Laird and Brian Mackenzie and these folks. So I've been doing this stuff for a long time, I don't even know how many hundreds of folks into the ice and a lot of reasons. So there are a lot of benefits, and we could talk about those later. However, that being said, it is very, very true. You do not want to get in the ice post hypertrophy training. You wouldn't want to do that immediately after the workout. You probably don't want to do it before the workout, and you probably don't even want to do it that same day. It's just not worth it. It will blunt hypertrophy. And specifically we've talked earlier about what's driving muscle growth is that signaling cascade through that gene, expression through that muscle, protein synthesis. Cold exposure blocks that signal. Remember, adaptation comes from stress." - }, - "truncated_cells": [] - }, - { - "row_idx": 36, - "row": { - "id": "chunk_57181", - "embedding": [ - -0.027793305, -0.006639512, 0.028974857, -0.009707517, -0.00079427427, - 0.018931672, -0.0062165703, -0.031069424, -0.01787096, -0.012144466, - 0.02000581, 0.026786301, 0.005988316, 0.0003312623, 0.012768809, - -0.0053337635, 0.0457314, 0.0071698674, -0.007049027, -0.025712164, - -0.022852274, 0.0009625278, -0.021012813, 0.006941613, -0.033486232, - 0.020086369, 0.038588386, -0.004628861, 0.009559823, -0.027189104, - 0.045086917, -0.010184165, 0.01121131, -0.0006083981, -0.030236969, - -0.01885111, -0.011016622, -0.010110319, 0.012708388, -0.017105639, - 0.017253332, -0.0035178, -0.013373011, -0.0067469254, -0.006793919, - -0.029028563, 0.0015054707, -0.032089856, -0.009908917, 0.008505826, - 0.026746022, 0.010707807, -0.02056973, 0.019106219, -0.0051793563, - -0.01591066, -0.014393441, 0.023631023, 0.015977794, -0.014943937, - -0.008868347, 0.0036487104, -0.00787477, 0.014205467, -0.010190879, - -0.0036688505, 0.003187167, -0.01852887, -0.00016804376, 0.011634251, - 0.020086369, 0.019213634, -0.012668108, -0.030827744, 0.04369054, - -0.016837103, 0.028276667, -0.025027402, 0.003309686, 0.0034640932, - 0.0077337893, -0.0038769648, -0.027873866, 0.028706321, 0.019012231, - -0.013023916, -0.0047631282, -0.0035950036, 0.0046624276, - 0.0001668899, -0.0060050995, 0.00951283, 0.038830068, 0.009626957, - -0.00019626085, 0.01325217, -0.03383533, 0.0031552787, -0.020797985, - 0.0042428426, -0.021375334, 0.0020677145, -0.020274343, -0.019884968, - -0.032036148, 0.0072907074, 0.023308782, -0.027135396, 0.0029068843, - -0.024100957, -0.036681794, 0.012976922, -0.009996192, -0.021778136, - -0.014836523, -0.030693477, 0.020086369, -0.0024772293, -0.023120807, - -0.03378162, 0.03848097, 0.007633089, 0.021402188, 0.0028481425, - -0.0073846946, 0.0006616854, -0.03096201, 0.0013560985, 0.015172191, - -0.013977213, 0.007505535, 0.017897815, 0.018716844, -0.008398412, - -0.03378162, 0.014286027, 0.0019636573, -0.015736112, -0.034694638, - -0.025752444, 0.01750844, 0.01484995, -0.016434303, -0.0018310687, - -0.01333273, 0.027793305, 0.0129232155, 0.009848497, -0.007518962, - -0.0014391763, -0.025040828, 0.01660885, -0.0033885678, 0.015172191, - -0.0037964045, 0.012829228, -0.011869218, 0.010184165, -0.05284756, - -0.00789491, 0.015494432, 0.023335636, 0.0021684149, -0.009962625, - -0.015024497, 0.021026239, 0.027175676, -0.014782816, 0.02622238, - -0.012721815, -0.00038769646, -0.0035010166, -0.019455314, - 0.012990349, -0.0029807312, 0.020046089, -0.0014047703, -0.012506987, - 0.0014635122, -0.027215956, 0.012419714, 0.005904399, 0.040065326, - 0.025846431, -0.005468031, 0.024893135, 0.03735313, -0.020072943, - -0.01828719, -0.010761514, 0.0068409126, 0.019455314, -0.031149985, - 0.021966109, -0.6255776, 0.009459122, 0.0011941387, -0.0142726, - 0.02606126, 0.0052800565, -0.018032081, -0.0051894262, -0.033351965, - 0.021442467, -0.021120226, 0.00008323516, -0.0028313592, -0.012641255, - 0.015816674, -0.006491818, -0.011956492, -0.0014635122, -0.0036050736, - 0.005944679, -0.028061839, 0.00957325, -0.012157893, 0.019039085, - -0.0020928895, 0.018300615, -0.018058935, -0.0025426846, 0.010801794, - 0.015293031, -0.009217442, 0.010942775, 0.027121969, 0.012990349, - 0.04994739, -0.020918826, -0.007727076, 0.029834166, 0.0086736595, - 0.02212723, -0.0028498208, -0.0109830545, 0.016018074, -0.003997805, - -0.0050652293, 0.025309363, -0.0057768454, -0.028330375, 0.03525856, - -0.0071363, 0.007391408, -0.01225188, 0.008418552, -0.0034070297, - 0.013910079, -0.023738436, 0.0013124617, -0.0027407287, -0.014823096, - -0.0018243552, 0.009452409, 0.009969338, -0.0022019816, 0.0143800145, - -0.008438692, 0.010868927, -0.02830352, -0.0028380724, 0.011258302, - 0.016353741, -0.0153467385, 0.0118289385, 0.0033214341, -0.009499403, - 0.00009750105, 0.012929929, 0.005380757, 0.010231159, -0.009277862, - 0.017145919, 0.005414324, 0.007841203, 0.0041287155, -0.0014165187, - 0.008740793, 0.0128023755, -0.023818998, 0.001862957, -0.005494884, - -0.008848207, -0.022543458, -0.0014719039, 0.010204305, -0.017253332, - -0.0024520543, -0.00883478, 0.0077002225, 0.0027424071, -0.010217732, - -0.035553947, 0.0032190555, -0.018005228, -0.0013124617, 0.00967395, - -0.0042764097, 0.008257431, -0.016877385, 0.0063072005, 0.033351965, - -0.0036487104, 0.01824691, -0.0069684666, -0.0058775456, 0.01962986, - 0.0029186327, -0.032788046, 0.009620243, 0.009022755, 0.00035035342, - -0.010311719, 0.033271406, 0.002208695, 0.012889649, 0.0048772553, - 0.01145299, 0.014541135, -0.008418552, -0.021952683, 0.02168415, - 0.0031687054, 0.0033516444, -0.011365716, 0.022462899, -0.021227641, - 0.032814898, 0.014286027, 0.0009390311, -0.000484201, 0.02724281, - -0.0398505, -0.030612916, 0.002238905, 0.014084627, -0.015145337, - -0.010392279, -0.030317528, -0.021563308, -0.009230868, 0.025819577, - -0.019656714, 0.018072361, 0.0029908014, 0.013775812, 0.014353161, - -0.03415757, 0.0009457444, -0.023469903, -0.043126617, -0.035983603, - -0.021831842, 0.00088364584, 0.009358422, -0.0010321789, 0.0056895716, - -0.009338282, 0.00052699866, -0.0050081657, 0.003947455, - -0.0002666462, -0.0096403835, 0.010231159, -0.02478572, -0.022959687, - 0.00040951488, -0.013856373, 0.0006763709, -0.0033080075, 0.009318142, - -0.028706321, -0.00086182746, 0.021549882, -0.018810831, -0.026088113, - 0.0008878417, 0.033969596, 0.0074048345, 0.0018612787, -0.015373591, - -0.011882645, 0.03721886, -0.00959339, -0.00039420003, -0.003947455, - -0.015266178, -0.008317851, 0.008713939, 0.0037158441, -0.00801575, - 0.0009960947, 0.054163378, 0.031445373, -0.010365426, 0.01139257, - -0.0076733693, 0.026168672, 0.0072839945, 0.007780783, -0.018555723, - 0.049222346, 0.012117612, -0.014245748, -0.0069281864, -0.009801504, - -0.003296259, -0.021321628, 0.010056611, 0.0075458153, 0.027108543, - -0.018193202, 0.008452118, 0.0033063293, 0.005129006, 0.02700113, - 0.026544621, -0.019133072, -0.002510796, -0.0055452343, -0.006488461, - -0.005944679, -0.010956202, 0.009338282, 0.03149908, 0.018582577, - 0.0055015977, 0.011506697, 0.014178614, 0.016756544, 0.011251589, - 0.013816092, 0.018126069, 0.0226643, 0.014688829, 0.0055955844, - -0.03848097, 0.018743698, 0.002361424, 0.00881464, -0.007337701, - -0.013326017, 0.0061930735, -0.009237582, 0.029995287, -0.030935157, - -0.00049133395, -0.009183874, -0.0077405027, -0.00018765936, - -0.0070020333, 0.025859859, 0.024033824, -0.015306458, 0.023335636, - 0.033969596, -0.0045516575, 0.016984798, -0.0055754445, -0.005541878, - 0.019321047, -0.022516605, 0.02400697, -0.0040951488, -0.0010002905, - -0.0043737534, -0.012265307, 0.006441468, -0.0036722072, 0.019831263, - -0.0057432787, 0.024450053, 0.015722686, -0.0044610268, -0.019710422, - 0.01301049, 0.013587838, -0.013319304, -0.007451828, -0.003443953, - -0.002238905, -0.014326308, 0.0026467417, -0.023523608, 0.029834166, - -0.024369493, -0.009130168, -0.016957944, 0.020918826, 0.02822296, - -0.0023345705, 0.017105639, -0.012225026, 0.0009692412, -0.013856373, - 0.0118356515, -0.017830681, 0.0030327598, 0.012876222, -0.03840041, - -0.030666623, -0.020448891, -0.020260917, 0.01922706, 0.0016506471, - -0.00042797663, 0.029646192, 0.00082868023, -0.0023530324, - -0.02450376, 0.0038232577, 0.034211278, -0.025510764, -0.0004088855, - -0.017790401, -0.02126792, -0.015736112, 0.09189246, 0.044227608, - -0.005746635, 0.027712746, -0.012466707, 0.04565084, -0.004011232, - -0.0025712163, 0.028464641, -0.00079721137, 0.005444534, - -0.0131716095, 0.009485976, -0.02798128, 0.005004809, 0.0077203624, - 0.008317851, -0.016501436, -0.017172772, 0.00058280345, -0.027484491, - 0.013560984, 0.0191465, 0.053196654, 0.008297712, 0.016340315, - 0.023550462, 0.010325146, 0.02134848, -0.022892553, -0.003759481, - 0.03791705, 0.009868638, 0.023993544, -0.009418842, -0.015695833, - 0.0025510762, -0.017105639, 0.014218894, -0.03378162, -0.004259626, - 0.011768518, 0.02000581, 0.020972533, 0.017038504, -0.018072361, - -0.006021883, 0.0053673303, -0.022798566, -0.013399865, 0.014796243, - -0.009506116, -0.014326308, 0.009365136, -0.0024789078, -0.020140076, - 0.0004281864, -0.026276086, -0.0021851982, -0.0032358388, - 0.00012891747, 0.008150018, 0.0025040829, 0.008405125, -0.032573216, - -0.014098054, -0.020610012, 0.012131039, -0.004299906, -0.021496175, - -0.03453352, -0.02622238, -0.014312881, 0.01791124, 0.017454732, - 0.01668941, 0.020636864, -0.005843979, -0.0148633765, -0.0059144692, - -0.007767356, -0.028330375, -0.020019235, -0.029216537, 0.010526546, - 0.0060890163, 0.007693509, 0.006817416, -0.008056031, -0.0035412968, - 0.0062837037, -0.0055015977, 0.00877436, -0.014433721, -0.0052330634, - -0.008499112, 0.0074719684, 0.02740393, 0.02892115, -0.021778136, - 0.004249556, -0.03149908, -0.004048155, -0.028867442, 0.0010321789, - 0.0029035276, 0.007928477, -0.01301049, -0.004071652, -0.032412097, - 0.0047027078, -0.007424975, 0.002599748, 0.029780459, 0.030210115, - 0.015924087, 0.011654391, 0.012822515, -0.0148633765, -0.0039273147, - -0.008807926, -0.032089856, 0.023698157, 0.013198463, -0.031123132, - 0.03550024, 0.00887506, -0.014447148, -0.0045248037, 0.016353741, - -0.027497917, 0.025497336, -0.0046355743, -0.026987702, -0.035151146, - -0.03426498, -0.02364445, 0.0074384017, 0.026088113, -0.011808798, - -0.006062163, 0.00040678759, -0.013594552, -0.021630442, 0.010929348, - -0.02916283, 0.002588, 0.011889358, -0.010942775, 0.010385566, - 0.016957944, 0.008687086, -0.004323403, 0.0049477452, -0.008700513, - 0.019065939, 0.0021415614, -0.012876222, 0.0301027, 0.0032744408, - 0.035661362, -0.0066327984, -0.010023044, 0.037863344, -0.012016912, - -0.0012721815, -0.0032979376, -0.002841429, -0.027766451, 0.01860943, - 0.021469321, 0.020730851, -0.006300487, -0.0031250685, 0.055371784, - 0.050323337, -0.021670721, -0.024960268, -0.022436045, -0.02760533, - -0.013883226, 0.025658457, -0.010936062, 0.004011232, -0.028733175, - -0.022073524, 0.03805132, 0.004732918, 0.0032224122, -0.0108622145, - 0.023375915, -0.025309363, 0.005622438, 0.013681825, 0.026638608, - -0.013856373, -0.022060096, -0.011640964, 0.01049298, 0.01672969, - 0.008505826, 0.017333893, -0.021173934, -0.00311332, -0.020610012, - -0.010103605, -0.014675402, -0.01315147, -0.0068644094, -0.015574993, - 0.008317851, -0.015225898, -0.014635122, 0.002475551, 0.00070322433, - 0.033298258, -0.018918244, 0.025994126, -0.018421456, -0.0053102667, - 0.025873285, 0.002287577, 0.04761114, 0.008881774, 0.04119317, - 0.0027977922, 0.0050719427, -0.017602427, -0.009600103, 0.030451795, - 0.0052565597, 0.02364445, -0.013091049, -0.006300487, -0.011218023, - -0.0025846432, -0.020019235, 0.0039004614, -0.020583158, 0.035768777, - 0.0011110608, 0.007941904, -0.011661104, -0.0033482877, -0.01828719, - -0.0045818673, -0.0008534357, 0.012057193, 0.00865352, -0.013735532, - -0.029538779, 0.046107348, -0.005780202, 0.015615272, 0.010345286, - -0.007163154, -0.024463478, 0.0033415742, -0.0029639478, 0.008465545, - -0.001398057, 0.030827744, -0.015534712, 0.011701385, 0.025376497, - 0.01147313, -0.024221798, -0.019441888, -0.014366588, 0.030559208, - -0.024772294, 0.0038131878, 0.00087021914, -0.016125487, -0.011775231, - -0.020448891, -0.00795533, -0.0246246, 0.00026391892, -0.0012914824, - 0.016756544, 0.013816092, -0.012815802, 0.0037494109, -0.017562147, - 0.005139076, -0.012647968, -0.018475164, 0.038642094, -0.02916283, - -0.019173352, -0.02298654, -0.0072168605, 0.018166348, 0.0022238002, - -0.035553947, 0.0072705676, 0.025967272, -0.014178614, 0.038427267, - -0.0117080975, 0.0017505083, -0.024033824, 0.005014879, -0.022798566, - -0.0048504015, 0.009277862, -0.007666656, -0.034130715, -0.011405997, - 0.008512539, 0.010412419, -0.024060678, 0.010184165, -0.00023874381, - 0.0073108478, 0.00873408, -0.018757124, -0.015548139, -0.0037460541, - 0.0068241293, 0.03160649, 0.0034741631, -0.01139257, 0.009922344, - -0.02392641, -0.003378498, 0.022167511, -0.020354904, 0.014514281, - 0.00352787, 0.0191465, -0.016420875, -0.017347319, -0.03571507, - -0.0059178257, -0.023872703, 0.028840588, 0.021563308, -0.011889358, - -0.008358132, 0.013258884, 0.008089597, 0.017025078, 0.005998386, - 0.017736694, 0.024691734, 0.014661975, -0.024315786, -0.010002905, - -0.001586031, 0.038588386, 0.021214213, -0.0138698, -0.003024368, - 0.008532679, -0.016420875, -0.03394274, 0.0019905108, 0.016501436, - 0.0065253847, 0.0014903656, -0.021764709, 0.0095262565, 0.0058406224, - 0.0021130296, -0.0047899815, 0.005666075, -0.0037192008, 0.010640673, - -0.011177742, 0.0017077107, -0.034211278, -0.012963496, 0.03235839, - 0.0103721395, -0.002089533, 0.017401027, 0.035365973, 0.033002872, - -0.0032996158, 0.004504664, 0.015682407, 0.002910241, 0.041542266, - -0.0063810474, -0.0058271955, 0.0071967207, 0.00807617, -0.015924087, - 0.018757124, 0.0115939705, -0.006008456, -0.0042327726, -0.001774005, - -0.021496175, -0.010466127, -0.0051793563, 0.014030919, 0.011117322, - -0.012513701, 0.023510182, 0.02606126, -0.009902204, -0.015024497, - -0.018126069, 0.007861343, 0.02822296, 0.020354904, -0.016595423, - -0.0036722072, -0.012762095, 0.010352, 0.007022173, -0.0016733047, - 0.0049410323, -0.011036762, 0.02262402, 0.025739018, 0.010096892, - -0.0011152567, 0.009566536, -0.014594842, -0.007727076, 0.014030919, - 0.0035882902, -0.010956202, -0.014648549, -0.0047396314, -0.01754872, - -0.026490914, -0.017105639, -0.017320465, -0.0007145531, 0.004836975, - 0.0031586352, 0.2134311, -0.02294626, 0.008425266, 0.018716844, - 0.005978246, 0.0073242746, 0.026329793, 0.010049898, 0.0048000515, - -0.0005425233, 0.017427878, -0.009096601, -0.02908227, -0.0007401478, - 0.021711003, -0.021724429, -0.03464093, -0.02630294, -0.011869218, - 0.007377981, 0.016461156, 0.0016305071, -0.028330375, -0.0060453797, - 0.037030887, 0.0051055094, -0.03227783, -0.007579382, 0.021402188, - -0.0023798856, -0.0051055094, -0.03394274, -0.0007993093, - -0.013466998, -0.011419423, 0.0060453797, 0.015924087, -0.030478649, - -0.01648801, 0.015494432, 0.023859277, 0.011755091, -0.014809669, - 0.013520705, 0.0066327984, 0.009626957, -0.010902494, 0.009277862, - -0.0064616078, 0.009828357, -0.02372501, -0.021173934, 0.013279024, - 0.041676532, 0.010519833, -0.009170448, 0.010936062, -0.0059178257, - -0.014218894, 0.0316602, -0.016662557, 0.014245748, 0.01885111, - 0.021872124, -0.012835942, 0.021039667, -0.017991802, 0.024812574, - -0.022503179, -0.026182098, -0.015883807, -0.02744421, -0.022932833, - -0.019844688, -0.0077874963, -0.0009877029, 0.0492492, 0.031848174, - 0.016461156, 0.018273763, 0.01153355, -0.038668945, 0.01505135, - 0.03160649, -0.0108622145, -0.03995791, 0.012661395, 0.011278443, - -0.0011496627, 0.006102443, 0.015064777, -0.012090759, -0.007371268, - 0.0023144304, 0.00223387, -0.010291579, 0.019562727, -0.01868999, - -0.026813155, -0.012426427, -0.020542879, 0.030129554, 0.0009952554, - 0.010090178, -0.011761804, -0.03353994, 0.009311428, 0.009922344, - 0.016125487, -0.008969047, -0.00045189296, -0.032331537, 0.006961753, - -0.0085528195, 0.022261498, 0.0064616078, 0.0014030919, 0.0030327598, - 0.023939837, -0.019213634, -0.040602393, -0.0064112577, 0.025873285, - 0.009344995, -0.008136591, -0.019952102, -0.0453286, 0.0066999323, - 0.01321189, -0.026289513, 0.033351965, -0.01472911, 0.024329212, - -0.02622238, 0.0056761447, -0.011748378, -0.0024587677, -0.020422038, - -0.0027390504, 0.00963367, 0.015883807, -0.012533841, 0.027873866, - 0.0073444145, 0.015964366, -0.0038232577, 0.008848207, 0.043556273, - -0.004887325, -0.018837685, 0.014017493, 0.019482167, -0.021939257, - 0.00082196685, -0.0017572216, -0.025107961, -0.0072504273, - -0.023899557, -0.018381177, 0.00039755672, -0.047423165, 0.009089888, - 0.021442467, 0.00045021463, -0.03893748, -0.017535293, -0.168747, - 0.013936933, 0.047020365, -0.0065388116, 0.03775593, -0.012587547, - 0.024221798, 0.026571473, -0.024973694, -0.004226059, 0.0034640932, - -0.001289804, 0.0017270115, -0.031069424, -0.031552788, -0.004007875, - 0.010640673, 0.032949165, 0.0312574, 0.016622277, -0.0012369363, - -0.02622238, 0.0006012652, 0.003443953, -0.0054109674, -0.018904818, - 0.008022464, 0.021603588, 0.011083756, -0.0018461737, -0.016474582, - -0.00070280477, 0.024409773, -0.00023832424, 0.014218894, 0.00447781, - 0.0062534935, 0.0034741631, -0.026732594, 0.028948003, 0.036654938, - 0.010909208, -0.013064196, 0.0016237936, -0.020610012, 0.031418517, - 0.018072361, 0.0037124874, 0.004007875, -0.015064777, 0.0052699866, - -0.019159926, 0.028437788, 0.0045717973, -0.009224155, -0.025336215, - 0.005139076, 0.0106138205, -0.0018814187, -0.014218894, -0.016004648, - -0.01301049, 0.027014555, -0.016823677, -0.0054579605, -0.027954426, - -0.0007959526, -0.00873408, -0.009700803, 0.0130440565, 0.003769551, - -0.04323403, -0.014661975, -0.024275506, 0.02458432, 0.0037863343, - -0.011499983, -0.012184747, 0.02036833, 0.0230671, 0.00002656497, - 0.024570893, -0.021697575, -0.0090428945, -0.0026014266, 0.0040884353, - -0.009761224, 0.010090178, -0.011399283, -0.012037052, 0.0016380595, - 0.0047262046, -0.029807312, -0.036762353, 0.008304425, -0.010539973, - 0.005172643, -0.01587038, -0.003863538, -0.0072705676, 0.0051961397, - 0.012809088, -0.014393441, 0.019535875, 0.03343253, -0.01860943, - 0.0024537325, 0.0023312138, 0.02438292, -0.0136482585, -0.003078075, - -0.0025728948, 0.022543458, 0.03719201, -0.000852177, 0.028652616, - 0.023792144, -0.026920568, 0.011808798, 0.0038165445, 0.0648779, - -0.0026769517, -0.037165154, 0.0025309362, -0.022154083, -0.03439925, - -0.13609321, 0.0047631282, 0.0058036987, 0.014917083, 0.008143304, - 0.013923506, -0.013352871, -0.0034473098, -0.022744859, 0.02212723, - -0.02466488, -0.006072233, 0.0016456121, 0.0035345834, 0.0026400283, - 0.0054848143, -0.0007095181, -0.011667818, -0.02000581, 0.045489717, - 0.012124326, -0.009499403, -0.0043804664, -0.0028582125, -0.013440144, - -0.0057936287, -0.022758286, 0.027659038, -0.0031502435, -0.01660885, - 0.021173934, -0.0131716095, 0.007203434, -0.00443753, 0.011023335, - -0.0067905625, -0.0007703579, 0.016649129, 0.0035446535, -0.020274343, - 0.004024659, 0.025121389, 0.0034506663, -0.0010892424, 0.007653229, - -0.011218023, -0.018327469, 0.016340315, -0.01303063, -0.011546977, - -0.023134233, -0.006807346, -0.027135396, 0.02114708, 0.0063105575, - -0.029753607, 0.028437788, 0.00623671, -0.0040145884, 0.0049175355, - -0.017213052, 0.00027671625, -0.013070909, -0.0023647805, 0.03157964, - 0.003631927, -0.018220056, -0.012627828, 0.00801575, -0.0022103733, - -0.012245166, 0.023886131, 0.002129813, 0.03096201, -0.03174076, - 0.008304425, -0.0226643, -0.021402188, 0.013520705, 0.009177161, - 0.0065992316, -0.005870832, 0.00049804733, -0.036010455, 0.004689281, - 0.0034405964, 0.023832424, -0.024651453, 0.01143285, -0.03305658, - -0.021992963, 0.027524771, 0.023577316, -0.02056973, -0.021361908, - 0.01578982, 0.008687086, -0.010231159, 0.0057130684, -0.0060554496, - -0.022033244, 0.0041824225, -0.025201948, 0.031525932, 0.0013544201, - -0.0044878805, 0.0068207723, -0.015776394, -0.007163154, 0.022462899, - -0.013829519, -0.0014056095, -0.020153504, -0.022999967, -0.019012231, - -0.02744421, -0.019092793, -0.02242262, -0.02012665, -0.023953265, - 0.009096601, 0.004679211, -0.013748959, 0.023187941, -0.00028238064, - 0.007633089, 0.016286608, -0.02556447, -0.017978374, 0.0044878805, - 0.0009407094, -0.0003950392, 0.015682407, -0.040441275, -0.006240067, - 0.007901623, -0.01315147, -0.017481586, 0.023187941, 0.001763935, - 0.012741955, 0.021657296, -0.028330375, -0.012493561, -0.011365716, - -0.015843527, 0.001151341, 0.009962625, -0.033889037, -0.004998096, - -0.0007183294, 0.003098215, 0.018904818, 0.0027306587, 0.021778136, - 0.00018000194, -0.04602679, 0.0032425523, -0.00787477, 0.0021130296, - 0.027847013, -0.027148822, 0.022516605, -0.03182132, 0.014514281, - -0.031633347, -0.016112061, -0.0058137686, 0.0078277765, 0.016957944, - -0.0031401736, -0.0103788525, 0.0142591745, 0.004138786, 0.021724429, - 0.017897815, 0.0022892554, 0.009056321, 0.0047899815, 0.01791124, - -0.0042461995, 0.0042059193, 0.009264435, -0.006981893, -0.022449471, - 0.01067424, 0.027873866, -0.008270858, -0.0010959558, 0.03195559, - 0.004189136, -0.0038568247, -0.00032706646, 0.027135396, -0.013701965, - -0.010298292, -0.004085079, 0.047637995, -0.019643288, 0.008056031, - -0.0002115757, 0.027578479, 0.029431365, 0.0043603266, -0.018072361, - -0.015145337, -0.0035178, 0.005578801, -0.013601265, -0.022932833, - -0.0071295872, -0.00616622, -0.0043703965, 0.00949269, 0.01484995, - 0.005172643, -0.002930381, -0.015856953, 0.0005274183, -0.014997643, - -0.018032081, 0.023429623, 0.006693219, 0.015897233, -0.0032240904, - 0.007888197, 0.027954426, 0.027189104, 0.032170415, -0.0060554496, - -0.0004059484, 0.0023345705, 0.014648549, -0.0075122486, -0.03439925, - -0.031687055, -0.01229216, -0.023537036, -0.009344995, 0.035473388, - 0.0036285704, 0.059077557, 0.0016338637, -0.024356065, 0.015722686, - 0.014715683, 0.031123132, 0.0034640932, -0.005924539, -0.010889068, - -0.030666623, 0.00607559, -0.015695833, 0.0072907074, -0.040307008, - -0.017817255, 0.013567698, 0.0019905108, 0.016514862, 0.018273763, - -0.027900718, 0.03627899, -0.011050189, 0.00092308683, 0.00035727656, - -0.016461156, -0.027148822, 0.015078204, 0.013748959, -0.0025728948, - -0.028760029, -0.002386599, -0.0030327598, -0.030478649, -0.006730142, - 0.0027742956, -0.005904399, -0.007747216, 0.005199496, -0.0118289385, - -0.014366588, 0.0037762644, 0.0037628375, -0.024826001, -0.04723519, - 0.02438292, 0.0017891101, 0.0005525933, 0.0028749958, -0.014474002 - ], - "metadata": { - "chunkTitle": "Repetition Ranges", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28782&chunkSid=chunk_57181" - }, - "document": "Andrew Huberman: In terms of sets and repetitions, we briefly touched on this, but anywhere from, I believe, six repetitions all the way up to 30 repetitions, but probably more in the eight to 15 repetition range for hypertrophy most of the time, yeah. And I'll just throw in there because I love this idea that if you want to get a relatively balanced adaptation related to strength and hypertrophy, that seven to nine range. The no man's or no woman's land of training repetitions.\n\nAndy Galpin: I always joke in class, I'm like, okay, we go through the whole thing, right? You're like, one to five, strength, eight to twelve hypertrophy, and you're like, great, and then I'm like, okay, so six to nine means nothing will happen at all. The kids are just like writing it down, right?\n\nAndrew Huberman: A good way for everybody to remember that there are adaptations triggered in the six to nine rep range, and it's a balance of strength and height.\n\nAndy Galpin: You'll just get thrown out of any gym that I'm a part of.\n\nAndrew Huberman: Fantastic if you do that. But the important point is to get close to failure and occasionally hit failure, maybe occasionally throw in a forced repetition or a rest pause where you rest and then do a few more, something like that. But those intensity creatine maneuvers will require a little bit more attention to recovery either time or attention in some other way.\n\nAndy Galpin: And here's a little bit of carrot I'll throw at people, because people generally don't like to be told to not go to failure that often, right? So there's a handful of like half the folks are like, sweet, I don't have to train that hard to get there. And those folks, it's like, well, yes, but I also said you just can't do a half workout. You have to get pretty darn close to failure, and most people don't really know what failure means. So for that group, it's still probably harder than you think. You want to train the other group, though, that wants to completely blow themselves out every single time. Dragging them back is more the key. Now for those folks, here's what I can say. If you make sure that your hidden stressors, invisible stressors, are completely taken care of, you can go to failure a lot more often. And so you need to dial those things in. And then now you can go hammer yourself because you'll recover so much quicker. And we see this very commonly in all of our programs with our athletes, Andy, our non athletes." - }, - "truncated_cells": [] - }, - { - "row_idx": 37, - "row": { - "id": "chunk_57130", - "embedding": [ - -0.02175122, 0.010101185, 0.028067827, -0.012963188, -0.013286426, - 0.0087880315, -0.003193658, -0.026101463, -0.025010535, -0.014411025, - 0.013872295, 0.03641814, 0.013535589, 0.014155128, -0.0013274641, - -0.00080346514, 0.03280865, 0.016188834, -0.004087613, -0.012895847, - -0.0073401947, 0.009468178, -0.030599859, -0.0004890657, -0.020027284, - 0.020862315, 0.022168735, -0.0027643577, -0.00015551617, -0.030869223, - 0.032781713, -0.020687228, 0.0049866186, 0.014020446, -0.018869014, - -0.016040683, -0.006252634, 0.006168457, 0.024337122, -0.0030556086, - 0.019730981, -0.003481542, -0.0022491973, 0.0025303469, -0.005774511, - -0.016969992, 0.0024865752, -0.047300484, -0.0034125173, 0.008808234, - 0.0112796575, 0.0054714754, -0.009953035, 0.026990367, 0.0014882414, - -0.013791486, -0.008969853, 0.005218946, 0.013562525, -0.0113604665, - -0.00074159534, 0.0066297445, 0.0030269886, 0.026007185, - -0.0018687194, -0.0050909976, -0.003326657, -0.000106641164, - 0.006202128, -0.0002483208, 0.008572539, 0.0030370897, 0.0065758717, - -0.02596678, 0.034397904, -0.020619886, 0.028848985, -0.02191284, - 0.0015926203, 0.0023855632, 0.0008889043, -0.017629936, -0.033939984, - 0.028795112, 0.028498812, -0.018869014, 0.01727976, -0.014128191, - 0.019071039, 0.011697173, -0.0031919747, 0.022693997, 0.031165523, - 0.024377527, 0.0025556, 0.01621577, -0.024835449, 0.005047226, - -0.053361196, 0.0017710745, -0.026384296, 0.008343579, -0.020081157, - -0.021710815, -0.01998688, 0.0064041517, 0.02297683, -0.019044101, - 0.007245917, -0.010996824, -0.031381015, 0.04202093, -0.015017096, - -0.04086266, -0.0121752955, -0.01187226, 0.020700697, -0.0038047798, - -0.009703872, -0.032539286, 0.0357986, 0.010862142, 0.021454917, - -0.004956315, 0.011239252, 0.013804954, -0.031407952, 0.0035084784, - 0.0061415206, -0.019811792, 0.010592776, -0.007535484, 0.005656664, - 0.008586008, -0.018128261, 0.0025791693, 0.0038519187, -0.0011978323, - -0.023960011, -0.018774737, 0.015219119, -0.004606141, -0.014343684, - 0.010606245, -0.008060746, 0.019326935, 0.024619956, 0.004899075, - -0.0048822397, 0.0003954193, -0.022909489, 0.021926306, -0.012512002, - 0.017764619, -0.010020376, 0.005555652, -0.010249336, 0.01263995, - -0.049428467, -0.01198674, 0.01121905, 0.022613186, 0.0113604665, - -0.013912699, -0.013804954, 0.016013745, 0.040674105, -0.013885763, - 0.02965708, -0.0058081816, -0.010350348, -0.009643265, -0.03450565, - 0.01866699, 0.0055825887, 0.028552685, 0.017347103, -0.013953105, - 0.006747592, -0.034370966, 0.0162023, 0.008592742, 0.02720586, - 0.011023761, -0.017643403, 0.011057431, 0.01167697, -0.02327313, - -0.0039866013, 0.01383189, -0.002505094, -0.004464724, -0.030572921, - -0.004528698, -0.6413041, -0.006771161, 0.015488484, -0.01974445, - 0.031003905, 0.025118282, -0.008074215, -0.005057327, -0.02836413, - 0.03819595, -0.003481542, 0.007919329, 0.0152056515, -0.013616398, - 0.0033586442, -0.002885572, 0.0053569954, -0.0006262735, -0.02558967, - 0.004626343, -0.038815487, 0.0031246333, -0.006195394, 0.017602999, - 0.0107745975, 0.02973789, -0.003186924, -0.0010437892, 0.01030321, - 0.024862384, -0.012592811, 0.016040683, 0.031111652, -0.0034983773, - 0.052364547, -0.00863988, -0.011650034, 0.020579481, 0.008929448, - 0.022680528, 0.004622976, -0.014437961, 0.022384226, -0.0028114966, - -0.016269643, 0.016188834, -0.01152882, -0.016027214, 0.014990159, - -0.013784751, 0.032835588, 0.0023636774, 0.00658934, -0.015232587, - 0.020377459, -0.004414218, 0.009979972, -0.013259489, -0.0075220163, - 0.002552233, 0.021818561, 0.009165143, -0.019326935, -0.0047542914, - -0.015609698, -0.0023300068, -0.020552546, -0.0063334433, 0.009690404, - 0.0038182482, 0.008235834, 0.015219119, 0.013730878, 0.005562386, - -0.0033249736, 0.028418003, 0.023555964, 0.0117847165, -0.0030135203, - 0.01682184, -0.0057879793, 0.01636392, -0.02043133, -0.0057610427, - 0.0068317684, 0.0009486697, -0.03679525, -0.00019623658, - -0.0021229326, -0.0034007325, 0.0016885815, 0.02121249, 0.010195463, - -0.016781436, -0.015434612, 0.014424493, -0.008175226, -0.00564993, - -0.037145425, -0.02351556, -0.0067677945, 0.01275443, 0.011717375, - 0.024754638, -0.00018592495, -0.00883517, -0.01076113, - -0.000108272085, 0.015730914, -0.015017096, 0.0053064893, - -0.026087996, 0.0058586877, 0.0044478886, 0.00072476006, -0.02911835, - 0.005976535, 0.0010219032, -0.013858827, -0.028256383, 0.02113168, - -0.0083974525, 0.022653593, 0.0122157, -0.0022963362, 0.023757989, - -0.00014373145, -0.016269643, 0.025603138, -0.012074283, 0.009050663, - -0.0064512906, 0.0391926, -0.028067827, 0.024081226, 0.014815072, - 0.0136568025, 0.008431123, 0.025643542, -0.042371105, -0.004895708, - -0.012114689, 0.025320305, -0.02750216, -0.01244466, -0.03442484, - -0.015421143, -0.0016927903, 0.015488484, -0.012646684, 0.015906, - -0.011818387, -0.0009596126, 0.016027214, -0.022236077, 0.0039899684, - -0.010788066, -0.055381432, -0.026020654, 0.00044487303, -0.014815072, - 0.010942951, 0.013151743, 0.009272888, -0.01843803, -0.022559315, - -0.0001277379, -0.0041886247, -0.017468316, -0.024997067, 0.006080914, - -0.020081157, -0.012013677, 0.013778017, -0.009777947, -0.0059159277, - 0.0027222694, -0.00033860016, -0.0064378222, 0.00068140915, - 0.015515421, 0.005336793, -0.018060919, -0.0031094817, 0.031381015, - 0.006424354, -0.0021768054, -0.005498412, -0.024619956, 0.0341016, - 0.0028805214, 0.010397487, 0.0037879446, -0.009791416, -0.0017054168, - 0.005010188, -0.0043940158, -0.006606175, 0.0065624034, 0.01597334, - 0.047839213, -0.0128756445, -0.013501918, -0.009016992, 0.024054289, - -0.003868754, 0.01643126, -0.025347242, 0.031192461, 0.005983269, - -0.021091275, -0.019380808, -0.00018792413, 0.0029815333, - -0.012633216, 0.019259594, 0.008808234, 0.009791416, -0.011232519, - 0.0428829, 0.004730722, 0.022949893, 0.034936633, 0.007932798, - -0.03725317, 0.018276412, 0.007966468, 0.010256071, -0.020242775, - -0.02098353, 0.0066701495, 0.025401114, 0.014411025, -0.0036869326, - 0.018559245, 0.007932798, 0.0034916431, -0.0019949842, 0.03765722, - 0.016633285, 0.016229238, 0.020161966, 0.0084782615, -0.031731192, - 0.02220914, 0.011993474, 0.019475086, 0.00082955987, -0.008027076, - 0.0022525643, -0.009979972, -0.0017744416, -0.018303348, 0.003006786, - -0.0016338668, -0.008983321, -0.0028030789, 0.0073603974, - -0.0045455336, 0.030626794, -0.0110506965, 0.033751428, 0.026545916, - -0.017225888, 0.019017166, 0.00052231544, -0.0010286374, -0.019178784, - -0.016889183, -0.007717306, -0.010498499, 0.015542357, 0.0065624034, - -0.024606489, 0.009185345, 0.007683635, 0.03342819, -0.019730981, - 0.0145861115, 0.019838728, -0.0112796575, -0.04342163, -0.0026330424, - 0.013764549, -0.0244314, -0.004407484, -0.014464898, -0.012821771, - -0.006501796, 0.002942812, -0.026263082, 0.031246334, -0.03027662, - 0.0006868806, -0.00030808616, 0.028848985, 0.03156957, -0.00547821, - 0.008330111, -0.016848776, -0.011744312, -0.006212229, 0.018411094, - -0.035475362, 0.019030634, 0.011077633, -0.021333704, -0.037468664, - -0.0034108337, -0.0281217, 0.016754499, -0.010505233, 0.0007874716, - 0.01398004, 0.005663398, 0.017818492, -0.01383189, -0.013225819, - 0.038222887, -0.022330355, -0.011151709, -0.0155962305, -0.0049361126, - -0.015919467, 0.09287703, 0.030950032, -0.015555826, 0.031300206, - -0.010882344, 0.028848985, 0.006548935, -0.0005820808, 0.040054567, - -0.0052425154, 0.00593613, -0.0033636948, 0.0023889304, -0.008666817, - 0.010377284, 0.007555687, 0.0029630144, -0.020323586, -0.007057362, - -0.0063502784, -0.0055219815, 0.0102224, 0.007730774, 0.044768453, - -0.0028131802, -0.0062997728, 0.028067827, 0.0070977663, 0.0030522416, - -0.035152126, -0.0057980805, 0.015528889, 0.015852127, 0.02374452, - -0.0038384504, -0.018491903, -0.009367166, -0.021374108, 0.0065051634, - -0.025980249, -0.0055320826, 0.011407605, 0.009616328, 0.025481924, - 0.027582971, -0.011252721, 0.002308121, 0.015906, -0.010895812, - -0.023960011, 0.020727633, 0.012202232, -0.017104674, 0.0048115314, - 0.011340264, -0.023340473, -0.00009043718, -0.011650034, -0.011892462, - -0.0023771457, -0.0032391134, 0.017926237, 0.0053771976, 0.007885659, - -0.02259972, -0.022397695, -0.009138206, 0.0059125605, 0.000707083, - -0.015124842, -0.028848985, -0.026882622, -0.0013678689, 0.013535589, - 0.019219188, 0.014963223, 0.028633494, -0.0020034018, -0.015272993, - -0.013158478, 0.0042559663, -0.030034192, -0.02121249, -0.0269769, - 0.00030535043, 0.008626413, -0.0057408405, -0.013050731, - 0.00083208515, -0.0013872294, 0.008727424, 0.0036094903, 0.0052054776, - -0.017831959, -0.00522568, -0.003075811, 0.030222747, 0.013993509, - 0.0043367757, -0.01175778, 0.001187731, -0.036445078, -0.0015067601, - -0.034909695, -0.005619626, 0.020040752, 0.020808442, -0.0062492667, - -0.011293125, -0.032242984, 0.00647486, 0.0047172536, 0.02521256, - 0.024013884, 0.025630075, 0.024054289, 0.010821736, -0.0023838799, - -0.0046128747, -0.001076618, -0.015017096, -0.040566362, 0.01997341, - 0.008464794, -0.03604103, 0.0059596994, 0.009730808, -0.018114792, - -0.0076028258, 0.023771457, -0.0021734384, 0.020283181, -0.003592655, - -0.015609698, -0.037953522, -0.037091553, -0.019569363, 0.01076113, - 0.012532204, -0.012646684, -0.0018939723, 0.0076364963, 0.010000174, - -0.011575959, 0.030330492, -0.025535798, -0.0036835657, 0.016310047, - -0.020619886, 0.0076028258, 0.02191284, 0.0066768834, -0.0011464845, - 0.022478504, -0.0061987606, -0.00054756843, 0.022087926, -0.010518701, - 0.026518978, 0.025885971, 0.03935422, -0.010511967, -0.019852197, - 0.035205998, -0.014545707, -0.003922627, 0.0035623515, -0.028040892, - 0.007259385, 0.011724109, 0.001184364, 0.00687554, -0.011535554, - -0.0054041343, 0.031865872, 0.05171807, -0.023960011, -0.0152864605, - -0.013037263, -0.026020654, -0.014666921, 0.015017096, 0.004212194, - 0.010296475, -0.037764966, -0.015475016, 0.0355023, -0.010000174, - -0.005495045, -0.013138276, 0.020256244, -0.009730808, 0.015865596, - 0.019461617, 0.019757919, -0.0067273895, -0.025293369, -0.019421212, - 0.0060270405, 0.016525539, 0.021185553, 0.022990298, -0.02289602, - 0.014316747, -0.027987018, -0.012889112, -0.017347103, -0.028391065, - -0.002314855, -0.008377249, 0.0036734645, 0.0036801987, -0.0130642, - 0.0042391308, -0.0128756445, 0.008976587, -0.013589461, 0.01233018, - -0.027098114, 0.0075422185, 0.028498812, -0.012976657, 0.025481924, - 0.011878994, 0.04923991, 0.018114792, 0.010673586, 0.00047138866, - -0.037226237, 0.021414513, 0.0110843675, 0.0026515613, -0.009555722, - -0.013320097, -0.01210122, 0.017858896, 0.0045893053, -0.0021044137, - -0.030896159, 0.0377919, 0.00063048233, -0.00029567012, -0.010276273, - -0.0072728535, -0.016054152, 0.008390718, 0.0038552857, 0.025064409, - 0.003599389, -0.0073873335, -0.0051583387, 0.027542565, 0.0028215977, - -0.0013931218, -0.015609698, 0.008370516, -0.03243154, -0.0027424719, - -0.0034142006, 0.004020272, 0.0011405922, 0.020350521, -0.010922749, - 0.007286322, 0.031165523, 0.019730981, -0.02728667, -0.022532377, - -0.0027643577, 0.031192461, -0.021549195, -0.006367114, 0.010458094, - -0.014155128, 0.0026431435, -0.037926584, 0.0047273547, -0.018330285, - 0.01206755, 0.008680285, 0.024633424, 0.020700697, -0.0009352014, - -0.015946405, -0.008047278, -0.010370551, 0.002282868, -0.012323447, - 0.009717341, -0.053442005, -0.004195359, -0.019205721, 0.008862107, - 0.008552337, 0.005000087, -0.02573782, 0.0049192775, 0.024808511, - 0.0014049065, 0.02735401, -0.023327004, 0.018289879, -0.024000417, - 0.021603068, -0.036229584, -0.023394346, 0.020269712, 0.01233018, - -0.02882205, -0.023865733, -0.0001571997, 0.006559036, -0.022465037, - -0.0074479408, 0.02106434, -0.010498499, 0.0125658745, -0.02082191, - -0.03819595, -0.012121422, -0.013515386, -0.0007218139, -0.013232553, - -0.023542495, 0.024983598, -0.022761337, 0.0062795705, 0.012013677, - -0.018963292, -0.0011498516, -0.014411025, 0.022909489, -0.032108303, - -0.00035227885, -0.019138379, -0.027852336, -0.017037332, 0.021562664, - 0.02150879, -0.0030337228, 0.01614843, 0.0061280527, -0.0025353977, - 0.0050775292, -0.0015959874, 0.009508583, 0.015932936, -0.0060573444, - -0.0071179685, -0.009192078, -0.017347103, 0.042074803, 0.016943054, - -0.02620921, 0.0009697138, 0.019757919, -0.031407952, -0.04695031, - -0.0010606245, 0.008350314, 0.00593613, -0.009171876, -0.00027483643, - 0.0029343944, -0.0052122115, 0.02212833, -0.009272888, 0.0005509355, - 0.00005676656, 0.009515317, -0.023636773, -0.009407571, -0.024350591, - 0.0053738304, 0.02482198, -0.0017643404, -0.0014697225, 0.008559071, - 0.006548935, 0.020929657, -0.016458198, 0.014128191, 0.019434681, - 0.02351556, 0.0061751916, -0.030141937, 0.0064883283, 0.028013954, - -0.0038283493, -0.0067374907, 0.024902789, 0.02196671, -0.0069832862, - -0.0110506965, 0.00030535043, -0.010592776, 0.010909281, -0.01175778, - 0.024054289, 0.015475016, -0.01536727, 0.018303348, 0.019730981, - -0.022343822, 0.005919295, -0.016323516, 0.009522051, 0.02066029, - 0.01218203, -0.018680459, -0.005178541, -0.014734263, 0.015475016, - 0.010458094, -0.026936494, 0.008141556, -0.0047845948, -0.00027083803, - 0.026734471, -0.0005681917, -0.02121249, -0.0042155613, -0.008141556, - -0.0012298194, 0.028606556, 0.0054849437, 0.0002697858, -0.01706427, - -0.019232657, -0.018976761, -0.022114862, -0.030707603, - -0.00069824443, 0.0041313847, -0.00420546, 0.0037239704, 0.20848846, - -0.020350521, -0.008417655, 0.025764758, -0.0013038947, 0.00093267614, - 0.03674138, 0.011003558, -0.0047172536, 0.004454623, 0.0074479408, - -0.004397383, -0.023825329, -0.004808164, 0.015070968, -0.031219397, - -0.024013884, -0.023569433, -0.0029596474, 0.0029040908, 0.018087856, - -0.012808303, -0.017697277, -0.0013510336, 0.03019581, 0.012902581, - -0.03674138, -0.011178645, 0.009003524, 0.008047278, 0.0026869152, - -0.017656872, -0.009548987, -0.008114619, 0.0005568279, 0.015717445, - 0.005235781, -0.022626655, -0.0033401253, 0.017697277, 0.028687367, - 0.0010160109, -0.0007361239, -0.0029310272, -0.009320027, - 0.0029125086, -0.009946301, 0.015232587, -0.024000417, 0.021454917, - -0.021077806, -0.0073267263, 0.010249336, 0.02436406, 0.010592776, - -0.013744347, 0.0060001044, 0.008431123, 0.00018203178, 0.03865387, - -0.01974445, 0.015852127, 0.008707222, 0.0057610427, -0.007535484, - 0.009340229, -0.009461444, 0.032673966, -0.0075018136, -0.007979937, - -0.014195533, -0.017818492, -0.017374039, -0.00798667, -0.019178784, - -0.0044344203, 0.033508997, 0.029764827, 0.004050575, 0.013259489, - 0.02005422, -0.01167697, 0.017400976, 0.023367409, -0.009340229, - -0.013535589, 0.024956662, -0.00069571915, -0.017481785, 0.005276186, - 0.004905809, -0.021616537, -0.001883871, -0.0010000174, - -0.00032934072, -0.021697346, 0.015932936, -0.0068284012, - -0.019111443, -0.030465174, -0.015448079, 0.0408896, -0.0028805214, - 0.008969853, -0.0034445042, -0.027879272, 0.00849173, 0.0043704463, - 0.020970061, -0.0011313328, 0.006754326, -0.03272784, 0.02389267, - -0.006969818, 0.00318019, 0.022855615, 0.015219119, -0.008700488, - 0.012235902, -0.0062458995, -0.01428981, -0.000925942, 0.029145287, - 0.0049765175, 0.0117510455, -0.02857962, -0.04326001, 0.0035320478, - -0.0054748426, -0.026599789, 0.011912664, -0.007670167, 0.025347242, - -0.012303244, -0.005919295, -0.0033249736, -0.015434612, -0.020754568, - -0.004363712, 0.018114792, 0.00582165, -0.012107954, 0.027771525, - -0.00593613, 0.026316956, 0.0031145322, 0.013912699, 0.04872812, - -0.032054428, -0.003072444, 0.0029461791, -0.00066667824, - -0.038465314, -0.002739105, -0.00505396, -0.007926064, -0.012747696, - -0.035394553, -0.0071112346, -0.005437805, -0.036902998, 0.0051650726, - -0.009946301, 0.009434507, -0.021252895, -0.026465107, -0.17066963, - 0.009481646, 0.050371245, -0.0056398287, 0.027933145, -0.011703907, - 0.036579758, 0.0074950797, -0.018936357, -0.005939497, 0.010074249, - 0.0063368105, -0.012707291, -0.0129901245, -0.02882205, -0.01667369, - 0.005990003, 0.032377668, 0.03496357, 0.010283006, -0.0029377614, - 0.0021667043, -0.01613496, -0.009535519, -0.007926064, -0.018586181, - 0.0170508, 0.024094695, 0.0140473815, -0.0041246507, -0.026384296, - 0.0034040995, 0.018303348, -0.0131854145, 0.0011624781, 0.020310117, - 0.0035623515, 0.0053098565, -0.019017166, 0.03280865, 0.020727633, - 0.0059327628, -0.01775115, -0.009245952, -0.007468143, 0.0129564535, - 0.0155962305, 0.017549125, 0.009266154, -0.013400906, 0.0022946526, - 0.0021431348, 0.010666852, 0.01329316, -0.0031532533, -0.020687228, - 0.012370585, -0.00045455334, -0.019246126, -0.034775015, - -0.0017912769, -0.017225888, 0.03757641, -0.028714303, -0.018316817, - -0.037064616, 0.009346964, 0.015542357, -0.011043963, 0.007899127, - 0.003925994, -0.03334738, -0.013744347, -0.04072798, 0.018478435, - 0.017118143, 0.0038182482, -0.007515282, 0.021549195, 0.01882861, - 0.014478366, 0.039138727, -0.014653453, -0.005178541, -0.003599389, - 0.020700697, -0.011993474, 0.018074388, -0.029010605, -0.009367166, - 0.011259454, -0.0069563496, -0.03512519, -0.0016212403, 0.0077240397, - 0.0002401136, 0.012262839, -0.014815072, 0.008222365, -0.004191992, - 0.017427912, 0.021414513, -0.032458477, 0.018734332, 0.02682875, - 0.0004819107, 0.0026650294, 0.016808372, 0.026465107, -0.014343684, - -0.02020237, 0.007623028, 0.024795042, 0.030976968, 0.009542253, - 0.030007254, 0.011710641, -0.035933282, 0.01791277, -0.006744225, - 0.05042512, -0.013219085, -0.05179888, 0.0053502615, -0.025710884, - -0.008330111, -0.12487759, -0.0034461878, 0.0076499647, 0.015636636, - 0.008343579, 0.005713904, -0.008249301, -0.01056584, -0.0021902737, - 0.029253034, -0.016000278, -0.022451568, -0.0014756148, -0.01195307, - 0.0047071525, -0.0281217, -0.0001414166, -0.018182134, -0.024606489, - 0.034801953, -0.006538834, -0.008552337, 0.005027023, -0.0044411547, - 0.0011111303, -0.0006384791, -0.020552546, 0.02090272, 0.0057442077, - 0.0012214017, 0.009131472, -0.009825086, -0.002835066, -0.0054647415, - 0.016862245, -0.009407571, -0.008774563, -0.013003592, 0.00338053, - -0.030034192, 0.0039899684, 0.028902858, 0.022236077, -0.00564993, - -0.0024209174, -0.01936734, -0.018087856, 0.02459302, -0.0070438934, - 0.007912595, -0.019259594, -0.005885624, -0.026034122, -0.0012626481, - 0.0034411373, -0.012276308, 0.025091344, 0.013414375, -0.014478366, - 0.008828436, -0.008814968, 0.015798254, -0.017724214, 0.0020858948, - 0.035205998, -0.014222469, -0.02320579, -0.0030438239, 0.0047037853, - -0.005727372, -0.01317868, 0.01144801, 0.018249474, 0.025199091, - -0.041401394, -0.0058048144, 0.0046566464, -0.019771388, 0.004912543, - -0.006215596, -0.0016591197, 0.001209617, -0.006407519, -0.03587941, - -0.010000174, 0.0129564535, 0.016175365, -0.0020875784, - -0.00055177725, -0.010545637, -0.018491903, 0.025912907, 0.0195963, - -0.032081366, -0.027717654, 0.0034226184, 0.00699002, 0.0015311714, - 0.0022172101, 0.0071381712, -0.0053132237, 0.0030320392, -0.024768107, - 0.027367478, -0.0045522675, -0.0010884027, 0.027933145, 0.0033653784, - 0.011959803, 0.011811653, -0.015313397, 0.00040046993, -0.007953, - -0.011616363, -0.03940809, 0.00034638649, -0.030923096, -0.019259594, - 0.006868806, -0.013030529, 0.01459958, -0.010552372, -0.0051987437, - 0.02567048, -0.025791693, 0.013145009, -0.01175778, -0.0058957255, - -0.021764688, 0.010276273, -0.001550532, 0.014209001, 0.021724284, - -0.03695687, 0.0052526165, 0.006804832, -0.010909281, -0.011407605, - 0.007690369, 0.0025539163, 0.0060472433, 0.020404395, -0.018626586, - -0.0106601175, -0.0049361126, -0.022788275, -0.0016456514, - -0.0007075039, -0.015030564, 0.005383932, -0.0042627, -0.004616242, - 0.018990228, 0.017778086, 0.0007087665, -0.019273061, -0.019165317, - -0.0029125086, 0.00787219, -0.017549125, 0.018249474, -0.028094763, - 0.03596022, -0.01272076, 0.01275443, -0.029010605, -0.012229169, - -0.011124772, 0.009037194, 0.0082829725, -0.003107798, -0.022882553, - 0.008707222, 0.0027508894, 0.013414375, 0.020700697, 0.013609664, - 0.002232362, 0.0069294134, 0.0057307393, -0.015501953, -0.00037206034, - 0.011178645, -0.016067619, -0.0039866013, 0.022990298, 0.03243154, - 0.0019175417, -0.0012180347, 0.035259873, -0.0020505406, 0.0031448358, - 0.0024529046, 0.027003836, -0.029926445, -0.019003697, 0.013757815, - 0.022411164, -0.032566223, 0.0008628096, -0.00894965, -0.0017087839, - 0.01437062, 0.007932798, -0.0028687366, -0.023165386, -0.014249406, - 0.012417724, -0.01613496, -0.039596647, -0.015906, -0.017320165, - 0.01567704, 0.0043233074, 0.000979815, 0.003814881, -0.0244314, - 0.007346929, 0.007373865, -0.030923096, -0.023731051, 0.014101255, - 0.009272888, 0.009380634, -0.0010143274, -0.016727563, 0.019690577, - 0.0091786105, 0.03286252, -0.009266154, 0.0025438152, 0.017400976, - 0.027771525, -0.013043998, -0.031084714, -0.023232726, 0.015407675, - -0.029253034, -0.015448079, 0.05002107, -0.006380582, 0.06669476, - 0.0002588429, -0.028040892, 0.0030455075, 0.012660152, 0.017225888, - 0.01260628, -0.016889183, 0.003993335, -0.02127983, -0.0012441294, - -0.016767967, -0.008693754, -0.03272784, -0.029306905, 0.003754274, - -0.0048586703, 0.022693997, 0.028013954, -0.016081087, 0.031219397, - -0.0012626481, 0.0077981153, -0.007582623, -0.0142763425, - -0.010202197, 0.017939705, 0.010707256, -0.010882344, -0.02944159, - 0.00894965, -0.0056465627, -0.03728011, -0.022168735, -0.0065826057, - -0.0020286548, -0.017872363, 0.0026397766, -0.010424423, 0.025091344, - -0.016350452, 0.004949581, -0.014653453, -0.012747696, 0.00011868893, - 0.0010496816, -0.015044033, -0.015542357, -0.028256383 - ], - "metadata": { - "chunkTitle": "Recovery and Training", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28763&chunkSid=chunk_57130" - }, - "document": "Andy Galpin: Speed and power stuff is so light, it almost requires because it's non fatiguing, it requires almost no recovery. So if you are truly doing, say, like when you say it's funny because when you say, I do legs on Mondays, you don't even realize it. But an athlete does legs every day, right? But you're saying legs, and what you're really saying is, I do hypertrophy legs Mondays.\n\nAndrew Huberman: Pretty much. I don't want to get into what I do specifically because it's less important than what other people choose to implement. But the repetition ranges anywhere from four to twelve. Correct.\n\nAndy Galpin: You're smack dead in the peak soreness longest recovery range.\n\nAndrew Huberman: Volume is relatively low, intensity is very, very high, workouts are very, very short.\n\nAndy Galpin: So if you were to switch that, Andy, you were to stay under four repetitions, higher quality, higher rest in between them, I would be willing to bet a large amount of money that you'd be fine the next day, certainly 48 hours. And if you were to actually go way lower and keep three to five and keep it very, very light and trained for speed, you would have absolutely no issue the next day. So it really comes down to a function of training you're right in that hypertrophy zone, which is something that you probably need 48 hours at minimum to recover from. Because what you won't see are bodybuilders training the same muscle group on multiple days, like very often. At most it would be indirect, but generally they're not going to do that every single day for the same reason. So you're training in that style. That's what it's going to take to recover. If you trained in a different style, then it wouldn't take that long to recover.\n\nAndrew Huberman: So for the person starting out, would you recommend they pick three to five exercise science stick with those so that they can get their skill and movement and positioning andy breathing, all that really dialed in and then start to experiment by varying one or two of those exercises over time." - }, - "truncated_cells": [] - }, - { - "row_idx": 38, - "row": { - "id": "chunk_57139", - "embedding": [ - -0.016176438, -0.0075104893, 0.020413125, -0.007191742, -0.0116542075, - 0.01561863, -0.0138788, -0.038834076, -0.030041957, -0.026814638, - 0.010080392, 0.03437161, 0.02418497, -0.003516184, 0.016163157, - 0.0038382518, 0.048794936, 0.007842518, 0.004558754, -0.016800653, - -0.006697019, -0.0032289792, -0.014848324, -0.017969394, -0.02232561, - 0.038807515, 0.036948156, -0.016269406, -0.013022166, -0.018779544, - 0.04026844, -0.016720966, -0.012969041, -0.0068530724, -0.035487227, - -0.015605349, -0.016388936, -0.0049970318, 0.017278774, -0.02568574, - 0.02694745, -0.0033617907, -0.018606888, -0.009768285, 0.020426406, - -0.0065675275, -0.010279609, -0.033627868, -0.0013903702, 0.008878447, - 0.0030895271, 0.011029993, -0.025871677, 0.009462818, -0.009648754, - -0.004870861, -0.0038681345, 0.0042732093, 0.031370074, -0.004731409, - -0.0010815836, 0.024849027, 0.008858526, 0.026283393, -0.011720614, - -0.0085464185, 0.0018410991, -0.0019539888, -0.0004835168, - 0.009349928, 0.002915212, 0.017039713, -0.0030447033, 0.017624084, - 0.049034, -0.011315539, 0.0032821037, -0.0033036857, 0.0014244032, - -0.0011471591, -0.012278422, -0.017849863, -0.012650293, 0.025181057, - 0.01804908, -0.0071386173, -0.0044857077, 0.005611285, 0.008380405, - 0.008513216, -0.010531951, 0.0035062232, 0.021236556, 0.01885923, - -0.006643894, 0.015392851, -0.02370685, -0.0011820222, -0.008619465, - 0.02982946, -0.018952198, 0.004731409, -0.027731037, -0.018022519, - -0.032352876, 0.0077694715, 0.0033933334, -0.016827215, -0.004535512, - -0.031316947, -0.03907314, 0.0013123434, 0.0003770601, -0.017889706, - -0.00087323546, -0.010963588, 0.013666301, -0.009011259, - -0.0069659622, -0.011010072, 0.047254324, 0.003967743, 0.045315277, - 0.0005490925, 0.009336648, -0.02094437, -0.014356921, 0.02255139, - -0.0014393444, -0.032326315, 0.0180358, -0.00041047047, 0.001422743, - -0.00080101925, -0.0021100424, 0.014569419, 0.0015364628, - -0.009967501, -0.04026844, -0.03519504, 0.0055714417, 0.0026877723, - -0.009761644, -0.0011255773, -0.0074308026, 0.0037851273, 0.039391886, - 0.005760698, -0.00936985, 0.0069858837, -0.032246627, 0.018128768, - -0.001457606, 0.005890189, 0.007185101, 0.0006291944, -0.018288141, - 0.031396635, -0.03623097, 0.011162805, 0.025818553, 0.030148206, - 0.008825323, -0.015366288, -0.0025267384, 0.0164155, 0.02128968, - -0.005229452, 0.02648261, -0.00079188845, 0.011541318, -0.0054884343, - -0.03737315, 0.02463653, 0.0138256755, 0.019935003, 0.001677575, - -0.014330359, -0.012650293, -0.02336154, 0.015884252, 0.00062545907, - 0.035009105, 0.017557677, -0.011049915, 0.014303797, 0.01065148, - -0.015127228, -0.015738161, -0.0057972213, 0.014263953, 0.008685871, - -0.028129471, -0.011780378, -0.63494515, 0.0017746934, 0.013626458, - -0.017013151, 0.04271217, 0.02279045, 0.002138265, 0.017052995, - -0.027199792, 0.029696647, 0.0011031653, 0.016813934, 0.010445623, - -0.004133757, 0.0090179, -0.017305337, 0.002060238, -0.012663575, - -0.013692863, 0.007045649, -0.02000141, 0.026349798, -0.019735785, - 0.01966938, 0.0032455805, 0.009648754, 0.0051564057, 0.008021814, - 0.01968266, 0.00903118, -0.006756784, 0.027943535, 0.009442897, - 0.005727495, 0.04751995, -0.018155329, -0.021329524, 0.02972321, - 0.02498184, 0.030148206, -0.0011230871, -0.008154625, 0.0077893934, - -0.00613257, -0.004548793, 0.023268571, 0.0057075736, -0.01515379, - 0.011966314, -0.026562296, 0.00821439, -0.0067103, 0.007669863, - -0.014370202, 0.015870972, -0.01468895, 0.0005237753, -0.016867058, - -0.030785702, -0.00007346135, 0.02820916, 0.005710894, -0.027465414, - -0.018527202, -0.019775629, -0.009874534, -0.031635694, -0.005860307, - -0.013214743, 0.0067235813, 0.010339374, 0.0002834695, -0.0033617907, - -0.0030679451, 0.014317078, 0.028766967, 0.01792955, 0.005584723, - -0.023042792, 0.011992876, 0.0021349445, 0.006262061, -0.0073776776, - -0.0072714286, -0.0027740998, 0.0034630594, -0.038010646, 0.022059986, - 0.004293131, -0.02660214, -0.006411474, 0.023095917, -0.002523418, - -0.024331063, -0.022073269, -0.0068663536, 0.0070722112, 0.0011961334, - -0.00052668055, -0.026097456, -0.024676373, -0.010744449, - 0.0011131262, 0.007955408, 0.0020336758, 0.016813934, -0.0035460666, - 0.008978056, 0.014024893, -0.026974011, 0.014981135, -0.025167776, - -0.0012758203, 0.027863849, 0.0037652054, -0.027943535, 0.019974846, - -0.021369368, -0.0030098401, -0.020678747, 0.015459256, 0.017717052, - 0.014078017, 0.0001375844, 0.0010517009, 0.020864684, -0.01261045, - -0.028713843, 0.011395225, -0.010604997, -0.0030812263, -0.012391311, - 0.0393122, -0.020506093, 0.01757096, 0.020506093, -0.004963829, - 0.015034259, 0.009728441, -0.034424737, -0.0099940635, -0.013500287, - 0.014157704, -0.022006862, -0.016123313, -0.03365443, -0.02972321, - 0.000937151, 0.012431155, -0.0155920675, 0.017517835, -0.012285062, - 0.0007420842, -0.007855799, -0.015087384, 0.0038681345, -0.005700933, - -0.054771453, -0.017292054, -0.0051763277, 0.0021947096, 0.0075237704, - -0.025247462, 0.027385727, -0.006892916, 0.0074905674, -0.008174547, - -0.0016393918, -0.010817495, -0.01492801, 0.025274025, -0.019788912, - -0.0015812867, 0.026641984, -0.022538109, 0.011528037, -0.011136243, - 0.02730604, -0.015937379, 0.0003561008, 0.016535029, 0.013599896, - -0.021940457, -0.019815473, 0.019456882, 0.014197547, -0.0044359034, - -0.011176086, -0.024888871, 0.031741943, -0.006544286, 0.022710763, - -0.0027226354, -0.009090946, -0.007762831, 0.0038216503, 0.009476099, - 0.004153679, 0.007543692, 0.014582701, 0.028288845, -0.026429486, - 0.008732355, -0.022644358, 0.037505962, -0.008858526, 0.009330006, - -0.027491977, 0.020692028, 0.035380978, -0.010080392, -0.005591363, - -0.005717534, -0.0024503719, -0.003136011, 0.026163861, 0.011189368, - 0.014835043, -0.017956112, 0.00902454, -0.009316726, -0.0067302217, - 0.04141062, 0.011003431, -0.037532523, 0.015007697, -0.013394038, - 0.0042200848, -0.018660013, -0.02046625, 0.0005881058, 0.024264658, - 0.034955982, -0.0057075736, 0.014781917, -0.0056378474, 0.020413125, - 0.021648271, 0.038887203, -0.0086327465, 0.022498265, 0.013320992, - -0.024689654, -0.011521396, 0.045873087, -0.0082276715, 0.0140381735, - -0.01678737, -0.022830294, -0.01191983, -0.017278774, 0.025619335, - -0.027385727, -0.013174899, 0.0019539888, -0.015525662, 0.009615552, - -0.008081579, -0.002535039, 0.027970098, -0.0138256755, 0.023813099, - 0.0268412, -0.0027691193, 0.012311624, 0.0029334736, -0.025114652, - -0.016149877, -0.01791627, -0.0049704695, -0.016853778, 0.0015406131, - 0.007337834, -0.0072116633, 0.012099126, -0.0029334736, 0.019961566, - 0.0032406002, 0.010346014, 0.032910686, 0.0045288713, -0.025260745, - -0.00062753423, 0.015738161, -0.020452969, 0.009688597, -0.013228023, - -0.0074308026, 0.0005536579, 0.02174124, -0.016707685, 0.021369368, - -0.048848063, -0.00066696265, -0.00006038772, 0.020452969, - 0.022365453, -0.00994758, 0.017172525, -0.012982322, 0.00029343038, - -0.024503719, -0.0121655315, -0.02302951, 0.03843564, 0.00063791015, - -0.023149041, -0.023334978, 0.0187397, -0.0030629649, 0.014290515, - -0.011063197, -0.012663575, 0.00060802756, 0.008572981, -0.0039345403, - -0.0069726026, 0.002383966, 0.044119973, -0.007995252, 0.0031841553, - -0.015060822, -0.016707685, -0.0076300194, 0.09195867, 0.028634155, - -0.024888871, 0.0277576, 0.0023325016, 0.012856151, 0.003781807, - 0.0011288975, 0.042101238, 0.011773738, 0.010604997, -0.030918512, - -0.000011335667, -0.016003784, 0.010272968, 0.013028806, - -0.00088319636, -0.027332602, -0.011029993, -0.0017199087, - -0.0020884606, -0.004834338, 0.028713843, 0.039816882, 0.017199086, - 0.019722505, 0.014277235, 0.02046625, 0.013095212, -0.01921782, - -0.0111229615, 0.022365453, 0.0076765036, 0.027704475, -0.019629536, - 0.005099961, -0.010883901, -0.015193634, 0.002269416, -0.025778709, - 0.012557326, 0.018487358, 0.01713268, 0.010518669, 0.0277576, - -0.0180358, 0.0052892175, 0.023640445, -0.0037220418, -0.021834208, - 0.018128768, 0.007218304, -0.0075237704, -0.007590176, -0.004120476, - -0.02047953, 0.0073909587, -0.0029882584, -0.02336154, -0.017650645, - -0.016468624, 0.0081214225, 0.00060221704, 0.018088924, -0.017212369, - -0.016056908, -0.02232561, 0.016003784, -0.0071054143, -0.013440521, - -0.03285756, -0.018752981, 0.0083339205, 0.012132329, 0.006570848, - 0.0068397913, 0.017424867, -0.0023889465, -0.017305337, -0.011083118, - -0.01725221, -0.012975682, -0.032379437, -0.036735654, -0.017371742, - 0.0092702415, 0.007218304, -0.0014675668, -0.019510007, -0.0062886234, - -0.017650645, 0.0069460403, 0.0038316112, -0.01722565, 0.019855317, - 0.019948285, 0.017265493, 0.021927176, 0.018553764, -0.026110737, - 0.0010234785, -0.03365443, 0.012464358, -0.028474782, -0.013367476, - 0.012736621, 0.005737456, -0.006932759, -0.001341396, -0.025964644, - -0.002730936, -0.02612402, 0.027133385, 0.018075643, 0.0016377316, - 0.013706145, 0.02429122, -0.000107286774, 0.020107659, -0.016999869, - -0.021316243, -0.03771846, 0.026177144, 0.014184266, -0.038674705, - 0.02855447, -0.0006528514, -0.029165402, -0.0019174657, 0.011494834, - -0.0034265362, 0.007032368, 0.0012998923, -0.010777651, -0.02648261, - -0.018779544, -0.009662035, 0.031051325, 0.0070390087, -0.021223275, - -0.011415147, 0.011468272, -0.0006690378, -0.03623097, 0.027784161, - -0.027491977, -0.0007591006, 0.025008403, -0.017717052, 0.020519374, - 0.016189719, 0.0024553523, -0.0045620743, -0.0027674593, 0.0024852348, - 0.0017846543, 0.002671171, 0.0036589564, 0.039152823, 0.02292326, - 0.030971637, 0.010445623, -0.0047712526, 0.02579199, -0.0056046443, - -0.0077761123, -0.002880349, -0.011773738, 0.014476451, 0.023534194, - 0.025207618, 0.005060117, -0.016973307, -0.0017331898, 0.016641278, - 0.040507503, -0.014874886, -0.023667006, -0.03899345, -0.035805974, - -0.011933112, 0.026309954, -0.017517835, 0.0056776907, -0.03827627, - -0.009708519, 0.031423196, -0.0021083823, -0.0059134313, 0.0069394, - 0.005192929, -0.009549146, 0.017079556, 0.014489733, -0.009515943, - -0.010199922, -0.013772551, -0.013467085, 0.008958135, 0.0066140117, - 0.011255773, 0.031981006, -0.028049786, 0.022139674, -0.019350633, - 0.0063019046, -0.025964644, 0.0042200848, 0.017385023, -0.03426536, - 0.00047604615, -0.028182596, -0.00959563, -0.00014847908, - -0.011063197, 0.015685037, -0.0016717645, 0.00913743, -0.020413125, - -0.015512381, 0.021688115, -0.010352655, 0.02579199, -0.00081347034, - 0.027173229, 0.007045649, 0.009217117, -0.008765558, -0.021077182, - 0.038063772, 0.029909145, 0.0063284673, -0.0074108806, -0.0077761123, - -0.018792825, -0.00832728, -0.029988833, -0.0051663667, -0.019523287, - 0.031290386, -0.008280796, 0.0005237753, -0.007065571, 0.0073511153, - -0.005979837, 0.007736269, 0.0007694765, 0.016189719, 0.0122585, - -0.005070078, -0.011893268, 0.025127932, -0.0046118787, 0.005737456, - -0.0060761254, 0.0014219129, -0.021010777, 0.003944501, -0.002105062, - 0.007736269, 0.00036792931, 0.018779544, 0.008154625, -0.009701879, - 0.041676242, 0.028952902, -0.014609263, -0.013692863, -0.0034564189, - 0.034424737, -0.022020144, 0.005159726, 0.013340914, -0.027624788, - -0.005285897, -0.022989668, -0.012743262, -0.017438147, 0.019842036, - -0.0033036857, 0.013852238, 0.018620169, -0.02279045, 0.016070189, - -0.0027740998, -0.014383484, -0.0016144896, -0.028660718, 0.018327985, - -0.02858103, -0.033999737, -0.022657638, 0.02292326, 0.025858395, - -0.0011122961, -0.012809668, 0.005594684, 0.03206069, -0.02093109, - 0.021209994, -0.017902987, 0.002395587, -0.016827215, 0.027837286, - -0.029404461, -0.019496726, 0.006926119, -0.0112292105, -0.036443472, - -0.01629597, 0.0016767449, 0.010445623, -0.0055681216, -0.009542505, - 0.011561239, 0.0115479585, 0.015751442, -0.026363079, -0.028076347, - -0.011368663, -0.005159726, 0.016043628, 0.00936321, -0.016388936, - 0.008878447, -0.015791286, 0.011328819, 0.022883419, -0.041277807, - -0.02244514, -0.001422743, 0.020306876, -0.013745989, -0.012072563, - -0.005644488, -0.0025732224, -0.019496726, 0.021953737, 0.014848324, - -0.006673777, 0.02208655, -0.016402218, 0.021356085, 0.02034672, - -0.0039046574, -0.018128768, 0.034770045, 0.0070124464, -0.016163157, - 0.003678878, -0.0019971526, 0.041463744, 0.034026302, -0.020240469, - -0.012736621, 0.008652668, -0.034796607, -0.029670086, -0.0028089627, - 0.012065923, 0.013108493, -0.0016825554, 0.002591484, 0.018633451, - 0.008586262, 0.015020979, -0.0309982, 0.009476099, -0.0039312197, - 0.006859713, -0.014728793, -0.0118467845, -0.030945076, -0.025154494, - 0.005295858, 0.0070854924, 0.010259687, 0.0092702415, 0.019948285, - 0.02221936, -0.012484279, 0.0034995824, 0.010970228, 0.02070531, - 0.021369368, -0.026588859, -0.0047480105, 0.012358109, -0.018341266, - -0.000375815, 0.0011811921, 0.015193634, -0.02002797, -0.00624878, - 0.009456177, -0.017743614, 0.005345662, 0.006511083, 0.019589694, - 0.009110868, 0.0055249576, 0.020413125, 0.018686576, 0.005342342, - -0.0064446772, 0.009695238, 0.0041603195, 0.003272143, 0.012351467, - -0.0063550295, 0.0021498858, -0.017052995, 0.02429122, 0.01840767, - -0.007078852, -0.0040075863, -0.008294077, 0.0070190867, 0.022524828, - -0.0050733984, -0.0054087476, -0.009310084, -0.0049804305, - -0.009847972, 0.008187828, -0.023188885, 0.0014675668, 0.0020868003, - -0.023547476, -0.0008284116, -0.031024761, -0.01642878, -0.010658122, - 0.0068397913, 0.006534325, -0.0065509262, 0.19794223, -0.013194821, - -0.008626105, 0.012849511, 0.005040196, 0.016641278, 0.031556007, - 0.003997626, 0.0139319245, 0.0017016471, 0.02348107, 0.025181057, - -0.032804437, 0.0010334393, 0.017876426, -0.018885793, -0.026734952, - -0.01492801, 0.0008122252, 0.023281852, -0.0026927528, -0.008951494, - -0.014981135, 0.0058271037, 0.03134351, 0.0038150097, -0.013181539, - 0.000844598, 0.0065808087, -0.009037822, -0.0035593477, -0.013141696, - -0.011773738, -0.007264788, -0.010797573, -0.012212016, 0.012391311, - -0.02267092, -0.002417169, 0.01411786, 0.026655264, 0.0006902047, - -0.027252916, -0.022179518, -0.0037685258, -0.0034032941, - -0.0028405054, 0.007729628, -0.011521396, 0.017052995, -0.021382648, - -0.020267032, 0.011621005, 0.02406544, -0.0017846543, -0.003399974, - 0.015366288, -0.006291944, 0.0023441226, 0.04757307, -0.02255139, - 0.014449889, 0.009847972, 0.020253751, -0.0064645987, 0.01677409, - -0.006999165, 0.019284228, -0.013985049, -0.0017448108, -0.03285756, - -0.012769824, -0.023334978, -0.009522583, -0.013141696, -0.017863145, - 0.033627868, 0.014622544, 0.015910815, 0.016853778, 0.0014426648, - -0.022883419, 0.011647567, 0.007922205, -0.0077761123, -0.010996791, - 0.021130307, -0.006411474, -0.027863849, 0.0030231213, 0.0017497912, - -0.006999165, 0.0027541781, -0.008984697, -0.007729628, - -0.00031272953, 0.0073975995, -0.016189719, -0.018208453, -0.04002938, - -0.023520913, 0.052619908, -0.0034663796, 0.01678737, 0.011780378, - -0.0039179386, 0.015817847, 0.019602975, -0.0027740998, -0.02279045, - -0.008951494, -0.051291794, 0.008280796, -0.017902987, 0.019881878, - -0.0021067222, 0.0014675668, -0.006155812, 0.038488768, -0.02012094, - -0.010844057, -0.02243186, 0.029909145, 0.0147420745, 0.02660214, - -0.026070893, -0.030599765, 0.010020627, -0.011262414, -0.020067815, - 0.021209994, -0.022152955, 0.0164155, -0.028395094, 0.015060822, - -0.021223275, -0.01722565, -0.058012053, 0.0021664873, 0.028660718, - 0.010790933, -0.019735785, 0.016999869, -0.004904064, 0.026987294, - -0.0059399935, 0.013121774, 0.025207618, -0.008048376, -0.024888871, - -0.017650645, 0.0039644227, -0.022152955, -0.015990503, 0.0025848434, - -0.0102065625, -0.008147985, -0.011972955, -0.00959563, 0.0077761123, - -0.03989657, 0.023334978, 0.021077182, -0.010133516, -0.0047181277, - -0.04241999, -0.16681121, 0.026323235, 0.034716923, -0.0073511153, - 0.030227894, -0.014649106, 0.04072, 0.0051763277, -0.031635694, - 0.0021598467, 0.010272968, 0.009124149, 0.0024437313, -0.017969394, - -0.023175603, -0.013254586, 0.004847619, 0.030812263, 0.038249705, - 0.02002797, 0.008918291, -0.0049804305, -0.0068995566, 0.0022743966, - -0.008380405, -0.008194468, 0.013865518, 0.037904397, 0.00717182, - -0.009323366, -0.006504442, 0.017810019, 0.011713972, -0.019443601, - -0.006544286, 0.0064380364, -0.022644358, -0.0037054403, -0.018181892, - 0.013394038, 0.047466822, 0.02117015, -0.040427815, -0.004372818, - 0.01757096, 0.030387267, 0.018181892, 0.0037286824, 0.01087062, - -0.005820463, 0.018354546, -0.0008259214, 0.0087389955, 0.020984214, - 0.014848324, -0.04571371, -0.0011986236, -0.004014227, -0.004362857, - -0.00451227, -0.006524364, -0.013566692, 0.02128968, -0.011813581, - -0.026402922, -0.021674834, -0.011826863, 0.0047413697, -0.03434505, - -0.0022279127, 0.0018477397, 0.0014542857, -0.009310084, -0.029537274, - 0.021223275, 0.0007815126, -0.013719426, -0.0098878145, 0.008307358, - 0.016548311, -0.0018112166, 0.016614717, -0.005740776, -0.011481552, - 0.003180835, 0.002138265, 0.013088572, -0.0049771103, -0.01595066, - -0.0038880561, 0.008128063, -0.011607723, -0.033282556, -0.052088663, - 0.007357756, -0.010379218, 0.007078852, 0.0022262523, 0.0128030265, - -0.009748363, 0.016999869, -0.006799948, -0.024463875, 0.005355623, - 0.035434105, -0.006813229, 0.014197547, 0.028262284, 0.031635694, - -0.002880349, -0.017039713, 0.0052659754, 0.013513568, 0.03450442, - 0.0073179128, 0.034291923, 0.024317782, -0.019417038, 0.02094437, - 0.009197195, 0.04927306, 0.0022196118, -0.03583254, 0.010558513, - -0.003987665, -0.024888871, -0.13344897, -0.0062089367, 0.00797533, - 0.016017064, 0.017663928, 0.013035446, -0.031502884, 0.021488898, - -0.01561863, 0.035646603, -0.0075370516, -0.024304502, 0.01921782, - -0.0012177152, 0.027332602, -0.012856151, 0.010279609, -0.020094378, - -0.021077182, 0.017212369, 0.009150711, 0.0075104893, -0.011023353, - 0.0142506715, -0.012862792, 0.0026180462, -0.04072, 0.017371742, - -0.0019473484, -0.015538943, 0.027226353, -0.019270945, 0.0051331636, - -0.005989798, 0.00050966407, 0.009243679, -0.013626458, -0.0075038485, - 0.0006101027, -0.022245923, -0.0027143348, 0.02903259, 0.01515379, - 0.016840495, -0.009615552, -0.021249836, -0.010837417, 0.017783457, - -0.008812042, -0.02372013, -0.02961696, -0.007424162, -0.028660718, - 0.013108493, -0.010226484, -0.021143587, 0.022697482, -0.01110304, - -0.010306171, 0.012736621, -0.006411474, 0.011833503, -0.018606888, - 0.016946744, 0.037665337, -0.018341266, -0.032007568, -0.020452969, - 0.007457365, -0.024304502, -0.008805402, 0.027545102, -0.007962048, - 0.030918512, -0.03272475, 0.0006864694, -0.022272486, -0.03158257, - 0.025778709, 0.014795199, -0.0059499545, 0.0008765558, 0.009960861, - -0.024251377, 0.0071054143, 0.004960509, -0.008161265, 0.0004465786, - 0.0326185, -0.016043628, -0.027279478, 0.02972321, 0.018580327, - -0.038010646, -0.009210477, 0.0063483887, -0.0029666764, -0.013958487, - -0.0016244504, 0.012876073, -0.011946393, 0.0044624656, -0.015007697, - 0.024092002, 0.0030812263, -0.014370202, -0.0046085585, - -0.00067277317, 0.012371389, 0.003066285, -0.003977704, 0.0056743706, - -0.02348107, -0.0045653945, -0.022418577, -0.013958487, -0.015339726, - -0.006670457, -0.007297991, -0.010153438, 0.012052642, -0.0068464316, - -0.013493647, 0.016269406, 0.0035195043, 0.012988963, -0.02232561, - -0.018181892, -0.0074175214, -0.009263601, -0.00055946835, - 0.0022245923, 0.02789041, -0.027704475, -0.0013115134, 0.01931079, - -0.0037851273, -0.017637365, -0.0012243559, 0.019270945, 0.03248569, - 0.026190424, -0.004821057, -0.022538109, -0.0029799575, -0.018447515, - -0.018155329, 0.011860065, -0.034982543, 0.0021648272, 0.0026462688, - 0.0061856946, 0.020399844, 0.0060296413, -0.00044491846, -0.034690358, - -0.012637013, -0.016694402, 0.006411474, -0.0065940903, 0.012331546, - -0.0027674593, 0.013905362, -0.0073776776, 0.019470163, -0.014888167, - -0.014024893, -0.019377194, -0.0029168723, 0.02789041, 0.0054187085, - -0.017212369, -0.0007366887, -0.0010052169, 0.023959192, 0.0022943183, - -0.0072847097, 0.005070078, 0.021927176, 0.033468492, -0.017092837, - 0.000520455, 0.00029446796, 0.010578435, -0.022166235, 0.021900613, - 0.031741943, 0.006278663, -0.0045853164, 0.019828754, -0.01133546, - -0.0038216503, 0.004774573, 0.014715512, -0.02820916, -0.0029135519, - 0.025566211, 0.043429356, -0.04244655, 0.010903822, 0.014888167, - 0.018142048, 0.008612825, -0.0058370647, -0.01713268, -0.011747176, - -0.00913743, 0.012192094, -0.0118467845, -0.03368099, -0.012371389, - -0.01411786, -0.0005063438, 0.011149524, -0.00067152805, -0.00427653, - -0.005345662, -0.0006582469, -0.0034497783, -0.019921722, -0.0118003, - 0.016999869, 0.012039361, -0.017039713, 0.00439938, -0.0042267255, - 0.018314702, 0.024570124, 0.0147420745, 0.006799948, -0.0020967613, - -0.00358591, 0.027810724, -0.00798861, -0.004927306, -0.019722505, - -0.0038681345, -0.026641984, 0.005873588, 0.028527906, 0.0014177626, - 0.06385576, 0.005959915, -0.0022760567, 0.010146797, -0.0012866112, - 0.014370202, 0.0154858185, 0.00084833335, 0.0065675275, -0.030041957, - 0.008088219, -0.0028770287, -0.007543692, -0.010253047, -0.007065571, - 0.02580527, -0.0032372798, 0.022763887, 0.0077761123, -0.00277576, - 0.029165402, -0.0034697, 0.027571663, -0.0047579715, -0.017889706, - -0.014184266, 0.015432694, 0.02047953, -0.033813804, -0.029085714, - -0.0152733205, 0.013566692, -0.03944501, -0.017052995, 0.013865518, - -0.0011803621, -0.027359165, -0.0013223044, -0.017092837, 0.01966938, - 0.013281148, -0.0073909587, -0.029457586, -0.024477156, 0.0007462345, - -0.00936321, -0.023879504, -0.021103743, -0.028952902 - ], - "metadata": { - "chunkTitle": "Strength Training Variables", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28767&chunkSid=chunk_57139" - }, - "document": "Andrew Huberman: If somebody is more focused on strength as opposed to power, what are the additional variables they should consider? Again, within the context of this overarching theme of choice, order, volume, frequency and progression, absolutely.\n\nAndy Galpin: It's almost identical with a couple of small exceptions. Number one, you probably can't do as many working sets per week for strength because now you're introducing a heavier load and that's going to represent some sort of fatigue load on the tissue, all those things. So you could probably get away with doing 20 sets of two of a vertical jump four or five times a week. You probably couldn't do that at a 90% on squat. Right. So the total amount of sets and the total amount of weekly load you can get to just needs to be lower and then the intensity, right? So we talked about that needs to be generally higher than 70% with some portion of that being working sets and some portion of that really truly being at 90% plus. Everything else is pretty identical. You still want to emphasize maximum speed despite the fact you may actually not be moving faster because you've introduced load. You still need to be attempting that, but you're going to be picking complex exercises.\n\nAndy Galpin: You're generally going to be hedging more towards barbells andy machines. So this is a case where body weight training can be effective again, particularly for the upper body. But at some point, you're really going to have to move past that because there's just a certain amount of load you can't put on the lower body with just your body weight. You get limited by how much you weigh or, I mean, there's a couple of things you can do, but you're going to run out past that pretty quickly. And so when it comes to strength, they tend to be less athletic movements because we have to have a barbell on us. We have to be on a machine or something like that. And so that's a subtle difference in exercise choice. We need to also be careful about the eccentric portion and things like that where we don't have as much risk in like a speed or power one. So some of the different things you can play with there, we've talked about doing things like pushes and pulls. I also love carries. So a farmer's carry, pushing a sled, dragging a sled, all kinds of things." - }, - "truncated_cells": [] - }, - { - "row_idx": 39, - "row": { - "id": "chunk_57138", - "embedding": [ - -0.019432515, -0.0006489, 0.031436533, -0.0031120286, -0.021397298, - 0.022177828, -0.0011136015, -0.04920033, -0.01826172, -0.03474706, - 0.022971816, 0.03698099, 0.012226067, 0.011068729, -0.01168777, - 0.0035292085, 0.040937472, 0.008801153, -0.002131319, -0.020993575, - -0.0061231265, -0.015529864, 0.0063350806, -0.020280333, -0.012199151, - 0.024344474, 0.013639096, -0.013874601, -0.02029379, -0.011405164, - 0.031921003, -0.013302661, 0.001060613, 0.004737012, -0.019122995, - -0.013396862, -0.0173197, -0.0052517583, 0.008976099, -0.0029068028, - 0.003562852, -0.01001905, -0.012421199, -0.020778257, -0.00025190608, - -0.015610608, -0.0040977844, -0.030844407, 0.008928998, 0.008794424, - 0.012912395, 0.0045620655, -0.024976972, 0.0017360073, 0.0064763837, - -0.007152619, -0.0010925743, 0.026766809, 0.023779262, -0.006567221, - 0.0049758814, 0.01884039, 0.009083759, 0.0016704024, -0.0117617855, - 0.014951195, 0.003495565, -0.014184121, 0.0050700833, 0.015947044, - 0.011835801, 0.022204744, 0.0076505435, 0.010389129, 0.05003469, - -0.012111679, 0.009494211, 0.0016207781, 0.009992135, -0.0018217983, - -0.013430506, -0.016337309, -0.018248262, 0.031382706, 0.008336872, - -0.01085341, -0.0062408787, 0.000111339126, -0.0040876917, - 0.013437235, -0.0076303575, 0.020455278, 0.044382572, 0.015947044, - -0.0064090965, 0.020912832, -0.030844407, -0.009689343, -0.013874601, - 0.012892209, -0.0025081267, 0.011398436, -0.024640538, -0.012549045, - -0.034935463, 0.002691484, 0.001079117, -0.025232663, 0.0067758113, - -0.011997291, -0.042014066, 0.012589417, 0.012098221, -0.028126009, - -0.0050936337, -0.032566957, 0.02410224, -0.01653917, -0.019432515, - -0.035339188, 0.035043124, 0.000025180096, 0.040964387, 0.0018268449, - 0.005638659, -0.023550486, -0.039672475, 0.0045250575, 0.016619915, - -0.02248735, 0.016512254, 0.022056712, 0.00023781785, -0.0026864377, - -0.02023996, 0.015637523, 0.016915977, -0.013255559, -0.039430242, - -0.024815483, 0.013221916, 0.020455278, -0.006213964, 0.0017292786, - -0.0118694445, 0.01278455, 0.030440684, 0.011176388, -0.0017932013, - -0.0065874076, -0.019688206, 0.027049415, -0.0031557651, 0.0017965656, - -0.005456984, -0.018194433, -0.013524707, 0.027560797, -0.025030803, - -0.027197447, 0.01810023, -0.0025064447, 0.009265434, -0.0054300693, - -0.014076462, 0.017938742, 0.030602174, -0.013006597, 0.019607462, - -0.013901516, 0.010140167, -0.00013867451, -0.043279063, 0.028395157, - 0.00787932, -0.007912964, 0.0022221566, 0.0050431686, -0.0088886265, - -0.03068292, 0.036738757, 0.01711784, 0.026255427, 0.025488354, - -0.007899506, 0.005504085, -0.0023348625, -0.036792587, -0.026766809, - -0.012360641, 0.03585057, 0.016444968, -0.032701533, -0.021074321, - -0.6257162, 0.00009456992, 0.016781403, -0.031921003, 0.03854205, - 0.010530432, 0.028610475, 0.0037714422, -0.017306242, 0.025259579, - -0.0006640396, 0.019217197, -0.0016821775, 0.007731288, 0.009837374, - -0.010348757, 0.020953204, -0.016418053, -0.001505549, 0.0034619214, - -0.039537903, 0.008363787, 0.0027167168, 0.0063720886, 0.0026225147, - 0.0035123867, -0.016243106, 0.008262856, 0.019795865, 0.02388692, - -0.019028792, 0.011573382, 0.018503953, 0.019728579, 0.052726172, - -0.0031877265, -0.010113251, 0.013026783, 0.010543889, 0.036038972, - -0.0030346483, -0.00615677, 0.00808791, 0.00045881394, -0.011755057, - 0.009379822, 0.015449119, -0.0081350105, -0.004918687, -0.006594136, - 0.016296936, -0.0228507, -0.013181543, -0.017871454, 0.016942892, - -0.0029589504, 0.021397298, -0.014332153, -0.025851704, 0.012771092, - 0.016889064, 0.030386856, -0.037573118, -0.021720277, -0.016552627, - -0.004023769, -0.03313217, -0.00581697, 0.0008330984, -0.019001877, - 0.015112683, 0.00028681126, -0.0014567658, -0.013255559, 0.0038185432, - 0.011317691, -0.00014214401, -0.013726569, -0.02769537, -0.0058573424, - 0.0030245553, 0.014184121, -0.029444836, -0.0065201204, 0.0013978896, - 0.009722986, -0.02290453, 0.007939878, 0.011169659, -0.0081350105, - -0.007522698, 0.010416044, 0.0009016472, -0.018194433, -0.025959365, - -0.0022154278, 0.011210031, -0.011405164, 0.009783545, -0.023738889, - -0.026928298, -0.005581465, 0.00038458785, 0.011607025, -0.015906671, - -0.010348757, 0.0052988594, 0.019849695, 0.0031894087, -0.0037546204, - 0.030198451, -0.04085673, 0.01565098, -0.0033307115, 0.0025703674, - -0.032997597, 0.01064482, -0.012360641, 0.012925852, -0.03959173, - 0.0005811924, -0.01142535, 0.0052248435, -0.007758203, -0.020213045, - 0.011734871, -0.007684187, -0.0050465325, 0.009036658, -0.034773976, - 0.005958273, -0.020145759, 0.01210495, -0.008639664, 0.030252282, - 0.017386988, -0.00095715903, 0.0018638527, 0.0030901602, -0.018746186, - -0.0131613575, -0.017440816, 0.013067155, -0.026672607, 0.00602556, - -0.03932258, -0.03547376, -0.011331148, 0.012596145, -0.011418621, - 0.023954209, -0.02040145, 0.008801153, 0.0074957833, 0.0014500371, - -0.006193778, -0.026901383, -0.043063745, -0.02535378, -0.022675755, - 0.017938742, 0.005968366, -0.004319832, 0.025205748, -0.0031574473, - -0.015677895, -0.0021935597, -0.0037108837, -0.013141171, - -0.014264866, 0.026322715, -0.0047672912, 0.0044846856, 0.023994582, - -0.015825927, 0.017911827, -0.029229518, -0.0071862624, -0.003875737, - 0.012125136, 0.030386856, -0.008289771, -0.024505964, 0.0012877069, - 0.022783414, -0.00808791, -0.0042323587, -0.022514265, -0.019028792, - 0.01820789, -0.013820771, 0.023510113, -0.0023937386, -0.00067497377, - -0.011607025, -0.006486477, -0.016081618, 0.027668457, 0.017171668, - 0.009265434, 0.034773976, -0.022124, 0.00944038, -0.016983265, - 0.02817984, -0.0041886223, 0.01205112, -0.022177828, 0.014103376, - 0.032889936, -0.024223357, 0.008141739, -0.02990239, -0.0024778475, - -0.008303229, 0.009480753, 0.01351125, 0.019957354, 0.008525276, - 0.0012843426, 0.0077716606, 0.009251976, 0.042848427, 0.00015486547, - -0.028529732, 0.028691221, -0.015449119, 0.007852405, -0.009332721, - 0.006119762, -0.009770087, 0.00719972, 0.04276768, -0.025730588, - 0.004545244, -0.013154629, 0.028502816, -0.004198715, 0.04346747, - 0.018006029, 0.014305238, -0.002757089, -0.011405164, -0.006715253, - 0.042875342, -0.005507449, 0.014170663, -0.0133766765, -0.0039833966, - -0.004161707, -0.03124813, 0.006412461, -0.027722286, 0.0033761305, - 0.0040136757, -0.0031944553, 0.0100728795, -0.008928998, - -0.0009966902, 0.03326674, -0.013430506, 0.014614759, 0.020172674, - -0.0067589893, 0.0073477514, 0.005645388, -0.007192991, 0.0030060513, - -0.012569231, -0.0141302915, -0.030333025, 0.0018100231, 0.018705815, - -0.01684869, -0.0042861886, 0.0019916983, -0.010961069, 0.006506663, - 0.01470896, 0.022043254, -0.004027133, -0.024384847, 0.0016619915, - 0.017037094, -0.024492506, 0.00015118571, -0.03291685, -0.01392843, - -0.033401318, 0.017884912, -0.021114692, 0.0262958, -0.050680645, - -0.004377026, 0.0040136757, 0.018342463, 0.022985274, 0.011607025, - 0.022420062, -0.011613754, -0.00027356413, -0.014910822, - -0.0077245594, -0.013215187, 0.026363086, 0.004743741, -0.023954209, - -0.026390001, 0.025622929, -0.019849695, -0.012764364, -0.014278323, - -0.013020054, 0.00061777973, 0.003088478, -0.00393966, -0.0024425217, - -0.008047538, 0.02571713, 0.011035085, -0.014385982, 0.009622056, - 0.013417048, 0.008067723, 0.08639664, 0.03708865, 0.0031322145, - 0.038676627, -0.0077043734, -0.0036133174, -0.0057765977, - 0.0033946342, 0.033401318, 0.0068801064, 0.0029286712, -0.014910822, - 0.010153624, -0.010402586, -0.02535378, 0.0042121727, 0.003258378, - -0.019217197, -0.0014483549, -0.019230654, -0.0052147503, 0.008875169, - 0.035769824, 0.04053375, 0.020159217, 0.025959365, 0.04107205, - 0.0009209922, 0.023765804, -0.02176065, -0.017804168, 0.030063877, - 0.0078120325, 0.02384655, -0.015301087, 0.0005681555, -0.0114388075, - 0.006950758, -0.009292349, -0.030333025, 0.01481662, 0.01929794, - 0.009083759, 0.009527854, 0.037923012, -0.017238956, 0.010032507, - -0.0003040536, -0.0088886265, -0.021922138, 0.0039228383, 0.012750906, - 0.0023701882, 0.011310962, 0.0009596823, -0.010254554, -0.014507099, - -0.021155065, 0.0037007907, -0.011250404, -0.0020287063, 0.028260583, - -0.005699218, 0.01945943, -0.018867305, -0.020428365, -0.028395157, - -0.009238519, -0.021370383, -0.021841394, -0.031382706, -0.008289771, - -0.00409442, 0.015556778, 0.04209481, 0.01779071, 0.027829945, - 0.007038231, -0.0030279197, 0.010994713, -0.01815406, -0.022446977, - -0.0141302915, -0.017857997, -0.00917796, 0.021101236, -0.0026898019, - -0.002225521, -0.00061315374, 0.00678254, 0.0015333048, - -0.00023907948, 0.0052921306, -0.020778257, 0.019647835, 0.020334162, - 0.022837242, 0.018584698, 0.020145759, -0.015301087, -0.006964215, - -0.04064141, 0.016323851, -0.034154933, -0.017561933, 0.020589853, - 0.0024492505, 0.010974526, -0.0049119587, -0.026390001, -0.003239874, - -0.021868309, 0.011681041, 0.019149909, 0.011903089, 0.03730397, - 0.032566957, 0.001857124, -0.010752479, -0.0034434174, -0.015879756, - -0.014049547, 0.017642679, 0.00954804, -0.03229781, 0.026564948, - -0.00396321, -0.032432385, -0.0053425957, 0.018073317, -0.00860602, - 0.015879756, 0.012165508, -0.005066719, -0.03302451, -0.008060995, - -0.012010748, 0.02040145, 0.001979923, -0.017979113, -0.0141302915, - -0.01001905, 0.016162362, -0.011351334, 0.039833967, -0.022083627, - -0.008935727, 0.041610345, -0.0143456105, -0.0035931312, 0.029202603, - -0.012764364, -0.031651855, -0.01909608, -0.015624065, 0.020159217, - 0.006678245, 0.002092629, 0.042552363, 0.028287498, 0.017696507, - 0.019795865, 0.003011098, 0.026322715, -0.009924848, -0.008283042, - -0.010665006, -0.034989294, -0.0025737316, 0.014493642, 0.0055276356, - -0.014910822, -0.015476034, 0.0069171144, -0.002272622, 0.040291518, - 0.0031793157, -0.017171668, -0.011506095, -0.021356927, -0.018719273, - 0.019109538, 0.0041078776, 0.012999868, -0.03846131, -0.0018974963, - 0.042337045, 0.0124683, 0.007361209, -0.014211036, 0.013221916, - -0.002481212, 0.02817984, -0.0019731943, 0.013087342, -0.031786427, - -0.012145322, -0.028126009, 0.0070045874, -0.003345851, 0.022877615, - 0.030602174, -0.03396653, 0.013417048, -0.020334162, 0.012972954, - -0.02807218, -0.017413903, -0.007515969, -0.010416044, -0.009998864, - -0.011808886, -0.00064006855, 0.0018016122, 0.0035393017, 0.014251408, - 0.004918687, 0.005127277, -0.0033963164, 0.0033710839, 0.026753353, - -0.015879756, 0.018961506, 0.014359068, 0.016593, -0.018019486, - -0.00301278, -0.01142535, -0.012212609, 0.009803731, 0.014412898, - 0.004639446, 0.0039295666, -0.03353589, -0.01826172, 0.008693494, - 0.00074941013, -0.00029816598, -0.014722418, 0.046966396, - -0.005551186, 0.00051937235, -0.011277318, 0.015933586, -0.0200381, - 0.017521562, 0.015624065, 0.004868222, -0.0003765975, -0.0042289943, - -0.024707824, 0.037384715, -0.012024205, -0.008141739, -0.014803163, - -0.01356508, -0.0010059422, -0.0016746077, -0.010833223, 0.0032651066, - -0.015126141, 0.03248621, 0.0016880652, 0.01392843, 0.044274915, - 0.019271025, -0.0064595616, -0.010846681, 0.010570804, 0.03840748, - -0.0057194037, 0.011768514, 0.0152338, -0.0297409, -0.014009175, - -0.030063877, -0.01784454, -0.008424345, 0.018651985, -0.019916983, - 0.03552759, 0.027399309, -0.010806309, 0.0035763094, -0.004841307, - 0.0016098439, -0.011236946, -0.021733735, 0.017252414, -0.04042609, - -0.024075326, -0.029821644, -0.0037377987, 0.0037714422, 0.0010673417, - -0.025461439, 0.021316554, 0.025299951, 0.026995586, 0.026443832, - -0.013598723, -0.019190282, -0.017871454, 0.02034762, -0.042713854, - -0.015462576, 0.01622965, -0.00798698, -0.03762695, 0.011607025, - -0.003751256, 0.027345479, -0.018194433, 0.0048951367, 0.039537903, - 0.013578537, 0.018086772, -0.022312403, -0.026120853, -0.0025266306, - -0.014587844, -0.004080963, 0.04699331, -0.015879756, -0.0043904833, - -0.0072535495, 0.019432515, 0.025703674, -0.046347357, -0.015018482, - -0.00414825, 0.0046058022, -0.022568094, -0.0016317122, -0.0076303575, - -0.003949753, -0.031221217, 0.009938305, 0.034450997, 0.012851837, - 0.01205112, 0.008222484, 0.0042020795, 0.032566957, -0.0048514, - 0.009662428, 0.005086905, 0.012764364, -0.008821339, -0.010940883, - 0.00422563, 0.03307834, 0.031059727, -0.03541993, -0.016512254, - 0.017333157, -0.025905535, -0.036119718, -0.0016535806, 0.020630226, - -0.0022019704, 0.0094269235, -0.008040809, 0.017683052, 0.006846463, - 0.011539738, -0.016862148, -0.018006029, 0.01298641, 0.0034551928, - -0.01351125, -0.012602874, -0.024142612, 0.0010530432, 0.02437139, - -0.010442958, 0.026807182, 0.01445327, 0.0134506915, -0.0009226744, - -0.007314108, 0.017198583, 0.029956218, 0.025797876, 0.0060423817, - -0.02863739, -0.011781972, 0.013995717, -0.00021573927, 0.015449119, - 0.01920374, 0.003919474, -0.014547472, 0.003162494, -0.02540761, - -0.0053190454, 0.026201598, 0.0075563416, 0.018557783, -0.0055209068, - 0.012569231, 0.012320269, 0.00047984114, -0.0044106697, -0.011398436, - -0.0006097894, 0.00060474285, 0.01241447, 0.011183117, -0.012145322, - -0.012030934, -0.0013247149, 0.012421199, 0.0061601344, -0.040668324, - 0.0027856862, -0.011028356, -0.006139948, -0.0030178265, -0.015395289, - -0.0031372611, -0.0018016122, -0.002651112, 0.013215187, 0.010025779, - -0.0072131776, -0.005295495, -0.0004461976, -0.0100728795, - 0.000085843625, -0.034208763, -0.0186789, -0.02228549, 0.01132442, - -0.011963647, -0.004121335, 0.20466045, 0.006624415, -0.0007161871, - 0.027372394, 0.019311398, -0.006062568, 0.041771833, -0.008754052, - 0.00787932, 0.008182112, 0.029094944, 0.0034047274, -0.040668324, - -0.0006043223, -0.0050196177, -0.0065773143, -0.03520461, - -0.040991303, 0.006647966, -0.011284047, 0.0028277405, -0.0073948526, - -0.02551527, 0.0006421713, 0.0115801105, 0.01064482, -0.013659282, - 0.004360204, 0.0069305715, 0.000696001, -0.009743173, -0.00944038, - 0.0009142635, -0.00623415, -0.008801153, -0.0077178306, 0.027803032, - -0.039457157, -0.0060289246, 0.024653994, 0.025892077, 0.002481212, - -0.012273167, -0.00056016515, 0.018167518, 0.01581247, -0.023415912, - 0.024452133, 0.010496788, 0.010638091, -0.014722418, -0.018544326, - 0.03052143, 0.002074125, 0.00079651107, -0.01445327, 0.028152924, - -0.0025821426, 0.0062745223, 0.054825533, -0.025474897, 0.0228507, - 0.008202298, 0.018046401, 0.00048152334, 0.013531436, 0.008047538, - 0.018396294, -0.020670598, -0.011149473, -0.02441176, -0.003211277, - -0.00031940348, -0.0029135316, -0.011452265, -0.028987285, - 0.030063877, 0.03235164, 0.021868309, 0.024559792, -0.004346747, - -0.0022709398, 0.0071391617, 0.0027453138, -0.019230654, - -0.0073477514, -0.0009453838, -0.005369511, -0.022002883, 0.01993044, - 0.006062568, -0.0123000825, 0.003835365, -0.002832787, -0.02254118, - -0.017777253, 0.019607462, -0.0073006507, -0.008801153, -0.030063877, - -0.011627211, 0.03630812, 0.01884039, 0.007973522, -0.000144457, - -0.021666447, 0.0012969589, 0.0062038708, -0.000899965, -0.014278323, - 0.022339318, -0.03996854, 0.004027133, -0.011445536, 0.004528422, - 0.0026527941, 0.0034450996, 0.007872591, 0.0035695808, 0.0015736772, - -0.00443422, -0.026645692, 0.030198451, -0.0043803905, 0.012340454, - 0.0041146064, -0.062388603, 0.005921265, -0.017925285, -0.008955914, - 0.02560947, -0.007711102, 0.015449119, -0.018302092, -0.0115464665, - -0.012226067, 0.005638659, -0.010214183, 0.011028356, 0.0069036568, - 0.0110418135, -0.016471883, 0.010873596, 0.013968803, 0.02337554, - -0.012824922, 0.0110418135, 0.024721282, -0.02769537, -0.016942892, - -0.025340322, 0.0130536975, -0.006567221, -0.026390001, 0.0053190454, - 0.0021144971, -0.0028058721, -0.012394284, -0.005598287, 0.02482894, - -0.03437025, 0.023456285, 0.012508673, 0.005598287, 0.0021767379, - -0.038676627, -0.16891754, 0.013659282, 0.026793724, -0.018450124, - 0.026336173, -0.0038017214, 0.051972557, 0.00860602, -0.01925757, - -0.014305238, 0.012454843, 0.006819548, -0.021262724, -0.020536024, - 0.0011144426, -0.03052143, 0.013215187, 0.045566827, 0.01079958, - 0.024357932, 0.010335299, -0.0102881985, -0.0062543363, 0.01032857, - -0.02509809, -0.017494647, 0.0034720146, 0.030171538, -0.011647398, - -0.017777253, -0.013215187, 0.004477957, -0.00012616332, -0.014722418, - -0.012798007, -0.003315572, 0.008733866, -0.009245248, 0.00024812118, - 0.012649976, 0.04069524, 0.013443964, -0.017548477, -0.014251408, - 0.016929435, 0.021114692, 0.0064259185, -0.00089744176, 0.0143456105, - 0.0019664655, 0.0068161837, -0.00427946, -0.014063004, -0.0020236596, - 0.008027351, -0.04387119, -0.00020806433, 0.011203303, -0.011384978, - -0.0059919166, 0.014830077, -0.025918992, 0.01476279, -0.019163366, - -0.0014138703, -0.017360073, -0.013141171, 0.017400445, -0.020253418, - 0.014063004, 0.010920697, 0.0051306416, -0.006584043, -0.0034551928, - 0.020522567, -0.0055747363, -0.006553764, 0.02237969, 0.024923142, - 0.0070651458, 0.004528422, 0.027749201, -0.0045519727, -0.012703805, - 0.0018369379, 0.008579106, -0.0041516144, 0.025326865, -0.03625429, - 0.003495565, 0.00007359527, -0.017696507, -0.014439812, -0.011290776, - 0.012562502, 0.010153624, 0.008935727, -0.014856992, 0.011694498, - -0.004622624, 0.016593, 0.009151046, -0.008949185, 0.006328352, - 0.04809682, -0.00011722675, 0.023133306, 0.011997291, 0.025892077, - -0.0064191897, -0.0129460385, 0.007179534, 0.021491501, 0.0050263465, - 0.005769869, 0.04564757, 0.007051688, -0.017265871, 0.0014988203, - 0.010981255, 0.05493319, -0.0060121026, -0.02587862, 0.0106851915, - -0.011344605, -0.018961506, -0.12962188, -0.007731288, 0.036792587, - 0.022514265, -0.0024862585, 0.008639664, -0.0055478215, -0.0022591646, - 0.008787695, 0.031732596, -0.0071391617, -0.025447981, 0.009696072, - 0.009797002, 0.018503953, -0.010765936, 0.0014163936, -0.015408747, - -0.031032812, 0.024438675, 0.014264866, -0.0047706557, -0.014359068, - -0.0028832525, -0.012629789, 0.004824485, -0.010032507, 0.027614627, - 0.004508236, -0.018221347, 0.025663301, -0.0028008258, 0.010792851, - -0.014009175, 0.0065335776, 0.0031103464, -0.027466595, -0.0034400532, - -0.008962642, -0.019351771, -0.026215056, 0.01288548, 0.007522698, - 0.020509109, 0.011378249, -0.011122558, -0.025340322, 0.0228507, - 0.0054401625, -0.0034888363, -0.034477912, -0.00040729725, - -0.039726306, 0.0068498272, -0.01998427, -0.026739895, 0.0053930613, - 0.0073073795, -0.007125704, 0.019055707, 0.015328002, 0.0032819284, - -0.018477038, 0.004632717, 0.02560947, -0.01132442, -0.019217197, - -0.020966662, -0.0016931117, -0.035285357, -0.017090924, 0.015354916, - 0.0026275613, 0.034504827, -0.039107263, 0.0034787431, -0.021101236, - -0.03229781, 0.01684869, -0.008915541, -0.021504957, -0.012306811, - 0.01210495, -0.01606816, 0.023200594, 0.021854851, 0.018167518, - 0.0015476034, 0.015301087, -0.03646961, -0.023550486, 0.03068292, - 0.006082754, -0.027937606, -0.027520426, 0.015785554, -0.01982278, - 0.006970944, 0.0003768078, 0.03625429, 0.0033391225, 0.0042189015, - -0.03458557, 0.005827063, 0.016243106, -0.004377026, 0.013968803, - -0.01168777, 0.03272845, 0.0073006507, 0.00422563, 0.018006029, - -0.014507099, 0.0076169, -0.03698099, -0.006449469, -0.02941792, - -0.013289203, 0.004689911, 0.0048715863, 0.020428365, -0.017386988, - 0.014951195, 0.0067589893, -0.012266438, 0.025367238, -0.027614627, - -0.022810329, -0.001904225, 0.014049547, -0.0034787431, 0.003515751, - 0.032782275, -0.037842266, 0.0029286712, 0.0017578756, -0.01257596, - -0.0065806787, 0.0022002882, 0.012401013, 0.0028782059, 0.016525712, - 0.005066719, -0.015879756, -0.02170682, -0.034908548, -0.016875606, - -0.002321405, -0.010570804, 0.005638659, -0.006610958, 0.0094269235, - 0.020899374, 0.0118694445, -0.002350002, -0.030952068, -0.021585703, - -0.008309958, -0.0009369729, 0.005456984, 0.02165299, -0.01585284, - 0.024519421, -0.017723422, 0.02462708, -0.019432515, -0.0022187922, - -0.0064158253, 0.012636518, 0.0015896579, 0.0036335036, -0.04074907, - -0.0047471053, -0.0038488223, 0.024008038, 0.0017831082, - -0.0033879057, -0.006250972, -0.006876742, 0.00013751801, - 0.0026090574, 0.018813474, 0.00059464975, 0.004101149, -0.034720145, - 0.010913968, 0.035123866, -0.009615327, -0.0069238427, 0.0042088083, - -0.020980118, 0.016202735, 0.002709988, 0.0026645693, -0.035043124, - -0.016606458, 0.009850832, 0.019392144, -0.034558658, 0.01116293, - 0.011405164, 0.0006434329, 0.017064009, -0.0036335036, -0.013477607, - -0.019176824, -0.0133766765, 0.0045990734, -0.021397298, -0.02040145, - -0.012333726, -0.012010748, 0.0044106697, 0.015960502, -0.006950758, - -0.012360641, -0.004582252, 0.0112234885, -0.00041255404, -0.02817984, - -0.009346179, 0.002159916, 0.012044392, -0.0053425957, -0.00818884, - -0.008740595, 0.006422554, 0.008854982, -0.012481757, 0.01476279, - 0.004064141, -0.0005378763, 0.016619915, -0.014237951, -0.034316424, - -0.024694366, -0.008572377, -0.04796225, -0.002102722, 0.014978109, - -0.00490523, 0.060504563, 0.030036964, -0.029983133, 0.009070301, - 0.00964897, 0.016875606, 0.017454274, -0.012757635, -0.0030094157, - -0.032701533, 0.00010129863, 0.0024492505, -0.014278323, -0.015287629, - -0.011169659, 0.0025232662, 0.007522698, 0.027372394, 0.013874601, - -0.0058573424, 0.039726306, 0.0024257, 0.011068729, 0.014534014, - -0.013020054, -0.033482064, 0.02248735, 0.007738017, -0.012326997, - -0.028933454, -0.012454843, 0.014157207, -0.03859588, -0.010947611, - 0.008720408, -0.022500807, -0.015247257, 0.0064831125, 0.002158234, - 0.020845544, 0.004080963, 0.0005929676, -0.012697076, -0.016054703, - -0.009615327, 0.002718399, -0.016566085, -0.021868309, -0.03501621 - ], - "metadata": { - "chunkTitle": "Power Development", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28766&chunkSid=chunk_57138" - }, - "document": "Andrew Huberman: You mentioned a few other things that one might consider in light of the list that you provided of choice, order, volume, frequency and progression.\n\nAndy Galpin: Right. So starting off with power, I just wanted to hand the listeners here with a whole bunch of different methods to go play with. So as long as you hit those concepts, the repetition range for power 30% to 70% of your one repetition max depending on the exercise and your training status, you're going to get the power. As long as you're attempting to go fast is going to be great. A lot of things you can try plyometrics are a great example of things that are effective for power development. We've mentioned medicine ball throws, short sprints. You can even do sprints on an air bike, which is a great super safe activity. You can do them from like a rolling start where you kind of like get going a little bit and then you explode for 5 seconds. Andy see how fast you can get. Or a dead start. Both of those are very acceptable weightlifting movements. So snatches and cleaning jerks are tremendously effective.\n\nAndy Galpin: In fact, they are, pound for pound, by far the most effective exercise choice for power development, without question. So those are good ones. Clapping, push ups, speed, squats. These are a whole host of different things that you can do for speed and power development depending on your kettlebell swings. Another great one. All these can be done depending on your preference, exercise availability, what's at your gym or not gym, any of those things." - }, - "truncated_cells": [] - }, - { - "row_idx": 40, - "row": { - "id": "chunk_57137", - "embedding": [ - -0.02450397, -0.0023901302, 0.025092943, -0.0012815275, -0.018463584, - 0.011286345, -0.005269929, -0.025462762, -0.013231322, -0.01972371, - 0.026640706, 0.021134503, 0.03363988, 0.0037872263, 0.013292959, - -0.01572418, 0.046049383, 0.000084108266, 0.010259069, -0.02514773, - -0.008170273, -0.0004883844, -0.019846983, -0.005112413, -0.017915703, - 0.023367118, 0.025764097, -0.011594528, -0.005571263, -0.02873635, - 0.023928694, 0.013738112, -0.004294016, -0.00038565675, -0.023435602, - -0.02294251, -0.011573982, -0.009040033, 0.020285288, -0.016450122, - -0.004739169, 0.0043556527, -0.026544826, -0.033092003, 0.004776836, - -0.01153974, 0.0021795384, -0.009224944, 0.0072046327, 0.013039564, - 0.037118927, 0.006605388, -0.022148082, 0.020079833, -0.015820058, - -0.012998473, -0.019901771, 0.027435131, 0.013231322, -0.007458028, - 0.0049857157, 0.025586035, -0.0029893748, -0.009081124, -0.009690642, - -0.0013183382, -0.012204045, -0.00937561, -0.0068930257, -0.008033303, - 0.013669627, 0.039529603, -0.010375493, -0.021312565, 0.030927872, - 0.0060472344, 0.011094587, -0.023010995, -0.004937776, 0.0066396305, - 0.012786169, -0.016710365, -0.016381636, 0.033064608, 0.0028352833, - -0.027558405, 0.0040885606, -0.008581184, -0.006345145, -0.0128135625, - 0.008656517, 0.019874377, 0.016340546, 0.022983601, 0.007985363, - 0.00076275284, -0.0156283, -0.0038317416, -0.02914726, 0.0030561478, - -0.013368292, -0.009765976, -0.018682737, -0.018901888, -0.032763273, - 0.004722048, 0.019477163, -0.008170273, 0.016477516, -0.03410558, - -0.027667983, 0.0024038272, -0.01664188, -0.034543887, -0.0021829626, - -0.0013474444, 0.0067355097, -0.012121864, -0.02192893, -0.01576527, - 0.039063904, 0.006036962, 0.020983836, -0.0075744526, 0.008615426, - -0.0021247503, -0.041392397, 0.0011959211, -0.018162249, -0.018326614, - 0.034461703, 0.00093567773, 0.037338078, 0.012231439, -0.004492623, - 0.008670214, -0.0009887536, -0.026846161, -0.022764448, -0.06727976, - -0.0013833991, 0.011347981, -0.0076840287, -0.007026572, -0.009300277, - 0.011409618, 0.022654872, 0.018271826, 0.0072183297, 0.00043573647, - -0.0072662695, 0.012710835, -0.020312682, 0.014121628, -0.014984541, - -0.009526278, -0.034872614, 0.00037795215, -0.029092472, -0.004639866, - 0.02680507, 0.010834344, 0.018901888, 0.007026572, -0.02368215, - 0.024353303, 0.01958674, -0.027243374, 0.02647634, 0.0031040872, - 0.010567252, 0.002578464, -0.044296164, 0.0170117, 0.006060932, - 0.028380226, -0.01820334, 0.0017061351, 0.010170038, -0.040433604, - 0.020285288, -0.0077662105, 0.03443431, 0.039529603, -0.0018884767, - 0.0009887536, 0.022216568, -0.02091535, -0.0010615191, -0.0055335965, - 0.007889484, 0.0027137222, -0.021161897, -0.011169921, -0.6210777, - 0.0035886194, 0.027298162, -0.026175007, 0.03199624, 0.033256367, - 0.01360799, 0.012073924, -0.013525808, 0.0482683, -0.021600202, - 0.022791842, 0.0038488628, 0.0003839446, 0.0026880403, -0.017025396, - 0.008800336, -0.00914961, -0.008889366, 0.009204398, -0.01153974, - 0.020340076, 0.0075607556, 0.008286698, 0.035694435, 0.026038036, - 0.005626051, 0.0066772974, 0.013717566, 0.029065078, -0.022148082, - 0.021175593, 0.01935389, -0.0013371716, 0.05199389, -0.019805891, - -0.013108049, 0.024627242, -0.0005838355, 0.025544943, -0.0121971965, - -0.014833873, 0.004400168, 0.006184205, -0.0026880403, 0.020052439, - 0.0068964497, -0.027407737, 0.0051466557, -0.0058212336, 0.031393573, - 0.0025407972, 0.014724297, 0.023476694, -0.012238288, -0.0074169366, - 0.0064136297, -0.006310902, -0.008629123, 0.015285875, 0.025092943, - 0.013005321, -0.020970138, -0.008540092, -0.009361913, -0.008204515, - -0.0150256315, -0.026818767, -0.022819236, 0.0038968024, 0.0010144355, - 0.02294251, 0.009252338, -0.013923021, 0.0061910534, 0.038324263, - 0.007793605, 0.011656164, -0.008985246, 0.025640823, -0.012731381, - 0.0017369534, -0.010409736, -0.0040611667, 0.009115367, 0.009601612, - -0.04394004, 0.0045337137, -0.0003246622, -0.011594528, -0.002376433, - 0.0055370205, 0.0024123879, -0.015066722, -0.019655224, 0.019888073, - -0.002763374, 0.00013108477, 0.010827495, -0.007827847, -0.0040645907, - 0.013539505, -0.0010880571, 0.006533479, 0.017778732, 0.016806245, - -0.009882401, 0.0046193204, 0.0234493, -0.026298279, 0.0052425344, - -0.0022582964, -0.008519547, 0.016943214, 0.038652994, -0.026763977, - 0.004492623, -0.031037448, 0.0083825765, -0.016956912, -0.010320705, - 0.009108518, 0.01999765, 0.004307713, 0.019312799, 0.028900713, - 0.0012977927, -0.025764097, 0.009827612, -0.0059376583, -0.007286815, - 0.002307948, 0.032653697, -0.0065848427, 0.018792313, 0.013676475, - -0.015696786, 0.0134573225, 0.0056431727, -0.0234493, -0.045775443, - -0.03322897, 0.002643525, -0.025777793, -0.014149022, -0.045063198, - -0.05443196, 0.00036960555, 0.034050792, 0.0037358624, -0.005256232, - -0.0018080067, -0.004129652, 0.009279732, -0.022230264, -0.0030715568, - -0.005218565, -0.05465111, -0.038899537, -0.010396039, 0.005006261, - 0.014244901, -0.0057835667, 0.018175947, -0.024298515, -0.0075059673, - 0.008115484, 0.0029311625, -0.02368215, -0.011272648, 0.008772941, - -0.0220659, -0.015094116, 0.013964113, -0.022024808, -0.005208292, - 0.00019464751, 0.001864507, -0.0017352413, 0.0031023752, 0.005810961, - 0.0043556527, -0.021381048, -0.021805657, 0.048706606, 0.0035372556, - -0.024120454, -0.013854536, -0.022504205, 0.008985246, -0.02569561, - 0.00092369283, -0.026298279, -0.0073895426, -0.023408208, - -0.0016599076, 0.0015640286, 0.029202048, -0.012895745, 0.016888427, - 0.013649081, -0.0038831052, 0.0009844734, -0.017121276, 0.03451649, - 0.0039789844, -0.0033780278, -0.041584156, 0.011087738, 0.0017669157, - -0.019340193, -0.013484716, 0.0016410743, -0.012217742, -0.0021966596, - 0.02698313, -0.006697843, 0.019367587, -0.0150256315, 0.020559227, - -0.0006129417, -0.009779673, 0.03213321, 0.026503734, -0.047966965, - 0.017956793, 0.01549133, 0.020997532, -0.03199624, -0.023805423, - -0.016669273, 0.010875435, 0.010087856, -0.018737525, 0.022504205, - 0.023778027, 0.026407856, 0.0143955685, 0.041091062, 0.0026195552, - 0.03706414, -0.000117494754, 0.0020151741, -0.017477399, 0.046624657, - 0.016463818, 0.036023166, -0.008177121, -0.020942744, 0.01011525, - -0.0076018465, 0.020257894, -0.02840762, 0.009040033, -0.024819002, - -0.017491095, -0.0016196726, -0.0076977257, 0.007903181, 0.01617618, - -0.04221422, 0.02192893, 0.014436659, -0.00035655056, 0.010053613, - -0.010738464, 0.0052904743, 0.016066605, -0.028215863, 0.029393807, - -0.020614017, -0.0072525726, -0.0050302306, -0.009293429, 0.01779243, - 0.021079715, 0.021833051, -0.0008338061, 0.038817357, 0.009786521, - -0.0102864625, -0.037721593, -0.001864507, 0.019531952, -0.009916643, - -0.006471842, -0.014902359, -0.0026931767, -0.014518842, 0.00808809, - -0.0144092655, 0.02307948, -0.021312565, -0.02514773, 0.010526161, - 0.0036536802, 0.021709777, 0.010491918, 0.015833756, -0.019682618, - -0.0069991774, -0.0045474106, -0.004602199, -0.0015066722, - 0.006869056, 0.029092472, -0.016559698, -0.015518724, 0.00093567773, - -0.005879446, 0.03383164, -0.035009585, 0.0011197315, 0.025216214, - 0.006468418, 0.0036331348, -0.015641997, -0.026900949, 0.052404802, - -0.011827378, -0.015778968, -0.026695494, -0.022024808, -0.012923139, - 0.07429264, 0.02003874, 0.0012772472, 0.030379992, -0.009690642, - 0.040351424, 0.02013462, -0.014642115, 0.03963918, 0.00085906003, - 0.0041262275, -0.008060697, -0.009122216, -0.0074443305, -0.021161897, - -0.0060472344, 0.013512111, -0.01871013, -0.017751338, -0.015203693, - -0.018819707, 0.001274679, 0.006197902, 0.034735646, 0.0030236172, - 0.0137586575, 0.027024223, 0.01769655, 0.012101318, -0.0063656904, - -0.007827847, 0.016025513, 0.026846161, 0.009841309, -0.0106014935, - -0.014053144, -0.009827612, -0.016217273, 0.01939498, 0.008567486, - 0.007499119, 0.014779085, 0.020175712, 0.007951121, 0.025490155, - -0.020011347, -0.009772824, 0.007971666, -0.012847805, -0.015792664, - 0.012697138, -0.0035646497, -0.011738347, -0.011895862, -0.0044583804, - -0.026627008, -0.011683559, -0.015984423, 0.0071292995, 0.0010384053, - -0.010991859, 0.0011548301, 0.010512464, 0.018723827, -0.037173714, - -0.01917583, -0.029037684, 0.0065882667, 0.01595703, -0.0010546705, - -0.028188469, -0.011197315, -0.007916878, 0.0034293914, 0.01829922, - 0.008273001, 0.020162014, 0.009224944, -0.008615426, 0.0030356022, - -0.010937071, -0.031366177, -0.009629006, -0.040241845, 0.0071224505, - 0.014888661, -0.005410323, 0.008389425, -0.029969081, -0.02579149, - -0.0043830466, -0.021216685, 0.002547646, -0.028215863, 0.021956325, - 0.004181016, 0.01972371, 0.018025279, 0.01810746, -0.013902476, - -0.0188471, -0.03498219, 0.0048247757, -0.023052085, -0.013265564, - 0.018997768, -0.017313033, -0.010416584, 0.0069717835, -0.028928107, - -0.0014578766, -0.019381285, 0.010567252, 0.012567016, 0.031557936, - 0.025818884, 0.030188233, 0.019833285, -0.009087973, -0.0008342342, - -0.043666102, -0.027380344, 0.014422962, 0.012108166, -0.021271473, - 0.019600436, 0.01829922, -0.025312094, -0.021874143, 0.013888779, - -0.031831875, 0.019312799, 0.014559933, -0.020750986, -0.034215156, - -0.004739169, 0.0039413176, 0.014792782, -0.0057493243, 0.0012104742, - 0.0010572388, 0.008163424, 0.0072320267, -0.026394159, 0.031147026, - -0.031612724, -0.0027548133, -0.00017667016, -0.011286345, - 0.012909442, 0.021846747, 0.0014476039, 0.0005350399, 0.0128272595, - 0.0024192363, -0.000980193, -0.017600672, -0.012936836, 0.022024808, - 0.03287285, 0.026763977, 0.017162368, 0.0003648972, 0.03742026, - -0.0043488042, 0.003167436, -0.00019250734, -0.01650491, -0.01011525, - 0.020107226, -0.0014604449, 0.010800101, -0.009498884, -0.0067457827, - 0.027161192, 0.02955817, -0.014477751, -0.031338785, -0.0053007468, - -0.045364533, -0.008957852, 0.035036977, -0.0146969035, -0.01935389, - -0.040378816, -0.016751457, 0.03621492, -0.017710248, -0.0058452035, - 0.002629828, 0.009765976, -0.008725002, 0.02261378, 0.0023439026, - 0.011293193, -0.014874964, -0.0086839115, -0.012204045, 0.0022463114, - 0.0032701637, 0.006684146, 0.013162836, -0.023613663, 0.015915938, - -0.020257894, -0.014765388, -0.0070402687, -0.0049412004, 0.007916878, - -0.013094352, -0.0012926563, -0.008957852, 0.009567369, -0.017833522, - 0.004119379, 0.013306656, -0.009183852, 0.007855241, -0.030407386, - 0.0058075367, 0.012258833, 0.007026572, 0.017723944, -0.0031075114, - 0.019545648, 0.004239228, -0.011327436, -0.007759362, -0.019504556, - 0.011450709, 0.0049069575, 0.017504793, -0.005444566, -0.019559346, - -0.029229442, 0.008745547, 0.0044720774, -0.021093411, -0.022874024, - 0.046378113, -0.011327436, 0.0075539066, -0.007225178, 0.0036810744, - -0.03322897, 0.0042255307, 0.006362266, 0.0053589595, -0.004937776, - -0.0140805375, -0.010738464, 0.053527955, -0.022216568, 0.04454271, - -0.014025749, 0.013970961, -0.026421553, -0.0016881578, 0.013744961, - 0.0054993536, 0.029174654, 0.008814033, -0.0055644144, -0.0065540243, - 0.022737054, 0.018655343, 0.0015092405, -0.008163424, -0.011101435, - 0.032023635, -0.011176769, 0.0069991774, 0.018792313, -0.032434545, - 0.013868233, -0.031338785, 0.00014606588, -0.02464094, 0.0046364414, - -0.0045987745, 0.012293076, 0.018696433, -0.008403122, -0.010505615, - 0.00009277591, 0.0069443895, -0.0077730594, -0.0086976085, - -0.0115671335, -0.031557936, -0.029421201, -0.018025279, 0.01494345, - 0.003098951, -0.012697138, -0.012553319, -0.0051192613, 0.0076703317, - -0.00049737305, 0.031064842, -0.02284663, 0.0058417795, -0.018175947, - 0.023243845, -0.019312799, -0.00799906, 0.023202753, -0.004020076, - -0.01981959, 0.013080655, 0.027654285, 0.019956559, -0.038187295, - 0.00083680236, 0.016244667, 0.0039789844, 0.008944155, -0.012998473, - -0.022983601, -0.017847218, -0.006132841, -0.0013106336, - -0.0051329583, -0.017997885, 0.009457793, -0.012608107, -0.0050644735, - 0.020723592, -0.018696433, -0.004054318, -0.010854889, 0.017737642, - -0.021915233, -0.018504675, -0.010793252, -0.0055609904, -0.020216802, - 0.002431221, 0.015641997, 0.0033797398, 0.020244196, -0.006903298, - -0.0053212927, 0.016326848, -0.006923844, -0.0037153168, 0.019792195, - 0.010793252, -0.013224473, -0.009170155, -0.011505498, 0.035420496, - 0.024805304, -0.02179196, -0.017395217, 0.005180898, -0.030790903, - -0.017902005, 0.0036399832, 0.007731968, 0.024682032, -0.002145296, - -0.007594998, 0.01999765, 0.019518254, -0.005739052, 0.0013405959, - 0.015258481, 0.0044891983, 0.0063930843, -0.005259656, -0.005043928, - -0.011313739, -0.022490507, 0.010519312, 0.0077525135, 0.02077838, - 0.0038420144, 0.017915703, 0.003968712, -0.0004888124, 0.017669156, - 0.01365593, 0.002511691, 0.022654872, -0.04651508, 0.009485187, - 0.026585918, -0.0064512966, -0.013279261, 0.015820058, 0.017299337, - -0.0055507175, -0.0032941333, 0.015915938, -0.017230852, - -0.0048281997, -0.023312328, 0.023326026, -0.0027120102, -0.00928658, - 0.01769655, 0.036379285, -0.011156224, -0.006577994, 0.001651347, - 0.009546824, 0.0030647083, 0.025750399, -0.0019398405, -0.004441259, - -0.0028369953, 0.021394746, 0.010861738, -0.022106992, 0.0034448006, - 0.0025390852, -0.0031212086, 0.023243845, 0.0011325724, -0.02505185, - -0.001181368, 0.003193118, 0.008855124, 0.022463113, -0.010265917, - -0.0032153756, -0.0016171045, -0.025914762, -0.011895862, - -0.035639647, -0.023093177, -0.0140668405, 0.008903064, 0.0033454972, - -0.0041159545, 0.20720853, -0.0030219052, -0.0054616868, 0.021682383, - -0.0004372346, -0.0007327906, 0.00960846, 0.009581066, -0.014012052, - 0.013505262, 0.02368215, 0.005273353, -0.0051021404, -0.006523206, - 0.035228737, -0.009437247, -0.017778732, -0.016929517, 0.014436659, - 0.009403004, 0.0021435837, -0.013738112, -0.029667746, 0.016477516, - 0.02077838, 0.0051911706, -0.024339605, 0.008766093, 0.017354125, - -0.00020235208, -0.017723944, 0.0077867564, 0.0051466557, - 0.0039515905, -0.013046412, 0.007547058, -0.0017789005, -0.0071224505, - 0.011375376, -0.0034602098, 0.0349274, -0.00047340328, -0.019710012, - -0.012840956, -0.0005346118, -0.004602199, -0.015094116, 0.008944155, - -0.014984541, 0.03043478, -0.019696316, -0.03700935, 0.02312057, - 0.015231087, 0.008149727, -0.007875787, 0.012861502, 0.006321175, - 0.0086976085, 0.02284663, -0.0143955685, 0.0128204115, 0.01755958, - 0.007690877, -0.014779085, 0.015244784, -0.0032701637, -0.003140042, - -0.02284663, 0.004564532, -0.000053182965, -0.005506202, -0.011635619, - -0.002563055, -0.010135795, -0.009985128, 0.03857081, 0.017340427, - 0.024586152, -0.009944037, 0.0014921192, 0.00080084766, 0.005756173, - 0.004831624, -0.016080303, -0.024024574, -0.002949996, -0.003773529, - -0.012204045, 0.0032136634, -0.0043145614, 0.0014184976, - -0.0040269243, -0.009108518, -0.024051968, -0.011690407, 0.023106873, - -0.017203458, -0.01829922, -0.027585799, -0.024531364, 0.06591006, - 0.012060227, 0.005810961, -0.01199859, -0.01714867, 0.000053450483, - 0.011847923, 0.0022309022, 0.007855241, -0.00008603441, -0.034872614, - 0.0043522283, -0.009409853, -0.012587562, 0.013423081, -0.005112413, - -0.016203575, 0.05084334, -0.016094, -0.014874964, -0.020162014, - 0.017710248, -0.011012404, 0.023599967, -0.0072662695, -0.03939263, - 0.012293076, -0.028380226, -0.018696433, 0.012834108, -0.010861738, - 0.0060951742, 0.0064786905, -0.008416819, -0.009902946, -0.01853207, - -0.022586387, 0.008279849, 0.006201326, 0.001582862, -0.040104877, - 0.025572337, -0.009081124, 0.013724415, 0.004252925, 0.017271943, - 0.012423198, -0.011573982, -0.01894298, -0.010676827, 0.015751574, - -0.0066738734, -0.00979337, 0.02239463, -0.0073347543, -0.002270281, - -0.018792313, -0.021257777, -0.0029910868, -0.02873635, 0.024147848, - 0.0009759127, -0.0054034744, -0.008622275, -0.03259891, -0.17313033, - 0.022216568, 0.025503851, -0.019915467, 0.026777675, -0.0156283, - 0.03347552, 0.012258833, -0.032845456, -0.0016385061, 0.0069717835, - 0.0043522283, -0.010361796, -0.019162131, -0.013429929, 0.007868938, - -0.0045474106, 0.017614368, 0.037940748, 0.014970844, -0.011663013, - -0.015751574, 0.016587092, -0.0072046327, -0.0070950566, 0.004468653, - 0.0038694083, 0.039009113, -0.010971313, -0.01269029, -0.011580831, - 0.0041125305, 0.014724297, -0.01617618, 0.019326497, -0.004776836, - -0.014970844, -0.022052202, -0.0156283, 0.0076155434, 0.046597265, - 0.030270416, -0.022449417, -0.010320705, -0.0039139236, 0.033037215, - 0.012573865, 0.0052938983, 0.03098266, -0.01857316, 0.003742711, - 0.007471725, 0.0024500545, 0.018682737, -0.009074276, -0.030544356, - -0.023832817, 0.011532892, -0.00993034, -0.005256232, -0.013375141, - -0.019792195, 0.014861267, -0.012779321, -0.019367587, -0.010854889, - 0.0115534365, 0.005653445, -0.025627125, 0.033256367, -0.002994511, - -0.016874729, -0.013744961, -0.036516257, 0.010005673, 0.01599812, - -0.013566899, 0.012375258, 0.0031759967, 0.018764919, -0.021819353, - 0.013628536, -0.012662896, -0.027257072, -0.00974543, 0.030544356, - 0.009300277, 0.011211012, -0.002388418, 0.016450122, 0.020723592, - -0.020066135, -0.016628183, -0.0017249685, 0.009355065, 0.015874848, - 0.016573396, 0.0021315988, -0.010060461, -0.020942744, 0.030544356, - -0.0040063784, -0.006417054, 0.008868821, 0.013375141, 0.010505615, - 0.019011464, -0.006256114, 0.0002025661, -0.021175593, -0.0016573395, - 0.0014613009, 0.0174637, 0.03613274, 0.020107226, 0.030544356, - 0.028051497, -0.031147026, 0.017326731, -0.006160235, 0.060157314, - -0.008574335, -0.03240715, 0.009409853, -0.01691582, -0.020490743, - -0.12327319, -0.027983014, 0.028243257, 0.01834031, 0.041036274, - 0.001864507, 0.0012840957, 0.012293076, 0.012121864, 0.027462527, - -0.026366765, -0.018504675, 0.012457441, -0.0146969035, -0.0034191187, - -0.014916056, 0.0090057915, -0.031229207, -0.029229442, 0.040214453, - -0.0013183382, -0.018559463, 0.0068724803, 0.0030390264, 0.0055883843, - 0.021641292, -0.03939263, 0.027736466, 0.0063040536, -0.02358627, - 0.030873084, -0.014614721, 0.008540092, -0.01714867, -0.0032753001, - 0.013827142, -0.0042460766, -0.018860796, 0.015477633, -0.0017600672, - -0.01429969, 0.023654755, 0.041501973, 0.018545765, 0.011943802, - -0.03361249, -0.024435485, 0.033530306, -0.0271201, -0.021463232, - -0.021394746, 0.021161897, -0.01857316, 0.0050507765, 0.022641174, - -0.022408325, 0.010334402, 0.012621804, -0.0014433236, 0.005605506, - -0.027544709, 0.0140805375, 0.0072936635, -0.0051980196, 0.030818297, - -0.038050324, -0.012895745, -0.032297574, 0.0128067145, -0.009731733, - -0.010238523, 0.01788831, 0.0045474106, 0.026846161, -0.05213086, - -0.0052802013, -0.007136148, -0.03383164, 0.021504322, -0.01388193, - -0.010409736, -0.00055900967, -0.009985128, -0.018121159, 0.012388955, - 0.027024223, -0.00767718, -0.009430398, 0.02101123, -0.007245724, - -0.033037215, 0.026284583, 0.024709426, -0.024366999, -0.005848628, - 0.0050815945, 0.022504205, 0.0012430046, 0.008745547, 0.030051263, - -0.0071087535, 0.013073806, -0.015285875, 0.021778263, 0.016724063, - 0.0026127067, -0.008916761, -0.0061431136, 0.019121042, 0.021490626, - -0.0009896097, 0.006978632, -0.026038036, 0.008163424, -0.020435955, - -0.024394393, -0.0312566, -0.016806245, -0.007793605, 0.008814033, - 0.014285993, 0.005153504, -0.0038865297, 0.0144092655, -0.013416232, - 0.008478456, -0.0071703903, 0.009533126, -0.023175359, -0.004615896, - 0.0015674528, -0.0017908855, 0.03199624, -0.030653933, 0.004835048, - -0.0029277382, -0.018901888, -0.020175712, 0.0042358036, 0.0381599, - 0.011197315, 0.025613429, -0.012251985, -0.0010546705, -0.0056602936, - -0.03714632, -0.026092824, 0.013053261, -0.0344891, -0.011608225, - -0.0018833403, 0.0047836844, 0.02772277, 0.0027736467, -0.026585918, - -0.023887604, -0.024079362, -0.015368057, 0.0019295678, 0.006780025, - 0.0012558455, -0.015518724, 0.03837905, 0.0036194378, 0.0016248091, - -0.014724297, -0.009738581, -0.011772589, 0.003691347, -0.00084065465, - 0.011149375, -0.0022428872, -0.008656517, 0.0025801763, 0.020600319, - -0.0128135625, 0.01098501, 0.0026623583, 0.012471138, -0.005687688, - 0.0022856903, 0.013669627, 0.0170117, 0.0010358372, -0.014751691, - 0.021874143, 0.029530777, 0.01135483, 0.011142526, 0.02440809, - -0.031037448, -0.015792664, 5.6513586e-6, 0.021874143, -0.020846866, - -0.014107931, 0.014861267, 0.01958674, -0.011108284, 0.020792078, - -0.00022578682, 0.025723005, 0.012635501, -0.008875669, -0.016162485, - -0.02243572, -0.0040371967, 0.02538058, -0.008574335, -0.046323325, - -0.008951003, -0.001490407, -0.008588032, -0.022641174, -0.0031520268, - -0.00080898026, 0.0021983718, 0.01227253, 0.004362501, -0.035749223, - 0.0009382459, 0.008656517, 0.0134573225, -0.0032650272, 0.020709895, - -0.00068399496, 0.024531364, 0.004629593, 0.025366882, -0.010259069, - -0.007006026, 0.026969433, 0.022230264, -0.022326143, -0.022791842, - -0.039529603, -0.016066605, -0.031557936, 0.023010995, 0.0067012673, - 0.004629593, 0.057034396, 0.019518254, 0.007944272, 0.0047460175, - 0.0041125305, 0.0069306926, 0.0234493, -0.01857316, -0.0071429964, - -0.018915586, -0.008403122, -0.006187629, -0.007225178, -0.026188703, - -0.023956088, 0.0096563995, -0.0015392026, 0.022545297, 0.010978162, - -0.01617618, 0.053719714, -0.02091535, 0.021476928, -0.0067594796, - -0.009485187, -0.008334637, 0.013080655, 0.041392397, 0.008677063, - -0.015080419, -0.006560873, 0.012697138, -0.033365943, -0.004872715, - 0.00914961, -0.00209222, -0.03213321, 0.0096495515, -0.011971196, - 0.015669392, 0.003824893, 0.02643525, -0.039009113, -0.023983482, - -0.01535436, -0.0057630213, -0.0109233735, -0.015107813, -0.021476928 - ], - "metadata": { - "chunkTitle": "Stretching and Exercise", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28765&chunkSid=chunk_57137" - }, - "document": "Andrew Huberman: What about stretching between sets?\n\nAndy Galpin: Yeah, you probably don't want to do that either. There are very clear examples of pre exercise stretching, static stretching, being quite detrimental for maximum power production. The same thing for speed and strength. And that's been shown actually a number of times in a number of laboratories, which is like a classic hallmark any scientist looks for, of really jumping on board with an idea. If it's shown not only multiple times but in multiple laboratories from multiple scientists, and they're all seeing the same thing, you start to get a lot of confidence that that's a real finding. And that's been shown. We've done that in our center for Sport performance. Not myself, but one of my colleagues has done a lot of stretching research and he's seen that a lot on everything from vertical jump to isokinetic dynamometers and force velocity curves. We've seen this in sprinting, we've seen this in speed, we've seen this in loaded stuff. So you don't want to spend a ton of time stretching statically, stretching a muscle prior to if you do that and you have to do that, say for example, you finished, that you're just like feeling really tight.\n\nAndy Galpin: Yeah, go ahead. You need to get in the right position, especially for most people. Where are you willing to sacrifice 10% of power to make sure you don't get hurt? Yes. That answer is almost always yes outside of some very specific athlete scenarios. So if you're not in the right position I actually remember having this conversation with Kelly. Kelly started a long time ago. It was just like, yeah, fine, I'll lose 5%. That means I'm not going to get in a bad position and hurt my back. And I totally, totally agree. So if you got to open up a hip or an ankle or something to get there, get in the right position. Number one, we'll live with the 5% reduction in power. And if you do, just reactivate. So before you go do your working set, go do something fast again, a vertical jump, a short sprint, an acceleration, and sort of get that system cleared back up. If you didn't stretch it for long enough and you didn't hold it for long enough, you should be able to be just fine. So when it comes to hypertrophy, you can really stretch all you want because it's not driven by intensity or outcome, it's being driven by an insult into the tissue. And so if you're pre fatigued for hypertrophy, it doesn't matter.\n\nAndy Galpin: If you're pre stretched, that doesn't matter. We're not going for quality of outcome, we're going for quality of internal signal, which is not going to be changed by your force output. So it doesn't really matter." - }, - "truncated_cells": [] - }, - { - "row_idx": 41, - "row": { - "id": "chunk_57136", - "embedding": [ - -0.0220437, 0.006267939, 0.030725056, -0.0031600136, -0.006945085, - 0.012515043, 0.008910544, -0.040642638, -0.02944716, -0.024696723, - 0.011264928, 0.024085555, 0.01887674, 0.012924803, 0.023488278, - 0.0025054393, 0.037920166, 0.007215943, 0.018251684, -0.016570972, - -0.025794046, 0.004826834, -0.010396793, -0.011508006, -0.016834887, - 0.0035801914, 0.020738024, 0.0072645587, -0.00980646, -0.016946007, - 0.03172515, -0.0018630191, -0.0066985344, -0.007521527, -0.026016288, - -0.02696082, -0.011667742, -0.00096623495, 0.038059067, -0.024766173, - 0.01103574, 0.0023404937, -0.026780248, -0.009070281, -0.0017970407, - 0.0026321872, -0.004364986, -0.02523844, 0.0051810336, 0.0047990535, - 0.01465413, -0.008903599, -0.008118805, 0.010445408, -0.0077923853, - -0.019418458, -0.0041149626, 0.023627179, 0.009507821, 0.012834517, - -0.018987862, 0.009493931, -0.006354753, 0.0138415545, 0.007972958, - -0.009577272, -0.0069416123, -0.014202699, 0.012716451, 0.00346907, - -0.00012327525, 0.017487723, -0.0072992845, 0.00027867153, - 0.043142866, -0.01622372, -0.0019255248, -0.0054067485, 0.0068652164, - 0.0045872284, -0.0120011065, -0.020710243, -0.012299745, 0.048726715, - 0.02623853, -0.008875819, 0.008771642, 0.00071447564, 0.005670662, - -0.014820811, -0.00026174288, 0.012924803, 0.025919057, 0.030502813, - 0.013341508, 0.0070249536, -0.027488647, -0.006035279, -0.026738577, - 0.01629317, -0.008966105, 0.014147138, -0.023404937, -0.020488001, - -0.03025279, 0.0027710889, 0.008056299, -0.027960911, 0.0034985866, - -0.012355306, -0.017543284, 0.03430872, -0.017196031, -0.03030835, - -0.0052886824, -0.0155431, 0.023321595, -0.012126118, -0.029586062, - -0.029502722, 0.03817019, 0.0017953045, 0.04022593, -0.009105006, - -0.0069207773, -0.008354938, -0.043781817, 0.006892997, 0.004371931, - -0.020640792, 0.016487632, -0.012897023, 0.00004856134, 0.012535878, - -0.01809889, -0.0049136477, 0.027905352, -0.009889801, -0.012563659, - -0.035419933, 0.0113691045, 0.009639778, -0.023279926, -0.0066672815, - -0.019835163, 0.026071848, 0.019112874, 0.010862113, 0.005472727, - 0.0046948777, -0.022918781, 0.0083618825, -0.00036136145, 0.017668296, - -0.017807199, 0.015043054, -0.024155006, 0.028863773, -0.040559296, - -0.021376971, 0.016529303, 0.009007775, 0.014251314, -0.01225113, - 0.011202422, 0.031502906, 0.024016105, -0.016820995, 0.018543378, - 0.003495114, -0.008389663, 0.016209828, -0.018348914, 0.020988047, - 0.0047921087, 0.015751453, 0.014931933, 0.0053025726, 0.005788728, - -0.02701638, 0.0152514065, 0.013160936, 0.030669495, 0.021696445, - 0.0057713655, 0.011931656, 0.016057037, -0.022446515, -0.0139874015, - -0.0050803297, -0.011848315, 0.021418642, -0.026571896, -0.022571526, - -0.62716895, -0.006156818, 0.023154913, -0.019085094, 0.02525233, - 0.0002515423, -0.01065376, 0.0075562526, -0.015848683, 0.036114443, - -0.0020349098, 0.01465413, -0.0006515358, -0.017348822, -0.01100796, - -0.016793216, 0.012008052, 0.005153253, -0.005049077, 0.0090425005, - -0.033669773, 0.009667559, -0.020835254, 0.009653668, 0.0117094135, - 0.010035648, 0.006354753, 0.012077503, -0.0012310164, 0.022140931, - -0.032197416, 0.0032225195, 0.026669126, -0.008521619, 0.057727545, - -0.026224641, -0.01343874, 0.03828131, -0.005024769, 0.018626718, - -0.0076951543, -0.022432625, -0.0004462217, -0.0004557712, - -0.013181771, 0.018376695, 0.008639686, -0.0139387855, 0.0053303526, - -0.013362343, 0.020751914, -0.010619035, -0.011230202, 0.0054623093, - 0.021376971, -0.004090655, -0.0056532994, -0.011577456, -0.00469835, - 0.013709598, 0.014362436, 0.0144735575, -0.02126585, -0.008667466, - -0.030280571, 0.012278911, -0.03247522, -0.010445408, -0.0051949234, - -0.0066811717, 0.0034777513, 0.0038475771, 0.011146861, 0.0055387053, - 0.019807382, 0.025141208, -0.0033371134, 0.0032537724, -0.0043754037, - 0.009611998, -0.0060387515, 0.011452445, -0.022918781, -0.011987217, - 0.0056185736, 0.008278541, -0.045115273, 0.0048858672, 0.0005777443, - -0.016793216, -0.0034968504, 0.023196584, 0.021904798, -0.018529486, - -0.01711269, 0.021890908, 0.0011146861, 0.011480225, 0.0031721676, - -0.03347531, -0.0143763255, 0.027599767, 0.014820811, 0.007702099, - -0.0027676164, 0.016070927, -0.019835163, -0.0012119174, 0.025432901, - -0.01958514, -0.0014740943, -0.008709136, 0.0037677085, 0.0152514065, - 0.0039135553, -0.025669035, 0.020210197, 0.006042224, -0.006778403, - -0.021376971, 0.011257983, -0.0065387976, 0.0147652505, 0.010500968, - 0.006997173, 0.031475127, 0.01872395, -0.014806922, -0.0048997574, - -0.00900083, -0.00979257, -0.0052886824, 0.051282506, -0.02537734, - 0.018140562, 0.016876556, 0.0012032359, -0.003092299, 0.015612551, - -0.023168804, -0.03266968, -0.024585601, -0.0029846502, -0.027947022, - -0.018918412, -0.037142314, -0.033030823, 0.009299469, -0.0019602503, - -0.0072367787, 0.018640608, -0.005049077, 0.0022172183, 0.021488093, - -0.0049587907, -0.0070770415, -0.009355029, -0.03903138, -0.047671065, - 0.0053095175, -0.00092022377, 0.014543008, 0.0011719831, 0.01787665, - -0.014890262, -0.01786276, 0.0036392245, -0.007611813, -0.020640792, - -0.020835254, 0.0038197967, -0.025432901, -0.009361975, 0.008042408, - -0.013299838, 0.0035419934, -0.0058790143, 0.008514674, -0.020988047, - 0.011146861, 0.017890539, 0.0172377, -0.018140562, -0.018918412, - 0.047782186, 0.0011224994, 0.002310977, -0.0026894843, -0.016070927, - 0.010160659, 0.008959159, -0.0011806644, -0.012903968, -0.02944716, - 0.0058269263, 0.017334932, 0.011702469, -0.015418089, 0.0008225585, - 0.015362528, 0.017196031, -0.003425663, 0.0016928645, -0.035114348, - 0.02704416, -0.004410129, 0.008688302, -0.023529949, 0.03105842, - 0.014251314, -0.020863036, -0.0029395071, -0.015945915, -0.00613251, - -0.02525233, 0.028752651, -0.001709359, 0.032947484, -0.027196953, - 0.021529764, 0.022265943, 0.00041496882, 0.027294183, 0.003154805, - -0.029641623, 0.014529117, 0.010223165, 0.036475588, -0.029086016, - -0.027169172, 0.0037746537, 0.032280754, 0.012563659, -0.010876003, - 0.0021269324, 0.005191451, 0.003910083, 0.0077854404, 0.03428094, - 0.006486709, 0.010320396, 0.008486894, 0.00901472, -0.03341975, - 0.039420303, 0.01880729, 0.034836546, -0.020015735, 0.0048893397, - -0.0017189085, -0.013785994, 0.020501891, -0.04233724, 0.0056845522, - -0.0051636705, -0.0096258875, -0.0122441845, -0.003502059, - 0.0038684122, 0.014098522, -0.016932117, 0.034836546, 0.03330863, - -0.0009940153, -0.0048476695, -0.016140377, 0.0030436835, - -0.00097578444, -0.015820904, 0.0019446238, -0.020988047, - -0.004750438, 0.010459298, -0.012834517, 0.024696723, 0.0023769552, - 0.018376695, -0.0045663933, 0.0341976, 0.02047411, 0.012501153, - -0.032336317, 0.0068131285, 0.011667742, -0.018932302, -0.005458837, - -0.02115473, 0.0012666099, -0.012403922, -0.009896746, -0.03850355, - 0.02523844, -0.038670234, 0.020904705, -0.004858087, 0.017376604, - 0.022488186, -0.006386006, 0.01958514, -0.01301509, -0.014584678, - 0.0124872625, -0.0034673337, -0.022529855, 0.003955226, 0.017904429, - -0.015362528, -0.018265573, 0.017029349, -0.016557083, 0.01644596, - -0.0048476695, 0.012841462, -0.00018599805, 0.0016737655, 0.018973973, - -0.01025789, -0.0076187584, 0.039837006, -0.017459944, -0.012973418, - -0.020210197, -0.017404383, -0.02205759, 0.11312155, 0.041392706, - -0.004805999, 0.012181679, -0.006511017, 0.033225287, 0.014515228, - -0.01718214, 0.028891554, -0.0065700505, -0.0072089983, -0.0112232575, - 0.0007244592, -0.01305676, -0.009167512, -0.004538613, 0.008466058, - -0.024557821, -0.0050108787, -0.015084725, 0.009445315, 0.0018855906, - -0.0008564158, 0.03347531, -0.0015270505, 0.019237885, 0.024071665, - -0.0010652024, 0.016848776, -0.011598292, 0.0018664916, 0.013542916, - 0.003385729, 0.015682003, -0.019029533, -0.006674227, 0.005632464, - 0.003979534, 0.014501338, -0.019140655, 0.016473742, 0.026627457, - 0.026016288, -0.001472358, 0.032558557, -0.00063417305, 0.0047157127, - 0.030141668, -0.0041045453, -0.02287711, 0.024085555, -0.007004118, - -0.013688763, -0.008160475, 0.0118066445, -0.017057128, -0.01069543, - -0.015640331, 0.0002619599, -0.006229741, 0.0034447622, 3.6658382e-6, - 0.005833871, 0.011299653, -0.038781356, -0.01718214, -0.019376786, - 0.0015626441, -0.006958975, -0.010250946, -0.01102185, -0.020001845, - -0.026571896, 0.0044379095, 0.018640608, 0.012848407, 0.027502537, - -0.0036878402, -0.013063705, 0.012160844, -0.0045490307, -0.027516427, - -0.021515874, -0.028197045, -0.0032155744, -0.0024064719, - -0.007854891, 0.008473003, 0.008132694, -0.0057713655, 0.002111306, - -0.013654037, 0.01809889, -0.017293261, 0.012119173, 0.008285486, - 0.018640608, -0.00061290374, 0.017362712, -0.006806183, -0.008743862, - -0.046198707, 0.006188071, -0.018529486, -0.012612274, 0.0027051107, - -0.0045108325, 0.0026061432, 0.0053616054, -0.0085077295, 0.010487079, - -0.0076395934, 0.003258981, 0.023460496, 0.03705897, 0.029252699, - 0.03925362, -0.00075571204, -0.014945823, -0.0148624815, -0.03191961, - -0.03194739, 0.028474849, 0.0050976924, -0.026683016, 0.007354845, - 0.00088245986, -0.019765712, -0.006229741, 0.038114626, -0.010667651, - 0.024113335, -0.0010825652, -0.037031192, -0.04250392, -0.024877295, - -0.008320211, 0.003137442, 0.00085337734, -0.009028611, -0.011063521, - 0.0013812038, 0.01629317, -0.008160475, 0.03269746, -0.033780895, - -0.003559356, -0.0035801914, -0.0030037493, 0.011105191, - -0.0008156134, 0.0021599215, 0.0043684584, 0.0059033222, 0.0009801252, - 0.0020956793, -0.00225368, -0.01629317, 0.025807936, 0.018265573, - 0.024585601, 0.007945177, -0.0069416123, 0.027405305, -0.013869335, - -0.019168435, -0.014049907, -0.021363081, -0.0047921087, 0.04144827, - 0.0002047715, 0.005701915, -0.0030488924, 0.0015713255, 0.006642974, - 0.034836546, -0.009070281, -0.00009728545, -0.015445869, -0.033947576, - -0.025974618, 0.02603018, -0.023391046, -0.0076257032, -0.024293907, - -0.02037688, 0.029002676, -0.010514859, -0.0073965155, 0.003271135, - -0.0013013353, -0.016946007, 0.023182694, 0.006177653, 0.01722381, - -0.02533567, -0.031530686, -0.01786276, 0.015265297, 0.009875911, - 0.030891739, 0.021460313, -0.0021286686, -0.005858179, -0.016432071, - 0.0029863867, 0.00077350886, -0.026808027, 0.0017935683, -0.020071296, - -0.0016294905, -0.004927538, -0.0004640185, -0.025127318, - 0.0031895302, 0.025724595, 0.00081691565, 0.011764974, -0.024266127, - 0.0029256172, 0.030475033, 0.008889709, 0.0044066566, 0.0056637167, - 0.028974894, 0.006913832, 0.0008933116, -0.0065769954, -0.0172377, - 0.007417351, 0.012834517, 0.023085462, -0.0087021915, -0.022891, - -0.008368827, 0.020029625, 0.015084725, -0.003252036, -0.016015366, - 0.033725332, 0.014584678, -0.0009801252, -0.020821365, -0.007438186, - -0.028891554, -0.007611813, 0.0065769954, 0.026516335, -0.010507913, - 0.0021477675, -0.006670754, 0.03675339, -0.0007717726, 0.014251314, - -0.013181771, -0.001036554, -0.014543008, -0.0067367326, - -0.0073062293, 0.011285763, -0.0022397898, -0.0037989614, - -0.017029349, -0.010848222, 0.018571157, 0.0050768573, -0.010591255, - -0.013369288, 0.0039413357, 0.022543745, -0.019376786, -0.0012084448, - 0.014529117, -0.030947298, 0.02052967, -0.042087216, -0.0021008882, - 0.0069555026, 0.0037607634, -0.0072298334, 0.010292616, - -0.00039456764, -0.007972958, 0.0004531668, -0.007882671, - -0.011452445, -0.009716174, -0.00980646, -0.00024177576, -0.045365296, - -0.011063521, -0.024029994, 0.018765619, -0.01548754, 0.0002361329, - -0.028127594, 0.004562921, 0.021515874, 0.00046315035, 0.041337147, - -0.027696999, -0.011605237, -0.029113796, 0.02207148, -0.027558098, - -0.017418273, 0.007097877, -0.0089938855, -0.019987954, -0.0019984483, - 0.014063797, 0.018460035, -0.0237383, 0.009980087, 0.01390406, - 0.013327618, 0.010667651, -0.021974249, -0.025835717, -0.007049261, - -0.039781447, -0.0015765342, 0.010841277, -0.014056852, 0.0146680195, - -0.010146769, -0.0062575215, 0.01793221, -0.02358551, -0.025863497, - -0.012014997, 0.018085001, -0.016112598, -0.0153486375, -0.009855076, - -0.010035648, -0.025835717, 0.010834333, 0.0009835977, 0.0074659665, - 0.01716825, 0.007611813, 0.0047087674, 0.009132787, -0.0049553183, - 0.01961292, 0.008285486, 0.01261922, -0.012341416, -0.010556529, - -0.004198304, 0.026391324, 0.021696445, -0.023071572, -0.0041496884, - 0.019404568, -0.025043977, -0.03244744, -0.00006646664, 0.008813313, - 0.012612274, -0.021335302, -0.014890262, 0.0089452695, 0.0073826252, - -0.0061464002, 0.0058095637, -0.003397883, 0.01644596, 0.0048441966, - -0.01958514, -0.0096745035, -0.012647, -0.002425571, 0.015070834, - -0.0007769814, 0.0050872746, -0.002349175, 0.02368274, -0.0006793161, - 0.007403461, 0.009007775, 0.017612735, 0.018057222, 0.017126579, - -0.031614028, -0.021571433, 0.034975447, -0.011341324, -0.0017119634, - 0.021682555, 0.022724317, -0.014973603, -0.0038649398, -0.004788636, - -0.029669404, 0.013626257, -0.0007201185, 0.04250392, 0.011737194, - -0.02132141, 0.01708491, 0.02139086, -0.011667742, 0.0013091485, - 0.01025789, -0.0020366462, -0.0017623153, 0.028780432, -0.011042685, - -0.010417627, 0.01270256, 0.019821273, 0.003392674, -0.025043977, - -0.0014879844, -0.017473834, 0.012216404, 0.021488093, 0.009355029, - -0.024252236, -0.016834887, -0.015751453, 0.00572275, 0.016557083, - -0.0058547067, 0.0025488462, -0.020321319, -0.023710521, -0.011723303, - -0.01795999, -0.004653207, -0.0119038755, 0.0024029994, 0.0013412696, - -0.0074798567, 0.22313169, -0.01387628, -0.008104914, 0.00777155, - -0.00084773445, 0.00025544892, 0.027571987, -0.006816601, - -0.0014862482, 0.007181218, 0.033003043, 0.0006840909, -0.028002582, - -0.0093341945, 0.015626442, 0.004295535, -0.031975172, -0.016876556, - -0.0028214408, -0.009035556, 0.013695708, -0.018446146, -0.010007868, - -0.0040038414, 0.008653576, -0.0026808027, -0.022891, 0.0006879975, - 0.030391691, -0.0023387573, -0.013063705, -0.009243908, 0.0026877478, - 0.014417997, 0.0008442619, 0.0026773303, 0.0067124246, -0.0026339234, - 0.014251314, 0.015362528, 0.014154083, 0.0068027107, -0.025460681, - -0.0076534837, 0.0034551797, -0.003989951, -0.012973418, 0.008500784, - -0.000044274915, 0.02287711, -0.039086938, -0.020293538, 0.028127594, - 0.022502076, 0.0039274455, -0.006125565, -0.004476107, 0.0035003228, - -0.0066985344, 0.0408371, -0.014063797, 0.0066603366, 0.015001384, - 0.00570886, -0.032252975, -0.0008121409, -0.005837344, 0.020571342, - -0.0089452695, 0.00019923713, -0.007160383, -0.022474295, -0.03358643, - -0.0029915953, -0.01889063, -0.01383461, 0.03016945, 0.021488093, - 0.008910544, 0.01473747, 0.022918781, -0.008438278, 0.026780248, - 0.01222335, 0.0038128516, -0.021918688, 0.0017110953, -0.0019376787, - -0.012633109, 0.00069798104, 0.0042781723, -0.027058052, - -0.0028075506, 0.0009618943, 0.016432071, -0.019821273, 0.018765619, - -0.014022127, -0.016126487, -0.026599675, 0.0028457486, 0.035364375, - 0.0037850714, 0.020251868, -0.021960359, -0.012980364, 0.005448419, - 0.010000923, 0.0011685105, 0.007535417, -0.0062366864, -0.035558835, - -0.002132141, -0.0088480385, 0.0026599676, 0.026794137, 0.012091393, - -0.010966289, 0.030447252, -0.02609963, -0.014306875, -0.012174734, - 0.01965459, -0.008938325, 0.03175293, -0.02375219, -0.026641347, - -0.010181495, -0.0089452695, -0.007813221, 0.025002306, 0.0036565873, - 0.0012275438, -0.0163904, -0.008403553, -0.017751638, 0.001542677, - -0.021904798, 0.008584125, 0.014362436, -0.002694693, -0.00060074986, - 0.020085186, 0.00572275, 0.029752744, -0.027960911, 0.029141577, - 0.021529764, -0.043448452, -0.018071111, -0.0015218417, 0.015015273, - -0.019279556, -0.017834978, 0.00450736, -0.00550398, -0.021515874, - -0.015084725, -0.004264282, 0.006608248, -0.035419933, 0.004205249, - 0.015459759, 0.0036913126, -0.0052852095, -0.027641438, -0.17757194, - 0.026224641, 0.041003782, -0.017543284, 0.027419196, -0.0148624815, - 0.033253066, 0.02704416, -0.031391785, 0.011945547, 0.02037688, - 0.004865032, 0.0050004614, 0.004663625, -0.030863957, 0.006958975, - 0.026835809, 0.016626533, 0.041226026, 0.013515135, -0.0050803297, - -0.03333641, 0.0024655052, 0.010264835, -0.008209091, 0.012299745, - -0.0019585139, 0.032086294, -0.01308454, -0.012341416, -0.036308903, - 0.0012813682, 0.0196407, -0.007813221, 0.025349561, 0.020946376, - 0.0061359825, -0.013181771, -0.008160475, 0.022515966, 0.040475957, - 0.016487632, -0.011244093, -0.00094626786, 0.0052539567, 0.020960266, - 0.005017824, 0.0011945546, 0.00006581553, -0.025502352, 0.013473465, - -0.01182748, 0.011695523, 0.007438186, -0.011653853, -0.026835809, - -0.0056116288, 0.003802434, -0.008000738, -0.011508006, -0.013584586, - -0.022390954, 0.029919427, -0.009271689, -0.027391415, -0.009695339, - -0.004653207, -0.00046835918, -0.028210936, 0.011792755, -0.007778495, - -0.011452445, 0.0070214807, -0.01722381, 0.016057037, 0.013626257, - -0.00029733646, -0.0021877019, 0.0029273534, 0.031641807, - -0.0013074123, 0.021599215, -0.0344754, -0.01718214, -0.010542639, - 0.024168896, 0.0170988, 0.016918227, -0.015765343, -0.0056845522, - 0.014188808, -0.009973142, -0.018473927, -0.012792846, 0.02537734, - 0.0027190007, 0.015598661, -0.006063059, 0.0073340097, -0.018668389, - 0.012931748, 0.010848222, -0.02382164, -0.00073270645, 0.023557728, - 0.011521896, 0.0068131285, 0.007445131, 0.025168989, -0.026696907, - -0.011528841, 0.0064936546, 0.03269746, 0.033114165, 0.014223534, - 0.030808397, 0.013799883, -0.04072598, 0.008132694, 0.009098061, - 0.06906193, -0.010063428, -0.026794137, 0.009348084, -0.015793122, - -0.0357533, -0.1346791, -0.045115273, 0.01801555, 0.023182694, - 0.024168896, 0.010577365, -0.01305676, 0.022335393, 0.011174642, - 0.040309273, -0.02047411, -0.011174642, 0.010507913, 0.008854983, - 0.01716825, -0.01472358, -0.0032225195, -0.023793861, -0.03817019, - 0.041503828, -0.008257706, -0.0045490307, 0.020501891, 0.009473096, - -0.01622372, -0.013376234, -0.02447448, 0.032419655, 0.012105283, - -0.016848776, 0.013299838, -0.003220783, 0.01301509, -0.011924711, - 0.014543008, -0.0009766526, 0.005007406, -0.017473834, -0.003078409, - -0.022515966, -0.011549677, 0.026016288, 0.017029349, 0.01018844, - -0.00075180543, -0.014904153, -0.02036299, 0.030391691, -0.018585047, - -0.0011068729, -0.020557452, -0.0013239068, -0.025043977, - 0.0005838212, 0.025516242, -0.041142683, 0.017848868, 0.016182048, - -0.005632464, -0.007445131, -0.01261922, -0.007174273, -0.01961292, - 0.0027919242, 0.037142314, -0.015876465, -0.027349744, -0.010042593, - 0.011778864, -0.0026825392, 0.004045512, 0.0034621248, -0.005403276, - 0.05006017, -0.03355865, -0.010285671, -0.0047678007, -0.02451615, - 0.0041184356, 0.0064485115, -0.016084816, -0.002623506, -0.0013386651, - -0.01793221, 0.002613088, 0.01623761, -0.007778495, 0.014292985, - 0.007125657, -0.01725159, -0.025127318, 0.036475588, 0.03364199, - -0.035392154, -0.02139086, 0.0075076367, -0.001677238, 0.006504072, - 0.01465413, 0.0020696353, 0.0122441845, 0.008660521, -0.020974157, - 0.022377064, 0.008139639, -0.0058720694, 0.0023352848, -0.0012527197, - 0.009056391, 0.008327157, 0.0038996653, -0.0039517535, -0.0038823024, - 0.024932856, -0.01551532, -0.035419933, -0.014876372, -0.023002122, - -0.004441382, -0.02046022, 0.011077411, -0.0048476695, -0.0073965155, - 0.013737378, -0.013202607, 0.022502076, 0.012994254, -0.0142790945, - -0.035253253, -0.0021182508, 0.000045739896, -0.015737563, - 0.025877386, -0.026349653, 0.013459574, -0.017626626, -0.013091485, - -0.009542547, 0.005351188, 0.027183063, -0.0042365016, 0.0341976, - -0.0017970407, -0.014793031, -0.0007322724, -0.037086755, - -0.006441566, 0.013751268, -0.026280202, 0.0091883475, 0.012515043, - 0.026808027, 0.014779141, 0.01622372, -0.023432717, -0.037253436, - 0.0014098523, -0.013417904, 0.0019289973, 0.0028197046, -0.008716081, - -0.030280571, 0.013869335, -0.0002406906, 0.0016338313, -0.02941938, - -0.0087021915, 0.014008236, -0.0025280109, -0.0013195662, 0.004243447, - -0.021376971, 0.006715897, 0.001542677, 0.032864142, -0.0020088658, - 0.005590793, -0.015098615, 0.0012978627, -0.0037260382, 0.00510811, - 0.022988232, 0.010591255, -0.015709782, -0.017362712, 0.014126303, - 0.04158717, 0.00049136474, 0.010605145, 0.03750346, -0.007521527, - -0.0016624797, -0.0063651702, 0.012355306, -0.0111260265, - -0.011257983, 0.02789146, 0.02623853, -0.04167051, 0.008028518, - 0.00080519577, 0.00007834924, -0.0031825851, -0.006483237, - -0.0025297473, -0.01633484, -0.0006393819, 0.009605053, -0.0043615135, - -0.031141762, -0.010931564, 0.0039170277, -0.002611352, 0.0032659261, - -0.010459298, 0.01305676, -0.0096258875, 0.016918227, -0.0015739299, - -0.019210106, -0.025057867, 0.014820811, 0.025057867, -0.0038441045, - 0.0025627364, -0.0054171663, 0.016084816, 0.017487723, 0.025974618, - -0.011674688, 0.00034790536, 0.018085001, 0.030419473, -0.022488186, - -0.0375868, -0.029530501, -0.009903691, -0.018196123, -0.01058431, - 0.021501983, -0.013091485, 0.06350586, 0.0035003228, -0.015501429, - -0.0009809933, 0.018293355, 0.02866931, 0.024891185, -0.008514674, - -0.004729603, -0.026432993, -0.0077368245, -0.008938325, - -0.0043233153, -0.037003413, -0.017668296, 0.02132141, 0.00024980603, - 0.01551532, 0.022640977, -0.013869335, 0.036308903, -0.01352208, - 0.01473747, -0.0032676626, -0.0186545, 0.006267939, 0.022279833, - 0.011410775, -0.0063373903, -0.036447804, 0.00976479, 0.0032364095, - -0.025294, -0.0029551336, 0.02773867, -0.002894364, -0.02459949, - -0.0057956735, 0.0014923251, 0.016279278, -0.019071203, 0.008743862, - -0.025960729, -0.01800166, 0.020237979, -0.0015096879, -0.022613198, - -0.008202146, -0.041392706 - ], - "metadata": { - "chunkTitle": "Gym Mindset", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28765&chunkSid=chunk_57136" - }, - "document": "Andrew Huberman: I'd like to also just queue up one, which is while I joked about people texting and doing social media between sets, that's not a joke. Well, I confess I stopped bringing my phone into the gym because of the urge to take my mind off of the workout. And I just started enjoying my workouts a lot more and the workouts go far better that way, and they're just much more efficient for me. I realize that some people, their careers take place in the gym, Andy, so I don't look down upon anyone using their phone at the gym, but that really tends to help me. But I do wonder whether or not there's an optimal behavior or mindset in between sets. I've heard before that pacing around can actually help diffuse some of the lactate and other metabolic byproducts of work and exertion that can lead to better performance. I've also heard that shaking the muscles out. I mean, there's all sorts of gym lore about this, but maybe there's also some decent science.\n\nAndrew Huberman: I'm just curious if you have any specific recommendations that people could play with or try.\n\nAndy Galpin: Yep. So for speed and power, you want to walk this balance of stiff but fresh. And so if you were to literally finish a repetition, sit on a bench for five minutes, you would stand up after that, fairly stiff, andy, you wouldn't feel sort of smooth. This is not all non science. This is all practical application. Right.\n\nAndrew Huberman: Anecdata anecdata.\n\nAndy Galpin: There you go. Strength is a little bit different, but it's the same concept. You're walking that line. In general, a lot of the times, if you see powerlifters and weightlifters in between sets, they're going to sit down and not move for hypertrophy can be a little bit different because you're getting towards fatigue. And so the factors you mentioned, like clearing lactate well, first of all, lactate is not actually causing fatigue. That's a giant myth, which is why.\n\nAndrew Huberman: I teed it up. No, I'm just kidding.\n\nAndy Galpin: But in the case of, again, speed, Andy, power, you're not going to fatigue. So fatigue management is not really an issue. You want to make sure that you're getting complete neurological recovery, which is a little bit slower than muscle energetically. You're not out of any gas whatsoever. Right. You are not in a lack of fuel. Doing three repetitions of a vertical jump.\n\nAndrew Huberman: No club, plenty of glycogen.\n\nAndy Galpin: Totally." - }, - "truncated_cells": [] - }, - { - "row_idx": 42, - "row": { - "id": "chunk_57135", - "embedding": [ - -0.010689047, -0.0002911275, 0.03209393, -0.028477335, -0.033192303, - 0.014359221, 0.0013386424, -0.044470724, -0.03946107, -0.010240321, - 0.013381401, 0.054007817, 0.013173781, 0.017386446, 0.005418195, - 0.0008020134, 0.043050874, 0.021887096, 0.011901276, -0.027780807, - -0.006965294, 0.0040552747, -0.02561085, 0.0057932492, -0.012423674, - 0.022690784, 0.02159241, 0.0024931063, 0.0029518781, -0.012825517, - 0.047042523, -0.011191352, -0.008934329, 0.007916325, -0.021579016, - -0.019730534, -0.005682742, 0.010822995, 0.021445068, -0.023146207, - 0.021565622, -0.0068480894, -0.008867355, -0.017413234, -0.0020929368, - -0.017440025, 0.0025316165, -0.043881353, -0.013729665, 0.012202659, - 0.008599459, 0.017252497, -0.030432977, 0.024566056, 0.0015194721, - -0.009684438, -0.0021013087, 0.02589214, 0.019757325, -0.019060794, - 0.0067141415, 0.018029395, 0.007775679, 0.010247019, -0.016154123, - -0.009483515, 0.0026421235, -0.010729232, -0.0059372433, 0.008874052, - 0.00074801565, 0.030379398, -0.0115329195, -0.0034759496, 0.04155066, - -0.021458464, 0.003683569, -0.0030406187, -0.010072887, 0.0050665815, - -0.0028028612, -0.0076819155, -0.021900492, 0.017493604, 0.030620504, - -0.007420717, 0.0025450112, -0.0038409578, -0.0012909235, 0.015564753, - -0.010555099, 0.018016001, 0.031022348, 0.020962855, 0.009182133, - 0.022503257, -0.031317033, -0.0127987275, -0.030513344, -0.0069452017, - -0.027057488, -0.009798293, -0.024016868, -0.017359655, -0.03287083, - 0.0018853175, 0.023802552, -0.02399008, 0.007628336, -0.006188396, - -0.027807597, 0.03672853, -0.002812907, -0.01297286, -0.0085592745, - -0.025959114, 0.0043700524, -0.014828039, -0.02628059, -0.011954855, - 0.042997293, 0.004902495, 0.039675385, 0.010126466, 0.01575228, - -0.0013378053, -0.026173431, 0.008043575, 0.006439548, -0.017292682, - 0.011894579, 0.009510305, 0.013080019, -0.001370455, -0.011070799, - 0.0100460965, 0.0019087584, -0.019663561, -0.03479968, -0.022838127, - 0.018578582, 0.0032013562, -0.0018769457, -0.0012038572, -0.012249541, - 0.01477446, 0.023467682, 0.011840999, -0.014252063, 0.0038543525, - -0.031156296, 0.018203527, -0.014586933, 0.005475123, -0.0052875956, - 0.007923022, -0.0075948494, 0.0061247703, -0.047497947, -0.0010573517, - 0.026829775, 0.027271805, 0.024097238, -0.004082064, -0.00085015094, - 0.013709574, 0.029254233, -0.009791596, 0.016288072, 0.01376985, - 0.015390621, 0.009912149, -0.039782543, 0.026963724, 0.01315369, - 0.027392358, -0.008103851, -0.005086674, 0.001897038, -0.0329512, - 0.0120821055, 0.00082796585, 0.009249107, 0.021217357, -0.017560577, - 0.00965095, 0.021324515, -0.014560143, 0.005974079, 0.0049225874, - -0.008217707, 0.008478906, -0.018913452, -0.013321125, -0.6300912, - 0.023052445, 0.012785332, -0.012443765, 0.021512043, 0.015377225, - -0.009302686, 0.005083325, -0.03927354, 0.03951465, -0.0070255706, - 0.010032702, 0.011820908, 0.0040418794, 0.016020175, -0.013006347, - -0.0004926773, -0.011445853, -0.023306945, -0.008880749, -0.03214751, - 0.032576144, -0.026883356, 0.019985035, 0.015323646, 0.008927631, - -0.0044336775, -0.0139573775, 0.0070925443, 0.015872832, -0.025651034, - 0.01062877, 0.019583192, 0.009255804, 0.046774626, -0.020681566, - -0.014868223, 0.025235796, 0.01013986, 0.030593714, 0.0014868224, - -0.015390621, 0.00980499, -0.019502822, 0.0019958245, 0.0019656862, - -0.0009418216, -0.0038911882, 0.026454723, -0.0075278752, 0.0229051, - -0.0035127853, 0.003315212, -0.030084712, 0.003181264, -0.0014416149, - 0.004674784, -0.0031209874, -0.016971206, 0.0007823398, 0.032308247, - 0.0014817993, -0.024485687, 0.0040519256, -0.020922672, -0.0005023049, - -0.025128637, -0.009845175, -0.0022235361, 0.014707486, 0.009577279, - 0.016596152, -0.0019790812, -0.0130733205, 0.013682784, 0.019074189, - -0.0020276373, 0.015537963, -0.001974058, 0.022811338, 0.010247019, - 0.0017714618, -0.015939808, -0.0047216658, 0.02064138, 0.010019307, - -0.051596753, -0.010642165, -0.011921369, -0.010407756, -0.0052641546, - 0.016997997, 0.001212229, -0.01845803, -0.015698701, 0.009302686, - 0.0074140197, -0.006275462, -0.0075680595, -0.037987642, -0.013106808, - 0.0075479676, 0.00615156, 0.014225273, 0.009202225, 0.014372616, - -0.013274243, -0.017426629, 0.013193874, -0.0061750007, 0.0069452017, - -0.009751411, -0.0126112, 0.014653907, -0.0057798545, -0.025369743, - 0.00003503053, -0.007621639, -0.012350001, -0.011090891, 0.01977072, - 0.0069050174, 0.02396329, 0.00010339108, 0.002190049, 0.02329355, - -0.0010699093, -0.019449243, 0.017051576, -0.004293032, -0.003196333, - -0.005227319, 0.048837427, -0.025142033, 0.02491432, 0.0036433844, - 0.025838561, -0.005441636, 0.011271721, -0.05049838, -0.014037746, - 0.0066572134, 0.009932241, -0.021873701, -0.0044906056, -0.03608558, - -0.028986339, -0.009088369, 0.013200572, -0.01379664, 0.011291813, - -0.01675689, 0.015310252, 0.0060812375, -0.0272852, -0.005461728, - -0.0023641814, -0.061883956, -0.043693826, -0.007353743, 0.0002649658, - 0.004902495, 0.0035094365, 0.008746802, -0.019556401, 0.0015119376, - -0.0049895616, -0.0036199435, -0.011934763, -0.00857267, 0.024713399, - -0.0308884, -0.020118983, 0.01477446, -0.020561012, 0.0088338675, - -0.004128946, 0.018618766, -0.014988776, 0.0061582574, 0.00736044, - 0.008478906, -0.0028815556, -0.010615376, 0.031156296, 0.010648862, - -0.001997499, -0.0015655168, -0.0321743, 0.030566925, 0.026414538, - -0.005729624, -0.016783679, -0.018484818, -0.008184221, 0.01575228, - -0.0027174691, -0.00934287, 0.021203961, 0.02427137, 0.03726432, - -0.012597806, 0.011653473, -0.017627552, 0.01912777, 0.0026957027, - 0.008418629, -0.019650165, 0.026802987, 0.022101413, -0.021726359, - -0.004935982, -0.015886229, -0.008706617, 0.0049091927, 0.03214751, - 0.011265024, 0.027378963, -0.031209875, 0.028450547, 0.0062687644, - 0.0064763837, 0.037612587, -0.00094349595, -0.048194475, 0.00803018, - 0.0050900225, 0.011834302, -5.8438723e-6, -0.028691653, -0.012845609, - 0.0058501773, 0.0094433315, -0.005485169, 0.021485252, 0.00026224498, - 0.014734276, -0.00059104536, 0.03659458, 0.004182525, 0.015537963, - 0.01667652, 0.016877443, -0.036112368, 0.037692957, 0.00048849144, - 0.026387747, 0.003459206, -0.017440025, 0.0011469295, -0.013997561, - 0.027151251, -0.018618766, 0.013702876, -0.013535441, -0.0066036345, - 0.0035965026, -0.004694876, 0.008184221, 0.037050005, -0.0038108195, - 0.031745665, 0.028611284, -0.0094433315, 0.012517436, 0.011512827, - 0.002499804, -0.007186308, -0.0043901443, -0.0042528477, -0.013984167, - -0.0013913844, 0.0066103316, -0.015899623, 0.01567191, -0.00172458, - 0.027030699, -0.00055797695, 0.0042997296, 0.012986255, -0.0013796639, - -0.03142419, 0.010796205, 0.002347438, -0.02175315, -0.010287203, - -0.013997561, -0.006918412, -0.030111501, -0.001930525, -0.031209875, - 0.023829343, -0.035201523, -0.0021163777, -0.0057095317, 0.007574757, - 0.039112803, -0.0051904833, -0.0047651986, -0.015484384, 0.003018852, - -0.004976167, 0.0006509034, -0.03080803, 0.0022067926, 0.013213966, - -0.022329126, -0.0406666, 0.009349568, -0.015256672, 0.01912777, - -0.016154123, -0.0030774544, 0.0025550574, 0.018283896, 0.016837258, - -0.004025136, 0.01068235, 0.04739079, -0.030325819, -0.0013436654, - -0.026119852, -0.00916204, -0.0058367825, 0.10378288, 0.03147777, - -0.0006232766, 0.030941978, -0.0036534306, 0.014707486, 0.01480125, - -0.0006186721, 0.037880484, -0.0084521165, -0.0011762305, - -0.024458898, 0.012008434, -0.0021481903, 0.0048690084, 0.004192571, - 0.013655994, -0.021351304, -0.009945636, -0.0073805326, -0.0012540878, - 0.008693223, 0.027887965, 0.057972677, 0.0102671115, 0.010106374, - 0.026762802, 0.007708705, 0.0150021715, -0.03463894, 0.0052775494, - 0.024566056, 0.01935548, 0.023641815, -0.0067543257, -0.007420717, - -0.012785332, -0.0064462456, 0.015203093, -0.012832214, 0.00034617176, - 0.015591542, 0.01181421, 0.023869526, 0.021579016, -0.020909276, - -0.0130733205, 0.022516651, -0.01446638, -0.02818265, 0.0022520002, - 0.00386105, -0.005897059, 0.014908408, -0.0029836907, -0.029468551, - -0.01062877, -0.008110549, -0.01541741, -0.008137339, -0.009624161, - 0.0085056955, 0.007588152, 0.016288072, -0.012249541, -0.037183955, - -0.008619552, 0.017868659, -0.003968208, -0.026454723, -0.030995557, - -0.012249541, 0.0012063688, 0.009048184, 0.016850654, 0.0073336507, - 0.019409059, 0.0002756398, -0.007882837, 0.0114793405, 0.0049627717, - -0.018310687, -0.013274243, -0.03161172, 0.01016665, -0.001701139, - -0.0108162975, 0.015698701, -0.007621639, 0.012088804, -0.0090013025, - 0.0026119852, -0.00065550784, -0.024713399, 0.007507783, 0.007815863, - 0.01214908, 0.0067007467, 0.021659385, -0.013877008, 0.011901276, - -0.02102983, -0.0054048, -0.028611284, -0.024981294, 0.017252497, - -0.0065165684, -0.016904233, -0.018109765, -0.030941978, 0.007239887, - -0.0069050174, 0.009543792, 0.03134382, 0.035603367, 0.02524919, - 0.029013127, -0.007085847, -0.0014332432, 0.0020761935, -0.02530277, - -0.02465982, 0.017440025, 0.007534573, -0.03541584, 0.011961552, - 0.006687352, -0.019114373, -0.0126915695, 0.009135251, -0.019583192, - 0.026883356, -0.014854829, -0.01896703, -0.034478206, -0.020735145, - -0.022838127, 0.020936066, 0.0036969637, -0.008686525, -0.008599459, - 0.009999216, 0.0038543525, -0.013321125, 0.029039918, -0.021378094, - -0.0071595185, 0.006506522, -0.01477446, 0.011707052, 0.024713399, - 0.015913017, -0.010561797, 0.009724622, -0.00903479, 0.012376792, - 0.008967816, -0.021498647, 0.021525437, 0.023039049, 0.04385456, - -0.003727102, -0.025128637, 0.014332431, -0.0002676866, 0.00434996, - -0.010722534, -0.018337475, 0.000053108273, 0.009349568, 0.016154123, - 0.01068235, -0.013903799, 0.007440809, 0.031558137, 0.047122892, - -0.02653509, -0.019931456, -0.02581177, -0.027151251, -0.012463857, - 0.016569363, -0.012309818, 0.007239887, -0.01639523, -0.01977072, - 0.045997728, -0.0032365175, -0.00803018, -0.0012859004, 0.005632512, - -0.014761065, 0.018940242, 0.016797073, 0.0118075125, -0.031772457, - -0.016100544, -0.026133247, 0.019489428, 0.008083759, 0.0036467332, - 0.024418714, -0.008197615, 0.018591978, -0.02664225, -0.0014566841, - -0.029923974, -0.014600327, -0.0059372433, -0.02561085, 0.01935548, - 0.011439156, -0.013401493, -0.000915032, -0.020346696, -0.0020611242, - -0.009403147, 0.019891271, -0.03220109, -0.00800339, 0.02094946, - -0.0066270754, 0.0435063, 0.009610766, 0.02159241, 0.0029401577, - 0.017185522, -0.0023608329, -0.02164599, 0.025503691, 0.019556401, - 0.00401509, 0.0012959465, -0.030352607, -0.0071126367, 0.01438601, - -0.01310011, -0.0130197415, -0.025316164, 0.03785369, 0.008458814, - 0.012283028, -0.015176304, 0.0040686694, -0.010575191, -0.0046145073, - 0.014961987, 0.009744714, -0.0075010858, 0.0015529592, -0.0082378, - 0.021739753, 0.003559667, 0.00648643, -0.0024462247, -0.0037337993, - -0.033111937, -0.0014591956, 0.008967816, -0.0060008685, -0.014399406, - 0.04275619, 0.01166017, -0.0045575793, 0.01186779, 0.022503257, - -0.02695033, -0.0150557505, -0.015524568, 0.03080803, -0.030566925, - -0.00048597995, 0.013033137, -0.008713314, -0.0073336507, - -0.038657382, -0.012530832, -0.024030264, 0.016274678, -0.008123944, - 0.013240756, 0.023668604, -0.024204396, -0.015913017, -0.001974058, - -0.014975382, 0.005940592, -0.0071729133, 0.037050005, -0.04264903, - -0.016542573, -0.040398706, 0.007132729, -0.00084303494, - -0.00083675614, -0.035067577, -0.003984952, 0.022556836, - -0.0014767762, 0.021136988, -0.018605372, 0.007929719, -0.036192738, - 0.009450029, -0.02622701, -0.020413669, 0.01994485, -0.0005759762, - -0.03557658, -0.020989645, -0.0060778884, 0.02192728, -0.032415405, - -0.0037438455, 0.009048184, 0.0009577279, 0.01330773, -0.006553404, - -0.029709658, 0.005160345, -0.0034659035, 0.012738451, 0.0015111004, - -0.016221099, 0.019623376, -0.00939645, 0.015363831, 0.025195612, - -0.023534656, 0.009912149, -0.016154123, -0.0041858735, -0.023762368, - -0.0076819155, -0.021846913, -0.015658516, -0.028745232, 0.031799246, - 0.014345827, 0.008070365, 0.023106024, -0.0027392358, 0.019891271, - -0.0028849042, -0.002265395, 0.0154442, 0.013729665, 0.0150557505, - -0.020735145, -0.015899623, -0.0022737666, 0.035898052, 0.0226506, - -0.024766978, -0.002036009, 0.012986255, -0.014372616, -0.029093497, - 0.01315369, 0.016301466, 0.008485603, 0.0068916227, 0.00081791973, - 0.0130197415, 0.00071997027, 0.012416976, -0.022891706, 0.008900842, - -0.014841434, 0.00723319, -0.01117126, 0.0020946113, -0.017908841, - 0.00046672492, 0.024847347, -0.010896667, -0.0075948494, 0.011954855, - 0.024043659, 0.016797073, -0.0068246485, 0.0017312773, 0.03546942, - 0.0073403483, 0.00836505, -0.02200765, 0.0045508817, 0.03147777, - -0.0023005563, 0.0040217876, 0.0016065383, 0.01294607, -0.013053229, - -0.0055420967, 0.0064127585, -0.024057053, -0.0004742595, - -0.0120821055, 0.0262538, 0.008646341, 0.0071595185, 0.027365567, - 0.018953636, -0.0026622156, 0.0028112328, -0.0014098022, - -0.0053813593, 0.015229883, 0.016033571, 0.0048355213, 0.0059372433, - 0.0057128803, 0.012952767, 0.014988776, -0.01508254, 0.0017547183, - 0.010247019, -0.00738723, 0.036621373, 0.015028961, -0.008994605, - 0.0063558305, 0.006339087, -0.0033168863, 0.009329475, -0.004222709, - -0.0031661948, -0.029066708, -0.0075948494, -0.014734276, - -0.026709223, -0.016582757, -0.015698701, -0.0004512372, 0.011613288, - -0.011881184, 0.21013756, -0.01731947, -0.0021113546, 0.032388616, - 0.0016065383, 0.0005563026, 0.022704178, 0.006084586, 0.0025667779, - 0.009570582, 0.01181421, 0.0040519256, -0.030299028, -0.0005470937, - 0.029790025, -0.02589214, -0.020721748, -0.015470989, -0.007849351, - 0.021994255, 0.020654775, -0.012128987, -0.015390621, -0.009450029, - 0.02396329, -0.006138165, -0.030700872, -0.017922238, 0.0071729133, - 0.0014524981, -0.0028849042, -0.033647727, -0.001729603, -0.010528309, - -0.0117539335, 0.009222317, 0.022302335, -0.02301226, -0.0059539867, - 0.014653907, 0.013267545, 0.016555969, -0.02597251, -0.010856482, - -0.001719557, 0.009322778, -0.008177523, 0.019154558, -0.009952334, - 0.015136119, -0.028343389, -0.021873701, 0.019743929, 0.023025654, - -0.0029401577, -0.010642165, 0.013943982, -0.008646341, -0.001307667, - 0.015216488, -0.014694091, 0.011084193, 0.0048020342, 0.010789508, - -0.01508254, 0.0229051, 0.0006697398, 0.035817683, -0.020065404, - -0.0065701474, -0.010702442, -0.018618766, -0.028504126, - -0.0036869175, -0.022061229, -0.013709574, 0.023802552, 0.030781241, - 0.02030651, 0.017212313, -0.0015270067, -0.029629288, 0.0055454457, - 0.0037237532, -0.00090331153, -0.020118983, 0.01997164, 0.0042428016, - -0.004229407, 0.010769416, -0.0011285115, -0.016435415, 0.0027760714, - -0.0074609015, -0.014627117, -0.02745933, 0.03091519, 0.004048577, - -0.007755587, -0.02890597, -0.014292248, 0.040318336, 0.010233624, - 0.01541741, -0.011151168, -0.031772457, -0.0063725743, 0.015497779, - 0.0067007467, 0.0010531659, -0.009470121, -0.035951633, 0.0075278752, - -0.002955227, 0.007809166, 0.00096023944, 0.008271286, 0.0063792714, - 0.02334713, -0.02066817, -0.03683569, -0.0125777135, 0.024981294, - 0.0038476551, 0.013428283, -0.035013996, -0.022958681, -0.005237365, - -0.029334603, -0.017895447, 0.030406186, -0.01104401, 0.013046531, - -0.027486121, -0.0067610233, -0.01062877, -0.018444633, -0.016542573, - 0.002380925, -0.0053579183, 0.013361309, -0.014171694, 0.01706497, - -0.0075144805, 0.0150557505, -0.0026521697, 0.0014575212, 0.030486556, - -0.009972425, -0.013997561, 0.002725841, 0.015470989, -0.025075058, - -0.0167301, 0.00494268, -0.007668521, -0.014881618, -0.016301466, - -0.0187929, -0.00988536, -0.034906838, 0.011928066, 0.020534223, - 0.006138165, -0.033245884, -0.014211878, -0.16866727, 0.03075445, - 0.04792658, -0.009563885, 0.01840445, -0.012939373, 0.03024545, - 0.016435415, -0.03879133, 0.0037371481, 0.007219795, 0.013635903, - 0.0064998246, -0.018551793, -0.015162909, -0.0049962588, 0.01706497, - 0.022998864, 0.03410315, 0.013669389, 0.010173348, -0.022396099, - -0.004396842, -0.0053110365, -0.01703818, -0.015537963, 0.016314862, - 0.026990514, 0.00016440019, -0.0077287974, -0.022248756, 0.012664779, - 0.007099242, -0.028236229, 0.0029502038, 0.007896232, -0.009041487, - -0.0076417313, -0.014935197, 0.03659458, 0.041175604, 0.0127451485, - -0.022864917, -0.0021431674, 0.009362962, 0.03351378, 0.0020929368, - 0.00039305355, 0.00086563866, -0.006432851, 0.00038342603, - -0.004373401, 0.00918883, 0.012062014, -0.0021297724, -0.024217792, - -0.013140295, -0.0021733057, -0.006931807, -0.0043700524, - -0.009450029, -0.011218142, 0.020252932, -0.012604503, -0.0061113755, - -0.028343389, -0.010401059, -0.0031980076, -0.016609548, 0.0056224656, - 0.010079584, -0.026802987, -0.009309383, -0.026628854, 0.037960853, - 0.010916758, 0.00029091822, 0.009054882, 0.009195527, 0.019368876, - -0.0075613623, 0.026334168, -0.016314862, 0.0020041964, -0.00931608, - 0.013361309, 0.004768547, 0.010950246, -0.019007215, -0.0061214217, - -0.0004039368, -0.010079584, -0.028584495, -0.016783679, 0.019248322, - -0.013368006, 0.004507349, -0.007065755, 0.010159953, -0.018163344, - 0.027780807, -0.000033722445, -0.034478206, 0.00087987067, - 0.039862912, -0.001969035, 0.00705236, 0.010113071, 0.015511174, - -0.012879096, 0.0034525087, 0.0055789324, 0.024485687, 0.017949026, - 0.0028396968, 0.02228894, 0.019904668, -0.026186826, 0.017962422, - -0.009630858, 0.052052177, -0.00787614, -0.03412994, 0.0031846128, - -0.012202659, -0.033995993, -0.1281614, 0.003420696, 0.023119418, - 0.03220109, 0.02323997, 0.0071126367, -0.013709574, 0.0010824669, - -0.0024897577, 0.033219095, -0.020855697, -0.024284765, 0.00800339, - 0.009242409, 0.005726275, -0.01642202, 0.0105952835, -0.020654775, - -0.029950764, 0.04326519, 0.0028698351, -0.023186391, 0.005706183, - 0.0076350337, -0.010514915, -0.015993387, -0.028664863, 0.029200654, - 0.0019154558, -0.004222709, 0.025530482, -0.009101763, -0.009871964, - -0.013602415, 0.0028145814, -0.008632946, -0.0031209874, -0.005773157, - 0.012838912, -0.025664428, 0.0014826364, 0.0296025, -0.0008689874, - 0.011030614, -0.007119334, -0.017131943, -0.018672345, 0.0453012, - -0.011486038, -0.0113253, -0.020185957, -0.0067141415, -0.030459765, - 0.0045910664, 0.00985857, -0.0154442, 0.036701743, -0.0126112, - -0.00988536, -0.006211837, -0.0082311025, -0.0043867957, -0.025436718, - 0.008579367, 0.037532218, -0.012919281, -0.029656079, 0.0010531659, - 0.017908841, -0.0014717532, -0.010668955, 0.012242843, 0.004935982, - 0.033326253, -0.039675385, 0.0069585964, -0.0054483335, -0.041014865, - 0.011198049, 0.021391489, 0.005110115, 0.01047473, -0.018926846, - -0.036326688, 0.011164563, -0.003948116, -0.0063491333, -0.0022151645, - 0.016864048, -0.015792465, -0.032442197, 0.032468986, 0.024432108, - -0.019208137, -0.018591978, 0.01832408, 0.0018752714, -0.010950246, - 0.01583265, 0.013629205, -0.010280506, -0.0011846023, -0.016555969, - 0.017225707, 0.007286769, -0.0046781325, 0.012658082, -0.0017731361, - 0.0023558098, 0.019623376, -0.020480642, -0.0013018068, -0.0013771525, - -0.0025969162, -0.028155861, -0.022021044, -0.018096369, - -0.0025466855, -0.016113939, -0.0059908223, 0.0087802885, - 0.0040519256, -0.009959031, 0.018551793, -0.023842737, 0.015953202, - -0.0053746616, -0.017908841, -0.01963677, -0.0007128543, - -0.0019673607, -0.0017731361, 0.022181783, -0.030620504, - -0.00006409619, 0.0002982435, -0.016743494, -0.028477335, 0.023802552, - 0.02002522, 0.008298076, 0.031986773, -0.0012155777, -0.015095935, - 0.0017714618, -0.013850219, -0.011285116, -0.007440809, -0.014881618, - 0.015899623, -0.010354177, 0.024204396, 0.020480642, -0.0026203569, - -0.007407322, -0.022811338, -0.014144905, 0.007367138, 0.0012289726, - -0.00017287658, 0.01343498, -0.018672345, 0.018203527, -0.005126858, - 0.0316653, -0.016274678, -0.014734276, -0.023306945, -0.0024830604, - 0.0042997296, 0.0016375137, -0.004681481, 0.009704529, 0.00005321292, - 0.03134382, 0.01634165, 0.024793766, -0.00040226246, 0.00885396, - 0.0061348164, -0.011733841, -0.006161606, 0.024365135, -0.010273809, - -0.0017069993, 0.017573973, 0.04133634, 0.0037237532, 0.009135251, - 0.03954144, -0.0061348164, -0.0026622156, 0.017721316, 0.012477253, - -0.02745933, -0.016997997, 0.0023926455, 0.052346863, -0.03134382, - 0.010756021, -0.000953542, 0.006252021, 0.010233624, -0.01737305, - -0.010702442, -0.0036701742, -0.016301466, -0.0024746885, - -0.0072934665, -0.031718876, -0.027111067, -0.005686091, 0.011613288, - 0.018859873, -0.004192571, 0.0069518993, -0.0053813593, 0.002262046, - 0.005696137, -0.01297286, -0.018833082, 0.018900057, -0.0010280506, - 0.00032963755, 0.013113505, -0.0063022515, 0.012108896, 0.011720447, - 0.02890597, -0.004517395, 4.176063e-6, 0.012175869, 0.010327388, - -0.029200654, -0.041523866, -0.031022348, 0.0055889785, -0.0193019, - -0.0014926826, 0.04061302, -0.011010522, 0.059901528, -0.010407756, - -0.026481511, 0.019891271, 0.0065400093, 0.019918062, 0.011405669, - -0.010782811, -0.008599459, -0.03418352, -0.006878228, -0.00019610819, - -0.030700872, -0.02301226, -0.021110198, -0.003559667, 0.0032398663, - 0.021820122, 0.01062877, -0.008043575, 0.03678211, -0.0040284847, - 0.002419435, 0.002342415, -0.010092978, -0.023615025, 0.010863179, - 0.022369308, -0.0057664597, -0.027084278, -0.008465511, 0.0073336507, - -0.04406888, -0.013709574, -0.00427294, 0.025034873, -0.008847263, - -0.0057329726, -0.006185047, 0.0006718327, -0.009657647, - -0.0019757324, -0.0329512, -0.012242843, -0.01474767, -0.0070791496, - -0.024191001, -0.013495257, -0.025784982 - ], - "metadata": { - "chunkTitle": "Efficient Strength Training", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28764&chunkSid=chunk_57135" - }, - "document": "Andy Galpin: Correct. You don't really have to go that long. In fact, there was actually a study that came out in the last month that showed like, really two minutes is probably sufficient for most people. Having said that, if you really are trying to push maximum strength adaptations, like three to five is very reasonable. Those training sessions are long because you're spending more time not doing anything than you are doing something, but you're trying to maximize quality. So that's just sort of like part Andy Parcel. If you're not super worried about it, you can actually do supersets, which is, let's imagine again, you're going to do some lunges and while your legs are resting, doing their three to five minutes, you can go over and do an upper body row or pull. And when your upper body is resting, you're going back to legs. So that really cuts your time in half. Is it ideal? No.\n\nAndy Galpin: We actually ran a study maybe ten years ago in our lab, and we looked at that specifically and we did see a reduction in strength performance in the supersetting group relative to the group who did not superset. The question. Then it becomes like, is it enough for you to care? So if I were to say, hey, I can cut an hour off of your workout time but you will lose 5% of your strength gain, almost everyone would take that exchange with the exception of people who are getting close to competition or really trying to set a new lifetime PR or something. Then you might say, no, I don't want any interference there. That last little margin is what I care about. Give me the extra rest. Great. So does it work? Does it not work? It's always, what are you willing to give up versus get the practicalities of.\n\nAndrew Huberman: Supersets or staggering push, pull, push, pull, in my mind are real because you have to take over large segments of the gym which oftentimes leads to a situation where your rest times are too long or highly variable because people are working in.\n\nAndy Galpin: Or you can't finish your set because now someone jumped into the machine, totally screwed.\n\nAndrew Huberman: You lose three to five of your friends because it's obnoxious when you're taking over all the equipment. But in all seriousness, I think it's wonderful if you have the space andy the format to do it. But at least in my experience and observation, these people know who they are. It's not practical to do on a regular basis if you train in an open commercial gym.\n\nAndy Galpin: Yeah, tough to pull off. So we've covered choice, order, volume and intensity to a sufficient level. The last one is frequency, and we've already sort of indirectly talked about that where frequency can be as high as you'd like in this area. It really depends on your recovery. If you're really, truly pushing maximum strength you probably do need a few days to recover although that's dependent upon you. But speed and power can be done multiple times a day, almost every day. Basically the one exception would be maximum sprinting speed. You need to be careful, therefore things like hamstring and injury, especially if you're pretty fast. So you want to be a little bit cautious of that. But if you're doing easier movements like medicine ball throws or kettlebell swings or something, you could do those quite often as long as the volume is staying pretty low. Last little piece here is progression. How do I progress over time? So I mentioned this earlier, but just want to fill this gap right back in before we head over to hypertrophy which is three to 5% increase per week of intensity.\n\nAndy Galpin: In general, Andy, you can do upwards of about 5% increase in volume per week over time. And I generally recommend running that for at longest eight weeks. But probably most realistically you want to go about five weeks or so and then have some sort of a deload or back off week if you do that, you're generally going to be a pretty good spot. So those are like the core concepts. Now, there's a whole bunch of fun methods you can play with within all these categories, Andy. I would like to actually cover just a couple of them if we've got a little more space for that.\n\nAndrew Huberman: Sure, I'd love to hear about those." - }, - "truncated_cells": [] - }, - { - "row_idx": 43, - "row": { - "id": "chunk_57134", - "embedding": [ - -0.022201858, -0.0069769374, 0.042662937, -0.013304536, -0.026788676, - 0.02032292, 0.0111147445, -0.043630037, -0.03141694, -0.035202447, - 0.022340016, 0.043436617, 0.013042037, 0.010817707, 0.008752258, - 0.011273625, 0.04161294, 0.0068595037, 0.0071703577, -0.02493737, - -0.008026932, 0.008531205, -0.015418341, 0.000083595885, -0.017476883, - 0.03219062, 0.016965702, 0.002198426, -0.00508073, -0.032964304, - 0.055179976, -0.01790517, 0.0091874525, 0.009995672, -0.022201858, - -0.009076927, 0.002642256, -0.00210517, 0.028681431, -0.01174336, - 0.025393289, 0.004514286, -0.011736453, -0.0036473495, -0.017490698, - -0.023238037, 0.013428878, -0.025034081, -0.012503224, 0.020088054, - 0.013352891, -0.00054787955, -0.021013707, 0.014879528, -0.021151863, - -0.0006830146, -0.023555798, 0.036114287, 0.0082341675, 0.010030211, - 0.0038235, 0.010030211, 0.005325959, 0.0075019347, 0.0046766205, - -0.006172172, 0.0019324735, -0.014105848, 0.016081495, -0.004510832, - 0.017725566, 0.032052465, -0.0031430759, -0.018015696, 0.040065583, - -0.0172282, 0.009436135, -0.007909498, -0.0008177178, 0.014409794, - -0.0085104825, -0.020267658, -0.023044618, 0.011501585, 0.03464982, - -0.021207126, 0.011722636, 0.002747601, 0.01351868, 0.0039305715, - 0.0084414035, 0.016868992, 0.011722636, 0.026374206, 0.0047387914, - 0.022367647, -0.03600376, -0.008171997, -0.030311685, 0.014644661, - -0.011460138, 0.008994033, -0.013912428, -0.010368696, -0.04117084, - -0.012240726, 0.021966992, -0.018927533, 0.0005863045, -0.013408154, - -0.02019858, 0.03290904, -0.0024315664, -0.03583797, -0.013511772, - -0.00909765, 0.022243306, -0.0013893431, -0.028087353, -0.018761745, - 0.040783998, 0.0017001968, 0.039595846, -0.005547011, 0.005588458, - 0.011529217, -0.022561068, 0.0059925676, 0.0054986556, -0.030947208, - 0.013891704, -0.0011691551, 0.004700798, 0.004459023, -0.0028823041, - 0.0018409444, 0.0008816155, -0.015059132, -0.042248465, -0.03674981, - 0.0036197181, 0.007695355, -0.007488119, 0.004942573, -0.01787754, - 0.008593377, 0.022284754, 0.012896973, -0.015777549, -0.0045764567, - -0.020530157, 0.029620899, -0.016620308, 0.010727905, 0.004469385, - 0.004410668, -0.010589748, 0.018734112, -0.037219543, -0.006120363, - 0.00042224288, 0.014133479, 0.01964595, -0.0015085037, 0.00587168, - 0.013373615, 0.025075527, -0.006704077, 0.017103858, 0.0020861733, - -0.0033019565, 0.0033917588, -0.028073538, 0.007847328, - -0.00014592851, 0.015473604, 0.007750618, -0.001299541, -0.0013902066, - -0.049543165, 0.017656486, -0.009719358, 0.03232878, 0.024854476, - -0.003913302, 0.015597945, 0.019576872, -0.01787754, 0.004072183, - 0.0029013008, -0.003179342, 0.0037095202, -0.012772631, -0.015086764, - -0.6339757, 0.005529741, 0.0029513827, -0.021925544, 0.023555798, - 0.024315663, 0.00097141764, 0.000452033, -0.027949197, 0.021787386, - -0.03288141, 0.017960433, 0.003232878, -0.012109477, 0.021524888, - -0.0024108428, 0.011011127, -0.009636464, -0.023942638, 0.001589671, - -0.022823567, 0.017587408, -0.0042448794, 0.013953875, 0.014934791, - 0.0025679965, -0.010334156, -0.00046412178, -0.0002223467, - 0.013028222, -0.023666324, -0.002837403, 0.024149874, -0.00675934, - 0.055677343, -0.01510058, -0.0045937262, 0.031057734, 0.002200153, - 0.032577462, -0.011943688, -0.004683528, 0.010983496, -0.014085124, - -0.0042656027, 0.011170008, 0.005626451, -0.023072248, 0.014050585, - -0.0058958577, 0.037026122, -0.0057473388, 0.0048251394, -0.002550727, - 0.00064545305, 0.002257143, 0.01087297, -0.014085124, -0.0107486285, - -0.002051634, 0.009698634, 0.013739731, -0.025116974, -0.011770992, - -0.004987474, -0.01048613, -0.01568084, -0.008621008, -0.012185463, - 0.022892645, 0.0061376328, -0.0084414035, -0.0028080447, - -0.0030878128, 0.0135946665, 0.022574883, 0.011480861, -0.00220188, - -0.0023331293, 0.02271304, 0.00023054979, 0.0007892229, -0.015611761, - -0.0050254674, -0.006324145, -0.007370685, -0.053826038, 0.013104209, - -0.028349852, -0.016855177, 0.009995672, 0.011149284, 0.011770992, - -0.018416353, 0.002699246, -0.006938944, 0.00755029, -0.0035299158, - -0.021787386, -0.033489298, -0.004155077, 0.0021863373, 0.011024943, - 0.01609531, 0.0006778336, 0.01119764, -0.014133479, -0.0025161875, - 0.017739382, -0.013732824, -0.0020671769, -0.005768062, 0.0021017161, - 0.024149874, 0.010948956, -0.03382088, 0.0069285827, 0.0031551647, - -0.0028650344, -0.01322855, 0.0069423984, -0.0013271724, 0.029869583, - 0.009007848, 0.0014972785, 0.013214734, 0.009691726, -0.023459088, - 0.021400547, -0.013788086, -0.003571363, -0.012233818, 0.028156433, - -0.017255832, 0.025738683, 0.00880752, 0.001027544, 0.0020671769, - 0.006641906, -0.025448551, -0.021897912, -0.018443983, 0.0060478305, - -0.0052603344, -0.00093860534, -0.044237927, -0.037053756, - -0.0065866434, 0.008503574, -0.030588, 0.012523948, -0.013877888, - 0.0038304077, 0.010672642, -0.020999892, -0.0039582034, -0.022588698, - -0.043187935, -0.040783998, -0.0042034322, -0.001594852, 0.02097226, - -0.0008820472, 0.009166729, -0.012883157, -0.01925911, -0.005180894, - -0.013069669, 0.0065210187, -0.010506853, 0.0045315553, -0.022284754, - -0.01754596, 0.020640682, -0.022533435, -0.0037924144, -0.002450563, - 0.013532495, -0.020115685, -0.005243065, 0.00596839, -0.0016337086, - -0.011370336, -0.0070287464, 0.02542092, -0.007108187, -0.0011812439, - -0.014230189, -0.033765614, 0.030145897, 0.01106639, -0.002055088, - -0.010914417, -0.0030636354, -0.009926593, 0.022491988, 0.007197989, - 0.0063724997, -0.00054787955, 0.030947208, 0.04791291, -0.012427238, - 0.018803192, -0.021718308, 0.022795934, 0.014520319, 0.017559778, - -0.030974839, 0.021884097, 0.0057197073, -0.020074237, -0.0261946, - -0.011467046, 0.00635523, -0.004648989, 0.011211455, 0.015238737, - 0.024564346, -0.02319659, 0.012157831, 0.0020378183, 0.011024943, - 0.039402425, 0.005830233, -0.02923406, 0.018374905, 0.02493737, - 0.0020637228, -0.0062861517, -0.014630845, 0.0057853316, 0.026830124, - 0.018084774, -0.009926593, 0.013269997, 0.008814428, 0.018540693, - 0.011190731, 0.03409719, 0.008911138, 0.014395978, 0.013055854, - 0.0005660127, -0.032964304, 0.02829459, 0.0016976063, 0.030449841, - -0.012441054, -0.001494688, 0.010078566, -0.002488556, 0.019977529, - -0.039872162, 0.016440704, -0.0034815609, -0.011377243, - -0.00066531316, -0.012047306, 0.007584829, 0.031803783, -0.013083485, - 0.034373507, 0.030090634, -0.004459023, 0.0036784348, 0.0016354356, - 0.0095812, -0.012599935, -0.0024367473, 0.00538813, -0.011176916, - 0.0030429119, -0.0065210187, -0.0075019347, 0.0135255875, - -0.0005323369, 0.027175516, -0.0040307357, 0.030145897, 0.01322855, - 0.002683703, -0.040535316, 0.012738092, 0.004756061, -0.025255132, - -0.010499946, -0.022643961, -0.0012434146, -0.00024091158, - 0.0051290854, -0.028543273, 0.03429061, -0.023251854, 0.008089103, - -0.015183474, 0.021897912, 0.025641972, -0.015998602, -0.0007836102, - -0.014796633, -0.015266368, -0.010417052, 0.008586468, -0.026360389, - 0.0151558425, 0.006158356, -0.03210773, -0.034926135, -0.006413947, - -0.005923489, 0.025268948, -0.0075019347, -0.0044866544, 0.0061307247, - 0.008013116, 0.008220352, -0.023915008, 0.008676271, 0.039955057, - -0.029924845, 0.0053086895, -0.020461079, -0.017739382, -0.012855525, - 0.083391674, 0.042276096, -0.0073016067, 0.02242291, 0.0055539184, - 0.014382162, 0.016758466, -0.015432157, 0.02493737, -0.010520669, - 0.011529217, -0.035699815, 0.016537415, -0.014009138, 0.014672292, - -0.0019842824, 0.004838955, -0.012572303, -0.006303421, -0.004213794, - -1.8568244e-6, 0.0045281015, 0.008994033, 0.04216557, 0.0037026124, - 0.0057024374, 0.032605093, 0.008082195, 0.019880818, -0.025075527, - -0.010527577, 0.041253734, 0.011770992, 0.006738616, -0.019797923, - -0.009284162, -0.0076539074, -0.013684468, 0.0069872993, -0.023182774, - 0.01877556, 0.01616439, 0.017849907, 0.012109477, 0.025655787, - -0.012979867, -0.0069665755, 0.014437425, -0.009304886, -0.012330528, - 0.014561767, -0.00092133565, -0.01606768, -0.008082195, -0.0011967865, - -0.027534725, -0.020903181, -0.028142616, -0.025282763, -0.0064899335, - -0.0024574709, 0.024481451, -0.000515499, 0.013877888, -0.033434037, - -0.031112997, -0.021663046, -0.006420855, -0.003916756, -0.012261449, - -0.015487419, -0.018927533, -0.0027527818, 0.01877556, 0.020474894, - 0.018347273, 0.02513079, 0.010154553, -0.007950946, 0.013152563, - 0.004196524, -0.023251854, -0.009746989, -0.027451832, 0.003376216, - 0.0051636244, -0.023735404, -0.008496666, 0.010783168, 0.015736103, - -0.01242033, -0.0038304077, 0.01216474, -0.021290021, 0.017200569, - 0.00021964833, -0.0030049186, 0.008123642, 0.021566335, -0.012157831, - -0.004925303, -0.03481561, 0.0045730025, -0.030339316, -0.012876249, - 0.008268707, 0.008254891, -0.0038442235, -0.00029617446, -0.02781104, - 0.0006938081, -0.0069354903, 0.025351843, 0.02810117, 0.02558671, - 0.021469625, 0.02732749, 0.009546661, -0.007056378, -0.003875309, - -0.05084184, -0.034373507, 0.025959734, 0.00851739, -0.026968282, - 0.012254542, 0.015998602, -0.03219062, -0.0033054105, 0.024122244, - -0.030726157, 0.025655787, -0.0024073888, -0.014755187, -0.024481451, - -0.03581034, -0.014147295, 0.01778083, -0.0011354793, -0.008165089, - 0.008800612, 0.0058509563, 0.008717718, -0.009974948, 0.015418341, - -0.020336736, -0.011784807, -0.0008194448, -0.014520319, 0.01377427, - 0.014796633, 0.015984785, -0.0006644497, 0.0111147445, -0.0057024374, - 0.021372916, 0.00422761, -0.006255066, 0.030173527, 0.024122244, - 0.02145581, 0.00009498306, -0.014354531, 0.023086064, -0.021718308, - -0.0062896055, -0.000114087605, -0.010168368, -0.004206886, - 0.023168959, 0.016040048, 0.024315663, -0.017380172, 0.0063103293, - 0.027410384, 0.042248465, -0.010672642, -0.009650279, -0.019632135, - -0.045287922, -0.010720997, 0.021027522, -0.016468335, 0.0015214559, - -0.024080796, -0.0129176965, 0.037053756, 0.002403935, -0.010244355, - -0.00082117174, 0.00046930267, 0.0020170948, 0.023569614, 0.011639742, - 0.022243306, -0.033351142, -0.010852247, -0.011867702, 0.00990587, - 0.00695276, 0.012185463, 0.011584479, -0.021759756, 0.008310154, - -0.026857756, -0.002583539, -0.010783168, -0.022188043, 0.010866062, - -0.011467046, 0.020046607, -0.009733173, -0.003985835, -0.003336496, - -0.0090147555, 0.0009835064, -0.018817008, -0.00086650456, - -0.025918286, 0.002156979, 0.023086064, 0.00045937262, 0.025863023, - 0.0013668926, 0.03310246, 0.008482851, 0.018043328, -0.0033382229, - -0.02493737, 0.022257121, 0.022505805, 0.017463068, 0.00029639032, - -0.020267658, 0.0016371625, -0.00014549677, -0.0070805554, - -0.006020199, -0.026733413, 0.03697086, 0.0090838345, 0.010638103, - -0.02019858, -0.00070373813, -0.020571604, 0.011301257, 0.0063863155, - 0.028349852, -0.0022830474, -0.02080647, -0.012765723, 0.055870764, - -0.009208176, 0.011473954, -0.016661756, -0.0008112417, -0.029593267, - -0.012220003, -0.002982468, 0.0037509673, -0.0060063833, 0.023251854, - 0.0064174007, -0.017172936, 0.008006209, 0.008351602, -0.01390552, - -0.016040048, -0.01242033, 0.032605093, -0.008247984, -0.0018685758, - 0.016620308, -0.012240726, 0.006887135, -0.034235347, 0.002842584, - -0.019245295, 0.0005608318, -0.012772631, 0.020723576, 0.03022879, - -0.015957154, 0.0016457974, -0.0060029295, -0.009284162, - -0.0055021094, -0.0071565416, 0.03213536, -0.040148474, -0.027700514, - -0.029786687, 0.011543032, 0.011770992, -0.00021425156, -0.03749586, - 0.015266368, 0.0271617, 0.004248333, 0.032577462, -0.03387614, - 0.0053743143, -0.042082675, 0.026360389, -0.023735404, -0.020474894, - 0.01887227, -0.00880752, -0.024011718, -0.02326567, 0.0047387914, - 0.025628157, -0.024011718, -0.0006657449, 0.019825555, 0.009297978, - 0.010665734, -0.0354235, -0.025959734, -0.0045384634, 0.0058924034, - 0.0031119904, 0.005788786, -0.016509783, 0.025793945, -0.010997311, - 0.01154994, 0.019466346, -0.02239528, -0.008655547, 0.0067006233, - 0.011895333, -0.01800188, -0.0019221117, -0.010423959, -0.006697169, - -0.026526177, 0.019535424, 0.032439306, -0.0024073888, 0.0065728277, - -0.008869691, -0.010907509, 0.008669363, -0.00587168, 0.010037119, - 0.019563057, -0.0041067223, -0.015183474, -0.0063966773, -0.009657186, - 0.031444572, 0.02474395, -0.015984785, -0.011619018, 0.012827894, - -0.022409094, -0.044237927, 0.0060858238, 0.018789377, 0.014161111, - -0.002794229, -0.005039283, 0.04241425, 0.006959668, -0.0010387693, - -0.01377427, 0.0044210297, -0.027286043, 0.004617904, -0.012896973, - -0.0014376981, -0.029869583, -0.0015257733, 0.029123534, - -0.0007309378, -0.013194011, 0.009664095, 0.026664335, 0.01865122, - 0.0021966991, 0.00287885, 0.032494567, 0.014105848, 0.022795934, - -0.010361788, -0.0008449175, 0.026788676, 0.004006558, -0.0030256421, - 0.009560477, 0.014409794, -0.016786097, -0.013456509, 0.013449601, - -0.022312384, -0.0015266368, -0.007819696, 0.029759057, 0.019148584, - -0.007439764, 0.002357307, 0.028142616, -0.004351951, 0.007847328, - -0.001396251, 0.0009783255, 0.013152563, 0.02481303, -0.004144715, - -0.01006475, -0.011992043, 0.023735404, 0.009988764, -0.023072248, - 0.012544672, 0.003086086, 0.019880818, 0.030919576, 0.010886786, - -0.01329072, 0.011957504, 0.0066833533, 0.0019238387, 0.022367647, - 0.004859679, 0.0012909061, -0.020143317, -0.021538705, -0.015128211, - -0.025338026, -0.027976828, -0.008897322, 0.008593377, -0.007985485, - 0.010693366, 0.2155252, -0.022851197, -0.00019827714, 0.024882108, - 0.007584829, 0.005547011, 0.022726856, -0.0044970163, 0.00019180102, - 0.01703478, 0.011688097, 0.0051705325, -0.037606385, -0.0027113345, - 0.03141694, -0.0055953655, -0.025863023, -0.021994622, -0.018526878, - 0.0068180566, 0.011833162, -0.0134910485, -0.028377485, -0.013359799, - 0.017532146, 0.0077229864, -0.027147885, 0.0006886272, 0.013111116, - -0.0090838345, -0.017103858, -0.01558413, 0.0048320475, -0.01664794, - -0.009829883, 0.0049667507, -0.0027009728, -0.012054213, - -0.0071150945, 0.009629555, 0.0042207018, 0.008835152, -0.016440704, - -0.0076193684, 0.015722286, -0.012689737, -0.009443043, 0.0031655263, - -0.013415062, 0.01474137, -0.025061712, -0.028653799, 0.041640572, - 0.03459456, 0.0020481802, -0.004794054, 0.0056575364, -0.0055642803, - 0.005039283, 0.041861624, -0.014216374, 0.003523008, 0.022077518, - 0.0045799105, -0.028253144, 0.011833162, 0.003616264, 0.033516932, - -0.02358343, -0.004586818, -0.024578162, -0.013857165, -0.02677486, - 0.0060271067, -0.015487419, -0.008814428, 0.028322222, 0.01923148, - 0.016122943, 0.014382162, 0.020170948, -0.016689386, 0.014506504, - 0.012144016, -0.0033624002, -0.027244596, 0.011619018, 0.0041378075, - 0.0018271287, 0.009981856, 0.00793713, -0.024108427, 0.007833512, - -0.016730834, -0.0047284295, -0.024205137, 0.012793355, -0.0055055637, - -0.014036769, -0.025282763, -0.018015696, 0.037164282, 0.0017701389, - 0.011460138, -0.014713739, -0.033986665, 0.012979867, 0.00082117174, - 0.004196524, -0.0034504754, -0.007052924, -0.032577462, 0.009560477, - -0.009297978, 0.0056368127, 0.011846978, -0.011722636, -0.0070736473, - 0.0033174993, -0.01761504, -0.009560477, -0.019065691, 0.021317653, - 0.004217248, 0.024826845, -0.017946618, -0.023624877, -0.0010197727, - 0.0049598427, -0.026871571, 0.03655639, -0.010741721, 0.02771433, - -0.0060789157, -0.0035368237, -0.012724276, -0.014879528, - -0.023376195, -0.0026785224, 0.0061756256, 0.0045315553, -0.008013116, - 0.009242715, -0.0077575254, 0.011480861, -0.014492688, 0.025006449, - 0.0271617, -0.025752498, -0.018582141, -0.006603913, 0.017090043, - -0.028626166, -0.012213094, 0.012489409, -0.013138748, -0.010057842, - -0.011418691, -0.004842409, -0.0054053995, -0.042497147, 0.009974948, - 0.0026128977, -0.0021742487, -0.027728146, -0.00085786975, - -0.17639908, 0.01923148, 0.04639318, -0.010638103, 0.03768928, - -0.012689737, 0.027147885, 0.014879528, -0.034981396, -0.030505104, - 0.018996611, -0.004939119, 0.0050669145, -0.014672292, -0.020447262, - -0.006220527, 0.0020706307, 0.022961723, 0.036694545, 0.018982796, - 0.0018443983, -0.04622739, 0.009546661, 0.00034366598, 0.00077670236, - -0.008918046, 0.012295988, 0.017159121, 0.005768062, -0.00086607283, - -0.01742162, 0.024384743, 0.022105148, -0.015445973, 0.0011251175, - 0.010299617, -0.0055435565, 0.0018564871, -0.0027579626, 0.023044618, - 0.04926685, -0.00009638622, -0.01923148, 0.0046144496, -0.0046973443, - 0.026636703, 0.011826254, -0.011011127, 0.016150573, -0.0144788725, - -0.0027044266, -0.006714439, -0.0019152039, 0.0050600064, - -0.009684818, -0.024218954, 0.0023763035, -0.0031724342, -0.016965702, - -0.02568342, -0.0017200569, -0.016634123, 0.02481303, -0.021276206, - -0.00948449, -0.03078142, 0.007011477, 0.00229859, -0.018333457, - 0.020930812, -0.009311793, -0.018609772, -0.015445973, -0.036445864, - 0.01923148, 0.007923314, -0.0033917588, 0.015169658, 0.0071012788, - 0.02116568, 0.006959668, 0.02655381, -0.027741961, -0.012295988, - -0.0020913542, 0.021220943, 0.017338727, 0.007978577, -0.022270937, - -0.007488119, 0.016523598, -0.007142726, -0.025462369, -0.009063111, - 0.009443043, 0.0018046781, 0.01510058, -0.009926593, 0.0016406165, - -0.023251854, 0.030394578, 0.004206886, -0.012765723, 0.00019320418, - 0.028709061, 0.001489507, -0.006168718, -0.0006812876, 0.026733413, - -0.021635413, -0.008793704, -0.003913302, 0.028653799, 0.023652509, - 0.01474137, 0.032218255, 0.013587758, -0.028266959, 0.018015696, - -0.015280183, 0.05990495, -0.004617904, -0.042690568, -0.0023659416, - -0.01006475, -0.03271562, -0.13196774, -0.0030273693, 0.01461703, - 0.0077229864, 0.0220637, 0.014492688, -0.021041337, 0.0028166794, - -0.008413772, 0.043574773, -0.02481303, -0.025268948, -0.005187802, - -0.0065970053, -0.0037026124, -0.017725566, 0.004800962, -0.018043328, - -0.029289322, 0.04946027, 0.0016673844, -0.002006733, -0.003775145, - 0.014699924, -0.00016039185, -0.010120013, -0.027893934, 0.006400131, - 0.0016268007, 0.0018150399, 0.034953766, -0.0050220136, 0.006106547, - -0.0026353481, 0.0008285113, -0.0006251612, -0.009553568, - -0.017559778, -0.00086046016, -0.023224222, -0.007011477, 0.024785398, - 0.0007080555, 0.020046607, -0.0047733304, -0.0032449667, - -0.0049494808, 0.026913019, -0.022920275, -0.0032346048, -0.017338727, - -0.014085124, -0.019991344, 0.009719358, 0.0060340147, -0.019466346, - 0.030891946, -0.009235808, -0.0051636244, 0.01932819, -0.0011553394, - -0.00797167, -0.019300558, 0.0012183737, 0.033544563, -0.002889212, - -0.025890656, -0.0037406057, 0.008800612, -0.0025179146, -0.01329072, - 0.009443043, -0.007895683, 0.027355121, -0.042773463, 0.00065581483, - 0.0044348454, -0.04119847, 0.020834103, 0.015280183, -0.004745699, - 0.0009912777, 0.0003045934, -0.022726856, 0.0057922397, -0.0017304186, - -0.001471374, -0.010209816, 0.027092623, -0.01655123, -0.0035817248, - 0.025503814, 0.035478763, -0.024080796, -0.025089344, 0.010955865, - 0.012157831, -0.01361539, 0.007923314, 0.011619018, -0.0011587933, - 0.000051134346, -0.023541983, 0.032024834, -0.00842068, -0.008876598, - 0.012703553, -0.0038476775, -0.0076124603, 0.014354531, -0.01568084, - 0.0066177286, 0.01261375, 0.0040652747, -0.022561068, -0.031334046, - -0.020751208, -0.013263089, -0.008241076, -0.0058164173, 0.021138048, - -0.011384152, -0.014838081, 0.010762444, -0.011833162, 0.015901892, - 0.009380872, -0.004514286, -0.006165264, 0.0014851897, -0.0021448901, - -0.00666263, 0.03887743, -0.02461961, -0.014022954, -0.01684136, - -0.024440005, -0.008869691, 0.018181484, 0.024398558, 0.004448661, - 0.022464357, -0.012993682, -0.023611061, -0.00090838346, -0.014520319, - -0.011073298, 0.0074812113, -0.031665627, 0.009726265, 0.0034055745, - 0.021773571, -0.0045833644, 0.0039512953, -0.029565636, -0.020999892, - -0.011798623, -0.007874959, 0.0045281015, -0.005132539, 0.00828943, - -0.03271562, 0.0031914308, 0.0012883156, 0.02068213, -0.003996196, - 0.0018357635, 0.0113219805, -0.0021362554, 0.00871081, 0.0036197181, - -0.00635523, -0.0069216746, 0.0059476667, 0.020640682, 0.008703902, - 0.0040445514, -0.014920975, 0.008869691, 0.014506504, -0.010624287, - 0.0013401246, 0.013864073, -0.006655722, -0.0036093562, 0.009657186, - 0.045923445, -0.0011380698, 0.00851739, 0.034898505, -0.021483442, - 0.0045695486, 0.010997311, 0.019908449, -0.031030102, -0.015473604, - 0.0006195486, 0.04158531, -0.029565636, 0.011080205, -0.005913127, - 0.011922965, 0.0010620833, -0.00086607283, -0.0012131927, - -0.014534135, -0.024218954, 0.015722286, -0.0010551754, -0.019051874, - -0.02578013, -0.002545546, 0.004175801, 0.02070976, 0.007854235, - 0.0046109958, -0.0085450215, 0.0024902832, -0.0011199366, - -0.020875549, -0.025918286, 0.0023279483, 0.0050600064, 0.011087113, - 0.006997661, -0.00080692425, 0.011087113, 0.025186053, 0.028349852, - -0.014838081, 0.00035575475, 0.024495268, 0.033489298, -0.023818297, - -0.021441994, -0.02945511, -0.00948449, -0.029013008, -0.014409794, - 0.026429469, -0.0018927533, 0.067199655, -0.012150924, -0.011543032, - 0.0024695594, 0.0005651492, 0.027189333, 0.01442361, -0.0069872993, - -0.01691044, -0.038103748, 0.007011477, -0.0022208765, -0.01706241, - -0.02435711, -0.029344585, 0.0040031043, -0.0038994863, 0.02532421, - 0.021732124, -0.014354531, 0.03194194, -0.01193678, 0.009297978, - 0.007909498, -0.012662105, -0.02339001, 0.009974948, 0.021690676, - -0.009774621, -0.038628746, -0.009712449, 0.0037060664, -0.034705084, - -0.013311444, -0.0008583015, 0.011819347, -0.018278195, 0.002098262, - -0.0055504646, -0.0024332933, -0.022961723, 0.0067455242, -0.02336238, - -0.014547951, 0.008869691, -0.009263439, -0.026249863, -0.012883157, - -0.03213536 - ], - "metadata": { - "chunkTitle": "Maximizing Strength", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28764&chunkSid=chunk_57134" - }, - "document": "Andy Galpin: Three to five is what I told you earlier. Right. I'm just saying, like, sometimes you can actually go quite higher in cases, but that's the general range.\n\nAndrew Huberman: And once somebody finishes the three by five workout for power or strength, if they decide they want to throw in some calf raises and curls and totally a forearm work or a little bit of jogging on the treadmill or something, that's okay. Absolutely.\n\nAndy Galpin: You have very little risk of interference for things like speed and power. Strength, you have a little bit of a risk only because now you're introducing fatigue, which if you're really pushing strength, that might compromise your recovery.\n\nAndrew Huberman: I could imagine doing the three to five routine for strength or for power, and then somebody finishing up with ten or 15 minutes of hypertrophy arm work and then being very seriously compromised if they try and come in the next day or even the next day.\n\nAndy Galpin: Correct.\n\nAndrew Huberman: And do those big compound movements for speed. Andy power.\n\nAndy Galpin: That's right.\n\nAndrew Huberman: Not just because they're sore, but the muscles may actually still be damaged. And I know later we're going to talk about the somewhat tenuous relationship between soreness and recovery.\n\nAndy Galpin: Yeah. So that's a really nice heuristic to pay attention to, is you can but just be careful. Energy starts to matter at that point. If you're really, truly trying to maximize strength, you would do nothing at all outside of that training. If you're just like, I kind of want to get stronger and some other things, and you're willing to lose strength, 5% of your strength gains, then you're totally fine. The same can be said, by the way, for supersetting. So supersetting is an idea that says, like, wait a minute, you're telling me, dude, I got to take five minutes in between each set?\n\nAndrew Huberman: Well, that's not so much a problem nowadays with phone, with smartphones, because people are filling their intersect intervals with social media and texting." - }, - "truncated_cells": [] - }, - { - "row_idx": 44, - "row": { - "id": "chunk_57133", - "embedding": [ - -0.02137861, -0.0057656467, 0.030495765, -0.0009751935, -0.013438923, - 0.021970633, -0.00047855196, -0.020931304, -0.01576097, -0.030337892, - 0.0039961557, 0.05065086, 0.01334683, 0.0045848894, -0.0069398256, - 0.003686988, 0.040389128, 0.0066503924, 0.01880002, -0.037257984, - -0.020299813, -0.015168946, -0.015445223, -0.02686469, -0.01953676, - 0.0424941, 0.009919675, -0.019931443, -0.0073673977, -0.028259233, - 0.03536351, -0.0014817021, 0.015261038, -0.007005606, -0.014405894, - -0.00840015, -0.007972577, 0.001963543, -0.004907213, -0.015642565, - 0.028943349, -0.010353825, -0.020063004, -0.020602401, -0.011393155, - -0.011491825, -0.0059268083, -0.029311718, 0.0027709967, 0.022470564, - 0.011044519, 0.007972577, -0.04138899, 0.009557883, 0.009492103, - 0.0026443696, -0.0043546585, 0.011761525, 0.024009824, 0.0025473435, - 0.0071569006, 0.02389142, 0.004029046, 0.016905546, -0.0076173632, - -0.005861028, -0.004200075, -0.0035981846, -0.004410572, -0.007235837, - 0.00044812856, 0.029916897, 0.0065122535, 0.008972438, 0.04262566, - -0.017418634, -0.00853171, -0.026049014, -0.005574884, 0.004052069, - -0.0057689357, -0.030785197, -0.011939132, 0.016181963, 0.005048641, - -0.030101083, 0.016208276, 0.021457545, 0.009288183, 0.015787281, - 0.0070911204, 0.01756335, 0.020918148, 0.002328624, -0.0033005285, - 0.008005467, -0.022773152, -0.0011075764, -0.01920786, 0.008012045, - 0.0016601313, 0.014984761, -0.013129756, -0.016471397, -0.024615003, - 0.006630658, 0.004864456, -0.013879651, 0.004861167, -0.03399528, - -0.00776208, 0.0061077042, -0.013320519, -0.032337613, 0.017181825, - -0.024088759, 0.03399528, -0.01090638, -0.0064892303, -0.03633706, - 0.023207303, 0.011182657, 0.034679394, -0.011623385, -0.000507742, - -0.034916203, -0.0431519, 0.026496321, 0.0007355064, -0.026746286, - 0.0074858023, -0.0019224304, -0.013813871, 0.0064431843, - -0.0070976983, 0.011787836, -0.01576097, -0.009867051, -0.036073938, - -0.035468757, 0.01545838, 0.009307918, -0.0054992363, -0.005397277, - 0.017339697, 0.003040696, 0.047493406, 0.01960254, -0.005857739, - -0.002147728, -0.007939687, 0.013629686, 0.00772919, 0.008985594, - 0.011689167, -0.010281467, -0.015603096, 0.033942655, -0.02070765, - -0.027285684, 0.009275028, 0.009446057, 0.0037001441, -0.017905409, - -0.0014331891, 0.021220736, 0.012938992, -0.003020962, 0.04238885, - -0.007380554, 0.0045355544, -0.0035356933, -0.041704733, 0.02693047, - 0.022075882, 0.011162924, 0.011932554, -0.007242415, 0.0018944738, - -0.026509477, 0.029048597, 0.0023763147, 0.040257566, 0.03633706, - -0.008433039, 0.0055354154, 0.014984761, -0.016773986, -0.012583779, - -0.025312275, -0.005400566, 0.0048151207, -0.017523883, -0.0021066153, - -0.6378062, -0.0034436006, 0.010097282, -0.02328624, 0.0414153, - 0.010353825, 0.013136334, 0.022062726, -0.012938992, 0.014918981, - -0.001846783, 0.018694771, 0.002706861, -0.00011275161, -0.015997779, - -0.010215687, 0.010445918, -0.0057755136, 0.0071569006, 0.02020772, - -0.031995557, 0.020141939, 0.004071803, 0.000018025354, 0.029548528, - 0.010919536, -0.01435327, 0.009847317, 0.032206055, 0.016089872, - -0.019049985, 0.0008374659, 0.018918425, 0.009853895, 0.042836156, - -0.02144439, -0.021128645, 0.025877984, 0.015616252, 0.02120758, - -0.0014882801, -0.0076568313, -0.010630103, -0.0025654333, - -0.011472091, 0.005295317, -0.0022792888, -0.005061797, -0.0037198782, - -0.0107419295, -0.015734658, -0.0016445084, 0.0056011956, - 0.0037593464, 0.020970771, -0.02111549, 0.004420439, -0.01933942, - -0.0144585185, 0.0035883174, 0.0336006, 0.016405616, -0.02693047, - -0.020997085, -0.010024924, -0.009406588, -0.015774125, 0.0065056756, - -0.001015484, -0.0044007045, 0.018905269, 0.008663271, -0.017550195, - -0.010959004, -0.003191991, -0.0015367932, 0.026167419, 0.010991895, - -0.0044072825, 0.020391906, 0.010695883, 0.0016576645, -0.017379165, - -0.0056735543, -0.003864595, -0.008702739, -0.0379421, 0.011853617, - -0.0039928667, -0.008248854, -0.008886924, -0.0013526082, - -0.0012046024, -0.024904436, -0.026851535, 0.0035455602, 0.0029222916, - 0.005624219, 0.014524299, -0.027654054, -0.014866357, 0.011149768, - -0.012550889, 0.028364481, -0.0077226115, 0.007604207, -0.02224691, - 0.0032298146, 0.02593061, -0.037994724, -0.004131005, -0.021957478, - 0.006801687, 0.019563073, 0.0067161727, -0.027680367, 0.007064808, - -0.009926253, 0.0063149123, -0.018076437, 0.023075743, 0.009998611, - 0.023930887, 0.009235559, 0.0057689357, 0.016471397, -0.0099657215, - -0.02181276, 0.0056965775, -0.00869616, 0.0024799188, -0.00940001, - 0.023799326, -0.0072292592, 0.019221015, 0.027627742, -0.015037386, - 0.004443462, 0.0043941266, -0.007926531, -0.022062726, -0.01916839, - 0.013235004, 0.0001416333, 0.00082801003, -0.040625937, -0.04604624, - 0.005074953, 0.008446195, -0.006775375, -0.0020079447, 0.002364803, - -0.0048907683, 0.015734658, -0.022194287, -0.00017421512, - -0.026167419, -0.030706262, -0.015247882, -0.028180297, 0.014747952, - 0.01576097, -0.021352299, 0.015379443, -0.013879651, -0.009880207, - 0.0045026643, -0.0035981846, -0.019392043, -0.029759025, 0.029259095, - -0.008492242, -0.004259277, 0.027259372, -0.012853478, 0.013629686, - -0.010176218, 0.0071569006, 0.009373698, -0.0022595546, 0.013392877, - 0.018563211, -0.02064187, -0.003673832, 0.028732851, 0.007341086, - -0.0059366757, -0.01066957, -0.04173105, 0.0138533395, -0.011932554, - 0.0044368836, 0.0075055365, -0.005196647, -0.019510448, 0.011623385, - -0.005818271, 0.02669366, 0.021602264, 0.028759165, 0.040231254, - -0.019115767, -0.0037757915, -0.0030818088, 0.01656349, 0.006578034, - 0.007183213, -0.026667349, 0.032916483, 0.03289017, -0.015116322, - -0.012537733, -0.009748646, -0.017826471, 0.010781397, 0.029653776, - 0.011925976, 0.045914676, -0.006459629, 0.01843165, -0.00037371455, - 0.008867189, 0.032442864, 0.017287074, -0.02391773, 0.007873907, - -0.0057393345, 0.009123733, -0.01739232, -0.02070765, -0.009038218, - 0.01478742, 0.01455061, -0.0062787333, 0.021286517, 0.014076992, - 0.005430167, 0.016773986, 0.03836309, -0.0057393345, 0.017102888, - 0.011432623, 0.00040578246, -0.030732574, 0.03478464, -0.0032446152, - 0.02552277, -0.010419605, -0.0115181375, -0.003670543, -0.012748229, - 0.0106629925, -0.023536205, -0.013142912, 0.0013353409, -0.0032067916, - 0.0035587163, -0.029285407, 0.012544311, 0.025799049, -0.0059235194, - 0.02920647, 0.01615565, 0.00086912274, 0.0009538149, 0.0068806233, - -0.0035685834, -0.0074923807, -0.028732851, 0.003489647, 0.004029046, - -0.009827582, 0.014682172, -0.012965305, 0.0107419295, 0.016339837, - 0.015353131, -0.003673832, -0.00067507074, 0.031127255, -0.0014447006, - -0.04696716, -0.0025210315, 0.010801132, -0.013438923, -0.028653916, - -0.048230145, -0.007919952, -0.006535277, 0.014142773, -0.01910261, - 0.017326541, -0.025812205, 0.010820866, -0.004838144, 0.02957484, - 0.0323113, -0.0033399966, 0.013998056, -0.019023674, -0.01702395, - -0.040494375, 0.004696716, -0.022352159, 0.034705706, 0.024207164, - -0.026680505, -0.036994863, 0.015247882, -0.016458241, -0.0001021137, - -0.0016050403, -0.02241794, 0.0014011213, 0.008492242, -0.0066503924, - -0.006035346, 0.0033416413, 0.027311996, -0.021431234, -0.016195118, - -0.009228981, -0.008985594, -0.002419072, 0.102354206, 0.04754603, - -0.018997362, 0.026785754, -0.030943071, 0.012366704, 0.015853062, - -0.026088482, 0.022141661, 0.020589245, 0.0019914997, -0.013465235, - 0.0058906293, -0.0047657853, 0.0025637888, -0.0027989533, 0.014274334, - -0.02047084, -0.0110905655, -0.010886646, 0.008761941, 0.0030226065, - 0.02051031, 0.030127395, 0.022049569, 0.020181408, 0.03931033, - 0.010024924, 0.031969246, -0.01806328, -0.017037109, 0.004696716, - 0.0072226813, 0.017852783, -0.028022423, -0.003519248, 0.0033465747, - -0.00060559023, 0.0039501092, -0.03757373, 0.014129616, 0.01990513, - 0.016195118, 0.007939687, 0.01806328, -0.010176218, 0.00034596346, - -0.0020803032, -0.010531432, -0.010735352, 0.0036508087, -0.00424941, - -0.0006898713, -0.0043612365, -0.0030226065, -0.024549222, - -0.020970771, -0.016708206, -0.009340808, -0.02593061, -0.0025950344, - 0.0063083344, 0.0042132307, 0.0152347265, -0.005190069, -0.012261455, - -0.029890586, -0.002208575, -0.013748091, -0.0025243205, -0.04475694, - -0.028180297, -0.0054860804, 0.0142874895, 0.008373837, 0.018865801, - 0.013577062, 0.003208436, -0.0031673233, 0.013267894, -0.02378617, - -0.026325291, -0.015287351, -0.025088621, -0.0036080515, 0.005689999, - 0.0015211704, 0.024509754, 0.005065086, 0.0037330342, 0.014432206, - -0.01066957, 0.019010518, -0.032074492, 0.014511143, 0.027364621, - 0.044941127, 0.012689027, 0.018207997, -0.011873351, -0.02311521, - -0.048256457, 0.024838656, -0.01726076, -0.004979572, 0.0033367076, - 0.016945016, 0.0059399647, -0.012787698, -0.045388434, 0.0037297453, - -0.029732713, -0.0070911204, 0.013524437, -0.0023006673, 0.021904852, - 0.015339975, 0.0017218003, 0.0036573869, -0.021299673, -0.014511143, - -0.013905964, 0.036284436, 0.015313663, -0.03662649, 0.015826749, - -0.018510588, -0.033337474, -0.017484413, 0.000038774426, - 0.00069028244, 0.028285546, -0.007939687, -0.015195258, -0.04449382, - -0.02137861, -0.025943765, 0.03178506, 0.007387132, -0.0057261786, - -0.014905824, 0.011031363, 0.018260622, -0.025641175, 0.022352159, - -0.018826332, -0.007354242, 0.031758748, -0.018550055, 0.0061011263, - 0.025706956, 0.004127716, -0.0047460515, -0.015195258, -0.0055419933, - 0.007176635, 0.0047197393, -0.012952149, 0.02074712, 0.022878401, - 0.032916483, 0.0037461903, -0.00028737786, 0.02619373, -0.020536622, - -0.006203086, -0.010432762, -0.0032577713, 0.00075729616, 0.019628853, - 0.021589108, -0.005479502, -0.01662927, 0.016274055, 0.0009291473, - 0.024904436, 0.0068608895, -0.027996112, -0.023338864, -0.035074078, - -0.026206886, 0.032100804, -0.0059235194, -0.012175941, -0.03128513, - -0.0029190024, 0.028075049, -0.0007034385, -0.000966971, -0.010781397, - 0.0031229216, 0.0023006673, 0.015195258, -0.0028170429, 0.025180714, - -0.029522216, -0.013307363, -0.020286657, 0.013313941, -0.004979572, - 0.0022118639, 0.024101917, -0.014076992, 0.012919258, -0.01348497, - -0.017418634, -0.031364065, -0.021799603, -0.0016757541, -0.015024229, - -0.00966971, -0.011504981, 0.018050125, -0.0060945484, -0.008814565, - 0.008255432, -0.008735629, 0.01830009, -0.02669366, 0.0048513, - 0.022391627, -0.0139849, 0.023759859, 0.0297064, 0.039257705, - -0.007939687, -0.0011486892, -0.0067293285, -0.034179464, - 0.0015030807, 0.02133914, 0.020326125, -0.00061627955, -0.02773299, - -0.02669366, 0.0051999358, -0.0038744619, -0.014090149, -0.015853062, - 0.030706262, 0.005222959, 0.0051341555, -0.004341502, 0.017944876, - -0.016616113, -0.0064958083, -0.0056965775, 0.024417661, - -0.0018023812, -0.01552416, -0.033311162, 0.021023396, -0.022286378, - 0.009992033, -0.011333953, -0.012491686, -0.009472368, -0.0045519993, - -0.008873767, 0.01662927, 0.0010204175, 0.020102471, -0.02493075, - 0.004269144, 0.047756527, 0.030022146, -0.02315468, -0.01080771, - 0.0072292592, 0.03462677, -0.017576506, 0.00431519, 0.015668876, - -0.034074217, -0.0007383843, -0.027680367, -0.01719498, -0.018326402, - 0.0010401516, -0.012169363, 0.024430817, 0.0020655026, -0.02187854, - -0.0022562656, -0.008229121, -0.002917358, -0.010682727, -0.01251142, - 0.021470703, -0.037389543, -0.04362552, -0.022023257, 0.011123455, - -0.00087405625, 0.004032335, -0.015603096, 0.00027751082, 0.03462677, - -0.0068345773, 0.00545319, -0.017537039, -0.015261038, -0.014208553, - 0.02870654, -0.021957478, 0.0047624963, 0.0020983927, -0.01565572, - -0.013156068, 0.0003457579, 0.019642008, 0.020260343, -0.006466207, - 0.00980127, -0.0012481819, 0.00022324202, 0.01411646, -0.013721779, - -0.013840184, -0.005397277, -0.0023631586, -0.0039336644, - 0.0065484326, -0.0074660685, -0.008840878, -0.008992172, 0.0062754443, - 0.025785893, -0.01780016, -0.012978461, 0.010643259, 0.02552277, - -0.029180158, -0.018471118, -0.0053216293, 0.0021049709, -0.023088899, - 0.036942236, 0.0123864375, 0.00966971, 0.0007733301, 0.0045816004, - 0.021602264, 0.013590218, -0.004311901, -0.016181963, 0.02469394, - 0.0045092423, -0.026785754, 0.015695188, -0.014090149, 0.02920647, - 0.032574423, -0.032337613, -0.0043776813, 0.012090426, -0.02679891, - -0.02823292, 0.02151017, 0.026825221, -0.008044936, -0.0125772, - -0.015313663, 0.0043711034, 0.0171292, -0.00431519, 0.008643537, - 0.018352715, 0.0097026, 0.0058084037, -0.018392183, -0.002558855, - -0.03965239, -0.024365038, 0.0016889102, -0.010518276, 0.007216103, - 0.0148532, 0.014366426, -0.0019914997, -0.008446195, -0.0009957498, - 0.035731878, 0.03833678, 0.024720252, -0.04091537, -0.009130311, - 0.006749063, 0.004700005, 0.005042063, 0.031258818, 0.021760136, - -0.008656693, -0.01090638, -0.021036552, -0.02910122, 0.01933942, - -0.006212953, 0.01612934, 0.009439479, 0.022352159, 0.0067161727, - 0.014063836, -0.0029453146, -0.006413583, -0.006176774, -0.009945987, - -0.0016905547, 0.013103443, -0.0048907683, -0.011498403, -0.028548667, - 0.03733692, 0.013392877, -0.010926114, -0.009998611, 0.011728634, - -0.016195118, 0.028785476, -0.00976838, -0.008097559, -0.002348358, - -0.0066997274, -0.006643814, 0.010689305, -0.004867745, -0.0051637567, - -0.022036413, -0.021418078, -0.012833744, -0.019563073, -0.025285961, - -0.0030308291, -0.00896586, 0.00088639004, 0.0019174969, 0.19660428, - 0.00016301191, -0.011616807, 0.0019059853, 0.009636819, 0.00388104, - 0.019826194, -0.0019997223, 0.015774125, 0.013228426, 0.018760553, - 0.0048874794, -0.030469453, -0.00039941, -0.0037165892, -0.0057689357, - -0.041362677, -0.02365461, 0.0031656788, 0.010189374, -0.0001099765, - -0.02124705, -0.026641037, -0.011235282, 0.026772598, 0.0066898605, - -0.0034337337, -0.0036376526, -0.0112681715, -0.008768519, - -0.014945293, -0.013511281, -0.0039862883, 0.00816334, -0.013866495, - -0.007965999, -0.0053380746, -0.019273639, 0.0063675367, 0.007821282, - 0.036652803, 0.0096236635, 0.0016157295, -0.0004411394, 0.018050125, - 0.0046112016, 0.007867329, 0.022404782, 0.01391912, 0.0128469, - -0.025378054, -0.025509614, 0.01970779, 0.027285684, -0.004285589, - 0.012708762, 0.00117089, -0.0069398256, 0.011366842, 0.036231812, - -0.022220599, 0.012294346, -0.002050702, 0.029548528, -0.007591051, - 0.020931304, -0.0020819476, 0.008926392, -0.01478742, -0.020523466, - -0.02910122, -0.009696022, -0.017326541, -0.00431519, -0.009084265, - -0.016352993, 0.03583713, 0.0064727855, 0.022878401, 0.021641731, - -0.002325335, 0.00782786, -0.00960393, 0.002442095, -0.0059235194, - -0.022010101, 0.0010763308, -0.0011273106, -0.014813732, 0.018457962, - 0.013156068, -0.02261528, 0.0028828233, -0.015129478, -0.0016346414, - -0.008229121, 0.009242138, -0.012485108, -0.028653916, -0.04017863, - -0.020431373, 0.048440643, 0.009985455, 0.0047657853, 0.011452357, - -0.01669505, 0.013399455, 0.026206886, 0.01151156, 0.01435327, - -0.007242415, -0.032863855, -0.0133336745, -0.021931164, 0.001552416, - 0.0013624752, 0.00088145654, -0.00006064125, 0.009340808, - -0.007452912, 0.008610646, -0.01602409, 0.020063004, 0.014563767, - 0.018957894, -0.02552277, -0.045046374, -0.007906796, -0.006203086, - -0.015550472, 0.00960393, -0.014905824, 0.014445363, -0.028364481, - 0.0065089646, -0.022233754, -0.01164312, -0.034442585, -0.020865524, - 0.013208692, -0.00014769741, -0.0034271555, 0.0025308984, - -0.021865385, 0.030890446, 0.0033679532, -0.0063149123, 0.01903683, - -0.017510725, -0.021049708, -0.01448483, 0.030864134, -0.0038415717, - -0.013945431, -0.0015269261, -0.0031360777, -0.021786448, - -0.014747952, 0.000068915186, 0.004265855, -0.020168252, 0.012524577, - 0.009176358, 0.00890008, 0.0023697368, -0.024194008, -0.16471396, - 0.010182796, 0.032837544, -0.024680782, 0.020918148, -0.008419883, - 0.044941127, 0.014918981, -0.009551305, -0.029759025, 0.0022858668, - 0.005265716, -0.013412611, -0.027759302, -0.030732574, 0.00025716002, - 0.018352715, 0.012761385, 0.032153428, 0.020786587, 0.03031158, - -0.016300367, 0.0006684927, -0.0010993539, -0.005647242, -0.011301062, - 0.005269005, 0.036047626, 0.0128995245, -0.013498126, -0.00086665596, - 0.0011330664, 0.028390793, -0.015800437, 0.015734658, 0.015366287, - 0.0043743923, -0.011636542, -0.033442724, 0.010268311, 0.042362537, - 0.012504842, -0.020997085, -0.0075121145, 0.006887201, 0.028022423, - 0.004453329, 0.0009595707, 0.019142078, -0.014997917, 0.0055551496, - -0.008617224, 0.0051670456, 0.0058116927, 0.01693186, -0.025956921, - 0.0025522772, 0.025035996, -0.013386299, -0.011715478, -0.0022529766, - -0.017681755, 0.019760413, -0.021089176, -0.011649698, -0.02124705, - -0.005851161, 0.017523883, -0.010176218, 0.017681755, 0.010945848, - -0.0031443, -0.03428471, -0.034968827, 0.019944599, -0.00028963905, - 0.0000930689, -0.005078242, 0.021786448, 0.009906519, -0.005680132, - 0.018036969, -0.005640664, -0.0132481605, 0.0043875487, -0.006226109, - -0.015366287, 0.009025062, -0.015445223, -0.005055219, 0.013221848, - -0.0176686, 0.00043826152, -0.009242138, -0.0009891718, -0.0053084735, - 0.0034139995, -0.01816853, 0.0152347265, -0.002917358, 0.023470424, - -0.0053117624, -0.0140243685, 0.01565572, 0.032390237, 0.0113471085, - -0.01023542, 0.014300645, 0.030601013, -0.012537733, -0.0014562123, - 0.01391912, 0.016339837, 0.032969106, 0.01743179, 0.030416828, - 0.012616669, -0.008044936, 0.013070554, 0.012057536, 0.046625104, - 0.012307501, -0.02372039, -0.00816334, -0.00091187994, -0.01589253, - -0.12366704, 0.013116599, 0.020089315, 0.018457962, -0.014537455, - 0.012221986, -0.010274889, 0.006245843, 0.00779497, 0.02946959, - -0.020010378, -0.013366565, 0.025470147, 0.0074858023, 0.011110299, - 0.0019668322, 0.004700005, -0.042099416, -0.014169085, 0.025443835, - 0.0018056703, 0.0068674674, 0.008702739, 0.012656137, -0.015182102, - 0.00813045, -0.026706817, 0.033916343, -0.0033909765, -0.030101083, - 0.023562517, -0.0136823105, 0.0040126005, -0.014761108, -0.0048118317, - -0.008143606, -0.014826888, -0.009656554, 0.007814704, -0.005459768, - 0.0009875273, 0.027890863, 0.0065846117, 0.015313663, -0.0038251267, - -0.019799883, -0.0144585185, 0.03460046, -0.018721085, 0.010584056, - -0.011162924, -0.0097946925, -0.039783947, 0.014326958, 0.0041638953, - -0.024943905, 0.0004440173, 0.008038357, -0.0025539217, 0.002451962, - -0.019642008, -0.007354242, -0.01639246, 0.02475972, 0.04928263, - -0.0049762824, -0.023970354, 0.0008156762, -0.0015014362, - -0.030601013, -0.01093927, 0.024904436, 0.0035883174, 0.031758748, - -0.061307274, 0.0034337337, -0.022681061, -0.031153569, 0.028390793, - 0.008123872, -0.011978599, -0.006847733, 0.021562794, -0.028864412, - 0.022496875, 0.0022908002, 0.0061175716, -0.0015425489, 0.0026049013, - -0.023075743, -0.0033251962, 0.037784226, 0.013031085, -0.022154817, - -0.02910122, 0.0025012973, 0.0074594906, 0.002435517, -0.0024503176, - 0.017708067, -0.022075882, 0.00772919, -0.027575118, 0.0061077042, - 0.0012120027, -0.0015779058, 0.007518693, -0.017839627, 0.018142218, - 0.011136611, 0.009610508, 0.02044453, -0.009275028, -0.00043332798, - -0.022273222, -0.01093927, -0.029864274, -0.017050264, 0.023299396, - -0.004861167, 0.021852229, -0.015366287, -0.00018870734, 0.012373282, - 0.009577617, -0.0068674674, -0.025851673, -0.014326958, -0.017234448, - 0.009228981, 0.0020589246, 0.0025884563, 0.017550195, -0.02820661, - 0.008123872, 0.020786587, -0.0017152224, -0.014576923, -0.0059596985, - 0.018628992, 0.01873424, 0.019760413, -0.01730023, -0.027206749, - -0.017287074, -0.030785197, -0.010268311, 0.027785614, -0.017050264, - 0.0074002882, -0.004979572, 0.026483165, 0.012235143, 0.009215825, - -0.01023542, -0.018286934, -0.0024947193, 0.00225791, 0.0053545195, - 0.00002498882, 0.028153984, -0.019155234, 0.040231254, 0.0003204736, - 0.012083848, -0.018273778, -0.001730023, -0.004667115, -0.0086764265, - 0.0024174275, 0.0256938, -0.041231114, -0.011873351, 0.00080457574, - 0.013103443, 0.004285589, 0.012531155, -0.01615565, 0.0071108546, - -0.0033843983, -0.0060846815, -0.004341502, 0.012537733, 0.023878263, - -0.019957755, 0.013721779, 0.034074217, 0.005680132, -0.0032429707, - 0.022062726, 0.003864595, 0.004311901, 0.01662927, 0.018681616, - -0.012662715, -0.0037988145, 0.004308612, 0.021523327, -0.03499514, - 0.0146295475, -0.004469774, 0.006887201, 0.008143606, 0.0063708257, - 0.0035225372, -0.011156346, -0.004736184, -0.0002719606, -0.01010386, - -0.02907491, -0.014958449, 0.00066931493, -0.004068514, 0.009090843, - 0.01214305, 0.000029832412, 0.0072226813, 0.005864317, -0.0084133055, - -0.034337338, -0.0031689678, 0.012669293, 0.0076831435, 0.0027249504, - 0.002535832, 0.004910502, -0.010991895, 0.033442724, 0.016300367, - -0.00568671, 0.02489128, -0.019615697, 0.039547138, -0.013261316, - -0.030390516, -0.019010518, -0.012971883, -0.031863995, -0.023259928, - 0.0029190024, -0.010064391, 0.06546459, 0.008840878, -0.0011042875, - 0.015168946, 0.005403855, 0.008715895, 0.020826055, -0.0025160979, - -0.0035521383, -0.031653497, 0.00772919, 0.007387132, -0.009097421, - -0.011616807, -0.017076576, 0.046914537, -0.017865939, 0.026075326, - 0.025614863, -0.014879513, 0.018313246, -0.0021987078, 0.015826749, - 0.0016601313, -0.016879234, -0.010432762, 0.013827027, 0.00058626727, - -0.01271534, -0.026154263, -0.010544588, 0.020904992, -0.047230285, - -0.009761802, 0.021154957, -0.017997501, -0.046151485, 0.0073608197, - 0.015353131, 0.027706679, 0.013734935, -0.004298745, 0.0007248171, - -0.015550472, 0.0033284852, -0.0033942654, 0.006387271, -0.014340114, - -0.036231812 - ], - "metadata": { - "chunkTitle": "Strength Training Tips", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28764&chunkSid=chunk_57133" - }, - "document": "Andrew Huberman: I can easily think of a push in a pull. So, for example, bench press or shoulder press, row or chin for pull and then squat or deadlift for hinge. What would be a good example of a quality rotational movement?\n\nAndy Galpin: Yes. So anytime you can use a cable machine, like at the gym, and you can do it's kind of hard to describe this exercise, but basically you're going to stand facing the cable and you're going to pull it towards yourself and then rotate like you're pivoting, like you're either swinging a golf club or hitting a baseball bat. So you're facing one direction. I'm facing you right now. I'm pulling the cable towards myself. And then I'm going to spin, do a 180 degree pivot and face exactly away from you when I finish and then return it back to that same spot. So that's a rotation.\n\nAndrew Huberman: Great. We will provide a link to an example of that that you consider a.\n\nAndy Galpin: Quality example, a medicine ball throw. Any number of things like this are a great rotational exercise. All right? So we select our exercises based on that. We generally then, because of that is the case, we don't worry about things like eccentric versus concentric because you're generally doing a whole body athletic movement which the eccentric concentric portion is going to be folded into that and you really can't separate them out. So that's exercise choice. Our first variable. The next one is exercise order. So because everything driving power andy strength is quality based, you want to do these at the beginning of your workout. You would not want to do anything fatiguing before this. So no cardiovascular training, no other repetition to failure stuff. If you do those before and now you're slower, all you've done is practice getting slower. These need to be done when you're fresh. You also need to do them when you're very fresh because they are the most neurologically demanding.\n\nAndy Galpin: They're complicated, they tend to have multiple steps and they're often in multiple planes. And coordination is a difficult thing. And if you're trying to do all that at maximum speed, your nervous system needs to be tremendously fresh. So any amount of fatigue here is only going to compromise results to kind of recap. That one of the major mistakes when training for strength Andy, especially power, is people worry way too much about fatigue. Those things should not be part of the equation. In fact, if they are, that's a very good sign you're not doing this correctly. These are non fatiguing movements, especially speed and power. So choice order is next. The next one after that is volume. And we sort of hit volume and intensity, which is the other one we talked about, that the volume is basically identical between power and strength. The general number we're going to look at here is something like three to 20 sets total per workout? Per workout. But that would be like 20 would be a little bit of a special case." - }, - "truncated_cells": [] - }, - { - "row_idx": 45, - "row": { - "id": "chunk_57132", - "embedding": [ - -0.037161797, -0.0037402685, 0.032187793, -0.013007931, -0.04062537, - 0.0076758517, 0.0010172619, -0.027630461, -0.015807437, -0.033854477, - 0.011191509, 0.039219107, 0.0058431523, -0.0048177526, 0.00024149798, - -0.0010864357, 0.04369832, -0.001832699, 0.016562652, -0.02679712, - 0.0020491723, -0.014974096, -0.0015755353, -0.015963688, -0.013750126, - 0.039609738, 0.03744826, -0.021588739, -0.010494888, -0.0281513, - 0.029219018, 0.0047428817, -0.002981798, 0.0045052497, -0.02201843, - -0.001987323, -0.008990968, 0.0059277886, 0.013737105, -0.0026644124, - 0.031120077, -0.010898537, -0.005699922, -0.018294439, 0.014570446, - -0.02394553, -0.0054460135, -0.034349274, -0.0075521525, 0.0063346936, - -0.0032568658, 0.015520975, -0.020859566, -0.00048096143, 0.00109376, - -0.011647242, -0.017669432, 0.018567879, 0.014687634, -0.000060933988, - 0.009049562, 0.02487002, 0.0014469534, 0.020442896, -0.013593875, - 0.005335335, 0.0023030809, -0.007011783, 0.010774838, 0.013672, - 0.0072591812, 0.022096556, -0.002965522, -0.003170602, 0.04789106, - -0.011738389, 0.007812572, -0.013606896, -0.010097749, 0.011497501, - -0.007285223, -0.025208564, -0.008678465, 0.017617349, 0.008099033, - -0.01845069, 0.015547018, -0.0019173352, 0.006097061, 0.0044466555, - -0.0016642405, 0.0066504516, 0.03320343, 0.00546229, -0.0078255925, - 0.010032644, -0.04513062, -0.0042448305, -0.025794506, 0.015950667, - -0.002926459, -0.0012516391, -0.024622621, -0.013476686, -0.02924506, - 0.02322938, 0.01627619, -0.006471413, 0.013190225, -0.01039072, - -0.005354867, 0.0107943695, -0.019192884, -0.053802576, 0.005699922, - -0.009908945, 0.013333456, -0.0035905277, -0.008392004, -0.018945485, - 0.027838796, 0.016211085, 0.028411718, 0.00001895922, 0.004264362, - -0.021393426, -0.041094128, 0.017591307, 0.0030762001, -0.028177341, - 0.014987117, -0.008847738, 0.005589244, 0.002281922, -0.0014038214, - 0.002363303, -0.0071289716, 0.0073959013, -0.04364623, -0.046432715, - 0.0145183625, 0.008157627, -0.000024770328, 0.00181154, -0.0062956307, - 0.008802164, 0.040989958, 0.01695328, -0.002610701, 0.014935032, - -0.015924625, 0.01846371, -0.0058691944, 0.015664207, 0.008372473, - -0.0042448305, -0.018073082, 0.03320343, -0.028099215, -0.020442896, - 0.026536701, 0.011523543, 0.020872587, -0.02269552, 0.0066732382, - 0.024231993, 0.03187529, -0.013580853, 0.024752831, -0.008737059, - 0.009323002, 0.006246802, -0.04645876, 0.018854339, 0.011464949, - 0.017708495, 0.011868598, -0.016145982, -0.0017448077, -0.0063639907, - 0.029948192, 0.0019466324, 0.04333373, 0.01654963, -0.017669432, - 0.015664207, 0.014101692, -0.020390812, -0.0076367888, -0.016510569, - 0.008776122, 0.02229187, -0.0210679, -0.0145183625, -0.6275057, - -0.0012272248, 0.010761817, -0.041224334, 0.02256531, 0.0054167164, - 0.008535234, 0.007877677, -0.019257989, 0.026172115, -0.00505864, - 0.010507909, 0.016419422, -0.01188813, 0.0023942275, -0.007669341, - 0.009017009, -0.018242355, -0.014179817, 0.014427216, -0.037682638, - 0.0041862363, -0.004827518, 0.0037012058, 0.02773463, 0.0097592035, - -0.005784558, 0.0105209295, 0.022239788, 0.035521157, -0.016979322, - -0.002011737, 0.022604374, -0.016367337, 0.04072954, 0.006285865, - -0.017161615, 0.030677363, 0.010612076, 0.028828388, 0.002534203, - -0.010045665, 0.009739673, -0.0022282104, 0.010455824, 0.025625234, - 0.00073487003, -0.012799596, 0.0056120306, -0.0046256934, - -0.0040657925, -0.012793086, -0.0048437943, -0.012675897, - -0.0030355095, -0.032161754, -0.011321718, -0.018945485, -0.026614826, - -0.0035449544, 0.01682307, 0.020703314, -0.017187657, -0.011842556, - -0.016601715, 0.0070899087, -0.010201916, 0.0018994315, -0.008177158, - -0.0043099355, 0.0035612306, 0.0048405393, -0.013190225, -0.011530054, - -0.009635505, 0.013685022, 0.005533905, 0.0011946724, 0.0023209848, - 0.017838705, 0.010045665, 0.01790381, -0.023216357, -0.021653844, - 0.007780019, -0.004248086, -0.053802576, 0.011393334, 0.0035449544, - -0.0066732382, 0.0069466783, 0.00071859383, -0.0073568383, - -0.027552336, -0.020390812, 0.0010888772, -0.004759158, 0.009251387, - -0.012513136, -0.029401312, -0.017825684, -0.011230571, -0.009264408, - 0.027396085, 0.004746137, -0.005276741, -0.009427169, 0.019075695, - 0.030104442, -0.020508, 0.025716381, -0.03187529, 0.0016129705, - 0.026328366, 0.008424556, -0.02773463, 0.01162771, -0.015221493, - 0.002862982, -0.018711109, 0.022916876, 0.009518316, 0.0018587409, - -0.0002575707, 0.020989776, 0.035469074, -0.010045665, -0.02417991, - 0.0038086285, -0.009804777, 0.013092568, -0.02065123, 0.036068037, - -0.017526202, 0.022109577, 0.012832149, -0.025338775, 0.01107432, - -0.0008231683, -0.026354408, -0.007011783, -0.014908991, 0.019492365, - -0.025937738, -0.012623814, -0.04604209, -0.042734765, -0.0032959287, - 0.011432396, -0.014804823, 0.0053288247, -0.00806648, -0.010507909, - -0.000016403348, -0.028802346, 0.000110169465, -0.014440237, - -0.039844114, -0.02322938, -0.015013158, 0.01147146, 0.016784009, - -0.018750172, 0.024271056, -0.019244967, -0.018672045, -0.013450644, - 0.0019547704, -0.018242355, -0.01722672, 0.015403787, -0.014531383, - -0.015703268, 0.017213698, -0.028515887, -0.005807345, -0.0051204897, - 0.0029069276, 0.005234423, -0.005455779, 0.018802255, 0.015573059, - -0.028255466, -0.015390766, 0.027995048, -0.008567787, -0.009563889, - 0.00072225597, -0.037943054, 0.012343863, -0.0050228327, 0.020950712, - 0.0035416991, 0.0012638462, -0.012747512, 0.0138282515, 0.021666866, - 0.024492411, 0.018112145, 0.03815139, 0.047213975, -0.026875246, - 0.012636835, -0.0077669984, 0.02390647, 0.0076888725, 0.010026134, - -0.020911649, 0.010826922, 0.025351794, -0.016836092, -0.010761817, - -0.004182981, 0.0020589381, 0.0010872495, 0.016198065, 0.011770941, - 0.041094128, -0.030521113, 0.023034066, 0.01516941, 0.015130347, - 0.009153729, 0.018229334, -0.02240906, 0.00916024, -0.0011075948, - 0.013105589, -0.033021137, -0.0147266975, 0.0038249048, 0.012688918, - 0.025729403, -0.009225345, 0.024883041, 0.0072201183, 0.0031836228, - 0.003636101, 0.03744826, 0.0053385906, 0.024896061, 0.020560084, - -0.009101646, -0.014531383, 0.027916923, -0.006237036, 0.015091284, - -0.009856861, -0.0116212005, 0.00032735488, -0.009323002, - 0.0048796018, -0.02147155, 0.007936271, -0.0045443126, -0.0052604647, - 0.0006441302, -0.0048437943, 0.022591352, 0.037370134, -0.033880517, - 0.0320055, 0.016966302, 0.0014266081, 0.02199239, 0.010755307, - 0.0011743271, 0.0026253494, -0.017122552, 0.002124043, 0.009381596, - -0.007487048, 0.0047493926, -0.017669432, 0.005524139, -0.0006083226, - 0.013789189, -0.018489752, -0.00072795263, 0.032448214, -0.0122396955, - -0.033463847, 0.0010498143, 0.015078263, -0.023476778, -0.01846371, - -0.030416945, -0.0038476915, -0.010755307, 0.014049607, -0.008216221, - 0.0183335, -0.018815277, -0.008665444, -0.007916739, 0.032318003, - 0.014231901, 0.0035351885, 0.032057583, -0.02570336, 0.0015673972, - -0.00806648, 0.00085938285, -0.014974096, 0.026953371, 0.016901197, - -0.03541699, -0.038177434, 0.012389436, -0.0218752, 0.0134115815, - -0.018229334, 0.002208679, -0.0034082343, 0.0218752, -0.000867521, - -0.016106918, 0.0057617715, 0.029817982, -0.016562652, -0.010045665, - -0.010957131, -0.017981935, -0.0039876667, 0.08869873, 0.047526475, - -0.009531337, 0.030729448, -0.015403787, 0.024349181, 0.01872413, - -0.014127733, 0.036693044, 0.003990922, 0.0029378524, -0.02487002, - 0.006751364, -0.006233781, -0.007037825, -0.00027282964, 0.013997524, - -0.017031405, -0.025599193, -0.013385539, 0.0076107467, 0.0059538307, - 0.020833524, 0.022643436, 0.020703314, 0.022252807, 0.02335959, - 0.00167482, 0.017695475, -0.020599147, -0.016875155, 0.025508046, - 0.020078309, 0.024205951, -0.016562652, -0.018203292, -0.0019205905, - -0.008229242, -0.009362065, -0.006038467, 0.018685067, 0.021315299, - 0.0191408, 0.017565265, 0.008951905, -0.0040950896, 0.003909541, - 0.013450644, -0.012819128, -0.011744899, 0.010078217, 0.005084682, - -0.01352877, -0.010371189, 0.00124757, -0.025508046, -0.001602391, - -0.020989776, -0.008580808, -0.015911603, -0.008040438, 0.012916785, - -0.007350328, 0.012526156, -0.010052175, -0.013242309, -0.019739764, - 0.0047331164, -0.008463619, -0.0005529836, -0.038776398, -0.023463756, - -0.021458529, 0.006666728, 0.021823116, 0.018242355, 0.016106918, - -0.0017122553, 0.014778781, 0.009231855, -0.017838705, -0.025208564, - -0.012610792, -0.02856797, -0.012207143, 0.009635505, -0.0044629313, - 0.008287836, 0.013958462, 0.034010727, -0.00943368, 0.0032194306, - 0.020729357, -0.029609647, 0.010735775, 0.028802346, 0.02157572, - 0.01039072, 0.01298189, -0.0034472973, -0.019505387, -0.04494833, - 0.011497501, -0.036849294, -0.020468937, 0.011380313, 0.012838659, - -0.0048210076, -0.014661592, -0.044766035, -0.0039811563, - -0.023411673, 0.0015201962, 0.014297006, 0.02239604, 0.020989776, - 0.02337261, 0.0049674935, 0.0023486542, -0.029427353, -0.019388199, - -0.025872633, 0.028854432, 0.017174637, -0.050495256, 0.024544496, - -0.011796983, -0.04369832, -0.015742332, -0.010970153, -0.023151254, - 0.02432314, -0.0039486038, -0.0077669984, -0.013326945, -0.014479299, - -0.032057583, 0.020195497, 0.0050749164, -0.011569116, -0.009290449, - 0.004905644, 0.009231855, -0.02063821, 0.029635688, -0.026067946, - -0.00833992, 0.0347399, -0.018099124, 0.010332126, 0.03625033, - -0.0046126726, -0.00553065, 0.004622438, -0.015117326, -0.0006473855, - 0.009323002, -0.014049607, 0.021133006, 0.02078144, 0.033828434, - 0.016510569, -0.0061035715, 0.035859704, -0.010416762, -0.00039713905, - 0.004485718, -0.008919353, -0.0027571868, 0.034505524, 0.029088808, - -0.015911603, -0.01080088, -0.0028076428, 0.030390903, 0.031120077, - -0.0036491218, -0.024687726, -0.024310118, -0.026146073, -0.015703268, - 0.024648663, -0.011582137, -0.0051725735, -0.032864884, -0.017721517, - 0.022252807, 0.0073177754, 0.00094157766, -0.014049607, -0.008216221, - -0.006175187, 0.016836092, 0.0058496627, 0.02514346, -0.017669432, - -0.013066526, -0.023294484, 0.020494979, -0.00038228702, 0.014674613, - 0.039609738, -0.024010636, 0.018906424, -0.01380221, -0.01147797, - -0.03075549, -0.0041634496, 0.001192231, -0.02132832, -0.024531474, - -0.015195452, 0.011842556, -0.01121755, -0.004417358, 0.012155059, - 0.0019271009, 0.0077018933, -0.032864884, 0.0052409335, 0.024166888, - -0.00331546, 0.033437807, 0.0020019715, 0.028255466, -0.01065114, - 0.012233185, 0.00033732405, -0.0031510706, 0.011601669, 0.027265875, - 0.02636743, -0.009837329, -0.016067855, -0.023893448, -0.0013623171, - -0.0054980973, 0.0022200723, -0.037161797, 0.04453166, -0.0056380723, - 0.008815185, 0.0059831277, 0.015937645, -0.023880428, 0.0020328963, - -0.0021842648, 0.023854384, 0.0012890743, -0.02363303, -0.022578333, - 0.027682545, 0.00011596786, 0.0109310895, -0.0012760534, -0.019648617, - -0.008483151, 0.0020703315, -0.007285223, 0.0117579205, -0.0020263856, - 0.021653844, 0.0050098114, 0.008958415, 0.037656594, 0.011849067, - -0.009856861, -0.0074024117, -0.00492192, 0.031224243, -0.025156481, - 0.0026692953, 0.021914262, -0.03265655, -0.0054069506, -0.024752831, - -0.0052930173, -0.026823163, 0.0030696895, -0.014166797, 0.024114804, - 0.016914217, -0.018580899, -0.008457108, -0.0036035485, -0.013867315, - -0.007070377, -0.012610792, 0.008151116, -0.02953152, -0.02065123, - -0.012649856, 0.011862088, 0.004088579, 0.0056250514, -0.023685113, - -0.002731145, 0.030833615, 0.00191408, 0.015625143, -0.031797167, - -0.016080877, -0.031146118, 0.024271056, -0.036068037, -0.0031006143, - 0.010631608, -0.00792976, -0.018437669, -0.015533997, 0.0051237447, - 0.032370087, -0.011263124, 0.007311265, -0.0016992344, 0.020989776, - 0.025156481, -0.01572931, -0.017317867, -0.0027734628, -0.0043815505, - 0.006920636, 0.008776122, -0.01873715, 0.018203292, -0.012213654, - 0.0065658153, 0.01476576, -0.04059933, -0.0031543258, -0.003906286, - 0.017708495, -0.025807528, -0.013502728, -0.01667984, -0.020716336, - -0.022096556, 0.012649856, 0.023763238, 0.00875008, -0.006530008, - 0.011386823, 0.019791847, 0.013359497, -0.01571629, 0.009134199, - 0.010436294, 0.005755261, -0.017018385, 0.010481867, -0.020573106, - 0.028541928, 0.026120031, -0.027031498, -0.0077018933, 0.009921966, - -0.043594148, -0.05000046, 0.013027463, 0.018984549, -0.009368575, - -0.019635597, -0.008164138, 0.00806648, 0.013151162, -0.012493604, - -0.0018131676, 0.0027832286, -0.020677272, 0.0073373066, - -0.0032845354, -0.010839943, -0.028125258, -0.023294484, 0.023021044, - -0.013053505, 0.0014436981, 0.006341204, 0.0132748615, 0.033672184, - -0.011093851, 0.025299711, 0.019596534, 0.017057449, 0.03760451, - -0.038047224, -0.00039327345, 0.008496172, -0.008437578, 0.0045312913, - 0.016914217, 0.02024758, -0.010351657, -0.0026058182, -0.0018912933, - -0.013216266, 0.014466278, 0.013606896, 0.032057583, 0.0082422625, - 0.014049607, 0.005423227, 0.028515887, 0.010631608, -0.012207143, - -0.005029343, 0.005973362, 0.011009215, 0.013033973, 0.0013737105, - -0.0090690935, -0.035495117, 0.012122507, 0.0011295676, -0.010416762, - 0.0022737838, 0.010358168, -0.016588693, 0.020026226, -0.006998762, - -0.012395947, 0.012760534, -0.0044759526, 0.0010042409, 0.021393426, - -0.0058887256, -0.0024007382, -0.016757965, -0.014270964, 0.007070377, - -0.016797028, -0.0133464765, 0.0007344631, -0.002516299, -0.010306084, - -0.0056217965, 0.20916858, -0.011178488, 0.009114667, 0.017734537, - 0.005032598, 0.005794324, 0.027552336, 0.0122396955, 0.016588693, - 0.006012425, 0.012506625, -0.0067708953, -0.03622429, 0.0036491218, - -0.002644881, -0.017343909, -0.0320055, -0.029896107, -0.0056380723, - 0.004335977, 0.020338727, -0.0010286552, -0.03158883, -0.0021696163, - 0.017747559, -0.0036263352, -0.026159093, -0.00009201134, - -0.011979276, -0.011770941, -0.0062402915, -0.021445509, 0.0028873961, - -0.0023681857, -0.015937645, -0.0042545963, -0.00331546, -0.025325753, - -0.0010245861, -0.0075781946, 0.0320055, 0.008717528, -0.00076457404, - 0.0012980262, 0.012474072, -0.011438907, -0.00792976, 0.0031331668, - -0.014414194, 0.016979322, -0.02445335, -0.028073173, 0.02528669, - 0.03390656, -0.002055683, -0.005149787, 0.0078255925, -0.004072303, - 0.004947962, 0.030312778, -0.019648617, 0.017604329, -0.0014868301, - 0.02201843, 0.0041927467, 0.020534042, -0.00135011, 0.003974646, - -0.0136199165, -0.029922148, -0.014752739, -0.02184916, -0.012324331, - 0.00022461143, -0.000088959554, -0.014987117, 0.034791984, - 0.027265875, 0.0137631465, 0.017252762, 0.008378983, -0.0064453715, - -0.009264408, -0.0006217505, -0.0027571868, -0.016705882, 0.007942781, - -0.0019205905, -0.01202485, 0.013242309, 0.01763037, -0.010169364, - -0.012734491, -0.010761817, -0.006979231, -0.0060514878, 0.014231901, - -0.0105860345, -0.032187793, -0.025039291, -0.017135574, 0.061719313, - 0.0038053733, 0.014869927, 0.010234469, -0.030521113, 0.011842556, - 0.022513228, 0.0103776995, -0.01394544, -0.004993535, -0.03419302, - -0.0028385676, -0.009394617, -0.004072303, -0.00129884, 0.0044303793, - 0.00028686787, 0.02623722, -0.0066211545, -0.016093897, -0.021185089, - 0.028177341, 0.019192884, 0.024856998, -0.016797028, -0.04619834, - -0.000020497828, -0.01311861, -0.02092467, 0.029062767, -0.0030615514, - 0.01750016, -0.012617303, -0.0021777544, -0.02294292, -0.019896016, - -0.039583694, -0.0027571868, 0.023789281, -0.0013875453, -0.016744945, - 0.0067969374, -0.009739673, 0.028880473, -0.00194826, -0.0089323735, - 0.035651367, -0.013476686, -0.00929696, -0.00792976, 0.027526293, - -0.008873779, -0.02487002, -0.0014119595, -0.008333409, -0.022773646, - -0.01175141, -0.0016544748, 0.00738288, -0.0125196455, 0.014362111, - 0.011673284, -0.008216221, -0.010774838, -0.023021044, -0.16156398, - 0.01147797, 0.048542112, -0.027448168, 0.012474072, -0.028802346, - 0.049401496, 0.016497547, -0.019583512, -0.01462253, 0.017656412, - -0.0111394245, -0.0191408, -0.018659025, -0.020455917, -0.0021565952, - 0.017200679, 0.022448123, 0.017552244, 0.0134115815, 0.01449232, - -0.017552244, -0.00036214525, 0.005306038, -0.012148549, -0.011165467, - 0.007832103, 0.046693135, 0.0014819471, -0.012363395, 0.0025521067, - 0.01750016, 0.012076934, -0.004290404, 0.0026741782, 0.0029101828, - 0.0056120306, 0.0006392474, -0.025664298, 0.009401128, 0.047500435, - -0.009062583, -0.01736995, -0.0034505525, 0.0038183944, 0.024609601, - 0.018984549, 0.008535234, 0.012688918, -0.014544404, 0.00875008, - -0.0001239025, 0.007994865, 0.0039160517, 0.030052358, -0.039896198, - -0.0006774964, 0.011184998, -0.018138187, -0.022239788, 0.002277039, - -0.0070899087, 0.03541699, -0.02309917, -0.014127733, -0.026067946, - 0.0019987163, 0.01080088, -0.027812755, 0.008704507, 0.014323047, - -0.0073177754, -0.01763037, -0.025495024, 0.026901288, 0.013906377, - -0.011940214, 0.0064030536, 0.012669387, 0.017734537, -0.01011728, - 0.017591307, -0.023177296, -0.028411718, -0.0057194536, 0.011549585, - -0.00710944, -0.009954519, -0.017981935, -0.013027463, 0.008014396, - -0.023476778, -0.01449232, -0.020455917, 0.017148595, 0.0007999748, - 0.00015136857, -0.0140365865, 0.010175874, -0.0019645363, 0.022864792, - 0.004091834, -0.006783916, 0.01763037, 0.028073173, 0.0017920086, - 0.0038216496, 0.0066797487, 0.032213837, -0.010234469, -0.009257897, - 0.02024758, 0.004456421, 0.026745036, 0.014166797, 0.040000368, - 0.02229187, -0.0240497, 0.026263261, 0.025156481, 0.057865113, - -0.0017903809, -0.027630461, 0.019440282, -0.009114667, -0.029713813, - -0.13239704, 0.01134776, 0.005413461, 0.011087341, 0.010612076, - -0.0030745724, -0.010501398, 0.0026937095, -0.008867268, 0.028385676, - -0.022213746, -0.019622575, 0.013932419, -0.018073082, 0.0177736, - 0.0007234767, 0.009108156, -0.01654963, -0.027578378, 0.030937783, - 0.0000825508, -0.016432442, -0.0063086515, 0.004085324, 0.0067578745, - 0.015260557, -0.038724314, 0.030547155, 0.009316492, -0.026849205, - 0.013958462, -0.021172069, 0.015234514, -0.013724084, 0.009479254, - -0.004277383, -0.014804823, -0.012975379, -0.010052175, -0.01626317, - -0.008593828, 0.031510707, 0.0060352115, 0.014453257, -0.0076042362, - -0.030234652, -0.016979322, 0.016901197, -0.005944065, 0.0035482096, - -0.023424694, 0.0015218238, -0.030521113, 0.0040788134, -0.021354362, - -0.011686305, 0.009544359, 0.0004144325, -0.005384164, 0.025950758, - -0.020026226, 0.00141847, -0.017070469, 0.0069076153, 0.046536885, - -0.0064974553, -0.021002796, -0.013164183, 0.016145982, -0.047031682, - -0.0077604875, 0.029062767, 0.006656962, 0.032995094, -0.06026097, - -0.00030904418, -0.0254169, -0.013632937, 0.030547155, -0.00026387774, - -0.0040560267, -0.0074349637, 0.019127779, -0.022513228, 0.011230571, - 0.017890789, 0.014752739, -0.020416854, 0.019713722, -0.020547064, - -0.012474072, 0.01736995, 0.01695328, -0.024648663, -0.015078263, - 0.0005973362, 0.012142038, -0.0024284075, 0.006940168, 0.025716381, - -0.012806107, 0.0025488515, -0.026133051, 0.022773646, 0.007643299, - 0.0042415755, 0.019127779, -0.009472743, 0.021901242, 0.01339856, - -0.0037109714, 0.01489597, -0.004225299, 0.004043006, -0.01941424, - -0.012070423, -0.03570345, 0.007812572, 0.0009822681, -0.0019694192, - 0.008053459, 0.0026351153, -0.0042350646, 0.00984384, -0.004856815, - 0.03033882, -0.017018385, -0.01284517, -0.02079446, -0.0045312913, - -0.00710944, 0.0001219697, 0.017799642, -0.034271147, -0.0017594562, - 0.018932465, -0.009264408, -0.019179864, 0.0015714662, 0.009661547, - 0.01325533, 0.026302325, -0.018346522, -0.02266948, -0.004524781, - -0.03515657, -0.0013794071, 0.0053288247, -0.023698134, -0.0017903809, - -0.0063900324, -0.0025472238, 0.0073373066, 0.009381596, - -0.0016528472, -0.019909037, -0.0012801224, 0.00998707, 0.008626381, - -0.0068294895, 0.028359635, -0.009531337, 0.024622621, -0.012747512, - 0.010455824, -0.031380497, -0.018971527, -0.020716336, 0.015898583, - 0.011588648, 0.015547018, -0.031198202, -0.0029118105, -0.010690202, - 0.010136812, 0.0056543485, 0.012584751, 0.00035095535, 0.012532667, - 0.00021647333, -0.006272844, -0.0117579205, 0.015182431, 0.010182385, - -0.014700656, 0.021797074, 0.048047315, -0.0032829077, 0.004960983, - 0.032786757, -0.023450736, 0.0011914171, 0.0026074457, 0.0226825, - -0.02554711, -0.002363303, -0.0023030809, 0.031276327, -0.024231993, - -0.001961281, 0.006067764, 0.018659025, 0.009179772, -0.0031266562, - 0.0071419924, -0.02253927, -0.000086975895, 0.009264408, -0.023034066, - -0.018698087, -0.006539773, -0.004925175, -0.0026562742, 0.0158465, - -0.00249514, -0.002487002, 0.0030241162, 0.019909037, -0.011569116, - -0.028724222, -0.010351657, 0.029062767, 0.006539773, -0.0011800238, - 0.025664298, 0.0019710467, 0.0045312913, 0.03718784, 0.016093897, - -0.0067188116, 0.020221539, -0.0012557082, 0.016966302, -0.01092458, - -0.012011829, -0.025716381, -0.0028401953, -0.039193068, -0.019088717, - 0.021692907, -0.016237129, 0.07531319, 0.007408922, -0.017799642, - 0.0137631465, -0.0034505525, 0.022734582, 0.014388152, -0.018685067, - -0.0090039885, -0.025482005, 0.0036588877, 0.012825638, -0.018515794, - -0.021523634, -0.015338682, 0.021080922, -0.0164064, 0.020273624, - 0.022513228, -0.0014599743, 0.024531474, 0.0030729447, 0.017513182, - 0.009557379, -0.025885653, -0.011517033, 0.00016286364, 0.026432533, - -0.0094141485, -0.01558608, -0.018619962, 0.01243501, -0.03375031, - -0.010188895, 0.0037663106, 0.009225345, -0.020286644, -0.0012231558, - 0.008365962, 0.0032763972, 0.015976708, 0.0011971138, -0.0075130896, - -0.01927101, -0.0032861629, 0.0022070515, -0.01107432, -0.0034407866, - -0.031771123 - ], - "metadata": { - "chunkTitle": "Strength Training Basics", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28764&chunkSid=chunk_57132" - }, - "document": "Andrew Huberman: So before we dive into our discussion about hypertrophy, can we just get a brief recap of the general parameters for an excellent power andy strength training program?\n\nAndy Galpin: Okay, let me hit you with these rapid fire, and then you can maybe come ask questions along that. Remember those modifiable variables. So let's go through them in order and then what they mean specifically for power versus strength. So modifiable variables, number one is called choice. So which exercises do I select for strength in general? For power or speed or strength, we want to select compound movements. You don't often see people doing maximum strength work for, like, a tricep kickback, right? It's typically multiple joint movements and typically complex movements. In selecting these compound movements, we generally want to actually think about exercise selection of movements rather than muscle groups. So this is an important distinction because we'll see this is a different answer when we get to hypertrophy. What I mean by that is, when we think about, again, strength training, we tend to think about bodybuilding concepts.\n\nAndy Galpin: We go to the gym and we do things like, I got to make sure I get my chest today, and I got to make sure I get my hamstrings. Now you're selecting exercises based on a muscle. You want to work for strength development and power. We want to think about movements rather than individual muscle groups. So there should be, like, things like, I need to train explosive hip extension, which is like a vertical jump or something like that. I want to train pushing or pulling movements, or I want to train rotation, which is a whole area we haven't gotten into, which is very important for overall health and wellness longevity. So we want to select big movements by the muscle, the movement patterns that we want to introduce, and we just want to select a reasonable balance between these. I don't care what the exact ratio is. You just don't want to go an entire six months without doing anything in this rotational area or an entire eight to ten weeks without doing something that's a lower body hinge, right? So any number of examples there. So just think about the rough movement patterns, upper and lower push, andy pull, and then some sort of rotation that puts you in a pretty good spot if you're using three by five method, and you're going to pick as little as three exercises, just pick one from each one of those groups.\n\nAndy Galpin: Pick a rotation, pick a push, and pick a pull." - }, - "truncated_cells": [] - }, - { - "row_idx": 46, - "row": { - "id": "chunk_57131", - "embedding": [ - -0.021641301, -0.0036279054, 0.04126452, -0.0030951707, -0.01379467, - -0.0008044955, -0.006200299, -0.017844116, -0.018654006, -0.024562214, - 0.017352872, 0.030828897, 0.018773496, 0.015042696, 0.009001719, - 0.005675863, 0.041370735, 0.032634553, -0.005403687, -0.022039607, - -0.012832097, -0.0033424525, -0.03396224, -0.020512767, -0.016436767, - 0.026593575, 0.0026586936, -0.009665563, 0.002902656, -0.009738586, - 0.02347351, -0.0026736301, 0.008483921, -0.0058418238, -0.0262351, - -0.035927217, -0.015029419, 0.0002840006, 0.026181992, -0.015162188, - 0.02542521, -0.00955271, -0.0013592198, -0.0072890026, 0.0071628727, - -0.00411583, 0.00021108153, -0.0120554, 0.00040432226, 0.011272064, - 0.012984781, 0.01574637, -0.016091568, 0.019570109, -0.0025375423, - -0.0113583645, 0.0027831644, 0.012925035, 0.024920689, -0.0010604901, - -0.0049821464, 0.0075611784, 0.0021325976, 0.034652635, -0.0026138842, - -0.005370495, 0.00073603657, 0.0073155565, -0.007255811, 0.002992275, - 0.0075545404, 0.021535087, 0.0022271953, -0.0060509345, 0.047026683, - -0.024243569, 0.007654117, -0.015334787, -0.01684835, 0.008298045, - -0.0050020614, -0.010521921, -0.02092435, 0.02088452, 0.007308918, - -0.02788143, 0.014100038, -0.009247341, 0.013164018, 0.020340169, - -0.014524898, 0.021999776, 0.026593575, 0.0052908333, -0.020061353, - 0.009824885, -0.036405183, -0.004324941, -0.01570654, 0.009957654, - -0.02830629, 0.0003964391, -0.005725651, -0.0149763115, -0.017883947, - 0.008975166, 0.016436767, -0.018640729, 0.0094066635, -0.015653431, - -0.0036810127, 0.040175814, -0.0044510714, -0.035077497, - -0.0013119209, -0.022265315, -0.0020960863, -0.038396712, - -0.015042696, -0.043654356, 0.025982838, 0.0076209246, 0.030244714, - -0.0027781855, 0.008676436, -0.009698755, -0.0280142, 0.022265315, - 0.014073485, -0.01528168, 0.026991881, 0.009134488, 0.0073155565, - 0.010827289, -0.0015899055, -0.0064791134, 0.00853039, -0.005081723, - -0.043017067, -0.019915309, 0.019012481, 0.0040826383, -0.02415063, - 0.020725198, -0.013356533, 0.0026454167, 0.019065589, 0.015374618, - -0.0055596903, 0.0042087683, -0.018069822, 0.023818709, 0.0032578125, - 0.010196637, -0.0018156122, 0.014498345, -0.020287061, 0.030244714, - -0.052523308, -0.01740598, 0.011484494, 0.019092143, 0.013502579, - 0.013210488, 0.00067006715, 0.01727321, 0.020127738, -0.002262047, - 0.020831412, 0.02079158, 0.01914525, -0.021614747, -0.03531648, - 0.027961092, 0.025345549, 0.030111946, -0.0006065871, -0.011511048, - 0.0049522733, -0.022982266, 0.025796963, 0.008510475, 0.026341313, - 0.024137354, -0.030032285, -0.0021193207, 0.014339021, -0.0112587875, - -0.0023068564, -0.00023628683, 0.006505667, 0.0023168141, -0.02173424, - -0.0055165403, -0.63771474, 0.0032461951, 0.006489071, -0.014153145, - 0.026792727, 0.03539614, 0.0018770178, -0.00084059197, -0.045937978, - 0.029979177, -0.022464467, 0.010209914, 0.017007673, 0.0005837675, - 0.010694521, -0.00989127, 0.00470997, -0.008397622, -0.0030619786, - 0.014936481, -0.023579724, 0.021959946, 0.0024645193, 0.008258214, - 0.017817562, 0.022796389, -0.00076715427, -0.0103825135, 0.005267599, - 0.00849056, -0.012320938, 0.029394995, 0.009937739, -0.0033076007, - 0.04952273, -0.00093435985, -0.021495257, 0.017591855, 0.011789862, - 0.034068454, -0.0026636724, -0.016835073, 0.0034685829, -0.015148911, - 0.006133915, 0.0182557, 0.0055231787, -0.019503726, 0.014896651, - -0.029394995, 0.022278592, -0.016104845, -0.004998742, 0.0016629283, - 0.0073288335, -0.014232807, -0.017684793, 0.0112587875, -0.006744651, - 0.014617836, 0.02665996, 0.006319791, -0.03098822, -0.006714778, - -0.01379467, -0.008437452, -0.006359622, -0.008722905, -0.022663621, - 0.015348064, 0.026447529, 0.0026553744, -0.019848924, -0.017844116, - 0.010840566, 0.018308807, 0.0014446897, 0.002670311, 0.0038336967, - 0.023792155, -0.0021608109, 0.0016845032, -0.02202633, -0.0017542067, - 0.011763308, 0.01858762, -0.028917028, -0.0048460583, -0.011862885, - -0.029023243, 0.006316472, 0.011092827, 0.0020064672, -0.02330091, - -0.014060208, 0.011975738, 0.00036386927, 0.0049821464, -0.0018139527, - -0.040759996, -0.030935112, 0.013495941, 0.018016715, 0.023885094, - 0.018813327, 0.0138743315, -0.009758501, 0.005287514, 0.037892193, - -0.021216441, 0.020061353, -0.01171684, -0.0077138627, 0.026447529, - -0.008537029, -0.03197071, -0.0045440095, -0.009612455, -0.024681706, - -0.019676324, 0.03632552, 0.0042950683, 0.014657667, 0.009705394, - 0.015852585, 0.017591855, -0.00742841, -0.01858762, 0.02385854, - -0.0031947473, 0.016609367, -0.014684221, 0.035821002, -0.027615894, - 0.017206825, 0.021004012, 0.004062723, -0.0005775439, 0.013104273, - -0.033431165, -0.014166422, 0.002487754, 0.024097523, -0.012035484, - -0.016436767, -0.026991881, -0.043734018, -0.0046402668, 0.024933966, - -0.013608794, 0.017432533, -0.0062334915, -0.011935908, 0.020353446, - -0.004719928, 0.013728286, -0.021242995, -0.0457521, -0.02024723, - -0.014591282, -0.007388579, 0.0126727745, -0.017326318, 0.0073155565, - -0.033563934, -0.009313726, -0.0007372813, 0.011743394, -0.012028846, - -0.031014774, 0.031333417, -0.0044510714, -0.01570654, 0.0053538987, - -0.011225595, -0.0015774583, -0.011238872, 0.012354129, -0.009234064, - -0.0071827876, 0.0011069592, 0.015932247, -0.008145361, -0.018348638, - 0.03268766, 0.00941994, -0.008337876, 0.0072093415, -0.01659609, - 0.021468703, 0.004474306, 0.0109202275, 0.008988443, -0.01485682, - -0.0050153383, 0.0140867615, 0.0098448, -0.008331237, 0.020539321, - 0.03430744, 0.036086537, -0.01702095, -0.00019054385, -0.020260507, - 0.010814012, -0.014631113, 0.013276872, -0.018401744, 0.02886392, - 0.019370956, -0.00810553, -0.004261876, -0.0077271396, -0.0044377944, - -0.009273895, 0.035582017, 0.015348064, 0.03175828, -0.008636605, - 0.017180273, -0.0054601138, 0.003641182, 0.033245288, 0.0010870439, - -0.032448675, 0.0062633646, -0.0008505496, 0.016277445, -0.006465837, - -0.022769835, -0.012778989, 0.0143124685, 0.014392129, -0.007534625, - 0.02436306, 0.0039797425, 0.011099465, 0.0032544932, 0.04625662, - -0.002605586, 0.011066273, 0.0072890026, 0.01074099, -0.01787067, - 0.038609143, -0.008032507, 0.030377483, -0.008975166, -0.015361341, - -0.010223191, -0.015945524, 0.007780247, -0.018521236, -0.008351153, - -0.011650455, -0.010515283, 0.013044527, -0.007899739, 0.014471791, - 0.029660532, -0.008271491, 0.024867581, 0.015414448, -0.0031499378, - 0.006316472, 0.018654006, 0.0071164034, -0.028970135, -0.023022097, - 0.0059181657, -0.0057621626, -0.0031947473, 0.0051215533, - -0.006276641, 0.020565875, -0.008975166, 0.023593001, -0.006943804, - 0.021415595, 0.010800735, -0.012466983, -0.021389041, 0.007123042, - 0.013807947, -0.023088481, 0.0023201334, -0.027058266, -0.010601582, - -0.008152, 0.011159211, -0.020260507, 0.01570654, -0.05162048, - -0.0023931563, 0.008669797, 0.024004584, 0.005742247, -0.011670371, - 0.014206253, -0.026898943, -0.005801993, -0.018773496, 0.014631113, - -0.03332495, 0.025518147, 0.026885666, -0.03268766, -0.03162551, - 0.0067380127, -0.02478792, 0.0038137815, -0.015693262, -0.009134488, - -0.011006527, 0.006489071, 0.00840426, 0.00084681547, 0.0032096838, - 0.043362264, -0.022743281, -0.022942435, -0.014511622, -0.02355317, - -0.012832097, 0.09723981, 0.03430744, -0.010847204, 0.018521236, - -0.008908781, 0.030722681, 0.008649882, 0.0026354592, 0.01841502, - 0.020605706, 0.0022105991, -0.0031101073, -0.0019699559, - -0.0154011715, 0.0010098721, 0.018003438, 0.007999316, -0.03268766, - 0.0073620253, -0.0018239103, 0.0035382863, 0.017764455, 0.028757704, - 0.033988792, 0.010548475, 0.016476598, 0.029182564, 0.0049389964, - 0.00034436886, -0.03242212, -0.0027466528, 0.016304, 0.0101568075, - 0.03098822, -0.010063869, -0.009731947, -0.017419256, -0.01074099, - 0.021628024, -0.016901458, 0.014843543, 0.025757132, 0.021800624, - 0.01727321, 0.0094066635, -0.011570794, 0.004686736, 0.004763078, - -0.02088452, -0.04681425, 0.010170084, 0.006582009, -0.01872039, - 0.007972762, 0.02304865, -0.013993823, -0.00063148123, -0.005360537, - -0.010721074, -0.017286487, -0.023061927, -0.0069969115, - -0.0026603532, 0.01039579, -0.012354129, -0.023380572, -0.02772211, - 0.009672201, -0.016609367, -0.014378852, -0.031174095, -0.030908559, - -0.005861739, 0.005012019, 0.037998408, 0.0029806579, 0.02814697, - -0.008888866, 0.0044543906, 0.029341888, -0.013071081, -0.017631685, - -0.022955712, -0.015799478, 0.01549411, 0.012719244, 0.005606159, - -0.015613602, -0.022968989, 0.018693836, 0.0037839084, 0.004394645, - 0.0061438726, -0.018229146, 0.0009733607, 0.010243107, 0.020818135, - 0.019636493, 0.0015052654, -0.022477744, 0.0062467684, -0.030908559, - -0.0026420977, -0.03170517, -0.02788143, 0.034440205, 0.009220787, - -0.013542409, -0.021296103, -0.036059983, 0.003047042, -0.025876625, - 0.004351495, 0.014139868, 0.01918508, 0.025265887, 0.013004696, - 0.012838735, 0.013509218, -0.0049423156, -0.014020377, -0.030111946, - 0.021322656, 0.0072093415, -0.03098822, 0.008045784, 0.010601582, - -0.024987074, -0.00509168, -0.0055596903, -0.002288601, 0.010130254, - -0.013316703, -0.028332844, -0.0065222634, -0.013356533, -0.023035374, - 0.02343368, 0.005785397, -0.015334787, -0.005725651, 0.012095231, - 0.008968527, -0.016065015, 0.0077736084, -0.019424064, 0.0015326489, - -0.01680852, -0.009526156, 0.016436767, 0.008218383, 0.0060111037, - -0.008371068, -0.0006269173, 0.0074084946, 0.011099465, 0.0027317165, - 0.0061305957, 0.0065089865, 0.032369014, 0.035369586, -0.011783224, - 0.004733205, 0.01676869, -0.014670944, -0.0058849733, -0.012447068, - -0.032740768, -0.005695778, 0.010601582, 0.015467556, -0.0013227083, - -0.004766397, -0.0138743315, 0.024841027, 0.045486562, -0.034652635, - -0.03773287, -0.022398083, -0.03242212, -0.00967884, 0.01850796, - 0.008782651, 0.003896762, -0.036086537, -0.018892989, 0.03297975, - -0.0022720047, 0.0028030796, -0.01379467, 0.022358252, 0.003913358, - 0.015839309, 0.023699217, 0.013090996, -0.0080789765, -0.021574916, - -0.02372577, 0.0038469736, -0.0066550323, 0.0147506045, 0.04171593, - -0.021136781, 0.022132546, -0.026606852, -0.0076076477, -0.028970135, - 0.008503837, 0.020871243, -0.026580298, -0.00086963514, -0.011862885, - -0.0026819282, 0.010077146, -0.011126019, -0.0020678728, 0.0025408615, - 0.008623328, -0.025172949, -0.006147192, 0.0340419, 0.0040162536, - 0.036803488, 0.014378852, 0.039724402, 0.002512648, 0.004816185, - 0.0059613157, -0.018813327, 0.023154864, 0.02843906, -0.0071562342, - -0.025066735, -0.02482775, -0.014352298, -0.0036146285, -0.010163446, - -0.0005700757, -0.022743281, 0.040308584, -0.007959485, -0.0018272295, - -0.0043880064, -0.010814012, -0.017100612, 0.003727482, 0.0031233842, - 0.03462608, 0.003471902, -0.011431387, -0.01269269, 0.009539433, - -0.0014928184, 0.011962461, -0.003038744, -0.009937739, -0.01570654, - -0.008729544, 0.0025956284, 0.02312831, -0.013927439, 0.034387097, - -0.0076673934, 0.006910612, 0.011199041, 0.028200077, -0.031519294, - -0.020778304, -0.014591282, 0.033006303, -0.021043843, 0.01978254, - 0.018056545, -0.031120988, -0.0001651311, -0.022942435, -0.00428843, - -0.023672663, 0.0013260276, 0.00011409812, 0.011862885, 0.025717301, - -0.01953028, 0.015547217, 0.011238872, -0.012506814, -0.001727653, - -0.010774181, 0.015812755, -0.031678617, -0.01769807, -0.023646109, - 0.012015569, 0.018029992, -0.0013019632, -0.032289352, -0.0072226184, - 0.013688455, -0.007813439, 0.019278018, -0.007030104, -0.00038005045, - -0.027775217, 0.023500064, -0.039458863, -0.0055364557, 0.0024512424, - -0.0044112406, -0.022384806, -0.013084358, 0.025664194, 0.022902604, - -0.014883374, -0.005891612, 0.012632944, 0.004746482, 0.014392129, - -0.02440289, -0.03297975, -0.017857393, -0.013688455, 0.0054435176, - -0.015202018, -0.02372577, 0.020340169, -0.0058650584, -0.008477283, - 0.020300338, -0.023061927, 0.0143124685, -0.0120222075, 0.013847778, - -0.022902604, -0.010070507, -0.004686736, -0.02971364, -0.025863348, - 0.020698644, 0.021840455, -0.0036013515, 0.01107955, 0.00011109008, - 0.02343368, 0.01787067, -0.011345088, 0.0028976772, 0.024920689, - -0.011238872, -0.023566447, -0.0045008594, -0.014631113, 0.029872961, - 0.012991419, -0.035236817, -0.009214149, 0.0060343384, -0.03170517, - -0.021455426, 0.01663592, 0.01311755, 0.017047504, -0.006349664, - -0.004275153, 0.0032312588, -0.002190684, 0.008570221, -0.0067878007, - 0.00074308994, -0.00038005045, 0.014697498, -0.0003437465, - 0.0038005046, -0.017910501, 0.011517687, 0.03659106, -0.00564599, - 0.009439856, 0.0010048932, 0.0017791009, 0.018375192, -0.020844689, - 0.01163054, 0.016795244, 0.021787347, 0.033670146, -0.02440289, - 0.008842397, 0.019238187, -0.008716267, 0.0119093545, 0.024230292, - 0.009904547, -0.0020678728, 0.0022006414, -0.0019218272, - 0.00011814341, 0.008390984, 0.010747628, 0.02148198, 0.006741332, - 0.008583498, 0.018561067, 0.01587914, -0.014670944, -0.0075877323, - -0.021189887, -0.014524898, 0.013575601, 0.007972762, -0.0036876511, - 0.011517687, -0.007913016, 0.015573771, 0.003973104, -0.013914162, - -0.0040394883, 0.009360195, -0.0012886864, 0.021720963, -0.0063762176, - -0.00467014, 0.0023367296, -0.00024479232, -0.0038171008, 0.023407126, - -0.013250318, -0.015135634, -0.022384806, -0.01872039, -0.009360195, - -0.011537602, -0.037520442, -0.01688818, 0.002253749, 0.0058252276, - -0.00980497, 0.21646613, -0.017963609, -0.008756097, 0.02300882, - -0.0018886351, -0.004600436, 0.021269549, 0.016025184, 0.0039199963, - 0.016078291, 0.018003438, -0.008337876, -0.024801197, -0.0018305487, - 0.011165849, -0.05347924, -0.024004584, -0.019065589, 0.0002593139, - 0.015095804, 0.024562214, 0.0040560844, -0.015507387, -0.006031019, - 0.02436306, 0.005682501, -0.012135061, 0.0021674493, -0.007308918, - -0.0025474997, 0.0018753582, -0.017034227, -0.018043268, -0.015600325, - -0.023659386, -0.0057588434, 0.0031482782, -0.034785405, - -0.0012704307, 0.007747055, 0.027151203, -0.0024462636, 0.006897335, - -0.0066118822, -0.006698182, -0.012586474, 0.0014330724, 0.0016795243, - -0.0103692375, 0.0013069421, -0.022344975, -0.0043614525, 0.026819281, - 0.02788143, 0.00339556, -0.014046931, 0.004019573, -0.0021143418, - 0.009214149, 0.01634383, -0.02478792, 0.005894931, 0.0013791351, - 0.019795816, -0.0014314128, 0.025106564, 0.0045340518, 0.004826143, - -0.01659609, -0.01528168, 0.0103692375, -0.025358826, -0.0048493776, - -0.0145381745, -0.0096190935, 0.0009783395, 0.04615041, 0.029872961, - 0.012626305, 0.027854878, 0.0049124425, -0.006031019, 0.007820077, - 0.010940143, -0.023194695, -0.010196637, 0.0196896, -0.021415595, - -0.014126592, -0.004195492, 0.0007376962, -0.018892989, -0.014578005, - -0.0038469736, -0.0038171008, -0.017206825, 0.022610513, -0.012287745, - -0.020061353, -0.02857183, -0.01621106, 0.020220676, 0.012765712, - 0.015308234, -0.011544241, -0.016450044, 0.018149484, 0.009745224, - 0.008802566, 0.0040594037, 0.0020230634, -0.005572967, 0.004235322, - -0.01171684, 0.0069172503, 0.009957654, 0.011026442, -0.0028030796, - 0.029793302, -0.012340853, -0.0018023354, -0.0031300227, 0.027615894, - 0.007030104, 0.017817562, -0.020698644, -0.04099898, 0.013588878, - -0.008782651, -0.027031712, 0.0014413705, -0.023951476, 0.04105209, - -0.03430744, -0.00539041, -0.017591855, -0.022995543, -0.042034578, - -0.007176149, 0.00840426, -0.0036511398, 0.004719928, 0.0094066635, - -0.019915309, 0.032103475, -0.0018222507, -0.0060343384, 0.029023243, - -0.0049091233, -0.013462748, 0.0068906965, 0.01676869, -0.025704024, - 0.0027134607, 0.010807374, 0.0036478206, -0.014564728, -0.036352076, - -0.00016378266, 0.014989588, -0.030457145, 0.010462175, 0.018693836, - -0.017087335, -0.022464467, -0.020552598, -0.16707616, 0.027854878, - 0.036909703, -0.017286487, 0.02716448, -0.010116977, 0.046548713, - 0.022716729, -0.020605706, -0.010236468, -0.000585842, 0.0038237392, - -0.005393729, -0.018003438, -0.014073485, -0.006870781, 0.021720963, - 0.019450618, 0.027018435, 0.0109202275, -0.0017990161, -0.019171802, - -0.014591282, -0.0015691603, -0.0036312244, 0.0070765726, 0.021574916, - 0.03921988, -0.0064923903, -0.01935768, -0.015441002, 0.00016834658, - 0.018521236, -0.019331126, -0.0129980575, 0.003237897, -0.0002474892, - -0.0028346123, -0.029341888, 0.010800735, 0.02899669, 0.018282253, - -0.025584532, -0.013728286, 0.0016073313, 0.01897265, 0.012666136, - 0.007747055, 0.001689482, -0.000018437218, -0.011816416, - -0.0065753707, 0.026248377, 0.029846407, 0.026567021, -0.0127856275, - -0.00026636725, 0.0027997603, -0.009366834, -0.013383087, - -0.016277445, -0.005659267, 0.01324368, -0.024880858, -0.022929158, - -0.014631113, 0.0007559519, -0.0023118353, -0.02496052, 0.01574637, - -0.0024495828, -0.004125788, -0.00793957, -0.037387673, 0.032395568, - 0.0028860602, -0.014365575, 0.0007372813, 0.02067209, -0.0012272808, - -0.007581094, 0.037122134, -0.02258396, -0.010774181, -0.010409067, - 0.013197211, 0.021628024, 0.0055862437, -0.03135997, 0.0063264295, - 0.008424175, -0.0019749347, -0.03377636, -0.02563764, 0.010502006, - 0.0002860751, 0.01248026, -0.010176723, 0.0030586594, -0.0075744553, - 0.01829553, 0.008749459, -0.032050367, 0.018600898, 0.01672886, - -0.009366834, 0.020433106, 0.0049423156, 0.037785977, -0.017897224, - -0.004487583, 0.008523752, 0.007368664, 0.027151203, 0.0029092946, - 0.012812181, 0.03345772, -0.026859112, 0.009134488, 0.008815843, - 0.057356086, -0.0012164934, -0.011384917, 0.00721598, -0.0133233415, - -0.019729432, -0.1284139, -0.003959827, 0.018773496, 0.024482552, - -0.002283622, 0.0013866033, -0.009738586, -0.0061803837, -0.009519517, - 0.033590488, -0.023181418, -0.015759647, 0.010581667, -0.0021707686, - -0.008397622, -0.01218153, -0.0021143418, -0.001179982, -0.041609716, - 0.036192752, 0.012486898, -0.010634774, -0.0036013515, 0.0011982376, - -0.0048327814, 0.005934762, -0.033643592, 0.023765601, 0.009818247, - -0.014325745, 0.0067247357, -0.008981804, 0.003747397, -0.027987646, - 0.0010629796, -0.023168141, -0.009964293, -0.0079661235, 0.007401856, - -0.023752324, -0.0039332733, 0.020446382, 0.004706651, 0.0039963387, - -0.0066550323, -0.023420403, -0.013283511, 0.030085392, -0.011915993, - -0.009333641, -0.02007463, -0.014458514, -0.02873115, -0.0037639933, - -0.0005148937, 0.0059812306, 0.015002865, 0.0036478206, -0.015759647, - -0.0044510714, -0.008371068, 0.0021458745, -0.0057190126, - 0.0120222075, 0.028518721, 0.0053207064, -0.01883988, -0.009486325, - 0.021973222, -0.014485068, -0.0025690747, 0.011730117, 0.0018438256, - 0.032714214, -0.041556608, 0.0035714786, -0.0058683776, -0.017299764, - 0.0067247357, -0.00976514, -0.012108508, -0.006183703, 0.019450618, - -0.039591633, 0.010694521, 0.007368664, 0.0053771334, -0.0048062275, - 0.010243107, -0.013250318, -0.030111946, 0.018600898, 0.008138723, - -0.0241108, -0.033085965, 0.008251576, 0.016304, -0.019716155, - -0.00060202315, 0.018866435, -0.013270234, 0.0015899055, -0.021880286, - 0.03106788, -0.0154011715, 0.0016438427, 0.016689029, -0.022676898, - 0.007016827, 0.013017973, -0.013715009, 0.003390581, -0.020233953, - -0.009605817, -0.030457145, -0.015733093, -0.032315906, -0.0068110353, - 0.00021242995, 0.01676869, 0.0034055177, 0.003344112, -0.0040726806, - 0.016649198, -0.00263214, -0.0050352537, -0.012772351, -0.011955823, - -0.027642448, 0.0064923903, -0.007189426, 0.0030370846, 0.021747516, - -0.0415035, 0.0019799136, 0.027615894, -0.021189887, -0.0025076692, - 0.014206253, 0.0161314, 0.027018435, 0.028412506, -0.017605131, - -0.021946669, 0.01086712, -0.008776013, -0.0050618076, -0.0062202145, - -0.02134921, -0.002275324, -0.019928586, 0.0050352537, 0.008005953, - 0.012367406, -0.0067745238, -0.019729432, -0.015799478, -0.0009990847, - -0.003747397, -0.0014778818, 0.009778417, -0.0047929506, 0.027244141, - -0.015414448, 0.019410787, -0.041370735, -0.020592429, 0.0028395911, - 0.013980546, 0.025796963, 0.005964635, -0.0073620253, 0.020738475, - 0.00394655, 0.019716155, 0.010097061, 0.007176149, -0.010170084, - 0.028704597, -0.009121211, -0.014325745, 0.0038735275, 0.006884058, - 0.012002292, -0.0007024295, 0.023765601, 0.041954916, 0.012686051, - 0.012832097, 0.02942155, 0.0004883399, 0.0020861286, -0.001214004, - 0.026513914, -0.03213003, -0.007030104, 0.0041788956, 0.04482272, - -0.029315334, 0.009227426, 0.0025026903, 0.01311755, 0.014498345, - -0.0078931, -0.0077005858, -0.02343368, -0.023526616, 0.007687309, - -0.026328037, -0.04001649, -0.0069039734, -0.0037772702, 0.018946096, - -0.0026537147, -0.019437341, 0.0009003379, -0.015095804, 0.017339595, - 0.011052996, -0.020419829, -0.013203849, 0.006276641, 0.0081918305, - 0.00032632062, 0.0021325976, -0.0015185423, 0.00793957, 0.006635117, - 0.03773287, -0.014458514, -0.00700355, 0.003237897, 0.015228572, - -0.01095342, -0.014830266, -0.008244937, -0.011298618, -0.024694983, - -0.0095062405, 0.02886392, -0.013482664, 0.075996816, -0.009333641, - -0.021322656, 0.019238187, 0.015480833, 0.028332844, 0.021362487, - -0.0027665682, 0.0026537147, -0.015109081, -0.008988443, -0.004563925, - -0.03361704, -0.024416167, -0.02079158, 0.0036013515, 0.010322768, - 0.0361662, 0.020950904, -0.008888866, 0.03098822, 0.004341537, - 0.02347351, -0.00382042, -0.006435964, -0.026142161, 0.0050584883, - 0.021973222, -0.011955823, -0.013728286, -0.013051165, 0.005237726, - -0.035847556, -0.020101184, 0.0072226184, -0.025757132, -0.018906265, - -0.011026442, -0.0099311005, 0.0019815732, 0.0035382863, - -0.0005194576, -0.0336967, -0.027403465, 0.008138723, -0.0007518029, - -0.000025425728, -0.018707113, -0.03688315 - ], - "metadata": { - "chunkTitle": "Exercise Variation", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28763&chunkSid=chunk_57131" - }, - "document": "Andy Galpin: That's great if you look at the conjugate model. So these are the strongest power lifters as a collective group that ever existed. What they're very good at is they keep almost the exact same weekly structure, but they make a very small change in exercise variation. So for example, say Wednesday is bench day, right? They're going to always bench on Wednesdays, but maybe this week they're going to do closed grip bench and then maybe next week it's going to be maybe a special type of barbell andy then maybe the week after that maybe they'll change the range of motion a little bit. So it's actually the exact same exercise where they're making a very small variation and that change alone allows them to do enough specificity, but also gives them enough variation to where it's not the exact same stimuli in the exact same spot over and over and over. And that's what allows that group, plus lots of other assistants, but it's what allows that group to train very, very heavy, very consistently. Andy not have to worry about too much planning for periodization and other stuff like that.\n\nAndy Galpin: They get their back off by making small variations in exercise. I will say a major mistake folks do make is they change their exercises entirely way too often. If I were to have to pick one or the other, I would say don't change anything on your exercises for six weeks, probably realistic, maybe even ten to twelve weeks, and then you can make some changes. You should not be changing every single week. You're not going to see progress. It's going to be very difficult to do that. So it's going to take you three weeks generally to figure out the groove of the exercise, to figure out how well you can load it what's too much to where you woke up unbelievably sore that was a train wreck. How much do I load it at what position? How long is this going to take? It's going to take you three or so weeks and then you can really start.\n\nAndy Galpin: Pushing there, so changing it before that or in that time frame, you're not going to be able to progressively overload because you're just not going to know exactly where you're at on all the exercises. So it's very important to create standardization within them and then see some progress in a movement or a muscle group, whatever you're going for, and then make some changes." - }, - "truncated_cells": [] - }, - { - "row_idx": 47, - "row": { - "id": "chunk_57140", - "embedding": [ - -0.02727663, 0.0028290795, 0.047150187, -0.0016860084, -0.018767195, - 0.031305976, -0.0077855177, -0.04116763, -0.018534996, -0.023192648, - 0.007553318, 0.025050243, 0.033026986, 0.004872778, 0.0063274405, - 0.01346075, 0.045702353, 0.016595446, 0.014806142, -0.012784639, - -0.00069403794, 0.011528029, 0.004985463, -0.03717926, -0.023971198, - 0.0349119, 0.028137134, -0.012033405, 0.00867334, -0.017428633, - 0.019695994, -0.0021068703, 0.011671447, -0.0038244647, -0.03250795, - -0.034174323, 0.000041830084, -0.0046132607, 0.022181895, - -0.012634393, 0.030076684, -0.0046405783, -0.018070595, -0.012969033, - -0.00490351, 0.0033464066, -0.0029554234, -0.027891275, -0.0002225958, - 0.010681184, 0.0015553961, 0.0008596509, -0.029011296, 0.0098958025, - 0.0052415654, -0.007915276, 0.00439472, 0.013371968, 0.03226209, - 0.00273859, -0.00040357493, 0.008878222, -0.0147788245, 0.0122587755, - -0.0017090577, 0.010175808, 0.02339753, -0.025910748, -0.008748463, - -0.009841167, 0.0066245194, 0.0036025092, -0.0028324942, -0.008871392, - 0.04299791, -0.009417744, -0.0016014946, 0.0061976817, 0.00072946545, - 0.0037937325, 0.012784639, -0.02920252, -0.014929071, 0.024572186, - 0.03114207, -0.028683485, -0.004575699, 0.010694843, -0.0037220237, - 0.0076694177, 0.009684091, 0.016131045, 0.012723175, -0.0026481003, - -0.009260668, 0.0028495677, -0.021758473, -0.008359187, -0.016964233, - 0.025569279, -0.0033720168, 0.0047737514, -0.029530331, -0.026170267, - -0.021635544, -0.0038415382, 0.00644354, -0.013412944, -0.010394349, - -0.034884583, -0.01483346, 0.0060064583, -0.009192375, -0.025063902, - 0.022140918, -0.019067688, 0.010291908, 0.01563933, -0.0016544225, - -0.025705867, 0.049199007, 0.0047259456, 0.02533708, 0.010701672, - 0.0018439384, -0.016486175, -0.021813108, 0.02097992, 0.01460126, - -0.017196432, 0.02658003, 0.012648052, 0.02819177, 0.020365275, - -0.021922378, 0.021772131, 0.011398271, -0.00570255, -0.027099064, - -0.042506196, 0.02772737, 0.0030954261, -0.007997229, -0.0017133261, - -0.007334777, 0.014874436, 0.01655447, 0.025582938, -0.013324162, - 0.0021512613, -0.039555892, 0.003650315, 0.001808084, 0.0014264912, - -0.009745556, 0.014082226, -0.0041898377, 0.011131925, -0.024954632, - -0.011575835, 0.0042922786, 0.021580908, -0.00092282286, -0.015147612, - -0.008707487, 0.017838396, 0.017824737, -0.008844075, 0.016827645, - 0.01311928, 0.0017824738, 0.013358309, -0.023670705, 0.032535266, - 0.0024141935, 0.026894182, -0.013672462, -0.01038069, 0.0007072699, - -0.029065931, 0.0054942532, 0.033054303, 0.0353763, 0.030185955, - -0.0077650296, 0.01300318, 0.008516263, -0.007027454, -0.015297859, - -0.012422681, -0.0029571308, 0.012818786, -0.022332143, -0.0037903178, - -0.62939763, -0.020119416, -0.0015750307, -0.02406681, 0.024176082, - 0.0117124235, 0.0056513296, 0.01677301, -0.02405315, 0.024094127, - -0.011760229, 0.025200492, -0.017974984, -0.0017944252, 0.016800327, - -0.025118537, 0.014396378, -0.016349588, 0.013112451, 0.0009979462, - -0.037616342, 0.023670705, 0.0013923442, 0.023698023, 0.0055762064, - 0.018398408, -0.011992428, 0.0012839275, 0.016786668, 0.013037327, - -0.022291167, 0.018685242, 0.00970458, 0.013330991, 0.050018534, - -0.025022926, -0.022455072, 0.018193524, -0.0035308006, 0.03319089, - 0.0015332006, -0.0196277, 0.020092098, -0.029366426, 0.0012096578, - 0.011869499, 0.020010145, -0.010715331, 0.0033737242, -0.024353646, - 0.015243224, -0.020092098, -0.0013974663, -0.0072869714, 0.019313548, - -0.00020072037, -0.0012045357, -0.007027454, -0.00088867586, - 0.0041795936, 0.017196432, 0.01711448, -0.015926164, -0.024777068, - -0.016267633, 0.0013539288, -0.025678549, 0.003358358, 0.0004180874, - 0.0030339616, 0.03914613, 0.011889988, -0.0010884359, -0.0024346816, - 0.014041249, 0.020228688, 0.007840153, -0.02771371, -0.010230443, - 0.02099358, -0.007696735, 0.012764151, -0.01654081, 0.015803235, - 0.01655447, 0.01826182, -0.061792422, 0.010647037, 0.017333021, - -0.040894456, -0.012333899, 0.009479209, 0.0039098323, -0.026593689, - -0.0014273449, 0.0045961873, 0.0023527287, -0.0028188354, 0.017292045, - -0.022987764, -0.04425452, -0.009021639, 0.0065767136, -0.0016279585, - -0.0035990945, 0.015980799, -0.0058835293, 0.024613163, 0.037944153, - -0.014314425, 0.002817128, -0.011487053, 0.008174794, 0.0063513434, - 0.004391305, -0.02999473, -0.0009877022, 0.017073503, -0.0016322269, - -0.030267907, 0.01973697, 0.01072899, 0.02431267, 0.009397256, - -0.007840153, 0.017920349, 0.0073552653, -0.03731585, 0.004275205, - -0.011671447, -0.008652852, -0.03846319, 0.03819001, -0.019982828, - 0.02555562, 0.02783664, -0.003069816, 0.0019856484, 0.0014990536, - -0.025487326, -0.0143554015, -0.027249312, 0.027426876, - -0.00030156077, -0.01129583, -0.026825888, -0.023807293, 0.008994321, - 0.014300766, -0.0087689515, 0.004493746, -0.01665008, 0.0038620264, - 0.0075601474, -0.008086011, -0.0009467258, -0.02431267, -0.04302523, - -0.026825888, -0.0062079257, 0.0042034965, 0.026375148, -0.0191633, - 0.024899997, -0.019122323, -0.013979784, -0.011227536, -0.0042615463, - -0.05111124, -0.010797284, 0.008721146, -0.007334777, -0.02099358, - 0.0073894123, 0.0020744307, 0.007437218, 0.0088918805, 0.007901617, - -0.014164179, 0.009677262, 0.038053423, 0.0008997736, -0.010367031, - -0.010360202, 0.0006522078, 0.011077289, -0.008366017, -0.032562587, - -0.009684091, 0.020884309, -0.0132626975, 0.010892895, -0.014054908, - -0.02200433, 0.0057776733, -0.010230443, -0.00025951726, 0.021608226, - 0.011268512, 0.025036585, 0.03045913, -0.003800562, 0.009192375, - 0.0034488477, 0.030595718, 0.001264293, 0.011664618, -0.022537025, - 0.027317606, 0.026306855, -0.028683485, -0.0011678276, -0.0038756852, - 0.003109085, -0.002294679, 0.038791, 0.0047703367, 0.020843333, - -0.012723175, 0.0025644402, -0.0063410993, -0.017865714, 0.027782004, - -0.0030322543, -0.020269664, 0.0004533015, -0.010353372, 0.024790727, - -0.024121445, -0.016363246, 0.0034249448, 0.031333294, 0.014013931, - 0.012559269, 0.011719253, 0.0112890005, 0.010851919, 0.036195826, - 0.048679974, -0.0035615328, 0.0038620264, 0.0030885967, 0.0030715233, - -0.016021775, 0.030759623, 0.017988643, 0.01951843, -0.019969169, - -0.020378934, 0.0017585709, -0.009752385, 0.02338387, -0.01722375, - 0.009301645, -0.0022929716, -0.007942594, 0.0025593182, -0.008359187, - 0.02237312, 0.031743057, -0.0010662402, 0.0059279203, 0.03728853, - -0.0011951452, 0.010046049, 0.0048249722, -0.004097641, -0.0012301459, - -0.00900798, 0.0012070967, -0.018548654, 0.002294679, 0.008509434, - -0.015188589, 0.018043278, -0.00650159, 0.016390564, 0.00049683894, - 0.029448379, 0.0230424, -0.01756522, -0.053023472, -0.0017321069, - 0.021403344, -0.02145798, -0.011350465, -0.03354602, -0.0015024683, - -0.015461764, 0.021635544, -0.014246131, 0.007990399, -0.060208004, - -0.008413822, -0.0045688697, 0.03570411, 0.021539932, -0.013440262, - 0.012402193, -0.028574215, 0.0010508741, -0.014519307, -0.011309489, - -0.005866456, 0.014628578, 0.013891002, 0.0019224765, -0.011616812, - 0.00020947054, -0.022154577, 0.0053235185, -0.008140647, 0.010756307, - -0.0043742317, 0.0015878358, 0.013214892, -0.005473765, -0.01858963, - 0.03936467, -0.011234365, -0.0053576655, -0.005723038, -0.0066928132, - -0.017319363, 0.086542174, 0.027809322, -0.019805264, 0.014054908, - -0.010749478, -0.0024619992, 0.014765166, -0.0065050046, 0.021280415, - 0.026457101, 0.01106363, -0.019204276, 0.01015532, -0.0142324725, - -0.016895939, 0.0023083377, 0.012374875, -0.0230424, 0.0046166754, - -0.006774766, -0.0114051, -0.009499697, 0.019477453, 0.04482819, - -0.0037732443, 0.018862806, 0.03422896, 0.012183652, 0.005808406, - -0.017756443, -0.010708502, 0.018070595, 0.0060064583, 0.0053918124, - -0.0033651874, -0.01003239, -0.0084684575, -0.01757888, -0.0044459403, - -0.027317606, 0.014819801, 0.01415052, 0.018425725, 0.015338835, - 0.02119846, -0.006378661, 0.006573299, 0.01415052, -0.02361607, - -0.014765166, 0.022864835, 0.0023066304, -0.024490234, -0.013310503, - 0.012122188, -0.0058118207, 0.0072050183, -0.010387519, -0.012825616, - -0.008693828, -0.0014367353, 0.0018610118, 0.0016953989, 0.020133074, - -0.010503619, -0.014614919, -0.010278249, 0.011493882, -0.002333948, - -0.0259927, -0.017524244, -0.0050366833, -0.0022929716, -0.0058767, - 0.0228102, 0.01164413, 0.019941851, -0.004346914, -0.0106197195, - 0.020474546, 0.019122323, -0.008249917, -0.035758745, -0.040430058, - -0.016417881, 0.0039951997, 0.008611875, 0.003684462, -0.009281157, - -0.004797654, 0.00867334, 0.00043793535, 0.03013132, -0.031196706, - 0.017046185, 0.014587602, 0.018808171, 0.02819177, 0.028137134, - -0.021512615, -0.0058459677, -0.023165328, -0.00087757804, - -0.014532966, -0.0012847811, 0.028902026, 0.014205155, -0.013501726, - -0.0034044567, -0.0154481055, -0.007164042, -0.023861928, 0.007027454, - 0.00014683213, 0.0004643993, 0.026293196, 0.03250795, -0.0073074596, - 0.003051035, -0.013330991, -0.010469472, -0.032125503, 0.02031064, - 0.001983941, -0.034065053, 0.02805518, -0.012805128, -0.014751507, - -0.0061293878, 0.005579621, -0.024558527, 0.010216785, 0.00958165, - -0.017483268, -0.03138793, -0.020460887, -0.02782298, -0.0029946924, - -0.0016382027, -0.007109407, -0.000036307873, 0.0141095435, - 0.01643154, -0.02819177, 0.025200492, -0.034993853, 0.0096499445, - 0.009404086, -0.009745556, 0.0029571308, -0.00052885176, 0.0010107514, - -0.0054020565, -0.014724189, -0.004971804, -0.008755293, -0.007969911, - 0.021266757, 0.013884173, 0.011541688, 0.033382114, -0.012818786, - 0.0024568771, 0.03523971, -0.014765166, -0.030104002, -0.015693964, - -0.014628578, 0.004264961, 0.020146733, 0.02496829, -0.0046132607, - -0.013863685, -0.008386505, 0.0058391383, 0.035949968, -0.019190617, - -0.0121017, -0.008666511, -0.0349119, -0.021007238, 0.021253098, - -0.0043400847, -0.0021768718, -0.03545825, -0.007437218, 0.039992973, - 0.00005815662, 0.008659681, -0.011172901, 0.013774903, -0.007573806, - 0.019764287, 0.008256746, -0.00041189828, -0.016923256, -0.01654081, - -0.000060344162, 0.0029861557, 0.011821694, 0.020938944, 0.030104002, - -0.01563933, 0.010831431, -0.03638705, 0.00467814, -0.0124158515, - -0.0060747527, -0.0015903969, -0.03480263, -0.006846475, -0.04687701, - -0.0007900764, -0.0023134598, 0.0016467394, 0.018616948, 0.0022041893, - 0.010510448, -0.028027862, 0.002246873, 0.024831703, 0.018548654, - 0.012279264, 0.0062420727, 0.035103124, 0.0064162225, 0.012333899, - -0.0025593182, -0.008885051, 0.0271537, 0.020215029, 0.0026941989, - -0.023424847, -0.015379812, -0.0112890005, 0.00422057, -0.018466702, - -0.007846982, -0.024708774, 0.04583894, -0.0001203682, 0.013447091, - -0.014532966, 0.0018815001, -0.0036298267, -0.014300766, 0.0051971744, - 0.02760444, -0.0032644537, -0.0024346816, -0.016117387, 0.04450038, - -0.009404086, 0.011090947, -0.011999258, -0.011999258, -0.032671858, - -0.013010009, 0.0024893167, 0.029721554, -0.007013795, 0.004790825, - -0.0041898377, -0.012654881, 0.04195984, 0.014696872, -0.009738727, - -0.020884309, -0.0065801283, 0.031005481, -0.0041112998, 0.009533844, - 0.026320513, -0.016240316, -0.009281157, -0.017551562, -0.021826766, - -0.01995551, 0.0235068, 0.010626549, 0.021512615, 0.032671858, - -0.008461628, -0.006761107, -0.0008114182, 0.0020983336, -0.019791605, - -0.025910748, 0.011780717, -0.027454194, -0.019709652, -0.010408008, - 0.00889871, 0.025419032, 0.006511834, -0.026621006, 0.008126987, - 0.028027862, 0.005091319, 0.029229838, -0.018890124, 0.016417881, - -0.012969033, 0.011569005, -0.032835763, -0.0049991217, 0.003513727, - 0.0019207691, -0.03868173, -0.016267633, 0.016253974, 0.011357294, - -0.011336806, -0.00924018, 0.013412944, 0.015939822, 0.019709652, - -0.021430662, -0.030267907, -0.0027522487, -0.012443169, 0.020829674, - 0.02670296, -0.02485902, -0.019791605, -0.009834338, 0.009110421, - 0.028000545, -0.025760502, -0.0036127532, -0.014054908, 0.0230424, - -0.008864563, -0.016281294, 0.0030066438, -0.010216785, -0.021485297, - 0.035294347, 0.026825888, 0.008980663, 0.013788561, -0.023424847, - -0.0015203955, 0.03365529, -0.0055386443, -0.0010201419, 0.03275381, - 0.016732033, -0.02178579, 0.0051425393, -0.013829538, 0.03717926, - 0.030377178, -0.036578275, -0.025309762, 0.006890866, -0.053542506, - -0.025200492, 0.006091826, 0.008290893, 0.011391441, 0.01539347, - 0.0053371773, 0.01072216, 0.006457199, 0.012695857, -0.0061669494, - -0.004360573, 0.010974848, 0.009738727, -0.026539054, -0.008352358, - -0.045319907, -0.0125934165, 0.002812006, 0.0119582815, 0.011849011, - 0.005822065, 0.031114753, 0.012327069, 0.008488946, -0.009943608, - 0.0061874376, 0.015079319, 0.020897968, -0.047942396, -0.009165057, - 0.025296103, 0.00021213829, 0.004244473, 0.010059708, 0.030650353, - -0.015092977, -0.009841167, 0.0037561706, -0.010968018, 0.01026459, - 0.008536751, 0.020911627, 0.02144432, -0.010285079, 0.0367695, - 0.019081347, 0.000116953495, -0.02313801, -0.000016633327, - -0.00450399, 0.017633514, 0.0028495677, -0.013788561, -0.002451755, - -0.010981677, 0.020283323, 0.0065084193, -0.013160257, 0.0016271048, - 0.012531951, 0.009076274, 0.024462916, 0.0048113135, -0.024708774, - -0.0031705496, -0.0075601474, 0.0037800737, 0.0054123006, - -0.019573065, -0.016417881, 0.0020795527, -0.01027142, -0.0072118477, - -0.028109817, -0.035185076, -0.0017875958, 0.0013103914, 0.013392456, - -0.0030715233, 0.1998556, 0.008420652, 0.00011151132, 0.010845089, - -0.0022349216, 0.02133505, 0.024394622, 0.010715331, -0.012190482, - -0.0004131788, 0.02017405, 0.003348114, -0.03045913, -0.0010047756, - 0.0020300394, -0.028929343, -0.019477453, -0.025036585, -0.005214248, - 0.012190482, 0.012033405, -0.004971804, -0.00091343245, -0.01027142, - 0.021758473, 0.0016322269, -0.016581787, 0.011131925, 0.017537903, - -0.00089550525, 0.0006603177, -0.0075396593, -0.01026459, - -0.026279537, -0.022099942, -0.0011123387, 0.015871529, -0.020228688, - 0.0060030436, 0.015161271, 0.030049365, 0.0012062431, -0.01288708, - -0.0025217563, -0.009670433, -0.023561435, -0.012743663, 0.007143554, - -0.0065357373, 0.0046610665, -0.038026106, 0.005255224, 0.01813889, - 0.012443169, 0.010148491, -0.010175808, 0.023015082, 0.009847997, - 0.0100187315, 0.023015082, -0.01357685, 0.0076830764, 0.016294952, - 0.010735819, -0.019272571, 0.023424847, 0.009260668, 0.00033186623, - -0.008120158, 0.0029059104, -0.0024637065, -0.017483268, - -0.0068498896, -0.025255127, -0.005087904, -0.018767195, 0.039992973, - 0.021362368, 0.020365275, 0.017032526, -0.00063513435, -0.015994458, - 0.014041249, -0.00233907, -0.01573494, -0.03275381, 0.0034044567, - -0.003786903, -0.026866864, -0.002344192, 0.0018593045, -0.013658803, - -0.009513356, -0.008598216, -0.001476858, -0.010769966, 0.009636286, - -0.02555562, -0.033600654, -0.019026712, -0.0014128324, 0.04075787, - -0.018302796, 0.018179866, -0.0014307596, 0.0011319732, -0.010667525, - 0.0011703887, 0.0027368825, -0.016636422, -0.0047361897, -0.024613163, - -0.0019019883, -0.010367031, -0.002115407, 0.0157486, 0.02043357, - 0.016868621, 0.024339987, -0.006423052, -0.0059381644, -0.02793225, - 0.015489082, 0.0016808864, 0.009888973, -0.0066313487, -0.04616675, - -0.005443033, -0.010681184, -0.016909597, 0.018070595, -0.008188453, - 0.024708774, -0.035895333, -0.0040634936, -0.03138793, -0.0047635073, - -0.054143492, -0.005132295, 0.0005813528, 0.008236258, 0.009916291, - 0.013699779, -0.016376905, 0.027317606, 0.012470487, 0.021143826, - 0.026484419, -0.016841304, -0.028000545, -0.023110693, 0.0055147414, - -0.024777068, -0.0017995472, -0.00011183145, 0.0055249855, - -0.005122051, -0.009970926, -0.011459735, 0.00023625461, -0.046521883, - 0.010100684, 0.010735819, -0.010401178, -0.008400164, -0.032207455, - -0.17286581, 0.0052757123, 0.027577123, -0.036059238, 0.034775313, - -0.018275479, 0.028246405, 0.014737848, -0.052777614, -0.007655759, - 0.015775917, 0.005484009, -0.011609983, -0.011780717, -0.046221387, - -0.0036947061, 0.012053893, -0.0070889187, 0.029584967, 0.016691057, - 0.003592265, -0.01973697, 0.009424574, -0.004702043, -0.0012677077, - 0.0115894945, -0.001269415, 0.017182773, 0.0066245194, -0.008850904, - -0.00679184, 0.009875314, 0.015038342, -0.019887216, 0.000078111276, - 0.018056937, 0.0083455285, -0.009158228, -0.018548654, 0.010046049, - 0.013870514, 0.02076138, -0.018794512, -0.008994321, 0.0023134598, - 0.039501257, 0.019368183, -0.028710803, 0.017920349, -0.0054225447, - 0.0065050046, 0.0014640529, 0.029748872, 0.012941715, 0.009718238, - -0.0271537, 0.008038205, 0.004814728, -0.0150246825, -0.0063854903, - -0.0058357236, -0.012190482, 0.0053815683, -0.021280415, -0.004015688, - -0.013515385, 0.001101241, -0.0020556499, -0.020351617, -0.002354436, - 0.006228414, 0.0020897968, 0.00003956251, -0.030541083, - -0.000082433005, -0.005289371, 0.0154481055, 0.011323147, - -0.004056664, -0.0048796074, -0.012866592, 0.020037463, -0.0046576518, - -0.013829538, -0.004524478, 0.014573943, 0.0044561843, -0.0071572126, - -0.008686999, -0.0062454874, 0.0083455285, -0.018302796, - -0.0095611615, -0.034529455, 0.009158228, -0.005306445, 0.009998243, - 0.0070684305, -0.01003239, 0.011336806, 0.012989521, 0.005398642, - -0.024517551, 0.0020556499, 0.044309154, 0.0044220374, 0.008693828, - 0.018097913, 0.02966692, 0.007000136, -0.0053815683, -0.0060030436, - 0.018466702, 0.01677301, -0.007129895, 0.031633787, 0.016144704, - -0.01573494, -0.019764287, -0.00018119256, 0.055837184, -0.0011738033, - -0.03024059, -0.01288708, -0.003090304, -0.025828796, -0.13560459, - -0.020037463, 0.037479755, 0.016936915, 0.008570898, 0.008639193, - -0.022564342, 0.019368183, -0.018097913, 0.03685145, -0.031415246, - -0.03127866, 0.012921227, 0.00913091, 0.0065903724, -0.01094753, - 0.024831703, -0.016827645, -0.033600654, 0.035567522, 0.0014025883, - 0.0052757123, -0.0070547718, 0.01323538, -0.012306581, -0.012907568, - -0.02782298, 0.03458409, -0.009308474, -0.0068840366, 0.0067372043, - -0.00040955067, 0.013877343, -0.0043434994, -0.0016996673, - -0.01539347, 0.022455072, 0.0034027493, 0.013303674, -0.022946788, - -0.00077300286, 0.017387656, 0.024654139, 0.03193428, -0.014683213, - -0.039282717, -0.018056937, 0.025050243, -0.006433296, -0.018207183, - -0.030486448, -0.0027232238, -0.036496323, 0.011773888, 0.01254561, - -0.04460965, -0.000088515444, -0.006057679, -0.017373998, 0.015666647, - -0.019873558, -0.013037327, 0.0014725897, -0.013474409, 0.03332748, - -0.012279264, -0.012586587, -0.021717496, 0.0012216092, 0.0053132745, - 0.001106363, 0.029639602, -0.0007926374, 0.03034986, -0.03843587, - 0.002709565, -0.009369939, -0.012531951, 0.013481238, 0.009253839, - -0.007833323, 0.00031159143, -0.0021427246, -0.033791877, - 0.0105650835, 0.0011900231, 0.0026310268, 0.02110285, 0.012921227, - -0.034775313, -0.036414366, 0.036605593, 0.022728248, -0.013105622, - -0.026743935, 0.018685242, -0.0035103122, 0.00672696, -0.014382719, - 0.02006478, -0.0051391246, 0.003616168, -0.013720267, 0.017920349, - 0.011193389, 0.0066245194, -0.0039098323, -0.010845089, -0.0005907432, - 0.02394388, -0.0062318286, -0.001335148, -0.044172566, 0.02589709, - -0.01790669, -0.01312611, -0.015762258, -0.00032909177, 0.0018575971, - -0.006730375, 0.02237312, 0.0001533414, 0.005808406, 0.013897832, - -0.012449998, 0.005258639, -0.0017329606, -0.01722375, -0.02681223, - -0.0033703095, 0.0076352707, -0.007696735, 0.034392864, -0.03810806, - -0.001269415, 0.029584967, -0.0063854903, -0.014587602, 0.027249312, - 0.008741634, 0.03215282, 0.015052001, -0.008878222, -0.018179866, - 0.00046738714, -0.004473258, -0.019013053, 0.011350465, -0.0021171144, - -0.0024585845, -0.009902632, 0.011528029, 0.020201368, 0.0020932115, - -0.011172901, -0.03264454, -0.016622763, -0.019600382, 0.0093494505, - 0.002748834, 0.003455677, -0.032917716, 0.015407129, -0.0008451384, - 0.028601533, -0.01106363, -0.032535266, -0.0026105386, -0.0020436984, - 0.008721146, 0.015598353, -0.029748872, -0.0065289075, 0.006802084, - 0.024121445, -0.008386505, -0.002914447, -0.013064645, -0.0012514878, - 0.012197311, -0.018453043, 0.0064845164, 0.01757888, 0.0025354153, - -0.028273722, 0.011302659, 0.018070595, -0.0049239984, -0.009943608, - 0.01027142, 0.0074850237, -0.0026532225, -0.012784639, 0.022496048, - -0.020228688, 0.008447969, -0.0018849148, 0.014683213, -0.029612284, - 0.000040176088, 0.010080196, -0.004814728, 0.021881402, -0.0014222228, - -0.0019873558, -0.0135631915, 0.013187574, 0.01299635, -0.010756307, - -0.019764287, -0.017442292, 0.0050093657, 0.016609104, 0.0022161407, - -0.0019515015, -0.010121173, -0.004838631, 0.009636286, 0.027508829, - -0.03674218, -0.011302659, 0.011842182, 0.0031381098, -0.0041352026, - 0.007573806, -0.004524478, 0.038791, 0.014683213, 0.010298737, - -0.016964233, -0.0026054166, -0.0157486, 0.037124626, -0.009103592, - -0.04630334, -0.012313411, -0.012354387, -0.002120529, 0.022741906, - -0.0029844483, -0.02018771, 0.056984525, 0.0023663875, -0.008502604, - 0.016568128, -0.0068157427, 0.020283323, 0.02760444, -0.016609104, - 0.014464672, -0.045210637, -0.0024722433, -0.00889871, -0.011691935, - -0.012012917, -0.024080468, 0.008447969, 0.02988546, 0.017278386, - 0.008311382, -0.0015545425, 0.039856385, 0.01655447, 0.015898846, - -0.006651837, -0.0003282381, -0.004060079, 0.028574215, 0.018330114, - -0.03797147, -0.018657925, -0.00672696, 0.006061094, -0.041468125, - -0.020269664, -0.006935257, -0.012825616, -0.016390564, -0.0062113404, - -0.015543718, 0.0017790591, 0.01573494, 0.0057059648, -0.02394388, - -0.03731585, 0.009308474, -0.0093494505, 0.0024585845, -0.018275479, - -0.040785186 - ], - "metadata": { - "chunkTitle": "Advanced Strength Training", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28767&chunkSid=chunk_57140" - }, - "document": "Andy Galpin: A yoke walk, all kinds of carry modalities that are very, very effective for strength. There's eccentric overload training, which we really haven't gotten into, but it's a really advanced technique where you can actually load at greater than 100% of your one repetition max, but you're only going to do the eccentric portion of it. So physiologically, you are much stronger eccentrically than you are concentrically for a variety of muscle tissue reasons, actually. And so imagine if you can do a bench press at £200, and what you might actually do is load it to 220, and you would have a spotter andy, maybe even use it in a rack, and you would lower it down, under control all the way to the bottom, and then stop. Your friends would lift it back up the top. Andy. Then you just practice that eccentric portion. You would actually be able to lower, say, £220 effectively, despite the fact that you wouldn't have been able to lift it back up.\n\nAndy Galpin: You don't need to start there, but that is a very effective method for increase. In fact, one of my doctoral students right now is doing a project on this at USC, and he's focusing directly on this. And it's quite clear that's oftentimes more effective at strength development than anything else because you can actually just like in the speed example, where you want to actually practice moving faster. So instead of practicing at 100% of your one art max for strength, you actually practice at higher than that to get better at it. So that's another much more advanced tool. Please don't let me get sued by saying all that, folks, be careful. Make sure you're doing the proper exercise in your position and caveat, caveat, caveat. Okay? But outside of that, it can be it's totally fine and safe.\n\nAndrew Huberman: Yeah. With it, when people get injured, they can't train. You can't train, you don't progress, you lose progress. So certainly that's worth highlighting." - }, - "truncated_cells": [] - }, - { - "row_idx": 48, - "row": { - "id": "chunk_57129", - "embedding": [ - -0.015106048, 0.019452918, 0.029942105, 0.0005484211, -0.020127898, - 0.002819728, 0.0077082696, -0.046897598, -0.022841318, -0.016955493, - -0.002676295, 0.041281767, 0.014107078, 0.026864197, -0.014822557, - -0.009976202, 0.038905837, 0.014512066, 0.008295502, -0.02439377, - -0.004545989, -0.009294472, -0.012399379, -0.021626353, -0.014161076, - 0.014998051, 0.010273193, -0.009280972, -0.004549364, -0.023880785, - 0.02772817, -0.028322153, -0.000043979155, -0.002023252, - -0.0093417205, -0.015308542, -0.0024636763, -0.0025193621, - 0.021504857, -0.0062368135, 0.030266095, -0.002305056, -0.0051905946, - -0.0059735714, -0.02406978, -0.017157987, -0.0056428313, -0.038878836, - -0.010340691, 0.020964874, 0.023286805, 0.017319983, -0.024312774, - 0.0133646, -0.010664681, -0.008201005, -0.025122749, 0.018629443, - 0.02880814, -0.021464359, -0.0031977168, 0.019155927, -0.0025666107, - 0.0057305787, -0.018116457, -0.004593238, -0.015092549, 0.009456467, - 0.00167395, -0.006543929, 0.0051264716, 0.024515267, -0.0015988584, - -0.018170457, 0.047356583, -0.0051365965, -0.004323246, -0.006533805, - -0.017643973, -0.017670972, 0.011130417, -0.022017842, -0.024839258, - 0.032561027, 0.0200604, -0.030320093, 0.029348122, -0.0058790743, - 0.010759179, 0.015659532, -0.003295589, 0.0054335874, 0.022166338, - 0.020654382, 0.0046337363, 0.022841318, -0.032291036, 0.009868205, - -0.037609875, 0.013614343, -0.031940047, 0.007323531, -0.009172976, - -0.024582764, -0.01907493, 0.008997481, 0.003675265, -0.0032550902, - -0.004610112, -0.024812259, -0.0088692345, 0.03507195, -0.0057339533, - -0.027944164, -0.0001643154, -0.006891544, 0.009996451, -0.012844866, - -0.005882449, -0.010111198, 0.03858185, 0.02940212, 0.032993015, - 0.003025597, 0.017211985, 0.00318253, -0.021369861, 0.008727489, - -0.003746138, -0.0013972082, -0.0045797382, 0.0013086171, - -0.011157417, 0.0072695324, -0.018966934, 0.003209529, -0.013337601, - -0.0024839258, -0.035206947, -0.015578534, 0.0031842173, -0.016510006, - -0.016442508, 0.008207754, -0.019020932, 0.024852756, 0.018102959, - 0.01842695, 0.010765928, -0.003153843, 0.0016115144, 0.015740529, - -0.010306941, -0.004819356, -0.0014655499, 0.004208499, -0.01803546, - 0.017670972, -0.036826897, -0.036340915, 0.0015651095, 0.011245164, - 0.00602082, -0.0111506665, -0.00971296, 0.018332452, 0.03142706, - -0.007559774, 0.037663873, -0.00385076, 0.009618462, 0.00075682113, - -0.029186128, 0.03180505, 0.011636652, 0.02813316, -0.006533805, - -0.019979402, 0.0070062904, -0.025716731, 0.0023658043, 0.0041545006, - 0.035638936, 0.013317352, -0.00903798, -0.0014613313, 0.020411389, - -0.029591115, 0.00042966683, -0.0010335628, 0.0041916245, - 0.0036077672, -0.023651293, -0.0034997703, -0.64798063, -0.0024484892, - 0.005760953, -0.011238414, 0.033694994, 0.01872394, 0.00209075, - 0.01102917, -0.02845715, 0.028430149, 0.0073100314, 0.015268044, - 0.007154786, -0.0014773621, 0.007816266, -0.004991476, -0.0012799305, - -0.014107078, -0.009449718, -0.004920603, -0.020222396, 0.0034761461, - 0.006888169, 0.01537604, 0.007512525, 0.02570323, -0.011332911, - -0.009172976, 0.016658502, 0.035908926, -0.014971052, 0.018440448, - 0.020546386, -0.0044751163, 0.045601636, -0.012183386, -0.024758259, - 0.019871406, 0.017603474, 0.022476828, -0.0074990257, 0.004103877, - 0.0075665237, -0.0055787084, -0.02103237, 0.023016812, 0.0062098145, - -0.014336571, 0.004971226, -0.006527055, 0.03509895, 0.01235213, - 0.00552471, -0.019547416, 0.01439057, -0.00079310127, -0.0039688814, - -0.01268962, -0.013438848, 0.022571325, 0.02737718, 0.001722886, - -0.01405308, -0.0058115763, -0.011629902, 0.0009728147, -0.037285887, - -0.0050589736, -0.0107321795, 0.014431069, 0.020532886, 0.009098728, - -0.0028922886, -0.0012217135, 0.018831937, 0.026823698, 0.017765468, - 0.009733209, -0.0018089459, 0.018818438, -0.026283715, -0.002477176, - -0.021140369, 0.0033732117, 0.012817867, -0.0049341023, -0.029159129, - 0.0037596375, -0.008126757, -0.014552565, -0.009874955, 0.027917165, - 0.0065371795, -0.013479347, -0.021774849, 0.019641913, -0.002293244, - -0.014998051, -0.019520417, -0.022436328, 0.000536609, 0.027701171, - 0.021693852, 0.0010504373, 0.01270987, 0.0124871265, -0.020316893, - 0.006834171, 0.022611823, -0.016914994, 0.0053964634, -0.005949947, - 0.018021962, 0.011481407, -0.008315751, -0.024798758, 0.013195856, - -0.001937192, -0.004940852, 0.007924263, 0.026918195, 0.006719424, - 0.018507946, 0.0031335938, -0.009726459, 0.026958695, -0.02078938, - -0.016591003, 0.020667883, -0.0012984924, -0.018831937, 0.0075665237, - 0.050029505, -0.029510118, 0.02274682, 0.02138336, 0.0093687195, - 0.014107078, 0.0267562, -0.041281767, -0.013330852, -0.014795558, - 0.018791439, -0.021990843, 0.0029530367, -0.014228575, -0.029321123, - -0.0023489299, 0.0234083, 0.0033242756, -0.003972256, -0.01405308, - -0.0058048265, 0.006817296, -0.021342862, 0.00010383088, -0.017576475, - -0.040228795, -0.025649233, 0.011292412, -0.017697971, 0.005271592, - 0.0035942674, 0.018804938, -0.014809057, -0.008194255, -0.014809057, - -0.0035638935, -0.026216216, -0.005480836, 0.025581734, -0.0267697, - -0.0134050995, 0.00967921, -0.0066823, 0.0019540666, 0.018305453, - 0.007721769, -0.003022222, -0.004819356, 0.005490961, -0.0025767353, - -0.008504746, -0.004245623, 0.028268155, 0.011582654, 0.0050960975, - 0.010381189, -0.02637821, 0.024015782, -0.0007838203, -0.009766958, - -0.023529796, -0.01472806, 0.010414938, -0.0018848812, -0.0067700474, - -0.0057069543, 0.009064979, 0.009922204, 0.037231885, -0.032885015, - -0.014998051, -0.012784118, 0.021356361, -0.006597928, 0.01137341, - -0.006402184, 0.04279372, -0.005750828, -0.010333941, 0.016226515, - -0.012142887, -0.00075724296, -0.012817867, 0.035395943, 0.0016207952, - 0.01036769, -0.01939892, 0.028241156, 0.0107321795, -0.00225612, - 0.03245303, -0.007931013, -0.028916135, 0.016321013, -0.015146547, - 0.025365742, -0.0008968794, -0.025338743, 0.0040633786, 0.010738929, - 0.0013524909, -0.0020603759, 0.02072188, 0.002823103, 0.0064055584, - -0.0062300637, 0.04892254, 0.0046539856, 0.027174687, -0.0004855636, - 0.008585744, -0.021329362, 0.035908926, 0.00062055956, 0.025959725, - 0.0012208697, -0.012277883, -0.012102388, -0.00342721, 0.003482896, - -0.02473126, -0.0045898627, -0.017994963, -0.02942912, 0.0015921086, - -0.0004056207, 0.009868205, 0.020870376, 0.005997196, 0.02775517, - 0.026594205, 0.0062266886, 0.009625212, 0.01835945, 0.0061693154, - -0.008329251, -0.009989701, -0.002841665, -0.013594094, 0.012635622, - 0.00032040448, -0.020559885, 0.018318953, 0.0029901606, 0.028565146, - -0.009247224, 0.02309781, 0.007249283, -0.0016899807, -0.033398002, - -0.021504857, 0.00735053, -0.008443997, -0.01305411, -0.01771147, - 0.0044751163, -0.00869374, 0.012500626, -0.033452, 0.02573023, - -0.025635734, -0.0041275015, -0.01505205, 0.034747962, 0.031346064, - -0.013546845, 0.021693852, -0.030860078, -0.021302363, -0.0075800233, - 0.017414479, -0.04211874, 0.020370891, 0.01104942, -0.027161188, - -0.0267697, -0.0046742354, -0.020532886, -0.009665711, -0.005254718, - -0.0057002045, 0.011339661, 0.0072830324, 0.01470106, -0.020262893, - 0.005160221, 0.047302585, -0.02813316, -0.011062919, -0.032831017, - -0.010590433, -0.025527736, 0.092337236, 0.0267562, -0.0018494447, - 0.022922315, -0.017373981, 0.011839146, 0.014228575, 0.0005551709, - 0.051055472, 0.002762355, 0.0073707798, -0.010246194, -0.01069843, - 0.0034693961, 0.008349501, 0.01169065, 0.007229034, -0.025689732, - 0.00016663564, -0.010401439, -0.0052108443, 0.007526025, 0.021842347, - 0.043333706, -0.00037292636, 0.004107252, 0.0069455425, 0.0036685152, - 0.014120578, -0.033020012, 0.009739959, 0.017306482, 0.012439878, - 0.033991985, -0.004829481, -0.021585854, -0.010981922, -0.006813921, - 0.028214157, -0.0055989577, 0.013627842, 0.0128786145, 0.01706349, - 0.01070518, 0.023894286, -0.0031892797, 0.00005542217, 0.014849556, - -0.00027906196, -0.019695912, 0.007512525, 0.017508976, -0.030185098, - 0.003540269, 0.01070518, -0.018089458, -0.01575403, -0.016483007, - -0.010549935, -0.013513096, 0.0031251565, 0.012973112, 0.011515155, - 0.00903798, 0.0008255847, -0.0071075372, -0.0068712947, 0.008896234, - 0.010657932, -0.02470426, -0.039202828, -0.03113007, 0.00088844215, - 0.02273332, 0.007755518, 0.017832967, 0.025581734, -0.0012183386, - -0.004087003, -0.00070155715, -0.004961102, -0.02374579, -0.032561027, - -0.021221366, 0.0044109933, 0.009510466, 0.0029327874, -0.0074517773, - -0.013303853, 0.002296619, 0.004302996, 0.012156387, 0.0017051678, - -0.0069455425, 0.0075732735, -0.00702654, 0.025122749, 0.023192307, - 0.0003874806, -0.0026746076, -0.007937763, -0.025757229, 0.015835026, - -0.035260946, -0.015443538, 0.006219939, 0.020600384, -0.0052378434, - -0.005393089, -0.038392853, 0.012885365, -0.0066046775, 0.020141399, - 0.010880674, 0.016240014, 0.027201686, 0.01871044, 0.007951262, - 0.015335541, -0.010745679, -0.021923345, -0.033478998, 0.030509088, - 0.024312774, -0.021545356, 0.0065371795, -0.0037157638, -0.015889024, - -0.00012613686, 0.016186016, 0.0039283824, 0.016591003, - -0.00091375393, -0.02278732, -0.03142706, -0.02905113, -0.015349041, - 0.010117947, -0.0027032942, 0.0018089459, -0.015173546, 0.008153756, - 0.012446628, -0.004404243, 0.05183845, -0.023138309, -0.005956697, - 0.018197456, 0.002387741, 0.012608623, 0.0167125, 0.014606563, - -0.0057069543, 0.017643973, 0.0026864198, 0.0024299272, 0.025662733, - -0.012554625, 0.018629443, 0.0267292, 0.04084978, -0.022922315, - -0.013816837, 0.0234218, -0.010171946, -0.003877759, -0.015619033, - -0.026256714, 0.002320243, 0.014957553, 0.016766498, 0.015929524, - -0.013675091, -0.009800707, 0.02840315, 0.047248587, -0.031940047, - -0.016726, -0.027201686, -0.035881925, 0.0005062349, 0.018899435, - -0.011056169, 0.0013094608, -0.025446739, -0.032588024, 0.046600606, - -0.009294472, 0.011947143, -0.0026408585, -0.0015617346, -0.009402469, - 0.022355331, 0.0146875605, 0.028295154, -0.0049644765, -0.016914994, - -0.025325242, 0.004211874, -0.0028737267, 0.001419145, 0.016914994, - -0.020843377, 0.02378629, -0.02238233, -0.0014242075, -0.0267427, - -0.022571325, -0.0029834108, -0.0137965875, -0.008761238, - -0.0048699793, -0.018413449, 0.006543929, -0.014795558, 0.009726459, - -0.005919573, 0.015227545, -0.03858185, -0.015241045, 0.029699111, - -0.014012581, 0.009611713, 0.008781487, 0.050596487, 0.015889024, - 0.03372199, -0.005197345, -0.039904807, 0.01368859, 0.008214504, - 0.015214045, -0.030158099, -0.008066009, -0.024933754, 0.012527625, - -0.010232694, -0.012534375, -0.035989925, 0.043603696, -0.0043536196, - 0.002293244, 0.001186277, -0.011818897, -0.023138309, 0.013108108, - -0.0063110613, 0.018089458, -0.011953892, -0.00012234009, - -0.0066789254, 0.016280513, -0.0025193621, 0.013627842, -0.008828736, - -0.0074112783, -0.018831937, -0.0011997767, -0.009591463, 0.006790297, - -0.0013330851, 0.018251454, -0.012345381, 0.008592493, 0.030914076, - 0.027647173, -0.021140369, -0.017495478, -0.009915453, 0.03045509, - -0.009287722, -0.002296619, 0.006317811, 0.00043494013, 0.011670401, - -0.018291954, -0.005355965, -0.026594205, -0.006844295, -0.0005382964, - 0.016847497, 0.0034407096, -0.011886395, -0.003543644, -0.01707699, - -0.02203134, -0.0067261737, -0.010583684, -0.0040532537, -0.044332676, - -0.025284745, -0.0074787764, 0.0072627827, 0.011157417, -0.0061153173, - -0.014458068, -0.017238984, 0.021342862, -0.017319983, 0.032939017, - -0.01607802, 0.013864085, -0.034342974, 0.020276394, -0.047302585, - -0.015322042, 0.014971052, -0.0013474284, -0.031292066, -0.02438027, - 0.025271244, 0.016091518, -0.018264953, -0.015106048, 0.026189217, - 0.009058229, 0.015106048, -0.023880785, -0.025230745, -0.012925863, - -0.012865115, 0.0053593395, -0.015835026, -0.029861107, 0.027836168, - -0.019142428, 0.008012011, 0.014971052, -0.0043907436, -0.010624182, - 0.007883764, -0.00022548545, -0.022557825, -0.012169886, -0.0117109, - -0.0134050995, -0.01979041, 0.024879755, 0.013081109, -0.012358881, - 0.02537924, 0.005251343, 0.026027221, -0.0016334512, -0.018237954, - -0.0011432471, 0.010954922, -0.018210955, -0.018575445, -0.0071480363, - -0.02506875, 0.036610905, 0.020330392, -0.02945612, 0.0061153173, - 0.01906143, -0.019857906, -0.03307401, 0.023691792, 0.004576363, - 0.011474657, 0.011839146, 0.0012099013, 0.011238414, -0.01037444, - 0.011974142, -0.011535405, 0.017346982, 0.005420088, 0.018858936, - -0.021437358, -0.013425348, -0.021275364, -0.001977691, 0.0053019663, - -0.0021498108, 0.017157987, -0.0020266268, 0.015902525, 0.0077082696, - -0.02239583, 0.015106048, 0.028484149, 0.02170735, 0.016496507, - -0.019965904, 0.010421689, 0.02907813, -0.020019902, 0.014080079, - 0.018993933, 0.032588024, 0.005912823, -0.009206724, -0.0020148146, - -0.020775879, 0.011002171, -0.013135107, 0.043171708, 0.009436218, - -0.0019743158, 0.01605102, 0.0019304423, -0.025487239, -0.0033850237, - -0.0038102611, -0.0015187046, 0.019223426, 0.01572703, 0.0018865686, - 0.012318382, -0.008012011, 0.016186016, 0.014309572, -0.028943134, - 0.0034761461, -0.008936733, -0.000072507595, 0.02439377, -0.014336571, - -0.023880785, -0.013452347, -0.007458527, 0.018143458, 0.023043811, - -0.0064460575, -0.005784577, -0.019209925, -0.042955715, 0.0070062904, - -0.019817408, -0.011056169, -0.008585744, -0.0027674173, 0.011825646, - -0.0010386251, 0.19839007, -0.014593064, -0.0010816552, 0.015457038, - -0.0026071095, -0.0023961784, 0.021207865, -0.0005842794, - -0.009841206, 0.009557714, 0.01706349, 0.016941993, -0.024717761, - -0.003022222, 0.016982492, -0.030941075, -0.013330852, -0.030293094, - 0.0018696941, -0.00701304, 0.010873925, -0.007485526, -0.013783088, - -0.00090362923, 0.030563086, 0.011413909, -0.02474476, -0.013290352, - 0.018170457, -0.0013254916, 0.012163136, -0.008788237, -0.014755059, - -0.008794987, 0.0029176003, 0.00870049, -0.0035841428, -0.025595235, - 0.0005927167, 0.015470537, 0.042712722, -0.005477461, -0.0019793783, - -0.006901669, -0.01738748, -0.0066755502, -0.00036005955, 0.01506555, - -0.0200604, 0.00936197, -0.02139686, -0.008956982, 0.020519387, - 0.0077420184, 0.0233813, -0.01904793, 0.006587803, 0.00094159687, - 0.01037444, 0.03944582, -0.027161188, 0.01970941, 0.013013611, - 0.007917513, -0.009402469, 0.016820498, 0.0051062224, 0.02905113, - -0.015227545, -0.0022628698, -0.016618002, -0.010981922, -0.008147006, - 0.007222284, -0.014755059, -0.0025429865, 0.031967044, 0.03607092, - 0.011906644, 0.0063009365, 0.0022696196, -0.0117783975, 0.0036853899, - 0.033506, -0.024299273, -0.009915453, 0.034990955, -0.010961672, - -0.012554625, 0.00097618956, 0.00701979, -0.018669942, -0.0043704943, - 0.009199975, -0.01136666, -0.010536435, 0.0073302807, -0.0086869905, - -0.009166226, -0.039310824, -0.02238233, 0.056860298, 0.007553024, - 0.013020361, -0.013121608, -0.020006401, 0.017454978, 0.0003895899, - 0.008207754, -0.0032027792, -0.0013035547, -0.026486209, 0.020640884, - -0.01338485, 0.01403958, -0.006493306, 0.0013508033, -0.005312091, - 0.010968422, -0.008875985, 0.0035031452, 0.009220224, 0.033236004, - -0.0035200198, 0.005754203, -0.03809586, -0.03377599, -0.005085973, - -0.0059465724, -0.019317923, 0.014147577, -0.01303386, 0.011508406, - -0.019236924, -0.018210955, -0.013472597, -0.010806426, -0.020991873, - -0.0066013024, 0.01775197, -0.007627272, -0.020910874, 0.022827817, - -0.00060073205, 0.02708019, 0.00618619, 0.010576934, 0.02708019, - -0.028700141, -0.0104689365, -0.014255574, 0.011913394, -0.028430149, - -0.017522477, 0.0054268376, -0.009530715, -0.023543296, -0.021923345, - -0.015916023, -0.008592493, -0.035341945, 0.0036853899, 0.0037663875, - -0.013918084, -0.013533345, -0.017144488, -0.17139088, 0.015551535, - 0.034882955, -0.02305731, 0.031562056, -0.012541125, 0.034963954, - 0.021585854, -0.032615025, -0.005251343, 0.0017397605, 0.010556684, - -0.00969271, -0.025284745, -0.0142690735, 0.002664483, -0.007728519, - 0.020330392, 0.010590433, -0.005453837, 0.009152726, -0.0018342576, - -0.0019355046, -0.021045871, -0.023273304, -0.0047619827, - -0.005291842, 0.007917513, -0.0055753333, -0.008875985, -0.026243215, - 0.0019186301, 0.016550506, -0.022625323, -0.008207754, 0.009807456, - 0.009436218, -0.0028551647, -0.038959835, 0.03237203, 0.028511148, - 0.013101358, -0.026675202, -0.014822557, -0.0050319745, 0.019020932, - 0.012898864, 0.012007891, 0.006655301, -0.014093579, 0.0077150194, - -0.001220026, 0.014917054, 0.012082139, 0.0022341833, -0.011116917, - 0.025649233, 0.009051479, -0.0061524413, -0.030185098, 0.003153843, - -0.011643402, 0.01304736, -0.016591003, -0.006219939, -0.01603752, - 0.013202605, -0.001011626, -0.02775517, 0.021828847, -0.003540269, - -0.025514238, -0.024339773, -0.040741783, 0.025190247, 0.012601873, - 0.000014145573, -0.039202828, 0.015659532, 0.017805967, -0.0027758544, - 0.032021042, 0.00076230534, 0.0038068863, -0.012838116, 0.017333481, - 0.011825646, 0.0040161298, -0.0116231525, -0.012196885, 0.022436328, - -0.034234975, -0.028646143, 0.0006019976, 0.010131447, -0.01807596, - 0.029645113, -0.0013195855, 0.022881815, -0.0022054967, 0.02741768, - 0.0004043551, -0.037204888, 0.009476717, 0.0142690735, 0.00064587133, - 0.0060984427, 0.005477461, 0.018534945, -0.008484497, -0.0077082696, - -0.0019540666, 0.021572355, 0.048031565, 0.012635622, 0.0111236675, - 0.017184986, -0.02042489, 0.014242074, -0.029240126, 0.056644306, - -0.003813636, -0.03809586, 0.0027370432, 0.0049644765, -0.008997481, - -0.12516826, -0.015902525, 0.014309572, 0.013972082, 0.02440727, - 0.0037933865, 0.0024181153, 0.021437358, 0.012831367, 0.029645113, - -0.01838645, -0.015146547, 0.023205806, -0.0032196536, 0.010576934, - -0.023286805, -0.00028749922, -0.014890055, -0.022800818, 0.034882955, - 0.0066148024, -0.0072695324, 0.00869374, -0.004944227, -0.003482896, - 0.011845896, -0.026000222, 0.02878114, 0.012750369, -0.006554054, - 0.011312662, -0.01406658, 0.008201005, -0.02240933, 0.0137965875, - -0.006280687, -0.0058352007, -0.0113599105, 0.017630473, -0.031832047, - 0.009274223, 0.0111506665, 0.0047012344, 0.01303386, 0.0008066009, - -0.006176065, -0.018953433, 0.035908926, -0.015632533, 0.0002784292, - -0.023354301, -0.031400062, -0.0004454867, -0.0015077362, - -0.00027357775, -0.014093579, 0.012257634, 0.019803908, 0.0037596375, - 0.003482896, 0.0047316086, -0.004286122, -0.001176996, 0.018318953, - 0.041929748, -0.027215187, -0.020411389, -0.0123048825, -0.0041308766, - -0.009854705, -0.0062705623, 0.011899894, 0.012885365, 0.019182926, - -0.024150778, -0.0063954336, 0.004583113, -0.01935842, 0.004248998, - -0.009645462, 0.0030897202, -0.0055044605, -0.0009736584, -0.00969271, - 0.00051425025, -0.0023438674, 0.012642372, -0.0024940504, - -0.0005707798, -0.0057272036, -0.02107287, 0.023975283, 0.01505205, - -0.025919225, -0.022611823, 0.004822731, 0.015659532, -0.01470106, - 0.005744078, 0.010381189, -0.0032837768, -0.0057339533, -0.01738748, - 0.018210955, 0.0043569948, -0.009922204, 0.01372909, 0.004110627, - 0.012021391, 0.00735728, -0.016753, -0.0076002725, -0.018561944, - 0.0026104844, -0.011339661, -0.012534375, -0.032291036, -0.0067059244, - -0.00039317575, -0.005622582, -0.0042658723, -0.008416998, - -0.0024079904, 0.02807916, -0.021896346, 0.007296532, -0.02173435, - -0.00902448, -0.0301311, 0.011751398, -0.0075462745, 0.00025248463, - 0.013195856, -0.04206474, 0.005207469, -0.00075428997, -0.017670972, - -0.008626242, 0.009746709, 0.012912364, 0.026256714, 0.021950344, - -0.032318033, -0.018777939, -0.012507376, -0.014944053, -0.003779887, - -0.0015246107, -0.014539065, -0.0012613685, -0.01372909, 0.017927464, - 0.0041578757, 0.0057373284, -0.0071682855, -0.024933754, -0.00702654, - -0.00803901, -0.0059263227, -0.006844295, 0.0011491531, -0.014012581, - 0.023273304, -0.0030863453, 0.0267697, -0.02778217, -0.0032078417, - -0.0017102301, -0.0023793038, 0.014525565, 0.004576363, -0.022868317, - 0.013020361, 0.024029281, 0.031886045, 0.015538035, 0.0060646934, - 0.0004948446, 0.0056698304, 0.014633562, -0.0039688814, 0.000536609, - 0.0069320425, -0.01102917, -0.0022291208, 0.008707239, 0.022301333, - 0.010819927, -0.0045662383, 0.022638824, 0.008909734, -0.0006547304, - -0.00038094172, 0.026891196, -0.028889136, -0.0025514236, 0.021342862, - 0.028592145, -0.007634022, -0.009409219, 0.004282747, 0.010381189, - 0.024933754, -0.009841206, -0.01839995, -0.034585968, -0.006513555, - -0.0029850982, -0.010266443, -0.035989925, -0.024974253, -0.009172976, - -0.007998511, 0.0041342513, -0.005285092, 0.010806426, 0.0047991066, - 0.005622582, -0.0057272036, -0.02141036, -0.017576475, 0.009260723, - -0.00029319435, -0.00035879397, 0.008740989, -0.010313692, - -0.004255748, 0.005443712, 0.024447769, -0.012514126, 0.017414479, - 0.009179725, 0.03577393, -0.000885911, -0.024501767, -0.01942592, - 0.0027134188, -0.039823808, -0.00032884174, 0.035584938, -0.002725231, - 0.069333926, -0.0104419375, -0.018237954, 0.004211874, 0.010327191, - 0.015592034, 0.0102056945, -0.008659991, -0.002488988, -0.010934673, - 0.0032213412, -0.021680351, -0.023489298, -0.033694994, -0.03985081, - 0.024164278, -0.0071682855, 0.010421689, 0.028511148, -0.0061423164, - 0.021774849, 0.000484298, 0.013742589, -0.0016570755, -0.016537005, - -0.009996451, 0.03145406, 0.0074112783, -0.005744078, -0.037258886, - 0.0098142065, 0.0061051925, -0.032912016, -0.014647062, 0.005477461, - -0.017927464, -0.016968993, -0.021855846, -0.0066316766, 0.030914076, - -0.0074720266, -0.0027792293, -0.02540624, -0.0131688565, - -0.021639854, 0.014188075, -0.019196426, -0.008626242, -0.025541237 - ], - "metadata": { - "chunkTitle": "Muscle Training Frequency", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28763&chunkSid=chunk_57129" - }, - "document": "Andrew Huberman: Is the whole nervous system becoming fatigued and is the muscle group and the related musculoskeletal systems becoming fatigued?\n\nAndy Galpin: We're going to go back to thinking about when you make these comments about it takes you three to five days and you've got better results in there. The assumption that you're probably running under is your training style is more reflecting that recovery time than it is your physiology. It's not you it's how you're training. So if you look at again all the Olympic weightlifters that are competing they're going to be squatting or some variation of squatting every day. That's going to happen. A lot of the times they're training multiple times a day and they will be doing some basically barbell full squat multiple times a day every day, six days a week, something like that. They're the best in the world at getting powerful. They're tremendously good at getting strong. You can do it right. It comes down to what does your volume look like what type of movements are you doing, what rep range, what overall volume are you hitting, and how are you doing it.\n\nAndy Galpin: If you look at athletes, they train their legs every day. When they're running around, they're doing speed andy agility training every single day. They don't need three days to recover. Can you imagine a basketball player trying to ask for like three days to recover between practice?\n\nAndrew Huberman: Right. Well, to be fair, as you chuckle at me, I'm doing other things on the intervening days. So I'll train a muscle group, like legs, and then I'll give it four days before I do an indirect.\n\nAndy Galpin: What.\n\nAndrew Huberman: I call an indirect exercise for legs, which for me would be sprinting. Then I get two days and then I'm training them again.\n\nAndy Galpin: But nonetheless, an athlete has to do that every day, right? So the answer is you absolutely can train any of these muscles every single day. It really comes down to volume, Andy. It comes down to movement type and how are you getting it? So in the case of weightlifters and athletes, what we tend to see happen is there's two things. There is a long period of conditioning, and I don't mean endurance. What I mean is tissue tolerance and conditioning. So they're not going to start off their career at that pace, right? Their career might start off at five days a week, but maybe every other of those days is a PVC pipe only. And you're just training the movement patterns. You're working on technique, et cetera. And then eventually, maybe after six months or a year, those PVC pipe days turn into barbell only days. So now you went from a pound to £45. And then eventually, as your years go on, that ratchets up. So it depends on the style in general." - }, - "truncated_cells": [] - }, - { - "row_idx": 49, - "row": { - "id": "chunk_57128", - "embedding": [ - -0.03092874, 0.0045060427, 0.032195445, -0.025611212, -0.012614281, - 0.017535962, 0.0047402517, -0.041036, -0.013577506, 0.00038079527, - 0.0075408593, 0.024911886, 0.011149652, 0.018525576, -0.019699918, - 0.0044730557, 0.03728866, 0.030585673, 0.012858386, -0.014237248, - -0.0073231445, -0.0033267527, -0.0075078723, -0.015253252, - -0.021190936, 0.008233589, 0.018446406, -0.00815442, 0.0031898562, - -0.022866683, 0.029899541, -0.023117386, 0.012370177, -0.003697858, - -0.014421976, -0.010008297, -0.021138158, -0.0012691801, 0.01597897, - 0.00019111922, 0.030189827, -0.0043378086, 0.010582274, -0.009500296, - -0.018354043, -0.006834935, 0.0009211658, -0.038502585, -0.026033448, - 0.0055814236, 0.021877069, 0.0014431872, -0.025571628, 0.023988245, - -0.0070658447, -0.0014588562, -0.014250443, 0.03174682, -0.004090405, - -0.003023271, -0.009045073, 0.006152101, 0.0045522247, 0.025017444, - -0.012535112, -0.024093805, 0.0059475806, 0.0057430607, 0.006541349, - 0.007580444, 0.012211838, 0.02451604, -0.014210858, 0.0078245485, - 0.02228611, -0.009506892, -0.0039320667, -0.0019495398, -0.0057199695, - -0.008114835, 0.0040145344, -0.0019660334, -0.03074401, 0.034359403, - 0.027524468, -0.018301263, 0.009196814, 0.003951859, 0.018723499, - 0.010338169, -0.002033657, 0.027603636, 0.018261679, 0.0017334741, - -0.003018323, 0.008161018, -0.026838334, 0.0135907, -0.03546777, - 0.0042454447, -0.017522767, 0.011136457, -0.020966625, -0.006637012, - -0.013577506, 0.022497227, 0.01277262, -0.019713113, 0.01546437, - -0.027392518, -0.011895161, 0.022457642, 0.021415249, -0.047897324, - -0.0011248614, -0.024331313, 0.007626626, -0.04093044, -0.024608403, - -0.020742312, 0.016902609, 0.021969434, 0.033884387, -0.0075342623, - 0.0009722959, -0.0006609798, -0.033937167, 0.019317267, 0.0317996, - -0.007270365, 0.022470837, 0.0061356076, 0.008081849, -0.0047633424, - -0.008708604, 0.008767981, -0.00930897, -0.004492848, -0.021270106, - -0.033092696, 0.026165396, -0.0018241886, -0.005561631, 0.0025960878, - -0.039452616, 0.015226862, 0.02995232, 0.0025581524, -0.008510681, - -0.005680385, -0.030374555, 0.005561631, 0.0048557064, -0.0070328577, - -0.00029173, 0.0053406176, -0.018459601, 0.010074272, -0.033435762, - -0.025254952, 0.029688423, 0.0140657155, 0.017140117, -0.010212817, - -0.002787413, 0.0235924, 0.026033448, -0.00997531, 0.013762234, - -0.0042949254, 0.013194854, 0.012911165, -0.028474497, 0.015042135, - 0.024252143, 0.012416358, 0.0053604096, -0.0030381153, -0.013696259, - 0.006313738, 0.0025548537, 0.019528385, 0.021573588, 0.02274793, - -0.009698219, 0.028606445, 0.0125021245, -0.010483312, 0.009407931, - -0.015596318, -0.015398395, 0.003318506, -0.015240057, -0.008490889, - -0.6316641, 0.002218385, -0.0075672492, -0.012574697, 0.034412183, - 0.040376257, 0.0035230261, 0.020702727, -0.022959048, 0.026785554, - 0.00953988, 0.023381282, 0.014619899, -0.007501275, 0.028157819, - 0.0017004869, 0.0058090347, -0.011651057, -0.01587341, 0.0049546678, - -0.016572738, 0.0003071927, -0.024925081, -0.0021656055, 7.183722e-6, - 0.029477306, -0.0027065945, -0.010628455, 0.00051789806, 0.019092955, - -0.008715201, 0.037156712, 0.020082569, -0.01187537, 0.055946182, - 0.0042355484, -0.011591679, 0.02182429, 0.0088009685, 0.017087337, - 0.011314588, -0.0034042725, 0.017404014, -0.0010316727, 0.011176042, - 0.025861915, -0.0041794702, -0.0016171944, 0.021481223, -0.0069998703, - 0.020504804, -0.0013483493, -0.0059607755, -0.024885496, -0.011730226, - 0.005505553, -0.0022134369, -0.0075672492, -0.0076662106, 0.007105429, - 0.020518, -0.00082715246, -0.039294276, -0.012838594, -0.033224646, - 0.009612451, -0.03164126, -0.011248614, -0.007455093, 0.010714222, - 0.023064606, -0.004195964, -0.006465479, -0.019765893, 0.01115625, - 0.025782745, 0.0069536883, 0.003110687, -0.00971801, 0.018749889, - -0.011176042, -0.007890523, -0.0151344985, 0.005337319, 0.01225802, - 0.009902738, -0.04520557, 0.0038298066, -0.010582274, -0.008570058, - -0.0072175856, 0.015912995, 0.006600726, -0.0361539, -0.008636032, - 0.008662422, 0.020320076, 0.003988145, -0.01592619, -0.018327653, - -0.01864433, 0.0016237918, 0.0140657155, 0.015965775, 0.008319356, - -0.004733654, -0.016519958, -0.009394737, 0.02579594, -0.0093881395, - -0.012350384, -0.017404014, -0.0125417095, 0.032406565, 0.008589851, - -0.027893923, -0.003720949, -0.007817951, -0.017087337, -0.03087596, - 0.019396437, 0.0030809985, 0.027418908, -0.0018604745, 0.019792283, - 0.02123052, 0.003193155, -0.018446406, 0.012449346, 0.01269345, - -0.005261448, -0.01182259, 0.029424526, -0.023566011, 0.024212558, - 0.020557584, 0.0048458106, 0.0059013986, 0.018090146, -0.025690382, - -0.013445557, -0.0054923585, 0.025941085, -0.0016831687, - -0.0019841762, -0.02690431, -0.035705276, -0.008662422, 0.0065578427, - -0.004542329, 0.017654715, -0.016150502, 0.0023866193, 0.026679996, - -0.026455684, -0.0036615722, -0.030321777, -0.041379064, -0.036734477, - 0.004736953, -0.020768702, 0.015490759, -0.008833955, 0.02313058, - -0.018802667, -0.017377624, -0.0029572968, 0.0039947424, 0.017126922, - -0.019422825, 0.0057628527, -0.021296496, -0.01733804, 0.012911165, - 0.009348555, -0.0067227785, -0.01861794, 0.0083061615, -0.013722649, - 0.007903718, 0.0135907, -0.0021936446, 0.00453903, -0.010212817, - 0.037526168, -0.01064165, -0.00068736944, -0.012733035, -0.024845911, - 0.036549747, 0.023275724, 0.008015874, -0.003171713, -0.026270956, - 0.021771511, 0.016176892, 0.003988145, -0.012442748, -0.00031729502, - 0.021731926, 0.043516632, -0.013933767, 0.012159059, -0.017087337, - 0.016599128, -0.017417207, 0.022866683, -0.0052581495, 0.031614874, - 0.0068151425, -0.028870342, -0.00053191755, 0.0011834136, - -0.011928149, 0.008754786, 0.018631134, 0.0069668833, 0.024450066, - -0.02084787, 0.028395327, 0.0038495988, 0.01679705, 0.018446406, - 0.01133438, -0.025320927, 0.015398395, 0.020834675, 0.00072447996, - 0.009269386, -0.03810674, 7.196608e-6, 0.024304923, 0.0083589405, - -0.010041284, 0.01138716, 0.0047006668, -0.0019858256, -0.012106279, - 0.02592789, 0.0042817304, 0.007890523, 0.007164806, 0.006554544, - -0.013379583, 0.016440788, 0.011255211, 0.025611212, 0.009619049, - -0.012726437, -0.010846171, -0.0036813645, 0.0071582086, -0.01810334, - -0.0071582086, -0.020768702, -0.0223125, -0.0013211349, 0.00005339793, - 0.022708345, 0.027893923, 0.0049381745, 0.023328504, 0.024370898, - -0.0018934617, 0.0074616903, 0.008339148, -0.00020328323, - -0.004298224, -0.026218176, -0.011776408, -0.022893073, -0.020280492, - 0.0115125105, -0.016810246, 0.029635644, -0.014026131, 0.022457642, - -0.007765172, 0.002323944, 0.009764193, 0.0014407132, -0.027946703, - 0.012587891, 0.026297346, -0.020597167, 0.003651676, -0.02908146, - -0.010701027, -0.0013846351, 0.009830167, -0.03267046, 0.04090405, - -0.031535704, 0.0050866166, -0.01312888, 0.016651906, 0.013880987, - -0.0039815474, 0.009177022, -0.03248573, 0.0017301753, -0.011532303, - 0.012864984, -0.04470417, 0.028368937, 0.022009017, -0.039610952, - -0.03892482, -0.004482952, -0.009625646, 0.0046017054, 0.0022777617, - 0.0027610234, 0.017826248, -0.00182089, 0.014910186, -0.01595258, - 0.010107258, 0.04185408, -0.024199363, -0.017166506, -0.031245416, - -0.007857536, -0.004829317, 0.09780026, 0.017562352, -0.0024410482, - 0.032406565, 0.0054197866, 0.011347575, 0.022391668, 0.001030848, - 0.030427335, 0.0021837484, 0.012449346, -0.0031502715, -0.0018835656, - -0.006059737, 0.002130969, 0.014026131, -0.007481483, -0.033910777, - -0.020161739, -0.013603895, -0.0005282065, 0.015253252, 0.015160888, - 0.0389776, 0.013346596, 0.022972243, 0.030427335, 0.009190217, - 0.021969434, -0.022114577, -0.008649227, 0.026020253, 0.020887455, - 0.01864433, -0.012686852, -0.008576656, -0.014725458, -0.000095147276, - 0.002135917, -0.02733974, 0.006234569, 0.0057529565, 0.01861794, - 0.02682514, 0.018314458, 0.0017318247, 0.009018683, 0.0027692702, - -0.012126071, -0.02913424, 0.016612323, 0.002495477, -0.016651906, - -0.009731205, -0.008187408, -0.031456534, -0.013537921, -0.009619049, - -0.025043834, -0.018037366, 0.013333401, -0.0007789088, 0.01274623, - 0.007831146, 0.004017833, -0.0120073175, -0.022681955, 0.0151344985, - -0.006914104, -0.016071333, -0.036549747, -0.01630884, 0.00033956135, - 0.010357961, 0.016691491, 0.018538771, 0.033145476, -0.008418317, - -0.000351313, 0.0025581524, -0.005828827, -0.028157819, -0.026970282, - -0.034913585, 0.0083457455, 0.0088801375, 0.0140789095, -0.026389709, - -0.016876219, 0.010648248, 0.0042058597, 0.016190087, 0.008477694, - -0.013003529, 0.0060795294, 0.01940963, 0.022167357, 0.008603046, - 0.007164806, -0.015992165, 0.01805056, -0.022945853, -0.0046973685, - -0.03813313, -0.0069404934, -0.011393757, 0.025188977, -0.0060036588, - 0.0020946832, -0.0151213035, 0.009678426, -0.015939385, 0.026811944, - 0.012093084, 0.036919203, 0.021072183, 0.019726308, -0.0060498407, - -0.0041431845, -0.0022117875, -0.026416099, -0.029609254, 0.033989947, - 0.0056605926, -0.03639141, 0.016506763, -0.014910186, -0.039267886, - -0.0040706126, 0.009605854, -0.01043713, 0.025162589, -0.009572867, - -0.055893406, -0.027920313, -0.02546607, -0.020518, 0.016414398, - -0.0049810577, -0.0114597315, -0.026640411, 0.004977759, 0.011228821, - -0.014329612, 0.022972243, -0.024172975, -0.011420147, -0.0037143517, - -0.015543539, -0.0060960227, 0.023064606, 0.009823569, 0.0009046722, - 0.018090146, -0.010239207, -0.0034702467, 0.02084787, 0.004479653, - 0.029239798, 0.028157819, 0.033330202, -0.0026571138, -0.03011066, - 0.01312888, -0.007897121, -0.0044433675, -0.012891373, -0.024304923, - -0.0066337134, 0.020557584, 0.0017532663, 0.015200472, -0.003216246, - -0.0067557655, 0.017535962, 0.043226343, -0.029688423, -0.023236139, - -0.020623557, -0.02305141, -0.000060923117, 0.006178491, -0.009665231, - 0.0062411665, -0.030453725, -0.019172125, 0.031087078, -0.02223333, - 0.015715072, -0.01023261, -0.0013681415, -0.019911036, 0.011961136, - 0.02041244, 0.0075672492, -0.0035230261, -0.010852768, -0.010324974, - -0.0151344985, 0.0062939455, 0.014606704, 0.015160888, -0.017852638, - 0.024041025, -0.03011066, -0.010714222, -0.03201072, -0.023988245, - -0.006224673, -0.010509701, -0.012818801, -0.0033844803, 0.0018274874, - 0.013907377, -0.010747209, 0.009962115, -0.014685873, 0.014844212, - -0.01220524, -0.012990334, 0.009144034, -0.016269255, 0.031482924, - 0.0066040247, 0.02546607, 0.0078377435, 0.023948662, 0.004885395, - -0.018855447, 0.026534854, 0.017588742, 0.014329612, -0.0013912325, - -0.020386051, -0.0140657155, 0.00019225315, -0.009005488, - 0.0031651158, -0.030981518, 0.041563794, -0.00063665176, -0.006973481, - 0.0034603507, -0.011044093, -0.00046882968, -0.0028154522, - -0.01277262, 0.016863024, -0.0055088517, -0.016124113, -0.029714813, - 0.030400945, -0.005907996, -0.0013532973, -0.004034327, -0.0027775168, - -0.03823869, -0.014685873, -0.009295776, 0.028843952, 0.0045324326, - 0.016242865, 0.00646218, 0.00546267, 0.014857407, 0.021098573, - -0.04267216, -0.016942194, -0.020425634, 0.03182599, -0.015200472, - 0.010714222, 0.005033837, -0.025624407, 0.017298454, -0.02220694, - -0.015701877, -0.02079509, -0.0097444, -0.003859495, 0.012851789, - 0.005865113, -0.0049546678, 0.012192045, -0.0037506374, -0.016322035, - 0.009229801, -0.0009953869, 0.02375074, -0.03544138, 0.0014102001, - -0.021151353, 0.026864724, 0.012990334, 0.006448985, -0.029662034, - 0.008979099, 0.023420867, -0.00889993, 0.020663142, -0.021679146, - -0.004690771, -0.039663732, 0.031456534, -0.021745121, -0.019304072, - 0.008979099, -0.0037176504, -0.007864133, -0.031509314, -0.007290157, - 0.020729117, -0.023434062, -0.010318376, 0.024779936, -0.00533402, - 0.016691491, -0.028210599, -0.03628585, -0.0039254692, -0.00041481326, - 0.005548436, -0.016572738, -0.0073825214, 0.016968584, -0.013458752, - 0.022404863, 0.023222944, -0.017206091, -0.009348555, -0.009493698, - 0.009526685, -0.030453725, 0.00112816, -0.004215756, -0.011670849, - -0.028685614, 0.047633424, 0.034148283, -0.00007607658, 0.0052548507, - -0.0002068912, 0.011044093, -0.0043246136, -0.0051360973, 0.01597897, - 0.0017450196, -0.012363579, -0.0151344985, 0.00004718707, - -0.010694429, 0.035124704, 0.007092234, -0.021243716, -0.010179831, - 0.002892972, -0.03264407, -0.023526426, 0.03544138, 0.014553925, - 0.019699918, -0.0012328943, -0.0011388808, 0.011611472, 6.616756e-6, - 0.013095893, -0.010094064, -0.0042223535, 0.0001362781, 0.0072637675, - -0.017469987, -0.0056902813, -0.026693191, 0.0034009737, 0.007626626, - -0.0020550985, -0.0013714402, 0.023341699, 0.026732776, 0.024344508, - -0.015688682, -0.0062741535, 0.023262529, 0.015358811, 0.027102232, - -0.019304072, -0.0014011286, 0.036708087, -0.00016390484, 0.012264618, - 0.005413189, 0.01733804, 0.008708604, -0.0046709785, -0.021164548, - -0.00869541, 0.017430402, 0.009698219, 0.007883926, 0.00866902, - -0.00094920484, 0.008352343, 0.012145864, -0.025294537, -0.0073099495, - -0.0072769625, -0.0073099495, 0.007290157, 0.0007698373, 0.003290467, - 0.0055385404, -0.013511531, 0.0271814, 0.022853488, -0.0063071405, - -0.00096652313, -0.008913124, 0.01725887, 0.019620748, -0.008464499, - -0.023790322, 0.014923381, 0.019224903, -0.01456712, 0.00092611386, - -0.016044943, -0.0029737903, -0.04190686, -0.025294537, -0.015094914, - -0.013907377, -0.029530086, -0.008391928, 0.023922272, -0.0055583324, - 0.0028204003, 0.22082908, -0.014831017, -0.0008015874, 0.0055814236, - 0.003569208, 0.0141052995, 0.0065446477, -0.011413549, 0.0039815474, - 0.004354302, 0.01725887, -0.019211708, -0.029266188, -0.0028253482, - 0.024502845, -0.025505655, -0.030585673, -0.023856297, -0.0057892427, - -0.00407721, 0.017351234, -0.008266577, -0.0016221425, -0.007441898, - 0.023631984, 0.018855447, -0.029292578, -0.0014374144, 0.015015745, - -0.015741462, -0.00096075033, -0.025083419, -0.004380692, - -0.019370047, -0.008134628, 0.0035560133, -0.00083869795, -0.03628585, - -0.0053769033, 0.001282375, 0.037948404, 0.007877328, -0.0072307806, - -0.016216476, -0.006656804, -0.009605854, 0.011044093, -0.0024328013, - -0.0040508206, -0.0042916266, -0.034913585, -0.01361709, 0.02123052, - 0.02682514, 0.005047032, -0.028606445, -0.0036219875, 0.0018852148, - -0.0029276083, 0.026218176, -0.015081719, 0.007883926, -0.00364178, - 0.011743421, -0.021969434, 0.022998631, 0.015675487, 0.033224646, - -0.0041035996, -0.013359791, -0.009572867, -0.013293816, - -0.0042685354, 0.0050767204, -0.0012700048, 0.000892302, 0.028368937, - 0.034095503, 0.027735585, 0.008477694, 0.021705536, -0.017377624, - 0.013788623, 0.01779986, -0.013577506, -0.0120073175, 0.025663992, - -0.0054527735, -0.002375074, 0.0061224126, 0.02448965, -0.03826508, - 0.014936576, -0.0038199103, 0.0067425705, -0.027524468, 0.007501275, - -0.0037671311, -0.018116536, -0.02269515, -0.01761513, 0.053333603, - 0.0073363394, 0.0034537532, -0.005921191, -0.015767852, -0.008253382, - 0.011987525, 0.0039452617, 0.0049150833, -0.011690641, -0.01184898, - 0.009691621, 0.0028962707, 0.016691491, 0.017087337, 0.0030117256, - -0.00076159055, -0.00084694475, -0.004779836, -0.01112986, - -0.01910615, 0.03602195, 0.022827098, 0.021270106, -0.030348165, - -0.03362049, 0.001405252, -0.0045489264, -0.020689532, 0.009210008, - -0.0072505726, 0.020702727, -0.022378474, 0.0016674998, -0.0035164289, - -0.016915804, -0.039663732, -0.00009555961, 0.0108857555, - -0.0031436742, -0.015939385, 0.011373965, -0.013511531, 0.040033188, - 0.003397675, -0.0076794056, 0.04174852, -0.0077255876, -0.022655565, - -0.009988505, 0.024423676, -0.024318118, 0.0028946213, 0.0028913226, - -0.0006605674, -0.025941085, -0.013762234, -0.011070483, 0.0140921045, - -0.033462152, 0.002338788, -0.0013376283, -0.012574697, -0.032089885, - -0.0075936387, -0.1654107, 0.034253843, 0.049480706, -0.012970543, - 0.033066306, -0.01633523, 0.04454583, 0.017549157, -0.023777127, - -0.015741462, -0.005802437, -0.0059475806, -0.02620498, -0.030981518, - -0.0008283895, -0.015240057, 0.022404863, 0.029635644, 0.03813313, - 0.005393397, 0.025756357, -0.018947812, -0.0071252217, -0.0026191787, - -0.0003900729, -0.00815442, 0.016599128, 0.017865833, -0.0054230853, - -0.009229801, -0.01772069, 0.012172254, 0.024727158, -0.02894951, - -0.0054527735, 0.008781176, 0.00466768, 0.008352343, -0.03639141, - 0.019198515, 0.033066306, 0.018842252, -0.015569928, 0.00044037827, - -0.009381542, 0.03277602, 0.017588742, -0.017206091, 0.015213667, - 0.006960286, -0.0010704326, -0.01338618, 0.023486841, 0.026218176, - 0.011261809, -0.010001699, 0.026363319, 0.01677066, -0.0049843565, - -0.016810246, 0.0074946773, -0.008761384, 0.041511014, -0.01810334, - -0.022061797, -0.023909077, -0.016374815, 0.01292436, -0.025980668, - 0.006702986, -0.022484032, -0.001161972, -0.007877328, -0.033673268, - 0.010832976, 0.014158079, -0.0028731795, -0.012937555, 0.023170166, - 0.021164548, 0.016058138, 0.03008427, -0.022893073, -0.011651057, - -0.005505553, 0.014817822, 0.016322035, -0.00049893046, -0.018512381, - -0.005159188, 0.019779088, -0.019845061, -0.027682805, -0.017074142, - 0.0076991976, -0.0036615722, 0.008893332, -0.023064606, 0.004275133, - 0.0050437334, 0.022444448, 0.010780197, -0.033989947, 0.019343657, - 0.025571628, -0.0027973093, 0.006346725, 0.006702986, 0.040613763, - -0.014619899, 0.004723758, 0.012864984, 0.013841403, 0.019792283, - 0.0036219875, 0.0043114186, 0.007883926, -0.014646289, -0.009341957, - -0.028659225, 0.043252733, 0.0049678627, -0.03900399, 0.0066963886, - -0.014738653, -0.028289769, -0.13068184, 0.015253252, 0.00072365534, - 0.033726048, 0.016322035, 0.0060894256, -0.007349534, 0.01728526, - -0.0011100172, 0.041986026, -0.033277422, -0.010918742, 0.01500255, - -0.0069207014, 0.001746669, -0.0094145285, 0.008708604, -0.001097647, - -0.028368937, 0.02620498, 0.022523617, 0.0017384221, -0.0048557064, - -0.016467178, -0.0027560752, -0.012159059, -0.021177743, 0.017430402, - 0.012686852, -0.023368089, 0.001333505, -0.015200472, 0.0029226602, - -0.023420867, 0.011037496, -0.004651186, -0.0041794702, -0.009005488, - 0.012739632, -0.033145476, 0.019277683, 0.017351234, 0.020478414, - 0.004449965, -0.0114465365, 0.00032183074, -0.027392518, 0.0300051, - -0.023948662, 0.0034174675, -0.023302114, -0.032828797, -0.032353785, - 0.003193155, -0.00081436994, -0.0068019475, 0.021837484, 0.014408781, - -0.016757466, -0.0070394548, -0.0023569309, -0.016928999, - -0.0052020713, 0.014949771, 0.039531786, -0.0071911956, -0.022800708, - 0.0017351233, -0.003971651, -0.015807437, -0.0099357255, 0.01728526, - 0.0059904642, 0.0151081085, -0.042065196, 0.00864263, 0.0066040247, - -0.023856297, 0.012291007, -0.009322165, -0.0014901939, -0.008748189, - -0.0017037856, -0.028342549, -0.0057562552, -0.0053406176, - -0.008893332, 0.009163827, -0.0011413549, -0.016889414, -0.025241757, - 0.02908146, -0.008702007, -0.0010044583, -0.019660333, 0.00646218, - 0.014342807, -0.010918742, 0.0140657155, 0.010806586, -0.009454113, - -0.0018043964, -0.021415249, 0.0075342623, -0.005023941, -0.008596448, - 0.016322035, -0.017879028, 0.0038100143, 0.014421976, -0.009223203, - 0.0074155084, -0.00902528, -0.0029952321, -0.011248614, -0.018736694, - -0.018222094, -0.004261938, 0.004126691, -0.0077717695, -0.006297244, - 0.013696259, -0.005726567, 0.025083419, -0.008484292, -0.012990334, - -0.012561502, -0.0069668833, -0.014857407, 0.014131689, -0.015226862, - -0.011532303, 0.02728696, -0.030638453, 0.005033837, 0.004542329, - -0.017958198, -0.00889993, 0.0009112696, 0.021164548, 0.012244825, - 0.022510422, -0.024832716, -0.020649947, 0.010978119, -0.01777347, - 0.003938664, 0.008807565, -0.023895882, 0.008372135, -0.009572867, - -0.003064505, 0.021929849, 0.0064390893, -0.0035626108, -0.019000592, - -0.031588484, 0.0025218667, -0.012152461, 0.0047270567, 0.01733804, - -0.01220524, 0.02367157, -0.0048194206, 0.037737284, -0.011162847, - -0.000864263, 0.0073363394, 0.012277813, 0.0130365165, -0.0030809985, - -0.033462152, 0.015596318, 0.003988145, 0.025136199, 0.005393397, - 0.011077081, -0.0039023783, 0.016097723, 0.013749039, -0.0016419347, - -0.003905677, 0.028738394, -0.022602785, -0.010674638, 0.019501995, - 0.037816454, 0.007738782, 0.010173233, 0.020583974, 0.003720949, - -0.009777388, 0.016981779, 0.03074401, -0.037024762, 0.007930107, - -0.004783135, 0.0474487, -0.032195445, 0.0099225305, -0.0013920572, - 0.008200603, 0.026139008, -0.006406102, -0.017047752, -0.02092704, - -0.0119941225, 0.007890523, -0.023249334, -0.014580314, -0.022550007, - -0.010536091, 0.0069207014, 0.023011826, -0.007580444, 0.010753807, - -0.00018565574, 0.0073363394, 0.0153852, -0.018525576, -0.010331571, - 0.033066306, -0.004238847, 0.0015083369, -0.004182769, 0.00818081, - 0.021494418, 0.014606704, 0.012574697, -0.012317397, 0.013999741, - -0.010305181, 0.018538771, -0.007778367, -0.028606445, -0.005980568, - 0.0013178361, -0.043147177, 0.0097444, 0.04261938, -0.0023536321, - 0.067293756, -0.02310419, -0.021151353, 0.0089197215, 0.008187408, - 0.014725458, 0.01679705, -0.0051064086, 0.014158079, -0.023869492, - -0.014342807, -0.011598277, -0.00065809337, -0.018525576, - -0.024357703, 0.023315309, -0.0023041514, 0.01766791, 0.01274623, - 0.0048458106, 0.016427593, -0.015398395, 0.00453903, -0.0040244306, - -0.012785814, -0.002079839, 0.010958327, -0.0033317008, -0.023513231, - -0.028685614, -0.0082929665, -0.002195294, -0.023473646, -0.012838594, - 0.006732675, -0.02405422, -0.013656675, -0.011604874, -0.022101382, - 0.0038199103, -0.0033333502, 0.001194959, -0.024252143, -0.0353886, - -0.011090276, -0.010826378, -0.02266876, -0.013313608, -0.03451774 - ], - "metadata": { - "chunkTitle": "Exercise Selection", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28763&chunkSid=chunk_57128" - }, - "document": "Andrew Huberman: Andy ideally with a spotter, especially bench pressing. Don't bench press alone in your basement kind of thing. A few people die each year from bench pressing alone in their basement or use dumbbells if you're going to do that. Harder to die using dumbbells. I suppose you could drop them on your head or something but not get stuck under them. Exercise selection and frequency of exercise implementation across the week. So I can imagine with this three x five creatine done three to five times per week you could imagine changing up the exercises every workout. Although considering that most of these three by five routines are going to be done with compound movements generally sooner or later one runs out of movements if the goal is to hit all the major muscle groups. However, let me give an example. Andy ask if it's okay to, for instance, do the three by five routine where one of the exercises for back is say a bent over row. You do that Monday, Wednesday and Friday. Okay.\n\nAndrew Huberman: I can imagine one could do that and still recover andy improve over time but five days a week bent over rows five days a week. Is that okay? Can one still progress? Andy there I could imagine it's a strength answer of depends because some people recover more slowly than others. I'm very comfortable doing hitting muscle groups once directly per week and once indirectly. That's worked for me far better than two or three times per week. I get looks of sympathy when I say this but it's just how my physiology works kind of yeah, well and maybe I'm not optimizing a number of different features but the point being that some people really do seem to be able to train a muscle every day and still make progress. Other people seem to have trouble when they train a muscle every day. So how does one establish exercise selection when the goal is to make progress? And this brings up something very important and we're going to have a whole episode about this but local versus systemic recovery." - }, - "truncated_cells": [] - }, - { - "row_idx": 50, - "row": { - "id": "chunk_57127", - "embedding": [ - -0.010586362, -0.009472009, 0.020863928, -0.019575037, -0.014526879, - 0.016137993, -0.01182155, -0.039311185, -0.033940807, -0.02792598, - 0.025307918, 0.037324145, -0.005998044, 0.008713443, 0.004876977, - 0.005860428, 0.04529916, 0.0072970046, -0.007928024, -0.031094503, - -0.014875954, 0.01145905, -0.01797735, -0.02185745, -0.029429685, - 0.020380594, 0.024381528, -0.009364601, 0.011385207, -0.014969936, - 0.04194267, -0.004205679, 0.0013442733, 0.010532659, -0.021750042, - -0.023589397, -0.017064385, 0.0057698027, 0.021642633, -0.008934971, - 0.02742922, 0.0042392444, -0.008881267, -0.011848402, 0.0026247734, - -0.017507441, -0.00237975, -0.020004667, -0.013244701, 0.013150719, - 0.01389586, 0.002670086, -0.014204657, 0.011378494, -0.009089369, - -0.00963312, -0.008619461, 0.025361622, 0.027482923, 0.008223395, - -0.002559322, 0.01946763, -0.0020138926, 0.026583385, -0.005031375, - 0.0097942315, 0.014218083, -0.0017436955, -0.008981962, 0.008747008, - -0.0122780325, 0.024797732, -0.0012486135, -0.015238455, 0.043392673, - -0.0012393831, 0.0023562545, -0.010653492, -0.007135893, 0.012016227, - 0.0052327644, -0.012116921, -0.02089078, 0.020850502, 0.02046115, - -0.021696337, 0.009465296, -0.004746074, -0.014943084, -0.00976738, - -0.00056430954, 0.021548651, 0.030691724, 0.0057530203, -0.002044101, - 0.0018662072, -0.026341716, -0.019051425, -0.026408846, 0.004960889, - -0.011647013, -0.007995154, -0.008109274, -0.0135132205, -0.03539081, - 0.019937538, 0.032544505, -0.016701883, -0.011848402, -0.024985695, - -0.011962523, 0.020568557, -0.026690792, -0.021132447, -0.0026465906, - -0.03823711, 0.026650514, 0.005424084, -0.013660906, -0.025093103, - 0.042103782, -0.005709386, 0.04725935, 0.005937627, -0.0011026063, - 0.015533825, -0.027496349, 0.01847411, 0.01080789, -0.010472242, - 0.032839876, 0.018648647, 0.0075453846, 0.012311597, -0.003611581, - 0.025589863, -0.008968536, -0.004685657, -0.03627692, -0.04221119, - 0.016621327, 0.0107609, -0.01012988, 0.009075943, -0.024851436, - 0.0026818337, 0.018500961, 0.011042845, -0.02003152, -0.0037961877, - -0.031443577, 0.00481656, -0.00056221173, 0.01863522, -0.009498861, - 0.02583153, -0.0016916699, 0.012432431, -0.036169514, -0.00594434, - 0.015574103, 0.03796859, 0.0017671909, -0.040277854, -0.0067666797, - 0.037163034, 0.021172725, -0.011559744, 0.0331621, -0.014097249, - 0.013144006, 0.014365768, -0.02546903, 0.032705616, 0.021065317, - 0.026032919, -0.012264607, -0.016272252, 0.0019249457, -0.03190006, - 0.007659505, 0.01568151, 0.022112543, 0.023401434, 0.009445157, - 0.004081489, 0.021938005, 0.0021229787, -0.005105218, -0.0023629675, - 0.0050817225, 0.018500961, -0.017252348, 0.017937072, -0.6281197, - -0.010250714, 0.0070754765, 0.0014273465, 0.012640533, 0.013070163, - -0.013842156, 0.0023747152, -0.038022295, 0.0331621, -0.01658105, - 0.0010094637, -0.017453738, -0.00008742602, 0.020018093, -0.007706496, - -0.002057527, -0.015117621, -0.013224562, 0.007726635, -0.020138927, - 0.039418593, -0.008686591, 0.0073305694, -0.0086396, 0.0008315699, - -0.005873854, -0.025777826, 0.017400034, -0.0054442235, -0.010928725, - 0.0095458515, 0.030315798, 0.02039402, 0.047071386, -0.03289358, - -0.01687642, 0.0036417893, 0.0083173765, 0.020675965, -0.013909286, - -0.00085464574, 0.014150953, -0.01006275, -0.005544918, 0.019722722, - 0.0041687577, -0.003207124, 0.024931991, -0.0051656347, 0.014312064, - -0.011996088, -0.004960889, -0.0112845125, -0.0004720061, - -0.007834042, 0.015104195, -0.014714843, -0.01538614, -0.009995621, - -0.008881267, -0.0011915532, -0.017950498, 0.004403712, -0.0140032675, - 0.0013023173, -0.025106529, -0.0068606613, 0.0027875633, - -0.0024267407, 0.025173659, -0.0004699083, -0.021226428, -0.007827329, - 0.00981437, 0.030235242, 0.016406512, -0.0034974604, -0.01270095, - 0.022407914, 0.006796888, 0.014553731, -0.0040378547, -0.014244935, - 0.00025803, -0.0009809335, -0.03936489, -0.0076058013, -0.017896794, - -0.011586596, -0.032732468, -0.00438693, 0.002812737, -0.029617649, - -0.00024900943, -0.009284046, 0.003494104, -0.01946763, 0.0007140928, - -0.023226896, 0.0059745484, -0.02513338, 0.012358588, 0.019548185, - 0.021145873, 0.014835676, 0.0006268241, 0.022031987, 0.034155622, - -0.017681979, 0.0022320645, -0.005417371, 0.01055951, 0.011203957, - 0.006165868, -0.031282466, 0.005249547, 0.005625474, -0.0013954599, - -0.007451403, 0.028543573, 0.0028362323, 0.016473642, 0.0023512198, - 0.0020004667, 0.0012242789, -0.005742951, -0.01631253, 0.0031047512, - -0.0033078187, -0.007706496, -0.036008403, 0.026744496, -0.022206524, - 0.02168291, 0.033538025, -0.015654659, 0.0032306195, -0.003398444, - -0.017507441, -0.02248847, -0.005951053, 0.029886167, -0.019883834, - -0.031685244, -0.029322278, -0.017198645, -0.0016069185, 0.021978283, - -0.0005156404, 0.014043545, -0.009431731, 0.015520399, 0.019413926, - -0.028033387, -0.0012293137, -0.015829196, -0.047232497, -0.03262506, - -0.014298638, -0.01326484, 0.013056737, -0.0016983829, 0.008337515, - -0.0014458072, -0.0013459516, -0.0035008169, 0.014728269, -0.01741346, - -0.02039402, -0.0020256403, -0.024958843, -0.01631253, 0.0147551205, - -0.011613448, -0.002394854, 0.008042145, 0.016258826, -0.011358355, - -0.008518767, 0.004907185, -0.010566223, -0.005417371, -0.014083823, - 0.02722783, 0.006686124, -0.011982662, -0.024126435, -0.0025677131, - 0.025119955, -0.016124567, 0.017614849, -0.016862994, -0.016205123, - -0.01096229, 0.000901217, 0.0056456127, 0.010116454, -0.0059007057, - 0.039526, 0.033403765, -0.009901639, 0.012801644, -0.011727569, - 0.01969587, 0.016205123, 0.022891248, -0.010834742, 0.02046115, - 0.02228708, -0.029617649, -0.029134315, -0.006941217, -0.0075252457, - 0.023737082, 0.022703284, 0.02427412, 0.03906952, -0.02626116, - 0.009472009, -0.007740061, -0.001314065, 0.028973203, 0.017587997, - -0.030987095, 0.012667385, 0.008095848, -0.011224096, 0.0005282273, - -0.024650047, 0.0059544095, 0.026408846, 0.008961823, -0.0017369825, - 0.025549585, 0.007901172, 0.020729668, 0.0014902806, 0.034907475, - -0.004373504, 0.0011084802, 0.003571303, 0.010156732, -0.019306518, - 0.031255614, -0.004548041, 0.024153287, -0.0040781326, -0.017883368, - 0.006494804, -0.0028765101, 0.020434298, -0.02235421, 0.011156966, - -0.007860894, -0.0024989052, 0.0039002388, -0.00500788, 0.0025307918, - 0.03246395, -0.0056858906, 0.012606968, 0.017171793, 0.004746074, - 0.020353742, -0.013869008, -0.018178739, -0.0014609114, -0.01687642, - -0.007706496, -0.021468095, -0.009109508, 0.0020222839, 0.0072768657, - 0.01574864, -0.006934504, 0.009357888, -0.004752787, 0.01080789, - 0.009075943, -0.020729668, -0.038586184, 0.021347262, 0.014687991, - -0.007149319, -0.011908819, -0.012036365, -0.0030711864, -0.031712096, - 0.00518913, -0.026422272, 0.028731536, -0.04387601, -0.01170743, - -0.009324323, 0.017963924, 0.016728735, -0.014446324, -0.007672931, - -0.026919033, 0.0051354263, -0.033215802, 0.0030678299, -0.02765746, - 0.016688457, -0.006746541, -0.02589866, -0.019803278, 0.00052990555, - -0.014701417, 0.009478722, -0.0029469964, -0.008290525, 0.028382462, - 0.023737082, 0.00064444565, -0.0032373325, 0.011418772, 0.03512229, - -0.0015465018, 0.014056971, -0.012432431, -0.009257194, -0.013620628, - 0.10515205, 0.03850563, -0.018125035, 0.024811158, -0.01037826, - 0.019306518, 0.006407535, -0.012036365, 0.030154686, 0.010975716, - 0.012647246, -0.0029621006, 0.0073372824, -0.01820559, 0.011975949, - 0.016137993, 0.020340316, -0.02848987, -0.0070486246, -0.012976182, - -0.018098183, 0.0046520922, 0.031175058, 0.024542639, -0.0019501194, - 0.015990308, 0.02161578, 0.0014491637, -0.00085548486, -0.008666452, - -0.009962056, 0.037861183, 0.007699783, 0.015050491, -0.021884302, - -0.006239711, -0.010170158, -0.014419472, 0.01206993, -0.036491737, - 0.0005869658, 0.007471542, 0.016688457, 0.020340316, 0.021951431, - -0.013190997, -0.0013979772, 0.01833985, -0.009109508, -0.02348199, - 0.007176171, -0.0048064906, -0.023159767, 0.01371461, -0.010720622, - -0.021830598, -0.012358588, -0.017373182, -0.025281066, -0.0065887854, - -0.003453826, -0.02172319, 0.018527813, 0.019561611, -0.024650047, - -0.029886167, -0.017937072, -0.0003515921, -0.008867841, -0.014030119, - -0.038693592, -0.029510241, -0.014204657, 0.010525946, -0.010566223, - 0.013681045, 0.017789386, -0.013654193, -0.0067364713, 0.004219105, - 0.008297238, -0.02192458, -0.013164145, -0.034612104, -0.0023898194, - 0.011485902, -0.005175704, -0.010828029, -0.011371781, 0.008532193, - -0.0038633174, 0.0035243123, 0.015641233, -0.011613448, 0.030799132, - -0.0029184662, 0.004782995, 0.022636155, 0.026543107, -0.037001923, - 0.0006935343, -0.014849102, -0.0049172547, -0.031819504, -0.009351175, - 0.017306052, -0.00049298414, -0.00029830786, -0.008834276, - -0.036035255, -0.008921545, -0.008720156, 0.02278384, 0.029751908, - 0.030852836, 0.01245257, 0.042828783, 0.023294026, 0.014701417, - 0.0009322645, -0.020743094, -0.028838944, 0.036706552, 0.032302838, - -0.02736209, 0.01531901, 0.010284279, -0.016258826, -0.02307921, - -0.0006566129, -0.01913198, 0.012996321, 0.0020357098, -0.03866674, - -0.032651912, -0.025737548, -0.0133991, 0.006961356, -0.00852548, - -0.0015741928, 0.0007963267, 0.012942617, 0.009592842, -0.023240322, - 0.012996321, -0.020971335, 0.014446324, 0.006028252, 0.0008009419, - 0.022904674, 0.007988441, 0.012325023, -0.00506494, 0.0018259294, - 0.008243534, 0.008653026, 0.014701417, -0.009928491, 0.01608429, - 0.007162745, 0.030047279, -0.0026398776, -0.0071157543, 0.022233376, - -0.013392387, -0.010781039, -0.01364748, 0.008183117, -0.01658105, - 0.003467252, 0.0036350763, 0.008767147, -0.012788218, -0.006269919, - 0.03694822, 0.036572292, -0.015775492, -0.017574571, -0.034155622, - -0.037565812, -0.013989842, 0.030557465, 0.0021364046, 0.011291225, - -0.033376914, -0.007156032, 0.042103782, 0.0020743094, -0.002621417, - 0.020729668, 0.008693304, -0.0017604779, 0.033376914, 0.0169167, - 0.023884768, -0.0059879743, -0.025025973, -0.0072701527, 0.006363901, - 0.009263907, -0.0053032506, 0.026422272, -0.025348196, 0.005984618, - -0.037753776, -0.002401567, -0.013721323, -0.012821783, 0.017467164, - -0.028033387, 0.0045715366, -0.014097249, 0.008129413, -0.0029839177, - -0.0125331255, 0.005937627, 0.0012360266, 0.013660906, -0.029698204, - -0.01326484, 0.014271786, -0.00037403862, 0.017614849, 0.010593075, - 0.038988963, 0.0098815, 0.009015527, -0.01705096, -0.00906923, - 0.013815304, 0.021293558, 0.0289195, 0.00011097388, -0.006843879, - -0.002779172, -0.0016178271, -0.027469497, 0.010995855, -0.022367636, - 0.035874143, 0.00010693561, -0.00225556, -0.017856516, -0.0003161392, - -0.014271786, 0.00956599, 0.0073238565, 0.02470375, 0.0038834563, - -0.029698204, -0.011291225, 0.03966026, -0.012439144, 0.000619272, - -0.008431497, -0.005249547, -0.020608835, -0.010143306, 0.025160233, - 0.027872276, 0.0033078187, 0.019615315, -0.010982429, 0.003702206, - 0.030584317, 0.014728269, -0.02878524, -0.02632829, -0.01396299, - 0.032222282, -0.016044011, -0.00034802585, -0.0036350763, - -0.023723656, -0.013788452, -0.02520051, -0.006941217, -0.011291225, - 0.00048836897, -0.018823184, 0.026435697, 0.02447551, -0.029617649, - 0.016889848, -0.0070821894, -0.008612748, 0.011653726, -0.006974782, - 0.046614904, -0.03598155, -0.013701184, -0.026892181, -0.0039103082, - 0.023938471, 0.013244701, -0.027952831, 0.00818983, 0.020555131, - -0.005565057, 0.028463017, -0.012909052, -0.011042845, -0.026851904, - 0.033725988, -0.031228762, -0.00663242, 0.0013568603, -0.015802344, - -0.022206524, -0.031873208, -0.000086639346, 0.020662539, - -0.010136593, -0.0028211281, -0.011935671, 0.0046688747, 0.01080789, - -0.024448657, -0.019856982, -5.490349e-6, 0.00544758, 0.028812092, - 0.01996439, -0.005242834, 0.019091703, -0.02563014, 0.0015624451, - 0.031121355, -0.03753896, 0.004333226, 0.012116921, 0.02822135, - -0.014097249, -0.0024619838, -0.0105527975, -0.014634287, - -0.008149552, 0.019105129, 0.0236431, -0.008606035, 0.0033279578, - -0.0011957488, 0.0043231566, 0.014164379, -0.009257194, -0.00938474, - 0.022770414, 0.015923178, -0.022112543, -0.0060014003, -0.014661139, - 0.041996375, 0.01933337, -0.011700717, -0.00040068073, -0.005813437, - -0.02125328, -0.023804212, -0.017010681, 0.01804448, 0.012351875, - -0.0019920755, -0.023589397, 0.007995154, -0.0019283022, 0.0063873962, - -0.0125264125, 0.021776894, -0.001575871, 0.025361622, -0.018756054, - -0.006343762, -0.031953763, -0.02248847, 0.022233376, 0.009337749, - -0.0019853625, 0.014835676, 0.024435231, 0.02921487, 0.0053166766, - -0.0027758155, 0.024623195, -0.0027388942, 0.03823711, -0.01545327, - -0.00009214608, 0.026502827, 0.012902339, 0.003984151, 0.0014273465, - 0.01687642, -0.011123401, -0.013318544, 0.0065115863, -0.0112777995, - -0.006974782, -0.00057689636, 0.018353276, 0.016218549, 0.00008968116, - 0.026690792, 0.023253748, -0.0032020893, -0.016903274, 0.0006448652, - -0.007706496, 0.018500961, 0.013587063, -0.0070821894, -0.0012972825, - -0.0110227065, 0.032302838, 0.00031005556, 0.000574379, -0.0020592052, - 0.0026600165, 0.007975015, 0.024945417, 0.02407273, -0.013050024, - 0.006981495, 0.0060785995, 0.0020071797, 0.008203256, 0.006598855, - -0.0027019726, -0.017507441, -0.011667152, -0.020877354, -0.023173193, - -0.02589866, -0.0033514532, 0.014674565, 0.020810224, 0.0011655404, - 0.21084113, -0.020702817, 0.0008592609, 0.015775492, 0.013694471, - 0.007914598, 0.01791022, 0.0015658016, 0.0065350817, 0.009908352, - 0.020877354, 0.02125328, -0.03047691, 0.0029151097, 0.016299104, - -0.016930126, -0.016849568, -0.04454731, 0.008807424, 0.0137616005, - 0.012499561, -0.00019656432, -0.017923646, -0.007491681, 0.02039402, - 0.019105129, -0.0012805001, 0.010673631, 0.014526879, -0.010586362, - -0.0035276688, -0.026046345, 0.009747241, -0.0034504696, -0.023173193, - 0.0050414447, 0.015963456, -0.027066719, -0.004876977, 0.018876888, - 0.034075066, 0.006954643, -0.025844956, -0.0016866352, -0.00062095025, - 0.015359288, 0.005793298, -0.0005647291, -0.008142839, 0.022837544, - -0.027053293, -0.024891714, 0.005373737, 0.019561611, 0.0058704973, - -0.022595877, 0.0038633174, -0.0060383216, -0.0008105918, - 0.0064041787, -0.008283812, 0.0062363544, 0.022663007, 0.034719512, - -0.020810224, 0.020112075, 0.0030090914, 0.0068338094, -0.029188018, - -0.013620628, -0.011727569, -0.015574103, -0.032222282, -0.017306052, - -0.011606735, -0.019655593, 0.029939871, 0.015547251, 0.02652968, - 0.019924112, 0.0054307976, -0.016352808, 0.011566457, -0.00060248957, - -0.01827272, -0.03783433, 0.022770414, -0.007901172, -0.0020055014, - -0.022407914, 0.0056388997, -0.016044011, 0.00072961656, 0.009102795, - -0.011834976, -0.0049441066, 0.010351408, 0.0026298082, -0.007243301, - -0.0374047, -0.018111609, 0.045191754, 0.011613448, 0.022058839, - 0.008867841, -0.031980615, -0.0072835786, 0.009337749, -0.0010346373, - -0.002958744, -0.013284979, -0.017238922, 0.013855582, -0.006803601, - 0.010217149, -0.00237975, -0.013459517, 0.018756054, 0.013526646, - -0.028731536, -0.022273654, -0.011170392, 0.025119955, -0.0016362878, - 0.000866813, -0.027818572, -0.041754708, 0.00072416227, 0.00920349, - -0.024327824, 0.016339382, -0.0169167, 0.028624129, -0.026717644, - 0.00895511, -0.022703284, -0.016769012, -0.028704684, -0.011881967, - 0.0054576495, -0.00036606696, -0.0037458404, 0.019454204, - -0.004470842, 0.01913198, 0.016473642, 0.0049373936, 0.028275054, - -0.02490514, -0.0061356598, -0.0055549876, 0.01754772, -0.026153753, - 0.0018964156, 0.00036292025, -0.0025492525, -0.01680929, -0.008337515, - -0.023065785, -0.008136126, -0.056550108, 0.033538025, 0.015412992, - -0.017802812, -0.030154686, -0.018380128, -0.16905957, 0.011687291, - 0.0479575, -0.02264958, 0.037136182, -0.007142606, 0.028006535, - 0.0331621, -0.030450057, -0.017628275, 0.017252348, -0.0102977045, - 0.010747474, -0.02456949, -0.026583385, -0.0035478077, 0.026919033, - 0.016339382, 0.034585252, 0.016003734, 0.007887746, -0.01445975, - 0.008988675, 0.0038096136, -0.01333197, -0.0013862295, -0.0049172547, - 0.035498217, -0.0022740206, -0.011613448, -0.016782438, 0.0057060295, - 0.009055804, -0.019870408, -0.0019383717, 0.007384273, 0.00877386, - -0.016473642, -0.053488992, 0.00088359544, 0.013566924, 0.015788918, - -0.011002568, -0.0145000275, -0.016956978, 0.018245868, 0.027321812, - -0.0095525645, 0.00963312, 0.004353365, 0.014164379, -0.0038800999, - 0.018608369, 0.011613448, 0.010103028, -0.0359547, 0.004809847, - 0.0026885467, -0.0018897026, -0.010834742, 0.00024963878, - -0.006954643, 0.025119955, -0.018782906, -0.0070956154, -0.02483801, - -0.001183162, 0.0030661516, -0.018514387, 0.009928491, 0.018863462, - -0.009223629, -0.014352342, -0.017534293, 0.024126435, 0.0059544095, - -0.00870673, -0.004017716, 0.0038566045, 0.01568151, -0.0093041845, - 0.0042459574, -0.0070821894, -0.0006926952, -0.01281507, 0.0030158043, - 0.019655593, 0.007975015, -0.01667503, -0.025656993, 0.015157899, - 0.0028328758, -0.04290934, -0.026006067, 0.0070889024, -0.00016048207, - 0.008673165, -0.008223395, -0.013338683, -0.011975949, 0.008129413, - 0.014365768, -0.028838944, -0.0049642455, 0.0409223, -0.01019701, - -0.009774093, 0.008183117, 0.022824118, -0.007713209, 0.00020464086, - -0.010640066, 0.009472009, 0.029456537, -0.010035899, 0.026180604, - 0.02271671, -0.021306984, -0.0145000275, 0.009431731, 0.052012134, - -0.0032373325, -0.031040799, 0.007975015, -0.028704684, -0.026449123, - -0.12405579, -0.0007623423, 0.016003734, 0.011962523, 0.0063806833, - -0.00019624965, -0.023562545, 0.018608369, -0.010237288, 0.040895447, - -0.018219016, -0.026435697, 0.00594434, -0.012512987, -0.005360311, - -0.015345862, 0.013949564, -0.0058235065, -0.037001923, 0.04398342, - 0.013842156, -0.012956043, -0.0075118197, 0.0095391385, -0.013976416, - -0.009653259, -0.0324908, 0.0352834, -0.007914598, -0.0061625117, - 0.019601889, -0.031148206, 0.0017789386, 0.0026868684, 0.0011160322, - -0.017400034, 0.007860894, -0.0017923645, -0.0044943374, -0.027254682, - 0.0010849847, 0.043151006, 0.008498628, 0.009861361, -0.010082889, - -0.01488938, -0.017400034, 0.04247971, -0.016862994, -0.024448657, - -0.02513338, -0.008129413, -0.03332321, 0.011425485, -0.01001576, - -0.026878756, 0.018809758, -0.00906923, 0.0043097306, 0.009774093, - -0.014849102, -0.025495881, -0.020138927, 0.01213706, 0.032866728, - 0.0035142428, -0.025549585, -0.013775026, 0.0071224673, 0.011600022, - 0.0026365211, 0.02314634, -0.00025949845, 0.030100983, -0.039284334, - -0.0028916143, -0.01107641, -0.027388941, 0.0068808002, 0.01089516, - 0.017185219, -0.0059409835, -0.012640533, -0.025348196, 0.009868074, - -0.0062430673, 0.011405346, -0.0039338036, 0.027013015, -0.04938065, - -0.022622729, 0.030879688, 0.029295426, -0.016970403, -0.021078743, - 0.026945885, 0.022099117, -0.019427352, 0.00154818, 0.007867607, - -0.0016262183, 0.004256027, -0.02052828, 0.03047691, 0.008048858, - -0.009116221, -0.0028798666, -0.013788452, 0.0055046403, 0.014083823, - -0.0070217727, 0.016097715, -0.01617827, 0.0046252403, -0.02440838, - -0.02314634, -0.019763, -0.017359756, -0.011089836, -0.013378961, - -0.007223162, 0.0023260461, -0.0049910974, 0.015117621, -0.0097875185, - 0.01080789, 0.015668085, -0.011928958, -0.02168291, 0.014674565, - 0.01820559, -0.00544758, 0.024019027, -0.01439262, -0.0007942289, - 0.0073641343, -0.021911154, -0.007706496, 0.033296358, 0.010566223, - 0.022125969, 0.03442414, 0.004148619, -0.00970025, 0.010163445, - -0.022313932, -0.0065485076, -0.0070821894, -0.032222282, - -0.008606035, 0.016594475, 0.024435231, 0.011942384, 0.0011655404, - -0.014567157, -0.010358121, -0.033430617, -0.013922712, 0.004934037, - -0.00538045, 0.025415326, -0.024650047, 0.022031987, 0.0007594054, - 0.011606735, -0.016352808, -0.011015994, -0.0027187553, -0.0022538817, - 0.03681396, -0.019306518, -0.027979683, 0.0066022114, 0.0077736257, - 0.017628275, 0.011834976, 0.01389586, -0.012586829, -0.00018638997, - 0.010176871, -0.02192458, 0.003917021, 0.022971803, 0.0011605057, - -0.003950586, 0.0019081633, 0.02089078, 0.0036518588, 0.008767147, - 0.016661605, -0.00438693, 0.0034907474, -0.0033866963, 0.02019263, - -0.022703284, 0.0003677452, 0.01568151, 0.026381994, -0.025093103, - 0.015520399, -0.000099593286, 0.0016262183, 0.033000987, -0.012083356, - -0.025495881, -0.021172725, -0.016205123, 0.016487068, -0.011814837, - -0.018675499, -0.0032792885, 0.0020625617, 0.0039606555, 0.021441244, - 0.023428285, 0.000084646425, -0.009498861, 0.00013425952, 0.011808124, - -0.029134315, -0.014701417, 0.013989842, 0.0107877515, 0.00082821335, - 0.032705616, -0.008095848, 0.019601889, 0.028812092, 0.027711164, - -0.0030158043, 0.0115328925, 0.0017604779, 0.014164379, -0.0023126202, - -0.022125969, -0.014352342, -0.011170392, -0.023052359, 0.0012058183, - 0.026032919, -0.0040647066, 0.0705131, 0.0033900528, -0.010002334, - 0.011203957, -0.006763323, 0.0028194499, 0.0062363544, -0.018460684, - -0.0013870687, -0.03627692, 0.0045916755, -0.0054643624, -0.015694937, - -0.02533477, -0.02307921, 0.013338683, 0.0097875185, 0.026502827, - -0.0021196222, -0.027738016, 0.03453155, -0.013627341, 0.016769012, - 0.0015624451, 0.0030241956, -0.013627341, 0.020863928, 0.028543573, - -0.017520867, -0.011586596, 0.007840755, 0.0009440122, -0.028624129, - -0.013788452, 0.0073372824, 0.0018745984, -0.016782438, 0.0011244235, - -0.01962874, -0.011472476, 0.008619461, -0.024824584, -0.01913198, - -0.032813024, 0.009747241, 0.0020323533, -0.023186618, -0.019118555, - -0.019064851 - ], - "metadata": { - "chunkTitle": "Training to Failure", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28763&chunkSid=chunk_57127" - }, - "document": "Andrew Huberman: Note captions training to failure. When the goal is strength, should one do it, should one avoid it or does it depend?\n\nAndy Galpin: Well, yeah, it always depends. The way that I'll generally say it is, because of what we just outlined in the brilliant chart, you don't have to go to failure to see strength gains, especially early or even moderate, and I'm talking maybe five plus years. In your lifting career, would you call.\n\nAndrew Huberman: Beginner zero to five years of training, intermediate? Five to 20 years of training?\n\nAndy Galpin: Yeah, something like that.\n\nAndrew Huberman: And then advanced would be people that really put the time and energy into fine tuning their program.\n\nAndy Galpin: The vast majority of people who think they're advanced are really what we would.\n\nAndrew Huberman: Call intermediate in all domains of life.\n\nAndy Galpin: Fair. Even as a scientist, it's quite rare to reach that number of advanced. So I actually don't have any problem going to failure quite often. I'm also fine with people who don't want to go all the way there. You can get most of what you need getting what we call technical failure. So this is like, okay, that was really challenging. Boy, you started to have some breakdowns of technique. We're going to call that good. The only exception here, I want to point out, is people who are either novice or beginners, they really have no concept of what 100% means. And so I think it's actually very fruitful to take them to 100% just to give them a guideline of where it's at. Now, of course, do this on exercises that they are comfortable with or close. And maybe this is on a machine, maybe this is single joint movements or whatever it takes for them to have confidence. But actually, I don't think you should be scared of these. They're not really that much more dangerous than anything else there's.\n\nAndy Galpin: I mean, think about it. If you're going to do a front squat or any exercise and your one rep max is £200, is it really that much more dangerous to do one try at £205 than it is to do five tries at £190? Is it really that much more? No, it's not. So you can do like we talked about in the first episode, you can do a repetition Max estimate where you get to like, 85% to 95% of where you think you are andy. Then instead of adding load, you just do as many reps as you can, google that number, and that'll tell you the conversion andy estimate of what your unread max is. That's fine. But also, I have absolutely no issue. In fact, I generally encourage it to take people up to that level. Certainly not day one or anywhere close to that, but at some point, let's see what you actually got. I'm just going to cut it off early. What I'm going to consider to be one of max anything more than a minor technical breakdown for that crew, we're going to stop Andy call. That good." - }, - "truncated_cells": [] - }, - { - "row_idx": 51, - "row": { - "id": "chunk_57126", - "embedding": [ - -0.0058616316, 0.0052937227, 0.017943218, -0.024433607, -0.01202074, - 0.01111479, -0.008762024, -0.033317327, -0.0406731, -0.020133724, - 0.018578736, 0.033966366, 0.0050097685, 0.009181195, 0.0024575584, - -0.00023029046, 0.03640026, 0.0059427614, 0.0016479502, -0.012987537, - -0.020498808, 0.0002421219, -0.02166167, -0.005317386, -0.018484084, - 0.008302288, 0.027611192, -0.0059562833, 0.0026485517, -0.015441715, - 0.029531267, -0.017916176, -0.0043843924, 0.004066634, -0.023514135, - -0.012777952, 0.0017493624, 0.014535765, 0.022026755, -0.0042288937, - 0.018889735, -0.0068960376, -0.0052092127, -0.0018068294, - 0.0017231642, -0.010587445, -0.0009794739, -0.015969058, -0.023771046, - 0.016090754, 0.0030237772, 0.01086464, -0.024812212, 0.007950725, - 0.0036880278, -0.013115993, 0.002908843, 0.016861487, 0.003491964, - 0.0062131947, -0.0057838825, -0.0038976134, 0.000498188, 0.003887472, - -0.021783365, -0.011148593, 0.0013082188, 0.0072476002, 0.011838198, - 0.0108714, 0.0064937687, 0.01687501, 0.0037083102, -0.013967856, - 0.056195945, -0.014157159, 0.013129515, -0.019646946, -0.00791016, - 0.0024896723, 0.01687501, -0.019038472, -0.013041624, 0.01590145, - 0.021053197, -0.028692923, -0.0033550574, 0.004637923, -0.0055134497, - 0.005895436, 0.013190362, 0.009187955, 0.04059197, 0.01104042, - 0.011669177, 0.0076802927, -0.036292087, -0.0023933307, -0.01860578, - -0.021391237, -0.01564454, -0.0072611216, -0.006490388, -0.008660612, - -0.022472968, -0.0003593799, 0.013731227, -0.025664076, 0.0021550118, - -0.009593605, -0.034128625, 0.026056204, -0.011222963, -0.024487693, - 0.009695018, -0.018402955, 0.028016843, -0.023892742, -0.0045331307, - -0.023514135, 0.04280952, 0.015063109, 0.028152058, 0.0020924741, - 0.020552896, 0.008309049, -0.010661814, 0.00017377423, 0.011466352, - -0.0016589365, 0.023405962, -0.0014865355, 0.0043100235, 0.021878017, - -0.019673988, 0.0051990715, 0.012899647, -0.0005370627, -0.02379809, - -0.020755721, 0.024068523, -0.00072594313, -0.012872603, - -0.0037691577, -0.021296587, 0.013683901, 0.010060102, 0.005138224, - -0.023662873, 0.0037083102, -0.0069636456, 0.013555446, 0.0014730139, - 0.022702837, -0.008937805, 0.009924885, -0.019971466, -0.0018541551, - -0.04083536, 0.008707938, 0.019484686, 0.031099776, 0.004134242, - 0.011784111, 0.011101268, 0.010066862, 0.024663474, 0.0071191443, - 0.018849168, 0.007923682, -0.00024613613, 0.0065444745, -0.03055891, - 0.0163071, 0.023811612, 0.031072734, -0.009607127, -0.018970864, - 0.006727017, -0.034804706, 0.008268484, 0.010134471, 0.020133724, - -0.0022107884, -0.009012175, 0.018132523, 0.028855184, -0.006645887, - -0.005418798, -0.010242644, 0.009762625, 0.0100262975, -0.011513678, - -0.0048069437, -0.6312984, -0.011141833, -0.007964247, 0.0046818685, - 0.041781873, 0.019876814, -0.005418798, -0.014954936, -0.03648139, - 0.023081442, 0.0038807113, -0.01104042, 0.000327266, -0.0062131947, - -0.009316411, -0.027800497, 0.002749964, -0.003013636, -0.008917523, - -0.008403701, -0.048137046, 0.0028125015, -0.010310252, 0.022865096, - -0.006950124, 0.022297187, 0.00019447925, -0.02396035, 0.004867791, - 0.014427592, -0.0049928664, 0.037184514, 0.016996704, 0.019403556, - 0.039212763, -0.047001228, -0.003549431, 0.029098574, 0.021783365, - 0.027773453, -0.01441407, -0.009181195, 0.0073828166, -0.017240094, - -0.0154687585, -0.00782227, -0.0019335948, 0.004147764, 0.021796886, - -0.013886726, 0.010398143, -0.021066718, 0.0054154177, -0.006108402, - 0.021607583, -0.017253615, 0.017902654, -0.008207637, -0.01564454, - -0.023933306, 0.007666771, -0.004959062, -0.008633568, -0.017578134, - -0.017916176, 0.00043776317, -0.022770446, -0.01590145, 0.00946515, - -0.0012963874, 0.0072273174, 0.0070853406, -0.017726872, -0.016942617, - -0.0040159277, 0.011222963, 0.008640329, 0.0031978684, -0.014184202, - 0.013055145, -0.0059326203, 0.009073022, -0.0051821694, -0.0045669344, - 0.0056926114, 0.01860578, -0.02232423, 0.002956169, 0.00039360655, - -0.002602916, -0.01868691, 0.010337295, 0.005567536, -0.021702236, - -0.018010827, 0.015779756, -0.0013977997, -0.028125016, -0.011101268, - -0.030748215, -0.0055540144, -0.012250608, 0.009857277, 0.018348869, - 0.0038097226, 0.0012735697, -0.00889048, -0.0039517, 0.01820013, - -0.011574525, 0.017916176, -0.017997306, -0.0009836995, 0.016699228, - 0.012791473, -0.0316136, 0.014887327, 0.009214999, -0.013913769, - 0.0037725382, 0.026096769, 0.0048779324, 0.031018646, -0.0038333854, - -0.009674734, 0.013548685, 0.018321825, -0.005006388, 0.014846763, - -0.021932103, 0.0064633447, -0.014197724, 0.03640026, -0.023730481, - 0.027624715, 0.005837969, 0.02116137, -0.007599163, 0.004536511, - -0.0451082, -0.007362534, -0.00815355, 0.015184804, -0.03777947, - -0.011250006, -0.037103385, -0.02520434, 0.0042187525, 0.023784569, - -0.003319563, 0.018213652, -0.010411664, 0.005121322, 0.013927291, - -0.01227089, 0.009045978, -0.024365999, -0.06490388, -0.051247023, - -0.008173833, -0.012372302, 0.005124702, 0.003088005, 0.007991291, - -0.016807402, -0.0019623283, -0.0017442919, 0.0022412122, - -0.017591655, -0.023906263, 0.0046074996, -0.0047697593, -0.020039074, - 0.022432404, -0.0204312, 0.0025572805, 0.011878762, -0.00091609126, - -0.01103366, -0.011053942, 0.0018642964, -0.0009989113, -0.02494743, - -0.013535163, 0.031099776, -0.0033060415, 0.0019319046, -0.007673532, - -0.009411063, 0.036427304, -0.012663018, 0.008025095, -0.011135072, - 0.0022936086, 0.009796429, 0.006943363, -0.0064667254, -0.0047900416, - -0.0017848568, 0.02437952, 0.038671896, -0.0006815753, 0.018051391, - -0.041538484, 0.017605178, -0.004245796, 0.023568222, -0.024514737, - 0.028692923, 0.018119, -0.0005328372, -0.008336092, -0.022432404, - -0.013467555, -0.0018676767, 0.0147385895, 0.023270745, 0.013203884, - -0.014792676, 0.031234993, 0.010993095, 0.014670981, 0.033885233, - 0.0035764743, -0.03731973, 0.010594207, 0.00025036166, 0.009688256, - -0.010276448, -0.026664678, -0.018713953, -0.008721459, 0.01787561, - 0.0025555904, 0.021188414, 0.017645743, 0.019876814, 0.00387057, - 0.033317327, 0.0057027526, 0.017469961, 0.010431947, 0.011912567, - -0.04083536, 0.013481077, 0.0034953444, 0.043377426, 0.01582032, - -0.009329933, 0.022919184, -0.0022682555, 0.025650555, -0.02339244, - 0.01177735, -0.0052159736, 0.0075247935, -0.0008493281, 0.008221158, - 0.004215372, 0.0344261, -0.0060678367, 0.0120275, 0.033993408, - 0.0027939093, 0.01837591, -0.01910608, -0.017158963, -0.01556341, - -0.019079037, 0.0049523013, 0.00013067399, -0.006679691, 0.011784111, - -0.015874408, 0.0077546616, -0.003475062, 0.00527006, -0.019051993, - 0.0204312, 0.018565215, -0.03499401, -0.024203738, 0.025231384, - 0.01820013, -0.015306499, -0.006713495, 0.0013023032, -0.009708539, - -0.020742198, -0.008396939, -0.02602916, 0.027354281, -0.03375002, - -0.008423983, 0.0037353535, 0.0013327268, 0.049462166, -0.012811756, - -0.004174807, -0.013913769, 0.00436411, -0.0037928205, -0.009032457, - -0.04002406, 0.016036667, 0.0113784615, -0.02487982, -0.020958545, - -0.010060102, -0.017037269, 0.015157761, -0.01787561, 0.00856596, - 0.0023443147, 0.0130348625, -0.0073084473, 4.2750307e-6, - -0.0015110435, 0.04505411, -0.020701634, -0.005922479, -0.015103674, - -0.02172928, -0.020796286, 0.09097361, 0.018416476, 0.013055145, - 0.02222958, -0.021147847, 0.015347064, -0.0020705014, -0.027827539, - 0.018429998, 0.006618844, 0.018768039, -0.011790872, 0.002371358, - -0.006412639, 0.006828429, -0.0033770301, 0.0031488524, -0.028260231, - -0.004472283, -0.0026451712, -0.019903857, 0.00011187046, - 0.0051652673, 0.052274667, 0.0194306, 0.0024338956, 0.032046292, - 0.016929096, 0.013744749, -0.024758127, -0.0006393201, 0.016996704, - 0.0107699875, 0.012264129, -0.026745807, -0.009823473, -0.015549888, - -0.021134326, 0.025799293, -0.023838654, 0.004110579, 0.029044487, - -0.000116624164, 0.017307702, 0.013731227, -0.017835045, -0.011824676, - 0.020444723, -0.0073760557, -0.027164979, 0.016834443, 0.0047629983, - -0.019782161, 0.014427592, -0.01062125, 0.010587445, 0.015009022, - -0.027381325, -0.006348411, -0.017929697, -0.006061076, 0.019619903, - 0.008978371, 0.0064768665, -0.030396651, -0.002807431, -0.0013656858, - -0.0033990028, -0.0068487115, -0.011642134, -0.026123812, - -0.030991603, -0.010688858, 0.005033431, -0.01062801, 0.0015051278, - 0.02172928, -0.005503308, 0.005222734, 0.0038198638, -0.00023472725, - -0.021026153, -0.006635746, -0.032316726, -0.010668576, 0.009248803, - -0.0018085196, -0.0021026153, 0.009438106, -0.007031254, -0.005797404, - -0.019092558, 0.021878017, -0.025312513, 0.011797633, 0.0048711714, - 0.012061304, 0.02208084, 0.020471767, -0.02208084, -0.0034649207, - -0.029991, -0.0051348433, -0.030099174, 0.0030761736, 0.027881626, - -0.00020641631, -0.0056114816, -0.011581286, -0.024190217, 0.00642278, - -0.0077479007, 0.0041308617, 0.029287877, 0.029882828, 0.018795082, - 0.021918582, 0.0013944193, 0.009275846, 0.0022445926, -0.02001203, - -0.020769242, 0.018889735, 0.006804766, -0.030288478, 0.014400548, - -0.020782763, 0.006392356, -0.014197724, 0.007599163, -0.010614489, - 0.019903857, -0.014157159, -0.028719967, -0.021283064, -0.030585954, - -0.017686307, -0.009972211, -0.0012634284, 0.0016631619, 0.004539891, - 0.015022544, -0.0036271804, -0.008572721, 0.020471767, -0.023514135, - -0.00048213106, 0.016780358, -0.021621106, -0.0030322282, 0.04470255, - 0.008876958, -0.0037454949, 0.012980776, -0.009032457, 0.0124128675, - 0.0020789525, -0.005459363, 0.021147847, 0.017983783, 0.018632822, - 0.009498954, -0.031478383, 0.011419026, -0.0077546616, 0.009397541, - -0.012622452, -0.0058582514, -0.017862089, -0.0020941643, 0.012804995, - 0.00807242, 0.0035798547, -0.0204312, 0.022256622, 0.0326142, - -0.021269543, -0.019782161, -0.03210038, -0.031829946, -0.0032096996, - 0.02552886, -0.0021482508, 0.0042052306, -0.040564924, -0.014616895, - 0.05549282, -0.009735582, -0.0010115878, -0.0029595494, 0.02931492, - -0.032587156, 0.03740086, -0.007774944, 0.021337152, -0.016523447, - -0.020769242, -0.022216057, 0.012419628, -0.007477468, -0.003409144, - 0.033641845, -0.030423695, -0.0006925616, -0.026786372, 0.00045973583, - -0.007937204, -0.025217863, 0.014603374, 0.0010994785, 0.0077614225, - -0.004232274, -0.010337295, 0.019606382, -0.012960494, 0.0055709165, - -0.011236484, 0.026448332, -0.024717562, -0.0020907838, 0.027056806, - -0.0020890937, 0.028260231, -0.003904374, 0.023162572, 0.024487693, - 0.0055844383, 0.0045500323, -0.012487236, 0.0113784615, 0.023203138, - 0.027070327, 0.0032485744, -0.020945024, -0.007396338, 0.0019910617, - -0.008099464, -0.0032299822, -0.03780651, 0.025880422, -0.008964849, - 0.011953131, -0.017226571, 0.0015769615, -0.032722373, 0.011351419, - 0.012967255, 0.01284556, 0.02035007, -0.024000915, -0.016212448, - 0.04965147, -0.0067405384, 0.009755865, -0.010749705, 0.0044689025, - -0.02602916, -0.002668834, 0.018795082, -0.00059495226, 0.015252412, - 0.021539975, -0.009701778, 0.008694416, 0.026624113, 0.016117796, - -0.011250006, -0.0066898325, -0.0037218318, 0.030775256, -0.023919785, - -0.001013278, 0.012953733, -0.022351274, 0.005699372, -0.017835045, - -0.012798234, -0.01671275, -0.018740995, -0.0006110092, 0.01902495, - 0.013562207, -0.028801097, 0.003836766, -0.005922479, 0.0021195174, - -0.0097153, -0.003911135, 0.024325434, -0.044945937, 0.0075247935, - -0.023270745, 0.0043776315, 0.0054492215, 0.01671275, -0.022378318, - -0.0009025696, 0.016780358, -0.0025099549, 0.03375002, -0.009451628, - 0.018795082, -0.0378606, 0.010181797, -0.02370344, -0.013312057, - 0.018091956, -0.0027567248, -0.03164064, -0.0008062279, 0.014765633, - 0.004827226, -0.007693814, -0.011885523, -0.017835045, 0.019687511, - 0.0062672812, -0.0041815676, -0.0127171045, -0.007294926, - -0.007281404, 0.017469961, 0.017091356, -0.010783509, 0.020268941, - -0.019051993, -0.0014476607, 0.032343768, -0.012953733, 0.015211848, - -0.011547483, 0.010668576, -0.029017443, -0.015712148, -0.029936915, - 0.007362534, -0.025866902, 0.024176696, 0.025136732, 0.009911364, - 0.017226571, -0.00329421, 0.006950124, 0.010722662, -0.0049218778, - 0.010763227, 0.021675192, -0.009397541, -0.0065579964, -0.0008421448, - -0.011790872, 0.032560114, 0.027327238, -0.031667687, -0.011148593, - 0.008471308, -0.028692923, -0.025353078, -0.011067464, 0.01975512, - -0.01837591, -0.0052497773, -0.004127481, 0.013143036, 0.003938178, - 0.009431345, -0.012095109, 0.0048880735, 0.009147391, -0.0020637405, - -0.021945626, 0.0066695497, -0.024365999, -0.034939922, 0.03088343, - 0.00044283379, 0.010546881, 0.021431802, 0.005567536, 0.017672786, - -0.00068664586, -0.0026384103, 0.026313115, 0.016212448, 0.017010225, - -0.025501817, 0.010120949, 0.01260217, 0.021837452, -0.007294926, - 0.0044181966, 0.0025893943, -0.023324832, -0.016685706, -0.0018271118, - -0.021512933, -0.015536367, -0.014779154, 0.024136132, 0.0062639005, - -0.020120203, 0.039293893, 0.04021336, -0.013940813, -0.011236484, - 0.0024102328, -0.013122753, 0.0032384333, 0.010486034, -0.004070014, - 0.021864494, -0.0061591077, 0.014048986, 0.0051348433, 0.0001488437, - 0.010959291, -0.014914371, -0.002711089, 0.029936915, 0.038347375, - -0.007829031, 0.0018169706, -0.009073022, 0.0035426703, 0.004046351, - 0.00749775, -0.008369897, -0.024568824, -0.024514737, -0.017632222, - -0.036535475, -0.02661059, -0.0055844383, 0.0011222963, -0.001918383, - 0.001079196, 0.200553, -0.023595266, -0.0019454262, 0.021567019, - 0.011885523, 0.007092101, 0.018389434, 0.021147847, 0.000028891945, - -0.0027989799, 0.021512933, 0.0030170165, -0.034290884, 0.0010031369, - 0.0271785, -0.022148449, -0.0334255, -0.03172177, -0.004340447, - 0.029206747, 0.015685104, 0.00073270395, 0.009424584, -0.008085942, - 0.017307702, 0.004397914, -0.015982581, -0.005915718, 0.0071935137, - -0.008309049, -0.005030051, -0.02172928, -0.011885523, -0.008951327, - -0.006409258, -0.0026282691, 0.010999856, -0.005303864, 0.00568247, - 0.00494216, 0.012149195, 0.01614484, -0.0006646732, -0.011953131, - 0.003802962, 0.01778096, -0.012493997, 0.003549431, -0.009972211, - 0.022472968, -0.02546125, -0.0030694127, 0.023662873, 0.02264875, - -0.0032080095, -0.023838654, 0.0028885608, -0.010695619, - -0.0107699875, 0.032506026, -0.014549287, 0.0124128675, 0.012487236, - -0.0012744147, -0.029828742, 0.014346462, -0.016280057, 0.00963417, - -0.021756321, -0.01572567, 0.0017662644, -0.024609389, -0.01902495, - -0.0078831175, -0.016509924, -0.007808748, 0.04416168, 0.018470563, - 0.01705079, 0.01918721, 0.010039819, -0.035453744, 0.009485432, - -0.0013766722, -0.004070014, -0.046135843, 0.0048306067, 0.0116218515, - -0.01004658, 0.011473113, 0.0037759184, -0.011520439, -0.0064768665, - 0.0115001565, -0.0026062964, -0.015211848, 0.0022462828, 0.0046649664, - -0.029666482, -0.014116595, -0.019863293, 0.040456753, -0.008309049, - 0.03269533, -0.005567536, -0.041051704, -0.007774944, 0.009093304, - 0.017172486, 0.0007420001, -0.003204629, -0.037454948, 0.018078435, - -0.017862089, 0.011709742, 0.024433607, 0.01243315, -0.009566561, - 0.025907466, -0.01820013, -0.041700743, -0.021634627, 0.012379063, - -0.011391983, 0.010803792, -0.03293872, -0.048461564, 0.0073490124, - 0.0015144239, -0.008106224, 0.004381012, -0.009458388, 0.011473113, - -0.017956741, -0.009525997, -0.016753314, -0.018646345, -0.010019537, - -0.0025015038, -0.0005831208, 0.021932103, -0.02552886, 0.015685104, - 0.00041621304, 0.035264444, 0.004421577, 0.017172486, 0.03575122, - -0.024176696, -0.011574525, 0.010350817, 0.0059326203, -0.02363583, - -0.008559199, 0.018957341, 0.006314607, -0.01637471, -0.033804104, - -0.028206145, -0.010999856, -0.026123812, 0.010330535, 0.023689916, - -0.009167673, -0.021107282, -0.008856676, -0.17145441, 0.025907466, - 0.045676105, -0.011736785, 0.03274942, 0.013846162, 0.026894545, - 0.028476577, -0.00856596, -0.010837596, 0.019295383, 0.0036339413, - 0.015090153, -0.029206747, -0.0054762647, -0.026542984, 0.023541179, - 0.034696534, 0.05048981, 0.013886726, 0.0063788346, -0.007294926, - 0.0017493624, 0.011006616, -0.011331136, -0.019930901, 0.0032080095, - 0.019633424, 0.01588793, -0.00088482245, -0.009580083, 0.011358179, - 0.031072734, -0.010668576, 0.009451628, -0.013399947, 0.00025860142, - -0.016361186, -0.015374107, 0.035237398, 0.025434209, -0.00067396933, - -0.0318029, -0.0026975675, -0.002841235, 0.03426384, 0.0060002287, - -0.008593003, -0.0040632533, -0.0042018504, -0.0041308617, - -0.002841235, 0.017334744, -0.00023029046, -0.00017768283, - -0.019390035, -0.0010453919, 0.0089918915, -0.0020130344, 0.004918497, - -0.010905204, -0.015374107, 0.03293872, -0.00502329, -0.0037454949, - -0.017077833, -0.00043776317, 0.0189303, 0.0002681088, 0.0113176145, - 0.0035291486, -0.034236796, -0.008403701, -0.024501216, 0.028368404, - 0.010431947, -0.002422064, 0.0036914083, 0.021675192, 0.023933306, - 0.00914063, 0.02091798, -0.013048384, 0.0008514409, -0.006233477, - -0.0035223877, -0.00560134, 0.004955682, -0.015942017, -0.013190362, - 0.012500758, -0.010553641, -0.028125016, -0.016645141, 0.027164979, - -0.010472512, -0.014400548, -0.005625003, 0.009269086, -0.018119, - 0.02222958, 0.0032080095, -0.0326142, 0.013616294, 0.039077546, - -0.0054390803, 0.023000313, 0.002998424, 0.029855786, -0.0039821235, - -0.005425559, -0.0011620161, 0.0040395907, 0.018632822, -0.018957341, - 0.03153247, 0.02923379, -0.026881024, -0.00092369714, -0.0008417222, - 0.063876234, -0.009039218, -0.014806198, 0.013413468, -0.019646946, - -0.023906263, -0.118125066, 0.016523447, 0.032316726, 0.04307995, - 0.020606982, 0.014752111, -0.0032637862, 0.018321825, -0.00930965, - 0.04445916, -0.006554616, -0.039726585, 0.0071664704, 0.004042971, - -0.014481679, 0.0037894403, 0.0005835434, -0.044296898, -0.033290282, - 0.037671294, 0.005804165, -0.015509323, 0.012243846, 0.013629815, - 0.008106224, -0.02546125, -0.029747613, 0.013298535, -0.0035595722, - 0.002411923, 0.028179102, -0.030640041, -0.01309571, -0.00831581, - 0.0102156, -0.014954936, -0.008674134, 0.0018457042, 0.010972813, - -0.04175483, -0.004066634, 0.022824531, 0.009120348, -0.00222262, - -0.008112985, -0.0062368573, -0.015414672, 0.012899647, -0.012818516, - -0.027394846, -0.00052734406, -0.00543232, -0.034723576, 0.02790867, - 0.011060704, -0.016807402, 0.019971466, 0.00017166146, -0.010337295, - -0.0036204197, -0.022824531, 0.0014206175, -0.020769242, 0.010384621, - 0.045081154, 0.0034615404, -0.008694416, -0.010188557, 0.017253615, - 0.0015440024, -0.0063619325, 0.01606371, 0.0016133009, 0.043918293, - -0.03226264, 0.0023460048, -0.009695018, -0.014873806, 0.019146645, - 0.0071867527, 0.011899045, -0.0036609846, -0.011155355, -0.020039074, - 0.008369897, 0.0017611939, 0.0073084473, -0.008964849, 0.00930965, - -0.041511443, -0.030045088, 0.045649063, 0.030937517, -0.012128913, - -0.010533359, 0.03507514, 0.0066830716, -0.0204312, -0.007916922, - 0.002075572, -0.021201935, 0.015712148, -0.022283666, 0.020025551, - 0.022581141, 0.009005413, 0.020147247, -0.013656858, 0.0059630442, - 0.022770446, -0.004046351, 0.009978971, -0.02577225, -0.013548685, - -0.032316726, -0.004735955, -0.022040276, -0.010519837, -0.024271347, - -0.0012566675, 0.0056892307, 0.0077343793, -0.0163071, 0.016604576, - -0.023176095, 0.002207408, -0.009519236, -0.016266536, -0.008295528, - 0.022459447, -0.012872603, 0.009228521, 0.015279455, -0.032343768, - 0.008396939, 0.027327238, -0.023581743, -0.029206747, 0.01687501, - 0.011047182, 0.030261435, 0.016023146, -0.016929096, -0.019917378, - -0.014346462, -0.01481972, -0.015698627, 0.01028997, -0.035264444, - 0.007605924, -0.003813103, 0.022500012, 0.03788764, -0.01144607, - 0.0027347521, -0.026542984, -0.031180907, -0.005121322, -0.0018879592, - 0.0066898325, 0.033560716, -0.022621706, 0.025028558, -0.008714698, - 0.005952903, -0.026502417, -0.02939605, 0.0035832352, -0.0036745062, - 0.021539975, -0.00073988736, -0.022946225, -0.0000603192, - 0.00016173151, 0.0044993265, 0.018078435, 0.012135673, 0.010344056, - -0.0077208574, 0.027002718, -0.01614484, 0.01358925, 0.012284412, - 0.003253645, -0.019565815, 0.007389577, 0.025339557, 0.0014747041, - 0.00889724, 0.04078127, 0.0011662416, -0.0059664245, 0.017442917, - 0.012210042, -0.013217405, -0.008694416, 0.012791473, 0.025271948, - -0.023527658, 0.017997306, -0.0013977997, -0.0037015495, 0.01696966, - -0.0016149911, -0.007862835, -0.016253013, -0.01375151, 0.0026248887, - -0.009864038, -0.039483193, -0.01836239, -0.016536968, 0.010966051, - 0.013379665, 0.020309506, 0.006923081, -0.012446672, -0.015617496, - -0.009823473, 0.00296293, -0.027151456, 0.027489498, -0.006321368, - 0.0045094676, 0.0119869355, 0.001820351, 0.019741597, 0.006950124, - 0.028936313, -0.004837367, 0.0031573034, 0.021526454, 0.0155904535, - -0.0053478093, -0.03274942, -0.02939605, -0.0033702692, -0.0064667254, - -0.016591055, 0.015157761, 0.003392242, 0.07783057, -0.015982581, - -0.023338353, 0.011919327, 0.007998051, 0.025217863, 0.005837969, - -0.021012632, -0.016699228, -0.04643332, 0.0059089577, -0.008410461, - -0.017091356, -0.010377861, -0.011419026, 0.0041849483, 0.002626579, - 0.02057994, 0.0033297043, -0.020809807, 0.04191709, -0.013332339, - -0.014184202, 0.0033990028, -0.010560403, -0.017442917, 0.035886437, - 0.009512475, -0.0068419506, -0.021796886, -0.009100065, -0.009647692, - -0.04359377, -0.0027617954, -0.0049692034, -0.0055945795, - -0.018565215, -0.012730625, -0.0065816594, 0.013731227, 0.010749705, - 0.025758728, -0.03491288, -0.029179703, 0.013183601, -0.01687501, - -0.002175294, -0.020404158, -0.035048097 - ], - "metadata": { - "chunkTitle": "Optimal Rep Ranges", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28762&chunkSid=chunk_57126" - }, - "document": "Andy Galpin: Of course. I got it. So we know specificity is technically optimal, but it's not realistic, not for that kind of extreme situation. So how do we balance these things? Well, it turns out this Prilepin's chart gives you guidelines for how much time, and by time I mean how many repetitions to stand in each of these rep ranges so that you get kind of the best of this world. You're going to find the same thing. By the way, when we get into endurance training, there's only so much training you can do at 95% of your heart rate before it starts becoming quite detrimental. You need to actually spend a lot of time at those lower intensities. So the Pillapin chart walks you through how many sets and it gives you a range. I think that the bottom of it is like, how much time do you spend at 60% to 70% of your one rep max? And it says like a minimum of this set to maximum of this set. But the ideal number of reps per set per week is like 18, and then it walks you through. And so there's four criteria on it.\n\nAndy Galpin: I think it's 55% to 65%. Again, how many reps there? It's like three to six reps per set, 18 to 30 reps total. And I think the ideal rep range is like 24, something like that. So it takes you 55 to 65, 70 to 80, 80 to 90, and then 90 plus percent. What you'll see is the 90 plus percent number is more like one to two reps per set for a total of about seven total repetitions. If you start cruising past that, other bad things start to creep up in there. So that's a really effective chart. What it really highlights, though, is even somebody who's trying to maximize strength, you're going to spend something like 35 or so percent of your training time between this, like 55% to 65% range. So you're asking earlier, like, well, do I even count that one? The, the answer is yeah, you know, in that range, if it's below 55, 60%, you probably don't count it. Now, again, some coaches don't count unless it's even above 70. Fine.\n\nAndy Galpin: It's not a major distinction, but you're going to spend the bulk of your time accumulating some technique, basically, and skill. Andy tissue tolerance, very important. The next step up is like two 8%, I think is sort of the cut off of how much time you spend between 70 and 80% of your one art max, and then it jumps down to like 23% and then all the way to 70%. So you can walk yourself through that and that gives you an extremely good guideline. And you'll notice all of these are still in the three to five range. It's just really you're manipulating it by total sets or total exercises so that can give you some structure to play with.\n\nAndrew Huberman: We will provide a link to the Prilepin's chart in the show." - }, - "truncated_cells": [] - }, - { - "row_idx": 52, - "row": { - "id": "chunk_57125", - "embedding": [ - -0.015812373, 0.018589113, 0.036384873, -0.009745948, -0.00963652, - 0.02741176, -0.015730303, -0.03550945, -0.02530527, -0.031269107, - 0.022911528, 0.03436045, 0.0153746605, 0.017248617, 0.0013823858, - 0.0131997755, 0.052826457, 0.011421567, 0.01186612, -0.008665345, - -0.004613082, 0.011189032, 0.001241326, -0.019478219, -0.0075026704, - 0.025592517, 0.027206583, -0.019026827, -0.0009498025, -0.023581775, - 0.009130415, -0.012447457, 0.0030605698, 0.010792355, -0.03148796, - -0.019820182, 0.009602323, -0.0036897818, 0.0051499642, -0.0052833296, - 0.010272571, 0.008720059, 0.012064458, -0.009150933, -0.002790419, - -0.00908254, -0.019204646, -0.015429375, -0.007899348, 0.007181225, - 0.011257425, 0.000036734316, -0.02474445, 0.008015615, 0.00085277046, - -0.0076189376, 0.015347304, 0.0044421004, 0.026358515, -0.00043472057, - 0.0047669653, 0.024046844, 0.005023438, 0.022200244, 0.00416853, - -0.0052833296, 0.00796774, -0.019628681, -0.0037923707, -0.0064596827, - 0.009786984, 0.024252022, -0.018110365, -0.008959433, 0.0494889, - -0.010156304, 0.0065588523, -0.012844134, -0.010833391, 0.014813841, - 0.01398629, -0.026536336, 0.0043326723, 0.02566091, 0.00014052546, - -0.016373193, -0.0033888542, -0.00034495528, 0.0067058965, - -0.0013738368, -0.0074958308, 0.008179757, 0.029846538, 0.0064904597, - -0.014622342, 0.012857812, -0.036549017, -0.01092914, -0.02370488, - 0.008549077, -0.014594985, -0.0020825553, -0.022254959, -0.025113769, - -0.023759596, -0.0032913948, 0.011264265, -0.017289653, 0.015853409, - -0.008207114, -0.032226603, 0.010115269, 0.0029870477, -0.05290853, - 0.0013268169, -0.015347304, 0.0058715064, -0.023007277, -0.0073522064, - -0.018917399, 0.028615471, 0.00077796605, 0.014225665, 0.012214921, - 0.022856813, -0.0076668127, -0.03843665, -0.003778692, 0.01287833, - -0.01945086, 0.024525592, 0.004021486, -0.0023886121, 0.008631148, - -0.0030827972, 0.012344868, 0.003659005, -0.01529259, -0.039996002, - -0.01436245, 0.020722963, 0.0045617875, -0.01269367, -0.009657037, - -0.00574498, 0.021625746, 0.0071538677, 0.026809907, -0.015265233, - 0.0008574725, -0.023869025, -0.008699541, -0.0045788856, 0.0081524, - 0.00926036, 0.022378065, -0.013220293, 0.04169214, -0.033485025, - -0.027630618, 0.0007416325, -0.00020977299, -0.01352806, -0.029627683, - -0.009096218, 0.023321884, 0.0287249, -0.012673153, 0.04002336, - -0.010115269, 0.0149506265, 0.01186612, -0.042759065, 0.025619876, - -0.000105260515, 0.024210988, -0.0030075654, -0.009643359, - 0.009274039, -0.018616471, 0.0092672, -0.0015148965, 0.043880705, - 0.012584242, -0.0070170825, 0.0181514, 0.018110365, -0.017029762, - -0.0034230505, 0.0067606103, 0.007960901, 0.011448924, -0.05274439, - 0.004055682, -0.6342458, -0.011141158, 0.008788452, -0.012187565, - 0.037369728, 0.017070798, 0.0055090254, -0.0019372209, -0.009568127, - 0.011325818, -0.01343915, 0.014321415, 0.0010643601, 0.0067024766, - 0.008788452, -0.025647232, 0.0025766918, -0.0032281317, 0.01843865, - -0.021940352, -0.041172355, 0.009062022, 0.011448924, 0.030612536, - -0.004189048, -0.007311171, -0.009834859, -0.022651635, 0.013398114, - 0.035618875, -0.027890509, 0.033320885, 0.019943288, 0.0036863622, - 0.05033697, -0.02825983, -0.013699042, 0.026727835, 0.031214392, - 0.022131851, 0.008220793, -0.02529159, 0.013500703, -0.0059809345, - 0.022555886, 0.016892977, 0.009964804, -0.006162175, 0.018342901, - -0.009759626, 0.028971113, -0.006630664, 0.0054816683, 0.006244246, - 0.010354643, -0.012119172, -0.0011233487, -0.020805035, -0.02103757, - 0.0113463355, 0.009103058, 0.017549546, -0.022542207, -0.015319946, - -0.016427906, -0.007235939, -0.03444252, -0.0121123325, -0.012625277, - 0.0074889916, 0.027206583, 0.018725898, -0.00676403, 0.017494831, - -0.0007728366, 0.027233941, 0.02066825, -0.00035671025, -0.0004556658, - -0.0027955482, -0.019573968, 0.013972612, -0.015388339, -0.0002395879, - 0.02864283, 0.011223229, -0.035153806, 0.0011216389, 0.0016149207, - -0.019998001, 0.007188064, 0.0055056056, -0.0022381484, 0.0072769746, - -0.006541754, 0.012550046, -0.018192437, -0.01935511, 0.01946454, - -0.044920273, -0.004876394, -0.0113463355, 0.0068426817, -0.008405453, - -0.0045070737, 0.0072974926, -0.01843865, 0.010108429, 0.019806502, - -0.0128167765, 0.026426908, -0.020408357, 0.0049071703, 0.017057119, - 0.0064186472, -0.029490897, 0.013288686, -0.0031358015, 0.009034665, - -0.018575436, 0.029354112, -0.002150948, 0.021379532, 0.00015302848, - -0.009246682, 0.021789888, -0.003012695, -0.017289653, -0.008049811, - -0.009321914, -0.009479217, -0.020203179, 0.022692671, -0.015538803, - 0.029162612, 0.009889573, -0.013671684, -0.0024040006, 0.013411793, - -0.03436045, -0.011524157, -0.02520952, 0.016277444, -0.014280379, - -0.0228021, -0.022172887, -0.02334924, 0.014321415, 0.0146086635, - -0.0075847413, 0.033785954, -0.006199791, -0.008460167, -0.013370757, - -0.012420099, 0.0015644812, -0.022733707, -0.044509917, -0.02864283, - -0.013767434, 0.0072427783, 0.008843166, -0.01659205, 0.029381469, - -0.0071196714, 0.0023185099, 0.001565336, 0.00046635215, -0.019656038, - -0.02557884, 0.017700009, -0.006179273, -0.009896412, 0.014444521, - -0.010552981, 0.010730802, -0.011202711, -0.0060356488, -0.015538803, - -0.0016704897, 0.0071949037, -0.009000469, -0.0289164, -0.02002536, - 0.032965243, -0.0015584968, -0.015771339, -0.0047943224, -0.004031745, - 0.023185099, -0.012502171, 0.0018243731, -0.010238375, -0.021694139, - -0.0038128884, -0.0031546096, 0.009677555, 0.03427838, 0.011900316, - 0.019013148, 0.049406826, -0.018944755, 0.016345836, -0.0022637956, - 0.024580307, 0.0051704817, 0.03225396, -0.013035633, 0.018233472, - 0.006288701, -0.025866088, -0.0056458106, 0.0025442054, -0.0066648605, - -0.0058988635, 0.017180225, 0.011018051, 0.030256895, -0.0018431811, - 0.015429375, 0.00007939956, -0.0023373177, 0.0150326975, - -0.0018277927, -0.04169214, 0.025524125, -0.0031204133, 0.01287833, - 0.0051670624, -0.011701977, -0.008959433, 0.0266868, 0.023595454, - 0.007181225, 0.034497235, 0.014253022, 0.01065557, 0.015990194, - 0.04661641, -0.018342901, 0.016605727, 0.009951126, 0.0070102434, - -0.007625777, 0.0363028, -0.012420099, 0.035126448, -0.024142595, - -0.023882702, -0.003939415, -0.012536367, 0.0071196714, -0.0048695547, - 0.01574398, -0.0070649576, -0.029873896, 0.004185628, -0.008993629, - 0.0027357046, 0.0364943, -0.006627245, 0.022350708, 0.024976984, - 0.008118204, 0.029080542, 0.011476281, -0.01731701, 0.009780144, - -0.019245682, -0.013781113, -0.026249086, -0.013521221, - -0.00073137356, -0.007844633, 0.01269367, 0.0008433665, -0.003713719, - 0.0012960401, 0.028971113, 0.013391275, -0.03947622, -0.035810374, - 0.007844633, -0.0031443506, -0.017426439, -0.030065395, -0.02845133, - -0.0113668535, -0.023691203, 0.011886637, -0.022337029, 0.011223229, - -0.070252895, 0.0011934512, -0.004660957, 0.031050248, 0.021571033, - -0.011530995, 0.0005086701, -0.032007746, -0.013131383, -0.024142595, - -0.010847069, -0.023773273, 0.0144582, 0.011695138, -0.033758596, - -0.033102028, 0.004431842, -0.028861685, 0.012659473, -0.00500292, - 0.00038534965, 0.013965772, 0.00042595778, -0.0073522064, - -0.008309703, 0.0070170825, 0.019847538, -0.022077138, -0.017412761, - -0.0013832407, -0.01890372, -0.012105494, 0.110467754, 0.037260298, - -0.00592622, 0.033019956, 0.0029049765, 0.013801631, 0.015798695, - -0.016523657, 0.026057588, 0.004373708, 0.010252054, -0.012392743, - -0.015867088, 0.003994129, -0.011763531, 0.013021954, -0.0046814745, - -0.017084476, 0.014745449, -0.010990694, -0.00278016, 0.0069418508, - 0.0068871365, 0.04735505, -0.00518758, 0.02650898, 0.03343031, - -0.0061279787, 0.009896412, -0.025332626, -0.022364385, 0.022651635, - 0.013774273, 0.0149506265, -0.020982856, -0.019505575, -0.0003325591, - 0.00370688, 0.011790887, -0.02825983, 0.028697543, -0.0031272525, - 0.022104494, 0.013548578, 0.03477081, 0.0038128884, -0.0050165984, - 0.01917729, -0.02168046, -0.030940821, 0.030065395, -0.00051550934, - -0.011948191, -0.020216858, -0.016715156, 0.007646295, -0.0018671185, - -0.010087911, 0.0017730787, -0.016838262, -0.007051279, -0.0066887983, - 0.011790887, 0.0039907093, -0.014567628, -0.011907155, -0.041555356, - 0.004298476, 0.002371514, -0.017111832, -0.03944886, -0.018958434, - -0.01398629, 0.011154836, 0.010156304, -0.00095493195, 0.031187033, - -0.01418463, -0.015402018, 0.023020955, 0.00030840797, -0.02713819, - -0.023458669, -0.0409535, 0.0051499642, 0.0049892417, 0.010792355, - -0.014061523, -0.043935418, 0.010101589, -0.0027083477, 0.01964236, - 0.010429874, -0.020203179, 0.0061655943, 0.0022347288, 0.013097187, - 0.023499703, 0.0044147437, -0.021926673, 0.007092315, -0.022172887, - -0.008084008, -0.017549546, -0.0058407295, 0.014253022, 0.005642391, - -0.019779146, -0.01510109, -0.0038641829, 0.0032298414, -0.018507043, - 0.0012327769, 0.0005287604, 0.016988726, 0.014143594, -0.0028605212, - 0.015087412, 0.022295993, -0.012953562, -0.015073733, -0.03343031, - 0.013015116, 0.03230867, -0.03892908, 0.0024809423, 0.009294556, - -0.027671654, 0.013692202, -0.013787952, -0.005105509, 0.007235939, - -0.011018051, -0.034524594, -0.018958434, -0.013890541, -0.025373662, - 0.003159739, 0.014690734, -0.016099622, 0.0024860718, 0.011825084, - 0.016181694, 0.008774773, 0.00833706, -0.02399213, 0.0052935886, - 0.006873458, -0.0039701913, 0.010402517, -0.0032298414, -0.008843166, - -0.0029066864, 0.00043194214, 0.019628681, 0.022843134, -0.006893976, - -0.0008762804, 0.013999969, 0.030749321, 0.042841136, 0.0026638925, - -0.006729834, 0.03819044, -0.026809907, -0.009397145, -0.029217327, - -0.006278442, -0.011565192, 0.0076052593, 0.014759127, -0.02556516, - -0.012912527, -0.0073248493, 0.00010258893, 0.011373692, -0.021899316, - -0.022036102, -0.015155804, -0.030120108, -0.0035906124, -0.004431842, - 0.00389154, 0.0020346805, -0.03586509, -0.026536336, 0.041746855, - 0.00017247764, 0.0012131141, 0.010156304, -0.0020004841, -0.023486026, - 0.020627214, -0.0023680944, 0.021817245, 0.0011293332, -0.019888574, - 0.004189048, 0.011038569, -0.0076873302, 0.017576903, 0.025975516, - -0.030229537, -0.008535399, -0.018766934, 0.007988258, -0.0051397053, - -0.0166878, 0.0035803537, -0.02001168, -0.010060554, -0.0019697074, - -0.018288186, 0.016851941, -0.009581806, 0.017700009, 0.006596468, - 0.025989195, -0.006162175, -0.015142126, 0.015538803, 0.00048045814, - 0.014704413, 0.013507542, 0.037205584, 0.010600856, 0.009841698, - -0.023964774, 0.0010412777, 0.0244572, 0.0064083883, -0.010970176, - -0.027452797, -0.02066825, -0.014143594, 0.0081250435, -0.027220262, - -0.026727835, -0.020818712, 0.043579776, -0.019683396, 0.02501802, - -0.0068153245, -0.005902283, -0.0142667005, 0.023869025, -0.009828019, - 0.044619344, -0.0002091318, -0.019026827, -0.0017200743, 0.031679463, - -0.019984324, 0.012310672, 0.005570579, -0.015415696, -0.0009797242, - -0.00518758, 0.003659005, 0.007659973, -0.009321914, 0.016250087, - 0.000458658, -0.013145061, 0.020189501, 0.024703413, -0.0060937824, - -0.016277444, 0.0124132605, 0.029408826, -0.015183161, 0.0038641829, - 0.0026980888, -0.0153336255, 0.0040078075, -0.016824584, -0.011975547, - -0.0016174854, 0.012344868, -0.011257425, -0.003197355, 0.027124513, - -0.015826052, 0.01731701, -0.021393212, 0.002029551, -0.0020227118, - -0.0035632555, 0.027876832, -0.050665252, -0.014841198, -0.025442054, - 0.016414229, 0.022104494, 0.012686831, -0.023390276, 0.008316542, - 0.01399313, -0.027958902, 0.021420568, -0.009390307, 0.010245214, - -0.025674589, 0.0092330035, -0.031022891, -0.008302864, 0.036631085, - 0.009479217, -0.022583243, -0.016181694, 0.0088294875, 0.031241748, - -0.00076300517, -0.024443522, -0.001399484, 0.0085080415, 0.013521221, - -0.043224134, -0.007653134, -0.012187565, 0.00963652, 0.02594816, - -0.0006587064, -0.019286718, 0.003641907, -0.016277444, 0.006613566, - 0.007078636, -0.040816713, 0.0075915805, 0.0035769339, 0.0166878, - 0.010922302, -0.0059638363, 0.00016895114, -0.015347304, -0.030995535, - 0.017399082, 0.029436182, -0.006179273, 0.033211455, 0.0016354385, - 0.020203179, 0.00639129, -0.015593517, -0.0011173644, 0.008227632, - 0.0030998955, -0.018780613, -0.0027168968, -0.022856813, 0.032171886, - 0.015826052, -0.0326096, -0.00070187927, 0.005420115, -0.018493364, - -0.005454311, 0.0017346077, 0.014759127, -0.011380532, 0.011804566, - 0.010566659, 0.00778308, 0.011476281, 0.00006871321, 0.0058886046, - -0.005208098, -0.0014063232, 0.008726899, -0.009198807, 0.0113053, - -0.02529159, -0.011920833, 0.017262297, -0.014239343, 0.006504138, - 0.014321415, 0.015894445, 0.028670186, 0.001306299, -0.0007848053, - 0.010265732, -0.008234471, 0.0099169295, -0.034415167, -0.0005103799, - 0.012255957, 0.0038470847, 0.007071797, 0.014280379, 0.006182693, - -0.022460137, 0.0030503108, -0.01417095, -0.014430842, 0.002715187, - 0.0153746605, 0.039147936, 0.031214392, -0.0030879267, 0.014704413, - 0.013213454, -0.015415696, -0.0013678523, -0.006716155, - -0.00075189135, 0.0065827896, 0.013056151, -0.008172918, 0.0031016052, - -0.019067861, 0.026850943, 0.0018141142, -0.02501802, -0.019478219, - 0.0005099525, -0.010511945, 0.019437183, 0.0017175096, -0.0146496985, - 0.004866135, -0.017549546, -0.0030007262, -0.0053517222, - -0.0054030167, -0.0038094688, -0.02344499, -0.028423972, 0.011380532, - -0.018630149, -0.04002336, -0.017700009, 0.014006808, -0.004336092, - -0.008993629, 0.21021155, -0.029791825, 0.0066648605, 0.02028525, - -0.003977031, 0.0222276, 0.01399313, 0.008952593, 0.022487493, - 0.0006467377, 0.020121109, 0.01296724, -0.013582774, 0.0032298414, - 0.015251554, -0.014868556, -0.027493833, -0.020914463, -0.0017730787, - 0.010245214, 0.007126511, 0.003373466, -0.0064425846, 0.0063434155, - 0.020599857, 0.015921801, -0.0019372209, 0.0029938868, 0.010402517, - -0.02864283, 0.011093283, -0.017987259, 0.009287718, -0.010894944, - -0.009869055, -0.008651666, 0.009698073, -0.018725898, 0.0070307613, - 0.0088089695, 0.020244215, -0.011961869, -0.007988258, -0.0053141066, - 0.0005052505, -0.0010036617, -0.023308204, 0.007126511, -0.0056560696, - 0.018972112, -0.03567359, -0.0018551497, 0.028752256, 0.0333756, - 0.005310687, -0.019615004, 0.0037752725, -0.009814341, 0.009745948, - 0.024607664, -0.014909591, 0.019067861, 0.025223197, 0.017275976, - -0.00019983469, 0.02158471, -0.009123575, 0.01824715, -0.009629681, - -0.0068016457, 0.0029408827, -0.020709286, -0.022460137, - -0.0059535773, -0.01306299, -0.023841666, 0.030256895, 0.035126448, - 0.041993067, 0.016414229, 0.005108929, -0.015155804, -0.000550988, - 0.01908154, -0.019669717, 0.0008134447, 0.012016583, 0.004175369, - -0.02965504, -0.022309672, 0.005020018, -0.014499235, -0.012399582, - 0.016181694, 0.0071538677, -0.01417095, 0.016373193, -0.0027647717, - -0.009841698, -0.034798164, -0.021338496, 0.04836726, 0.0025151386, - 0.019136254, -0.018739577, -0.00898679, 0.00058603927, 0.006288701, - 0.024142595, 0.0012216632, 0.008904719, -0.027316011, -0.006004872, - -0.008364418, -0.0012156788, -0.0053414637, 0.006162175, -0.011284782, - 0.032746386, -0.010313607, -0.0146496985, -0.0066887983, 0.040132787, - 0.005474829, 0.004390806, -0.019409826, -0.043388277, 0.011667781, - -0.015470411, -0.020818712, 0.0043395115, 0.004503654, 0.0055363826, - -0.024252022, -0.010026358, -0.024593985, -0.010443552, -0.05624609, - -0.012242279, -0.005686846, 0.0023048313, -0.010573499, 0.017029762, - -0.014253022, 0.020353643, 0.0085080415, 0.0077283657, 0.023650168, - -0.007954062, -0.005495347, -0.014964305, 0.009096218, -0.030010682, - -0.015497767, 0.004298476, 0.011886637, -0.011996065, -0.029572967, - -0.007851473, 0.0043224134, -0.033950094, 0.029955966, 0.0071538677, - -0.021789888, -0.0128372945, -0.027767403, -0.1743191, 0.022323351, - 0.038053654, -0.031679463, 0.018985791, -0.0048011616, 0.023458669, - 0.013056151, -0.02185828, -0.00013186951, 0.012939883, 0.018479686, - -0.008296025, -0.03334824, -0.026960371, -0.02455295, 0.0037752725, - 0.024197308, 0.022952562, 0.018671185, -0.0016456974, 0.0056834267, - -0.00007117107, 0.009506574, -0.007673652, 0.008658505, 0.00045096382, - 0.016427906, 0.004845617, -0.017727368, -0.017946223, 0.009239843, - 0.0055295434, -0.016154336, -0.0016474072, 0.012338028, -0.0020073233, - 0.0015499478, -0.031187033, 0.0016833133, 0.026632085, 0.018602792, - -0.0074547953, -0.005539802, -0.0010310187, 0.032773744, 0.021666782, - 0.0016610858, 0.024142595, -0.0064631025, 0.011414728, -0.009027826, - 0.024867557, 0.028506044, 0.03501702, -0.031460606, 0.010115269, - 0.004113816, -0.01713919, 0.010252054, -0.018206116, -0.014923269, - 0.020627214, -0.01752219, 0.0057654977, -0.009561288, -0.013357079, - 0.010758159, -0.00954077, -0.0062066303, 0.009246682, 0.014294057, - -0.018000938, -0.0037444958, 0.026837263, 0.031898316, -0.010272571, - -0.013822149, 0.006719575, 0.010717124, 0.001631164, 0.0028571016, - -0.0066887983, -0.012898847, 0.0026997987, 0.020257894, 0.003788951, - 0.01028625, -0.024812842, 0.0042232443, 0.015497767, -0.009390307, - -0.01510109, -0.013192936, 0.024758128, -0.0024330674, -0.0050644735, - -0.006938431, 0.01473177, -0.01574398, 0.0051944195, 0.01231751, - -0.034032166, 0.0019047344, 0.02965504, 0.002621147, 0.028861685, - 0.016085943, 0.0020722963, 0.007181225, -0.003187096, 0.00546457, - 0.012194403, 0.03178889, -0.0024946209, 0.022720028, 0.025455732, - -0.037479155, 0.0065998877, -0.00861063, 0.07588845, -0.025332626, - -0.018548079, 0.00014875394, -0.023855345, -0.026399551, -0.11796359, - 0.002908396, 0.012002905, 0.012741545, 0.020545142, 0.02102389, - -0.0038402455, 0.0038470847, -0.0026365356, 0.035700947, -0.03816308, - -0.029025827, 0.018206116, -0.006244246, 0.0113873705, 0.003002436, - 0.0065759504, -0.02177621, -0.0067058965, 0.02583873, 0.009137254, - -0.0062339874, -0.012563724, -0.0016833133, -0.00033362774, - -0.021365855, -0.032855812, 0.018233472, -0.006189532, -0.018630149, - 0.00061467866, -0.010053715, 0.00067067513, -0.0041240747, - 0.010552981, -0.017836794, -0.01871222, 0.0009258651, 0.006411808, - -0.01816508, 0.00094894756, 0.017946223, 0.01973811, 0.011920833, - 0.0036384873, -0.0059159617, -0.010258893, 0.0013114285, -0.005348303, - -0.0038197278, -0.0138837015, -0.029983323, -0.03769801, 0.009390307, - 0.004195887, -0.0019679975, 0.018083008, 0.022090815, -0.0036111302, - 0.012269636, -0.0039257365, 0.01575766, -0.0153746605, -0.00843281, - 0.030968178, -0.0055124452, -0.026454264, -0.02307567, 0.0016627955, - -0.0058509884, -0.001454198, 0.021119641, -0.0048592957, 0.031898316, - -0.03466138, -0.0062100496, -0.023691203, -0.008795291, -0.0017764983, - -0.0056389715, -0.006603307, 0.0028741998, -0.0042198244, - -0.031816248, 0.003604291, -0.009287718, 0.0060664252, -0.0044831363, - 0.0016969919, -0.029627683, -0.03657637, 0.029901253, 0.014745449, - -0.028150402, -0.023663847, 0.018329222, 0.013090347, 0.003178547, - -0.0012353417, -0.0076120985, -0.022993598, 0.009992162, -0.03504438, - 0.037506513, 0.019792823, -0.00019812486, 0.0032845554, -0.008501203, - 0.018178757, 0.0053893384, 0.005454311, 0.0074616345, -0.018766934, - 0.014348771, -0.009773306, -0.015224197, -0.024306737, -0.031077607, - -0.0052764905, 0.0053995973, 0.003436729, 0.00861747, -0.00040031056, - -0.0002620292, -0.0025322367, 0.011517317, -0.004667796, -0.016468942, - -0.027357047, 0.029354112, -0.010026358, 0.005485088, 0.018643828, - -0.045467414, -0.00509867, 0.021817245, -0.013493864, -0.02010743, - 0.017672652, 0.005717623, 0.038299866, 0.047601264, -0.014895912, - -0.0062374067, -0.013459668, -0.012126011, -0.020982856, 0.021270104, - -0.01296724, 0.012570564, -0.0046746354, 0.009657037, 0.0040043877, - 0.0124132605, 0.0124748135, -0.039120577, 0.0036179696, 0.0021731756, - 0.0022261797, 0.025332626, 0.011592549, -0.016920334, 0.02678255, - -0.01510109, 0.007571063, -0.037205584, 0.006155336, 0.00041463025, - 0.011599388, 0.014677056, -0.02705612, -0.02954561, -0.017125512, - 0.0053312047, 0.013644327, 0.00852172, 0.0044831363, 0.011325818, - -0.009164611, 0.005214937, -0.003836826, 0.005126027, 0.01510109, - 0.0068426817, -0.020052716, 0.004431842, 0.023144063, -0.014417164, - -0.00963652, 0.018698541, -0.01028625, 0.006011711, 0.0113668535, - 0.017481154, -0.009342432, -0.009390307, -0.009294556, 0.015908124, - -0.038874365, -0.0018055651, 0.015210519, -0.01065557, 0.01343915, - -0.011448924, 0.0061006215, -0.024840198, -0.023390276, 0.008131882, - -0.007947222, -0.024717093, -0.018602792, 0.007892508, 0.021064926, - -0.0004800307, 0.013692202, 0.0024621342, 0.009397145, 0.007940383, - 0.0146496985, -0.01779576, -0.011804566, 0.014567628, -0.0062579247, - -0.0005355997, 0.015525124, 0.009786984, 0.00268783, 0.015278911, - 0.019943288, -0.029873896, 0.007071797, -0.0022877331, 0.03605659, - -0.02529159, -0.022036102, -0.015278911, 0.0019782565, -0.028615471, - 0.011189032, 0.020203179, -0.012078136, 0.06642291, 0.007003404, - 0.0016713446, 0.0075026704, 0.00426086, 0.019108897, 0.024470879, - -0.011435246, -0.015867088, -0.026098624, -0.016263764, 0.00078437786, - 0.0007634326, -0.022870492, -0.033047315, 0.027370727, -0.0037479154, - 0.017467475, -0.0017816278, -0.016701477, 0.040625215, 0.022815777, - 0.023499703, -0.0073864027, 0.0038607633, -0.010238375, 0.012057618, - 0.021270104, -0.0062579247, -0.007092315, 0.007420599, 0.0012105494, - -0.034989662, -0.022733707, 0.013309204, -0.005430374, -0.007913026, - -0.0028844588, -0.0071401894, 0.0037034603, 0.0032281317, 0.024046844, - -0.021830924, -0.028588114, 0.0062066303, 0.00047404633, -0.006278442, - -0.0028553917, -0.015306268 - ], - "metadata": { - "chunkTitle": "Specificity and Injury", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28762&chunkSid=chunk_57125" - }, - "document": "Andy Galpin: How do I maximize or how do I reduce my chance of injury while getting enough specificity? And so we have a classic paradigm over here. One, actually training protocol you can look up is called the Bulgarian Method. And the Bulgarians were amazing at the sport of Olympic weightlifting. Probably, in fact, the patriarch of this entire thing recently passed away. Ibajev niam sulamanagu pocket Hercules. One of the greatest weightlifters of all time came out of the system, and they do a lot of things. But one example in the Bulgarian system is you're going to do a one repetition maximum snatch. You're going to take a little bit of a break. You'll do a one repetition maximum clean and jerk. Take a little bit of a break, do a one repetition maximum front squat, take a little bit of a break, and you're going to repeat that two to three times a day, every day. That's specificity, right? Those people get extraordinarily strong now. They don't do that all year round. They don't do that with all their lifters. But this is when we're trying to peak for a major competition like the Olympics.\n\nAndy Galpin: We are going so far into specificity, and that was very counter to the Russian system at the time, which is much more of our classic periodization sort of approach. Okay, specificity is tremendous, but in doing that, the Bulgarians just brutalize a lot of athletes, right. Because it's very difficult to handle something like that. And you can't really do that that long without getting wrecked.\n\nAndrew Huberman: The goal is to win medals.\n\nAndy Galpin: The goal is it's a totally different thing than longevity out of here, right? Like, we're trying to push the boundaries.\n\nAndrew Huberman: Of or aesthetic changes unless someone has a naturally balanced physique. In general, if people do one sort of movement, I find that they tend to resemble the equipment that they did that movement with over time.\n\nAndy Galpin: Right?\n\nAndrew Huberman: That was a joke against kettlebells." - }, - "truncated_cells": [] - }, - { - "row_idx": 53, - "row": { - "id": "chunk_57124", - "embedding": [ - -0.01168605, -0.012315918, 0.039427016, -0.01645696, -0.020973243, - 0.009595427, -0.015478656, -0.038462114, -0.033074737, -0.025462724, - 0.024578229, 0.035567403, 0.0071563656, 0.011337613, 0.014326133, - 0.0051863547, 0.047601894, 0.007833138, 0.007980553, -0.02187114, - -0.0016366501, -0.00972944, -0.022206176, -0.01616213, -0.020638207, - 0.025007075, 0.016791996, -0.012751464, -0.008509911, -0.016765194, - 0.038301297, 0.0014724825, -0.012255611, -0.019150648, -0.03047486, - -0.014553957, -0.00233855, 0.008643924, 0.027714165, -0.022568014, - 0.02515449, 0.0071094604, -0.0065499507, -0.018132139, 0.0015453529, - -0.015773488, -0.005149501, -0.0121484, -0.009052669, 0.013937491, - 0.003889766, 0.01850738, -0.029912, 0.001108131, -0.0020889484, - -0.015585868, 0.00072995934, 0.010808256, 0.021335082, 0.011284007, - -0.008945457, 0.015934305, -0.002065496, 0.018024929, -0.010453118, - -0.016269341, 0.004891523, -0.006804578, 0.013166908, 0.012918982, - 0.010801556, 0.03422726, -0.0072501753, 0.010051075, 0.0467442, - -0.0037691533, 0.0073372847, 0.0071027596, -0.015371445, -0.016282741, - 0.009213486, -0.020624807, -0.0243102, 0.0071630664, 0.004348765, - -0.01785071, 0.00869753, 0.00074210437, -0.0068749352, 0.006757673, - 0.01009128, 0.0033939132, 0.043876294, -0.0045832903, -0.0031711143, - 0.019847523, -0.01880221, -0.006087601, -0.016095122, -0.013294222, - 0.00042214515, -0.011505131, -0.033208754, -0.013334426, -0.013508645, - -0.003608336, 0.0016031464, -0.014205519, 0.006235017, -0.0308501, - -0.020035144, 0.017689893, -0.005759266, -0.029509956, 0.028920293, - -0.008456305, 0.016791996, 0.008751136, -0.021067053, -0.019472282, - 0.043045405, -0.011284007, 0.031064523, -0.0029382643, 0.0032230448, - -0.0031560375, -0.032404665, 0.012657654, -0.00046276825, - -0.003336957, 0.026615247, -0.000097055694, 0.019204255, 0.023264889, - -0.007987254, 0.011585539, -0.0059971414, -0.011545335, -0.039132185, - -0.03993627, 0.012067991, 0.009548522, 0.0011190197, -0.013656061, - -0.010982475, 0.008442903, 0.03245827, 0.006610257, -0.013615857, - 0.01831976, -0.013227215, 0.014513752, -0.000013794053, 0.0243102, - -0.017274449, 0.01364936, -0.013341127, 0.013522047, -0.027982194, - -0.01299939, 0.019834122, 0.01634975, -0.004522984, 0.0010570381, - -0.01952589, 0.0140178995, 0.028035799, -0.00869753, 0.021629915, - 0.0037423503, 0.02112066, 0.015317839, -0.047655497, 0.02393496, - 0.01886922, 0.01523743, -0.00080115447, -0.0046771, 0.016657982, - -0.018896021, 0.02908111, 0.0215093, 0.03489733, 0.011444824, - -0.014352935, 0.03982906, 0.020598004, -0.019834122, 0.0028813083, - -0.010580432, 0.0038093575, -0.0062752212, -0.0043152617, - -0.0060440465, -0.6376938, -0.011317511, 0.012811771, -0.0035681317, - 0.026601845, 0.024645235, 0.011210299, 0.0014749953, -0.0439567, - 0.04468038, -0.0067442716, -0.008643924, -0.010526826, -0.0037926056, - 0.012483436, -0.026789466, -0.0039969776, -0.013455039, -0.0069821468, - -0.020356778, -0.02551633, 0.019204255, -0.008992362, 0.0336376, - 0.0130395945, 0.010955672, -0.01711363, -0.008121269, 0.023760742, - 0.0042482545, -0.018158942, 0.029804789, 0.024873061, 0.017368257, - 0.045028817, -0.019338269, -0.0058564264, 0.019405276, 0.018400168, - 0.025221499, 0.0031845158, -0.013240617, 0.0036585913, -0.019793916, - -0.0023217984, 0.02729872, -0.0062785717, -0.0024742396, 0.02215257, - -0.023787545, 0.024243193, -0.026213204, 0.008650625, -0.0021157514, - 0.006714118, -0.013790075, 0.014567358, -0.010057776, -0.019137247, - 0.0026049037, 0.0068581835, 0.0015989585, -0.022862846, -0.0139642935, - -0.01476838, -0.01373647, -0.036130264, -0.01355555, -0.015719881, - 0.012382925, 0.008389297, 0.002410583, -0.008074364, 0.00028750263, - 0.0055682957, 0.0028377536, 0.0097696455, -0.010513425, -0.0069955485, - 0.005115997, -0.0036686424, 0.018158942, -0.0072769783, -0.02272883, - 0.009789747, 0.012865377, -0.027633756, 0.0113510145, 0.0031928916, - -0.0013024518, 0.0022464152, -0.0011332587, -0.005628602, - -0.032645892, -0.011062884, -0.0026853122, -0.018118737, -0.013776674, - 0.006486294, -0.039507426, -0.02347931, -0.007625416, 0.012778267, - 0.02870587, 0.02515449, 0.006673914, 0.004683801, 0.015746685, - 0.027821377, -0.012858676, 0.011712853, -0.018440373, -0.0045330347, - 0.019606298, 0.013354529, -0.016671384, -0.0028478047, -0.004573239, - 0.003822759, -0.0009179982, 0.016068319, 0.014929197, 0.023238085, - -0.0048044138, 0.007230073, 0.01206129, 0.009568623, -0.009139778, - 0.0075584087, -0.027137903, 0.011056183, -0.013213813, 0.03438808, - -0.0155992685, 0.02196495, 0.011217, -0.0022145868, 0.010580432, - -0.0045296843, -0.027137903, -0.022219576, -0.015853897, 0.025114287, - -0.02093304, -0.027982194, -0.031841807, -0.040793963, -0.0022313388, - 0.004710604, -0.008556815, 0.015344641, -0.012463333, -0.001626599, - -0.008704231, -0.012784967, -0.0057994705, -0.02327829, -0.049960542, - -0.025449323, -0.033262357, -0.006596856, 0.019566093, -0.0061747106, - 0.009970667, -0.01785071, -0.01476838, -0.0196197, 0.01952589, - -0.02384115, -0.02345251, 0.010399512, -0.011337613, -0.010439716, - -0.00058338116, -0.024042172, -0.0054242304, -0.005219858, - 0.006570053, -0.0009875181, -0.016309544, 0.016993018, 0.003896467, - -0.016028114, 0.0053136684, 0.037068367, -0.0005230747, 0.018011527, - -0.013763272, -0.017676491, 0.012590647, -0.009099574, 0.012952485, - -0.022702029, 0.003806007, -0.006255119, 0.0064192866, 0.0065466003, - 0.014084906, -0.000209188, 0.018989831, 0.038167283, 0.00041460685, - 0.015411649, -0.030689282, 0.022434, -0.004593341, 0.018105337, - -0.03216344, 0.014366337, 0.018480577, -0.0102856, -0.027432734, - -0.009984068, -0.024645235, 0.0040539335, 0.021804132, 0.0196331, - 0.018024929, -0.016269341, 0.016751792, -0.0014574059, -0.00034927487, - 0.028732674, 0.010553629, -0.024001967, 0.022635022, 0.0050556906, - 0.010774752, -0.0056319525, -0.022299986, -0.014339534, 0.000691849, - 0.021696921, 0.0005398265, 0.0127648655, 0.0062316665, 0.024792653, - 0.0017019821, 0.03945382, -0.011485029, 0.014205519, 0.017368257, - -0.011210299, -0.036478702, 0.037255984, 0.0024842909, 0.027928587, - -0.017931119, -0.018748606, 0.024430813, -0.013341127, 0.025945175, - -0.019566093, 0.0068280306, -0.0075048027, -0.0063489294, - 0.0051830043, -0.011143292, 0.0036719928, 0.031949017, -0.0046703997, - -0.003812708, 0.036853943, 0.003375486, 0.019579494, -0.017743498, - 0.0017907666, -0.011129891, 0.008067663, 0.004218101, -0.017676491, - 0.0019783867, 0.0003852912, 0.0032397965, 0.0049384283, -0.014339534, - 0.008295488, 0.002636732, 0.026347218, 0.023010261, -0.026695656, - -0.026668852, 0.023961764, 0.014460146, -0.014741577, -0.018493978, - -0.029188322, 0.006318776, -0.01336123, 0.0071764677, -0.022326788, - 0.0155992685, -0.04947809, -0.008449604, -0.0016106848, 0.02272883, - 0.021254674, -0.012208706, 0.0022832693, -0.011002577, -0.002683637, - -0.022876248, -0.018989831, -0.037631225, 0.021428892, 0.014982803, - -0.027553348, -0.026615247, 0.0015026358, -0.02224638, 0.01636315, - -0.015465254, 0.00719657, 0.0096088275, 0.0128184715, 0.0027523194, - 0.00860372, 0.0059401854, 0.049692515, -0.005310318, -0.007859941, - -0.0070893583, -0.01373647, -0.014808584, 0.07788913, 0.02870587, - 0.004730706, 0.022098964, -0.01850738, 0.021790732, 0.0056487042, - -0.009669134, 0.035192166, 0.0043320134, 0.011384518, -0.023519516, - 0.01177986, -0.013160207, -0.008556815, 0.004780961, 0.008241882, - -0.013562251, -0.010218593, -0.0042884587, -0.028920293, - -0.0010830034, 0.0127648655, 0.043715477, 0.01252364, 0.022206176, - 0.01952589, 0.013247317, 0.010902066, -0.017287849, -0.018909423, - 0.01795792, 0.011545335, 0.006908439, -0.035835434, -0.015438451, - -0.015009605, -0.013977695, 0.008838246, -0.007906846, 0.02449782, - 0.00944131, 0.0004966906, 0.026856473, 0.009541821, -0.017984724, - -0.0019398575, 0.0075115035, -0.020343376, -0.036049858, 0.02327829, - 0.0012781618, -0.009153179, 0.00003415795, -0.012021086, 0.0057659666, - 0.015344641, -0.008295488, -0.011344314, -0.028625462, -0.026226606, - 0.018105337, 0.021522703, 0.009709339, -0.04291139, -0.018949628, - -0.0109690735, 0.022889648, -0.0050556906, -0.016711587, -0.027057495, - -0.026467832, -0.01711363, -0.0158941, 0.015652874, 0.002254791, - 0.024846258, -0.012208706, -0.0029684175, 0.0155992685, 0.007779532, - -0.02870587, -0.009079471, -0.041544445, -0.016242538, 0.009890258, - -0.012262312, -0.01141132, -0.032833513, 0.00794705, -0.0001521272, - 0.00038047507, 0.025878169, -0.015907502, 0.011887072, 0.021576308, - 0.022353591, 0.016215734, 0.031278946, -0.023800947, -0.008657326, - -0.036693126, 0.00031870283, -0.0383281, -0.02365353, 0.024015369, - 0.0026484584, -0.025368914, -0.014151914, -0.033530388, 0.003822759, - -0.012825171, 0.017287849, 0.017770302, 0.008831545, 0.017234243, - 0.018681599, 0.009401105, 0.029054308, 0.005719062, -0.016028114, - -0.034254063, 0.026615247, 0.017582681, -0.03749721, -0.0016534019, - -0.0065566516, -0.0010494997, -0.0053974274, -0.007410993, - -0.0011960779, 0.02692348, -0.005105946, -0.020852631, -0.018989831, - -0.022407196, -0.019512488, 0.010406213, 0.010855162, -0.015974509, - -0.0007739328, 0.023921559, -0.007283679, -0.025569934, 0.030501664, - -0.021375287, -0.015036409, 0.005769317, -0.0006855671, 0.0065365494, - -0.000016751792, 0.006228316, -0.01373647, 0.008087765, 0.0016693161, - 0.009334099, -0.0036686424, 0.0005636978, 0.021428892, 0.016309544, - 0.02271543, 0.0007320533, -0.02822342, 0.014326133, -0.016148727, - -0.0033821869, -0.016765194, -0.0074176933, -0.0032749753, - 0.005065742, 0.016376551, -0.0034257416, 0.008000656, -0.005384026, - 0.02122787, 0.041008387, -0.008456305, -0.021348484, -0.031922214, - -0.02681627, -0.010218593, 0.027660558, -0.009836652, 0.007397591, - -0.0486204, -0.021670118, 0.036317885, -0.0022564663, 0.0025646994, - -0.015197226, 0.01262415, -0.012563844, 0.015880698, 0.003347008, - 0.0019599597, -0.016926011, -0.012188604, -0.0065935054, 0.020986645, - -0.001257222, -0.00037084278, 0.030528465, -0.019512488, 0.025328709, - -0.02701729, -0.0023620026, -0.005427581, -0.0045263343, 0.008952158, - -0.031252142, -0.010473221, 0.000035074063, -0.020718616, - 0.00048077642, 0.011699451, 0.0014724825, -0.009977368, 0.010453118, - -0.012543742, 0.0028025748, 0.021750527, -0.0117865605, 0.01019179, - -0.0042047, 0.026508035, 0.011759758, -0.0031744647, -0.013434937, - -0.011799962, 0.02279584, 0.01952589, 0.025301907, -0.014473548, - -0.010118082, -0.0008786315, 0.012175202, -0.02589157, -0.008315589, - -0.018695, 0.033208754, -0.007283679, 0.015934305, -0.013723068, - 0.005554894, -0.016188933, 0.013160207, 0.0021576309, 0.0061814114, - 0.0015445153, -0.019244459, -0.009635631, 0.025382316, -0.010265498, - 0.005970339, -0.0025630242, 0.0067744246, -0.018762007, 0.0031677638, - 0.022192774, 0.005899981, 0.0021258024, 0.0177569, -0.00041753842, - -0.0062651704, 0.011927276, 0.032243848, -0.005357223, -0.0037792043, - -0.006402535, 0.028813083, -0.016389953, 0.0006583454, -0.0035279274, - -0.02758015, -0.017689893, 0.001547028, -0.016617777, -0.010707745, - 0.0074176933, -0.0020755471, 0.0138034765, 0.024631836, -0.033074737, - 0.0102856, -0.013307624, 0.0014339534, -0.00112237, -0.012691158, - 0.019834122, -0.041758865, -0.018721802, -0.015438451, 0.009213486, - 0.010386111, 0.0028913594, -0.026588444, -0.0037926056, 0.024082376, - -0.015157022, 0.024068974, -0.015170422, 0.00054904, -0.031118128, - -0.0004089531, -0.033074737, -0.021629915, 0.018078534, -0.014366337, - -0.0289739, -0.0073305843, 0.0109690735, 0.010258798, -0.005638653, - -0.016979616, 0.006365681, 0.029322337, -0.00850321, -0.013723068, - -0.016885806, -0.008643924, -0.005906682, 0.020745419, 0.011639145, - -0.013059697, 0.01252364, -0.026240006, 0.009896958, 0.015947705, - -0.029617168, 0.0037926056, -0.0030153226, 0.007926948, -0.007075957, - 0.0009330748, -0.009300595, -0.000051250012, -0.020209363, - 0.005260063, 0.0196331, -0.0012924008, 0.017274449, -0.00046905017, - 0.014352935, 0.017877512, -0.0016500516, -0.003524577, 0.02692348, - -0.007993955, -0.012597348, 0.007618715, -0.010620636, 0.020598004, - 0.03347678, -0.024913264, -0.020906236, -0.007786233, -0.038462114, - -0.018440373, 0.01860119, 0.01448695, -0.004844618, 0.0043052104, - -0.011143292, 0.014661169, 0.013870483, 0.006694016, -0.011900473, - -0.0028561805, 0.0037926056, 0.012784967, -0.01570648, -0.0016391629, - -0.0071831685, -0.035942644, 0.035352983, -0.0067643737, 0.0022279883, - 0.01955269, 0.012851975, 0.034039643, -0.0035178764, -0.0012086418, - 0.017877512, 0.008811442, 0.026293613, -0.031198537, -0.0072970805, - -0.00040706855, 0.007457898, 0.01084176, 0.01916405, 0.01224891, - -0.01944548, -0.024055574, -0.021388687, -0.002254791, -0.012885478, - 0.013468441, 0.029509956, 0.020236164, -0.008375896, 0.029107913, - 0.024792653, -0.0060574478, -0.022769036, -0.008623823, -0.004094138, - 0.008932056, 0.018963028, 0.005615201, -0.0014398166, -0.008389297, - 0.022782438, -0.0038830654, -0.0033101542, -0.0060239444, - -0.0058765286, -0.0069419425, 0.009381004, 0.010071177, -0.0149425985, - 0.0018963028, -0.007310482, 0.0014314406, 0.0062249657, -0.015291036, - -0.00635563, -0.010439716, -0.038864158, 0.00392662, -0.02000834, - -0.039078582, -0.01066084, 0.015465254, 0.00020384837, -0.010419615, - 0.19662583, -0.0070156506, -0.00022929015, 0.02561014, 0.01336793, - 0.01720744, 0.022085562, 0.0044157724, 0.01131081, 0.0052667633, - 0.030528465, 0.0055917483, -0.0533109, 0.0006746784, 0.008911953, - -0.020303171, -0.016939413, -0.03653231, 0.0057425145, 0.030206831, - 0.012228808, 0.00822178, 0.0062115644, 0.00850321, 0.039024975, - 0.006928541, 0.013327725, 0.010064476, 0.0146745695, -0.015907502, - 0.00448948, -0.00991036, -0.014902394, -0.015063211, -0.01514362, - -0.004626845, 0.021723723, -0.012965887, -0.0062886225, 0.00048119522, - 0.019043436, 0.01719404, -0.0033821869, -0.023037065, -0.0016525643, - 0.006312075, -0.014339534, 0.0046134433, -0.014620964, 0.040097088, - -0.015009605, 0.0031577128, 0.022005154, 0.027271917, 0.0014373037, - -0.004181247, 0.005105946, -0.018065132, 0.0033319313, 0.0168322, - -0.013106602, 0.0032582236, 0.017823907, 0.031707793, -0.0032297454, - 0.02737913, 0.002832728, 0.02410918, -0.019418677, -0.008858347, - -0.020852631, -0.021576308, -0.013843681, -0.013140106, -0.0028243521, - -0.015920904, 0.04655658, 0.02561014, 0.008161473, 0.024940068, - 0.004120941, -0.02318448, 0.00504564, -0.011230402, -0.01364936, - -0.036880746, 0.0018376716, -0.0059971414, -0.0023402253, - -0.005179654, 0.0059669884, -0.0034676208, -0.0015855571, - 0.0037825545, 0.0012831873, -0.028866688, 0.014433344, -0.00682468, - -0.026012182, -0.026896678, -0.018547583, 0.054356214, -0.018091936, - 0.042428937, 0.0012521965, -0.03953423, 0.0024022069, 0.011364415, - -0.0034508691, 0.011538634, -0.0027188158, -0.03028724, -0.0011173445, - -0.016135326, -0.0024524624, 0.0019968136, 0.0022631672, - -0.0007567622, 0.04347425, -0.018574387, -0.019713508, 0.0019649852, - 0.030582072, -0.0034374676, 0.02795539, -0.017515674, -0.03730959, - 0.024739046, -0.006603556, -0.009052669, 0.0125504425, -0.021294879, - 0.01066084, -0.004760859, -0.019016635, -0.02570395, -0.013568952, - -0.02093304, 0.00038005627, 0.0068749352, 0.016135326, -0.03189541, - 0.011129891, -0.015371445, 0.03149337, 0.010118082, 0.0056688064, - 0.03897137, -0.013140106, 0.0023687035, -0.010037674, 0.01018509, - -0.028920293, 0.0043956703, 0.0074847005, 0.011793261, -0.016001312, - -0.029215125, -0.01955269, 0.016510567, -0.021388687, 0.027982194, - 0.01636315, -0.022206176, -0.0045196335, -0.025020476, -0.1691797, - 0.033905625, 0.035486996, -0.023117473, 0.031815004, -0.004563188, - 0.033557188, 0.0187084, -0.012175202, 0.0027841479, -0.006114404, - 0.007283679, 0.0013242292, -0.038006466, -0.028008996, -0.008831545, - 0.010895366, 0.02365353, 0.038194086, 0.026762662, 0.0030236985, - 0.006010543, -0.00014678757, 0.008516611, -0.0047541587, -0.017783701, - -0.0019180801, 0.04186608, 0.008851646, -0.014553957, -0.011183497, - 0.004844618, 0.007424394, -0.03149337, -0.0031359354, -0.0065398994, - 0.0055213906, -0.005926784, -0.031091325, 0.032860316, 0.03122534, - 0.020423785, -0.022460803, -0.016698185, 0.0069821468, 0.016791996, - 0.024672039, -0.005628602, 0.0035647813, 0.009823251, 0.010500023, - 0.0020872732, 0.010828358, 0.0023670283, 0.001340981, -0.029697577, - 0.0057927696, 0.008777939, -0.0033453328, 0.007310482, -0.016631179, - -0.03047486, 0.030716086, -0.018560985, -0.025355512, -0.017127031, - -0.012664354, 0.021348484, -0.015639473, 0.0020537698, 0.001495935, - -0.027928587, 0.0009984068, -0.03358399, 0.025382316, 0.00064075604, - 0.0026953632, -0.0018443723, 0.015532262, 0.023506114, -0.0020152405, - 0.009273792, -0.024940068, -0.007585211, 0.0010721147, 0.0085233115, - 0.0135287475, 0.009246989, -0.026333816, -0.0012974263, -0.0065667024, - -0.017462067, -0.023894755, -0.02112066, 0.019860925, 0.0025646994, - 0.0062651704, 0.028813083, 0.0005222371, 0.0006520635, 0.024095777, - 0.014969401, -0.04317942, 0.0038194086, 0.015961107, -0.0063422285, - 0.0177569, 0.010506724, 0.012838573, -0.01252364, -0.004871421, - 0.00012637133, -0.002588152, 0.019954735, -0.011431423, 0.03377161, - 0.028866688, -0.02485966, 0.007545007, -0.009381004, 0.053605735, - -0.009836652, -0.014647767, 0.012322618, -0.0016642906, -0.028732674, - -0.12136338, -0.008014057, 0.022353591, 0.03160058, 0.037229184, - 0.02000834, -0.013026194, 0.022755634, -0.020463988, 0.039373413, - -0.025020476, -0.040391922, 0.0009146478, 0.006526498, 0.005357223, - 0.0071295626, 0.0049853334, -0.02168352, -0.020638207, 0.031439763, - 0.017046623, -0.0035915843, -0.0030538517, 0.013046295, 0.016148727, - -0.0041745463, -0.027606953, 0.013073099, 0.0035949345, -0.021053651, - 0.016028114, -0.021804132, -0.0040237806, -0.015679678, 0.003692095, - -0.0069352416, -0.016269341, 0.0004338714, 0.009568623, -0.0039701746, - -0.014205519, 0.01664458, -0.0061345063, 0.008295488, 0.0012170176, - -0.01224891, -0.0134215355, 0.021924745, 0.00053521973, -0.028411038, - -0.02290305, -0.00065667025, -0.04561848, 0.023774143, -0.007585211, - -0.007545007, 0.03001921, -0.020691814, -0.010989175, -0.007960452, - -0.017555878, 0.009086172, -0.0037356496, 0.00054066407, 0.036961153, - 0.010111381, -0.022675226, -0.034763318, 0.025194695, -0.015867297, - 0.015170422, 0.01625594, -0.005028888, 0.035272572, -0.042857785, - -0.000144903, -0.037524015, -0.018132139, 0.018467175, 0.0058932803, - 0.0008095303, -0.00031011755, 0.0066605126, -0.017019821, 0.01271126, - 0.009682536, 0.0047709104, -0.0055381423, 0.017448666, -0.023988565, - -0.026615247, 0.022594817, 0.037363198, -0.033208754, -0.011732955, - 0.029349139, -0.0025697248, -0.022755634, -0.00046988777, 0.007779532, - -0.0088449465, 0.001973361, -0.013187011, 0.0158941, 0.017086828, - -0.010205192, 0.0026333816, -0.0118401665, -0.0019398575, 0.007223373, - 0.010064476, 0.0108618615, -0.04245574, -0.0035748323, -0.016966214, - -0.00055992865, -0.03701476, 0.0058698277, -0.0076924227, 0.005219858, - -0.0031108079, -0.00053521973, -0.009870156, 0.005343822, - -0.010674242, 0.0016115224, -0.0034190407, -0.014513752, -0.01289888, - 0.010647439, -0.0052969167, 0.002047069, 0.01945888, -0.038783748, - -1.9271104e-6, 0.028116208, -0.020732017, -0.03795286, 0.02908111, - 0.017247645, 0.027928587, 0.031278946, -0.02747294, -0.018748606, - 0.001434791, -0.012738063, -0.00943461, 0.017153835, -0.038542524, - 0.0020621456, -0.005672157, 0.021536104, 0.03227065, -0.0037088466, - 0.0034190407, -0.024832856, -0.035004545, -0.019485684, 0.001851073, - 0.019365072, 0.02477925, -0.010459819, 0.01720744, -0.0024826156, - 0.019284664, -0.03168099, -0.019190853, 0.003065578, 0.0069754464, - 0.053793356, -0.0020906236, -0.0187084, 0.010620636, 0.0033872123, - 0.031546976, 0.004794363, 0.020986645, 0.015559064, 0.01234272, - 0.01570648, -0.0066337097, 0.010553629, 0.010506724, 0.023130875, - -0.0075383065, 0.01262415, 0.037926055, -0.011330912, 0.00004748086, - 0.03610346, -0.005618551, -0.011357715, 0.00448948, 0.022393795, - -0.016202332, 0.0016441884, 0.017274449, 0.028303828, -0.018426972, - 0.005729113, 0.0076522185, 0.0068280306, 0.011458226, -0.017783701, - 0.0020805725, -0.0187084, 0.0010955672, -0.0024239842, -0.028277025, - -0.042696968, -0.014875591, -0.02701729, 0.0065231477, 0.018480577, - -0.0047709104, 0.0013970995, -0.0047843116, 0.0057458645, - 0.0024474368, -0.010084579, -0.0100979805, 0.018185746, 0.003943372, - -0.01066084, 0.009494916, 0.010051075, 0.009803149, 0.02878628, - 0.015827093, -0.022353591, -0.0061546084, 0.012041188, 0.020732017, - -0.0068950374, -0.008449604, -0.010620636, -0.002608254, -0.011672649, - 0.004348765, 0.016751792, 0.016952813, 0.061861016, 0.000953177, - -0.00850321, -0.0045263343, 0.011103088, 0.0046234946, 0.00775943, - -0.03588904, -0.0012052915, -0.030180028, 0.0064829434, -0.001485884, - -0.013897287, -0.020236164, -0.012436531, -0.008402699, -5.889302e-8, - 0.023774143, 0.0069821468, -0.031332552, 0.04384949, 0.002254791, - 0.0046100933, -0.002000164, -0.0012521965, -0.01542505, 0.010667541, - 0.0022631672, -0.009186682, -0.02645443, -0.012845274, -0.00219616, - -0.028277025, -0.006720819, 0.01066084, -0.0036686424, -0.029590365, - -0.015130218, -0.008154772, 0.01551886, 0.031144932, 0.019324867, - -0.022179373, -0.022447402, 0.008710932, -0.011833466, -0.003020348, - -0.03438808, -0.010124783 - ], - "metadata": { - "chunkTitle": "Improving Strength", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28762&chunkSid=chunk_57124" - }, - "document": "Andy Galpin: If you're trying to go for strength and you're below 70%, you're not really going to be improving strength because the total mass is not heavy enough. And so really, when we say strength, we're assuming you're at least generally 70% or higher. Now, if you're new to training, totally different thing, right? But if you're moderately trained to highly trained, you're going to be well north of 70%. So anything below that, we don't really count anyways. Those are warm upsets, basically. All right, so one thing to actually give you some very specific numbers here, and I don't have all of these memorized. We can perhaps provide a chart later or send out something to them. But there's a chart that you can look up called a Prilepin's chart. How do you spell that? P-R-I-L-I-P-I-N prillipin. And there's actually been a few studies on it. It's been around for a very long time. It's sort of in the coaching realm. And then a handful of studies out of New Zealand came out verifying and validating a lot of it. But what it effectively does is if strength is the goal, and this comes from the power lifting, weightlifting, sort of communities or optimizing for strength, then how much time do I need to spend at each intensity range? So 70%, 80%, 90%, et cetera.\n\nAndy Galpin: Because specificity is going to say this. If you want to get better neuromuscular guy at shooting a basketball, the most important thing you could ever do is shoot a basketball under the exact circumstances that you're going to do it, right. Specificity always wins. If you want to get better at strength, the most important thing you need to do is that exact movement at that load. Andy, in this case, if you wanted to get better at benchpress, lifting at 100% of your max on a benchpress is the most specific thing you could ever do. The more you can do that, the faster you will increase your benchpress max. However, that's very hard to do without getting hurt. It's also not addressing what I call your defender. So if the reason you can't bench press higher than whatever you're benching now, it may not be your pure strength. It may be any number of things, like you don't have enough muscle or technique or okay, great. So specificity over here, variation on the other side. So we're playing this game we've talked about of how do I make sure that I can have enough specificity in my training without leading to overuse injury?" - }, - "truncated_cells": [] - }, - { - "row_idx": 54, - "row": { - "id": "chunk_57123", - "embedding": [ - -0.016826302, 0.0004213483, 0.020777306, -0.00097393617, -0.019395836, - 0.024244795, -0.009103886, -0.019837907, -0.037189167, -0.023733651, - 0.022490328, 0.038570635, 0.01120372, 0.010354116, 0.010885982, - -0.008399337, 0.0416375, 0.022517957, -0.0006052565, -0.0139390305, - -0.012730244, 0.011742493, -0.018111069, -0.0015696951, -0.03196721, - 0.022918584, 0.03652606, -0.004213483, 0.014505433, -0.014270583, - 0.025267083, -0.010899796, 0.009552863, 0.030309446, -0.017282186, - -0.024189536, 0.0018200864, 0.011797752, 0.024659235, -0.0154724615, - 0.031994842, 0.0069729686, 0.0052046874, -0.020652974, -0.009663381, - -0.0061613554, -0.0026955928, -0.014312027, -0.00067821535, - 0.004168585, 0.0031221218, 0.009318014, -0.023719836, 0.016177012, - -0.008717074, -0.009628844, 0.01083763, 0.0064652786, 0.024313869, - -0.005646758, -0.00020484607, 0.0045001376, 0.0020635705, 0.028002393, - 0.006807192, -0.011694142, 0.01242632, -0.005950681, 0.008820685, - 0.009905138, -0.0050561796, 0.0022431617, -0.003044414, -0.006144087, - 0.052799776, -0.021454226, -0.00024391575, -0.0052703074, - -0.009815343, 0.010146895, -0.016094122, -0.010768557, -0.010098544, - 0.024272423, 0.012260544, -0.025971632, 0.01266117, 0.008081598, - 0.0016145929, -0.0079987105, -0.014242954, 0.010927426, 0.04155461, - 0.0041754926, 0.011638883, 0.014256768, -0.018470252, -0.0064031123, - -0.01643949, -0.0017838229, -0.017447963, -0.0131723145, -0.005142521, - -0.01961687, -0.029425306, -0.0046969973, 0.018857062, -0.024286238, - 0.010388653, -0.016950633, -0.015914531, 0.02217259, -0.015403388, - -0.022241663, -0.0048938566, -0.026372258, 0.016107937, 0.004966384, - -0.025225637, -0.02308436, 0.030641, 0.027366916, 0.044124145, - -0.007245809, 0.007881285, -0.010388653, -0.040145513, 0.032298762, - 0.004330908, -0.011949713, -0.004828237, 0.016398046, 0.00021261684, - 0.008931202, -0.011058666, 0.010222876, -0.005045818, 0.003830125, - -0.049263213, -0.03276846, 0.021923926, 0.00948379, -0.038570635, - 0.006247697, -0.02029379, 0.008875944, 0.014961318, 0.011127739, - -0.009753177, -0.0025211824, -0.03334868, 0.003203283, -0.005211595, - 0.015458647, -0.014146251, 0.024866456, -0.010402467, 0.022062073, - -0.0446491, -0.005304844, 0.020307606, 0.027560322, 0.013407164, - -0.00849604, -0.0068728123, 0.012564467, 0.03423282, -0.0162599, - 0.010229784, -0.018677471, -0.0148784295, 0.02646896, -0.030337077, - 0.021923926, 0.0034208645, 0.016605267, -0.0020618436, 0.0076671573, - 0.004517406, -0.022711363, 0.014588321, 0.016135568, 0.020874009, - 0.025571005, 0.008164487, 0.008109228, 0.01740652, -0.026082149, - 0.012267452, -0.009760084, 0.012592097, 0.018760359, -0.034978814, - -0.0075704544, -0.6303923, 0.0027094076, 0.022780437, -0.0012778596, - 0.019782647, 0.013828512, -0.010664946, -0.0021481856, -0.02146804, - 0.038156196, -0.013614384, 0.019755017, -0.0023968501, -0.013614384, - -0.003023692, -0.006195892, 0.005729646, -0.008834499, -0.01555535, - -0.000992068, -0.0071974574, 0.035862956, -0.013545311, 0.0061820773, - 0.012315803, 0.0061579016, -0.0021948102, 0.011120832, 0.012343433, - 0.0073356046, 0.0010032924, 0.002269064, 0.0144363595, -0.0002823379, - 0.045864798, -0.009352551, -0.0129236495, 0.0244382, 0.0072181798, - 0.029591084, -0.007943451, -0.008620371, 0.008364799, -0.017599925, - 0.0060404767, 0.025294712, -0.000493012, -0.004451786, 0.030862035, - -0.013662736, 0.015928347, -0.0047798855, 0.005746914, -0.016094122, - 0.023595504, -0.0182354, 0.010409375, -0.0014669482, -0.010409375, - 0.0064480104, 0.01943728, 0.010409375, -0.025667708, -0.014139343, - -0.0050907163, -0.005626036, -0.022683734, 0.018041996, -0.018926136, - 0.0034191378, 0.0075911763, 0.004562304, -0.0068451827, -0.013220666, - 0.0066794064, 0.014988947, 0.008081598, 0.011783937, 0.0065412596, - 0.028430648, 0.0005979174, 0.0031635659, -0.004413796, 0.0007101618, - 0.0039164666, 0.0066655916, -0.031000182, 0.00810232, -0.006924617, - -0.0028406472, -0.01279241, 0.00059662224, 0.0012942645, -0.022131147, - 0.00008704339, 0.020279976, -0.0007874378, -0.004061521, 0.0028337399, - -0.039896846, -0.00904172, -0.0066241478, -0.008461502, 0.032602686, - 0.011535273, 0.011701049, -0.009414717, 0.010685668, 0.013338091, - -0.0075911763, 0.012902928, -0.00719055, 0.0014419091, 0.019050468, - 0.009559771, -0.032354023, 0.0018287207, 0.013220666, -0.012108583, - -0.010305764, 0.023927057, -0.005021643, 0.02123319, 0.013738717, - 0.013545311, 0.028458277, 0.0048869494, -0.030226558, 0.0009722094, - -0.008171394, -0.0016059587, -0.03196721, 0.037244424, -0.028513536, - 0.03334868, 0.020915452, 0.018180143, -0.0023312303, 0.0094561605, - -0.0073770485, -0.02399613, -0.015154723, 0.019575426, -0.021067414, - -0.007584269, -0.030475223, -0.024949344, -0.0055707768, 0.021371337, - -0.010243598, 0.013607478, -0.012571375, 0.002130917, 0.00095925806, - -0.035476144, 0.00075808156, -0.02282188, -0.05260637, -0.033652604, - -0.0054878886, -0.005135614, 0.013897586, 0.0015921439, 0.027684655, - -0.0036470802, 0.009912046, -0.016301343, 0.004033892, -0.03301713, - -0.012467765, -0.0007041179, -0.009352551, -0.020252347, 0.01667434, - -0.009103886, -0.006396205, -0.03066863, 0.0011258979, -0.004748802, - -0.014671209, 0.010955055, -0.0029546185, -0.014463989, -0.016094122, - 0.026303185, 0.00175533, 0.0012450496, -0.002070478, -0.012336525, - 0.046969973, -0.017378889, 0.006662138, 0.003298259, 0.0055707768, - -0.012557561, 0.0017561935, -0.0033172544, -0.0035192943, 0.009794621, - 0.03484067, 0.05081046, -0.0027422176, 0.0043758056, -0.009269662, - 0.013255202, 0.00462447, 0.008606557, -0.018249216, 0.022283107, - 0.006247697, -0.021067414, -0.004721173, -0.014325841, -0.013607478, - -0.0067208507, 0.024037573, 0.011818474, 0.03340394, -0.02311199, - 0.027449805, -0.013241388, 0.013089426, 0.028845089, -0.0061648088, - -0.036360286, 0.021716705, -0.009884416, 0.021039784, -0.010588966, - -0.019119542, 0.007639528, 0.03340394, 0.011127739, -0.009062442, - 0.0067864703, -0.015361944, 0.0054050004, 0.01185301, 0.045892425, - 0.0057641827, 0.022987656, 0.0008824138, -0.0069660614, -0.024631606, - 0.05796647, -0.0029131745, 0.0311107, 0.010996499, -0.0115629025, - 0.0028924523, 0.0034813038, 0.018649843, -0.0109688705, -0.0070489496, - -0.0011319418, -0.0017907302, -0.0021689076, -0.011991158, - 0.0071629207, 0.03108307, -0.010823816, 0.044483326, 0.00961503, - -0.004900764, 0.02052864, -0.007846748, -0.01224673, 0.0013970113, - -0.023429727, 0.0013762893, -0.00035637603, 0.0017294275, - 0.0024918262, -0.021012155, 0.020252347, -0.0135936625, 0.015196168, - -0.014533062, 0.011991158, 0.027629396, -0.011107017, -0.02237981, - 0.010782371, 0.017199298, -0.019271504, 0.0034243183, -0.0031808342, - -0.008302634, -0.017365076, -0.005615675, -0.007908914, 0.030502852, - -0.03807331, 0.0008496039, 0.0011103563, 0.032961868, 0.027035363, - -0.0196445, 0.0069557005, -0.038708784, -0.00570547, -0.012875298, - 0.0019806824, -0.02840302, 0.011252072, 0.009960397, -0.019271504, - -0.038819302, 0.0020186726, -0.018359734, 0.008475317, -0.014298213, - 0.010810001, -0.008323356, 0.00016556052, 0.013759439, 0.008053969, - 0.014028826, 0.0287622, -0.0024054842, -0.000816794, -0.0061579016, - 0.005035457, -0.010740927, 0.09007183, 0.049180325, -0.0062753265, - 0.042770304, -0.0025298165, 0.028430648, 0.0010274681, -0.023567874, - 0.03978633, -0.00057115144, 0.0058643394, -0.0073563266, 0.0071629207, - -0.014795542, 0.01855314, 0.00035356992, 0.03019893, -0.031635657, - -0.006223521, -0.015652053, 0.0009540776, -0.0035607384, 0.010257414, - 0.04434518, -0.0036159973, 0.0098775085, 0.034094673, -0.0028268325, - 0.0007058447, -0.009034812, 0.0084200585, 0.04205194, 0.019685945, - 0.02358169, -0.026427517, -0.01623227, 0.0066897674, 0.011569809, - 0.0029459842, -0.014574506, 0.005228863, 0.02425861, 0.008261189, - 0.018345919, 0.011790845, -0.021896295, 0.008316448, 0.022545587, - -0.011866826, -0.027864246, 0.0033068934, -0.0058643394, -0.016826302, - -0.006990237, 0.004900764, -0.03160803, 0.0040926044, -0.025999261, - -0.001210513, 0.009200589, -0.0026437878, 0.00320501, 0.0014565872, - 0.010575151, -0.021592373, -0.013213758, -0.008958831, 0.01508565, - -0.0033569715, -0.007618806, -0.04252164, -0.03351446, -0.025294712, - 0.02287714, -0.0025280898, 0.0082680965, 0.01323448, -0.01177703, - 0.0014531335, 0.024866456, 0.004842052, -0.029010866, -0.008150672, - -0.02534997, 0.0025937096, 0.004634831, -0.0153205, 0.0024762845, - -0.0032706298, 0.025032232, -0.0153757585, 0.0042998246, 0.0067830165, - -0.027118253, 0.012516116, 0.006482547, 0.012978909, 0.02376128, - 0.03246454, -0.022476513, 0.0007753499, -0.03519985, -0.0030806777, - -0.032796092, -0.0060819206, 0.007680972, 0.0050838087, -0.0109688705, - -0.010105452, -0.03387364, -0.0065308986, 0.00823356, 0.012799318, - 0.010015656, 0.03351446, 0.012737151, 0.0311107, 0.0062338826, - 0.004327454, -0.0017156128, -0.026634738, -0.04434518, 0.032354023, - 0.0067830165, -0.031884324, 0.022973843, -0.004044253, -0.008799963, - -0.010747835, 0.017668998, -0.010816908, 0.019299133, 0.009711732, - -0.025059862, -0.016370418, -0.027629396, -0.025709152, -0.0026265194, - -0.0068486365, -0.01065804, -0.003605636, 0.0018718916, 0.011369497, - -0.013317369, 0.02282188, -0.024645422, 0.0120602315, 0.017890034, - -0.012854576, 0.022545587, 0.020832565, 0.008205931, -0.002885545, - -0.005335927, 0.0016672614, -0.0016413588, -0.0051805116, - -0.00027974762, 0.025902558, 0.012833854, 0.034011785, -0.0015360217, - -0.009898231, 0.023885613, -0.0063685756, -0.0015342949, 0.008958831, - -0.014560691, 0.009476882, 0.0076740645, -0.004140956, -0.0022656105, - 0.004040799, 0.0015938708, 0.020252347, 0.0355314, -0.011728679, - -0.021454226, -0.016094122, -0.023457358, -0.014698839, 0.032851353, - -0.015652053, -0.0015351583, -0.02840302, 0.0016741687, 0.029756859, - -0.0074461224, 0.013441701, 0.010416282, 0.0066724992, -0.0060922815, - 0.009304199, 0.0067208507, 0.01740652, -0.016536193, -0.024148092, - -0.016370418, 0.007114569, 0.02079112, 0.017461779, 0.027753728, - -0.02743599, 0.010575151, -0.025847299, 0.0022828788, -0.0037748662, - -0.02628937, -0.003522748, -0.022559403, -0.0033362496, -0.015541535, - -0.011680327, -0.0092834765, -0.011714864, 0.01266117, -0.0048006075, - 0.013876864, -0.025128935, -0.008157579, 0.025805855, 0.0026990466, - 0.030281818, 0.015099465, 0.041416463, 0.009725547, -0.0014893971, - -0.0041996683, -0.024976974, 0.013683458, 0.01688156, 0.015127094, - -0.013414072, -0.015444832, -0.017019708, -0.0011241711, -0.02287714, - -0.0042100293, -0.027062993, 0.02670381, 0.021177933, 0.0037092464, - -0.010561337, -0.0048869494, -0.022158775, 0.008116135, 0.0032723565, - 0.02675907, 0.0026817783, -0.0050803553, -0.0136282, 0.036774725, - 0.011797752, 0.012958187, -0.0031031265, -0.018069625, -0.020680603, - 0.005253039, -0.006016301, 0.00055776845, 0.001177703, 0.011721771, - 0.0023605865, 0.00089191145, 0.022987656, 0.0027750274, -0.031276476, - -0.023623133, -0.016577637, 0.0311107, -0.03301713, 0.011963529, - 0.005805627, -0.027795171, -0.0077500455, -0.021882482, -0.012612819, - 0.007915822, -0.0029045402, 0.010077822, 0.030530483, 0.023167249, - -0.01573494, 0.0069695152, -0.005339381, 0.0030685898, 0.008530576, - -0.011749401, 0.025294712, -0.049677655, -0.031994842, -0.036360286, - 0.015914531, 0.023333024, 0.020625344, -0.03663658, -0.0033984156, - 0.028955607, 0.0030875849, 0.032271136, -0.016135568, -0.007508288, - -0.015444832, 0.024990788, -0.036249768, -0.018608399, 0.0130963335, - 0.0058747004, -0.039012708, -0.0052668536, 0.009318014, 0.022780437, - -0.027836617, -0.0047591636, 0.00904172, 0.012377969, 0.0068279146, - -0.016895376, -0.016094122, -0.00553624, -0.005356649, 0.019409651, - 0.00256608, -0.010782371, 0.022310738, -0.0032602686, 0.00844078, - 0.028927978, -0.037852272, 0.0087654255, -0.011583624, 0.009407809, - -0.020984527, 0.00276812, -0.013420979, -0.021744335, -0.020238532, - 0.010091636, 0.020100385, -0.0045139524, 0.016550008, 0.002737037, - 0.010402467, 0.0067933775, -0.012191471, -0.008903572, 0.02720114, - 0.0045657577, -0.018373549, -0.00074858393, -0.022780437, 0.028845089, - 0.014988947, -0.025018418, -0.0009463068, 0.00927657, -0.03193958, - -0.041720387, -0.0006164809, 0.013179222, 0.022600846, -0.010782371, - 0.00320501, 0.014325841, -0.0040235305, 0.003840486, 0.000116129806, - -0.013420979, -0.0019772286, -0.0076464354, -0.030696258, - -0.0062511507, -0.03193958, -0.026316999, 0.017047336, -0.0064652786, - 0.0070593106, 0.019409651, 0.011783937, 0.038515378, -0.003161839, - 0.0030996727, 0.020404309, 0.019989869, 0.030530483, -0.024686866, - -0.0105475215, 0.023484986, 0.0027076807, 0.0024693771, 0.0052461317, - 0.020155644, -0.0045553967, -0.0019565066, -0.009884416, -0.022738993, - -0.0021585466, 0.004475962, 0.038515378, 0.0041720388, -0.0005841027, - 0.017447963, 0.01638423, 0.0015360217, -0.005221956, -0.00029960627, - -0.000681669, 0.014353471, 0.0141876945, -0.0017700081, 0.0032878981, - 0.006330585, 0.021426596, -0.0028579156, -0.022296922, -0.008717074, - 0.008544391, -0.0036090899, 0.017972922, -0.008461502, -0.014574506, - 0.005539694, -0.012985816, -0.014125529, 0.023001472, -0.01279241, - 0.0027007735, -0.012799318, -0.026068335, -0.021620002, -0.018829433, - -0.011376403, 0.018097254, -0.004997467, -0.0107961865, -0.0055327867, - 0.21970895, -0.019312948, -0.0046762754, 0.005125253, -0.009552863, - 0.0060750134, 0.025184194, 0.008247375, -0.0082680965, 0.0034726697, - 0.015748756, 0.0059921253, -0.042438753, -0.0032723565, 0.006803739, - -0.002419299, -0.026607107, -0.04890403, -0.008751611, 0.012951279, - 0.014001196, -0.005715831, -0.012122397, -0.014394915, 0.05197089, - 0.0049387543, -0.017019708, 0.0033897816, 0.0021084682, -0.0034364061, - -0.013082519, -0.018760359, 0.0144363595, -0.01670197, -0.0039751795, - 0.0010904977, -0.00543263, -0.0046728216, -0.000021180738, - 0.0033569715, 0.037714124, -0.0071491064, -0.0143811, -0.026828144, - 0.01042319, -0.007618806, -0.014685024, 0.010333394, -0.005104531, - 0.025032232, -0.02214496, -0.009808435, 0.029370047, 0.029591084, - -0.0025125481, -0.017337445, 0.004752256, -0.002301874, 0.0060957354, - 0.03240928, -0.0073563266, -0.000030516452, 0.017558482, 0.012143119, - -0.008060876, 0.012785503, -0.006893534, 0.025971632, -0.0022846058, - -0.040062625, -0.021426596, -0.009836065, -0.025294712, -0.0071698283, - -0.009490698, -0.010167617, 0.033072386, 0.013800883, 0.01855314, - 0.009352551, 0.0015368852, -0.0018321743, 0.009055534, -0.009083164, - -0.021937741, -0.030834405, 0.023747467, 0.002143005, -0.0038681154, - -0.009290384, 0.0074737514, -0.026565664, -0.0041893073, 0.008544391, - -0.012184563, -0.019271504, 0.004721173, -0.027076807, -0.013358813, - -0.02561245, -0.021813408, 0.049042176, 0.012150027, 0.017738072, - -0.0126542635, -0.021067414, -0.009373273, 0.026178852, 0.017489407, - -0.019395836, 0.00025902558, -0.03699576, 0.01573494, 0.00719055, - 0.0070938473, 0.00014419091, 0.009573585, -0.00050337304, 0.022973843, - -0.011783937, -0.015610608, -0.020376679, 0.012046416, 0.0052634, - -0.00036004555, -0.021398967, -0.047329154, -0.0012657717, - -0.013552219, 0.0035780068, 0.024576347, 0.0070731253, 0.0019047015, - -0.029812118, 0.011079388, -0.034619633, -0.008399337, -0.04716338, - 0.0038991985, 0.010409375, 0.0029563454, -0.003954457, - -0.000016148626, -0.016550008, 0.038100936, -0.010001841, - 0.0069557005, 0.035724808, -0.033182904, -0.017890034, 0.0005202097, - 0.033652604, -0.032326393, -0.00846841, 0.0016102757, 0.00047185828, - -0.014906059, -0.005833256, -0.0023208691, 0.0012226008, -0.042770304, - 0.0013477964, 0.016218456, -0.012046416, -0.015458647, -0.03287898, - -0.17616503, 0.013448608, 0.0493461, -0.030281818, 0.029093754, - 0.008136857, 0.03196721, 0.0355314, -0.040394176, -0.009297292, - 0.016480934, -0.0050734477, -0.0058643394, -0.033100016, -0.019547798, - -0.0012726791, 0.0080954125, 0.032188244, 0.027463619, 0.021191746, - 0.0107202055, -0.018829433, 0.0061268187, 0.010036378, -0.013206851, - 0.00661724, 0.012150027, 0.029895006, -0.0012795863, -0.0091867745, - -0.021108858, 0.0083440775, 0.02131608, -0.0033656058, - -0.000053531956, 0.0070696715, -0.00079520856, -0.010402467, - -0.026482776, 0.018111069, 0.027394546, 0.0063582147, -0.023540245, - -0.0049283933, 0.0076533426, 0.04575428, -0.008240467, -0.005339381, - -0.0037817736, -0.008661816, 0.011148461, -0.002367494, -0.0040166234, - 0.0072319945, 0.020639159, -0.030060783, -0.0044863233, 0.02517038, - -0.0085927425, -0.0053980933, 0.0047902465, -0.007204365, 0.044593845, - -0.009960397, -0.021150302, -0.0224627, -0.014933689, 0.007964173, - -0.014809356, 0.017986737, 0.0072803455, -0.021164117, -0.015817828, - -0.02282188, 0.019658316, 0.0070627644, -0.015942162, 0.0023174156, - 0.023374468, 0.015251426, 0.0068555437, 0.009428531, -0.021937741, - 0.004144409, -0.013876864, 0.014961318, 0.0023105082, 0.010347209, - -0.022517957, -0.021371337, 0.00766025, -0.011355681, -0.029480565, - -0.032740835, 0.010934333, -0.007598084, 0.004731534, -0.008620371, - 0.007715509, -0.026897216, 0.007342512, 0.015016576, -0.019561613, - 0.008620371, 0.03387364, -0.0006324541, -0.011790845, -0.010105452, - 0.019603057, -0.0017492861, -0.023595504, 0.008696352, 0.0032412736, - 0.018221587, -0.0031773804, 0.022186404, 0.025681524, -0.023222508, - 0.00065662985, -0.0024434747, 0.054236505, -0.0075773615, - -0.020694418, 0.013787068, -0.013738717, -0.037161537, -0.12543745, - -0.007874378, 0.015638238, 0.01782096, 0.00532902, -0.0005603587, - -0.026828144, 0.0056778407, -0.014975132, 0.038819302, -0.034011785, - -0.01675723, -0.0059057833, -0.010595873, 0.008737796, -0.02749125, - 0.00982225, -0.01993461, -0.034647264, 0.018705102, -0.012564467, - -0.020542456, 0.019741204, 0.011631976, 0.0013141232, -0.008786147, - -0.036885243, 0.031055441, -0.0034450402, -0.014712653, 0.016080309, - -0.020556271, 0.0043999813, -0.008026339, 0.016646711, -0.03193958, - -0.0003483894, 0.003799042, 0.0027301298, -0.023954686, 0.0057779974, - 0.03191195, 0.011245164, 0.021343708, -0.02331921, -0.009573585, - -0.022075888, 0.023001472, -0.017378889, -0.0025937096, -0.02214496, - -0.009773899, -0.0325198, 0.010146895, 0.002588529, -0.037824642, - 0.020722046, 0.0018166328, -0.012184563, 0.012516116, -0.007819119, - -0.01638423, -0.02449346, 0.008164487, 0.037769385, -0.0056053135, - -0.007708601, -0.00019405334, 0.005156336, -0.0039406423, - -0.0040580677, 0.0089381095, 0.016190825, 0.033928897, -0.027878061, - 0.004997467, -0.01573494, -0.016577637, 0.011086295, 0.004265288, - -0.0022949667, -0.0053117513, 0.0058954223, -0.02376128, - -0.0041202335, 0.0063064094, 0.004617563, -0.0072803455, 0.015707312, - -0.02311199, -0.03892982, 0.023623133, 0.03191195, -0.023333024, - -0.026579479, 0.012239822, 0.014035733, -0.0047142655, -0.0032878981, - 0.004040799, 0.0028078374, 0.0032896248, -0.021343708, 0.015209982, - 0.010699484, -0.010437004, 0.011404033, -0.008585835, 0.0005979174, - 0.011714864, -0.013800883, 0.008067784, -0.003110034, 0.012833854, - -0.018221587, -0.018387362, -0.015831644, -0.011949713, -0.0072181798, - -0.016632896, 0.0031393901, -0.0037127, -0.009166052, 0.01086526, - -0.018566953, 0.02308436, -0.0009609849, -0.01873273, -0.021771964, - 0.008654908, 0.013800883, 0.005038911, 0.017517038, -0.02881746, - 0.0029528916, 0.010609688, -0.013717995, -0.0182354, 0.026275555, - 0.025004603, 0.010740927, 0.032796092, -0.0022017176, -0.017475592, - 0.005853978, -0.02402376, -0.01826303, 0.0063616685, -0.022628475, - -0.00951142, 0.0091107935, 0.008875944, 0.018953765, 0.010457726, - -0.024369126, -0.02964634, -0.035945844, -0.014394915, -0.010257414, - -0.013773254, 0.013849234, -0.02081875, 0.017434148, -0.013269017, - 0.018014366, -0.027767543, -0.0077431384, -0.004341269, 0.011348775, - 0.024051389, -0.008240467, -0.01029195, 0.0076878793, -0.000054530283, - 0.03431571, 0.011258978, -0.0023502256, 0.00030521848, -0.0074392147, - 0.018442621, -0.0060508377, -0.007853656, 0.020887824, -0.008067784, - 0.0025298165, 0.018387362, 0.02720114, 0.00577109, -0.0020825658, - 0.022669919, -0.0119842505, -0.009621937, -0.007680972, 0.029508194, - -0.02155093, -0.013745625, 0.004700451, 0.03426045, -0.021564743, - 0.018926136, 0.0007464254, 0.028154355, 0.032188244, 0.0021689076, - 0.0007464254, -0.04083625, -0.019837907, 0.012032602, 0.00082758674, - -0.03431571, -0.012681893, -0.014864615, -0.003522748, 0.0069695152, - 0.003968272, 0.00334143, 0.010437004, 0.0117355855, -0.0064998153, - -0.02243507, -0.027657025, 0.018691286, 0.007908914, 0.002258703, - 0.0039613647, -0.010464634, 0.0106442245, 0.024825012, 0.019285318, - -0.0013028987, 0.0011863372, -0.007908914, 0.027657025, 0.0040028086, - -0.027698468, -0.028430648, -0.0031048534, -0.02514275, -0.007853656, - 0.024990788, -0.015251426, 0.07194695, 0.005429176, -0.01661908, - 0.015527721, 0.0023415913, 0.012930557, 0.007121477, -0.016356602, - -0.00668286, -0.01143857, 0.008164487, -0.0037092464, -0.021385152, - -0.026261741, -0.029977893, 0.032713205, -0.0039993552, 0.013199944, - 0.016411861, -0.014712653, 0.02587493, -0.011348775, -0.0021930833, - -0.003512387, -0.01623227, -0.008924295, 0.016411861, 0.017986737, - -0.03564192, -0.03437097, -0.009601215, -0.0016948908, -0.03517222, - -0.020929268, -0.0034277719, -0.00015120619, -0.020141829, - 0.007508288, -0.0053082975, 0.015610608, -0.0009678923, 0.00857202, - -0.017972922, -0.013773254, 0.0032481807, -0.010347209, -0.018539324, - -0.026745254, -0.019630685 - ], - "metadata": { - "chunkTitle": "Adjusting Your Workout", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28762&chunkSid=chunk_57123" - }, - "document": "Andrew Huberman: Of the reasons I'm so happy to have you here having this discussion is we can really get into the weeds, but also hit a number of questions that I hear a lot. How does one contend with the first attempt at a lift not working out? Is it too heavy? Something goes wrong. Hopefully not injury promoting wrong, but something goes wrong. Do you count that? Do you reset the workout? And then the counterpart to that question is what do you do if it's too easy? It went wrong because you didn't put enough weight on the bar. Do you pick up a heavy enough set of dumbbells? Do you abandon the set? Andy? Replace it with another? I guess this is really a question of how much margin for error is there in volume when doing this three x five program.\n\nAndy Galpin: Sure. Two things that I like to start with. Number one is I talked about linear periodization and undulating periodization. There's actually a new model, newish model called Autoregulation, which basically says you're going to go in today, Andy. Depending on any number of biomarkers performance markers or your performance, you will adjust your training based on how you're feeling that day, Andy. So 70% is not maybe, for example, not necessarily 70% of your one arm repetition, max, highest ever. It's 70% of what you can actually do that day. And so it actually allows you to auto regulate your training based on actually what's happening. And so you don't have to have as much long term planning in your program design because it'll sort of figure itself out as you're going. You can use velocity to determine this. Autoregulation you can use actually it's like taking it up to close to a max for the day and then basing all your percentages on that daily max or a lot of different ways. So that is actually one very effective strategy. Andy, there's a lot of research coming out on autoregulation.\n\nAndy Galpin: There's a lot of different ways to do it. So that's one thing to say. Another thing to say is this three to five. Okay. It depends on if we're going for speed, power, or strength. Because while all those other variables are the same for three to five, the core difference between whether that is a power workout or a strength workout is the load, right? So if you are at a moderate load, say 30% of your one repetition max, up to about 70%, that's going to be a power based adaptation. Assuming you're going with high intent sorry.\n\nAndrew Huberman: I have to interrupt. Maybe just clarify what intent is.\n\nAndy Galpin: Yeah, you're attempting to move the implement or go through the movement pattern as fast as you can.\n\nAndrew Huberman: Great, thank you." - }, - "truncated_cells": [] - }, - { - "row_idx": 55, - "row": { - "id": "chunk_58830", - "embedding": [ - -0.027067022, -0.01688434, 0.011395559, -0.023174852, 0.0030321917, - 0.026505124, -0.01532199, -0.029986149, -0.03508434, -0.037112657, - 0.012855122, 0.041114464, 0.02143434, -0.0025268265, 0.010648646, - -0.0026176209, 0.04366356, -0.0064481185, -0.0011597705, -0.016322441, - -0.01185467, 0.006958623, -0.006119203, 0.013780197, -0.009175378, - 0.0009901733, 0.021914009, -0.014650454, -0.003136691, -0.007064835, - 0.026505124, -0.0115120495, -0.005687501, 0.011059791, -0.01833705, - -0.016925454, -0.0068489844, -0.0019152487, 0.01759699, -0.03431687, - 0.018803015, 0.010326583, -0.011642246, -0.018145183, -0.012971614, - -0.0020094693, 0.008366793, -0.024517925, 0.0036797444, 0.020461299, - 0.012457683, -0.00089081336, -0.026505124, 0.030178016, -0.009353541, - -0.021653617, 0.0005803135, 0.031219583, 0.031219583, -0.0042964616, - -0.003052749, 0.0052523725, 0.00621171, 0.017172141, -0.01245083, - -0.0015957551, 0.0066536907, 0.0004346998, 0.017021388, 0.0049577192, - 0.004954293, 0.04610302, -0.005505912, -0.0015880461, 0.033165667, - -0.010216944, -0.0038099403, -0.011916342, 0.020022744, -0.011306478, - -0.012608435, -0.010998119, -0.024517925, 0.0252991, 0.013828165, - -0.0207491, 0.011340739, -0.009182231, 0.009175378, -0.0064618234, - -0.011464083, 0.011162577, 0.049474403, 0.02635437, 0.012443977, - 0.012245257, -0.01230693, 0.009846914, -0.021708436, 0.002350377, - -0.042539764, -0.017610695, -0.02114654, -0.019734941, -0.016500605, - -0.009353541, 0.002653596, -0.0089629525, -0.014266719, -0.026738105, - -0.019282684, 0.021365816, -0.0040120864, -0.024408286, -0.011847818, - -0.014485996, 0.009387802, -0.010340287, -0.028862353, -0.023805274, - 0.05213314, 0.00045440046, 0.028834943, 0.00032334813, 0.012807155, - -0.012731778, -0.005375716, 0.0031675268, -0.007496537, -0.01802184, - 0.004772704, -0.01939232, -0.006091793, 0.0071950313, -0.006293939, - 0.004923457, 0.007948796, -0.015267171, -0.01148464, -0.012073947, - -0.0054031257, 0.008078992, -0.0040155128, 0.009785242, -0.028067473, - 0.020845033, 0.009360393, 0.0009953126, 0.00068095827, 0.003272026, - -0.03692079, 0.008538104, -0.0016822668, 0.00730467, 0.000048555754, - 0.021173948, -0.005653239, -0.0066879527, -0.03755121, 0.011840966, - 0.025230575, 0.013286824, 0.030808438, 0.007160769, 0.0030202, - 0.020159792, 0.049940366, -0.012087652, 0.01168336, -0.0053825686, - -0.00727726, -0.003272026, -0.043992475, 0.021283587, -0.006739346, - 0.035468075, 0.0055847145, -0.004101168, 0.011669655, -0.042649403, - 0.012861975, 0.00063598936, 0.02601175, 0.031685546, -0.007428013, - 0.026107684, 0.023750454, -0.010970709, 0.0026124816, 0.001983773, - 0.01381446, 0.0066845263, -0.029657234, -0.016898043, -0.62844825, - 0.01034714, 0.009997667, -0.010991267, 0.019748647, 0.019077111, - -0.010826808, -0.0047247373, -0.026724402, 0.02487425, -0.006742772, - 0.02305151, 0.0036763183, -0.02680663, 0.0018655688, -0.021050606, - -0.014444881, 0.008099549, -0.004090889, 0.007332079, -0.027793378, - 0.006612576, -0.01205339, 0.03365904, 0.013752788, -0.00975098, - 0.009826357, 0.014020032, 0.011936899, 0.0023246803, -0.0098948805, - 0.006931213, 0.021242473, 0.008599775, 0.04437621, -0.015198646, - 0.0010706892, 0.028752714, -0.002723833, 0.017583285, -0.013005875, - -0.020529822, 0.007571914, -0.0005100763, -0.013074399, 0.00353927, - 0.00056532386, -0.004488329, 0.0062631033, -0.014718978, 0.020461299, - -0.009360393, 0.00072764035, -0.009079444, -0.00014175924, - -0.006424135, 0.0045705577, -0.00018779888, -0.02450422, - -0.00068010174, 0.013574625, -0.0075033894, -0.016363556, 0.023147443, - -0.020570936, 0.0052181105, -0.02257184, -0.00601299, -0.0006124342, - -0.0010192961, 0.0035152866, 0.01958419, 0.00864089, -0.012937351, - 0.025477262, 0.018624851, 0.012724927, 0.01944714, 0.002603916, - 0.02336672, 0.0008865306, 0.0007250707, -0.011566869, -0.011347592, - 0.014760092, -0.011498345, -0.019145636, 0.0098948805, -0.010210091, - 0.008599775, 0.000863832, 0.011436673, 0.010443074, -0.037743077, - -0.0043649855, 0.01793961, 0.011669655, 0.0034981556, -0.009867471, - -0.022352563, -0.020187201, 0.0020111825, 0.020913556, 0.01373223, - 0.01202598, -0.0015897593, -0.041443378, -0.018254822, 0.034700606, - -0.0018535771, 0.010031929, 0.006273382, -0.02120136, 0.009353541, - 0.008791642, -0.023613406, 0.010031929, 0.0013327939, 0.0015923289, - -0.025312804, 0.018570032, 0.011806703, 0.01242342, 0.0042964616, - -0.009024625, 0.030698799, -0.007126507, -0.002386352, 0.008709414, - -0.0048789163, 0.0014655594, 0.011251658, 0.03163073, -0.041662656, - 0.023723045, 0.020776508, 0.04758314, -0.010991267, 0.030424703, - -0.03544067, -0.02376416, -0.007613028, 0.0054031257, -0.023421539, - -0.008634037, -0.018748196, -0.027341118, 0.009819504, 0.022681478, - -0.0008711127, -0.0011477788, -0.00082956994, -0.0074691274, - -0.002388065, -0.025860997, 0.00690723, -0.0047384417, -0.03508434, - -0.026395485, -0.007311522, -0.013211448, 0.015883887, -0.022023648, - 0.015171237, -0.021681027, -0.01262214, 0.00047881217, 0.003272026, - -0.013245709, -0.00992229, 0.01759699, -0.026710697, -0.0210369, - 0.011594279, -0.0119094895, 0.0244494, -0.002903709, 0.012416568, - -0.028094884, -0.0015554972, 0.01202598, -0.011649098, 0.0011212257, - 0.01060068, 0.053311754, 0.014760092, 0.018419279, -0.00700659, - -0.02982169, 0.03845573, -0.011491492, -0.012245257, 0.016706176, - -0.0068352795, 0.008688857, -0.0035872369, 0.011717622, -0.0026159077, - -0.020214612, 0.008455874, 0.026107684, -0.021132834, 0.0024737201, - -0.013512953, 0.0042313635, 0.0028934304, 0.0070168683, -0.023942322, - 0.040237356, 0.0352488, -0.007530799, 0.004368412, -0.0069620493, - 0.000046334073, -0.028396389, 0.02405196, 0.0044369358, 0.018432984, - -0.007010016, 0.024517925, 0.0070031635, -0.0039504147, 0.03744157, - 0.0034467625, -0.041854523, -0.01301958, 0.00039315707, 0.0020985508, - -0.011553165, -0.018953767, 0.011847818, 0.01950196, 0.011738179, - 0.0061226287, 0.013965213, 0.008825905, 0.009997667, 0.01378705, - 0.035934042, 0.0019632156, 0.020625755, -0.009038329, 0.015870184, - -0.03138404, 0.034865066, 0.0027495297, 0.028560847, 0.002269861, - -0.009956553, 0.012238406, 0.005725189, 0.02185919, -0.026696991, - -0.014307833, -0.018912653, 0.0074006035, -0.00992229, 0.007099097, - 0.02405196, 0.03360422, 0.01071717, 0.029986149, 0.01401318, - -0.011806703, 0.0030664536, 0.0059684496, -0.0048103924, 0.006324775, - -0.00821604, 0.012930498, -0.0075170943, 0.0049474402, -0.00079231, - -0.031137353, 0.03149368, 0.007962501, 0.012656402, 0.025134642, - 0.0071813264, 0.031850003, 0.009435769, -0.02035166, 0.005872516, - 0.0048138183, -0.006790739, 0.013382758, -0.01225211, -0.014856026, - -0.009367245, 0.0008287134, -0.017980725, 0.0074485703, -0.035468075, - 0.004056627, -0.0030150607, 0.026052864, 0.02993133, -0.016157985, - 0.0031846578, 0.0071881786, 0.005612124, 0.0033850907, 0.0046185246, - -0.016500605, 0.022681478, -0.0021910584, -0.020433888, -0.03311085, - -0.009675603, -0.01759699, 0.022229219, -0.013142924, -0.0056977794, - 0.0036146466, 0.021256177, 0.011210544, -0.02069428, -0.012909941, - 0.043416873, -0.006773608, 0.0010287181, -0.029026812, 0.01264955, - -0.011690212, 0.063974105, 0.027423346, -0.0012831138, 0.02254443, - -0.022174401, 0.02299669, 0.0050707837, -0.009771537, 0.04533555, - 0.0032429034, -0.007798043, -0.009038329, 0.011875227, -0.02220181, - 0.0006496942, -0.0061500384, 0.009332983, -0.031219583, -0.01995422, - -0.009744128, -0.0012557042, 0.009559113, 0.024093075, 0.06600242, - 0.0031589612, 0.00040964567, 0.023174852, 0.02066687, 0.009792095, - -0.031055124, -0.008325679, 0.022845937, 0.034700606, 0.024805726, - 0.0038442023, -0.018652262, 0.0050639315, -0.0051050456, 0.011100905, - -0.03371386, 0.0056635174, 0.022982985, 0.017747743, 0.022023648, - 0.026135094, -0.006612576, -0.00034326295, 0.017377714, -0.007996763, - -0.030972896, 0.004310166, -0.017322894, -0.019008586, -0.005221537, - -0.009819504, -0.015404219, -0.006845558, -0.017473647, -0.030095788, - 0.021681027, -0.009703013, 0.0033850907, 0.00901092, -0.009161673, - -0.026326962, -0.024421992, -0.021256177, 0.0044335094, -0.007708962, - -0.00029679504, -0.021763256, -0.008983511, -0.020584641, 0.015650906, - 0.0038236452, 0.0210369, 0.020790214, -0.033467174, -0.019419732, - 0.0010141567, -0.021722142, -0.00864089, -0.02762892, -0.03209669, - 0.0054099783, -0.006866115, 0.0072018835, 0.00053919904, 0.008901281, - -0.0134170195, -0.0052695037, -0.0020420183, 0.015239761, -0.01754217, - 0.0020283135, -0.0012034546, -0.0023486638, 0.008777938, 0.023681931, - -0.02365452, -0.008777938, -0.017610695, -0.0013807607, -0.014307833, - -0.016528014, -0.0059821545, -0.0009524851, -0.023503767, - -0.0033970824, -0.023627112, 0.008832757, -0.00054134044, - -0.003021913, 0.021269882, 0.009456326, 0.020104973, 0.008181778, - -0.015705725, -0.017638104, -0.0045465743, -0.012437125, -0.04900844, - 0.019940514, 0.013355348, -0.019351207, 0.02183178, 0.00025568056, - -0.01918675, -0.025573196, 0.014321538, -0.007660995, 0.024860546, - -0.00824345, -0.019967925, -0.041964162, -0.030342475, -0.01452711, - 0.0026655877, 0.0047966875, -0.021132834, -0.015171237, 0.008579218, - -0.019803466, -0.0013362201, 0.031137353, -0.025833588, -0.019378617, - 0.008969805, -0.013026432, 0.017021388, 0.033823498, -0.00052506593, - -0.028204521, -0.008133811, -0.0059992853, -0.021845484, - -0.0020951245, -0.012930498, 0.040319584, 0.0055161905, 0.037633438, - -0.01685693, -0.016665062, 0.015363105, 0.005224963, 0.006972328, - 0.0038202188, 0.006571462, -0.02379157, 0.00069080864, 0.025408737, - -0.002254443, 0.00730467, -0.00975098, 0.041772295, 0.03138404, - -0.01754217, -0.016048346, -0.022681478, -0.027738558, 0.00050408044, - 0.025162052, -0.0079213865, -0.0039264313, -0.018597443, -0.014540815, - 0.049474403, -0.016569128, -0.0187619, -0.0044163787, 0.022078468, - -0.007955649, 0.0024480238, 0.019337503, -0.003122986, -0.0038681857, - -0.013540363, -0.025490968, -0.004858359, 0.010676055, -0.022695184, - 0.017021388, 0.008174926, -0.003522139, -0.00507421, -0.008325679, - -0.023380425, -0.015486448, -0.02413419, -0.013663706, 0.00094734575, - -0.014732683, -0.023627112, 0.013951507, -0.0076815523, 0.03681115, - -0.025628015, 0.01767922, -0.027162956, -0.020146087, 0.04045663, - -0.0015143828, 0.028204521, -0.0013113801, 0.021612503, 0.0049337354, - 0.005872516, -0.001719955, -0.02797154, 0.030205425, 0.0066811005, - 0.018062955, -0.00044112394, -0.01685693, -0.0015409358, 0.015966117, - -0.01654172, 0.0010749719, -0.021365816, 0.033987958, -0.007955649, - -0.0051324554, -0.022667775, -0.020050153, -0.025874702, -0.014020032, - -0.0006295652, 0.006777034, 0.010936447, -0.009565965, -0.0012694091, - 0.016993979, -0.00420738, 0.006742772, -0.008421613, -0.014294128, - -0.012937351, -0.011388706, -0.011779293, 0.0156097915, 0.0064344136, - 0.02987651, -0.029465366, -0.007928239, 0.013184038, 0.010977562, - -0.017007682, -0.014513406, -0.013608887, 0.03604368, -0.02484684, - 0.008544956, 0.011806703, -0.0020111825, 0.00029700916, -0.03368645, - -0.0041971016, -0.0014295841, 0.006578314, 0.015472743, 0.011251658, - 0.00153494, -0.005026243, 0.017240664, -0.001351638, -0.004388969, - -0.015733134, -0.016623948, 0.02754669, -0.04593856, -0.019995334, - -0.022695184, 0.020269431, 0.02373675, 0.005406552, -0.016020935, - 0.0018981177, 0.035385847, -0.022955576, 0.02635437, -0.004556853, - -0.008750528, -0.0137939025, 0.013177185, -0.025806177, -0.009463179, - 0.020146087, -0.020433888, -0.038154222, -0.0053174705, 0.016582834, - -0.0009550547, -0.01227952, -0.0019563632, 0.020433888, -0.0043923953, - 0.013567773, -0.01944714, -0.031000305, 0.0021807796, -0.015527562, - 0.024983888, 0.0071813264, -0.02339413, 0.0051358817, -0.009401508, - 0.018008135, 0.019830877, -0.010970709, 0.0017208116, 0.0120808, - -0.007242998, -0.00487549, -0.009401508, -0.024463106, -0.009408359, - -0.02521687, 0.02410678, 0.020022744, 0.0091411155, 0.008606628, - 0.014225604, 0.017007682, -0.004395821, -0.018898949, 0.004368412, - 0.029492775, 0.008702561, -0.02379157, -0.022393677, -0.004536296, - 0.030863257, -0.010367697, -0.034810245, -0.020447593, 0.025038708, - -0.032535244, -0.025175756, 0.035029523, 0.0034159266, 0.017583285, - 0.013602035, -0.0053688637, 0.011052938, -0.0030458965, 0.008092697, - -0.027642624, -0.018008135, 0.0060678096, 0.0024908513, 0.017405123, - -0.011080348, -0.036427416, -0.002706702, 0.04133374, -0.0029842248, - 0.016514309, 0.018679671, 0.015568676, 0.012204143, -0.021626208, - 0.019118225, 0.0064207087, 0.0092507545, 0.008743675, -0.019419732, - -0.009374098, 0.01247824, -0.014335243, -0.009319278, 0.012471387, - -0.016500605, 0.0010629802, 0.015527562, 0.005680648, -0.025792474, - 0.01754217, -0.014321538, 0.029410547, 0.027711147, 0.0035769583, - 0.009846914, 0.03925061, -0.013341643, -0.010943299, 0.0024051962, - -0.008538104, 0.0016642793, 0.026929973, 0.0002678864, -0.020776508, - 0.009120558, 0.014307833, -0.0015889027, -0.002336672, 0.0020608625, - 0.011950604, 0.013595182, 0.02714925, 0.021982534, -0.008956101, - -0.00096190715, -0.0137048215, -0.017734038, 0.010614384, - -0.0061877267, -0.0138829835, -0.026875153, -0.0007901686, - -0.007044278, -0.028752714, -0.015404219, -0.020557232, 0.013595182, - -0.010059339, -0.006578314, 0.1981169, -0.023462653, -0.024915366, - 0.031877413, 0.020310545, 0.0033474024, 0.006345332, -0.001492969, - -0.00061500387, -0.003672892, 0.028451208, 0.001718242, -0.03217892, - -0.0057012057, 0.0383735, -0.009031477, -0.021818075, -0.015349399, - 0.014760092, 0.020283135, 0.0021790667, -0.023078918, -0.010162124, - -0.005588141, 0.026546238, -0.0018552901, -0.025066117, -0.002137952, - 0.011128315, 0.00012430701, -0.012635845, -0.013711673, -0.013944656, - -0.01637726, 0.0006745342, 0.004573984, 0.006458397, -0.019200454, - -0.0024668677, 0.003573532, 0.01995422, 0.0019495108, -0.038071994, - -0.0068626893, -0.0014672724, 0.010100453, -0.002084846, 0.012937351, - -0.008284564, 0.011806703, -0.017076207, -0.000043791188, 0.022270335, - 0.031603318, 0.016473195, -0.012258963, 0.016980274, -0.0046699177, - -0.008284564, 0.009833209, -0.03990844, 0.0071539166, 0.0006244259, - 0.01939232, -0.015513858, 0.02976687, -0.019008586, 0.031932235, - -0.024120485, -0.015513858, -0.019830877, -0.0072155884, -0.02572395, - 0.0014312973, -0.020913556, -0.014444881, 0.029410547, 0.02370934, - 0.025477262, 0.014691568, -0.0030784453, -0.01645949, 0.006506364, - 0.009771537, 0.007030573, -0.0046699177, 0.026477715, -0.011868375, - -0.01393095, 0.037194885, 0.0024805726, -0.023723045, -0.02561431, - -0.018898949, 0.016760996, -0.018583737, 0.0060164165, -0.018570032, - -0.019967925, -0.025436148, -0.027711147, 0.051584948, 0.017788857, - 0.014417471, -0.011114609, -0.023147443, -0.016952863, 0.020214612, - 0.01754217, -0.004553427, 0.002653596, -0.028807534, 0.016199099, - -0.03135663, -0.0031486826, 0.008421613, 0.010189534, -0.002686145, - 0.013711673, -0.014979369, -0.009559113, -0.02524428, 0.03209669, - 0.0017396557, -0.005961597, -0.0147463875, -0.04067591, -0.012642697, - -0.00011210115, -0.020214612, 0.035714764, -0.029300908, 0.0074896845, - -0.026710697, -0.004402674, -0.02825934, 0.00393671, -0.015349399, - -0.006153465, 0.024983888, -0.0036865969, -0.003967546, 0.025367623, - -0.015925001, 0.009641342, -0.0244494, 0.018885244, 0.03064398, - -0.01725437, -0.012923647, 0.012430273, -0.0076061757, -0.012382306, - -0.004954293, 0.003871612, 0.0024634416, -0.012615288, -0.013122366, - -0.03141145, -0.011025528, -0.044211753, 0.0060986453, 0.022503316, - -0.0059376135, -0.02029684, -0.00017334457, -0.17333858, 0.009216492, - 0.030835848, -0.020803919, 0.0468979, 0.012670107, 0.03905874, - -0.009394655, -0.028012654, 0.0005580432, 0.017734038, 0.012718074, - -0.0014261579, -0.00861348, -0.027012203, -0.00992229, 0.014883435, - 0.0064378395, 0.03305603, 0.020461299, 0.006266529, -0.020735394, - -0.00034390535, -0.010566417, -0.007811748, 0.023558587, 0.026792925, - 0.017405123, 0.0049817027, 0.0027152677, -0.019145636, -0.0023281064, - 0.015472743, -0.014828617, 0.014335243, 0.017569581, 0.004827523, - 0.0013841869, -0.0018570032, 0.02521687, 0.033467174, 0.013471839, - -0.030890666, 0.004656213, -0.008510694, 0.03925061, 0.004190249, - -0.00040964567, 0.009195935, -0.030178016, 0.000710081, -0.0037791044, - 0.017967021, 0.006794165, 0.015294581, -0.03286416, -0.0033285585, - 0.0022321728, -0.0066365595, 0.00798991, 0.0051907008, -0.012814008, - 0.033933137, 0.0053174705, -0.0044986075, -0.019830877, 0.0015477883, - 0.0018244543, -0.013026432, 0.0023298196, -0.00410802, -0.026326962, - -0.0022664347, -0.019077111, 0.017117321, 0.0022835657, -0.012533058, - -0.013334791, 0.028807534, 0.03204187, -0.009641342, 0.007578766, - -0.02635437, 0.0030510358, -0.007510242, 0.027217774, 0.015006779, - 0.009798947, -0.000045370452, 0.003355968, -0.002271574, -0.023133738, - -0.008976658, -0.014253014, -0.013622592, -0.0076541426, - -0.0079213865, -0.00433415, -0.0069003776, -0.02035166, 0.0019083964, - -0.004861785, -0.02993133, 0.007962501, 0.02063946, 0.00484808, - -0.018186297, -0.0018484377, 0.028862353, -0.012882532, -0.014691568, - 0.003203502, 0.007030573, 0.019776057, 0.0059821545, 0.033357535, - 0.022023648, -0.030123197, 0.0064960853, 0.0039093, 0.07641808, - -0.009415212, -0.015280875, 0.009798947, -0.009983962, -0.054764464, - -0.14625785, -0.014472291, 0.0051701437, 0.0298491, 0.030205425, - 0.03604368, -0.021187654, 0.03141145, -0.015061598, 0.02831416, - -0.021379521, -0.01054586, 0.011765589, 0.006605724, -0.013423872, - -0.014047442, 0.015212351, -0.01939232, -0.025929522, 0.051009346, - 0.0022116154, -0.009456326, -0.015116418, 0.01804925, -0.0034347707, - -0.032453015, -0.01415708, 0.033549402, 0.0063693156, -0.009661899, - 0.041607838, -0.0010278616, 0.009744128, -0.009189082, 0.012889384, - -0.0027461036, 0.014732683, -0.010395107, 0.02220181, -0.013444429, - -0.003237764, 0.020009039, 0.025860997, 0.00034176398, 0.011553165, - -0.033247896, -0.017501056, 0.018131478, -0.011189986, -0.01984458, - -0.032507837, -0.009360393, -0.016226508, 0.018652262, 0.0016325868, - -0.014294128, 0.026710697, -0.0014861166, -0.022242924, 0.0002417616, - -0.018117774, 0.0040634796, -0.009531703, 0.006376168, 0.04495181, - -0.032014463, -0.013437577, -0.0023520899, 0.0018552901, -0.01091589, - -0.009812652, 0.01802184, 0.0060815145, 0.013739083, -0.017816268, - 0.0076541426, -0.016678767, -0.027642624, 0.013314234, 0.0032805915, - -0.010977562, 0.007256703, -0.015089008, -0.012985318, -0.00062142796, - 0.012183586, -0.013540363, -0.015870184, 0.016349852, -0.009271312, - -0.02825934, 0.038400907, 0.0233119, -0.025148347, -0.011518902, - 0.014143376, -0.008620332, -0.020461299, 0.011073495, 0.00084241823, - -0.023873799, 0.0027101284, -0.017501056, 0.025189461, 0.014390063, - -0.0069209347, 0.012992171, 0.0033251322, 0.008181778, -0.0010646933, - -0.0017901922, 0.010216944, -0.007229293, 0.014294128, -0.014102261, - -0.034810245, -0.0027426772, -0.009415212, -0.029602414, -0.014074851, - 0.010730875, 0.004395821, -0.0073663415, 0.013232005, -0.01685693, - 0.0082982695, 0.005290061, -0.018200003, -0.0021088293, -0.0062973653, - 0.001983773, 0.005858811, 0.011930047, -0.018008135, -0.0034758851, - 0.0008008755, -0.028807534, -0.011662803, -0.01091589, 0.013978917, - 0.018611146, 0.023407834, -0.025203167, -0.015417924, -0.013800755, - -0.020420182, -0.016993979, 0.008565513, -0.03535844, 0.0020831327, - -0.011642246, 0.015459038, 0.019282684, -0.013266267, -0.01804925, - -0.026820336, -0.009572818, -0.0119094895, -0.0087847905, - 0.0031521088, -0.006259677, 0.0050707837, 0.011491492, 0.0038270713, - 0.027135545, -0.030397292, -0.0017884792, -0.020831328, -0.0146367485, - -0.014732683, 0.01873449, -0.0134170195, 0.012944204, 0.008318827, - 0.035002112, 0.018556328, -0.0010064478, -0.009230197, 0.0072498503, - 0.0027169809, -0.0024994167, 0.014623044, -0.0029002829, -0.012437125, - -0.0082982695, 0.009401508, 0.035029523, -0.005279782, 0.01165595, - 0.050817475, -0.004573984, 0.0012719787, 0.027231479, 0.010724022, - -0.017953316, -0.010230649, 0.0063487585, 0.032261148, -0.008695709, - 0.025326509, 0.0010330009, 0.0037414161, 0.004967998, -0.0010287181, - -0.00497485, 0.003669466, -0.008914986, 0.008544956, 0.007345784, - -0.040100306, -0.018090364, 0.009271312, 0.002670727, 0.0064686756, - -0.000604297, 0.0010038782, -0.0079213865, 0.0015734847, -0.012416568, - -0.013259415, -0.038812052, 0.028177112, 0.018350756, 0.0049440144, - 0.01532199, 0.012594731, 0.027190365, 0.0037345637, 0.05520302, - -0.016610242, 0.009024625, 0.028286751, 0.027834492, 0.005560731, - -0.056134947, -0.0250113, -0.019995334, -0.025819883, 0.0004346998, - 0.019707533, 0.015554972, 0.063480735, 0.0062973653, -0.028971992, - 0.017172141, 0.0298491, 0.017788857, 0.019323798, 0.01915934, - -0.014102261, -0.02305151, 0.015417924, -0.013595182, 0.0045671314, - -0.033549402, -0.025518376, 0.034728017, 0.004029217, 0.028752714, - 0.023270786, -0.011292772, 0.015678314, -0.013149776, -0.012964761, - 0.0053825686, -0.018542623, -0.008305121, 0.012718074, 0.018254822, - -0.010073043, -0.032453015, -0.008346236, 0.011498345, -0.040319584, - -0.0031075682, 0.011299625, -0.005509338, -0.0071196547, -0.018035544, - -0.008421613, 0.006859263, -0.005752599, 0.01012101, -0.01452711, - -0.028177112, -0.0018141757, -0.011402411, -0.016637653, -0.003967546, - -0.018611146 - ], - "metadata": { - "chunkTitle": "Training Thresholds", - "episodeTitle": "Dr. Duncan French: How to Exercise for Strength Gains & Hormone Optimization | Huberman Lab #45", - "imgUrl": "https://img.youtube.com/vi/iMvtHqLmEkI/maxresdefault.jpg", - "published": "2021-11-08T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2140?sectionSid=sec_29624&chunkSid=chunk_58830" - }, - "document": "Andrew Huberman: And one thing that you mentioned there is especially interesting to me, which is you said when you go from six sets of ten repetitions to ten sets of ten repetitions, it's not as beneficial and might even be counterproductive, but to me the difference between six and ten sets is only four sets. It doesn't even sound that much. So that sort of hints at the possibility that the thresholds for going from a workout that increases testosterone to a workout that diminishes testosterone is actually a pretty narrow margin.\n\nDuncan French: Yeah, and I think it comes back to that intensity factor then what we saw that ten by ten protocol really sees pretty significant drop offs in the load. And again, we're trying to stimulate with intensity, with mechanical strain through intensity, as well as metabolic strain through volume. And I think that's the paradigm that you've got to look at is that the mechanical load has to come from the actual weight on the bar and the volume is the metabolic stimulus. How much are we driving lactate? How much are we driving glycogenolysis in terms of that type of energy system for executing a ten x ten protocol? And what we often saw was just a significant reduction in the intensity capabilities of an athlete to sustain that. So we shortened the volume to try and maintain the intensity.\n\nAndrew Huberman: Interesting. And you could imagine just taking very long rest, keeping the session, being a big lazy bear. In training, I sometimes do this. I tell myself I'm going to work out for 45 minutes and then 2 hours later I'm done. But not because I was huffing and puffing the whole time, but because I was training really slowly. Is there any evidence that training slowly can offset some of the negative effects of doing a lot of volume?\n\nDuncan French: Well, it's the old adage of two responses to your question. I mean, the first one, I would say there's a difference between ten sets of six and six sets of ten. And I think that comes back to the volume conversation. Six sets of ten is driving up metabolic stimulus. If you're doing ten sets of six, you can probably take it to a higher intensity, but you're not going to get the same metabolic load, you're not going to get the same internal metabolic environment that drives the lactate release that they will then signal further anabolic testosterone release because of the lactate in your body. That's a key consideration. The rest is often the consideration that's overlooked out there in general population and in many sporting environments. The rest is as important a programming variable as the load and the intensity. The load, the volume, et cetera. And yes, if you extend the volume, if you extend the duration of your rest periods, what you're ultimately doing is influencing that metabolic stimulus. Again, you're allowing the flushing of the body, the removal of waste products, lactate to be removed from the body, and then the metabolic environment is reduced." - }, - "truncated_cells": [] - }, - { - "row_idx": 56, - "row": { - "id": "chunk_57148", - "embedding": [ - -0.025675297, -0.00039193183, 0.025427626, -0.010058222, -0.00862723, - 0.028922549, -0.012314786, -0.032610103, -0.041801475, -0.01905696, - 0.020143963, 0.02769795, 0.010188938, 0.019896291, 0.0055313343, - -0.0072787954, 0.045103766, 0.0023133224, 0.008964339, -0.022194134, - 0.004881196, -0.0070724026, 0.0067524933, -0.01996509, -0.01997885, - 0.033710867, 0.030133387, -0.007774139, -0.0028533842, -0.005393739, - 0.026707264, -0.0190432, -0.012693173, -0.0015109692, -0.009652316, - -0.015850987, -0.0061126747, 0.016814156, 0.010491648, -0.026899897, - 0.025730336, -0.00477112, 0.005521015, -0.014282401, -0.013780178, - -0.028509762, -0.0018747371, -0.024753409, -0.01726822, 0.011344739, - 0.021217206, 0.012638136, -0.029555487, 0.013525626, -0.010381571, - -0.014254881, -0.0048330375, 0.01072556, 0.019717418, -0.00475736, - -0.0023632005, 0.014681427, -0.0074507897, 0.0030288182, -0.024959803, - 0.0049637533, 0.019098239, 0.0035637203, -0.0036221982, -0.021960223, - 0.012025836, 0.03486667, -0.0054625366, -0.010250856, 0.03280274, - -0.019001922, 0.010636123, -0.013615062, -0.008606591, 0.0026521508, - -0.0010078861, -0.001013906, -0.012479901, 0.025166195, 0.01638761, - -0.039572433, -0.005005032, 0.01458511, 0.014364958, -0.0041175415, - -0.00015629975, 0.016704079, 0.026321996, 0.022359248, -0.016621523, - 0.020295318, -0.02589545, 0.016731597, -0.023088505, 0.016759118, - -0.033160485, 0.0043273745, -0.014667667, -0.018327704, -0.020763142, - 0.009177612, 0.010986991, -0.023019707, -0.00446841, -0.023735203, - -0.022854593, 0.02588169, -0.0053387005, -0.046287086, 0.0036221982, - -0.0030718169, 0.014667667, -0.0040590637, -0.01012702, -0.006755933, - 0.028096976, 0.0064394637, 0.02501484, 0.0020415715, 0.008386439, - -0.0046885624, -0.012060235, 0.025207473, 0.002882623, -0.0057583665, - 0.011097067, 0.0055760527, -0.005541654, 0.027340202, -0.0063878656, - 0.005521015, -0.0074232705, -0.012032716, -0.028096976, -0.03423373, - 0.012995884, 0.0036049988, -0.0067387335, 0.0048123985, - -0.00089780986, 0.017240701, 0.015121732, 0.0036669169, -0.0196211, - 0.001816259, -0.029858198, 0.009198251, -0.004722961, -0.007326954, - -0.009872468, 0.020212762, -0.014309919, 0.011461695, -0.036077507, - -0.003697876, 0.020611787, 0.020419154, 0.014227362, -0.009982545, - -0.00039150185, 0.021244727, 0.022648199, -0.017804842, 0.017997475, - -0.008235083, 0.0021189689, -0.00026594606, -0.021038333, 0.029913235, - -0.0006036997, 0.029968273, -0.013504987, 0.012067115, -0.01160617, - -0.0060817157, 0.019180795, -0.0016442648, 0.022744516, 0.017337019, - -0.0059957188, 0.006824731, 0.012782611, -0.026418313, -0.0031354546, - -0.017034307, 0.005448777, 0.00980367, -0.022180375, -0.025771614, - -0.6441665, 0.0025128357, 0.008455236, -0.017804842, -0.00097004743, - 0.018327704, -0.007168719, -0.00047513403, -0.028812472, 0.026899897, - -0.011090187, 0.015025415, -0.009026256, -0.022345489, -0.0017681007, - -0.024051672, -0.0036221982, -0.018479059, -0.004382413, 0.001845498, - -0.042324338, 0.0013415549, -0.006133314, 0.019139517, 0.025730336, - 0.013504987, -0.010085741, 0.0051873457, 0.016635282, 0.02208406, - -0.018589135, 0.001010466, 0.014144805, -0.014708946, 0.049864564, - -0.017488373, -0.009239529, 0.011578651, 0.012837648, 0.017667247, - -0.008675389, -0.012342306, 0.025166195, -0.0036462776, 0.005163267, - 0.03538953, 0.020886978, -0.019414708, -0.013016523, -0.019855013, - 0.022689478, 0.008324521, -0.0030339782, -0.0039180284, 0.007471429, - 0.015837228, 0.010037583, -0.017763563, -0.0122459885, 0.010952592, - 0.021189688, 0.0032248916, -0.036737967, -0.01429616, -0.011785044, - -0.003013339, -0.031536862, 0.0010956032, -0.013374271, 0.013085321, - 0.020322837, 0.014832782, 0.013326112, -0.01754341, 0.006315628, - 0.031812053, 0.002051891, 0.006219311, 0.006226191, 0.01875425, - -0.0064085047, 0.012356065, -0.012713813, -0.013890253, 0.024588294, - 0.0105810845, -0.04466346, 0.021643752, 0.018988162, -0.003066657, - -0.015149252, -0.0074851885, -0.0073682326, -0.029362854, -0.0166628, - 0.01281013, 0.00477112, -0.0052183047, -0.009163852, -0.023859039, - -0.022111578, -0.0078222975, -0.0027484677, 0.018341465, 0.01849282, - 0.00060928956, -0.014970377, 0.013374271, 0.032830257, -0.018190108, - 0.022744516, -0.017488373, -0.012466141, 0.011709367, 0.01371138, - -0.015245568, -0.003656597, -0.005813405, 0.009370245, -0.010663642, - 0.029940754, 0.008290121, 0.025056118, 0.0015857867, 0.022772035, - 0.029390372, -0.009328967, -0.01728198, 0.011812563, -0.008413957, - -0.0027639472, -0.0018678573, 0.036215104, -0.02230421, 0.037425943, - 0.01637385, 0.007086162, 0.009783031, 0.014199843, -0.047497924, - -0.00892994, -0.017722284, 0.015107973, -0.014722706, -0.020350356, - -0.014984136, -0.036105026, -0.0045337677, 0.033408158, -0.0028069457, - 0.008510274, 0.0033418478, 0.005809965, 0.017460853, -0.025510183, - -0.0040040254, -0.012067115, -0.048213422, -0.027532835, - -0.0055313343, -0.019414708, 0.013525626, -0.010016943, 0.019304631, - -0.020790663, -0.009005617, 0.0019314951, 0.0023958795, -0.02765667, - -0.014172324, 0.030793846, -0.010615484, -0.02680358, 0.008145646, - -0.010766839, 0.014626388, 0.0057308474, 0.029032625, 0.002051891, - -0.007533347, 0.022249173, -0.0013811137, -0.01399345, -0.0026057125, - 0.031399265, 0.01875425, 0.029527968, -0.0056758095, -0.009886228, - 0.036765486, -0.013071561, 0.0053834193, -0.027794266, 0.00327305, - 0.00066518766, -0.007684702, 0.011399777, 0.0018816168, -0.0011128027, - 0.02172631, 0.030243464, -0.024533257, -0.0050428705, -0.012899566, - 0.027106289, -0.00019123607, 0.010670521, -0.030188426, 0.009205131, - 0.011867601, -0.027216366, -0.003094176, 0.00018553877, -0.002174007, - 0.00071592594, 0.029087663, 0.0026676303, 0.023281138, -0.013209157, - 0.0077535, 0.016208736, 0.0040625036, 0.044195637, 0.0014404516, - -0.034949224, 0.0053834193, 0.0038217118, 0.015493239, -0.01995133, - -0.027257644, -0.007034564, 0.012741332, 0.021341043, 0.012142792, - 0.03841663, -0.0038492307, 0.0024767169, 0.012445502, 0.033573274, - -0.006071396, 0.014241122, 0.007994291, -0.0014069127, -0.030160908, - 0.030683769, 0.014131045, 0.02559274, -0.0075677456, -0.009920627, - 0.0022359248, -0.0067352937, 0.02919774, -0.032912813, 0.0029651804, - -0.0126656545, -0.009335847, -0.002199806, 0.0063878656, 0.03335312, - 0.014048488, 0.0018300186, 0.018974403, 0.013807696, 0.004382413, - 0.007395752, 0.013167878, -0.002232485, 0.0036221982, -0.032087244, - 0.01960734, -0.011496094, 0.006195232, 0.004671363, -0.02772547, - 0.021272246, 0.006040437, 0.012658775, 0.00013318803, 0.024505736, - 0.020171482, -0.023060985, -0.024340622, 0.009081295, 0.017625969, - -0.020377876, 0.0008788905, -0.024753409, 0.0070655225, -0.015011656, - 0.0068660094, -0.013119719, 0.0066802558, -0.020377876, 0.00031431945, - -0.023377456, 0.019428467, 0.030986479, -0.014571351, 0.033738386, - -0.01960734, 0.0028981026, -0.009356486, -0.0101614185, -0.001669204, - 0.037976325, 0.020446673, -0.021574955, -0.017736044, 0.009046896, - -0.038581744, 0.006522021, -0.0058753225, -0.003006459, -0.025097396, - 0.024216786, -0.0028533842, -0.006436024, 0.011564892, 0.03838911, - -0.012651895, -0.002143048, -0.015617075, -0.009170732, -0.0105810845, - 0.064669825, 0.048378535, -0.017667247, 0.016277533, -0.013917773, - 0.029362854, 0.009714234, -0.015713392, 0.03214228, -0.012610616, - 0.00084621157, -0.0016262054, 0.0058718827, -0.011778165, - 0.0030838565, 0.004788319, 0.003066657, -0.0130027635, 0.0030425778, - -0.0071549597, -0.0032541307, 0.001971054, 0.025083637, 0.030160908, - 0.019167036, 0.024299344, 0.01429616, 0.021368563, 0.0081387665, - -0.020199, 0.006129874, 0.006910728, 0.016566483, 0.022854593, - -0.017694766, -0.013016523, -0.0031767334, -0.012562458, 0.013594423, - -0.0061814724, -0.016236255, 0.01371138, 0.025730336, 0.019841254, - 0.014832782, -0.008517154, -0.006074836, 0.0077878986, -0.019455986, - -0.0190432, 0.0058546835, -0.009019377, -0.021561196, -0.020776901, - 0.021093372, -0.013917773, -0.0010164859, -0.005177026, -0.0008075129, - 0.002469837, -0.0091500925, 0.012748212, 0.025867932, 0.0051116683, - -0.009439043, -0.011193384, 0.0070999213, 0.017901158, -0.008090608, - -0.003094176, -0.021643752, -0.020336596, -0.015094213, -0.009177612, - 0.012404223, 0.016360091, 0.01787364, -0.020033887, -0.012851409, - 0.007863576, -0.007361353, -0.03307793, -0.025922969, -0.035774797, - -0.017213183, 0.004196659, 0.00029024025, -0.010636123, -0.0013131759, - 0.0036118787, -0.00054178183, -0.0006221891, 0.029583007, - -0.038856935, 0.0101339, 0.014241122, 0.020116445, 0.0116336895, - 0.03814144, -0.009686715, -0.012122153, -0.026225679, -0.0044718497, - -0.034784112, -0.012534939, -0.0057377275, 0.023693925, -0.023473771, - -0.0038251516, -0.029940754, 0.011523613, 0.004853677, -0.004805519, - 0.004616325, 0.0065908185, 0.011750645, 0.011145226, 0.00074215507, - 0.0072856755, -0.005779006, 0.005214865, -0.06043189, 0.043287504, - 0.018589135, -0.03698564, 0.019855013, 0.007168719, -0.020432914, - -0.009755513, -0.015451961, -0.020584268, 0.030546173, -0.0036221982, - -0.03156438, -0.015300606, -0.020818181, -0.041553803, 0.0070448834, - 0.0067731324, -0.0001281357, -0.009624797, 0.025510183, 0.00475736, - -0.0053524603, 0.0101339, -0.032582585, -0.0037941926, 0.021038333, - 0.001279637, 0.02145112, 0.024835967, 0.0067215343, -0.016511446, - -0.0030425778, -0.007815418, -0.024849726, 0.00476424, -0.00416914, - 0.031729493, 0.027849305, 0.04914907, -0.009081295, -0.008764826, - 0.023074744, -0.0026607506, -0.00033194886, 0.0046610436, - -0.0007718241, -0.011475455, 0.020377876, 0.02677606, -0.0010680842, - -0.0058787623, -0.02083194, 0.030683769, 0.05503815, -0.004317055, - -0.02473965, -0.016594002, -0.03687556, -0.0066217775, 0.034151174, - -0.012080874, 0.009927507, -0.030546173, -0.025427626, 0.026404554, - -0.012734452, 0.0018970963, -0.0041760197, 0.006136754, -0.006078276, - 0.014406236, 0.017488373, 0.016181216, -0.011668088, -0.026239438, - -0.01579595, 0.020281559, 0.0046060053, 0.007966773, 0.024932282, - -0.003959307, 0.008186925, -0.017447094, -0.016181216, -0.0047848793, - -0.016621523, -0.009480322, -0.012122153, -0.008730426, -0.016428888, - -0.009487201, -0.017405815, -0.008585951, 0.015617075, -0.007230637, - 0.012892687, -0.01845154, 0.00094252836, 0.033600792, -0.024959803, - 0.015575797, 0.0015273087, 0.030105868, 0.0018368983, 0.02174007, - -0.0059062815, -0.0202678, 0.009019377, 0.01072556, 0.020460432, - -0.01640137, 0.006009478, -0.014406236, 0.003663477, -0.016277533, - 0.0011067828, -0.033518236, 0.034894187, -0.006140194, 0.014351198, - -0.007395752, -0.0058409236, -0.022386769, -0.01012702, -0.005734287, - 0.0019418148, 0.010354052, -0.013615062, -0.011282821, 0.027271405, - 0.009212011, 0.024478218, -0.005211425, -0.004375533, -0.01938719, - -0.005799645, -0.0019228954, 0.00566549, 0.0077810185, 0.016470166, - -0.0037425943, -0.0058753225, 0.013332992, 0.016649041, 0.011048909, - -0.016153697, -0.0047848793, 0.03569224, -0.013773297, 0.007719101, - 0.0038217118, -0.022937149, 0.006728414, -0.01638761, -0.001969334, - -0.0027966262, -0.004905275, -0.0072719157, 0.023267379, 0.025771614, - -0.032389954, -0.007058643, -0.0050119115, 0.0005035131, -0.012954605, - -0.0010732439, 0.02204278, -0.049314182, -0.032692663, -0.024904763, - 0.0143924765, 0.022551883, 0.00595788, -0.008840503, -0.024395661, - 0.027257644, -0.00447873, 0.018520338, -0.014571351, -0.016800396, - -0.0065461, 0.015451961, -0.029995793, -0.0019246154, -0.00020746804, - -0.013436189, -0.021643752, 0.0053352606, 0.025840413, 0.023363695, - -0.01517677, -0.0007305455, 0.03395854, 0.0084758755, 0.018258907, - -0.011413537, -0.009590398, -0.008455236, -0.010292134, 0.010305894, - 0.012369825, -0.011640569, -0.0065426603, -0.019813735, -0.0071412004, - 0.0076296637, -0.011771285, -0.00035624302, -0.0024371583, 0.02233173, - -0.0071893586, 0.0005387719, -0.0009941267, -0.0035534007, - -0.02321234, 0.016910473, 0.012108393, 0.0007971932, -0.004265457, - 0.009783031, 0.012404223, -0.0042964155, -0.03236243, -0.0038010722, - 0.02530379, -0.0095078405, -0.013209157, -0.0058409236, -0.0268311, - 0.02795938, 0.013787057, -0.031757012, 0.0031371745, 0.014763984, - -0.039875142, -0.03277522, 0.017474612, 0.009260169, 0.015644595, - 0.006807531, -0.015149252, 0.01937343, 0.0004587946, -0.009019377, - -0.0011454815, 0.012713813, -0.0037632335, 0.020061405, -0.020529231, - -0.0013510146, -0.02267572, -0.024904763, 0.022001501, -0.0065598595, - -0.0032799297, 0.016002342, 0.01996509, 0.029252777, -0.0035327612, - 0.012018956, 0.014144805, 0.0017887399, 0.02826209, -0.044718497, - -0.011379138, 0.0133192325, -0.004434011, -0.0043101753, 0.024037912, - 0.019098239, -0.00047255412, -0.0004587946, 0.0027553474, - -0.042351857, 0.0068660094, -0.011874481, 0.03236243, 0.021905184, - -0.004998152, -0.0020501711, 0.0071618394, -0.002745028, - -0.0030735368, 0.0013819736, 0.0033263683, 0.01905696, 0.021822628, - -0.017736044, 0.0025953928, 0.011764405, 0.029115181, 0.0026263518, - -0.010656762, 0.0100995, -0.017240701, -0.0076984614, 0.0088542625, - 0.0053834193, 0.005228624, -0.012617496, -0.002887783, -0.019882532, - 0.011785044, -0.006453223, -0.025413867, -0.019524785, 0.0029273417, - -0.007540227, -0.007595265, -0.02083194, -0.0051047886, -0.0021774468, - -0.012878927, -0.0038595505, 0.20243032, -0.018657934, -0.01041597, - 0.03250003, 0.0031423345, -0.014337438, 0.009899988, 0.003924908, - -0.012252868, -0.0069485665, 0.010182058, 0.0024457579, -0.035251938, - -0.009335847, 0.026514629, -0.022882111, -0.021065852, -0.01189512, - -0.007120561, 0.016580243, -0.0056104516, -0.0057721264, -0.027491556, - -0.0015531079, 0.03219732, 0.004403052, -0.022207893, 0.0015728872, - 0.0031767334, -0.0055519734, 0.009432163, 0.00096058776, - -0.0054040584, -0.006281229, -0.016869193, 0.026060564, 0.011736886, - -0.03189461, 0.011241542, 0.011186505, 0.032334913, 0.013862735, - -0.025730336, -0.006487622, -0.00476424, -0.01879553, -0.02348753, - 0.011062669, -0.014186083, 0.028509762, -0.027230125, -0.010952592, - 0.012892687, 0.033573274, 0.004943114, -0.0050566304, -0.007492068, - 0.0072443965, 0.015355644, 0.04581926, -0.022579402, 0.005245824, - -0.0014920499, 0.029665563, -0.021753829, 0.008111248, -0.00951472, - 0.032967854, 0.0035602804, -0.038911972, -0.028950067, 0.00055425137, - -0.00980367, -0.019249594, -0.014351198, 0.0074507897, 0.034398846, - 0.019180795, 0.011420417, 0.002055331, -0.014419995, -0.03205972, - 0.009920627, -0.0013759538, -0.0037116352, -0.012885807, 0.007560866, - -0.005768686, -0.00504975, 0.00034355847, -0.00025390647, - -0.019263353, -0.011750645, -0.0006767973, -0.0028774634, -0.01934591, - 0.00024767168, -0.02650087, -0.010663642, -0.020199, -0.019923812, - 0.057900134, 0.0068694493, 0.023377456, -0.009996304, -0.012039595, - 0.0006110095, 0.0076915817, 0.0031715734, -0.013752658, 0.008675389, - -0.03990266, 0.015644595, -0.005149507, -0.006129874, 0.008001171, - 0.010505407, -0.0102233365, 0.044223156, -0.014750225, -0.01967614, - -0.011392897, 0.02202902, 0.0016253454, 0.010773718, -0.01816259, - -0.027752988, -0.007842937, 0.013030282, -0.028399685, 0.018121311, - -0.0017534811, 0.014970377, -0.0057549267, -0.0029651804, - -0.017048068, -0.010656762, -0.026954934, -0.0019848133, 0.01221847, - -0.00892306, 0.0063637863, 0.012411104, -0.005228624, 0.02677606, - -0.002172287, 0.0037769931, 0.03161942, -0.01938719, -0.019882532, - 0.0004820138, 0.017048068, -0.008269482, 0.0008393318, -0.0075677456, - 0.005627651, -0.015396923, -0.018534098, -0.009384004, 0.006790332, - -0.029913235, 0.0018437781, 0.0043239347, -0.013346752, -0.01607114, - -0.017529652, -0.17535155, 0.012700054, 0.048681244, -0.030270983, - 0.021162169, -0.014323679, 0.0196211, 0.021657513, -0.014309919, - 0.0034949225, 0.006817851, -0.013477467, 0.0012830769, -0.029527968, - -0.024698371, -0.012878927, 0.01875425, 0.022551883, 0.005830604, - 0.010587964, -0.0013088761, -0.0020071727, 0.0060025984, -0.008448356, - -0.008352039, 0.0027966262, 0.0035293214, 0.032389954, 0.007595265, - 0.000073473784, -0.015754672, 0.0053662197, 0.014805263, -0.010443489, - 0.017749803, 0.008613471, -0.0035809197, -0.009315208, -0.030711288, - 0.00801493, 0.029610526, 0.015906027, -0.0069451267, -0.003333248, - -0.0036393977, 0.020694345, 0.022744516, -0.0011884801, 0.039462354, - -0.019098239, 0.00953536, 0.013890253, -0.012156552, 0.03065625, - 0.008379559, -0.019717418, -0.010271495, 0.0062777894, -0.01850658, - -0.010945712, -0.024670852, -0.0068384903, 0.035884876, -0.02260692, - -0.022840833, -0.02768419, -0.005720528, -0.0050463104, -0.037370905, - 0.008262603, -0.009776152, -0.029087663, -0.014241122, -0.027587874, - 0.013312353, 0.014186083, 0.0012469582, -0.007911734, 0.010374691, - 0.0032214518, 0.0024853165, 0.021258486, 0.0043583335, -0.028729916, - -0.015727151, 0.0030477375, 0.010085741, 0.006934807, -0.020625547, - -0.00833828, 0.0196211, -0.014901579, -0.01784612, -0.028922549, - 0.015025415, 0.0060369973, 0.0041932194, -0.009748633, 0.0035052423, - -0.00095370796, 0.03247251, -0.002922182, -0.020419154, 0.0057033286, - 0.02707877, 0.012005197, -0.0041485005, 0.010278375, 0.014406236, - -0.013511866, -0.018258907, -0.01161993, 0.020020127, 0.04650724, - -0.004822718, 0.029610526, 0.016415128, -0.022827074, 0.025207473, - 0.011998317, 0.053139336, 0.0040900228, -0.021698792, 0.014956618, - -0.0040659434, -0.021561196, -0.1495937, -0.012053356, -0.0013191957, - 0.030436099, 0.024574535, 0.009005617, -0.012638136, 0.012672534, - -0.013566905, 0.030876404, -0.040618155, -0.010856275, 0.016497687, - -0.01488782, -0.013518746, -0.020033887, -0.0030735368, -0.0065082614, - -0.038196478, 0.02713381, 0.0055485335, 0.0071412004, 0.004626645, - 0.006405065, 0.0044546505, 0.0074507897, -0.03836159, 0.032087244, - -0.008998738, -0.012376704, 0.0064429035, -0.0073751123, 0.009466562, - -0.015328125, 0.007381992, -0.017309498, 0.0044890493, -0.02352881, - 0.012149672, -0.001518709, -0.02531755, 0.022510603, 0.01638761, - -0.010450369, 0.011709367, -0.024588294, -0.039132126, 0.026404554, - -0.02319858, -0.0030528975, -0.040342964, 0.0010809837, -0.031949647, - 0.00047857393, 0.0033745267, -0.018988162, -0.0012443782, 0.013553144, - -0.017598448, -0.0036875561, -0.0061745928, -0.0039042688, - 0.010794357, -0.013463708, 0.030876404, -0.016236255, -0.023184821, - -0.035334494, 0.03993018, -0.018368984, 0.006071396, 0.02381776, - -0.004196659, 0.01519053, -0.04023289, -0.0077466196, -0.015754672, - -0.023322416, 0.02826209, -0.008874902, -0.011523613, -0.007313194, - 0.0065942584, -0.02350129, -0.00039687668, 0.0051323078, 0.011241542, - -0.0024371583, 0.011846962, -0.033765905, -0.030133387, 0.030215945, - 0.04532392, -0.015713392, -0.016552724, -0.0009476882, -0.005149507, - -0.006759373, -0.007994291, 0.002712349, -0.027257644, -0.0076159043, - -0.016346332, 0.013181637, 0.004038424, 0.0015599877, 0.002710629, - -0.015245568, -0.0029032624, 0.007719101, -0.0023374015, 0.012356065, - -0.021244727, 0.005913161, -0.009583518, -0.037343387, -0.022428047, - -0.0033796865, 0.011695608, -0.004403052, 0.0042964155, 0.0006570179, - 0.00034764333, 0.024285585, 0.0018110991, 0.020501712, 0.008902421, - -0.0007971932, -0.016827915, 0.009184492, 0.0025042358, 0.004936234, - 0.007980532, -0.044498347, 0.00086212106, 0.0050084717, -0.011062669, - -0.0105191665, -0.0062330705, 0.014557591, 0.026652224, 0.023363695, - -0.017006788, -0.007767259, -0.007265036, -0.01458511, 0.0018317385, - -0.0058512436, -0.011090187, 0.0045991256, -0.0049637533, 0.007313194, - 0.023570089, 0.015974823, -0.007966773, -0.014309919, -0.031509344, - -0.0026074324, -0.0009726273, -0.0072787954, 0.01872673, -0.021795109, - 0.02650087, 0.00047814395, 0.013147239, -0.037095714, -0.023418734, - -0.0052802227, 0.016236255, 0.021024574, 0.02588169, -0.049314182, - 0.0017199422, 0.009762392, 0.023611367, -0.009617917, 0.012658775, - -0.000624769, -0.003218012, 0.025111157, -0.0066045783, -0.0041794595, - 0.010030703, 0.0095491195, -0.017598448, 0.035499606, 0.024877245, - -0.021863906, -0.0026091523, 0.039710026, -0.01426864, -0.005521015, - 0.0021791668, 0.032885294, -0.012906446, -0.004523448, 0.017997475, - 0.034123655, -0.008193805, -0.00003542006, 0.0055278945, 0.00953536, - -0.00010803387, -0.009576638, 0.004103782, -0.006903848, - -0.0041141016, 0.01754341, -0.01219095, -0.046617314, -0.00076924416, - 0.00058134046, 0.01459887, -0.008317641, 0.01697927, 0.0011291421, - -0.0017371416, 0.014227362, -0.0126656545, -0.021657513, -0.018231388, - 0.0095491195, 0.010574205, 0.007877336, 0.0068660094, 0.0055175745, - 0.007526467, 0.02412047, 0.016704079, -0.01190888, -0.002798346, - -0.009067535, 0.018602895, 0.001397453, -0.024932282, -0.017048068, - -0.006284669, -0.020776901, 0.014846541, 0.027298924, -0.00075118477, - 0.07364105, -0.00021617523, -0.0016124458, -0.006367226, 0.016924232, - 0.022428047, 0.031206632, -0.008874902, -0.009122574, -0.027409, - -0.0026401114, -0.015947305, -0.0108769145, -0.037948806, -0.01220471, - 0.03205972, -0.008785465, 0.023900317, 0.006969206, -0.011819443, - 0.021519918, -0.010670521, 0.013174757, -0.001461951, -0.010980112, - 0.0001516774, 0.025455145, 0.015328125, 0.008916181, -0.020818181, - -0.012927086, 0.01905696, -0.03571976, -0.023996634, -0.005892522, - 0.0016339452, -0.025372587, 0.0063465866, -0.0039111488, 0.006755933, - 0.009721113, 0.0011661209, -0.010402211, -0.025056118, -0.0051391874, - 0.014254881, -0.011977678, -0.009432163, -0.015658354 - ], - "metadata": { - "chunkTitle": "Muscle Growth Mechanisms", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28770&chunkSid=chunk_57148" - }, - "document": "Andy Galpin: Other ways, say a higher load, maybe as heavy as you can for, say, eight repetitions, is going to get through what's called mechanical tension. And so there's these different paths that we can get to the same spot. Now, eventually, these things have a saturation point, so you don't need all three of these mechanisms. The third one, of course, being muscle damage or breakdown. I know we want to chat a little bit about that, but none of these three are absolutely required. You can have multiple of them in a session. You don't have to have breakdown at all. That is a complete. Well, really, it's a flat out lie that you have to break a muscle down to cause it to grow. That's just not needed at all. You have to have one of these three things, though. And so, again, this allows you a lot of flexibility, which is why crafting your program, which is best for you, is actually fairly simple when it comes to hypertrophy.\n\nAndy Galpin: You just have to make sure you do the work, and you want to make sure you have a few standards in place with the exercise choice and some other things that we'll hit in just a second. But that's really the fundamental way of getting to it, making sure either that signal is loud enough or frequent enough to give the nuclei a convincing enough reason to spend the resources. Because you have to remember two things. In order to grow new skeletal muscle, you need amino acids, which are your supply, and then you need primarily carbohydrates as the energy source to power that synthesis process. You remember basic chemistry that says if you're going to take two atoms and you're going to pull them apart or put them together, that's going to take energy. Typically in most of, actually, metabolism, when you split a bond, you're going to get it's called extragonic. You're going to get energy from that. But when you put them together, that's going to take energy.\n\nAndy Galpin: This is why we call that protein synthesis, right? So you have to convince your nucleus that, one, invest those resources in energy, primarily carbohydrate, but number two, and more importantly, invest that supply. There is a ton of possible ways to get energy, but there's a very low amount of amino acids available, and you need them for many more things than just taking your biceps from 17 inches to 18 inches, right? It's not going to do that if you're in a position where, again, you can't sustain immune function, if red blood cell turnover needs to be higher, or any of the other main, like, tons of things that you need proteins for. So you have to be able to say, like, are you sure you really want to spend these resources and build it into muscle? Because once we do that, it's very difficult to go backwards, break them back down, and bring the amino acids back into that availability pool. So we can use them for either another function entirely or even another muscle group.\n\nAndy Galpin: That's called protein redistribution, by the way. When you say maybe you don't do a lot of upper body work in your training and you're not eating enough protein or a minimal amount, and you're doing a lot of lifting in your legs, you notice your legs will get larger. But that's actually a lot of times you're pulling the protein from, say, your upper body in this case, and redistributing it back down to the quads. So that's what you have to get to. And in terms of application, what numbers to hit. We can go through each one of our modifiable variables just like we did with speed, andy, Strength and Power and walk through some of our best practices in each category." - }, - "truncated_cells": [] - }, - { - "row_idx": 57, - "row": { - "id": "chunk_57157", - "embedding": [ - -0.016614774, 0.005421206, 0.02576494, -0.013163397, -0.011089894, - 0.024574349, -0.03025976, -0.025015805, -0.0234774, -0.011464463, - -0.0116651235, 0.030340023, -0.005404484, 0.016681662, 0.0018878906, - -0.0038928338, 0.03718927, 0.0042272694, 0.0055917683, -0.010340758, - -0.01716325, -0.006140243, -0.00850136, -0.012280486, -0.026714738, - 0.01888894, 0.012333996, -0.00803315, -0.009698641, -0.025711432, - 0.020494232, 0.008962882, -0.00019324124, -0.0011362459, -0.005029916, - 0.006942889, -0.009257185, 0.006177031, 0.009584933, -0.013925911, - 0.030821612, 0.004284124, -0.008387652, -0.0022490814, 0.0053977952, - -0.03004572, 0.012527969, -0.021898862, -0.03280147, 0.018072916, - 0.009043147, 0.012808895, -0.038527016, 0.027878575, -0.005090114, - -0.014594782, -0.0007370131, 0.03376465, 0.02551077, 0.00010644468, - -0.003578464, 0.005003161, 0.011571482, 0.0160663, -0.013022934, - 0.00923043, 0.0068057706, -0.015838884, 0.00012332323, 0.002459776, - 0.01022705, 0.022353696, 0.0020985852, -0.013885778, 0.0499781, - -0.016253585, 0.00933745, -0.0417376, -0.022514224, -0.0035918416, - -0.010046454, -0.024453953, -0.012594855, 0.02295568, 0.020949064, - -0.015170012, 0.0086618895, 0.017444177, 4.7650583e-6, 0.0012407572, - 0.012922603, 0.016828815, 0.045777585, -0.00814017, -0.01554458, - 0.0291093, -0.016481, -0.011571482, -0.025577657, 0.008608379, - -0.015317163, -0.007972952, -0.023236606, -0.0070298426, - -0.0028209668, -0.00082229427, 0.017725103, -0.02889526, - -0.0065181553, -0.02801235, -0.02216641, 0.007016465, 0.0011253768, - -0.03355061, 0.0082405, -0.035771262, 0.023410512, -0.020199928, - -0.0023410514, -0.022474092, 0.03745682, -0.0014882397, 0.020413967, - -0.00985917, 0.010146785, -0.013537965, -0.019263508, 0.0035517092, - 0.0075448737, -0.013818891, 0.028199634, -0.00043393057, 0.0053342525, - 0.025912093, -0.0057088207, 0.0066017644, 0.014139949, 0.0057556415, - -0.013698494, -0.03360412, 0.020253439, 0.010748769, 0.015986037, - 0.001966483, 0.020306947, 0.020748403, 0.0102604935, 0.0025082692, - -0.008287322, 0.0054245503, -0.022821905, 0.019357149, 0.0046252483, - -0.0067455717, 0.0156516, -0.0055683577, -0.0118055865, 0.01366505, - -0.009952812, -0.023276739, 0.02117648, 0.011203602, 0.022005882, - -0.009865859, 0.0125614125, 0.025310108, 0.039356414, -0.009003014, - 0.014768689, 0.00045859523, 0.025055937, -0.011223668, -0.037563838, - 0.022527602, 0.015986037, 0.025310108, -0.0022975747, -0.02900228, - -0.0032941934, -0.02894877, 0.0072171264, 0.011417641, 0.03218611, - 0.024025874, -0.033202797, 0.00959831, 0.011043074, -0.015330541, - -0.009210365, -0.025109448, 0.0070967297, -0.013437634, 0.001257479, - -0.007879309, -0.62841845, 0.019798605, 0.019691585, -0.0153706735, - 0.020440722, 0.030340023, -0.0029045758, 0.0054111728, -0.026514078, - 0.01298949, 0.0009105017, -0.011237046, 0.0018644801, -0.006916134, - -0.0066117975, -0.011257112, -0.0012566429, 0.0052238884, - -0.009003014, 0.0060499455, -0.042567, 0.000941437, -0.023825213, - 0.029189564, 0.012066447, 0.010614995, 0.006832525, 0.0025082692, - 0.008534804, 0.015303787, -4.8369097e-6, 0.016708417, 0.048239034, - 0.00495634, 0.045322753, -0.021684824, -0.0113841975, 0.016481, - -0.013036311, 0.034834843, -0.0020634695, -0.008809041, -0.0072840136, - -0.0151165025, 0.010300625, 0.021992505, 0.017016098, 0.0010058159, - 0.017872253, -0.008982948, 0.023303494, -0.0234774, 0.010079898, - -0.021591181, 0.010621684, -0.013678428, -0.0023460677, -0.005437928, - -0.02452084, -0.0026403714, 0.02597898, -0.0075448737, -0.03520941, - -0.010233738, -0.022728262, 0.0105681745, -0.0403731, -0.010621684, - -0.014915841, 0.0034915106, 0.0038727676, 0.015437561, -0.014260346, - -0.03322955, -0.0051937895, 0.003745682, 0.016628152, -0.0008862551, - -0.025055937, 0.032721207, -0.0026437158, 0.0037958473, -0.013357369, - 0.0037122385, 0.0078124222, 0.0045316066, -0.041336276, -0.006849247, - -0.010200295, -0.010153473, -0.0134911435, -0.004668725, - -0.0028811651, -0.019370526, 0.0014681736, 0.024039252, 0.014982728, - -0.01022705, -0.008273944, -0.026059244, -0.011571482, 0.009591621, - 0.019945757, 0.034674313, 0.009865859, 0.0041403165, -0.02415965, - -0.00313032, 0.05827211, -0.0077656014, 0.010360824, 0.0012775451, - 0.0011579843, 0.03828622, 0.018059539, -0.026286662, -0.007464609, - -0.0035048882, 0.0037122385, -0.0049162074, 0.0243068, -0.006243918, - 0.0011471151, 0.006484712, 0.04296832, 0.019370526, 0.0009857498, - -0.01669504, 0.015664978, -0.014782066, 0.0061268657, -0.006451268, - 0.020668138, -0.024748256, 0.034754578, 0.04296832, -0.000903813, - 0.011772144, 0.010059832, -0.027584272, -0.030714592, -0.0065616323, - 0.022875415, 0.00077296497, 0.009899302, -0.046928044, -0.040480122, - 0.009049836, 0.022340318, 0.003474789, -0.005143624, 0.007999706, - 0.01674855, 0.020614628, -0.011310622, 0.002292558, -0.0051837564, - -0.0447609, -0.014822199, -0.026848514, -0.011785521, 0.03411246, - -0.020413967, 0.015343918, -0.018848807, -0.0027457187, 0.008173613, - 0.016093055, -0.010601617, -0.028868506, 0.021056084, -0.010748769, - -0.011130027, 0.0064144805, -0.0025550902, -0.006059978, -0.01397942, - -0.001313497, -0.0010551453, 0.001658802, 0.0088291075, -0.009852481, - -0.010233738, -0.013317238, 0.043503422, -0.011223668, 0.0027891954, - -0.038527016, -0.033978686, 0.031115916, -0.01116347, 0.003953032, - -0.0126751205, -0.0109360535, -0.00698971, 0.0026955532, 0.019169865, - 0.0021755055, -0.0043376335, 0.02227343, 0.017069608, 0.004899486, - 0.021885484, -0.005133591, 0.005835906, 0.011531349, 0.008039839, - -0.035182655, 0.019383904, 0.014126572, -0.0071034185, 0.008360897, - 0.0039363103, -0.008675267, -0.006026535, 0.029697908, 0.018086294, - 0.017297024, 0.00053091696, 0.02207277, 0.031838298, -0.0038995226, - 0.023504155, 0.0044011762, -0.039062113, -0.000087475884, 0.014982728, - 0.0029764795, -0.0027791623, -0.009865859, -0.014955973, 0.0156248445, - -0.00048116964, 0.004053363, 0.014581405, 0.012247043, 0.02572481, - 0.014233592, 0.02279515, -0.013845646, 0.018113049, 0.008093349, - 0.0015358968, -0.036038812, 0.02185873, -0.0077321576, 0.017778613, - -0.013818891, 0.0005815004, 0.006708784, -0.0019113012, 0.008106726, - -0.026179641, 0.020146418, -0.0075248075, -0.00886924, 0.006735539, - -0.003792503, 0.032721207, 0.04569732, 0.014113194, 0.019531056, - 0.022460714, -0.009899302, 0.01466167, 0.019049468, 0.006896068, - -0.008742155, -0.037323046, -0.010407645, -0.0005024899, -0.021323632, - -0.009411026, -0.03360412, 0.026353547, -0.0005330072, 0.0052773985, - 0.018554503, 0.013598164, 0.015170012, -0.0056787212, -0.040426612, - -0.001928023, 0.0005438764, -0.010808968, 0.019464169, -0.01748431, - -0.00055976206, -0.0066887178, 0.01502286, -0.037617348, 0.032105844, - -0.031062406, -0.0044279313, -0.027396988, 0.014915841, 0.043289382, - -0.0011571482, 0.019062845, -0.0015216833, 0.011457774, -0.01997251, - -0.017029475, -0.023490777, 0.023450645, 0.005310842, -0.027504008, - -0.032614186, -0.017243514, -0.023878723, -0.0012382489, 0.0015726847, - -0.009163544, -0.0041302834, 0.03376465, -0.013343992, -0.019397281, - -0.023811836, 0.0417376, -0.004100184, -0.015905771, -0.031865053, - -0.0028009005, 0.00075248076, 0.086418234, 0.012119956, -0.010501287, - 0.020280192, -0.026179641, 0.03365763, 0.0091301, -0.003448034, - 0.023571042, 0.0006730522, -0.024507463, -0.019504301, 0.0013293826, - -0.008173613, 0.018380597, -0.0055650133, -0.0058827274, -0.02034708, - -0.0055750464, -0.0058994493, -0.023156341, 0.02718295, 0.043449912, - 0.04690129, 0.005143624, 0.030821612, 0.027798312, 0.030794857, - 0.027530763, -0.04751665, -0.012380817, 0.008962882, 0.0150897475, - 0.009832415, 0.008702022, -0.0026203052, -0.000032764267, - -0.004615215, -0.0008189499, -0.028279899, -0.0066452413, 0.024039252, - 0.018594636, 0.0058459393, 0.006949578, -0.009203676, -0.002757424, - 0.0019882214, 0.00665193, -0.016106432, -0.0017173283, -0.002180522, - -0.015771996, -0.00678236, -0.0012650038, -0.0074579204, -0.020173173, - -0.0026838481, -0.013738627, -0.012307241, -0.011283867, 0.0021320288, - 0.004026608, 0.006882691, -0.003765748, -0.04296832, -0.027744802, - -0.02295568, -0.003876112, -0.0041603823, -0.031838298, -0.019076223, - -0.004675414, -0.0035450205, 0.0064613014, -0.012474459, 0.017216759, - -0.0056319004, 0.008394341, 0.029403603, -0.0012457737, -0.040613893, - -0.044118784, -0.037269536, 0.009310695, 0.028493937, 0.028039105, - 0.0033008822, 0.007391033, -0.0043376335, 0.0077187805, 0.00907659, - 0.023905478, -0.035075635, 0.02034708, 0.008675267, 0.010788902, - 0.015932526, 0.030366778, -0.008635134, -0.00097237236, -0.027771557, - -0.0022791806, -0.026995664, -0.003474789, 0.0049697175, 0.0038493571, - 0.004110217, -0.038794562, -0.020387212, 0.01100963, -0.019905625, - 0.0010601617, 0.0153706735, -0.0038527015, 0.020534365, 0.00818699, - 0.0029296584, -0.009926057, -0.011210291, -0.007932819, -0.026099376, - 0.031731278, 0.006434547, -0.019129733, 0.010233738, 0.0044714077, - -0.026407057, -0.0077388464, 0.012909225, -0.011464463, 0.025831828, - -0.009732084, -0.027691292, -0.034299746, -0.022888793, -0.024173027, - 0.014461008, 0.0051937895, -0.022407204, -0.015437561, 0.016146565, - -0.011732011, -0.0028209668, 0.0049897833, -0.0212835, 0.0032105846, - 0.031062406, -0.01455465, -0.015036237, 0.039302904, -0.0010802279, - -0.0082405, 0.00028907802, -0.019704962, -0.013223595, 0.0045316066, - -0.0082405, 0.01669504, 0.03285498, 0.040988464, -0.013859023, - -0.010528042, 0.020119663, -0.011136715, 0.009611688, -0.0182602, - 0.0035985303, 0.002973135, 0.013859023, -0.010287248, 0.0029029036, - 0.017551195, -0.015758619, 0.0075248075, 0.019049468, -0.006708784, - -0.0068626245, -0.016481, -0.02894877, -0.02029357, 0.01705623, - -0.016815437, -0.010808968, -0.02446733, -0.008294011, 0.019490924, - -0.011671812, -0.0015442577, -0.028600957, 0.014514518, -0.010166851, - 0.030661082, -0.0028911983, -0.008467916, -0.01883543, -0.029430358, - -0.01773848, 0.02926983, 0.0041068727, 0.0006492237, 0.04288806, - -0.009297318, -0.0016086367, -0.023450645, -0.005123558, -0.031758033, - -0.009952812, -0.026527455, -0.011544727, 0.0067288503, -0.030473799, - 0.002785851, 0.004528262, 0.012380817, 0.040506877, -0.005404484, - 0.031704523, -0.0048493203, 0.0047857775, 0.042486735, 0.0037590594, - 0.03438001, 0.01017354, 0.028868506, -0.008514738, 0.022313563, - -0.0018009372, -0.014982728, -0.0006170342, 0.026754871, 0.017176628, - -0.006692062, 0.003223962, -0.014367366, 0.003029989, 0.007504741, - -0.0145278955, -0.025055937, 0.03290849, -0.00062664924, 0.018487616, - -0.0007495544, -0.007799045, -0.02290217, -0.017123118, - -0.00015310894, 0.019651452, 0.0044680634, -0.010808968, -0.020614628, - 0.026340172, -0.021925617, 0.01930364, -0.0049797506, 0.0021086184, - -0.017323779, -0.00081518746, 0.0019731717, 0.019611321, 0.0062940833, - 0.00855487, -0.016761927, -0.015464315, 0.026366925, 0.017644837, - -0.0015676683, -0.015932526, -0.006243918, 0.03207909, -0.029778171, - 0.001621178, 0.013257039, -0.021979127, 0.015062992, -0.003085171, - -0.009069901, -0.015009482, -0.013624919, 0.0023510843, 0.026407057, - 0.014955973, -0.03108916, -0.00508677, -0.0055951127, 0.0063509378, - -0.02561779, -0.0032975378, 0.019049468, -0.022821905, -0.028681222, - -0.010461154, 0.012240354, 0.01862139, 0.006635208, -0.00678236, - 0.015170012, 0.020922309, 0.0018644801, 0.03668093, -0.02076178, - 0.0019597944, -0.025738187, 0.013283794, -0.024627859, -0.015009482, - 0.0056686886, -0.021002574, -0.02274164, -0.014581405, 0.02254098, - 0.01403293, -0.010053143, 0.0041536936, 0.01110996, -0.0022189822, - 0.025524147, -0.016440868, -0.023664683, -0.018447483, -0.0009372566, - -0.003919589, 0.01549107, -0.0013160052, 0.0058994493, -0.0015024532, - 0.013925911, 0.019517679, -0.0112437345, -0.008421096, 0.000013769352, - 0.0035617421, -0.013477767, 0.0077254693, -0.046981554, 0.011905918, - -0.024320178, 0.04398501, 0.019357149, 0.01450114, 0.0007967935, - 0.0059061376, 0.010528042, 0.021310255, -0.01836722, -0.01183903, - 0.011029696, 0.0023443955, -0.032774717, 0.00034321484, -0.025122825, - 0.036547154, 0.01642749, -0.015838884, 0.0015358968, 0.0015342246, - -0.024788389, -0.0156248445, 0.015062992, 0.026835136, 0.014380744, - -0.0025417127, -0.0265007, 0.0031436973, 0.009819038, -0.007885998, - -0.026433812, 0.00020431943, -0.0011604925, 0.013123265, -0.00628405, - 0.0073375236, -0.016614774, -0.008835796, 0.034754578, -0.013083132, - -0.004668725, 0.019798605, 0.017042853, 0.027718047, -0.0182602, - 0.0006458793, 0.03004572, 0.020801913, 0.038848072, -0.023089454, - -0.0029781517, 0.015611468, 0.009464536, -0.01502286, 0.029724661, - -0.007959574, 0.007183683, -0.0018226756, -0.0042072036, -0.040934954, - -0.003223962, -0.007498053, 0.019410659, -0.0044479975, -0.004899486, - -0.0023995775, 0.03850026, -0.005207167, -0.027664537, 0.010053143, - -0.0075448737, 0.01977185, 0.015277032, -0.0064445795, 0.011504594, - -0.004601838, 0.02148416, -0.003996509, -0.009772217, 0.0018862184, - -0.0051770676, -0.0150897475, 0.031276446, 0.011043074, 0.00009588904, - 0.00834752, 0.015437561, -0.029965457, 0.022768395, -0.011818964, - -0.03264094, -0.029029036, -0.007671959, -0.002747391, -0.010140096, - -0.023035944, -0.014340611, 0.013524587, -0.0026905367, -0.007491364, - 0.19541758, -0.008588314, -0.01914311, 0.01397942, -0.001025046, - 0.0038961782, 0.0058258735, 0.010394268, 0.016588021, -0.009738773, - 0.014313856, -0.0059228595, -0.036012057, 0.0034229513, 0.019236753, - -0.022206543, 0.00046737416, -0.031517237, -0.007471298, 0.014728556, - 0.004835943, -0.029697908, -0.027396988, -0.0011989527, 0.03427299, - 0.018032784, -0.019437414, 0.0013845646, 0.0032691108, 0.0028092614, - -0.003531643, -0.022367073, -0.00011287211, -0.012688498, -0.03777788, - 0.0047389567, 0.013885778, -0.0071034185, 0.003819258, 0.0026035835, - 0.02727659, 0.00058777106, -0.009671886, -0.015464315, 0.013571409, - 0.010889233, 0.012668432, 0.004351011, -0.006250607, 0.0135178985, - -0.014929218, -0.019798605, 0.031731278, 0.008260567, 0.0011437708, - -0.020360457, 0.0009046491, -0.0002665036, -0.002655421, 0.02932334, - -0.012119956, 0.008728777, -0.012126645, 0.02894877, -0.014019553, - 0.0073509007, 0.0045048515, 0.030072475, -0.019209998, -0.042138923, - -0.003018284, -0.0023895444, -0.012962735, -0.020413967, -0.016547889, - 0.0016011118, 0.028574202, 0.018220067, 0.02806586, 0.026674606, - 0.007852554, -0.010895921, 0.012427637, 0.00081017095, -0.012320618, - -0.005969681, 0.016735172, -0.0048794197, 0.008006395, 0.010360824, - -0.0013377436, -0.040560383, -0.018755164, -0.015410806, 0.00613021, - -0.016922455, 0.0020467476, -0.014728556, -0.017310401, -0.029644398, - -0.017444177, 0.019905625, 0.00088291074, 0.004591805, -0.00018143147, - -0.037323046, 0.006588387, 0.007183683, -0.0019397282, 0.014795444, - 0.0072171264, -0.015156635, 0.012287174, -0.017042853, 0.0045984937, - 0.012400883, -0.010099964, -0.0030233006, 0.007585006, -0.034674313, - -0.03395193, -0.022313563, 0.014113194, 0.0021671446, 0.01763146, - -0.013223595, -0.047275856, -0.007203749, 0.021377143, -0.032266375, - 0.021417275, -0.0186749, 0.03009923, -0.026848514, 0.0007223815, - -0.03264094, -0.018808674, -0.026781626, -0.020949064, 0.009123411, - -0.0028911983, -0.0126751205, 0.026540833, -0.016628152, 0.03970423, - 0.0062004416, 0.005973025, 0.030366778, -0.008447851, -0.017283646, - -0.010033077, 0.02185873, -0.028547447, -0.0055683577, 0.008514738, - -0.006996399, -0.0029413637, -0.019410659, -0.01325035, -0.004240647, - -0.005253988, 0.003494855, 0.023557665, -0.019798605, -0.032614186, - -0.015664978, -0.16748549, 0.02232694, 0.025577657, -0.025336863, - 0.03713576, 0.008889306, 0.03708225, 0.0051302467, -0.021470785, - -0.019169865, 0.007919442, 0.0018678245, 0.0041536936, -0.026754871, - -0.022648, -0.0062807063, 0.020574495, 0.0063208384, 0.034353256, - 0.0112169795, 0.013216906, -0.015945904, 0.016360603, -0.009524734, - -0.01842073, 0.0025300076, 0.003055072, 0.016026167, 0.012594855, - -0.018969204, -0.016414113, -0.008394341, 0.0174308, -0.02081529, - 0.020480854, 0.0016378998, 0.0035282986, 0.004317567, -0.018500993, - 0.019892247, 0.027504008, 0.008735466, -0.0256713, -0.01982536, - -0.0004163727, 0.03344359, 0.019343773, 0.011812275, 0.026045868, - 0.0022139656, 0.0036319739, -0.021658069, 0.045617055, 0.017042853, - -0.0004966373, -0.018915694, -0.006501434, 0.0033393423, -0.019209998, - -0.0041068727, 0.0055683577, -0.0008097529, 0.01502286, -0.0186749, - -0.014113194, -0.0190896, -0.007671959, 0.019357149, -0.017885631, - 0.018380597, 0.0030416944, -0.026661228, 0.007391033, -0.05254657, - 0.015571335, 0.0014706819, 0.0019079568, -0.019317018, 0.035075635, - 0.019076223, -0.0012340684, 0.015263654, -0.011825653, 0.00019627207, - -0.018032784, 0.01856788, 0.0063409046, 0.0006738883, -0.0047924663, - -0.01669504, 0.0073375236, -0.015397429, -0.005969681, -0.0062639844, - 0.004675414, 0.004284124, -0.0042607132, -0.015450939, 0.0059964354, - -0.0291093, 0.01820669, -0.008227123, -0.029804926, 0.013644984, - 0.019129733, 0.013190151, 0.0019163176, -0.0037624037, 0.03812569, - 0.0026905367, 0.00026754872, 0.0066184863, -0.007585006, 0.02712944, - -0.0041503496, 0.026741493, 0.016026167, -0.006307461, 0.0005480568, - -0.0059496146, 0.05265359, 0.00046361177, -0.025912093, 0.017644837, - -0.002859427, -0.026433812, -0.14137274, 0.004922896, 0.02221992, - 0.019437414, 0.016815437, 0.0077656014, -0.017216759, 0.011484529, - -0.034995373, 0.035236165, -0.03355061, -0.008233812, 0.030554064, - -0.009357517, 0.0028159502, -0.007397722, -0.0016454246, -0.0256713, - -0.022969058, 0.04438633, 0.017992651, -0.007819111, -0.009357517, - 0.008079971, -0.026206397, -0.008100037, -0.026152886, 0.029082546, - 0.004892797, -0.005812496, 0.017404044, -0.025229843, 0.008922749, - -0.01366505, -0.008441162, -0.0007687845, 0.0020835355, -0.009785594, - 0.018407352, -0.00026086, -0.0029196253, 0.008320765, 0.006143587, - -0.010581552, -0.0013703511, -0.026928779, -0.0056051454, 0.026514078, - -0.012976113, -0.029403603, -0.025644545, -0.011410953, -0.012099891, - 0.022768395, -0.004518229, -0.0047122017, 0.0069830213, 0.011130027, - -0.032962, 0.0063877255, -0.012374128, 0.008166924, 0.00514028, - -0.0017942486, 0.056773838, -0.021818597, -0.008976259, 0.0013026278, - 0.018608013, -0.0025233189, 0.0062807063, 0.030955385, 0.0075983834, - 0.009952812, -0.046446458, -0.002150423, -0.002645388, -0.029189564, - 0.025283353, 0.007799045, -0.022835283, -0.0069362004, -0.0047657113, - -0.015531203, 0.00015781194, -0.013685117, 0.017885631, -0.00352161, - 0.0037389933, -0.028814996, -0.023076076, 0.036226097, 0.02916281, - -0.010835723, -0.034032196, -0.003755715, -0.00495634, -0.024079384, - -0.0113841975, 0.01757795, -0.01408644, -0.011671812, -0.021082839, - 0.013103198, -0.001500781, -0.005377729, 0.005441272, -0.01100963, - -0.0035383317, 0.004705513, -0.0014138278, 0.009156855, -0.00756494, - -0.009056524, -0.019919002, -0.016842192, -0.026795004, -0.02624653, - -0.00086618896, -0.022447336, -0.013464389, -0.009330762, - -0.004996472, 0.01768497, -0.0014489435, 0.0069094454, -0.014728556, - 7.348445e-6, -0.00777229, 0.021015951, -0.0058559724, -0.000040680992, - 0.023932232, -0.015999412, -0.010126719, 0.0010451121, -0.01460816, - -0.0053844177, 0.028493937, 0.009879236, 0.022086147, 0.004116906, - -0.0058258735, -0.026353547, -0.01925013, 0.0020099597, -0.006193753, - -0.0014598126, -0.033095777, 0.00051294104, -0.007631827, - 0.0063475934, 0.0020450754, -0.01226042, -0.006290739, -0.0069830213, - -0.0063509378, -0.00850136, 0.010447777, -0.0020199928, 0.034513783, - -0.009798972, 0.019785227, 0.011678501, 0.033818156, -0.018099671, - -0.007946197, 0.022193165, -0.015638223, 0.016146565, 0.00886924, - -0.034754578, 0.015384051, 0.019290263, 0.004070085, 0.007885998, - 0.022500847, -0.011986182, 0.0085214265, 0.0014957645, -0.010086587, - -0.0079863295, 0.018046161, 0.007531496, -0.014340611, 0.0048192213, - 0.04815877, 0.005969681, 0.011517972, 0.016494378, 0.005916171, - 0.0106818825, 0.014327234, 0.017671593, -0.03384491, -0.0028360165, - -0.003101893, 0.039088868, -0.027798312, 0.020694893, 0.004759023, - 0.004631937, 0.031784788, 0.010367513, -0.012668432, 0.0010007994, - 0.001174706, 0.018608013, 0.0018026094, -0.037563838, -0.020775158, - 0.0014848954, 0.006143587, -0.0045984937, 0.005889416, 0.0047088573, - 0.011223668, 0.008574937, -0.0018410695, -0.030233005, -0.014541273, - 0.007023154, -0.0022490814, 0.014969351, -0.0028544103, -0.014394121, - 0.021417275, 0.028360164, 0.015691731, -0.015745241, 0.010146785, - -0.007163617, 0.027932085, -0.019129733, -0.042138923, -0.028333409, - -0.0122537315, -0.011116649, 0.0037858144, 0.032587435, -0.02378508, - 0.06474679, 0.011859097, -0.011471151, 0.0009046491, 0.017457554, - 0.019424036, 0.0006542402, 0.012400883, -0.028146125, -0.01408644, - 0.0042373026, 0.0008319093, -0.01408644, -0.033978686, -0.016240207, - 0.01611981, -0.0070699747, 0.0012633316, 0.028922016, -0.006949578, - 0.017069608, -0.00034405093, 0.022032637, -0.005113525, 0.004872731, - -0.0027791623, 0.011899229, 0.036092322, -0.014180082, -0.04361044, - -0.0024547596, 0.0065649766, -0.04904168, -0.0031554026, -0.001052637, - -0.008494671, -0.018474238, -0.0083809635, 0.008467916, 0.019169865, - 0.013912533, 0.013792136, -0.0066552744, -0.028306654, 0.0053175306, - -0.0041804486, -0.0062639844, -0.00079804764, -0.024775011 - ], - "metadata": { - "chunkTitle": "Muscle Activation", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28773&chunkSid=chunk_57157" - }, - "document": "Andy Galpin: Yeah, great. So ten was just sort of that like absolute minimum number to maintain, which is actually pretty cool if you think about it this way. If you went in and you did three sets of ten sets of ten repetitions correct. You're already at three. You did that three days a week. You're at your nine. That's almost ten. If you also just went to the gym one day a week, you did three sets of ten and you did three exercises, you're at nine working sets. You're basically done so achieving ten sets per week per muscle group. And now we're not even talking about indirect activation of a secondary. So you're going to hit ten. Fairly easy extension of that. Hitting 20 is actually still not that hard because of what's actually going to happen there. So in your example, if you're doing your chin ups well, would the biceps count? There's no exact rule there because there could be technique issues, it could be hand position. So you mentioned chin up very specifically.\n\nAndy Galpin: A chin up is actually going to put your hands in this position where your palms are facing up, right? This is supination and pronation, so you're going to be there. Well, that's actually quite different than a pull up where your hands are in the opposite direction. So a chin up actually is going to be pretty good activator in your biceps for most people. So you would expect actually to probably count that because it's going to be very difficult to not see some fatigue in your biceps, depending on your mechanics, depending and by that I mean just the segment lengths of your bones. That's where your muscles originate, insert. There's nothing you can do about it's, not even a technique or a focus issue. It's just simple fact. The matter of that's, how you pull best in that area, the position of what your hands are on the barber, wider grip, more narrow grip, it's going to change muscle use. So we talked about earlier, I think in the previous episode, that exercises do not determine adaptations, applications do, but exercises do determine things like the movement plane, the joint you use, and typically the eccentric concentric sort of ratio, as well as oftentimes the muscle groups involved. So there's just not a lot of things you can do depending on how you are built of some exercises activating a secondary group and you don't want it. So it's not always a technique issue." - }, - "truncated_cells": [] - }, - { - "row_idx": 58, - "row": { - "id": "chunk_57156", - "embedding": [ - -0.019232437, -0.0020365133, 0.025407134, -0.009870157, -0.019566566, - -0.0016556068, -0.006114552, -0.026035294, -0.029964646, -0.01180142, - 0.005997607, 0.01016419, -0.003267777, 0.01889831, 0.003057276, - 0.009963713, 0.042848643, 0.008152736, 0.0061446237, -0.0017809051, - -0.022466801, -0.00447064, -0.0015361559, -0.0046009496, -0.027799493, - 0.02932312, 0.03017849, -0.016185185, -0.011073019, -0.034268223, - 0.029136008, -0.0034248175, 0.010284476, -0.0057102563, -0.017655352, - 0.007370875, -0.008446769, 0.004884959, 0.021437686, -0.001227087, - 0.02417754, -0.008393308, 0.0016547715, -0.005984242, 0.014046763, - -0.023696395, 0.004226726, -0.03421476, -0.025447229, 0.009469203, - 0.021170383, 0.013224807, -0.048087776, 0.015744137, -0.012503089, - -0.008132689, -0.011554165, 0.034508795, 0.03143481, 0.0063885376, - -0.0056768437, 0.0036486834, 0.00509546, 0.022266325, -0.02373649, - 0.0062983227, 0.006468728, 0.003122431, 0.0039727883, -0.0020732675, - 0.012810487, 0.021424321, -0.0023388998, -0.0033312615, 0.033760346, - -0.010017173, 0.0037890174, -0.03905294, -0.018778022, 0.003000474, - -0.0061245756, -0.0054396125, -0.020502126, 0.013351776, 0.020101173, - -0.0130978385, 0.010364667, 0.0175217, 0.004240091, 0.0056367484, - -0.010150825, 0.014795211, 0.03333266, -0.0063083465, 0.000243705, - 0.03031214, -0.028681593, -0.006679229, -0.014541273, 0.0018393776, - -0.024551764, -0.0034849604, -0.021410955, -0.012162278, -0.015450103, - 0.010150825, 0.018056305, -0.02750546, 0.00065739785, -0.035791848, - -0.018564181, 0.014501178, 0.0059307814, -0.03715509, 0.007143668, - -0.02123721, 0.023589473, -0.013031012, -0.012008579, -0.01658614, - 0.035551276, 0.011641038, 0.025915008, -0.002758231, -0.0014968958, - 0.0035083494, -0.030499252, 0.011326957, 0.0034749366, -0.02332217, - 0.014608099, -0.008720755, 0.016492585, 0.027425269, -0.0037054853, - 0.010063951, 0.011681133, -0.015196165, -0.020916445, -0.036567025, - 0.020288285, 0.016158456, -0.00037234448, 0.012142231, -0.00811264, - 0.018029574, 0.012209056, 0.009368964, -0.008547008, 0.0082797045, - -0.018711198, 0.013953207, 0.016893538, 0.0028300686, -0.004941761, - 0.019152246, -0.012650106, 0.014233875, -0.027184697, -0.0121956915, - 0.017922655, 0.012108818, 0.0074109705, -0.01796275, 0.007778512, - 0.02711787, 0.02667682, 0.0067761266, 0.016492585, -0.006709301, - 0.02272074, -0.0028451043, -0.044211887, 0.010645335, 0.009221947, - 0.027665842, -0.0002086215, -0.012369438, 0.007370875, -0.012970869, - 0.009836744, 0.006338418, 0.033038627, 0.025206655, -0.023642935, - 0.007838655, 0.023803316, -0.020542221, -0.0029186127, -0.02038184, - 0.0029319779, -0.0023388998, -0.009248678, -0.02046203, -0.63340074, - 0.004898324, 0.008547008, -0.012075405, 0.03891929, 0.022466801, - -0.0005041164, 0.0048415223, -0.025594246, 0.012235787, -0.018136496, - -0.0047145537, 0.017281128, -0.013859651, -0.0080925925, -0.004951785, - 0.0035417625, 0.003852502, 0.009576123, -0.0022787566, -0.04274172, - 0.000951431, -0.021852005, 0.027131237, -0.00026751164, 0.0058405665, - 0.011834832, -0.005389493, 0.017668717, 0.029510232, -0.014875402, - 0.027371809, 0.02945677, 0.003595223, 0.04458611, -0.010778986, - -0.021157019, 0.02175845, -0.00873412, 0.031942688, -0.0013924806, - 0.004103098, 0.008640564, -0.01853745, -0.010692113, 0.03319901, - 0.008567056, -0.0062381797, 0.024551764, -0.0064085852, 0.0063517834, - -0.0046777995, 0.010197602, -0.028360829, 0.016987095, -0.014487813, - -0.0023272051, -0.01037135, -0.014100224, -0.007711686, 0.016198551, - 0.0096162185, -0.04565532, 0.0020498785, -0.010204285, 0.0073641925, - -0.030044837, -0.011808102, -0.00025936725, -0.007297367, 0.021918831, - 0.0018961794, -0.018029574, -0.024404747, 0.006996651, 0.022600453, - 0.010859177, 0.0035217146, -0.014140319, 0.03033887, -0.0062248143, - 0.0014568004, -0.0020415252, 0.0014384233, 0.0037522633, 0.0017441509, - -0.024992814, 0.00021593056, -0.022012386, -0.0068128807, 0.002524341, - 0.010672065, 0.019205708, -0.03215653, -0.005847249, 0.019419549, - 0.005282572, -0.0018393776, -0.012235787, -0.027959876, -0.011253449, - -0.0043603773, 0.00042935516, 0.027906414, 0.004824816, 0.009636267, - -0.03306536, 0.007912164, 0.03584531, -0.020234823, 0.0072439066, - 0.0046677757, -0.00096229016, 0.04824816, 0.020568952, -0.030419061, - -0.021491148, -0.010565144, 0.00951598, -0.0041599004, 0.02750546, - -0.00091050024, 0.01889831, -0.00076598965, 0.043196134, 0.02610212, - -0.010839129, -0.016960364, 0.022132674, -0.0027365126, 0.0053961757, - -0.012262517, 0.0330119, -0.043142676, 0.046617612, 0.031782307, - 0.0013515499, -0.008480182, 0.009168487, -0.021945562, -0.022453437, - -0.00259952, 0.020515492, -0.01206204, 0.013157981, -0.035390895, - -0.03218326, 0.010077316, 0.010317889, 0.0075980825, 0.011032924, - -0.004801427, 0.009749871, 0.010692113, -0.016759887, 0.0013273256, - -0.01708065, -0.053380374, -0.019499741, -0.0026797107, -0.015410008, - 0.03814411, -0.00922863, 0.006923143, -0.00790548, -0.00064069143, - 0.015637215, -0.002435797, 0.0021985658, -0.01988733, 0.015169435, - -0.012155596, -0.016439123, -0.0021167041, -0.0062047667, - -0.011052972, 0.0020114537, 0.005800471, -0.023629569, 0.00037464162, - 0.0010692113, -0.00036106765, -0.010023856, -0.013044378, 0.042928834, - -0.0032460587, 0.0048348396, -0.018497355, -0.018417165, 0.034749366, - -0.015142704, 0.014888767, -0.013010965, -0.004978515, 0.005526486, - -0.00733078, 0.030365601, -0.008313118, 0.012342707, 0.030820016, - 0.034722637, 0.0012621705, 0.0130978385, -0.00084409217, 0.011868245, - -0.013993302, 0.001294748, -0.021210479, 0.02503291, 0.016786616, - -0.009676362, -0.00319761, 0.001528638, 0.0068696826, -0.010418127, - 0.018778022, 0.002893553, 0.018002845, -0.026609996, 0.018230053, - 0.008673976, 0.0029420017, 0.030098297, -0.003525056, -0.03202288, - 0.008506912, 0.001341526, 0.0018677785, -0.0155837545, -0.024431478, - 0.004099757, 0.0123828035, -0.0069832862, 0.025941739, 0.0064386567, - 0.010952733, 0.017789003, 0.003117419, 0.021905467, -0.0046377038, - 0.02516656, 0.0022804271, 0.0099303, -0.025433863, 0.031969417, - -0.010605239, 0.02937658, 0.0030923595, -0.00639522, 0.003618612, - -0.0055832877, 0.012055357, -0.027064411, 0.008406674, -0.0154901985, - -0.0052625244, 0.0012429581, -0.00097064336, 0.02750546, 0.038678717, - 0.00051998754, 0.022426706, 0.029884456, -0.006137941, 0.020421935, - 0.025874913, -0.004941761, -0.010224333, -0.041218095, -0.0048548873, - -0.00124797, 0.0006081139, 0.013057743, -0.032851517, 0.030231949, - 0.007190446, 0.0003117837, 0.0082797045, 0.011520752, 0.00756467, - -0.0065489192, -0.029055817, 0.012456312, 0.009028153, -0.007437701, - 0.007110255, -0.011079702, -0.0029186127, -0.004086392, 0.0054162233, - -0.03710163, 0.024190905, -0.039346974, -0.0045742197, -0.012650106, - 0.010799034, 0.036727406, -0.0048749354, 0.019085422, -0.017762272, - 0.00990357, -0.016799983, -0.0035751753, -0.025995199, 0.01094605, - 0.005412882, -0.038251035, -0.03667395, -0.010531731, -0.0155837545, - 0.018884944, -0.00426348, -0.013411919, -0.0027715962, 0.015329816, - -0.005753693, -0.020261554, -0.004567537, 0.0330119, -0.03985485, - -0.019553201, -0.030419061, -0.017200936, 0.002449162, 0.090562195, - 0.018684467, -0.0012788769, 0.020061076, -0.0028167034, 0.04073695, - 0.020528857, 0.0009347245, 0.029670613, -0.007818608, -0.019285899, - -0.005753693, -0.010825764, -0.008613833, 0.012950822, 0.0040797093, - -0.010391397, -0.019606661, -0.019660123, -0.0053460565, -0.016826712, - 0.029216198, 0.037342206, 0.068910666, 0.019980885, 0.017775638, - 0.019325994, 0.02755892, 0.02046203, -0.038464874, -0.0144343525, - 0.015824327, 0.011246766, 0.012830535, 0.011935071, -0.008393308, - -0.0010107388, -0.009315503, 0.008767532, -0.026529806, 0.005239135, - 0.020862985, 0.02269401, -0.0072706365, 0.0017658692, -0.011313592, - -0.001785917, 0.005011928, -0.019165613, -0.028948896, -0.009282091, - 0.00027461187, 0.00009992531, -0.0061245756, 0.0018594252, - -0.015009053, 0.004978515, -0.007945577, -0.013124568, -0.00756467, - -0.0005554887, -0.015851058, -0.0061680125, 0.0074911616, -0.01980714, - -0.036486834, -0.025460593, 0.010170872, 0.0048883003, -0.011961801, - -0.02376322, -0.015142704, 0.0049851974, -0.0061780363, 0.013017647, - 0.0023756537, 0.013578983, -0.009068248, 0.010184238, 0.027772764, - -0.013304998, -0.03878564, -0.024885893, -0.01562385, 0.0029052475, - 0.0068262457, 0.01279044, 0.0013173018, -0.010384714, -0.0031491613, - -0.00033036957, 0.0058272015, 0.022493532, -0.043035753, 0.0144343525, - 0.0015311439, 0.004684482, 0.0029787559, 0.026904028, -0.017922655, - -0.010411445, -0.022012386, -0.0155837545, -0.018256783, 0.0001053549, - 0.013211442, -0.0021167041, -0.01016419, -0.029724073, -0.03317228, - -0.010264428, -0.023094963, 0.0017591867, 0.017748907, 0.040362727, - 0.0022704033, 0.011400465, -0.002799997, 0.009502615, 0.0016029816, - -0.020341745, -0.027358444, 0.029804265, 0.018764658, -0.023870142, - 0.0037255331, 0.0015511917, -0.024404747, -0.014300701, 0.015704041, - -0.0130978385, 0.019339358, -0.02953696, -0.02646298, -0.0397212, - -0.038839098, -0.02087635, 0.016933633, 0.00213174, -0.022119308, - -0.0067995153, 0.007016699, 0.0042100195, -0.010819081, 0.01039808, - -0.022132674, 0.014501178, 0.014380892, -0.012048675, -0.0110462895, - 0.033359393, 0.017307857, -0.0006653334, 0.015142704, 0.0006469564, - -0.0039661056, 0.017722176, -0.011159893, 0.019112151, 0.016358932, - 0.03432168, -0.019232437, -0.0283341, 0.017641986, 0.005326009, - 0.004661093, -0.022653913, 0.0038190892, -0.025727896, 0.009375647, - 0.0073641925, 0.013244854, -0.0046878234, -0.004674458, 0.038491607, - 0.016866809, -0.01702719, -0.011687816, -0.02503291, -0.021304036, - -0.013766095, 0.01801621, -0.015463468, 0.011240084, -0.0017708812, - -0.011079702, 0.03814411, -0.022573723, 0.003174221, -0.019205708, - 0.021157019, -0.02753219, 0.029296389, 0.0036587073, 0.008727437, - 0.0013081132, -0.026890663, -0.017748907, 0.013452014, 0.010291158, - 0.0051121665, 0.046858184, -0.0066959355, -0.013137934, -0.012690201, - -0.011133162, -0.02137086, -0.005235794, -0.018163227, -0.023776585, - 0.012823853, -0.020689238, 0.006127917, 0.0064520217, -0.010043903, - 0.028066795, -0.013057743, 0.028040066, -0.012543185, 0.0025694484, - 0.021745084, 0.0015144375, 0.037208553, -0.0054195644, 0.021410955, - 0.004413838, 0.01757516, 0.0024107373, -0.02409735, 0.017200936, - 0.02316179, 0.010672065, 0.008045815, 0.010411445, -0.005987583, - 0.0007822784, -0.0045241, -0.0050553647, -0.028280638, 0.022440072, - -0.011113115, 0.004951785, 0.0037656284, -0.014594734, -0.018056305, - -0.010090682, 0.0063083465, 0.021878736, 0.0043971315, -0.031007128, - -0.010792351, 0.026783742, -0.013886382, 0.02552742, -0.0045608543, - 0.00084033323, -0.0153030865, -0.01115321, -0.005960853, 0.009549393, - 0.010251063, 0.018189957, -0.010812399, -0.0025644365, 0.032557484, - 0.012777075, -0.009910252, -0.012496407, -0.015957978, 0.0350434, - -0.031996146, 0.019379454, 0.012877313, -0.025915008, 0.005436271, - -0.007925529, -0.0074510663, -0.014728385, -0.018617641, -0.013832921, - 0.025059639, 0.01091932, -0.036780868, 0.006749396, -0.014634829, - 0.0065188473, -0.014928862, -0.017895924, 0.04140521, -0.03047252, - -0.01931263, -0.020288285, 0.009375647, 0.009689727, -0.00015672715, - -0.021277305, 0.0052057225, 0.023054868, -0.0018276831, 0.03699471, - -0.02360284, 0.008119323, -0.042527877, 0.018243417, -0.015410008, - -0.025901644, 0.006856317, -0.012396168, -0.022734106, -0.007377558, - 0.009776601, 0.0018527426, -0.018911675, -0.011988532, 0.010418127, - 0.013064425, 0.018149862, -0.018724563, -0.029697344, -0.013558935, - 0.0116677685, 0.005753693, 0.010518366, -0.01614509, 0.0023038161, - -0.008774215, 0.021063462, 0.021090193, -0.022867756, -0.00059809006, - -0.009542711, 0.010244381, -0.012416216, -0.002211931, -0.038251035, - 0.011560847, -0.02747873, 0.046911646, 0.019085422, 0.012155596, - 0.000072777366, 0.002612885, 0.018497355, 0.0065322127, -0.014113589, - -0.009796648, 0.012416216, -0.0021116922, -0.026583266, 0.002308828, - -0.0063451007, 0.020582316, 0.020114537, -0.03330593, -0.0031658679, - 0.008727437, -0.017588526, -0.023509283, 0.0021618116, 0.033680156, - 0.0008378273, -0.011587577, -0.001000715, 0.015704041, 0.0036319771, - 0.014020033, -0.013224807, 0.0051689683, -0.010805717, -0.0005571593, - -0.0016422417, 0.012589963, -0.025981834, -0.013685904, 0.020555587, - -0.0039326926, -0.013953207, 0.011634355, 0.025767991, 0.014581369, - -0.018604277, 0.009502615, 0.03218326, -0.0031725504, 0.035310704, - -0.026930759, -0.014314066, 0.020047711, 0.0075045265, -0.00998376, - 0.0046544103, -0.0015795926, -0.007872068, 0.0084735, -0.012529819, - -0.019780409, 0.009215265, 0.010625287, 0.024110714, 0.008333165, - -0.0052124048, -0.001902862, 0.03130116, -0.012035309, -0.015637215, - -0.0011009534, -0.022533627, 0.006104528, 0.0035551274, -0.006749396, - 0.014862036, -0.002014795, 0.0077450993, -0.004624339, -0.00990357, - 0.01422051, 0.0003850831, 0.005843908, 0.03523051, 0.017481605, - -0.017695447, -0.006077798, 0.020943176, -0.016292106, 0.005713598, - -0.010244381, -0.0012546526, -0.029991377, -0.011073019, - -0.0015119315, -0.020862985, -0.029964646, -0.03215653, -0.014233875, - -0.0070701595, -0.017241031, 0.21042077, -0.012830535, -0.010030538, - 0.021023367, 0.007878751, -0.0004130664, 0.022573723, 0.026476344, - 0.009108343, 0.0014684949, 0.010404762, -0.009449155, -0.02667682, - 0.0065923557, 0.020154633, -0.03675414, -0.016185185, -0.030018106, - -0.013953207, 0.015089245, 0.012850583, -0.019847235, -0.0081260055, - -0.0014192109, 0.026890663, 0.012830535, -0.041859623, 0.0032894954, - 0.0039727883, -0.005145579, 0.0007856197, -0.010224333, -0.004768014, - -0.022640549, -0.01749497, -0.00055966526, 0.006087822, -0.008179466, - 0.000035292327, -0.002935319, 0.018083036, 0.008673976, -0.011574212, - -0.008981375, -0.0033830514, 0.0017015495, -0.004273504, 0.0073508276, - -0.00738424, 0.021304036, -0.031327892, -0.018938405, 0.018109767, - 0.02318852, -0.010678748, -0.023870142, 0.006468728, -0.0068696826, - -0.0081861485, 0.029162738, -0.007778512, 0.009823378, 0.00800572, - 0.020849619, -0.023896873, 0.022359882, -0.004717895, 0.0153966425, - -0.015436738, -0.026904028, 0.0010266099, -0.0032427174, -0.021357495, - -0.00896801, -0.0085603725, -0.0079388935, 0.02415081, 0.030900206, - 0.025046274, 0.017655352, 2.2938707e-6, -0.0037756523, 0.016051535, - 0.023977064, -0.01229593, -0.012309295, 0.016185185, 0.0010834117, - -0.004099757, -0.0077851946, 0.014327431, -0.027986605, -0.009977078, - -0.005025293, 0.0084735, -0.008406674, 0.012302612, -0.01091932, - -0.008947962, -0.019513106, -0.015035784, 0.05295269, 0.0026947465, - 0.007578035, -0.008607151, -0.0414854, 0.0065322127, 0.0129107265, - -0.005239135, 0.009582806, -0.012255834, -0.017802367, 0.007711686, - -0.010692113, 0.022399977, 0.008306435, -0.0072171763, -0.0043169404, - 0.010264428, -0.012850583, -0.027665842, -0.027331714, 0.020769428, - 0.016773252, 0.018724563, -0.022373246, -0.0429021, -0.019873966, - 0.025099734, -0.030231949, 0.020542221, -0.03501667, 0.02139759, - -0.027144602, 0.0069164606, -0.03413457, -0.009683045, -0.023950333, - -0.012636741, 0.009208582, 0.0046076323, -0.010411445, 0.0131913945, - -0.024364652, 0.043303058, -0.010297841, 0.017615255, 0.02841429, - -0.009302138, -0.023977064, 0.0022921218, 0.01565058, -0.029029086, - 0.000057689376, -0.0020131243, -0.010117412, -0.01567731, -0.02667682, - -0.011894976, -0.0087140715, -0.018176591, 0.009669679, 0.019045325, - -0.0037957001, -0.03400092, -0.03047252, -0.16829385, 0.012883996, - 0.044238616, -0.036620487, 0.025674436, 0.006949873, 0.015570389, - 0.020141268, -0.0066391337, -0.020715969, 0.02469878, 0.004413838, - -0.004276845, -0.012496407, -0.014100224, -0.010170872, 0.01749497, - 0.030579442, 0.03675414, 0.014260605, 0.023415728, -0.0075446223, - 0.009028153, -0.0050085867, -0.020502126, -0.001224581, 0.0135322055, - 0.03413457, 0.005045341, -0.009475885, -0.025126465, 0.006712642, - 0.02145105, -0.010090682, 0.009970395, 0.0012646765, 0.0010291159, - -0.008800945, -0.012362756, 0.02940331, 0.023402361, 0.015423372, - -0.022346515, -0.0016673013, 0.002103339, 0.03985485, 0.010057269, - -0.0039894944, 0.008219562, -0.009729822, -0.005787106, -0.0062047667, - 0.032316912, 0.014140319, -0.005045341, -0.02701095, -0.008413356, - 0.014608099, -0.014875402, 0.00080065546, -0.00042121077, - -0.0026947465, 0.030846745, -0.024498302, -0.0090882955, - -0.0041999957, -0.0142472405, 0.016840078, -0.028120257, 0.009756553, - -0.00006870518, -0.039026212, 0.008513595, -0.0504935, 0.013351776, - -0.0011585907, 0.008072545, -0.022212865, 0.03600569, 0.029964646, - 0.004517418, 0.000037615562, -0.031007128, 0.004300234, -0.010057269, - 0.01427397, -0.0012638412, 0.0011017888, 0.0035417625, -0.008172784, - -0.0013774448, -0.0055431924, -0.027692571, -0.013739365, 0.023028137, - 0.0022637208, 0.0028885412, -0.019593297, 0.0069164606, -0.02145105, - 0.020622412, -0.00946252, -0.024832431, 0.01515607, 0.025260117, - 0.003070641, 0.0023823364, -0.00016361856, 0.03154173, -0.012449629, - -0.000603102, 0.010251063, 0.007524574, 0.018697832, 0.00022115132, - 0.031648654, -0.0089011835, -0.015329816, 0.0024909282, -0.004203337, - 0.061800413, -0.0016622894, -0.020715969, 0.013525522, -0.0063785138, - -0.017428143, -0.13728672, 0.019152246, 0.026315963, 0.021210479, - 0.024404747, 0.005506438, -0.025500689, 0.020221459, -0.0251131, - 0.027264887, -0.030820016, -0.02002098, 0.01845726, -0.0015503564, - -0.014928862, -0.0014217169, -0.004240091, -0.03694125, -0.027211428, - 0.042527877, 0.027933145, -0.011714546, -0.005436271, 0.010251063, - -0.010712161, -0.023963697, -0.038758907, 0.02560761, 0.0012663471, - -0.017508335, 0.014608099, -0.022092579, 0.018724563, -0.007511209, - 0.0045274417, -0.014501178, -0.000051450574, -0.024378017, - 0.0153030865, -0.0069298255, 0.00829307, 0.010177555, 0.012536502, - -0.013558935, -0.0006177201, -0.015704041, -0.0072439066, 0.014020033, - -0.014314066, -0.031702116, -0.019980885, -0.012068722, -0.014314066, - 0.02667682, -0.0007146174, -0.011373735, 0.029697344, 0.01039808, - -0.005285913, -0.005479708, -0.012536502, 0.0064152675, -0.011600942, - -0.005001904, 0.033573233, -0.012175644, -0.014380892, -0.011607625, - 0.009241995, -0.017695447, -0.009442472, 0.024605224, 0.009101661, - 0.022974677, -0.04477322, 0.0064085852, 0.004477322, -0.010063951, - 0.026342694, -0.00473126, -0.0050286343, -0.007958941, 0.009870157, - -0.018296879, 0.00074427127, -0.011032924, 0.002953696, -0.023977064, - -0.0046343626, -0.030739823, -0.02695749, 0.028708322, 0.010525049, - -0.0022603795, -0.019272534, -0.0032460587, 0.009128392, -0.025901644, - 0.0063918787, 0.005519803, 0.0065088235, -0.004253456, -0.023870142, - 0.02046203, 0.005376128, 0.0009639608, 0.0071637155, -0.019272534, - 0.006137941, 0.0080925925, 0.007932211, 0.015797596, -0.009101661, - -0.0035116908, -0.018831484, -0.02552742, -0.023950333, -0.014086858, - -0.01208877, -0.0052190875, 0.000720047, 0.0016556068, -0.007945577, - 0.01567731, -0.0015127669, -0.0045508305, -0.009262043, 0.0014425999, - -0.002977085, 0.014380892, -0.008533643, -0.0000881264, 0.023495918, - -0.023429092, -0.0005087107, 0.009469203, -0.009028153, -0.026115486, - 0.018778022, 0.015089245, 0.0251131, 0.017227666, -0.006842952, - -0.031327892, 0.0026028613, 0.0015695688, -0.0063785138, 0.0030021449, - -0.043917853, 0.0007948082, 0.010772304, 0.015971344, 0.017708812, - -0.009061566, -0.0074443836, -0.027131237, -0.016439123, - -0.0014852013, 0.012302612, 0.0002361871, 0.024471574, -0.009495933, - 0.012075405, -0.0006995816, 0.010204285, -0.019780409, -0.020047711, - 0.010966098, -0.0104248095, 0.012041992, 0.023469187, -0.028066795, - 0.013639126, 0.0031675384, 0.01037135, 0.016559409, 0.004871594, - -0.006147965, 0.0044071553, 0.0081260055, -0.0153966425, - 0.00016863049, 0.016559409, -0.0045508305, 0.0035116908, 0.005767058, - 0.03715509, 0.0060176547, 0.011574212, 0.024431478, 0.004146535, - 0.0037522633, 0.01047827, 0.022493532, -0.018631006, -0.007484479, - -0.0023739832, 0.05907392, -0.026850568, -0.0009180181, -0.0034348413, - 0.00826634, 0.030739823, -0.0035050083, -0.016265377, -0.012636741, - -0.0038023826, 0.005239135, 0.003782335, -0.03119424, -0.023429092, - -0.014594734, 0.00829307, 0.007918846, 0.012589963, 0.007043429, - -0.0019279215, 0.0068830475, 0.0028434338, -0.01650595, -0.021076828, - 0.022132674, -0.010297841, 0.008132689, -0.006268251, -0.0007897963, - 0.028120257, 0.037769888, 0.03119424, -0.008934597, 0.01581096, - -0.004768014, 0.025126465, -0.034188032, -0.044158425, -0.033573233, - -0.014862036, -0.015049148, 0.00067118066, 0.03242383, -0.019165613, - 0.07110255, -0.01645249, -0.018296879, 0.02846775, 0.01895177, - 0.021157019, 0.0013891393, 0.0152095305, -0.01947301, -0.009422424, - 0.007865385, -0.007344145, -0.008052497, -0.028975626, -0.015971344, - 0.015557024, 0.0038124064, 0.014501178, 0.016693061, -0.009776601, - 0.008874454, 0.006184719, 0.011507386, 0.018189957, -0.014514543, - -0.007731734, 0.011467291, 0.014006668, -0.008720755, -0.0359255, - -0.0046410454, 0.0037756523, -0.030686364, -0.0019596638, - 0.0070768422, 0.001570404, -0.016064899, -0.008820993, 0.0067527373, - 0.0032059632, 0.008426721, 0.016492585, -0.018350339, -0.031220969, - 0.011119797, -0.014260605, -0.019740313, -0.0016564422, -0.017388048 - ], - "metadata": { - "chunkTitle": "Building Muscle", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28773&chunkSid=chunk_57156" - }, - "document": "Andrew Huberman: I got what you say, good, healthy parenting advice from Dr. Andy Galpin. So if it's ten sets per week for biceps in order to maintain or further grow the biceps. But does that mean if somebody does ten sets of chin ups or ten sets of chin ups in rows that they are checking off any of the boxes for biceps? Assuming that they're doing the movement properly and targeting the major muscle group that a given movement is supposed to target, which in my mind, when you're doing chin up, you're supposed to mainly be using your back muscles. And then there are secondary muscles or secondary activation of other muscles. But of course, some people, their arms grow like crazy when they do chin ups and their back doesn't grow at all. So this is where we're back to the kind of genetic preloading of the system, if you will. So how does one meet this ten sets per week minimum when dividing different body parts and thinking about this direct and indirect activation?\n\nAndy Galpin: So, two things, there's no specific exact rule here. And this is why these set ranges are ranges, right? And this is why we don't say like ten is. So ten would be sort of the minimum number you want to get to. The more realistic number that most people, especially if you're advanced or even intermediate, is more like 15 to 20 working sets per week. Now, if you're very well trained, you probably want to even push more towards like 25. And in fact, past that, there's just not a lot of research. So the optimal number may be 30. We don't really know. It's just hard to get that much work in. It may actually even be detrimental.\n\nAndrew Huberman: And here we're referring to natural athletes. That is, people who, for whatever reason, either because they're not taking andy prescription drugs, or maybe if they are, whose levels of steroid hormones, mainly the androgens like testosterone, et cetera, do not exceed the normal reference range values, either because that's what they are naturally or that's what they're replacing through pharmacology. Whereas when we think of technically, someone could be taking exogenous hormones to replace a deficiency and then they're still in normal range. Okay, but I just want to clarify, because you work with athletes, a number of different sports where drugs are andy are not tolerated, et cetera, andy the general population. That what we are talking about here is for the general population, not for steroid using athletes.\n\nAndy Galpin: Correct.\n\nAndrew Huberman: Okay." - }, - "truncated_cells": [] - }, - { - "row_idx": 59, - "row": { - "id": "chunk_57154", - "embedding": [ - -0.0075639854, -0.00486398, 0.018688273, -0.010700757, -0.04293538, - 0.022552986, 0.0038614047, -0.040367726, -0.032717712, -0.01694121, - 0.012593407, 0.033220652, 0.0067400867, 0.024855932, -0.0015609406, - -0.0021656293, 0.038091253, -0.007875016, 0.020329451, -0.015114736, - -0.001702393, -0.0043908176, -0.0059128795, -0.025597109, - -0.008550017, 0.029408881, 0.02248681, -0.021719161, -0.0097411955, - -0.020329451, 0.021957396, 0.004050008, -0.011157375, -0.0100191375, - -0.026404465, 0.0010737154, -0.01179267, -0.0066639837, 0.015366207, - -0.014889736, 0.028138291, 0.00003528557, -0.0059889825, -0.009317665, - -0.013142673, -0.005512511, 0.008550017, -0.02378387, -0.007815457, - 0.01886033, 0.027264759, 0.027608879, -0.032982416, 0.0098206075, - -0.018026507, -0.009205165, -0.013030173, 0.026775053, 0.029885354, - -0.0057507465, 0.008113251, 0.0030358515, -0.00093888055, 0.022195632, - -0.018569155, 0.008139722, 0.006031997, 0.0054661874, -0.0031235355, - -0.00017867683, 0.020382393, 0.024617696, -0.011891935, 0.0058103055, - 0.04965892, -0.023889754, -0.0007581357, -0.020355923, 0.0022433868, - -0.010972081, -0.009377224, -0.008827958, -0.008755164, 0.016610326, - 0.011422082, -0.03221477, 0.037455957, -0.0029432043, 0.008000751, - 0.0067235427, 0.015048559, 0.0044669206, 0.031473592, 0.01346032, - -0.011508111, 0.019641215, -0.021957396, 0.008351487, -0.03679419, - 0.013539732, -0.019919157, 0.0012565282, -0.020210333, -0.014426499, - -0.029938294, 0.018966215, 0.0040202285, -0.017682388, -0.00418567, - -0.018939743, -0.014201499, 0.04470891, -0.004417288, -0.033591244, - 0.0018628713, -0.025742698, 0.0016651687, -0.016491208, -0.028985351, - -0.021163277, 0.020077981, 0.023413282, 0.034994185, 0.00131526, - 0.0098801665, -0.007147073, -0.030679472, 0.017272092, 0.00243199, - -0.026536817, 0.014333852, -0.00868237, -0.012348554, 0.0042716996, - 0.0040797875, 0.008325016, -0.015379442, 0.0055389814, -0.044338323, - -0.02234122, -0.00066714286, 0.002033276, -0.004304788, 0.002842285, - -0.0069419253, 0.030441236, 0.039653018, 0.021308865, -0.014770618, - -0.012209583, -0.01334782, 0.024961814, -0.010661051, -0.0053106723, - 0.02189122, -0.0066044247, -0.024260342, 0.008033839, -0.020938277, - -0.01252723, 0.018767685, 0.02084563, 0.0099198725, -0.0009057922, - 0.016200032, 0.032823592, 0.04425891, -0.012348554, 0.037403014, - 0.0037853017, -0.0023542326, -0.009066194, -0.05241187, 0.00005630181, - 0.0099397255, 0.023677988, 0.014757382, -0.018052977, -0.015088265, - -0.02808535, 0.0058831, -0.00048060756, 0.044788323, 0.019932393, - -0.0014219697, -0.00031454567, 0.00019180874, -0.008404428, - -0.0037323602, -0.0006807918, 0.002522983, -0.011494876, -0.025517698, - -0.017894153, -0.6378366, -0.0020316218, 0.01572356, -0.021123571, - 0.021030923, 0.016054444, -0.004688612, 0.008477222, -0.0037919192, - 0.029170645, 0.005264349, 0.022645634, -0.0016701319, -0.014757382, - 0.00017743601, -0.006190821, 0.018542685, -0.022036808, -0.021427983, - 0.014744147, -0.029514764, -0.0011332743, 0.008748546, 0.0027876894, - 0.021652984, 0.035391245, -0.0033832788, -0.0021788646, 0.0025875052, - 0.00041546498, -0.018900037, 0.017457388, 0.02418093, -0.0074845734, - 0.041161846, -0.018754449, -0.015630914, 0.011693406, 0.018450037, - 0.027926525, -0.003722434, -0.009747813, 0.0069485432, -0.007881633, - 0.002216916, 0.012441201, 0.010700757, -0.0072397203, 0.012858113, - -0.008801488, 0.026563289, 0.00076723495, -0.017444152, -0.0020895263, - 0.0019902613, -0.016239738, -0.011944877, -0.01156767, -0.013844145, - 0.001132447, 0.020752981, 0.004473538, -0.018000036, -0.02358534, - -0.016583856, 0.0013086423, -0.024763284, -0.0029316235, - -0.0073720734, 0.013003702, 0.008715458, 0.017126504, -0.0002655336, - -0.012209583, 0.016200032, 0.018741213, 0.013493409, 0.013685321, - 0.0025163654, 0.025305932, -0.009277959, 0.010919139, -0.003917655, - -0.007881633, -0.005360305, 0.0074117794, -0.033326536, 0.00336508, - 0.010899286, -0.007425015, 0.019045627, 0.01117061, 0.011521346, - -0.016173562, -0.020938277, 0.005237878, 0.014902971, -0.0012358481, - -0.016610326, -0.046111856, -0.006058468, -0.006690454, -0.005535673, - 0.025901522, 0.0004396608, 0.011693406, -0.01402944, 0.007841927, - 0.016901504, -0.020938277, 0.012911055, -0.015313266, -0.014042675, - 0.038276546, 0.00667391, -0.031261828, 0.002805888, -0.005069128, - -0.0034511099, -0.0044967, 0.01803974, 0.009092665, 0.010515462, - 0.007934574, 0.030891238, 0.0069882493, -0.010303697, -0.0073191323, - 0.012467672, -0.0053503783, 0.0068889842, 0.0063331006, 0.03060006, - -0.027820643, 0.01758974, 0.030097118, -0.011660317, 0.0067963367, - 0.0186618, -0.03420007, -0.026655935, -0.00393089, 0.02248681, - -0.018714743, -0.0059658205, -0.04997657, -0.047991272, - -0.00067913736, 0.015008853, 0.0018479816, 0.02231475, -0.007246338, - -0.017775035, 0.005125378, -0.031182414, -0.00017971083, -0.024101518, - -0.026285347, -0.032929476, -0.0022549676, 0.001869489, 0.012123553, - -0.025795639, 0.018370625, -0.014135322, -0.008609576, -0.013195614, - -0.005433099, -0.021652984, -0.019866215, 0.03221477, -0.014373558, - -0.010886051, -0.005899644, -0.016650032, 0.0042121406, 0.0017222461, - 0.008913988, 0.0054661874, -0.007557368, 0.0034378744, 0.0235324, - -0.014241205, -0.00063529535, 0.0201971, -0.003260852, -0.0052279513, - -0.003583463, -0.042776555, 0.033723596, 0.0034114039, 0.021163277, - 0.0020266585, -0.0072595733, -0.012646348, 0.024286812, 0.0006973359, - 0.009344136, 0.02124269, 0.024445636, 0.041929495, -0.008768399, - -0.0073191323, -0.01029708, 0.024419166, -0.0026751892, 0.0140559105, - -0.014744147, 0.028429467, 0.013447085, 0.0034478009, -0.0014840103, - -0.010336786, -0.01634562, -0.01196473, 0.024220636, 0.015458854, - 0.031288296, -0.014069146, 0.021679455, 0.0009711416, 0.009390459, - 0.03348536, 0.0013847454, -0.04137361, 0.017880918, 0.009489724, - 0.0021077248, -0.007398544, -0.01301032, 0.001474911, 0.026285347, - 0.019614745, -0.0068426607, 0.03015006, -0.008695605, 0.010343403, - -0.00055919227, 0.03719125, 0.00018219245, 0.0020630555, 0.016279444, - -0.0016693048, -0.034914777, 0.033326536, -0.008437517, 0.02562358, - 0.005548908, -0.018463273, -0.01592209, 0.0031715136, -0.00072835624, - -0.027741231, -0.00412942, -0.0076433974, -0.012897819, 0.010859581, - -0.004725009, 0.027555937, 0.036900073, -0.019297097, 0.013592673, - 0.013089731, -0.008702223, 0.0030242708, -0.0023376883, -0.0076831034, - -0.0139897335, -0.017748564, 0.006402586, -0.017007386, -0.012401495, - -0.015313266, -0.015908854, 0.01029708, 0.0017420991, 0.017669152, - -0.0069750138, 0.020580923, 0.020157393, 0.00014848376, -0.02672211, - -0.005979056, 0.010740463, -0.02044857, -0.0067632487, -0.026338287, - -0.006038615, 0.002622248, 0.0088809, -0.009569136, 0.01903239, - -0.019548569, -0.008675752, -0.016636798, 0.039070666, 0.026166229, - 0.0037323602, 0.023029458, -0.015101501, -0.00845737, -0.0064092036, - 0.009754431, -0.03314124, 0.043623615, 0.033564772, -0.02084563, - -0.026880935, 0.012368407, -0.00837134, 0.020779453, -0.0030077265, - -0.013844145, -0.016358856, 0.0239824, -0.005588614, -0.004182361, - -0.013050025, 0.028297115, -0.020289745, -0.010105167, -0.018000036, - -0.018754449, -0.0057011144, 0.07125896, 0.05405305, -0.018754449, - 0.027926525, -0.019958863, 0.013466938, 0.011077963, -0.0027711452, - 0.028720645, 0.015432384, 0.012871349, -0.0138970865, 0.000083909865, - 0.0044503766, 0.008047075, 0.0068029547, 0.0010795058, -0.023214752, - -0.012282377, -0.01567062, 0.008854429, 0.010575021, 0.011587523, - 0.031076532, 0.028694175, 0.020527981, 0.032717712, 0.0030623223, - 0.002834013, -0.04243244, -0.020977983, 0.01301032, 0.010072079, - 0.013387526, 0.0036529484, -0.0074845734, -0.0012308848, 0.013354438, - 0.00081024977, -0.0201971, 0.026139757, 0.015975032, 0.027423583, - 0.0027843805, 0.018370625, -0.0059459675, 0.0058367765, 0.006538248, - -0.00531729, -0.016173562, 0.0024733504, 0.0018066212, -0.02505446, - -0.0098073725, 0.0055819964, -0.027794173, -0.0066044247, -0.02002504, - -0.014625029, -0.0138706155, -0.01117061, 0.0025659977, 0.0024518431, - 0.013016937, -0.011250022, -0.028350055, -0.03584125, 0.011461787, - -0.005168393, -0.0037919192, -0.0373236, -0.015485325, -0.015816208, - 0.009138988, 0.025491226, 0.027529467, 0.015736796, 0.0016469702, - 0.0004719219, -0.016927974, -0.0057772174, -0.013016937, -0.029779471, - -0.022552986, -0.0057342025, 0.014558853, 0.0015129625, -0.0026569904, - 0.002534564, 0.010601492, -0.0069220727, 0.0064356746, 0.019217685, - -0.021745631, 0.018105919, 0.029541235, 0.012540466, -0.00028890223, - 0.017801506, -0.034067713, -0.0074647204, -0.020898571, 0.006713616, - -0.04391479, -0.008841194, -0.0023591958, 0.020130923, -0.008629429, - -0.008768399, -0.036503013, -0.009423548, -0.025372108, 0.006207365, - 0.01880739, 0.024816226, 0.029091233, 0.009258106, -0.008325016, - 0.002531255, -0.03057359, -0.016186796, -0.03097065, 0.033379477, - 0.0028555205, -0.03766772, 0.017629446, -0.011613994, -0.03811772, - -0.014333852, 0.004595965, -0.0075507504, 0.018569155, -0.008695605, - -0.012176495, -0.022433868, -0.0100059025, -0.03472948, 0.014307382, - -0.0074514854, -0.0050194953, 0.00047895315, 0.003662875, - -0.012037524, -0.020382393, 0.019575039, -0.032003004, 0.00007780921, - 0.014836794, -0.018317683, 0.023426516, 0.025133872, 0.008755164, - -0.009622077, -0.0013301497, 0.0038680222, -0.0041525816, 0.009397077, - -0.0033270286, 0.028164761, 0.03877949, 0.030361826, 0.022182398, - 0.0049897158, 0.03523242, -0.019720627, -0.000352804, 0.003702581, - -0.017430916, -0.0050592013, 0.019125037, 0.030626532, 0.0032310726, - -0.0024104826, 0.0037919192, 0.0270927, 0.040685374, 0.0055621434, - -0.008311781, -0.0140162045, -0.026364759, 0.0054297904, 0.031182414, - -0.009026488, 0.0026950422, -0.023426516, -0.015405913, 0.014280911, - 0.010819875, -0.0026139757, -0.027926525, 0.010422815, -0.010826492, - 0.03467654, 0.009608842, 0.016213268, -0.012454436, -0.00475148, - -0.017351504, 0.00774928, -0.0045066266, 0.018476507, 0.034808893, - -0.014347088, 0.015432384, -0.013215467, -0.019297097, -0.031235356, - 0.0031880578, -0.0025130564, -0.009138988, -0.024035342, - -0.0029448587, -0.001132447, 0.00856987, -0.0057507465, 0.021533865, - -0.0044503766, 0.0031086458, -0.026166229, -0.014572088, 0.018767685, - 0.0027678364, 0.039944198, 0.011858847, 0.023466222, -0.007616927, - 0.018092683, -0.006075012, -0.015750032, 0.016835328, 0.022367692, - 0.0041757436, -0.014916206, -0.009575754, -0.03017653, -0.0069220727, - -0.012143406, -0.0037654487, -0.029064763, 0.035364777, -0.0068426607, - 0.0033154478, -0.0041128756, 0.0016651687, -0.006773175, 0.0065680277, - -0.020157393, 0.028826527, 0.008013986, -0.0148765, -0.017258858, - 0.029647117, -0.0140956165, 0.012586789, -0.013473556, -0.0042319936, - -0.00941693, 0.0041525816, 0.014492676, 0.011197081, -0.0022466956, - -0.000839202, -0.01634562, 0.010694139, 0.037297133, 0.016200032, - -0.008530164, -0.015141207, -0.010932375, 0.030785356, -0.023797106, - -0.0049533187, 0.030308884, -0.020236805, 0.009046341, -0.020170629, - -0.0056415554, -0.021375041, 0.0047349357, -0.014863265, 0.016954444, - 0.0011622265, -0.008205898, 0.0011382375, -0.0088809, -0.005181628, - 0.002562689, -0.018754449, 0.0050161863, -0.03470301, -0.012513995, - -0.03295595, 0.01736474, 0.0064919246, -0.005356996, -0.028217703, - -0.010555168, 0.019442685, -0.00619413, 0.02293681, -0.024525048, - -0.007193397, -0.024617696, 0.033670656, -0.027979467, -0.0028356675, - 0.010389727, -0.0032062563, -0.03134124, -0.0072529553, 0.014625029, - 0.010138256, -0.021613277, -0.00037286378, 0.009244871, 0.011713258, - 0.015114736, -0.024683872, -0.031473592, -0.023148576, 0.0027595642, - -0.013605909, 0.0116537, -0.012341936, 0.022923574, -0.022725046, - 0.024088282, 0.02169269, -0.025689756, -0.014545617, -0.0026338287, - 0.03142065, -0.019535333, -0.0053106723, -0.00806031, -0.020686805, - -0.014810324, 0.007074279, 0.015088265, 0.0063595716, 0.0063165566, - 0.0013003702, 0.020739747, 0.012229436, -0.010568404, 0.0016891578, - 0.025570638, 0.006131262, -0.025266226, -0.016477974, -0.013387526, - 0.03139418, 0.021560337, -0.028164761, -0.011124287, 0.004711774, - -0.025557403, -0.03258536, 0.016530914, -0.0002853866, 0.011243405, - -0.012990467, -0.016252974, 0.011468405, 0.00013111239, 0.0054099374, - -0.006402586, 0.012163259, -0.00052238157, 0.02271181, 0.0016337348, - -0.015975032, -0.03721772, -0.02121622, 0.020382393, 0.0088809, - -0.0022698573, 0.017827976, 0.0062569976, 0.027741231, -0.0063794246, - 0.026550053, 0.024035342, 0.019548569, 0.027158877, -0.014400029, - 0.01346032, 0.00444045, 0.0011250023, 0.0051551573, 0.022552986, - 0.0052941283, -0.0177618, -0.0059889825, -0.0052080983, -0.029197117, - 0.011435317, -0.004284935, 0.020038275, 0.008080163, 0.020038275, - 0.019972099, 0.023188282, 0.0033915509, -0.00090744667, 0.0028803365, - 0.014307382, -0.0022384236, 0.011488258, 0.0042750086, 0.0026139757, - -0.012738996, 0.018304449, 0.010800022, -0.020144157, -0.0025775786, - 0.0139103215, -0.005555526, 0.017205916, -0.0032658153, -0.004883833, - 0.012196348, -0.019958863, -0.007967663, 0.019905921, -0.015114736, - -0.003113609, -0.0037158162, 0.00029117704, -0.0070610433, - -0.034808893, -0.0008094226, -0.010707374, 0.0046786857, -0.012977231, - -0.005605158, 0.20922394, -0.00783531, -0.0030590135, 0.009119135, - 0.004824274, 0.0022946736, 0.017510328, 0.019932393, -0.005416555, - 0.014148558, 0.00856987, -0.005085672, -0.021414747, -0.00007186365, - 0.01148164, -0.029144175, -0.02477652, -0.03012359, 0.006501851, - -0.008775017, 0.013579438, -0.0050294218, -0.041003022, -0.00828531, - 0.019336803, 0.0026371377, -0.008232369, 0.005221334, -0.012222818, - 0.0020977983, 0.00072835624, -0.0007147073, -0.02539858, -0.018873567, - -0.011700023, 0.0069353078, -0.019508863, -0.019217685, 0.0001319396, - 0.0051717013, 0.032267712, -0.0052908193, -0.0033220653, -0.005237878, - -0.000460341, -0.021388277, -0.004725009, 0.011117669, -0.00067831017, - 0.011038257, -0.01594856, -0.011971347, 0.018992685, 0.029461823, - 0.016252974, -0.017695623, 0.010819875, -0.001474911, 0.0035106686, - 0.02850888, -0.0070014843, 0.018952979, 0.013155908, 0.0040797875, - 0.009463254, 0.02226181, -0.0043114056, 0.011038257, -0.027900055, - -0.023466222, 0.0005236224, -0.026960347, -0.010204432, -0.0023823576, - -0.0052511133, 0.00021714198, 0.06082953, 0.023492694, 0.007941192, - 0.011660317, -0.009436783, -0.0016238084, -0.0028439395, 0.0041393465, - -0.017470622, -0.018727979, 0.015352972, -0.013420614, 0.01114414, - 0.0059128795, -0.003967287, -0.04452362, -0.0020696733, 0.0026652627, - -0.0002214848, -0.017867683, -0.005337143, -0.019852981, -0.029779471, - -0.03592066, -0.015485325, 0.05855306, 0.0091059, -0.0056217024, - -0.0072595733, -0.034517717, 0.020739747, 0.018622095, 0.0038084635, - 0.003957361, -0.004589347, -0.035073597, 0.005552217, -0.015935326, - 0.0011291383, -0.0028273952, -0.0010000939, 0.002423718, 0.018225037, - -0.0015154441, -0.0099463435, -0.025570638, 0.0051518483, 0.015908854, - 0.027185347, -0.013169143, -0.04828245, -0.0070213373, -0.0056812614, - -0.014413264, 0.016875034, -0.0032658153, 0.02729123, -0.009112518, - 0.00032529936, -0.018132389, -0.010991934, -0.029805942, 0.0026437552, - 0.035682425, -0.014082381, -0.00031578646, 0.007345603, -0.0055422904, - 0.04132067, -0.0053669224, -0.0027000054, 0.03012359, -0.020051511, - -0.017708858, 0.0054860404, 0.013050025, -0.0076036914, -0.021348571, - 0.007133838, -0.012242671, -0.019363273, -0.021560337, -0.0076433974, - 0.011025022, -0.0071007493, 0.014492676, 0.0029332777, -0.00868237, - -0.0139103215, -0.03380301, -0.16623563, 0.012183112, 0.038276546, - -0.017126504, 0.021719161, -0.0063893506, 0.02316181, 0.0070411903, - -0.024300048, -0.00593935, 0.018688273, -0.0022715118, -0.014995618, - -0.026258875, -0.009086047, 0.0023807033, 0.0069816313, 0.015247089, - 0.032664772, 0.030097118, 0.039414782, -0.017920624, 0.0064125126, - -0.0012772084, -0.0015750031, -0.00012201311, 0.02022357, 0.045000087, - 0.008636046, -0.0063132476, -0.0048705977, 0.019614745, 0.027502995, - -0.015525031, 0.007696339, 0.0021590116, 0.005955894, -0.005128687, - -0.025080932, 0.018317683, 0.043438323, 0.0034941246, -0.03517948, - -0.0025577256, -0.009952961, 0.03727066, 0.01694121, 0.014836794, - 0.019535333, -0.016385326, 0.005241187, -0.0009438438, 0.020567687, - -0.0016858489, 0.027185347, -0.025808875, -0.0019886068, 0.015247089, - -0.024710342, -0.01269929, 0.012652966, -0.01594856, 0.023505928, - -0.015101501, -0.016279444, -0.013394144, 0.0051154513, 0.015022089, - -0.031367708, 0.0098735485, -0.0138309095, -0.0088809, -0.018105919, - -0.034914777, 0.00656141, 0.021348571, -0.011448552, 0.0033948596, - 0.009555901, 0.014916206, 0.0024253724, 0.013361055, -0.014492676, - -0.0072794263, 0.011435317, 0.0099000195, 0.00294155, 0.0098669315, - -0.013725027, -0.0186618, 0.009211783, -0.024644166, -0.011475023, - -0.022844164, 0.0038250075, 0.0034775804, 0.009595607, -0.01900592, - 0.0020713275, -0.020700041, 0.024220636, -0.005413246, -0.020752981, - 0.012361789, 0.037826546, -0.0021275778, 0.014400029, 0.008325016, - 0.04171773, -0.012533848, -0.027582407, -0.008007369, 0.008543399, - 0.02970006, 0.0077426624, 0.026960347, 0.02226181, -0.028985351, - 0.016001502, 0.018225037, 0.055482462, 0.003113609, -0.0099595785, - 0.018026507, -0.009397077, -0.037403014, -0.13552968, -0.0037919192, - -0.004228685, 0.012434583, 0.0024402621, 0.0021441218, -0.01905886, - 0.022433868, 0.0012648003, 0.027502995, -0.022248574, -0.016451502, - -0.002938241, -0.030520648, -0.009509577, -0.023122104, -0.013314732, - -0.023267694, -0.037800074, 0.023519164, -0.0099132545, -0.0242074, - 0.0025560712, -0.011514729, -0.00020628488, 0.0077956035, - -0.026510347, 0.024273578, 0.00568457, -0.009675019, 0.009297812, - -0.014810324, 0.005452952, -0.013725027, 0.0026884244, -0.0036661837, - -0.00868237, -0.010760316, 0.008741929, -0.034120657, 0.00817281, - 0.03764125, -0.0027082774, 0.0057739085, -0.0016395253, -0.01696768, - -0.025888287, 0.015776502, -0.019310333, -0.0026073582, -0.0044437586, - -0.02253975, -0.029435351, 0.0061014825, -0.008649282, -0.008013986, - 0.014889736, 0.010621345, -0.016491208, 0.023664752, 0.005588614, - 0.0099132545, -0.012937525, 0.008497075, 0.030520648, -0.012156642, - -0.01674268, -0.018727979, 0.018423567, -0.015339736, -0.000771371, - 0.025663286, 0.010528698, 0.030203002, -0.05664717, -0.004493391, - -0.023625046, -0.026880935, 0.036238305, -0.0049797893, 0.00268677, - -0.006290086, 0.015352972, -0.028535351, 0.0015692126, 0.01218973, - 0.017444152, -0.014400029, 0.0036099337, -0.01883386, -0.016332386, - 0.03181771, 0.03425301, -0.021308865, -0.031208886, -0.010733845, - 0.0179868, -0.016755916, -0.0016709592, 0.01863533, -0.014519147, - -0.0002312045, -0.020527981, 0.030917708, -0.022526516, 0.0022748206, - 0.010866198, -0.013076496, 0.019575039, 0.004652215, 0.0022020263, - 0.008463987, -0.01334782, -0.003527213, -0.020925041, -0.017417682, - -0.04267067, -0.02582211, 0.014201499, -0.008695605, 0.013844145, - 0.006167659, -0.01083311, 0.014214734, -0.01631915, 0.00002043461, - -0.0140956165, -0.00941693, -0.026192699, 0.0118787, -0.020805923, - 0.009052959, 0.014241205, -0.033617713, -0.012911055, 0.023479458, - -0.014863265, -0.010515462, 0.023320634, 0.03258536, 0.02211622, - 0.012659584, -0.0053470694, -0.029064763, 0.0010695793, -0.0041194935, - -0.0039077285, 0.015630914, -0.028032409, -0.0056183934, -0.010740463, - 0.002622248, 0.011382376, 0.011309581, -0.000049012044, -0.015167677, - -0.012983849, 0.004847436, 0.0069154548, -0.011461787, 0.010800022, - -0.01354635, 0.03144712, -0.007941192, 0.0050327308, -0.027211819, - -0.010482374, -0.009675019, 0.011263258, 0.022777986, 0.01281179, - -0.016530914, 0.0015477053, 0.0015419148, -0.0023095633, 0.003424639, - 0.0074713384, 0.0016866762, 0.018648567, -0.0033915509, -0.01114414, - -0.002893572, 0.015048559, 0.008814723, -0.0061213356, 0.01103164, - 0.039494194, 0.007630162, 0.011977965, 0.028005937, -0.009363989, - 0.00078915595, 0.011977965, 0.027211819, -0.030203002, 0.0048904507, - 0.0028439395, 0.02505446, -0.014598559, 0.019177979, 0.0034312569, - 0.024101518, 0.011858847, 0.008728694, -0.014532382, -0.023863282, - -0.02395593, -0.0018794155, -0.004261773, -0.03258536, -0.0051750103, - -0.0006121336, 0.0060650855, 0.0011390648, 0.019085333, 0.0045066266, - -0.0029398955, 0.009397077, -0.0011374103, -0.026536817, -0.020514747, - 0.012461054, 0.018251507, 0.006597807, 0.0047944947, 0.00029593348, - 0.017086798, 0.021811808, 0.02296328, 0.00079494645, 0.029779471, - 0.0059128795, 0.03393536, 0.002709932, -0.012269142, -0.022076514, - -0.0059261145, -0.031579476, -0.0035106686, 0.029964766, -0.008894135, - 0.07157661, -0.01334782, -0.0069617783, 0.009138988, 0.012970614, - 0.019164743, 0.007828692, -0.0029398955, -0.0007887424, -0.017444152, - -0.008358105, 0.0041989055, -0.031473592, -0.029620647, -0.048838332, - 0.016160326, -0.01572356, 0.020501511, 0.02084563, -0.013883851, - 0.025464756, -0.001889342, 0.010899286, -0.0009124099, -0.018675037, - -0.017060328, 0.010422815, 0.015829444, -0.02146769, -0.022500044, - -0.011666935, 0.011514729, -0.051591277, -0.01823827, -0.0070808963, - -0.003057359, -0.0007817111, -0.016279444, -0.00593935, 0.0045794207, - 0.008252222, -0.0073919264, -0.020660335, -0.021957396, -0.0033601169, - 0.0003416367, -0.0235324, -0.010892669, -0.04590009 - ], - "metadata": { - "chunkTitle": "Exercise Order", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28773&chunkSid=chunk_57154" - }, - "document": "Andrew Huberman: What about exercise order?\n\nAndy Galpin: Amazing. So implicit in this exercise choice thing, what you're going to notice is these modifiable variables interact with each other, right? Andy, you can clearly see how when we talked about volume, andy, to clarify, volume is the repetitions multiplied by the sets. That's typically how we express volume. Well, that's going to be directly influenced by intensity. The heavier load you put on the barbell, the less repetitions you can do. And the inverse, right, rest intervals. The shorter you keep your rest intervals, then either the lower the weight has to go, the intensity, or the lower the rep range has to go. Order is the same thing, choice is the same thing. So all of these things modify each other. They play a little bit of a hand in what everything else does. So with the exercise choice thing, rolling into exercise order, you get to play a couple of games here.\n\nAndy Galpin: When we talked about strength and power, I basically said stick to the big movements, most complicated and compound movements first. You don't have to do that with hypertrophy. You can do this in a couple of ways. You can do the thing you're just simply most interested in first. You can do this thing called pre fatigue. So say you're going to do a back day. You could go in and do nothing but isolated biceps as your very first exercise and then roll into your pulling movements. Because what you'll see is during most pulling activities, the biceps are a secondary or a tertiary muscle group. But you've pre fatigued them, you've guaranteed that muscle of most interest got its most training in, and everything else is secondary. So you can start, if you want with single joint movements, you can start with isolation stuff or you can start with compound stuff. Either way, it just really comes down to preference and what you're specifically trying to develop.\n\nAndy Galpin: Now this also goes back to the exercise choice question, right, because it's sort of the same thing, right? Like which 01:00 a.m. I choosing and where I wanted it, the captain was the exercise splits. We just sort of talked about am I doing body part splits. And I know a question I get a lot here is, well, which ones should I package together? I'm not really concerned with it. All you should worry about is how many times per week and in fact, total volume you achieve on a muscle group per week. And it doesn't really matter how those things are folded in, it's really a personal preference issue. One mistake that we see here commonly is grossly underappreciating that the legs are not a muscle group, right? So the legs have a whole bunch of muscle groups in them. So we see a classic split like I'll do shoulders and chest Monday, and then I'll do biceps and forearms Tuesday, and then legs Wednesday or whatever, and then back to upper body, and I was like, you're like, wait a minute, you have four days dedicated to the upper body and one for, quote unquote legs." - }, - "truncated_cells": [] - }, - { - "row_idx": 60, - "row": { - "id": "chunk_57153", - "embedding": [ - -0.040259592, 0.00030987465, 0.029077876, 0.004301441, -0.023107978, - 0.02309444, 0.0046229493, -0.027494026, -0.035332058, -0.013591335, - 0.025003184, 0.02362239, 0.024258638, 0.021483514, 0.0009619863, - 0.004677098, 0.053769704, 0.014186972, 0.016474755, -0.022891382, - 0.00007350269, -0.0071070227, -0.00022420965, -0.016231086, - -0.02309444, 0.042506766, 0.041559163, -0.027494026, -0.01120879, - -0.0022640945, 0.035440356, -0.00085749617, 0.00353659, 0.0072897747, - -0.022349894, -0.012548972, -0.009922758, 0.001699763, 0.026153844, - -0.016055103, 0.027399266, 0.006447085, -0.004416507, -0.02132107, - -0.007303312, -0.01202779, 0.0001666766, -0.028780058, -0.010687608, - 0.004528189, 0.010383022, 0.019750755, -0.025301002, 0.0096723195, - -0.015838508, 0.008602882, -0.009178213, 0.015703136, 0.02829272, - -0.00019142427, 0.0031863153, 0.023757761, -0.0030441748, 0.009503105, - -0.022092689, 0.007973403, -0.0038276394, -0.0053336513, 0.017381748, - -0.006128961, -0.010606386, 0.022485267, 0.0059766676, -0.011560758, - 0.05374263, -0.016691351, 0.008054626, -0.016623665, -0.017814938, - -0.014105748, -0.0077838823, -0.0022268672, -0.024421085, 0.022634177, - 0.030160852, -0.0070325686, 0.0057973, 0.007350692, 0.01861363, - 0.005441949, -0.005634854, 0.01202779, 0.022593563, 0.008968386, - -0.0012708034, 0.0021591813, -0.043941706, 0.0052321227, -0.02829272, - 0.012021022, -0.02771062, 0.0045688003, -0.020590061, -0.01116141, - -0.03219143, 0.029592289, 0.023351647, -0.017124541, 0.0040983832, - -0.01702978, -0.0081967665, 0.02203854, -0.011790889, -0.045268353, - -0.0070122625, -0.027548175, 0.016190475, -0.0084607415, -0.010308567, - -0.02516563, 0.03262462, 0.012711418, 0.03064819, -0.00572623, - 0.01097189, -0.0017082237, -0.029267397, 0.011669055, -0.0057465355, - -0.03535913, 0.012400063, 0.008602882, 0.009577559, -0.0035772016, - 0.0066602957, 0.0021761027, -0.011012501, -0.013516881, -0.035684023, - -0.047840416, 0.018627169, 0.006081581, -0.0023114746, 0.010653766, - 0.007533444, 0.016596591, 0.026438124, -0.0022319437, -0.008914237, - -0.002177795, -0.036523327, 0.011053112, -0.00875856, -0.0072491635, - -0.0059732837, -0.0075605186, -0.018397037, 0.03181239, -0.027913678, - -0.010017518, 0.012291765, 0.005638238, 0.011770584, -0.019804904, - 0.0048057013, 0.017476508, 0.04729893, -0.0034519825, 0.03684822, - -0.0138891535, 0.00923913, 0.000273705, -0.037443858, 0.001632077, - 0.0045248047, 0.028021976, 0.003651656, -0.008061394, -0.008690874, - -0.010768832, 0.01424112, 0.0027903526, 0.027006688, 0.031352125, - -0.013719939, 0.019940276, 0.01962892, -0.020265168, 0.0034993626, - -0.01501274, -0.010437171, 0.02266125, -0.034709346, -0.01693502, - -0.6211944, -0.015865583, 0.019710144, -0.025774803, 0.018315813, - 0.014186972, -0.010646997, 0.0016033105, -0.016271697, 0.03820194, - -0.032056056, 0.01332736, 0.0016506907, -0.013252906, 0.003181239, - -0.0013198757, 0.012400063, -0.009685857, -0.01684026, 0.0148909055, - -0.028509315, 0.011892418, -0.009137601, 0.0068261265, 0.016826723, - 0.022931993, -0.0027988134, -0.00015430278, 0.023162127, 0.02386606, - -0.018153368, 0.0032658463, 0.0059360564, 0.0121496245, 0.05658544, - -0.00004328198, -0.025084406, 0.034140784, 0.010992195, 0.022431118, - -0.009787385, -0.017138079, 0.014769071, -0.013097228, 0.015676063, - 0.031839464, 0.013219062, -0.013171682, 0.011601369, -0.009259435, - -0.002543299, -0.0006628991, 0.00904284, -0.009225593, 0.008907469, - -0.016041566, 0.003617813, -0.0097264685, -0.012230848, 0.0081426175, - 0.010511626, 0.017869087, -0.017314062, -0.0024096193, -0.0075131385, - -0.0054588704, -0.01092451, 0.004880156, -0.027223282, 0.0086164195, - 0.013584566, 0.0050121434, 0.0051238253, -0.008914237, -0.005408106, - 0.021118011, 0.004179606, 0.0003889826, -0.015148112, 0.03070234, - 0.0020102721, 0.0062609487, -0.011242634, -0.009827998, 0.024380473, - 0.0013596412, -0.033653446, 0.008846551, -0.010613155, -0.0068396633, - -0.0052084327, 0.019601846, 0.008027552, -0.026262142, -0.011581063, - 0.013388277, 0.008393056, 0.0144171035, -0.006846432, -0.04017837, - -0.023663001, -0.0076620476, 0.0018799767, 0.012115782, 0.0075943614, - 0.0014061752, -0.0030712492, 0.0039054784, 0.022268672, -0.027358653, - -0.001449325, -0.0068193576, 0.0008249223, 0.024894886, 0.010917741, - -0.022187449, -0.013076922, -0.013672559, 0.006558767, -0.015743747, - 0.015594839, 0.0042811353, 0.023554705, -0.006403089, 0.015689598, - 0.033274405, -0.005103519, -0.020671284, 0.023838986, -0.001574544, - -0.008819477, -0.020089185, 0.0442666, -0.03912247, 0.01795031, - 0.008541965, 0.0011675823, 0.010809443, 0.0006535923, -0.0210774, - -0.020874342, -0.02891543, 0.03914954, -0.00976708, 0.008257683, - -0.035088386, -0.014390029, -0.00218964, 0.019899664, -0.007486064, - 0.0139974505, 0.0014087135, 0.00065909175, 0.012603121, -0.045241278, - -0.00526935, -0.018830227, -0.054717306, -0.00871118, -0.006991957, - -0.013171682, 0.011141105, -0.005709308, 0.01736821, -0.024610605, - -0.008332138, 0.005022296, -0.012738492, -0.017151615, -0.024475234, - 0.022728937, -0.029050803, -0.0134153515, -0.0042405236, -0.002477305, - 0.002680363, 0.001711608, 0.0023148588, -0.015405318, 0.010504857, - 0.009733237, 0.00017482007, -0.023135051, -0.0015373167, 0.030756488, - -0.004213449, 0.009320353, -0.008555502, -0.0135710295, 0.025233315, - -0.005523172, -0.004880156, -0.024881348, -0.0050459863, -0.01597388, - 0.01111403, 0.02405558, 0.014484789, 0.01173674, 0.049870994, - 0.036875296, -0.015080426, -0.0043860483, -0.015689598, 0.026492273, - -0.0057668416, 0.0030357142, -0.012190237, 0.028752984, 0.0021321068, - -0.026532885, -0.0016160016, 0.0017513735, -0.0091985185, - -0.0123594515, 0.022444654, 0.010003981, 0.019060358, -0.028996654, - 0.03795827, 0.018532408, 0.004142379, 0.021118011, 0.0016599975, - -0.009536948, 0.007871874, -0.00039405902, 0.008582576, -0.020630673, - -0.0132326, -0.0064978497, 0.026383976, 0.0036719618, 0.005597627, - 0.00524566, -0.0022200986, 0.003699036, 0.0072491635, 0.03998885, - -0.001700609, 0.028103199, 0.0022640945, -0.011709666, -0.030729413, - 0.021348143, -0.00055544765, 0.024705365, -0.015215797, -0.01068084, - -0.014186972, -0.00065063103, 0.02232282, -0.030512819, 0.022363432, - -0.012264691, -0.02535515, -0.002336857, -0.006480928, 0.042994104, - 0.025206242, -0.0045823376, 0.035142537, 0.015621914, -0.0047041723, - 0.0058480646, 0.011100492, 0.016366458, 0.0057228454, -0.03324733, - 0.010992195, -0.01544593, -0.010525162, -0.010288262, -0.032137282, - 0.017598342, -0.00046703292, 0.007980172, -0.0076485104, 0.023825448, - 0.033951264, -0.0048192386, -0.037443858, -0.00246546, 0.01385531, - -0.011425385, -0.012576046, -0.022552952, 0.005827759, -0.0031389352, - 0.008968386, -0.022728937, 0.032678768, -0.042046502, 0.0029240323, - -0.02256649, 0.031731166, 0.032110207, 0.0021287226, 0.018992672, - -0.036117215, -0.005249044, -0.008677336, 0.0015576226, -0.016907945, - 0.028969578, 0.014498327, -0.020170407, -0.051224712, -0.0032201582, - -0.019737218, 0.0071137915, -0.010599617, 0.014281732, 0.012508361, - -0.002362239, 0.017774325, 0.0006561305, 0.010166427, 0.02785953, - -0.03151457, -0.010850055, -0.029294472, -0.008149386, -0.014511864, - 0.10721452, 0.04835483, -0.020495301, 0.024312787, -0.0062304903, - 0.04608058, 0.017720178, -0.014999202, 0.024854274, -0.0039054784, - 0.0030644806, -0.010362716, 0.0132326, -0.008176461, 0.010856823, - 0.0019713528, 0.016420607, -0.016596591, -0.0116758235, -0.015716674, - -0.010640228, 0.014701384, 0.0062372587, 0.04729893, 0.019696606, - 0.029240323, 0.021483514, -0.014538938, 0.017165152, -0.015229335, - -0.012048096, 0.022539416, 0.01125617, 0.029186174, -0.00904284, - -0.013340897, -0.012704649, -0.016731963, 0.00026207147, -0.024569994, - 0.01198041, 0.023148589, 0.029754736, 0.01106665, 0.013117534, - -0.018816689, -0.020562986, 0.017111003, -0.020292243, -0.022796622, - 0.0022319437, 0.0002591102, -0.01063346, 0.009699394, 0.016569516, - -0.029104952, -0.0040916144, -0.014173434, -0.0033166106, - -0.012041328, 0.0043860483, -0.00716794, 0.0030424825, 0.0065113865, - -0.011053112, -0.008704411, -0.021253383, 0.009827998, -0.005096751, - -0.0089886915, -0.020657746, -0.023216275, -0.011526914, 0.0046635605, - 0.023663001, 0.011012501, 0.01842411, 0.0021033403, 0.0064437008, - 0.0038479452, -0.0042743664, -0.041369643, -0.016204013, -0.023175662, - 0.007134097, 0.0040577715, -0.009536948, 0.0029189559, -0.02622153, - 0.010376253, 0.0016176938, -0.011242634, 0.016298773, -0.015662525, - 0.0048903087, 0.005682234, 0.024556456, 0.012535434, 0.018166903, - -0.006267717, -0.012115782, -0.040828153, 0.0042642136, -0.04407708, - -0.010281493, 0.014999202, 0.03200191, -0.0050764447, -0.0026837473, - -0.03969103, 0.0020153485, -0.009137601, -0.017232839, 0.010247651, - 0.030377446, -0.01501274, 0.02761586, 0.00067939755, 0.009259435, - -0.0007119714, -0.01785555, -0.03598184, 0.027047299, 0.0178014, - -0.04210065, 0.012657269, -0.0027345116, -0.037931196, -0.023541167, - -0.004555263, -0.015960343, 0.022187449, -0.011290014, -0.024800126, - -0.045160055, -0.019777829, -0.030918933, 0.010660535, 0.009611403, - -0.016515367, 0.0064876964, 0.025003184, 0.0035196685, -0.019033285, - 0.016569516, -0.03362637, 0.0019527392, 0.022715399, -0.016393533, - 0.022255134, 0.037118964, 0.015500079, 0.012975393, 0.007127329, - 0.0009162983, 0.0058480646, 0.007763576, -0.0068971966, 0.027412802, - 0.029727662, 0.036929443, -0.013787624, -0.0012877248, 0.019926738, - -0.0022082536, -0.0049579944, 0.0032810755, -0.006115424, - -0.011005732, 0.029727662, 0.031352125, 0.023987895, 0.002088111, - 0.00010549487, 0.019710144, 0.036415033, -0.013577798, -0.029483993, - -0.023270423, -0.040286668, -0.010944815, 0.017435895, -0.011215559, - 0.017923234, -0.037741676, -0.016542442, 0.03238095, -0.0010144429, - 0.002257326, -0.004518036, 0.009205286, 0.010186733, 0.0031677017, - 0.022931993, 0.01891145, -0.010207038, -0.020617135, -0.011215559, - 0.010565774, 0.013543955, 0.015486541, 0.025923712, -0.0138891535, - -0.007039337, -0.01655598, 0.0020728817, -0.018153368, -0.0026972843, - -0.00871118, -0.029835958, 0.0006091734, -0.016704887, 0.0044808085, - -0.0025822183, -0.0108297495, 0.01327998, -0.00880594, 0.007810957, - -0.023053829, 0.00065316923, 0.028888356, -0.0053065773, 0.02891543, - 0.0075672874, 0.03132505, 0.009103758, 0.020387003, 0.0016870719, - -0.0048936927, 0.027886605, 0.01708393, 0.028184421, -0.008237378, - 0.0044537345, -0.029294472, 0.016786112, -0.02458353, -0.004880156, - -0.027832456, 0.03646918, 0.002030578, 0.0024485386, 0.011892418, - 0.0017251451, -0.017666029, -0.0061763413, -0.012400063, 0.029429844, - -0.009069915, -0.006971651, -0.016163401, 0.028942505, 0.0016016184, - 0.014132823, -0.007235626, -0.0026685179, -0.0154188555, -0.002807274, - -0.011032807, 0.01736821, 0.0034485983, 0.014484789, -0.0070325686, - 0.01173674, 0.022485267, 0.01900621, -0.008596113, -0.01972368, - -0.010843286, 0.0324351, -0.018884376, -0.0023470097, 0.012508361, - -0.022404043, -0.0035298213, -0.020441152, 0.0031592408, -0.021009713, - 0.008284758, -0.01058608, 0.010498088, 0.01804507, -0.028536389, - 0.009469262, -0.016962094, -0.010173196, -0.0031998525, -0.007817725, - 0.028319795, -0.027358653, -0.02073897, -0.01655598, -0.0028783442, - 0.0076417415, 0.0014163281, -0.031406272, -0.012664038, 0.015987417, - -0.002566989, 0.033463925, -0.017097466, 0.0052998085, -0.025449911, - 0.019371714, -0.030864784, -0.01467431, 0.00076358195, -0.017760789, - -0.027940752, -0.021997929, 0.010856823, 0.011337394, -0.0066772173, - 0.006196647, 0.0034655198, 0.008839782, 0.025463447, -0.031487495, - -0.014065137, 0.0012868788, -0.011046344, 0.005946209, -0.0043995855, - -0.020400539, 0.020779582, -0.01467431, 0.007276238, 0.03070234, - -0.045647394, 0.0042506764, 0.0102544185, 0.0387705, -0.017259913, - -0.0072017834, -0.027439877, 0.004880156, -0.029781811, 0.019168656, - 0.015770823, -0.0049106143, 0.007255932, -0.0005283733, 0.00353659, - 0.0041457633, -0.014566013, 0.017286988, 0.013076922, -0.011445691, - -0.038608056, 0.0049918373, -0.018816689, 0.045918137, 0.024732439, - -0.031568717, 0.011946567, 0.02674948, -0.029835958, -0.037173115, - 0.0075605186, 0.0067347502, 0.0043860483, -0.007959866, -0.012880633, - 0.009543716, 0.002282708, 0.0032776913, 0.020955564, 0.0013765626, - -0.006020664, 0.013523649, -0.008162923, -0.014687847, -0.040394966, - -0.025097944, 0.01145246, -0.005638238, -0.0086164195, 0.018207517, - 0.014701384, 0.030918933, -0.00957079, 0.019886127, 0.032245576, - 0.0015779283, 0.041153047, -0.011026039, -0.0068058204, 0.017219301, - 0.0035873544, 0.0023199352, 0.012109013, 0.012102244, -0.010267956, - 0.001643076, -0.009421882, -0.016921483, -0.0027666625, -0.0012056556, - 0.030404521, 0.016731963, -0.008338907, 0.0050696763, 0.01535117, - -0.0057600727, -0.018004458, 0.0012648809, 0.024190953, 0.014538938, - 0.019114507, -0.0011269707, -0.00077711913, -0.014701384, 0.012454212, - 0.008975155, -0.014647236, -0.0025483754, -0.00056983094, - 0.0035298213, 0.01948001, 0.0046398705, -0.010951584, 0.00027433955, - 0.0037362634, -0.006562151, 0.023351647, -0.00923913, 0.0065215398, - -0.024542918, -0.016921483, -0.008745022, -0.029835958, -0.03208313, - -0.023635928, -0.015811434, -0.0021033403, 0.0012301918, 0.21356265, - -0.018315813, 0.021307532, 0.0026431356, -0.0038885567, 0.0023690076, - 0.019683069, 0.0022217906, -0.0023977743, 0.00671106, -0.00093998836, - -0.018491797, -0.03893295, -0.0021964086, 0.021673035, -0.037443858, - -0.023744226, -0.027263893, -0.008386287, 0.0065080025, 0.010437171, - 0.0023926976, -0.03332855, -0.0015618529, 0.036198437, 0.0041254577, - -0.027250357, 0.000055946653, 0.0077432706, 0.009496336, - -0.0008126542, -0.010856823, 0.002098264, -0.026641183, -0.0018190595, - 0.0018359809, -0.010457477, -0.020495301, 0.0045011146, 0.004920767, - 0.018884376, 0.0041051516, 0.0033301478, 0.005421643, -0.0022742474, - 0.0000638786, -0.002248865, 0.012339146, -0.0016701503, 0.011567526, - -0.009800923, -0.0133070545, 0.029240323, 0.038499758, -0.0017327599, - -0.0076078987, 0.013537186, -0.00027349347, -0.0015009355, - 0.020671284, -0.027697083, 0.018532408, 0.009895683, 0.013246137, - -0.017652491, 0.024624143, -0.0003001448, 0.030052554, -0.010890666, - -0.03503424, -0.01640707, -0.028184421, -0.015852045, -0.0022167142, - -0.0007119714, -0.014701384, 0.019899664, 0.034411527, 0.01154722, - 0.004985069, 0.010572542, -0.02612677, 0.01433588, 0.0035568958, - -0.02574773, -0.021131547, 0.029077876, 0.0059292875, -0.012921245, - -0.000088890665, 0.0067381347, -0.02285077, -0.011587831, - -0.016664276, 0.004538342, -0.013428889, -0.0025382224, -0.018938525, - -0.025666505, -0.014701384, -0.014254658, 0.04778627, -0.010125816, - 0.017760789, 0.007953097, -0.025585283, 0.0013791008, 0.014647236, - 0.0054351804, -0.010071667, -0.0074319155, -0.042127725, 0.0027446644, - -0.00072297035, 0.025043795, -0.0014205585, 0.012603121, 0.006562151, - 0.01746297, -0.013117534, -0.006755056, -0.010782369, 0.029132025, - 0.004277751, 0.012704649, -0.018992672, -0.038174864, -0.0030678648, - -0.0058345273, -0.04074693, 0.032245576, -0.0080410885, 0.013841773, - -0.024773052, 0.007838031, -0.02198439, -0.011520145, -0.026302753, - 0.008833014, 0.018776078, -0.0007140866, 0.003935937, 0.030323297, - -0.0021710263, 0.024989646, -0.010816212, 0.007770345, 0.039339066, - -0.018464722, -0.025246853, -0.006362478, 0.0120954765, -0.021808408, - -0.013875616, 0.006903965, -0.010714683, -0.01145246, -0.019276954, - -0.01708393, 0.003206621, -0.045539096, 0.018559482, 0.004416507, - -0.004575569, -0.024177415, -0.02848224, -0.17046025, 0.008237378, - 0.043481443, -0.032299727, 0.039853476, -0.03113553, 0.031027231, - 0.024840737, -0.013943302, -0.008508122, 0.015757285, -0.015676063, - 0.009834766, -0.015960343, -0.03609014, -0.004396201, 0.017666029, - 0.017232839, 0.033274405, 0.023554705, 0.0084065925, -0.011215559, - 0.00035408203, 0.012515129, 0.00088922394, -0.006470775, 0.0017632185, - 0.05263258, -0.001813983, -0.014660773, -0.010822981, 0.014701384, - 0.029565215, -0.009029304, 0.010606386, 0.011425385, 0.023514092, - -0.0033792201, -0.031568717, 0.01154722, 0.017963847, 0.0016870719, - -0.011824733, -0.0006172111, -0.011709666, 0.029104952, 0.024380473, - 0.005465639, 0.019087432, -0.0094083445, -0.001837673, 0.01390269, - 0.029375695, 0.022647712, 0.011154641, -0.04199235, 0.0035772016, - 0.010227344, -0.0242451, -0.017747251, -0.005397953, -0.020969102, - 0.022783086, -0.01467431, -0.013144608, -0.024637679, 0.0013131071, - -0.013049847, -0.02275601, 0.0014044831, -0.0030560198, -0.015500079, - -0.0114659965, -0.025544671, 0.026776554, 0.005692387, -0.011635211, - -0.014051599, 0.010091973, 0.012785872, 0.016813185, 0.009063146, - -0.00707318, -0.0121496245, -0.0013198757, 0.0075131385, -0.010998964, - -0.02526039, 0.00875856, -0.003069557, 0.01544593, -0.005343804, - -0.029890107, -0.02396082, 0.0075131385, 0.0055874735, 0.0055468623, - -0.007858337, -0.008359212, 0.004301441, 0.016867334, -0.0035568958, - -0.008772097, -0.0031981603, 0.023581779, -0.0048936927, -0.008007246, - 0.010863592, 0.03294951, -0.024556456, -0.0033267636, 0.0014907827, - 0.018369962, 0.019750755, 0.01168936, 0.023135051, 0.017584804, - -0.03002548, 0.011709666, -0.0009501413, 0.05008759, -0.004714325, - -0.031839464, 0.0006823588, -0.0031507802, -0.022552952, -0.13461378, - -0.0021067245, 0.012000715, 0.0054690233, 0.006244027, 0.019737218, - -0.025977861, 0.03397834, -0.015459467, 0.017435895, -0.037064817, - -0.013557492, 0.008271221, -0.01727345, 0.0051001348, -0.0040239287, - -0.0119397985, -0.01140508, -0.026004935, 0.03896002, 0.000015308655, - -0.0022725551, 0.0015889272, 0.008914237, -0.0020051957, -0.003272615, - -0.034763496, 0.032137282, 0.003753185, -0.011364468, 0.005509635, - -0.018180441, 0.017787863, 0.0002931647, 0.015879119, -0.005320114, - 0.003546743, -0.004714325, 0.010883898, -0.001505166, 0.0013215678, - 0.019696606, 0.018924987, 0.00440297, 0.006765209, -0.019276954, - -0.011235865, 0.021781333, -0.003013716, 0.0042879037, -0.0335993, - -0.016623665, -0.018654242, 0.01910097, -0.0010770524, -0.02689839, - 0.016298773, 0.016028028, -0.006450469, 0.011242634, -0.0043657427, - 0.002018733, 0.0019273569, -0.007675585, 0.045214202, -0.008122312, - -0.015581301, -0.022363432, -0.002930801, -0.010220576, 0.0017987536, - 0.0324351, 0.025964323, 0.01842411, -0.04229017, -0.0067821303, - -0.020522375, -0.026356902, 0.013747013, -0.0054960977, -0.011120799, - -0.006585841, 0.015554227, -0.033707593, 0.0031710858, 0.007675585, - 0.002167642, -0.015770823, 0.008440436, -0.026329828, -0.026018472, - 0.020116258, 0.016488293, -0.021808408, -0.020089185, -0.0010119047, - -0.008975155, 0.0032573855, 0.0063049444, 0.015134575, -0.006413242, - 0.00046491774, -0.013862079, 0.029186174, 0.0033707593, -0.010322104, - -0.013611641, 0.0017869086, -0.0026752865, 0.023784837, -0.012521897, - 0.0059259036, -0.020590061, 0.016488293, -0.010958352, -0.026004935, - -0.03330148, -0.014038063, 0.00045857218, -0.016420607, 0.011729972, - 0.0052355067, -0.008609651, 0.017219301, -0.0072085517, 0.010694377, - -0.013381509, -0.012982162, -0.008555502, 0.012345914, -0.0028563463, - 0.005783763, 0.009665551, -0.03498009, -0.009069915, -0.0042066807, - -0.012758798, -0.013584566, 0.036604553, 0.0033267636, 0.02362239, - 0.029781811, -0.02433986, -0.012460981, -0.0037227264, -0.017977383, - -0.01755773, 0.012704649, -0.023595316, 0.0030830943, 0.00093406584, - 0.008555502, 0.020251632, 0.014863831, -0.012257922, -0.009800923, - -0.027751232, -0.0041829906, -0.0031304744, 0.00059140584, - 0.005008759, -0.020806655, 0.03064819, -0.01708393, 0.004643255, - -0.03286829, -0.022431118, -0.007851568, 0.0058006844, 0.022823697, - 0.018924987, -0.01727345, -0.00582099, -0.003699036, 0.017232839, - 0.0019239726, 0.0093000475, -0.009658783, 0.004257445, 0.015892657, - -0.0031863153, -0.0062338742, 0.022052078, -0.012366219, 0.0059698992, - 0.0060951184, 0.03227265, -0.011608138, 0.010531931, 0.024718903, - 0.0027175902, 0.0051948954, 0.0080410885, 0.04396878, -0.012914476, - -0.0007356615, 0.0015846969, 0.03757923, -0.0033826046, 0.0065655354, - -0.0077771135, 0.013672559, 0.022485267, 0.0033369164, -0.018735467, - -0.012955087, -0.0023808526, 0.008291527, -0.0018884375, -0.012007484, - -0.017232839, -0.00074327615, 0.009976907, 0.0050527547, 0.019642457, - -0.0033606065, 0.006704292, 0.007804188, -0.010308567, -0.025233315, - -0.025111482, 0.014985666, 0.01097189, 0.013970376, 0.014078674, - -0.0035568958, 0.010179964, 0.025301002, 0.030052554, -0.010471013, - -0.010843286, -0.0021033403, 0.023405796, -0.03554865, -0.036198437, - -0.019994425, -0.011553989, -0.031027231, -0.009997212, 0.029700587, - -0.011188485, 0.04759675, -0.0030272533, -0.010024287, 0.0045044986, - 0.004084846, 0.007269469, 0.0113576995, 0.00036783074, 0.0030001788, - -0.020468226, 0.0031169371, -0.002521301, -0.008609651, -0.031568717, - -0.028076125, 0.023893135, -0.011107261, 0.0075605186, 0.016028028, - 0.0013664097, 0.012691112, 0.0022979374, 0.0053945687, -0.0037633379, - -0.018126292, -0.009029304, 0.005421643, 0.01702978, -0.022986142, - -0.026966074, 0.009442188, 0.017408822, -0.044131227, -0.01650183, - 0.00009624093, 0.003834408, -0.011459229, 0.009178213, -0.0064301635, - -0.021050325, 0.0040916144, 0.010003981, -0.027263893, -0.035656948, - 0.0112020215, 0.0018275202, -0.024745977, -0.016948557, -0.013144608 - ], - "metadata": { - "chunkTitle": "Balanced Hypertrophy Training", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28772&chunkSid=chunk_57153" - }, - "document": "Andrew Huberman: People give people permission to completely avoid training a given body part if their goal is balanced. Development. And yet I think most people who are resistance training are seeking balanced development. I don't know anybody that actively wants to have big upper body, small legs. I think that comes from neglect and laziness in most cases. Sometimes it's injury related or other things. But I think this is an important point to raise that. Any good program for hypertrophy, I would think, would have to take into account people's genetic and natural variation, sport based variation in which muscle groups just tend to grow easily for them and which ones require a lot more focus and work.\n\nAndy Galpin: Yeah, absolutely. First of all, you have permission to do or not do anything you'd like to do. In terms of hypertrophy training, I generally would not recommend disregarding a muscle group entirely. I know that's not what you actually suggested, but just to make sure that people didn't hear it that way. What I would do is in this example is I would continue to do those big movements. I would just keep the volume low so I might do two sets or something twice a week. There's a whole bunch of reasons you want to make sure that those motor patterns are there. You want to make sure that especially the benefit of these compound movements is you get to work so many complementary muscle movements at the same time. So in the case of, like, a loaded squat, you're not only working stability in the hip as well as the knee, but you're also working upper body. Your rhomboids are keeping in position. Your neck has to stay in position, your toes, everything is working. And so it's really difficult to get those things.\n\nAndy Galpin: When you take that movement out. Andy you replace it with, say, a machine hamstring curl. That whole element of balance, neurological control is very, very important to maintain over time. And that just gets removed if you go to machines only. So I would keep some of those things in maybe even not all year round, but maybe one quarter of the year, two quarters every other rotate it something like that. As long as if the reason you weren't doing, say, those squats was because you're like, it hurts my back or something. Okay, great. Then leave it out. But if it's just simply you don't want your quads to go too much, I would just keep that volume low and do something just to kind of touch it. Andy keep it activated. Andy to maintain all those other things, like flexibility, range of motion. I would bet anything your Adductors are probably underdeveloped right now. You can get those by doing your squats because you're not really doing, I'm sure, much Adduction training. Andy so things like that, that just get lost when you're only thinking all big muscle groups that come inherent in doing the larger movements. And so you don't have to worry about them or train them separately.\n\nAndrew Huberman: I appreciate that. And in reality, I do two to three really hard work sets of hack machine squats per week, which is plenty for me to maintain and even get a little bit stronger. But per our earlier discussion about a year ago, I shifted to doing very low repetition ranges to main strength in that movement.\n\nAndy Galpin: There you go.\n\nAndrew Huberman: But I am actively avoiding hypertrophy in that muscle group.\n\nAndy Galpin: Yeah, or another solution would actually be do something like one set of failure a week, not even extremely long. Just do something in the eight to 15 repetition range at the end of all that strength set and just get a little bit of pump there. So just so that those muscles can touch that level of fatigue, touch that level of strain and mechanical tension, walk away.\n\nAndrew Huberman: Great, thank you for that." - }, - "truncated_cells": [] - }, - { - "row_idx": 61, - "row": { - "id": "chunk_57152", - "embedding": [ - -0.03052124, -0.0026626962, 0.033961415, -0.010107237, -0.029420383, - 0.02270516, 0.0014715352, -0.03497971, -0.028016793, -0.026062772, - 0.02701226, 0.023957385, -0.002640335, 0.014407457, 0.0062267184, - 0.012976344, 0.043511346, 0.0036500266, 0.024411488, -0.020861227, - -0.008001849, -0.013134591, -0.0031580816, -0.012659847, -0.021480458, - 0.047804683, 0.032310132, -0.01703575, -0.010630144, -0.02523713, - 0.019815413, 0.014324892, -0.018659513, 0.0038048346, -0.014173524, - -0.016471563, -0.0064537697, 0.0012307229, 0.032172523, -0.007864242, - 0.012687368, 0.013251558, -0.0022791165, -0.022361143, 0.004847208, - -0.022595076, -0.016072502, -0.031732183, -0.008820611, 0.008318345, - 0.017930197, 0.0187696, -0.024590377, 0.0031030385, -0.015425748, - -0.018315496, -0.028181922, 0.01662293, 0.014104721, 0.012597924, - 0.011256255, 0.025292173, -0.007946806, 0.008036251, -0.013217156, - 0.012061257, -0.00048248467, 0.003856437, 0.002248155, -0.009322877, - 0.006591377, 0.006790907, -0.005163704, 0.0011636395, 0.033548594, - -0.012260787, -0.00840091, -0.031346884, -0.015205577, 0.0028089036, - -0.00096410926, -0.014820278, -0.0061063124, 0.03131936, 0.019292505, - -0.012996985, 0.026874654, -0.0028863077, 0.012302069, 0.008070652, - -0.002838145, 0.012659847, 0.030603804, 0.020310799, -0.0146001065, - -0.002894908, -0.020957552, -0.000011321673, -0.030218504, - 0.007974328, -0.019402592, 0.012081898, -0.021480458, -0.017049512, - -0.023943624, 0.028649785, 0.026035251, -0.00997651, 0.011022324, - -0.0046511176, -0.014751474, 0.03148449, -0.0042554974, -0.032998167, - -0.016760537, -0.014503782, 0.02208593, -0.0040146853, -0.008249542, - -0.0022085928, 0.03269543, 0.0046476778, 0.03382381, -0.008579799, - 0.004785285, 0.00117396, -0.04596075, 0.015590877, 0.006237039, - -0.037649285, 0.01271489, -0.002623134, -0.0027435403, 0.0018095325, - -0.008937577, 0.008634841, -0.004399985, -0.009646253, -0.034759536, - -0.04122707, -0.0092953555, 0.015549595, -0.0010079716, 0.006556975, - -0.0052049863, 0.027947988, 0.04320861, -0.000010690078, 0.0021174282, - 0.011187452, -0.010809032, 0.038034584, -0.004657998, -0.0060065472, - -0.0019660606, -0.004028446, -0.02658568, 0.03420911, -0.00802249, - -0.025250891, 0.008641722, 0.005789816, 0.02445277, -0.03833732, - -0.003152921, 0.021989604, 0.038117148, -0.0044550276, 0.017544897, - -0.023117982, 0.014214807, 0.006178556, -0.03965835, 0.004616716, - 0.00047216413, 0.017971478, -0.013127712, -0.008971979, -0.0072106086, - -0.023599606, 0.016155066, 0.00021038826, 0.013127712, 0.027934229, - -0.017751308, 0.010540699, 0.015769767, -0.025553627, -0.012054376, - -0.016155066, -0.014393696, 0.017269682, -0.009563689, -0.0056418884, - -0.63233185, -0.019581482, 0.0137813445, -0.01933379, 0.0043793437, - 0.016898144, -0.007946806, 0.011283777, -0.0011464386, 0.03519988, - -0.028099356, 0.016870622, -0.013760704, -0.003421255, 0.0019522998, - -0.003051436, 0.019884216, -0.003306009, -0.021370372, -0.02073738, - -0.035805352, 0.007891763, 0.011572751, 0.004245177, 0.017723786, - 0.025649952, -0.0038289158, 0.013980875, 0.02288405, 0.028539699, - -0.032585345, 0.015329423, 0.005751974, 0.009377919, 0.058565553, - 0.0018697355, -0.016980708, 0.021053877, 0.0036913087, 0.02717739, - -0.0054389182, -0.0010380731, 0.011221854, -0.013891431, - 0.00066739414, 0.026737047, 0.012391513, -0.0052565886, 0.008297704, - 0.0002070556, 0.005652209, 0.0072312495, -0.005813897, 0.005972145, - 0.0070523606, -0.012047496, 0.0051602637, -0.031236798, -0.008311465, - 0.017462334, 0.00069319544, 0.033988938, -0.03090654, -0.020269517, - -0.004399985, -0.0073413355, -0.027287476, 0.010678306, -0.006808108, - 0.007417019, 0.007802319, 0.0131483525, -0.016691733, -0.0047027203, - 0.009020141, 0.023434479, 0.006488172, -0.0014070319, -0.0026781769, - 0.022718921, -0.0035537018, 0.018852163, -0.0005887001, -0.013946473, - 0.014558825, 0.0022533152, -0.04260314, 0.023255588, -0.013891431, - -0.016898144, 0.011531469, 0.009721937, 0.005707252, -0.019650284, - -0.010595742, 0.026695766, 0.0040181256, 0.005793256, -0.01703575, - -0.040263817, 0.0021896719, -0.0066188984, -0.010279246, - -0.0060375086, 0.015921135, 0.008098174, -0.0081600975, 0.019650284, - 0.008889414, -0.04163989, -0.0024545656, -0.006550095, 0.010148519, - 0.027521407, 0.022003366, -0.027273715, -0.003443616, 0.000036068093, - 0.015700962, -0.004320861, 0.018040283, 0.0032148443, 0.012948822, - 0.008971979, -0.0058551794, 0.01919618, -0.018109085, -0.00957057, - 0.021163963, 0.0053494736, -0.006161355, -0.006804668, 0.049758703, - -0.021095159, 0.03013594, 0.00085746386, -0.01524686, 0.0057794955, - -0.004406865, -0.035062272, -0.032612868, -0.041172024, 0.018232932, - -0.0075064637, -0.001330488, -0.025319694, -0.043951686, 0.008710525, - 0.0052153068, -0.009632492, 0.003856437, -0.018865924, -0.0044309464, - 0.0006183716, -0.012240145, -0.0066188984, -0.007905524, -0.039685868, - -0.020957552, -0.013547413, -0.00014491742, 0.02035208, -0.010981041, - 0.019842934, -0.011208093, -0.0073826173, -0.00042163656, -0.0262279, - -0.027053542, -0.015219338, 0.011290657, -0.0069560357, -0.005170584, - 0.0055971663, -0.020063106, -0.011242495, -0.0057347734, - -0.00018555448, -0.02267764, 0.018067803, -0.0001624408, 0.0019677805, - -0.033521075, -0.0021673108, 0.030989105, -0.010575101, 0.0014612147, - 0.0016564447, -0.020572253, 0.012687368, -0.0006411628, -0.01526062, - -0.0434563, 0.0021243086, -0.011483307, 0.0005426877, 0.0047818446, - 0.011091127, 0.014159764, 0.028374571, 0.025154566, -0.013939593, - 0.00939856, -0.012797454, 0.023874821, -0.00959809, 0.0069732363, - -0.0104306135, 0.015012927, -0.011675957, -0.0148615595, 0.00879309, - -0.0055834055, 0.0021432296, -0.0089995, 0.0111392895, 0.007898644, - 0.0011903008, -0.02051721, 0.024012428, 0.02094379, 0.0002580132, - 0.004004365, -0.0031030385, 0.003560582, 0.006474411, -0.0044722287, - 0.009680655, -0.029778162, -0.00085359364, -0.011393863, 0.019966781, - 0.031677138, 0.010740229, -0.003459097, -0.0098733045, 0.00763031, - -0.0021965522, 0.048547763, -0.015549595, 0.012405274, 0.0010879557, - -0.016939426, -0.016843101, 0.03577783, -0.003935561, 0.020035584, - -0.012797454, 0.010843434, -0.008820611, -0.009577449, 0.0127768135, - -0.00821514, 0.023338154, -0.009797621, -0.030934062, -0.00020587303, - -0.017187119, 0.023159264, 0.030411154, -0.0030995985, 0.021796955, - 0.01857695, -0.018164128, 0.014641388, 0.020008063, -0.006316163, - -0.010616383, -0.018631993, 0.008978859, -0.022333622, -0.010630144, - -0.0031322802, -0.008077533, 0.0073619764, 0.002053785, 0.011503948, - -0.006880352, 0.026241662, 0.026269183, -0.011118649, -0.037236463, - -0.0016650452, 0.01250848, -0.029090127, -0.007850481, -0.038805183, - 0.002819224, -0.019677807, 0.017544897, -0.020723619, 0.013932712, - -0.031952355, -0.00430022, -0.019966781, 0.016760537, 0.017847633, - 0.0038392362, 0.027314996, -0.0293103, -0.021425415, -0.021989604, - 0.008572918, -0.02172815, 0.035420053, 0.013746942, -0.024108753, - -0.033988938, -0.0054251575, -0.0017957718, 0.017957717, -0.012866258, - -0.012240145, 0.013334122, 0.019691566, 0.0041522924, -0.008490354, - 0.014118481, 0.032805517, -0.020297037, -0.028264485, -0.021466697, - -0.011579632, -0.008318345, 0.10122374, 0.045685537, 0.0026437752, - 0.021838237, -0.0067977877, 0.028113117, 0.026365507, -0.008696765, - 0.036273215, -0.014448739, 0.0037979542, -0.020682337, -0.0029396303, - -0.004162613, 0.0176137, 0.012150701, -0.0050226566, -0.010987922, - -0.011841086, 0.0071349246, -0.009997151, -0.0012470637, 0.029998334, - 0.03737407, 0.02091627, 0.02895252, 0.01703575, -0.01663669, - 0.03343851, -0.007547746, -0.023929864, 0.02267764, 0.012432796, - 0.011435145, -0.012398394, -0.0068975524, -0.010740229, -0.01995302, - 0.00089272566, -0.024356445, 0.018948488, 0.0086142, 0.029915769, - 0.0120130945, 0.011847965, -0.018067803, 0.0016659051, 0.024576617, - -0.023117982, -0.018164128, 0.025746277, -0.0070282794, 0.004754323, - -0.031979874, 0.011290657, -0.014682671, -0.015673442, -0.003966523, - 0.0027452603, -0.004943533, -0.0015308782, -0.0025715316, - -0.0005990206, 0.020806184, 0.00077876984, -0.0027435403, - -0.048079897, 0.00017501895, -0.0030617565, 0.0033541715, -0.02386106, - -0.020076867, -0.012639206, -0.002853626, 0.0375392, 0.0012900659, - 0.031346884, 0.0008566038, 0.006085671, -0.008524756, -0.0052187466, - -0.03440176, -0.0126460865, -0.027700296, -0.015811048, 0.013939593, - 0.005383875, -0.010678306, -0.022154734, 0.019677807, -0.0010819354, - -0.0055902856, 0.016058741, 0.0063402443, 0.007926165, 0.02464542, - 0.027053542, 0.020627294, 0.015535834, -0.02051721, -0.022787726, - -0.026874654, 0.0013803706, -0.033163294, -0.0069353944, 0.0077954386, - 0.022127211, 0.008758687, -0.002817504, -0.038970314, -0.0049022506, - -0.0068321894, 0.009371039, 0.018466864, 0.03286056, -0.007974328, - 0.01703575, 0.0104306135, 0.007327575, -0.018673275, -0.019182421, - -0.03616313, 0.03932809, 0.03030107, -0.04304348, 0.028594742, - 0.010052194, -0.030273547, -0.012226385, 0.0008118815, -0.025374737, - 0.017778829, -0.008442191, -0.022416186, -0.03932809, -0.021274047, - -0.020186951, 0.011896128, -0.0050570588, -0.0007194268, - -0.0005512882, 0.0062095174, 0.011875487, -0.015178056, 0.023324393, - -0.033300903, -0.00043088204, 0.014531303, -0.0146001065, 0.012185103, - 0.0176137, 0.022044647, 0.0037016293, 0.005012336, 0.002872547, - 0.018109085, 0.009660014, -0.005225627, 0.025897644, 0.012178223, - 0.024177557, -0.0014035917, 0.008903176, 0.021659348, 0.005026097, - 0.0029843526, -0.008015609, -0.010795272, -0.0034178148, 0.027411321, - 0.028347049, 0.010513177, -0.023338154, 0.0052875504, 0.0033128895, - 0.030879019, -0.010836554, -0.018122846, -0.0026936578, -0.03759424, - -0.028264485, 0.018095326, -0.020627294, 0.001018292, -0.032557823, - -0.021232765, 0.023393195, -0.012081898, -0.002408123, -0.03071389, - -0.010664545, -0.0003818595, 0.028319528, 0.013568054, 0.031016625, - -0.006240479, -0.0273838, -0.0062645604, 0.011779162, 0.011235614, - 0.02560867, 0.02131533, -0.014820278, -0.013526771, -0.02501696, - 0.012040616, -0.0269985, -0.00076586916, -0.017668743, -0.019980542, - 0.000041120853, -0.010265484, -0.0026179738, -0.0023410397, - -0.00586894, 0.0066188984, -0.013609336, 0.0033300903, -0.02898004, - 0.005105221, 0.021851998, 0.016471563, 0.0059755854, 0.0064640907, - 0.021631826, 0.017283443, 0.0089238165, -0.01349237, -0.013320361, - 0.018356778, 0.012652967, 0.015081731, -0.0072862925, -0.010079715, - -0.030851496, 0.034511846, -0.0035846632, -0.005638448, -0.022374904, - 0.03151201, -0.017654983, 0.0065982575, 0.0007469482, -0.0041557327, - -0.0022636356, 0.0043896646, -0.019677807, 0.031567052, -0.008056892, - -0.024672942, -0.009928348, 0.033988938, -0.0017974919, 0.034374237, - -0.0038426765, -0.006354005, -0.008345867, 0.010657665, -0.015040449, - 0.021012595, 0.0010053914, 0.013217156, -0.012157582, 0.008559157, - 0.040428948, 0.016072502, -0.006161355, -0.0048609683, 0.00089272566, - 0.031732183, -0.028649785, 0.0070282794, 0.004792165, -0.024328925, - -0.000254358, -0.008586679, 0.0045513525, -0.020379601, 0.030631326, - -0.019994302, 0.04285083, 0.020420885, -0.016691733, 0.002695378, - -0.01740729, 0.006928514, -0.01798524, -0.014710192, -0.0078091994, - -0.03126432, -0.03030107, -0.006677381, 0.0072656516, 0.015976178, - 0.011792923, -0.028292006, -0.015040449, 0.009845783, -0.014847799, - 0.03184227, -0.027700296, -0.0031047587, -0.04362143, 0.018425582, - -0.025870122, -0.011875487, 0.0012754452, -0.0027504207, -0.013244677, - -0.019719088, 0.021824475, 0.017641222, 0.004850648, 0.008662363, - -0.0021862318, 0.026970979, 0.027659014, -0.038557492, -0.026448073, - -0.010664545, 0.009426082, -0.001192881, -0.006766826, -0.029613035, - 0.030879019, -0.014558825, 0.009990271, 0.011703478, -0.025911404, - -0.010705828, 0.0023823217, 0.030658847, -0.01604498, 0.0012083618, - -0.014090961, -0.010031553, -0.014572585, 0.007898644, 0.015866091, - -0.008373388, 0.00044292264, -0.0047646435, 0.008455953, 0.011889248, - 0.0013425286, -0.002053785, 0.023090461, -0.006470971, -0.031126712, - -0.0011249376, -0.017242162, 0.04849272, 0.035695266, -0.026310464, - -0.013237797, 0.01720088, -0.027425082, -0.039878517, 0.009735698, - 0.016003698, 0.015989937, 0.007781678, -0.0022653558, 0.015012927, - -0.012873138, -0.005493961, -0.0003678838, -0.0030428355, - -0.0039183605, 0.0010475336, 0.0009211071, -0.0058620595, -0.03327338, - -0.016155066, 0.019086096, 0.016072502, 0.003304289, 0.010348049, - 0.012652967, 0.025195848, 0.003281928, 0.017255923, 0.029915769, - 0.0065466547, 0.015934894, -0.035915434, -0.009921467, 0.016719256, - -0.012556642, 0.015700962, 0.027879186, 0.012487838, -0.0071142837, - 0.0041557327, -0.0050742594, -0.014159764, 0.008662363, -0.0018645753, - 0.04086929, 0.0026592559, -0.008627961, 0.01956772, 0.022182254, - -0.008387148, -0.014201046, -0.0027538608, 0.03283304, 0.015288142, - -0.0024132833, -0.005414837, 0.008442191, -0.0106370235, 0.025952687, - -0.0015007767, -0.031539533, -0.009928348, -0.012928181, - -0.0011877207, 0.03497971, 0.0036293855, -0.031979874, -0.0019110177, - 0.006808108, 0.014201046, 0.009955869, -0.014214807, 0.007465182, - -0.010698947, -0.015136774, 0.005143063, -0.0352274, -0.028181922, - -0.038309798, -0.01524686, -0.0149166025, -0.005617807, 0.2083921, - -0.012480958, 0.017544897, 0.007251891, 0.0012745851, -0.006316163, - 0.0223061, 0.010465015, -0.0006334224, -0.006759946, 0.013561173, - 0.0031632418, -0.036713555, -0.0020090628, 0.024535334, -0.018700795, - -0.011180571, -0.03090654, -0.0037979542, -0.010623263, 0.0008265023, - -0.004028446, -0.027493885, 0.00011105318, 0.013561173, 0.013719422, - -0.016265152, -0.010286126, 0.011799803, 0.013843268, 0.007093643, - -0.010293006, -0.011717239, -0.014806517, -0.015508313, 0.0010724749, - -0.013918951, -0.012990104, 0.010499417, 0.0028777071, -1.5806668e-6, - 0.00068029476, 0.01841182, -0.005414837, 0.007485823, -0.0012917861, - 0.00097787, -0.004520391, -0.0034504964, 0.014820278, -0.02152174, - -0.0008445632, 0.04620844, 0.040786725, -0.0018817763, 0.0021466697, - 0.008380269, -0.002385762, -0.002834705, 0.04397921, -0.01643028, - 0.023131743, 0.017269682, 0.017063273, -0.0026626962, 0.0146001065, - -0.0017519096, 0.005304751, -0.009914587, -0.013767584, -0.009143988, - -0.02720491, -0.010609502, 0.0039458815, -0.0035915435, -0.012735531, - 0.029695598, 0.019223703, 0.008077533, 0.007912405, 0.015879853, - -0.008951338, 0.00567285, 0.014187286, -0.034869622, -0.022829007, - 0.007451421, -0.006677381, -0.017806351, -0.018164128, 0.008139456, - -0.015673442, -0.0062645604, -0.028649785, -0.008875654, -0.02152174, - -0.009068304, -0.00063084223, -0.002304918, -0.03382381, -0.007258771, - 0.043896645, 0.0027349398, 0.008731167, 0.011841086, -0.021095159, - 0.0028209442, 0.022388665, -0.011318179, -0.011655316, -0.0018146927, - -0.033741243, 0.008469713, -0.009481125, 0.0016203228, 0.00215011, - 0.007788558, -0.005982466, 0.024989437, -0.009481125, -0.0029602714, - -0.008235781, 0.009095825, 0.004193574, 0.012976344, -0.030603804, - -0.03478706, -0.008201379, 0.0030531562, -0.027149867, 0.008318345, - -0.0031598015, 0.018439343, -0.01194429, -0.0011791203, -0.02796175, - -0.0026076534, -0.03151201, -0.0038770782, 0.024893112, 0.003209684, - -0.018054044, 0.017352248, -0.020310799, 0.02094379, -0.012116299, - 0.007767917, 0.023572085, -0.018728318, -0.03145697, -0.011015443, - 0.010334289, -0.02310422, -0.025773797, 0.02172815, -0.013801985, - -0.008263302, -0.017558658, -0.018494386, 0.0052118665, -0.026475593, - 0.020076867, 0.000034670524, -0.009866425, -0.019842934, -0.042768266, - -0.17503615, 0.01801276, 0.036493387, -0.028594742, 0.01035493, - -0.013815747, 0.022209775, 0.030934062, -0.03030107, -0.0026592559, - 0.027246192, -0.012501599, -0.0021896719, -0.029255256, -0.041364674, - -0.016733015, 0.002304918, 0.019209942, 0.029365342, 0.011111768, - 0.014792756, -0.016760537, 0.01933379, 0.0072862925, -0.007712874, - -0.0042382968, 0.0023737215, 0.04535528, 0.0013614496, -0.014118481, - -0.0046373573, 0.010306767, 0.02760397, -0.011558991, -0.0012247026, - 0.013829507, 0.00034917786, -0.006047829, -0.032530304, - -0.00091852696, 0.030466197, -0.004616716, -0.015728485, -0.016677972, - -0.007121164, 0.028897477, 0.027659014, -0.0041901344, 0.029090127, - -0.027837902, 0.006474411, 0.004516951, 0.022072168, 0.012026855, - 0.007396378, -0.03423663, 0.016485322, 0.02172815, -0.018095326, - -0.007079882, -0.0023530803, -0.026475593, 0.026269183, -0.009687535, - -0.00137005, -0.028897477, 0.010038434, -0.0052703493, -0.03426415, - 0.019209942, -0.01115305, -0.0049779345, -0.009143988, -0.019388832, - 0.02717739, 0.009364159, -0.021012595, -0.011490188, -0.0006437429, - 0.008056892, 0.0017519096, 0.0011687997, -0.0029224295, -0.017957717, - -0.017352248, 0.014696431, -0.013244677, -0.007850481, 0.00009928133, - -0.0041213306, 0.018329257, -0.01564592, -0.036053043, -0.012370872, - 0.0046201563, 0.017696265, 0.013987755, -0.0041522924, 0.010733348, - -0.008524756, 0.024604138, -0.019086096, -0.013616216, 0.011834205, - 0.0130933095, 0.007960567, -0.004867849, 0.022457467, 0.026310464, - -0.004578874, -0.00997651, -0.0024408048, 0.015769767, 0.025058242, - 0.0050914604, 0.010981041, 0.011490188, -0.023173025, 0.030879019, - -0.001740729, 0.04202519, -0.011359461, -0.043181088, 0.01449002, - -0.0034315754, -0.011393863, -0.13474481, -0.014173524, 0.023007896, - 0.0025268092, 0.020764902, 0.015838569, -0.012363992, 0.023049178, - -0.004675199, 0.03129184, -0.04260314, -0.025870122, 0.024948156, - 0.004812806, 0.01758618, -0.002777942, -0.0059962263, 0.0028777071, - -0.01933379, 0.03131936, 0.014159764, -0.0089238165, -0.0065604155, - 0.0033593317, -0.0022911571, -0.008166977, -0.029915769, 0.01897601, - 0.012811215, -0.024604138, -0.0072312495, -0.00508458, 0.015026689, - -0.0057657347, 0.019154899, -0.016182587, -0.00821514, 0.00840779, - -0.010416852, 0.0019436993, 0.0005220467, 0.02875987, 0.009212791, - 0.0058930214, -0.0034109345, -0.0012083618, -0.01936131, 0.023998667, - -0.0059377435, -0.002834705, -0.034484323, -0.013740063, -0.023517042, - 0.010437493, 0.01017604, -0.023819778, 0.016485322, 0.00136919, - -0.0036637874, 0.008559157, -0.016388997, 0.010389331, 0.0024511253, - 0.0031236797, 0.045437843, -0.007891763, -0.010471895, -0.012728651, - 0.0049572936, -0.027094826, -0.002210313, 0.008497234, 0.008001849, - 0.027645253, -0.0340715, -0.008455953, -0.006591377, -0.018466864, - 0.0077541564, 0.0021036675, -0.021260288, -0.005019217, 0.011627794, - -0.035805352, -0.0053632343, 0.017063273, 0.009405441, -0.010809032, - 0.002562931, -0.029860727, -0.015150535, 0.02875987, 0.030768933, - -0.022030886, -0.036520906, 0.014214807, 0.0077541564, 0.00547332, - 0.008125695, 0.018122846, -0.008380269, -0.0045857546, -0.026530636, - 0.022787726, -0.007850481, -0.0006781447, -0.007079882, -0.01623763, - 0.0049022506, 0.014737713, -0.0047233617, 0.012357112, -0.016994469, - 0.02289781, 0.008077533, -0.02540226, -0.03828228, -0.017668743, - 0.001330488, 0.0044103055, 0.011834205, 0.012921301, -0.0024356446, - 0.018026521, -0.0036087446, 0.014201046, -0.009426082, -0.011669077, - -0.01212318, 0.011909889, -0.008187619, -0.010581981, 0.017214641, - -0.03302569, -0.00011707348, 0.0008179018, -0.009233432, -0.024108753, - 0.015370706, 0.01135258, 0.0054836404, 0.04186006, -0.028209442, - -0.0030428355, 0.0030273548, -0.018136607, -0.003997484, 0.012769933, - -0.0083665075, -0.0002990803, 0.015081731, 0.00030037036, 0.028181922, - 0.027067304, -0.0051671444, -0.021659348, -0.017765068, -0.0060547097, - 0.0031253998, 0.017847633, 0.011201213, -0.01526062, 0.032970645, - -0.0142836105, 0.008861893, -0.028842434, 0.0076715923, -0.012955702, - 0.00007692018, 0.020489687, 0.0027125787, -0.029502949, -0.012240145, - 0.0069009927, 0.024686702, 0.005442358, 0.027259953, -0.005263469, - -0.0019471395, 0.00022038627, 0.014613867, -0.0032010837, 0.015563356, - 0.0013442488, -0.0027314997, 0.01505421, 0.030741412, -0.027727818, - 0.01075399, 0.006319603, -0.0013906911, 0.005139623, 0.017489854, - 0.019003531, -0.029998334, 0.020407123, 0.011359461, 0.028842434, - -0.030163461, -0.0042279763, 0.02208593, 0.01742105, 0.010513177, - -0.010065954, -0.0007508184, -0.0040972494, -0.0095568085, - 0.0037085095, -0.0046235966, -0.013513011, 0.0065363343, - 0.00049796543, -0.0011653596, 0.003149481, 0.015398228, 0.00039626527, - 0.0055524437, 0.020255756, 0.00068889523, -0.0076578315, -0.015411988, - 0.01582481, 0.0027813823, 0.0018662955, 0.017531136, -0.0059136623, - -0.0041901344, 0.03010842, 0.024975676, -0.0054251575, 0.0030995985, - 0.007410139, 0.022182254, -0.033988938, -0.023214307, -0.03497971, - 0.009171509, -0.022209775, 0.011111768, 0.026833372, -0.005435478, - 0.05319888, 0.0054629995, 0.00094260817, 0.0033369707, -0.0031632418, - 0.030989105, 0.01016916, 0.0051121013, 0.0014758355, -0.023228068, - -0.015343185, -0.009618732, -0.018838404, -0.036988772, -0.040401425, - 0.024934394, 0.0018594151, 0.01680182, 0.018439343, -0.009687535, - 0.005655649, -0.0017820111, 0.013010745, 0.0068528303, -0.014090961, - -0.008325226, 0.011648435, 0.0139120715, -0.004733682, -0.030356113, - 0.013444208, 0.013705661, -0.040814247, -0.0026317346, -0.0007860802, - -0.01662293, -0.0015532394, 0.015811048, 0.008772449, 0.013017626, - 0.011421384, -0.007217489, -0.029035084, -0.013272199, 0.021631826, - -0.0003831496, -0.036273215, -0.006753065, -0.008249542 - ], - "metadata": { - "chunkTitle": "Prioritizing Body Parts", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28772&chunkSid=chunk_57152" - }, - "document": "Andrew Huberman: One thing I wanted to ask about is prioritizing specific body parts and therefore specific exercises. And here, I'm not necessarily referring to trying to bring up a so called weak body part, an area that tends to be either genetically deficient, because in some cases I learned, for instance, having seen a lot of competitive track and field championships, I love watching track and field as a spectator up to Hayward Field in Oregon whenever there's a meet.\n\nAndy Galpin: Oh, sure.\n\nAndrew Huberman: Really love that. The sprinters are amazing. They have some of the highest calves in the world that I've ever seen. I mean, like little like little micro calves. But they're fast as hell.\n\nAndy Galpin: They're right behind the knee and they have a very long distance between that calf and their foot, which makes it propulsion. Excellent.\n\nAndrew Huberman: Right. They wouldn't stand a chance as a competitive bodybuilder. No, but because something different is being selected for in bodybuilding. But obviously they're magnificent for sprinting. Most people, of course, reside somewhere between the extreme of very long muscle bellies from origin to insertion or very, very short muscles. Usually people have one or two body parts that they want to emphasize for whatever reason. These days, it seems to be people are really what are they saying now? Like glutes are the new biceps or biceps are the new glutes? I don't know. Anyway, you see this stuff?\n\nAndy Galpin: I love them both. By the way, I am so pro curls in the squat rack.\n\nAndrew Huberman: There you go.\n\nAndy Galpin: Love it, right?\n\nAndrew Huberman: There you go.\n\nAndy Galpin: Nobody killed me.\n\nAndrew Huberman: So everyone has their thing that they would like to emphasize. But I have a question because we're specifically talking about hypertrophy, which is should people give themselves permission to not train a body part if their goal is balanced hypertrophy? I'll give a couple of examples. One of the reasons why I've, for instance, not done a lot of free weight squatting is because despite my quadriceps being rather weak, according to you, they tend to grow rather easily relative to other muscle groups. And the goal for me has always been balanced development. And so I emphasize hamstring work and I emphasize calf work and hamstring work. It's not that I don't train my quads at all, but I do far less for them and I avoid the big compound movements for them. I occasionally do them. And again, this is not about what I do or don't do. But I think that in the context of a conversation about hypertrophy, is it appropriate to give people permission to say, listen, if you're just genetically strong large lats doing a lot of chin ups and rows might actually be the worst thing for you if your goal is balanced development. And I ask because I don't often hear anyone any credentialed." - }, - "truncated_cells": [] - }, - { - "row_idx": 62, - "row": { - "id": "chunk_57151", - "embedding": [ - -0.019456293, -0.0048981593, 0.035803944, -0.014043435, -0.0124073075, - 0.012720899, -0.02263311, -0.055901054, -0.026723431, -0.009789502, - 0.023478443, 0.038885318, 0.016524898, 0.018842746, 0.014479737, - -0.0013949699, 0.043711897, 0.008173825, 0.02814141, -0.023805669, - 0.0060775355, -0.008098836, 0.009285029, -0.027364248, -0.022796722, - 0.034876805, 0.028168678, -0.015788639, -0.020192552, -0.0074171154, - 0.022224078, 0.012979953, -0.0043834606, -0.018829111, -0.033895127, - -0.017383864, -0.018161025, 0.014220683, 0.011309738, 0.002046865, - 0.015093285, 0.0011657415, 0.00057775783, -0.016115865, 0.0054537617, - -0.020410702, 0.000833829, -0.014561543, -0.020956079, 0.00020217264, - -0.00070984114, 0.025919002, -0.027609667, 0.0040971385, -0.01388664, - -0.02358752, 0.0040869126, 0.014684252, 0.01690666, -0.0040971385, - 0.010491674, 0.024173798, 0.0005466544, 0.029559387, -0.02835956, - -0.009100964, -0.0023689775, -0.0032705525, -0.00908733, 0.0005892619, - 0.0039812457, 0.031631816, -0.0005666799, -0.003306343, 0.045238953, - -0.009203223, 0.0081329215, -0.019347219, -0.028741322, - -0.00018619483, 0.014016167, -0.031468205, -0.014561543, 0.029204892, - 0.014711522, -0.019251779, 0.01681122, 0.016852124, 0.0036574288, - 0.021528723, -0.0019429026, 0.00845333, 0.026464378, 0.009360018, - -0.01668851, 0.010914341, -0.01717935, -0.0023723862, -0.021446917, - 0.009503179, -0.023887476, 0.0069228685, -0.013211737, -0.014316124, - -0.017970145, 0.03288618, 0.017043004, -0.008316986, 0.004134633, - -0.031931773, -0.012918597, 0.014534274, 0.0034341654, -0.047202304, - 0.019429026, -0.030050226, 0.025155475, -0.0056582773, 0.0034068967, - -0.014834231, 0.04027603, -0.003221128, 0.019824423, -0.029913882, - 0.006527471, 0.009721329, -0.023396637, 0.013661672, 0.0018201929, - -0.043166522, 0.021665068, -0.02092881, 0.01978352, 0.010048555, - -0.0025342947, -0.0108870715, 0.005082224, -0.012754984, -0.03536764, - -0.059500538, 0.009148685, 0.015093285, -0.0009382174, -0.00088112336, - 0.0043084715, 0.009666792, 0.023805669, 0.0087737385, 0.012100534, - 0.0062650084, -0.011118856, 0.01647036, 0.004526622, -0.01103705, - 0.009496362, -0.0034699556, -0.03204085, 0.031059172, -0.025046399, - -0.029668462, 0.008194277, 0.0072398684, 0.0053344606, -0.009046427, - 0.01308221, 0.015924983, 0.02446012, -0.017056638, 0.007437567, - -0.014125242, 0.029477581, -0.0014733678, -0.03274984, 0.0010541099, - 0.012332318, 0.029777538, -0.017520208, -0.02002894, -0.003817633, - -0.010553028, 0.040630523, 0.0065649655, 0.047938563, 0.011930103, - -0.014479737, -0.006977406, 0.0072125997, -0.025060033, -0.0050856327, - -0.02043797, 0.023737498, 0.01074391, -0.020642487, -0.01851552, - -0.6182384, -0.0048368047, 0.029750269, -0.028959474, 0.0062820516, - 0.02455556, 0.008248814, 0.030241108, -0.0019463111, 0.030322913, - -0.01968808, 0.022742186, 0.0059820944, 0.0037290093, -0.011602878, - -0.007955675, 0.014820597, -0.023123948, 0.008766921, -0.0048504393, - -0.03678562, 0.01681122, 0.013675307, 0.0116233295, 0.019006358, - 0.021896852, -0.005406041, -0.01023262, 0.014493371, 0.0103416955, - -0.028604979, 0.037167385, 0.014779693, 0.0006280347, 0.042893834, - -0.022496765, -0.030350182, 0.02319212, 0.018011047, 0.032477148, - -0.00908733, -0.016511263, 0.008092019, -0.011957372, 0.01542051, - 0.027705109, 0.016156768, -0.0044141384, 0.0033046387, -0.005259471, - 0.0009126529, -0.007853417, 0.009162319, 0.0023042143, 0.006755847, - -0.009285029, 0.00280187, -0.014207048, -0.012345953, 0.031004634, - 0.031140978, 0.017997412, -0.03700377, -0.008569223, -0.010287157, - 0.009325932, -0.023914743, -0.027159732, -0.025278185, -0.015515951, - 0.020983348, 0.01798378, -0.014575178, -0.012148254, 0.003913074, - 0.04114863, 0.0051981164, -0.004973149, -0.0012202791, 0.011105222, - -0.0067967502, 0.0058389334, -0.022455864, -0.001503193, 0.004690235, - 0.006387718, -0.049002048, 0.0075875456, 0.002172983, -0.00772389, - 0.006190019, 0.01006219, -0.00760118, -0.029232161, -0.0071103415, - 0.019728983, -0.0030609237, 0.017820166, 0.0037119663, -0.03206812, - -0.017261155, 0.018679133, 0.012032362, 0.01452064, -0.009025975, - -0.0010873437, -0.0058184816, 0.01895182, 0.024691906, -0.029450312, - 0.00964634, -0.021515088, 0.013866189, 0.025100937, 0.0130481245, - -0.031495474, 0.008269266, -0.011214297, 0.0066331374, -0.01507965, - 0.03217719, 0.014316124, 0.0027507409, 0.011664232, 0.0033642892, - 0.00984404, 0.0023059186, -0.025823561, 0.015475048, -0.020138014, - -0.014656984, -0.015979521, 0.043548286, -0.016252209, 0.021828681, - 0.018120123, -0.0042948374, 0.017015737, -0.0030421764, -0.034086008, - -0.017383864, -0.04090321, 0.030595602, -0.025687216, 0.0053106, - -0.032831643, -0.01978352, 0.0031222785, 0.022933068, -0.0010933088, - 0.0055117076, -0.0018048541, -0.0029876388, 0.019606272, -0.02480098, - 0.0040562353, -0.018106489, -0.041339513, -0.017452037, -0.019619906, - 0.0064763417, 0.023532981, -0.01681122, 0.012891329, -0.03201358, - 0.0019480154, -0.0013890049, 0.007935223, -0.02170597, -0.025087303, - 0.01452064, -0.010655287, -0.003113757, -0.0024030637, -0.011773308, - -0.008910083, -0.008255632, 0.01566593, -0.01103705, 0.009387287, - 0.004260751, 0.0053583207, -0.01108477, -0.0073148576, 0.028223217, - -0.00037579826, -0.0053412775, 0.0014307603, -0.020015305, - 0.021542357, -0.004908385, 0.00007259255, -0.016456725, -0.0089169, - 0.0062036538, -0.00976905, 0.004516396, 0.0178338, 0.0058900625, - 0.009421373, 0.033731516, -0.020642487, 0.013129931, -0.008460147, - 0.020451605, -0.014997844, -0.00037686343, -0.036458395, 0.023083046, - 0.019988036, -0.013504877, 0.0037562782, -0.012455028, -0.0100553725, - -0.012523199, 0.024651002, -0.0037460525, 0.031086441, -0.008828277, - 0.00726032, 0.003159773, 0.010607566, 0.01164378, 0.008801008, - -0.03866717, 0.015270532, -0.009387287, 0.009196405, -0.010539394, - -0.0043630092, -0.01768382, 0.0057946215, 0.019510832, 0.016770316, - 0.010491674, 0.0060843527, 0.0068887826, 0.010764361, 0.037276458, - -0.004257343, 0.013198103, 0.019728983, -0.018242832, -0.010143996, - 0.053174175, 0.015502317, 0.024950959, -0.019988036, -0.0065002018, - 0.003698332, -0.005065181, 0.012966318, -0.013798016, 0.015270532, - 0.002319553, -0.008378341, 0.0030251334, -0.009298664, 0.028495904, - 0.024910055, -0.009073696, 0.019701714, 0.0034665472, 0.003018316, - 0.020683391, 0.011166576, -0.0060536754, -0.012134619, -0.023764765, - 0.0005308896, -0.035585795, -0.013798016, -0.01325264, -0.024214702, - 0.005279923, -0.006363858, 0.009871309, -0.00020547473, 0.01687939, - 0.020192552, -0.0016139726, -0.038503557, 0.009973566, 0.00042245348, - -0.021201497, -0.0033489503, -0.039594308, -0.015011478, -0.015461414, - 0.0137843825, -0.011180211, 0.020969713, -0.04022149, -0.014152511, - -0.00942819, 0.013095845, 0.020492509, 0.013695759, 0.03525857, - -0.02950485, -0.017138446, -0.017629284, -0.005757127, -0.02594627, - 0.02765057, 0.015802274, -0.015515951, -0.03754915, 0.009707696, - -0.02238769, 0.0066399546, -0.016061328, -0.009919029, 0.0043596006, - -0.0013106071, 0.0014324646, -0.011064319, -0.023383003, 0.044693574, - -0.01963354, -0.013873006, -0.032340806, -0.01544778, -0.012543651, - 0.08818732, 0.045811597, -0.008092019, 0.020178918, -0.018897284, - 0.023451174, 0.020996982, -0.014166146, 0.034031473, 0.017424768, - -0.007062621, -0.00363016, 0.0038823965, -0.027541496, 0.0005283331, - 0.005995729, 0.007805696, -0.03152274, 0.021037884, -0.01693393, - 0.0066160946, 0.02402382, 0.02709156, 0.041475855, 0.027118828, - 0.02328756, 0.03359517, 0.0016898139, 0.035558525, -0.023737498, - -0.008644212, 0.01693393, 0.0019241552, 0.035149492, 0.000060609185, - -0.00047677805, -0.02433741, -0.011227932, 0.008514686, -0.020206187, - 0.013777565, 0.023069412, 0.033349752, 0.0021406014, 0.015829543, - -0.022864895, -0.006462707, -0.005375364, -0.008494234, -0.03176816, - 0.0040596435, 0.013661672, -0.014438833, -0.0019019993, 0.004662966, - -0.0009194701, 0.015011478, -0.008071567, -0.016647607, -0.015106919, - -0.012148254, 0.007635266, 0.0054708044, 0.016156768, 0.0002518104, - -0.003749461, -0.027527861, 0.012584555, -0.006074127, -0.011602878, - -0.026205324, -0.012727716, 0.0060332236, -0.020737927, 0.012993587, - 0.00801703, 0.031195516, -0.008644212, -0.00008867688, 0.016770316, - -0.00942819, -0.024719173, -0.025400894, -0.020942444, -0.0016063032, - 0.007505739, 0.0013157199, -0.007928406, -0.02857771, 0.015406876, - 0.01798378, -0.0057094065, 0.0008304204, -0.021201497, 0.010607566, - 0.010716641, 0.019947132, 0.03135913, 0.010137179, -0.012795888, - -0.012898146, -0.034385964, 0.027473323, -0.0343587, -0.011337006, - 0.015693199, 0.009332749, -0.00214401, -0.013198103, -0.03752188, - -0.0011026824, -0.011316555, 0.0037562782, -0.0065240622, - 0.0109347915, 0.008023847, 0.03018657, -0.013491242, 0.012843608, - -0.012345953, -0.008739653, -0.0225104, 0.04499353, 0.01342307, - -0.032804374, 0.008760104, 0.00085854135, -0.035803944, -0.017479306, - -0.0010498491, -0.020574315, 0.022919433, 0.011289286, -0.021446917, - -0.03364971, -0.010962061, -0.03836721, 0.022551304, 0.004168719, - -0.016702145, -0.0074784704, 0.026955215, 0.016865758, -0.007342126, - 0.0039369343, -0.025114572, -0.009019158, 0.015038747, -0.009578168, - 0.02969573, -0.0056753205, 0.014138876, 0.017479306, -0.005586697, - -0.0045675253, -0.0013225372, 0.005375364, -0.014725156, 0.0052833315, - 0.03127732, 0.03774003, -0.00582189, 0.008514686, 0.002092881, - -0.016988467, -0.020424336, -0.018351907, -0.015584123, -0.007028535, - 0.04687508, 0.026559819, 0.0012092012, -0.024269238, 0.0063911267, - -0.00073583174, 0.036022093, -0.02375113, -0.021692336, -0.02195139, - -0.046138823, -0.0065888255, 0.02170597, -0.004277794, -0.0059582344, - -0.031086441, -0.0057196324, 0.037085578, -0.009823588, 0.007253503, - -0.013416253, 0.0031001226, -0.0085351365, 0.023123948, 0.015584123, - 0.003953977, -0.01164378, -0.022401325, -0.014016167, 0.004049418, - 0.011296104, 0.01028034, 0.031440936, -0.015229629, 0.0048708906, - -0.022005927, 0.009421373, -0.02789599, 0.008241997, -0.0050242776, - -0.04046691, -0.007294406, -0.0335679, 0.01542051, 0.0044379984, - -0.0094622765, 0.0021815046, 0.009407738, 0.02034253, -0.019279046, - 0.004073278, 0.021092422, 0.0071648792, 0.01576137, 0.009203223, - 0.0352313, 0.0027234722, 0.010116727, 0.008923717, -0.0041107726, - 0.01520236, 0.018270101, 0.009523631, -0.012686812, 0.011636963, - -0.030459259, 0.027473323, -0.024882786, -0.017002102, -0.03588575, - 0.032858912, 0.004192579, -0.012434576, -0.0025990582, -0.001951424, - -0.012495931, -0.005552611, -0.008712384, 0.01848825, 0.003551762, - -0.010525759, -0.014343393, 0.015393241, -0.0076625347, 0.011002963, - 0.0033165687, -0.0055014817, -0.008814642, 0.008930534, 0.0023519346, - 0.028223217, 0.014261587, 0.0003204085, -0.013988898, 0.0052424283, - 0.029532118, 0.029313968, -0.021228766, -0.018065585, -0.015652295, - 0.029804807, -0.015475048, 0.00577417, 0.026832506, -0.034004204, - 0.010075824, -0.007826148, 0.004734547, 0.0050345035, 0.017124811, - -0.0021150368, 0.009387287, 0.022346787, -0.010689372, 0.009980383, - -0.015297801, 0.000022289054, -0.0020894723, -0.01885638, 0.002455897, - -0.040494177, -0.016865758, -0.0049390625, 0.01678395, 0.02197866, - 0.00039134998, -0.023410272, -0.012305049, 0.013988898, -0.0010916045, - 0.025155475, -0.0071307933, 0.015611392, -0.01963354, 0.013518511, - -0.029068548, -0.0049901917, -0.0046084286, -0.029123086, - -0.011705136, -0.014466102, 0.017124811, 0.0127618015, -0.007287589, - -0.0080852015, 0.018624596, 0.022142272, 0.027623301, -0.030213838, - -0.037221923, -0.02056068, -0.004495945, -0.012686812, 0.013852554, - -0.00925776, 0.008562406, -0.017629284, 0.0041653104, 0.022619477, - -0.033349752, -0.004782267, -0.007560277, 0.017779263, -0.027636936, - -0.017002102, -0.01727479, -0.00677289, -0.03288618, 0.016334016, - 0.024691906, 0.01452064, 0.009032792, 0.007948858, 0.01588408, - 0.02248313, -0.013477608, -0.0094145555, 0.02662799, 0.00044439634, - -0.034004204, 0.00021655268, -0.013293544, 0.027746012, 0.012666361, - -0.052546993, -0.020887906, 0.012420942, -0.051129013, -0.013068576, - 0.01566593, -0.0015287575, 0.0128572425, -0.005150396, -0.011752856, - 0.009394105, 0.0014384296, -0.007014901, -0.012782253, -0.008671481, - 0.009244125, 0.014956941, -0.011459717, -0.004158493, -0.023383003, - -0.030132033, 0.021433283, 0.0049697403, 0.012243695, 0.011780125, - 0.024269238, 0.0040562353, 0.0005428197, 0.029641194, 0.029832074, - 0.0065479223, 0.032313537, -0.036921967, -0.016429456, 0.025891732, - 0.00006108852, 0.017888337, 0.025687216, 0.0076079974, -0.012393673, - 0.009537266, -0.000102737366, -0.01074391, 0.017315693, 0.02730971, - 0.025278185, -4.00444e-6, 0.0006936503, 0.02278309, 0.005654869, - -0.015856812, -0.022728551, 0.0021133325, 0.010518942, 0.009653158, - 0.006745621, -0.0040869126, 0.009782685, -0.0028666335, - 0.000039518465, 0.003834676, -0.009182771, 0.00022155906, -0.00613889, - 0.018447349, 0.017751994, 0.015625026, -0.01218234, 0.0008802712, - 0.012768619, -0.008875997, -0.014043435, -0.018529154, -0.009005523, - -0.014384296, -0.007560277, -0.021106057, -0.026218958, -0.02950485, - 0.00078483036, -0.005842342, 0.00662632, -0.013191286, 0.21280578, - -0.00708989, 0.0018798434, 0.007539825, 0.0031802247, -0.005416267, - 0.0115756085, -0.008112471, 0.00027439237, -0.011214297, 0.011936921, - 0.0059684603, -0.027568765, 0.00072049303, 0.009653158, -0.024882786, - -0.020751562, -0.015706833, 0.022714917, 0.023328464, 0.007744341, - 0.005971869, -0.011139308, -0.0040903213, 0.039648846, 0.005661686, - -0.02136511, 0.009182771, 0.011227932, 0.005671912, 0.0010796743, - 0.009250943, 0.0029194667, -0.01919724, -0.030350182, -0.0034460956, - -0.010368964, -0.021855948, 0.0059582344, 0.02197866, 0.021010617, - -0.023451174, 0.0023740905, -0.008719201, -0.013095845, -0.012605006, - -0.0030864882, 0.019169971, -0.013266275, 0.01498421, -0.027814183, - -0.011071136, 0.025523603, 0.024950959, -0.020887906, -0.01498421, - 0.018665498, 0.0029842302, 0.0144251995, 0.017874703, -0.010396233, - 0.028250484, 0.0031682947, 0.031468205, -0.016797585, 0.014507006, - 0.014370661, 0.019060897, 0.009850857, -0.017411133, -0.0103416955, - -0.013239006, -0.007253503, 0.00020345087, 0.0065002018, -0.01544778, - 0.029150356, 0.009884942, 0.023969281, 0.008801008, 0.00477545, - -0.022592207, -0.0060843527, 0.012523199, -0.017356595, -0.020192552, - 0.013463974, -0.0050345035, -0.011262017, -0.0028206173, 0.0013813355, - -0.013279909, -0.006029815, -0.012141436, -0.01439793, -0.012932232, - 0.008446513, -0.011337006, -0.036240246, -0.02356025, -0.013388985, - 0.03588575, 0.00029910472, 0.009189588, -0.0016037468, -0.007567094, - 0.001463142, 0.0024695313, 0.0012441394, 0.0016148246, 0.0056582773, - -0.025319088, 0.0007277363, -0.003579031, 0.023342099, 0.00094077387, - 0.023478443, 0.001026841, 0.022087734, -0.012359587, 0.0006625468, - -0.001395822, 0.035776675, 0.014193414, 0.022319518, -0.011930103, - -0.037658222, -0.019360853, 0.010171265, -0.032149922, 0.0002564972, - -0.033895127, 0.019619906, -0.01975625, -0.0116233295, -0.016893025, - -0.004765224, -0.028250484, 0.00016872575, 0.048102178, -0.0061082128, - 0.0025479293, 0.026900679, -0.0057639442, 0.03844902, -0.006016181, - 0.011930103, 0.032095388, -0.016279478, -0.0216378, -0.018460983, - 0.026218958, -0.024064723, -0.0011819324, 0.013348081, 0.008603308, - -0.009850857, -0.024132894, -0.016170403, 0.017397499, -0.031849965, - 0.017506575, 0.0039573857, -0.036458395, -0.021051519, -0.02516911, - -0.17233886, 0.0067831157, 0.046520587, -0.0450208, 0.028959474, - -0.012270964, 0.037630953, 0.02448739, -0.03686743, -0.0033830365, - 0.010000835, 0.0018679133, -0.0039505684, -0.011684684, -0.029450312, - -0.0036608374, 0.021392379, 0.011555157, 0.022619477, 0.01320492, - 0.01405707, -0.017111177, -0.00094759103, -0.0076216315, 0.0042914287, - -0.009107782, 0.005995729, 0.040139686, 0.0074171154, -0.018338272, - -0.0039812457, 0.009782685, 0.031168247, -0.020983348, -0.0007396664, - 0.017806532, 0.0074034813, -0.0052731056, -0.041694008, 0.004305063, - 0.02000167, 0.0292867, -0.024501024, -0.028877666, 0.013068576, - 0.019551735, 0.023942012, -0.0018968864, 0.012700447, 0.0030319504, - -0.011473351, -0.0009850856, 0.012904963, 0.022305885, 0.028168678, - -0.03310433, -0.005678729, 0.018256467, -0.008957803, -0.010205351, - -0.0067353956, -0.033349752, 0.011248383, -0.014370661, -0.025932636, - -0.02855044, 0.0040460094, 0.0057946215, -0.02436468, 0.0030933053, - -0.011098404, -0.005354912, -0.011105222, -0.017874703, 0.0028035743, - -0.00069237204, -0.015093285, -0.0044039125, 0.0062615997, - -0.008848728, 0.00380059, 0.008637395, -0.014302489, -0.004550482, - -0.0134980595, 0.0016250504, -0.011289286, -0.01427522, 0.00020867029, - -0.008173825, 0.016893025, -0.025428163, -0.02058795, -0.008541954, - 0.020710658, 0.0020332304, -0.00013900701, -0.008985072, -0.006691084, - -0.0022019562, 0.014193414, -0.0011163168, -0.027446054, 0.0077920617, - 0.025850829, 0.005320826, -0.004305063, 0.0094145555, 0.03086829, - -0.005365138, -0.008637395, -0.004073278, 0.025482701, 0.033022527, - -0.00073029276, 0.0356676, 0.018038316, -0.017738359, 0.024882786, - -0.007826148, 0.046984155, -0.008344255, -0.028768592, 0.0069569545, - -0.0015969295, -0.029532118, -0.1329627, -0.0014341689, 0.011855114, - 0.021419648, 0.024473755, -0.0121209845, -0.018011047, 0.019647175, - -0.014466102, 0.014207048, -0.03544945, -0.030268377, 0.027200636, - -0.0008440548, 0.0028478862, -0.008303352, 0.0061797933, -0.01498421, - -0.036485665, 0.033213407, 0.008555588, -0.005136762, -0.005007235, - -0.005017461, -0.017874703, 0.008780556, -0.033431556, 0.025932636, - 0.0095509, -0.026287131, 0.022455864, -0.016388554, 0.027200636, - -0.017288424, 0.00677289, -0.032368075, 0.00073029276, -0.0059446, - 0.003340429, 0.005866202, 0.0018985907, 0.018433714, 0.016606703, - -0.0011418813, -0.012325501, -0.024432851, -0.019469928, 0.01737023, - -0.011964189, -0.011452899, -0.030813752, -0.0033267946, -0.032149922, - 0.006462707, 0.0013787791, 0.0031188698, -0.008153373, -0.019333584, - -0.0047311382, 0.00012963335, -0.01184148, -0.000047427486, - 0.0125027485, 0.006704718, 0.0292867, -0.022605842, -0.020969713, - -0.020492509, 0.007935223, -0.017779263, -0.00017884503, 0.02263311, - 0.004407321, 0.029886613, -0.023505712, -0.0009228787, -0.01683849, - -0.021815047, 0.012032362, -0.008875997, -0.023014873, -0.0051469873, - 0.014656984, -0.02653255, 0.015052382, 0.0118619315, 0.014411565, - -0.0034273483, 0.0069126426, -0.033540633, -0.019497197, 0.015993156, - 0.022892164, -0.018460983, -0.031959042, 0.0012415829, -0.006036632, - -0.0031631817, 0.003844902, 0.011316555, -0.020574315, -0.0030489934, - -0.019933498, 0.027064292, -0.013293544, -0.0001543457, -0.010355329, - -0.0212424, 0.012134619, 0.025905367, -0.012005093, 0.016729413, - -0.017533842, 0.0122641465, -0.020247089, -0.017533842, -0.041694008, - 0.0039573857, 0.008896449, -0.0041209986, -0.0028853808, 0.005126536, - 0.0016548757, 0.011132491, 0.0049901917, 0.011364276, -0.01842008, - -0.0068137934, -0.032422613, 0.00026800125, -0.003844902, - -0.0017792897, 0.012475479, -0.03266803, -0.010716641, 0.016770316, - -0.01498421, 0.0047788583, 0.017233886, 0.017465672, 0.038121793, - 0.0301593, -0.011371093, -0.003647203, 0.002597354, -0.0112552, - -0.02409199, 0.02263311, -0.012966318, 0.004028966, -0.009203223, - 0.001134212, 0.00964634, 0.014452468, 0.0070353523, -0.03386786, - -0.02597354, -0.0037869557, -0.0077716103, 0.009741781, -0.004332332, - -0.020478874, 0.039185274, 0.0046766005, 0.008971438, -0.021624165, - -0.018842746, 0.001951424, -0.0017707682, 0.026314398, 0.022428595, - -0.04019422, -0.0072739543, -0.017765628, 0.01715208, 0.008596491, - -0.0013370237, -0.0011427335, 0.01342307, 0.00053344603, -0.00984404, - 0.008780556, 0.024214702, 0.013600318, 0.013450339, 0.015625026, - 0.025619045, -0.0031256871, 0.01223006, 0.014547909, -0.00068598095, - 0.007846599, -0.0032279452, 0.045375295, -0.015965886, 0.014875134, - 0.0051742564, 0.037658222, -0.021542357, 0.0028649291, 0.012018727, - 0.005065181, 0.0013941178, -0.006149116, -0.014575178, -0.0088214595, - -0.006312729, 0.015488682, -0.0068172016, -0.028986743, -0.006994449, - -0.009128233, 0.009850857, -0.0047959015, 0.0103416955, -0.0073148576, - -0.007069438, 0.011964189, 0.0013515103, -0.032422613, -0.017070273, - 0.008003395, 0.012625458, 0.00004423192, 0.019878961, -0.007294406, - 0.015515951, 0.021460552, 0.024051089, 0.0056412346, 0.009305481, - -0.0052322024, 0.026737066, -0.011521071, -0.008541954, -0.0044686757, - -0.035640333, -0.019456293, 0.0024814615, 0.022551304, -0.008528319, - 0.07471653, 0.011609695, -0.003844902, -0.0060945787, -0.014302489, - 0.0047004605, 0.02309668, -0.011780125, 0.013648038, -0.030295646, - -0.010784813, 0.005886654, -0.007533008, -0.04163947, -0.024214702, - 0.02399655, 0.004417547, 0.010968878, 0.016770316, 0.012530017, - 0.023887476, 0.008466965, 0.01851552, 0.014466102, -0.008330621, - -0.0077511584, 0.017629284, 0.019156337, -0.018161025, -0.027827818, - 0.010709824, 0.026096249, -0.051319897, -0.008262449, 0.012468662, - -0.0067967502, -0.029777538, -0.008078384, 0.006057084, -0.0059343744, - 0.028959474, 0.013266275, -0.015270532, -0.01978352, 0.0068785567, - 0.0035926653, -0.008248814, -0.01045077, -0.028523173 - ], - "metadata": { - "chunkTitle": "Squat Variations", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28771&chunkSid=chunk_57151" - }, - "document": "Andy Galpin: That's going to drive a lot of the adaptation. You can get to these single joint movements like a little bit later. But having said that, because of the way that people move differently, their anthropometrics and their biomechanics and even their technique, the same exact exercise will not necessarily work the same exact muscle groups for multiple people. So if you and I both went and did a back squat, if you did a little bit more of what we call a high bar squat, so this is the bar is literally sitting up higher up on your neck. You're keeping your back more vertical. And because in order to do that, you shift your knees much further past your toes, keeping, of course, your whole foot on the ground in good position. Okay, that's going to generally put more of an emphasis on the knee joint, right, Andy? So that's not a bad thing. You tend to see a little bit more work in the quads.\n\nAndy Galpin: There a little bit less work in the spinal erectors and back because you're actually not supporting the weight horizontally, which is a much more difficult position. It's vertically stacked. Okay, if I were to do it in the classic low bar squat, which is, again, lowering the bar down further down my back towards more like my shoulder blades, I probably take a little bit of a wider stance. And when I squat, I drive my glutes back further away from the midline, as in fact, as a general rule, if you take the midline of your body, the thing that moves the farthest away from that midline is likely to be the thing that's activating the most. So in the case of the front squat, you're not generally going to be using your glutes as much if you're in that, or not even front squat, just that high bar squat where you're very, very vertical. Your knees are going to be moving very far over your toes, which is fantastic. Therefore, it's a little bit more knee dominant, as can we say.\n\nAndy Galpin: It the other version here. You can keep your shins really close to vertical. You move your butt backwards. You're going to have to then lean forward with your torso, which means that it'll be more low back, more glutes, and a little bit less knee. Now, that's a general statement. It's not necessarily always true, but as a guideline there, that is one exact exercise where you may be going, man, I'm trying to improve this clear weakness I have in my quads. I can't even leg extension my body weight. I have a significant problem there. So maybe in your particular case, if I'm hammering you or you're hammering yourself in a squat exercise and you're wondering why your quads aren't getting any stronger or growing in any size, it may be because of the style of the movement. So I may need to go. Andrew all right, look, squats in general, if you look at the research, are an excellent exercise for quad development. But for you, they're not because of the way you stand or just because of neural activation.\n\nAndy Galpin: It doesn't matter. So I need to take you to a machine and isolate that muscle group so we can make sure we see development in that. So if you're trying to grow a specific body part area, individual muscle, it's very important that you're actually seeing progress there. And don't worry about well, in the textbook, the benchpress is supposed to be good for your PEC. Because if you're not actually moving the right position or it depends on the angle in which your sternum actually sits in your body, a benchpress may actually be doing very little for your PEC. And you may need to adjust to, say, an incline bench or a decline bench or a PEC fly. So machines can be fantastic at letting you isolate without having to worry about things like stability, your low back position, getting hurt where's your neck at. You can really concentrate on just the movement, concentrate on the muscle, and let everything else kind of go away and ensure you're getting training in that specific area.\n\nAndrew Huberman: Those are excellent recommendations." - }, - "truncated_cells": [] - }, - { - "row_idx": 63, - "row": { - "id": "chunk_57150", - "embedding": [ - -0.038295556, 0.0127940755, 0.032615226, -0.03778886, -0.025828166, - 0.01785437, -0.016600963, -0.036162097, -0.0235747, -0.028028293, - 0.005213636, 0.03586875, 0.002591817, 0.023201346, -0.0013767466, - 0.004636936, 0.049469538, 0.017867703, 0.023694709, -0.014294162, - -0.0033568614, 0.008193809, 0.005100296, -0.030748451, -0.021841267, - 0.02941504, 0.030668447, -0.025948172, -0.019787814, -0.016694302, - 0.022121284, 0.0012367384, -0.0103072645, -0.0061370227, -0.022161286, - -0.01022726, -0.0030485103, 0.017454347, 0.015667576, -0.0016342615, - 0.02778828, -0.0032485218, 0.0006650386, -0.018054381, -0.005240304, - -0.017654357, -0.010913966, -0.02461476, -0.016814308, 0.014947534, - 0.00764711, 0.011760683, -0.020614529, 0.016680967, -0.018227724, - -0.018627748, -0.015987594, 0.021601254, 0.012020698, -0.01138066, - -0.008087136, 0.017134327, -0.0015792582, 0.010460607, -0.016574295, - -0.015014204, -0.009200534, -0.0031735175, -0.0039835647, 0.009567222, - 0.0039135604, 0.019107776, 0.0031468493, 0.009233869, 0.035282046, - -0.019534467, 0.008660503, -0.012280713, -0.007267088, -0.0038902257, - -0.0028401648, -0.01898777, -0.0017417677, 0.013087426, 0.019454462, - -0.0189611, 0.026308194, 0.008147139, 0.01568091, 0.0065403795, - 0.00012209042, 0.018547744, 0.028321642, 0.012114036, -0.028561657, - 0.015960926, -0.02821497, -0.0025868167, -0.019974492, 0.009200534, - -0.014200824, 0.0055069863, -0.025694825, -0.015440896, -0.025441475, - 0.03370862, 0.00033835295, -0.010773959, 0.01190069, -0.011567337, - -0.015987594, 0.019054439, -0.006507044, -0.053336427, 0.00832715, - -0.0183744, 0.0065337126, -0.02129457, -0.0072604213, -0.00050294586, - 0.030775119, -0.008027133, 0.03253522, -0.003866891, 0.018827759, - 0.0007367094, -0.041602414, 0.008787177, 0.00088005105, -0.017614355, - 0.019001102, -0.00012479891, 0.000048127793, -0.0011475666, - -0.009040524, -0.00033210262, 0.011740681, -0.0119206915, - -0.023841383, -0.029308368, 0.005213636, -0.005233637, 0.00031772678, - -0.012947418, -0.0008008798, 0.03240188, 0.04002899, 0.02652154, - -0.0061870255, 0.0026168185, -0.031841848, 0.012054033, 0.002211795, - -0.011187316, 0.013920807, -0.01389414, -0.030108413, 0.048349474, - -0.0042302455, -0.018827759, -0.002260131, -0.00758044, 0.019214448, - -0.0052069686, 0.0023118008, 0.011487333, 0.031441823, -0.00035543728, - 0.01993449, -0.0028701664, 0.0127940755, -0.013074092, -0.03821555, - 0.011187316, 0.019854486, 0.0072604213, -0.005620326, -0.028855007, - -0.014734188, -0.017881038, 0.03269523, 0.011367327, 0.028775003, - 0.013380776, -0.011307322, 0.018014379, -0.0047502755, -0.0166543, - -0.020067832, -0.0060536847, 0.01678764, 0.005100296, -0.025201462, - -0.018534409, -0.6302232, -0.0043002493, 0.010967303, -0.031308483, - 0.017374342, 0.020214505, 0.0067603923, 0.009080526, -0.015894255, - 0.03392197, -0.005890342, 0.009920576, -0.017867703, 0.014094151, - 0.005656995, -0.012994087, 0.009920576, -0.016467622, -0.017000986, - -0.0124407215, -0.0367488, 0.02136124, 0.000053961463, 0.010260595, - 0.021667924, 0.01086063, -0.0010342266, 0.008947186, 0.01980115, - 0.022814658, -0.014680852, 0.021907939, 0.0049336194, -0.019921156, - 0.047442753, 0.009020523, -0.033361934, 0.021894604, 0.025921503, - 0.023321353, 0.009853905, -0.026174853, 0.0092872055, 0.0017417677, - 0.00043419187, 0.03029509, 0.018227724, -0.008887182, -0.0018401068, - -0.010287263, 0.007227086, -0.021867935, 0.0047736103, -0.010580614, - 0.013634125, -0.01678764, 0.002246797, -0.021081222, -0.01717433, - -0.0001912611, 0.014080817, 0.005313642, -0.038268887, -0.0026534873, - -0.02002783, -0.013600789, -0.029761726, -0.028988348, -0.017227666, - 0.010420605, 0.0041669086, 0.018881096, 0.0015609239, -0.016960984, - -0.010287263, 0.02486811, 0.021614587, -0.008600499, -0.004200244, - 0.016414287, 0.00012813244, 0.0070137405, -0.0046036006, -0.011980695, - 0.02282799, -0.0039268946, -0.029815063, 0.00586034, 0.009240536, - -0.016440954, -0.0019517799, 0.0011534003, -0.009113862, -0.03749551, - -0.01970781, 0.021534583, -0.0007175416, -0.0072737555, -0.008200476, - -0.03370862, -0.020574527, 0.006630385, 0.00087588414, 0.036322106, - -0.013254102, 0.0017351006, -0.0010658952, 0.0135541195, 0.009420547, - -0.0070604095, 0.01980115, -0.026508205, 0.014534176, 0.02210795, - 0.020801207, -0.026028177, -0.014640849, -0.0023001335, 0.008773843, - -0.019907821, 0.021747928, -0.009213868, 0.0056036585, -0.008140473, - 0.0009900575, 0.015507567, -0.011307322, -0.004803612, 0.014334165, - -0.025254799, -0.015147545, -0.010487275, 0.03509537, -0.0069604036, - 0.012707404, 0.019334456, -0.00948055, 0.00839382, 0.0041102385, - -0.033228595, -0.010187258, -0.04093571, 0.027388256, -0.0045602648, - -0.006070352, -0.040989045, -0.03269523, 0.009900575, 0.018267727, - -0.00500029, 0.01977448, -0.0020101166, -0.011260653, 0.005553656, - -0.028241638, -0.0016809308, -0.018534409, -0.029601717, -0.005076961, - -0.01574758, 0.0023334688, 0.011120645, -0.016080933, 0.0145741785, - -0.036482118, -0.0148541955, -0.0074270978, -0.012394052, - -0.008273813, -0.015587571, 0.021321237, -0.015867587, 0.0016934316, - 0.017120993, -0.0043769204, 0.0033918635, 0.00015469648, 0.011447331, - 0.010467274, 0.0035235377, 0.011180649, -0.005777002, -0.033628616, - 0.0021801265, 0.041229058, -0.012380718, -0.0045469305, -0.009967245, - -0.025654823, 0.009093861, 0.005043626, 0.0010925634, -0.01000058, - 0.001310076, -0.0067737265, 0.014720854, -0.0056603285, 0.0072737555, - 0.0264282, 0.024241406, 0.04376254, -0.010373935, 0.02496145, - -0.0119206915, 0.024454752, -0.01886776, 0.015574237, -0.030961797, - 0.021454578, 0.017547686, -0.013207433, -0.0038902257, 0.0056469943, - -0.025428142, -0.0077804513, 0.019467797, 0.010467274, -0.00046544368, - -0.017734362, 0.025548149, 0.0061203553, 0.008380487, 0.026308194, - 0.009147197, -0.02652154, 0.016814308, -0.0009950578, 0.007593774, - -0.0189611, 0.00035397886, -0.0070204074, 0.018241059, 0.031441823, - -0.014094151, 0.0045936, 0.0023734712, 0.00603035, 0.008193809, - 0.041175723, -0.0010800627, 0.023241349, 0.020761205, -0.002330135, - -0.022414634, 0.037148822, 0.0039035599, 0.027734943, -0.0077537834, - -0.010173923, -0.00828048, -0.013000755, 0.004460259, -0.0258815, - -0.003185185, -0.0038968928, -0.017747696, 0.00891385, -0.0066170506, - 0.024214739, 0.037628848, -0.012887415, 0.016000928, 0.009040524, - -0.0047069397, 0.008367152, 0.011347325, 0.007767117, -0.016627632, - -0.022974666, 0.011614007, -0.027521597, -0.020361181, 0.017187664, - -0.010833962, 0.018307729, -0.004696939, 0.029095022, 0.012914083, - 0.020814542, 0.03856224, 0.00056336605, -0.034855355, -0.007407096, - 0.010660619, -0.015107543, -0.009680562, -0.05029625, -0.012900748, - -0.013000755, 0.0072937566, 0.0018334397, 0.008693838, -0.013367442, - 0.00281683, -0.012520727, 0.031868517, 0.024201404, 0.013547453, - 0.019027771, -0.017187664, -0.0025734827, -0.00787379, -0.008180475, - -0.018307729, 0.031841848, 0.020734536, -0.03229521, -0.01760102, - 0.009347209, -0.019854486, 0.012487391, -0.008807178, -0.00043794207, - 0.007767117, 0.024134733, 0.0015875921, -0.008413821, 0.010320599, - 0.03581541, -0.0087671755, -0.0085804975, -0.021467913, 0.00013792467, - -0.0022701316, 0.08112471, 0.037602182, -0.01350745, 0.024254741, - -0.029975073, 0.032828573, -0.000094692994, -0.011954027, 0.023908054, - -0.0020084498, 0.00735376, -0.0052003018, 0.0025118124, 0.011994029, - 0.0027918287, 0.003141849, 0.0035168708, -0.02000116, -0.008267147, - -0.0036502117, 0.0047502755, 0.010820628, 0.01812105, 0.04512262, - 0.012327382, 0.030668447, 0.028188301, 0.009293873, 0.02545481, - -0.017227666, -0.01649429, 0.035735406, 0.017254334, 0.027308252, - -0.012927417, -0.0007508769, -0.004176909, -0.011120645, -0.015067541, - -0.024774771, 0.020947883, 0.011260653, 0.017881038, -0.008293815, - 0.027254915, -0.029041685, 0.0075204363, -0.002908502, 0.00083338167, - -0.0070137405, 0.0009467216, 0.0072537544, 0.00166593, -0.012200708, - 0.008873848, -0.034668677, -0.014894198, -0.003063511, -0.022027945, - -0.03853557, -0.01027393, 0.014120819, 0.018934432, 0.021054555, - -0.004280248, -0.009567222, -0.021867935, 0.0032085194, -0.0028785004, - -0.018041046, -0.032028526, -0.020934548, -0.014374168, -0.01063395, - 0.02493478, 0.014347499, 0.030721782, 0.018294394, -0.0051469654, - 0.0036868807, -0.019027771, -0.017521016, -0.026761552, -0.035735406, - -0.008127138, 0.012594064, -0.016894314, 0.002598484, -0.01068062, - 0.008293815, 0.019014437, -0.014307497, 0.0141474875, -0.030695114, - 0.01613427, 0.012620732, 0.03421532, 0.0042735813, 0.021374574, - -0.013694128, -0.010927301, -0.033415273, 0.0054203146, -0.05197635, - -0.013474115, 0.001700932, 0.012847412, -0.0029968405, -0.009840571, - -0.017947707, -0.018787757, -0.009000522, 0.007213752, 0.01980115, - 0.0038868922, 0.021374574, -0.001045894, -0.00007365011, 0.005747, - -0.022387967, 0.0057570008, -0.036642127, 0.019374458, 0.0206812, - -0.04704273, 0.027201578, 0.014640849, -0.055309877, -0.020094499, - 0.009460549, -0.005433649, 0.0362421, -0.010753958, -0.013180764, - -0.030935127, -0.0026818223, -0.037682187, 0.013267436, 0.0021717928, - -0.0056669954, 0.0090271905, 0.012820744, 0.010167257, -0.018454405, - 0.01717433, -0.023028003, -0.0059203436, 0.034588672, -0.01889443, - 0.018201057, 0.03672213, -0.0034135315, -0.0034768684, 0.0007387929, - -0.006297032, -0.009780567, 0.0017517683, -0.0026818223, 0.03392197, - 0.037415504, 0.034508668, 0.008707172, -0.0011242318, 0.026014842, - -0.016534293, -0.008193809, -0.011940693, -0.014880863, 0.0048902836, - 0.04269581, 0.024268074, -0.00030168417, -0.003065178, 0.013680793, - 0.006453708, 0.02652154, -0.008527162, -0.03568207, -0.033255264, - -0.01886776, 0.0027318252, 0.009447215, -0.007907125, 0.01760102, - -0.047869444, -0.019721145, 0.006410372, 0.0061370227, 0.004790278, - -0.024148067, 0.017361008, -0.016894314, 0.020694533, 0.015014204, - -0.0013634125, -0.026908228, -0.017267669, -0.030695114, 0.013254102, - 0.0041302396, 0.038268887, 0.018294394, -0.013654126, 0.00063962047, - -0.016534293, -0.009633892, -0.042482466, 0.0021351238, -0.013247435, - -0.028161634, -0.0070804106, -0.00442359, 0.00896052, 0.003803554, - -0.006810395, 0.00487695, -0.005430315, 0.013447447, -0.0061370227, - -0.0076604444, 0.017227666, -0.009747232, 0.023428027, 0.009973912, - 0.033255264, 0.006613717, 0.0092872055, -0.008627167, -0.012980754, - 0.0056469943, 0.022187954, 0.020201173, 0.0015292554, -0.014787525, - -0.031015133, 0.010513944, -0.01710766, 0.0041469075, -0.016934317, - 0.031868517, -0.009280538, 0.015667576, -0.0043002493, 0.0011725681, - -0.022507973, 0.0105672795, -0.017961042, 0.009347209, -0.009280538, - -0.0030485103, -0.013320773, 0.03434866, -0.014440838, 0.0046502696, - -0.016774306, -0.009133863, -0.010200592, -0.0148541955, -0.016547626, - 0.013500784, 0.006557047, 0.015720911, -0.0074404315, 0.029175026, - 0.016667634, 0.018921098, -0.0041169054, -0.003436866, -0.003860224, - 0.034081977, -0.011814019, 0.013114094, 0.020614529, -0.033628616, - 0.0037468842, -0.015440896, -0.022934664, -0.02545481, 0.029041685, - -0.00034251987, 0.023561368, 0.017160995, -0.029761726, -0.007893791, - -0.011687345, -0.011340658, -0.017761031, -0.007147081, 0.014000813, - -0.035335384, -0.019867819, 0.00046627707, -0.00011396495, 0.01814772, - 0.008707172, -0.02484144, -0.00832715, 0.017734362, 0.0008133805, - 0.02957505, -0.021681258, 0.001676764, -0.008160474, 0.025348138, - -0.03600209, -0.003126848, -0.004200244, 0.0019451128, -0.012880747, - -0.016827643, 0.017214332, 0.010447273, -0.0025601485, 0.006750392, - 0.0091205295, 0.0013417446, 0.024308076, -0.02409473, -0.03570874, - -0.015227551, 0.007840455, 0.0008875515, 0.0027718274, -0.0141474875, - 0.01120065, -0.014880863, 0.02285466, 0.0039135604, -0.045949332, - -0.012387386, -0.002246797, 0.017774364, -0.026148183, 0.0012592397, - -0.00943388, 0.00023730543, -0.031575166, -0.00034877023, 0.018081049, - 0.012487391, 0.0074337646, -0.009500551, 0.008547163, 0.015440896, - -0.021014553, -0.0015792582, 0.0047269408, -0.002550148, -0.023094673, - 0.01470752, -0.01000058, 0.051469654, 0.012654068, -0.035548728, - 1.5935169e-6, 0.01138066, -0.023188012, -0.040962376, 0.018507741, - 0.0069337357, 0.010853963, -0.010053917, -0.012114036, 0.014827527, - 0.010947302, -0.011807351, -0.0102339275, -0.020214505, 0.0033218595, - 0.0037102152, -0.0025584819, -0.008740507, -0.037868865, -0.022934664, - 0.021601254, -0.012780742, 0.010660619, 0.00534031, 0.018814424, - 0.020667866, 0.005120297, 0.015200882, 0.02808163, 0.012907416, - 0.022267958, -0.016960984, -0.0049336194, 0.003268523, -0.009760566, - 0.012040699, 0.032188535, -0.003486869, -0.003943562, 0.0049502873, - 0.0050336253, -0.007527103, 0.01620094, -0.000016745764, 0.015280887, - 0.0043635867, 0.012754073, 0.004360253, 0.016534293, -0.0035535395, - -0.0141474875, -0.002430141, 0.014547511, 0.019161113, 0.012200708, - 0.0048836167, 0.013540786, -0.014174156, 0.02418807, 0.011093977, - -0.020787872, -0.0056669954, -0.00050877954, -0.0067403913, - 0.017441012, -0.010713955, -0.0026234856, 0.003325193, -0.0057103313, - 0.0032318542, 0.01649429, -0.0013642458, 0.0035168708, -0.010100586, - 0.0009992246, 0.00008891141, -0.027681606, -0.021974608, - 0.00053044746, 0.0055603227, 0.0020684532, -0.009553888, 0.20875879, - -0.017934375, 0.026121516, 0.019841151, -0.007447099, 0.000028465192, - 0.019734478, 0.006360369, 0.01941446, -0.019147778, 0.003050177, - -0.007227086, -0.046509366, -0.0043102503, 0.019201115, -0.024628095, - -0.02536147, -0.022414634, 0.008200476, 0.013694128, 0.0059770136, - 0.004080237, -0.016920982, -0.0109939715, 0.03477535, 0.01108731, - -0.01418749, 0.001831773, 0.013394111, -0.009987246, 0.0027101573, - -0.0064137056, 0.0048436145, -0.005016958, -0.0189611, 0.015254218, - -0.00798713, -0.019667808, 0.009307207, 0.015587571, 0.02344136, - 0.007220419, -0.0024618094, -0.002028451, 0.01016059, -0.016467622, - -0.004380254, 0.009253871, 0.0037635516, 0.01131399, -0.0138141345, - -0.005416981, 0.025001451, 0.031308483, -0.0048136124, -0.0051469654, - 0.021534583, -0.006130356, 0.00798713, 0.036988813, -0.015947592, - 0.009973912, 0.007487101, 0.027494928, 0.007473767, 0.012640733, - -0.015027539, 0.033255264, -0.015440896, -0.033815295, -0.006227028, - -0.018801091, -0.006687055, 0.00045752653, -0.0019401126, - -0.014880863, 0.041602414, 0.023694709, 0.022747986, 0.02328135, - 0.010467274, -0.022041278, -0.0033618617, 0.008333817, -0.00828048, - -0.009200534, 0.011714013, -0.012474057, 0.010433938, 0.005183634, - 0.004656937, -0.016987652, -0.016627632, -0.0061736917, 0.00014313331, - -0.022747986, -0.0038502235, -0.014040815, -0.02493478, -0.027681606, - -0.019694475, 0.04373587, 0.018174388, 0.011507334, 0.021934606, - -0.025068121, 0.0035702072, 0.0103072645, -0.0009158865, 0.0076337764, - 0.007900459, -0.042055774, 0.00873384, -0.0016959318, -0.003963563, - -0.0008592165, 0.026801554, -0.002120123, 0.018387733, -0.022721319, - -0.008193809, -0.016307613, 0.031841848, 0.007687113, 0.018774422, - -0.009487217, -0.043949217, 0.0030185084, -0.013094093, -0.023308018, - 0.017254334, 0.008320482, 0.022934664, -0.023094673, 0.009447215, - -0.008827179, -0.004733608, -0.029015018, -0.028908344, 0.028401649, - -0.0015617573, -0.0036735465, 0.009613891, -0.0103406, 0.047496088, - -0.01022726, -0.009327208, 0.04344252, -0.0027984958, -0.014694186, - -0.005430315, 0.020014495, -0.020867877, -0.021401241, -0.00039835644, - -0.008260479, -0.014614182, -0.019654473, 0.013747464, 0.015360891, - -0.0067737265, 0.007593774, 0.014387501, -0.012454056, -0.007460433, - -0.015480898, -0.16726303, 0.006810395, 0.03941562, -0.014987537, - 0.02016117, -0.020787872, 0.026534872, 0.020921214, -0.02597484, - -0.006510378, -0.0033118587, 0.011980695, 0.0027551597, -0.03629544, - -0.018534409, -0.00758044, 0.018494407, 0.02652154, 0.011367327, - 0.017000986, 0.014467506, -0.023468029, 0.0083404835, 0.0070204074, - 0.003283524, -0.011133979, 0.017734362, 0.038055543, -0.018307729, - -0.008813845, -0.00419691, 0.013680793, 0.017707694, -0.014720854, - -0.0026218188, -0.0058703404, -0.00448026, -0.0122740455, - -0.028321642, 0.007953795, 0.03000174, 0.016160937, -0.027654938, - -0.014387501, -0.004203577, 0.034401994, 0.0075404374, 0.012434055, - 0.009840571, -0.018094383, 0.0079137925, 0.011500667, -0.0070537427, - 0.009067193, 0.02441475, -0.038775582, 0.0131274285, 0.010127254, - -0.02821497, -0.0026784888, -0.0025468145, -0.027414924, 0.027361587, - -0.022907997, -0.017801033, -0.01178735, -0.0102139255, 0.006130356, - -0.02538814, -0.0065603806, -0.013580788, -0.0010842296, -0.010593948, - -0.037095487, 0.020587862, 0.01314743, -0.01448084, -0.017334338, - 0.0116806775, -0.003183518, 0.0015942592, 0.026348196, -0.023188012, - -0.024441417, 0.0019751147, -0.001478419, -0.012247377, 0.0031468493, - -0.013560787, -0.0149342, 0.026921563, -0.012267378, -0.028054962, - -0.019574469, 0.0004687772, 0.0054969857, 0.014334165, -0.016454289, - 0.0096938955, -0.004246913, 0.01866775, 0.00047002727, -0.018254392, - 0.006537046, 0.044775933, 0.0010633951, 0.009240536, 0.02172126, - 0.035015363, -0.007947127, -0.015360891, 0.003436866, 0.0071737496, - 0.030135082, 0.0054203146, 0.0130340895, 0.009893907, -0.0029901734, - 0.020921214, 0.004656937, 0.05288307, -0.006227028, -0.02574816, - 0.0043002493, -0.004563598, -0.022934664, -0.13483448, -0.0015025872, - 0.0224013, 0.020121168, 0.015920924, 0.014880863, -0.025788164, - 0.01821439, 0.0022567976, 0.03240188, -0.034135316, -0.02077454, - 0.017974377, 0.0027868284, 0.022001276, -0.0032701897, -0.0007512936, - -0.017734362, -0.028908344, 0.021241233, 0.024908112, 0.0030018408, - 0.008353818, -0.008300481, -0.0224013, -0.0030468435, -0.033975303, - 0.038935594, 0.007620442, -0.030828455, 0.017801033, -0.020467855, - 0.0032485218, -0.0038868922, 0.0183744, -0.007833788, -0.008920518, - -0.020667866, 0.016014263, -0.012220709, -0.016120935, 0.023481362, - 0.012374051, 0.0057570008, 0.004020233, -0.016254276, -0.01574758, - 0.0224013, -0.010707288, -0.0023784714, -0.048589487, -0.028188301, - -0.038668912, 0.004520262, -0.021454578, -0.0017551018, -0.0074404315, - 0.010607282, -0.016680967, 0.024134733, -0.0071670823, 0.0021167896, - -0.011073976, 0.00948055, 0.03538872, -0.028775003, -0.010147256, - -0.022201288, 0.008667169, -0.021147894, -0.010980637, 0.025988175, - 0.008360486, 0.03669546, -0.04613601, -0.003473535, -0.023294685, - -0.0183744, 0.024041396, -0.0077537834, -0.016827643, -0.0121073695, - 0.009100528, -0.029068353, -0.004986956, 0.0073204245, 0.013694128, - -0.003853557, 0.0006233695, -0.021227898, -0.027161576, 0.03269523, - 0.014374168, -0.020907879, -0.033628616, -0.0025934838, 0.0006129522, - -0.010027248, 0.008293815, 0.02269465, -0.021854602, 0.009273872, - -0.026601544, 0.032135196, 0.0028785004, -0.0070604095, 0.0017200998, - -0.008187141, 0.017067658, 0.015774248, 0.006177025, 0.013400777, - -0.024574758, 0.0178277, -0.009427214, -0.019027771, -0.046376023, - -0.013354108, 0.0034702013, 0.0051536323, 0.009473883, 0.012134037, - -0.0044835936, 0.011940693, 0.016600963, 0.009273872, -0.01688098, - -0.008813845, -0.03229521, -0.0067937276, -0.019947823, 0.015200882, - 0.019601136, -0.022347962, -0.018787757, 0.0132941045, -0.017347673, - -0.019307787, 0.009007189, 0.024281409, 0.0037668853, 0.023548033, - -0.010147256, -0.0007142081, 0.0074204304, -0.014347499, -0.016867645, - 0.021841267, -0.01928112, 0.017734362, 0.0023718043, -0.0064337067, - 0.02104122, 0.019094441, -0.005530321, -0.033628616, -0.027388256, - 0.0124407215, 0.0012034031, -0.0002683489, 0.010207259, -0.024481421, - 0.015227551, -0.0080804685, 0.0126273995, -0.021027887, -0.012220709, - -0.0026001509, 0.0054769847, 0.016054265, 0.00816714, -0.03253522, - 0.00046711043, -0.0037202158, 0.016627632, -0.003345194, 0.013527451, - -0.012634066, 0.015067541, 0.0053569777, 0.0017351006, -0.009047192, - 0.01287408, 0.004853615, -0.014747523, 0.0059003425, 0.029495046, - -0.013494116, -0.003923561, 0.023708042, 0.0022434634, 0.0054136473, - 0.0008617167, 0.02574816, -0.030508436, 0.008627167, 0.011127313, - 0.025934838, -0.022134617, 0.015240884, -0.0049402867, 0.014787525, - 0.012727405, -0.0062236944, -0.012567396, -0.0065537137, -0.019067774, - 0.008180475, -0.017907705, -0.020014495, -0.0077737845, 0.020467855, - -0.00057628343, 0.014840861, 0.022667982, -0.0091205295, 0.005433649, - 0.025574816, 0.01678764, -0.030455101, -0.018774422, 0.014440838, - 0.013014088, 0.008520494, 0.017587688, -0.013747464, 0.012027364, - 0.019294452, 0.020041162, -0.0006342035, 0.02194794, 0.0076937797, - 0.029175026, -0.0039002262, -0.008833846, -0.01710766, -0.0022434634, - -0.028614994, 0.008253812, 0.03536205, -0.011127313, 0.061763585, - 0.008333817, -0.0011317324, -0.008400488, -0.0044069225, 0.012300714, - 0.016747639, -0.009673894, -0.011860688, -0.03328193, -0.020147836, - 0.0057936693, -0.015960926, -0.032161865, -0.031041801, 0.015267553, - -0.0069604036, 0.0025268132, 0.009793902, -0.01568091, 0.029521713, - -0.014534176, 0.020947883, -0.003196852, -0.026601544, -0.01633428, - 0.021867935, 0.011433997, -0.020801207, -0.03029509, -0.0068937335, - 0.03461534, -0.05077628, -0.022187954, 0.021907939, -0.012540728, - -0.0019117775, 0.00027480762, -0.004816946, -0.0061036875, - 0.011360659, 0.009980579, -0.0132207675, -0.03210853, -0.007767117, - 0.013607456, -0.01864108, -0.009067193, -0.021321237 - ], - "metadata": { - "chunkTitle": "Hypertrophy Exercises", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28771&chunkSid=chunk_57150" - }, - "document": "Andy Galpin: All those strategies are effective personal preference. As long as the total amount of volume on the working muscle is equated throughout the week, which we'll get to those numbers in a second, then you're going to be in the exact same spot, no problem. I would actually generally encourage people to choose exercise science, a variety of fashions. I actually think that it's important that you do some number of combination of what we call bilateral and unilateral exercises. So bilateral being think about it like a squat where bi, meaning two lateral, you have 2ft on the ground moving in sequence. Here, unilateral is one. So this could be something as simple as a rear foot elevated split squat. It could be a single leg leg press or single leg curl. It could be a pistol squat, something where the individual limb is moving one at a time. You need to have a combination of bilateral and unilateral training that's good to do for strength as well.\n\nAndy Galpin: Probably not super important for power, but also very important for making sure for hypertrophy's sake, you're not getting any imbalances as you progress, especially through months and years of training. So make sure you're doing a little bit of a combination. Whether you want to pick specific implements. That's really a methods question, Andy, a preference question than it is concepts. So dumbbell, great kettlebell, fine barbell, awesome band, doesn't matter. Body weight, none of these things are as important because all you're trying to do is create a certain insult in the tissue and the implement is just whichever one you feel best doing it. And this is where actually machines come into play a lot. Machines are greatly underappreciated. They are a fantastic resource, especially somebody who's either early in their fitness journey or somebody who really is having a hard time targeting a muscle group with a bigger compound movement. So when you're choosing exercises for hypertrophy, you're going to want to start with those bigger compound movements." - }, - "truncated_cells": [] - }, - { - "row_idx": 64, - "row": { - "id": "chunk_57149", - "embedding": [ - -0.027372986, -0.005355868, 0.021279953, -0.02319789, -0.03541005, - 0.029643197, -0.008245818, -0.032565765, -0.017835498, -0.014104003, - 0.004354497, 0.0324092, 0.0005365653, 0.020718925, -0.0030497788, - 0.00090841, 0.043107886, 0.0065790415, 0.014038768, -0.024332993, - -0.008056634, 0.0029714955, -0.0016945027, -0.030478217, - -0.0125709595, 0.03410533, 0.023054369, -0.027216421, -0.014456277, - -0.013777823, 0.028677706, 0.0027350155, -0.0028279766, -0.01453456, - -0.028442856, -0.0027986204, -0.009576631, 0.0073520867, 0.02296304, - -0.013751729, 0.036558203, -0.0052547525, -0.010398604, -0.022441152, - -0.0013136881, -0.015943656, 0.0063376683, -0.015513099, -0.003858704, - 0.014077908, 0.010998774, 0.008278437, -0.03152199, 0.014782457, - -0.011161864, -0.012062119, -0.0121534495, 0.01453456, 0.0016659619, - -0.011977312, 0.0036760434, 0.015800137, 0.002963341, 0.026198741, - -0.02786878, -0.012623148, 0.008513286, -0.0046969852, 0.009681009, - 0.0006874234, 0.0049546673, 0.011227099, -0.008806847, 0.004259905, - 0.053389065, -0.01662211, 0.0029078906, -0.017339705, -0.013999626, - -0.0059071113, 0.00035757432, -0.020914631, -0.010424698, 0.025128871, - 0.014456277, -0.014247522, 0.03050431, -0.010998774, 0.0014857478, - 0.010007188, 0.019375065, 0.0047915773, 0.03384439, 0.003940249, - -0.0018608542, 0.01953163, -0.027738309, -0.00022424843, -0.031600274, - 0.013556021, -0.02545505, 0.00650402, -0.026955476, -0.007130285, - -0.044908397, 0.02194536, 0.012375251, -0.014665032, 0.0153304385, - -0.026511872, -0.013236365, 0.03175684, -0.027738309, -0.042194586, - -0.014325805, -0.024502607, 0.0069084824, -0.0015314129, -0.023537116, - -0.013412503, 0.025676854, 0.023889389, 0.023171794, -0.0070715724, - 0.004380591, -0.013673446, -0.043029603, 0.015669664, 0.0036597345, - -0.023458833, 0.01020942, -0.0044229943, -0.0020973345, 0.01266229, - -0.0024284066, -0.008154488, -0.01967515, 0.0025605094, -0.033061557, - -0.017078761, -0.0036890905, 0.005398271, -0.012760144, 0.004282737, - -0.011181435, 0.03050431, 0.05119714, 0.00194403, -0.00494162, - -0.0012631302, -0.008787277, 0.011253194, 0.004944882, 0.0057016183, - 0.020627594, 0.014586749, -0.0062789563, 0.027242515, -0.021253858, - -0.012355681, 0.015774043, 0.01106401, 0.026211787, -0.017209232, - 0.008598093, 0.02768612, 0.03319203, -0.000538604, 0.021906218, - 0.0034640266, -0.0042175013, -0.001864116, -0.04796144, -0.0012721001, - 0.003219392, 0.019375065, 0.009609249, -0.018722706, 0.007410799, - -0.008676375, 0.0050003324, -0.0058288286, 0.03634945, 0.018526997, - -0.009146074, 0.0070259073, 0.0009385816, -0.024085097, -0.005988656, - -0.018774895, 0.002245746, -0.008389338, -0.019649055, -0.013751729, - -0.63169235, 0.0002546239, 0.011592421, -0.03128714, 0.031313237, - 0.012766667, -0.015408722, 0.008506762, -0.0103464145, 0.026642345, - -0.0024985352, 0.019335924, -0.009035173, -0.0074042757, - -0.0046611056, -0.008317579, 0.014756362, -0.014247522, -0.009198263, - 0.0187488, -0.037758544, 0.00842848, 0.0075608417, 0.011964265, - 0.020771112, 0.025989985, -0.013073276, 0.010144183, 0.023771964, - 0.009524442, -0.026094362, 0.019283734, 0.01698743, 0.0044588745, - 0.03347907, 0.0028638563, -0.022597719, 0.017979017, 0.0070715724, - 0.027320798, -0.005215611, -0.018044252, 0.010059377, 0.01233611, - 0.0052286577, 0.022101926, -0.0080109695, 0.0032405937, 0.021293, - 0.0013854476, 0.010372509, -0.0041587893, -0.0054080565, - -0.0011905553, 0.014169239, -0.013542974, -0.010933538, -0.022271538, - -0.015030353, 0.002244115, 0.017835498, 0.0075282236, -0.024959259, - -0.013882201, -0.018044252, -0.003666258, -0.012942804, -0.010411651, - -0.02296304, -0.00021466691, 0.00039997767, 0.020510169, - -0.0033857436, -0.010183325, -0.00851981, 0.008180583, 0.016230693, - 0.004732865, -0.01582623, 0.017431034, 0.011057486, 0.019753432, - -0.011142293, -0.0132167945, 0.006745393, 0.007045478, -0.03128714, - 0.014338853, 0.004100077, -0.026681487, 0.00012710808, 0.011768558, - 0.011338001, -0.018122535, -0.023184841, 0.01675258, 0.013986578, - 0.0030938128, -0.0194403, -0.044412605, -0.010052853, -0.0020891798, - -0.0015297821, 0.02545505, 0.01182727, -0.0005993549, -0.014182286, - 0.003809777, 0.018631374, -0.033087652, 0.01907498, -0.012688384, - 0.004191407, 0.03026946, 0.02416338, -0.025820373, 0.0011563065, - 0.00017674854, -0.00032271387, -0.010711736, 0.016217647, 0.001991326, - 0.0032291773, 0.00574076, 0.027399082, 0.016961336, -0.019883905, - -0.01275362, 0.020471027, -0.007945733, -0.0026110671, -0.014886834, - 0.03170465, -0.024828786, 0.017900733, 0.013660399, -0.0022848877, - 0.011781605, 0.0052253962, -0.02365454, -0.016413353, -0.006216982, - 0.022271538, -0.01675258, -0.007867451, -0.031548087, -0.035592712, - 0.008108824, 0.014899882, -0.004354497, 0.020340556, -0.0054439367, - -0.007286851, 0.018409573, -0.044177756, 0.006295265, -0.016687345, - -0.036036316, -0.015343485, -0.010261608, 0.0031362162, 0.012636195, - -0.02249334, 0.019322876, -0.013255936, -0.023863295, -0.01124667, - -0.021775747, -0.009583155, -0.01745713, 0.019936094, -0.008761182, - -0.015356532, 0.0042501194, -0.016413353, -0.0027056593, - -0.0028410237, 0.012133879, -0.0023615398, -0.0034999065, - -0.0037967297, 0.013131988, -0.021788793, -0.005176469, 0.040080942, - -0.00388806, -0.0048633367, 0.005691833, -0.039219826, 0.027242515, - 0.014404088, 0.007991399, 0.010620406, 0.0029535557, -0.0027660024, - 0.016230693, -0.0015363056, 0.010529076, 0.02634226, 0.025650758, - 0.03942858, -0.0053004175, 0.0051732073, -0.0058386135, 0.021045104, - -0.017391892, 0.006611659, -0.019035839, 0.007815261, 0.027999252, - -0.015800137, -0.0033759582, 0.0023631707, -0.0017222279, - -0.0056494297, 0.019779528, 0.0027154447, 0.020053517, -0.01911412, - 0.042951323, 0.01393439, 0.0051112333, 0.010953109, 0.011964265, - -0.031782933, 0.009407017, 0.004012008, 0.010222467, -0.025833419, - -0.011703322, 0.0075217, 0.026433589, 0.02398072, 0.0027529553, - 0.029564913, -0.009022126, -0.008441526, 0.0029894356, 0.027529553, - 0.00090188644, 0.018696612, 0.022506388, -0.013464691, -0.032852802, - 0.04109862, 0.00042362566, 0.021932311, -0.0063507156, -0.013673446, - -0.0053004175, -0.0025621403, -0.0034705503, -0.020118754, - -0.003666258, -0.0092830695, -0.018814035, -0.0038847984, - -0.017900733, 0.020523217, 0.036218975, -0.008891654, 0.021332141, - 0.0043773293, -0.0036956142, 0.0052808467, 0.002121798, -0.007078096, - -0.022075832, -0.0028198222, 0.007449941, -0.005848399, -0.022649907, - 0.0098114805, -0.012159973, 0.0027725261, 0.00082727283, 0.028442856, - -0.003349864, -0.0009997403, 0.028312383, -0.0018787942, -0.03666258, - -0.010613882, 0.022741238, -0.020457981, -0.01898365, -0.042664282, - -0.004507801, -0.018970601, -0.008278437, -0.015917562, 0.017378846, - -0.021032056, -0.010196372, -0.02948663, 0.051458083, 0.022388963, - -0.0017042881, 0.021097293, -0.014051815, -0.007860927, -0.007652172, - -0.006967195, -0.02810363, 0.02828629, 0.030165084, -0.020014375, - -0.022506388, 0.0079065915, -0.023276173, 0.018827083, -0.01462589, - -0.009733197, -0.004465398, 0.023263125, 0.0013666922, -0.0084350025, - -0.0012794392, 0.04699595, -0.024646126, -0.012518771, -0.020653687, - -0.005169946, -0.01777026, 0.08313664, 0.041594416, -0.0073716575, - 0.02309351, -0.010418175, 0.018631374, 0.031417612, -0.007652172, - 0.022897804, 0.009165645, 0.0011775082, 0.005946253, 0.0058940644, - -0.0071629025, 0.0016700393, 0.010953109, -0.004768745, -0.01698743, - -0.027581742, -0.011351048, 0.01013766, -0.0063865953, 0.024541749, - 0.040889867, 0.030112894, 0.039793905, 0.016830863, 0.006334407, - 0.011311906, -0.024280805, -0.012199115, 0.022597719, 0.016661251, - 0.023263125, -0.0075021293, -0.007541271, -0.010339892, 0.0007897622, - -0.0022245445, -0.009707103, 0.016113268, -0.0016553611, 0.012127355, - 0.005642906, 0.008695946, -0.013112417, 0.00014657693, 0.018853176, - -0.011201005, -0.015891466, -0.00028683414, 0.012871045, -0.018305195, - -0.004328402, 0.015487004, -0.02786878, -0.018031204, -0.010581264, - -0.00692153, -0.028599422, -0.017887685, -0.0070846197, 0.008728565, - 0.0113053825, 0.0017499533, -0.0101311365, -0.026537968, 0.008911225, - -0.013040658, -0.0073064216, -0.030634781, -0.021227764, -0.01615241, - -0.0075086528, 0.022415057, 0.024124239, 0.024894021, -0.008356719, - 0.005078615, 0.0118077, -0.011122722, -0.015721854, -0.023811106, - -0.025494192, -0.010731307, 0.014338853, -0.0019815406, -0.0007942472, - 0.00041241324, 0.022023642, 0.0032275466, 0.0035129536, 0.030582594, - -0.023028275, 0.0022114972, 0.027320798, 0.02703376, 0.0014074647, - 0.017444082, -0.008813371, -0.014417135, -0.024098145, 0.0031460016, - -0.040759396, -0.015904514, 0.008161012, 0.022388963, 0.0021707248, - -0.0061289137, -0.028677706, -0.0044262563, -0.012688384, 0.013608211, - 0.010398604, 0.03754979, 0.016517732, 0.02254553, -0.005848399, - 0.0090743145, -0.014299711, -0.004282737, -0.03300937, 0.038593564, - 0.00972015, -0.04289913, 0.019335924, -0.017509317, -0.02948663, - -0.033766106, -0.0059593003, -0.013490786, 0.03073916, -0.009759292, - -0.03371392, -0.01911412, -0.013712588, -0.025807325, 0.017013524, - -0.010000665, -0.015734902, -0.00053330354, 0.00093776616, - 0.0022685786, -0.030817444, 0.03133933, -0.03491426, 0.009237405, - 0.009850622, -0.025950843, 0.019570772, 0.026146552, 0.010444269, - 0.0023044585, 0.0038456568, -0.0032878898, -0.007887022, 0.010737831, - -0.0066866805, 0.03674086, 0.04055064, 0.03272233, 0.0049155257, - -0.010548647, 0.014417135, -0.0086502815, -0.012022978, -0.01740494, - 0.0023680634, -0.005753807, 0.042429432, 0.02828629, 0.0003237332, - -0.010072424, 0.00053126493, 0.028338479, 0.031052291, -0.010835684, - -0.020692829, -0.014560655, -0.029043026, -0.006265909, 0.03360954, - -0.0010144183, 0.011775081, -0.047152516, -0.006836723, 0.023576258, - 0.00046888308, -0.0048437663, -0.031835124, -0.0024300376, - -0.0056396443, 0.0125709595, -0.0028410237, 0.0249984, -0.03360954, - -0.0010576372, -0.025102777, 0.003362911, -0.0018771632, 0.017678931, - 0.034261897, -0.019388111, 0.017143996, -0.024476513, -0.014038768, - -0.035697088, 0.006425737, -0.015852325, -0.025533333, -0.0121534495, - -0.017300563, 0.0033563874, 0.0021381069, -0.010868303, 0.025442004, - -0.01124667, 0.020940727, -0.033583444, -0.0088655595, 0.029277876, - -0.001929352, 0.020901585, 0.013138512, 0.03170465, -0.0008464359, - 0.017535413, -0.0018478071, -0.0050655683, 0.0013218425, 0.014756362, - 0.017600648, -0.0152260605, 0.007202044, -0.027164232, 0.011422807, - -0.01795292, -0.011357571, -0.018226912, 0.03940249, 0.0078022145, - 0.010698689, 0.0058451374, -0.010091995, -0.015513099, 0.020653687, - -0.012453535, 0.030582594, 0.008474144, -0.01411705, -0.010437746, - 0.02846895, -0.0031981904, 0.0063670245, -0.01166418, -0.010078948, - -0.023719776, 0.004602393, 0.0020810254, 0.023250077, 0.0055091726, - 0.009230881, -0.020992914, 0.012238257, 0.042507716, 0.018996697, - -0.011670704, 0.0031362162, -0.0011872936, 0.03514911, -0.019205451, - -0.00036205928, 0.01777026, -0.024828786, 0.009583155, -0.024150332, - -0.003250379, -0.022271538, 0.0025262604, -0.011977312, 0.028025346, - 0.011879459, -0.022610765, 0.004895955, -0.008950367, -0.0051732073, - -0.0068693412, -0.024606984, 0.0125774825, -0.037053995, -0.020758066, - -0.014638938, 0.01662211, -0.0012003407, -0.0010217574, -0.02508973, - -0.02374587, 0.03235701, -0.0019668627, 0.02532458, -0.021071197, - -0.015513099, -0.027268609, 0.020027423, -0.033635635, -0.0053950096, - -0.0009165645, -0.0027448009, -0.01182727, -0.0032471174, 0.014704173, - 0.02272819, 0.004895955, 0.0078022145, 0.0006976165, 0.012760144, - 0.03347907, -0.029747574, -0.03431409, -0.011057486, -0.010281179, - -0.005972347, 0.0037249704, -0.006148484, 0.027216421, -0.022845615, - 0.011788129, 0.02203669, -0.02490707, -0.015421769, -0.0097136265, - 0.01124667, -0.022584671, -0.008695946, -0.0062071965, -0.016687345, - -0.018579187, 0.0055939793, 0.0073259925, -0.0013079799, - -0.00084888225, 0.0023713252, 0.02111034, 0.013973531, -0.023028275, - -0.004122909, 0.017861592, 0.0006058785, -0.027529553, 0.0067323456, - -0.01847481, 0.029225687, 0.037993394, -0.02476355, -0.0025066896, - 0.017626742, -0.03744541, -0.041724887, 0.0324092, 0.013869154, - 0.0065562087, -0.012981946, -0.013973531, 0.0067127747, -0.0035749278, - -0.0052971556, 0.007019384, 0.011129246, -0.0029111523, 0.009237405, - -0.01546091, -0.016504684, -0.03577537, -0.02865161, 0.023080464, - -0.000024794741, -0.0025882346, 0.0058386135, -0.0009875086, - 0.0356449, -0.008467621, 0.018487856, 0.019296782, 0.012199115, - 0.04060283, -0.035931937, -0.003074242, 0.010868303, -0.0041848836, - 0.00036287474, 0.017143996, 0.007091143, 0.0002917268, -0.0021756175, - 0.00061892567, -0.033061557, 0.013138512, 0.00997457, 0.013686493, - 0.01124667, 0.017965969, 0.017104855, 0.012629672, 0.008585045, - 0.0029062596, -0.0012957482, 0.013021087, 0.0025262604, 0.017000478, - 0.014156192, 0.00084072776, -0.013490786, 0.024985353, 0.0018739015, - -0.0046969852, -0.012864521, 0.006680157, -0.00038428025, 0.012636195, - 0.00008811944, -0.021632226, -0.0020288366, -0.011174911, -0.00052678, - 0.007795691, -0.016361166, 0.0077108843, -0.0128971385, -0.003012268, - -0.011703322, -0.030843537, -0.0014400827, -0.00006156639, - -0.0036238546, 0.004876384, -0.0085393805, 0.20624985, -0.023837201, - 0.00031904437, 0.008585045, 0.023954624, 0.014599796, 0.019244593, - 0.016335072, 0.021058151, -0.016230693, 0.005512434, -0.020444933, - -0.019309828, 0.0044360417, 0.019636009, -0.026120458, -0.026459685, - -0.026877195, -0.003346602, -0.00062218745, 0.01847481, -0.006171317, - -0.020288367, -0.0058223046, 0.00946573, 0.0054113185, -0.021553943, - 0.0027545863, -0.010365985, 0.00022098664, -0.0081023, -0.019127168, - -0.011605468, -0.01275362, -0.011448902, -0.0025914963, -0.009641867, - -0.034157522, 0.020105707, -0.0042664283, 0.023367502, -0.010463839, - 0.008708994, -0.013477738, -0.001736906, -0.0075217, -0.0034933828, - 0.019636009, -0.0071955207, 0.00650402, -0.027190326, -0.0143519, - 0.017965969, 0.031417612, -0.005561361, -0.0035357862, 0.011050963, - 0.012668814, 0.004465398, 0.038254336, -0.0155391935, 0.003587975, - -0.0024561319, 0.029147403, 0.009433112, 0.015487004, 0.0015852326, - 0.0024903808, -0.009439636, -0.031965595, -0.0107704485, -0.02120167, - -0.00272523, -0.00077019143, 0.0010054484, -0.006882388, 0.04730908, - 0.03068697, 0.013816965, 0.029956328, -0.0048861695, -0.012029502, - -0.008258866, -0.006057154, -0.0024528701, -0.025663806, 0.003982652, - -0.01898365, 0.010620406, 0.010255084, -0.00082604965, -0.037288845, - -0.013223318, -0.007984875, -0.0052319197, -0.0134255495, - -0.007652172, -0.024894021, -0.03582756, -0.020392744, -0.016491637, - 0.049474914, 0.0046839383, 0.009113456, 0.0133146485, -0.01675258, - 0.008513286, 0.017522365, 0.0024789644, -0.008369767, -0.00020549311, - -0.04253381, 0.013066752, -0.007652172, 0.021306047, 0.0041587893, - 0.0093874475, 0.0023142437, 0.015186919, -0.0054602455, -0.010594311, - -0.029095214, 0.008480668, 0.035123013, 0.032200444, -0.016034987, - -0.020562358, -0.010248561, -0.0091786925, -0.00819363, 0.016230693, - -0.019753432, 0.010692165, -0.0142736165, 0.0023957887, -0.023628445, - -0.012766667, -0.037523694, 0.006934577, 0.024620032, -0.009093885, - 0.005059045, 0.0137386825, 0.0030318387, 0.015813183, -0.00066540623, - -0.009354829, 0.037132278, -0.016582968, -0.021593085, -0.00019091697, - 0.014143145, 9.2852866e-7, -0.020405792, -0.0022587932, -0.015173872, - -0.007743502, -0.01233611, -0.009335258, 0.016126316, -0.014847692, - 0.021306047, 0.00027399082, -0.0064355223, -0.016230693, -0.019453347, - -0.16230693, 0.015513099, 0.0472308, -0.028625516, 0.028077535, - -0.021136435, 0.037053995, 0.021501755, -0.015839279, -0.017326657, - 0.023811106, -0.00084888225, -0.012857998, -0.019792574, -0.019309828, - 0.005564623, 0.008656804, 0.024424324, 0.026277024, 0.018200818, - 0.02597694, -0.023941578, 0.0040087467, -0.0018510689, 0.0066671097, - 0.0064811874, 0.00078609266, 0.044934493, 0.010613882, -0.014299711, - -0.003793468, 0.028260196, 0.026851099, -0.015604429, 0.008213201, - 0.009113456, 0.017574554, -0.005483078, -0.030060707, 0.017143996, - 0.037419315, -0.00057040644, -0.029356157, 0.004514325, -0.0021723558, - 0.0180573, 0.008004446, 0.00022914112, 0.0125774825, -0.02254553, - 0.0010315428, -0.0043251407, 0.015956704, 0.008089253, 0.026929382, - -0.027973156, 0.0206015, 0.0090677915, -0.029147403, -0.017365798, - 0.0038489185, -0.019375065, 0.035670996, -0.015213014, -0.024228616, - -0.009772339, 0.0011212422, 0.018109487, -0.03290499, 0.0053623915, - -0.006334407, 0.012140403, -0.01011809, -0.042194586, 0.02272819, - 0.015421769, -0.008800324, -0.010829161, 0.0032634262, 0.001362615, - -0.0050623063, 0.01587842, -0.019179357, -0.014508466, 0.0057016183, - -0.0020581929, -0.00735861, -0.0055026487, -0.010803066, -0.016961336, - 0.018879272, -0.013464691, -0.02652492, -0.019231545, 0.016635157, - -0.0019179357, -0.006693204, -0.027764402, 0.011735939, -0.004553466, - 0.015343485, -0.004034841, -0.019427253, 0.032852802, 0.034183614, - -0.0061419606, 0.009400494, 0.012505723, 0.034966446, -0.013334219, - -0.027112043, 0.016817817, 0.0081023, 0.03133933, 0.009478778, - 0.025168013, 0.023263125, -0.020758066, 0.020627594, 0.020901585, - 0.059495147, -0.020575406, -0.005532005, 0.018814035, -0.017339705, - -0.032069974, -0.1305762, 0.016269835, 0.01293628, 0.010750878, - 0.004553466, 0.0144823715, -0.021214716, 0.01884013, 0.0008733457, - 0.020940727, -0.02906912, -0.009472254, 0.027999252, -0.025102777, - 0.012903662, -0.020444933, -0.0038130388, -0.017300563, -0.025141919, - 0.0388806, 0.01233611, -0.012551389, -0.0065529468, -0.0070846197, - -0.0044719214, 0.012831903, -0.031913407, 0.034183614, -0.007019384, - -0.031052291, 0.0041848836, -0.024894021, 0.026198741, -0.020040471, - 0.012473105, -0.0059103733, -0.00895689, -0.015421769, 0.0026029127, - -0.010502981, 0.009804957, 0.04013313, 0.0026061744, 0.0064322604, - 0.00844805, -0.03264405, -0.027399082, 0.033818293, -0.0155391935, - -0.0019195665, -0.026746722, -0.0037021379, -0.03068697, - 0.00032128685, 0.0020043734, -0.014208381, 0.013092847, 0.002487119, - -0.0231457, 0.008454573, -0.021071197, 0.010033282, -0.017235328, - 0.014064861, 0.045117155, -0.023119606, -0.026929382, -0.009654914, - 0.012825379, -0.01907498, -0.009315687, 0.028129723, 0.008708994, - 0.034601126, -0.046552345, -0.0028557018, -0.024137286, -0.018383479, - 0.024985353, -0.0021332141, 0.010124613, -0.004054412, 0.009087362, - -0.0388806, 0.009674485, 0.0050003324, 0.017026572, -0.0035260008, - 0.009243928, -0.026316166, -0.01745713, 0.035436146, 0.011925124, - -0.025259344, -0.029878046, -0.0107704485, 0.010183325, -0.008213201, - -0.0013642459, 0.021932311, -0.01777026, 0.0030677186, -0.018957555, - 0.01426057, -0.011716369, 0.009459207, 0.016883053, -0.022141067, - 0.011579374, 0.019270686, -0.0085459035, 0.014847692, -0.017757215, - 0.008558951, -0.015213014, -0.0143519, -0.031234952, 0.00015829901, - 0.009928905, -0.015578334, 0.003219392, 0.01335379, -0.011279289, - 0.013399456, 0.0017173353, 0.01384306, -0.018540045, 0.00325201, - -0.0061256518, 0.00043055697, -0.0006662217, 0.002565402, 0.010783495, - -0.030373838, -0.0009899549, 0.003282997, -0.022232397, -0.021762699, - 0.015004259, 0.029799763, 0.026485778, 0.017209232, -0.0055222195, - -0.017065713, -0.0111944815, -0.024293851, 0.0026224835, 0.01745713, - -0.020653687, 0.0068171523, -0.011859888, -0.0040087467, 0.021762699, - 0.015956704, -0.0023696944, -0.012727525, -0.012825379, 0.012792761, - 0.009785386, -0.01795292, 0.0054928632, -0.013686493, 0.033296406, - -0.009243928, 0.006647539, -0.028364573, -0.023106558, -0.0100659, - 0.0035651424, 0.017235328, 0.009765815, -0.023080464, -0.011070534, - 0.008004446, 0.013184177, -0.0019554463, 0.0025474622, 0.005212349, - 0.003809777, 0.007130285, -0.01199036, -0.0028165602, 0.020888537, - 0.008872083, -0.008474144, 0.017926827, 0.041542225, -0.0064811874, - 0.0077369786, 0.01698743, -0.011566326, -0.0044066855, 0.011416283, - 0.027764402, -0.012068643, 0.0074042757, -0.0046806764, 0.030478217, - -0.021762699, 0.009785386, 0.01411705, 0.02152785, 0.0061778403, - -0.0030073754, 0.004922049, -0.020249225, -0.014978164, 0.005166684, - -0.009694056, -0.030399933, -0.001658623, -0.0029062596, 0.0014139883, - 0.0038293477, -0.000041333064, -0.008643758, -0.004654582, - 0.012923233, 0.0033090913, -0.032043878, -0.01722228, 0.024502607, - 0.0030970748, 0.007586936, 0.023576258, -0.00350643, 0.0003948811, - 0.030817444, 0.032200444, -0.014651985, 0.03253967, 0.012114308, - 0.027738309, -0.0058581843, -0.009837575, -0.019883905, -0.0014148038, - -0.048822552, -0.010170278, 0.02481574, -0.02930397, 0.07650867, - -0.0024169905, -0.0061908877, 0.00337922, -0.0003906, 0.015278249, - 0.01656992, -0.0050753537, -0.0064453078, -0.020914631, -0.0016039879, - 0.008552427, -0.037575882, -0.030478217, -0.017561506, 0.025468098, - -0.024620032, 0.023680635, 0.021553943, -0.00970058, 0.01967515, - -0.008813371, 0.007952257, 0.01293628, -0.010692165, -0.0102420375, - 0.0065790415, 0.013334219, -0.0118337935, -0.016556874, -0.00828496, - -0.00296171, -0.05568537, -0.014077908, 0.0008798693, -0.0074368934, - -0.015995845, -0.014834645, -0.009941952, 0.0032650572, 0.0061419606, - -0.0016977645, -0.018305195, 0.0023713252, 0.0014466062, 0.004605655, - -0.014508466, -0.00031109373, -0.029382253 - ], - "metadata": { - "chunkTitle": "Exercise Choice", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28771&chunkSid=chunk_57149" - }, - "document": "Andrew Huberman: Yes. So I'd love to talk about those modifiable variables as they relate to choice of movements, order of movements, volume, so sets and repetitions and frequency of training. And I'm particularly interested in frequency of training because that relates to the so called split where typically one is not training their whole body every workout, although there are, I'm sure, hypertrophy workouts that are whole body workouts but where people are dividing their body parts onto different days. So would love to go through this list one by one, starting with exercise choice.\n\nAndy Galpin: Cool. Great. So in the previous section, we pretty much said exclusively choose your exercises by the movement patterns and you want to balance between pushing and pulling and rotation and things like that. In this particular case, you have the option to do either. Here's my recommendation. Most people default almost exclusively to choosing by body parts here, right? I'm going to do calves and shoulders today and chest and back, whatever combinations of things they want. That is clearly effective strategy. However, many studies have actually been done where you choose by movement patterns and that is actually equally effective. Now, one little caveat I actually should have said a few minutes ago when we talk about the research on muscle hypertrophy, it is important to distinguish the fact that the vast majority of this research is coming from a novice to moderately trained individuals.\n\nAndy Galpin: There's actually more and more research coming out on trained individuals, but that's still moderately trained, right? Even those ones. So what happens in those people that are actually way past that point? We don't know scientifically. It's very difficult to do research there. So that's an important caveat I will acknowledge when I say, hey, you don't need to do this or you have to do this. You're assuming a training status of moderate to low may or may not be true. Past that, we don't know scientifically. I have certain thoughts personally, but the science will only take us that far. So that being said, you can actually choose by muscle or by movement pattern here, whichever is your personal preference. And this is actually where you can just become a good coach, whether you're coaching somebody else through this fitness journey or it's yourself, and give them a little bit of autonomy. So maybe you select the first three exercise science, then let them select one every day. And so if they especially want to make sure that one muscle group grows, let them target that muscle andy maybe the rest of the day you've actually split it up as push, pull or something else like that." - }, - "truncated_cells": [] - }, - { - "row_idx": 65, - "row": { - "id": "chunk_127152", - "embedding": [ - -0.002074188, 0.003027013, 0.039381206, -0.049259882, 0.0042618476, - 0.022440612, 0.00296694, -0.023321684, -0.008036436, -0.019930895, - 0.0107330475, 0.03195885, -0.0112403305, 0.006130786, 0.016900545, - -0.023975812, 0.05724292, 0.0046022614, 0.010846519, -0.004779143, - -0.019343514, 0.004205112, 0.014991557, -0.0130158225, -0.013663276, - 0.023228237, 0.030970983, -0.012274922, 0.0011347127, -0.0035977068, - 0.026231889, 0.003958145, 0.010879893, 0.008243354, -0.0051529305, - -0.008890808, 0.008430248, -0.00022861124, 0.02587145, -0.019824099, - 0.014524323, 0.011540696, -0.019984294, -0.0072621615, -0.032599628, - -0.002923554, -0.010839844, -0.013910243, -0.020785267, 0.017714867, - 0.0055300556, -0.0035643328, -0.013750048, 0.007876242, 0.008570419, - -0.014083787, 0.023401782, 0.013469707, -0.006214221, -0.0003199723, - 0.015779182, -0.007983037, -0.024910282, 0.015111703, 0.0015885978, - -0.005676901, -0.013843495, 0.003470886, -0.011186932, 0.017901761, - 0.01310927, 0.013102595, -0.0022360515, -0.018943029, 0.034308374, - -0.009044328, -0.012375044, -0.006427814, 0.019370213, -0.002529742, - 0.0021092307, -0.0039080842, -0.019850798, 0.019957595, 0.009137775, - -0.0075692013, 0.011567395, -0.006287643, -0.02979622, -0.01914327, - 0.005172955, 0.016259765, 0.013963642, -0.0016244748, 0.013222741, - 0.022587458, -0.012301621, -0.0009186167, 0.0027767087, 0.026271937, - -0.0071353405, 0.0039781695, -0.012982449, -0.0141905835, - -0.033720993, 0.013669951, 0.016179668, -0.0059305425, 0.004241823, - 0.0033156974, 0.0055200434, 0.011400525, -0.036471, -0.05299776, - -0.0038580233, -0.00034312546, 0.012348345, -0.0026749184, - -0.022467311, -0.030570496, 0.041223444, 0.021172404, 0.044587534, - 0.0062909806, 0.010626251, 0.025978247, -0.014057088, 0.00555008, - -0.00026678265, -0.023388432, -0.011040087, -0.016606854, - -0.0017988534, 0.024549844, -0.0059906156, 0.025964897, -0.0006512083, - -0.014831362, -0.04998076, -0.03286662, 0.01706074, 0.024242803, - -0.012868977, -0.022934547, -0.019650554, 0.031504966, 0.022987945, - 0.021239152, 0.028087476, 0.011333778, -0.0087039145, -0.015565588, - -0.0008627154, -0.0010562841, 0.004265185, 0.019850798, 0.008984255, - 0.02280105, 0.008096509, 0.0057469863, 0.013416309, 0.00024592396, - 0.006848325, -0.03011661, 0.0074290307, 0.02312144, 0.027980682, - -0.021025559, 0.005496682, 0.00094448146, 0.0114072, 0.028968548, - -0.05115552, 0.0006812448, -0.006294318, 0.019917546, 0.01708744, - 0.014711217, -0.019570457, -0.043412775, 0.029422434, 0.0046790214, - 0.018355647, 0.018222151, 0.023815617, 0.02131925, 0.020625072, - -0.025604459, 0.000034703644, -0.008623817, 0.0007625937, 0.016860496, - 0.008049785, -0.012294946, -0.63437116, -0.0040248926, 0.029956415, - 0.012368369, 0.0121280765, -0.009271271, -0.04138364, 0.010839844, - -0.021038909, 0.016620204, -0.014657819, 0.0046022614, 0.007869567, - -0.0152185, -0.007615925, -0.0042251362, 0.0041183396, -0.03492245, - -0.02553771, -0.0009378067, -0.057403114, 0.0021476108, -0.0027566843, - -0.003268974, 0.023014644, 0.005019435, 0.013309512, -0.0007721887, - -0.00312046, 0.0010421001, -0.029315637, 0.020171188, 0.012214849, - 0.004555538, 0.04811182, -0.029769521, -0.025070475, 0.04135694, - -0.007742746, 0.029449133, -0.023027994, -0.03625741, 0.018048607, - 0.006608033, -0.015472142, 0.0049893986, -0.0033474024, 0.01671365, - 0.008123208, -0.0024312888, 0.027019512, -0.009484863, -0.018195452, - 0.008283403, 0.0069951704, -0.017821664, 0.028140875, -0.020798616, - 0.005016098, -0.0006966802, -0.011887784, 0.010245788, -0.045468606, - -0.0127621805, -0.025110524, -0.006581334, 0.0011897796, - -0.0039548078, -0.000057100664, -0.004779143, 0.0026365384, - 0.008430248, -0.0075692013, -0.012395068, 0.006080725, 0.037699163, - 0.011200282, -0.0024379636, -0.017260984, 0.020945461, 0.009051003, - 0.015245199, -0.01641996, -0.027660292, 0.009471514, 0.00494935, - -0.029769521, -0.0014008696, -0.025511011, -0.02162629, 0.0057136123, - 0.0017421178, -0.012875652, -0.041276842, -0.024469746, -0.0005765342, - -0.0023011307, 0.021479445, -0.008490321, 0.004532176, 0.002069182, - -0.019263417, 0.010272487, 0.0050961953, 0.011667517, 0.009024303, - 0.00434862, 0.01308257, 0.03283992, -0.027633592, -0.0029419095, - -0.018102005, -0.0035342963, 0.006371078, 0.013990341, -0.030276805, - 0.016072871, 0.0072955354, 0.0021693038, -0.013369585, 0.0050661587, - -0.015378695, 0.018742785, 0.00085270323, 0.008583768, 0.022640856, - 0.00881071, -0.021492794, -0.02069182, 0.0042518354, 0.016660253, - -0.013102595, 0.00700852, -0.028487964, 0.020878714, 0.029502532, - 0.014457575, -0.00854372, 0.010426007, 0.004555538, -0.011814361, - -0.0018872942, 0.022600807, -0.028194273, -0.027500097, -0.04287879, - -0.011807687, 0.0050728335, 0.009725155, -0.0152051505, -0.016593505, - -0.0010804802, -0.005086183, 0.027927283, -0.004221799, -0.008390199, - -0.025310768, -0.02098551, -0.025631158, -0.015058305, 0.03617731, - 0.022934547, -0.016540106, 0.023214888, -0.0041583884, -0.00456555, - -0.0019423612, 0.010012171, -0.0074357055, -0.025390865, - -0.0038179746, -0.020171188, -0.015645687, 0.008236679, -0.0030286817, - -0.0042084493, -0.01095999, 0.008270053, -0.02709961, 0.011353802, - -0.012675408, -0.009177824, -0.011767638, 0.009798578, 0.051342413, - -0.004882602, 0.019223368, 0.01338961, -0.027873885, 0.011046762, - -0.017341081, 0.02923554, -0.013803447, -0.007368958, -0.019330164, - 0.0048091793, -0.010980015, -0.018969726, 0.0112403305, - -0.000055484114, 0.010145667, -0.0024446384, 0.022734303, - -0.024229454, 0.03078409, -0.019370213, 0.0057169497, -0.017127488, - 0.021532843, 0.036390904, -0.0036911538, -0.005209666, -0.011580745, - -0.02163964, 0.006831638, -0.0017821664, 0.0037245275, 0.01552554, - -0.019063173, 0.032386035, 0.007849542, 0.0077761193, 0.005616828, - -0.011260355, -0.016353212, 0.034228276, 0.0074290307, 0.05265067, - 0.010913267, -0.025818052, 0.025083825, 0.033240408, 0.0005965585, - 0.005763673, 0.005526718, -0.0136833, -0.012108052, -0.01608622, - 0.04386666, -0.013062546, 0.0037378771, 0.007836193, 0.0073289094, - -0.01080647, 0.02859476, -0.0007112813, 0.033961285, -0.009251246, - 0.016887195, -0.018635988, -0.006975146, 0.0015168439, -0.009251246, - -0.015725784, 0.018502492, -0.024736738, -0.030410301, -0.0017504613, - 0.033347204, 0.03743217, 0.0013741705, 0.032786522, 0.016593505, - -0.014844712, -0.007188739, -0.0076626483, 0.009264596, - -0.00013652012, -0.008296752, 0.005139581, -0.010906592, - -0.0020958812, -0.008096509, -0.027580194, 0.009938749, -0.009785228, - 0.007956339, 0.0061674975, 0.004138364, 0.039995287, 0.0037779259, - -0.020184537, 0.013936942, -0.0048258663, 0.001893969, -0.015178451, - -0.0044520786, 0.015392045, -0.023989161, 0.0017321056, -0.02862146, - 0.027633592, -0.015285248, 0.014551022, 0.0103525845, 0.0016419961, - 0.018502492, -0.0028551375, 0.019383563, -0.039701596, -0.017835014, - 0.0072354623, -0.03711178, -0.019583806, 0.0053131254, 0.023361733, - -0.032786522, -0.018983075, -0.011080136, -0.03134477, 0.0016269778, - 0.0065112486, 0.0029519217, 0.006220896, 0.02587145, 0.007729396, - -0.010045545, 0.024923632, -0.014337429, 0.017447876, -0.019677253, - -0.021853233, -0.018061956, 0.029582627, 0.112349905, 0.03438847, - 0.0012014605, 0.02468334, 0.0028618122, 0.023321684, -0.010452706, - -0.011994581, 0.028114175, -0.010292511, -0.0109866895, 0.0031254662, - -0.016166318, -0.017341081, 0.020171188, -0.00502611, 0.011507322, - 0.004482115, -0.006968471, -0.0020124463, 0.0035276215, -0.009277945, - 0.015085004, 0.034335073, 0.012955749, 0.01400369, 0.025417564, - 0.010926616, 0.023027994, -0.009484863, 0.0049560247, 0.013663276, - 0.028140875, 0.027553495, -0.03492245, 0.022961246, 0.0062275706, - 0.014871411, -0.0054299342, -0.0041750753, 0.014737916, 0.035750125, - 0.012154776, 0.002316149, -0.00822333, 0.0053064507, -0.011614119, - 0.006110762, -0.019370213, -0.013976991, 0.004532176, -0.0014284031, - -0.010586202, -0.017741567, 0.008984255, -0.014217283, 0.005847108, - -0.02069182, -0.014524323, -0.0056401896, -0.016246416, -0.0043753185, - 0.008243354, 0.014083787, -0.03591032, -0.008296752, -0.020211237, - 0.0064745373, -0.008189956, 0.0026031644, -0.0047591184, - -0.0070352186, -0.025751304, 0.002002434, 0.0046556597, 0.022761002, - 0.0039014092, 0.02129255, 0.0046723466, 0.020571673, -0.002227708, - -0.017447876, 0.004298559, -0.032946717, 0.02221367, -0.015098354, - -0.03444187, -0.0027717026, 0.00822333, 0.006180847, -0.0015435431, - 0.0102257645, 0.00929797, 0.01585928, 0.025818052, 0.018368997, - 0.03377439, -0.0030453687, 0.021038909, -0.014591071, -0.018502492, - -0.037271976, 0.0004472103, -0.027032861, -0.008390199, 0.010078919, - 0.010412658, 0.011787662, -0.0040582665, -0.015632337, 0.00945149, - 0.012768855, 0.0021642977, 0.008610467, 0.023869015, 0.0036811417, - 0.023828967, -0.010906592, -0.0034475243, -0.021733087, -0.021906631, - -0.04327928, 0.032733124, 0.010279162, -0.0141905835, 0.015178451, - -0.008557069, -0.00007618636, -0.013870195, 0.005543405, -0.011333778, - 0.032759823, -0.02619184, -0.02067847, -0.033934586, -0.052864265, - -0.017688168, 0.011507322, 0.002002434, -0.004815854, -0.025070475, - -0.0051963166, -0.0074957786, 0.00943814, 0.023014644, -0.031771958, - -0.013870195, 0.018529192, 0.007542502, -0.0055734417, 0.011033412, - 0.016299814, -0.0087039145, -0.008463622, 0.0010763084, -0.001053781, - 0.007335584, -0.02007774, 0.033454, 0.0087039145, 0.03521614, - -0.0008627154, -0.021132356, 0.04739094, -0.00006554843, -0.012662059, - 0.0026949428, -0.0045522004, -0.0022527385, 0.009471514, 0.02163964, - 0.012628685, 0.012909026, -0.0040916405, 0.019610506, -0.000011081179, - -0.007282186, 0.0026632375, -0.012088028, -0.044320542, 0.008990929, - 0.01738113, -0.03417488, 0.018115355, -0.033694293, -0.001757136, - 0.011894459, 0.0057670106, 0.011300404, 0.0020675133, 0.0006161657, - 0.0019306804, 0.018168753, 0.018222151, 0.01185441, -0.00027491752, - -0.018409045, -0.035776824, -0.01003887, 0.012241548, -0.003322372, - 0.0079429895, -0.01324944, -0.002359535, -0.00092529145, 0.0120346295, - -0.0076292744, -0.028781654, 0.009992147, -0.026352035, -0.019210018, - -0.012722132, 0.0053231376, 0.0089575555, -0.030089911, 0.0059038433, - 0.00007571704, 0.0028518, -0.015031606, 0.01609957, 0.0027883896, - -0.000556927, -0.002649888, 0.013589853, 0.02617849, 0.005753661, - -0.0075358273, -0.0036477677, 0.026405433, 0.007902941, 0.016339863, - 0.03283992, 0.024269503, -0.021693038, -0.016326513, 0.030810788, - -0.024176056, 0.009524912, -0.014150535, 0.022080174, 0.0145376725, - 0.023521926, -0.015191801, -0.023375083, -0.021065608, 0.0052029914, - -0.016006123, 0.00988535, -0.015378695, -0.013803447, -0.023842316, - 0.05379873, -0.0014167222, 0.03412148, 0.0053832107, -0.016660253, - -0.010686324, -0.0047157328, -0.023788918, 0.004361969, 0.0089575555, - 0.017314382, -0.023188189, 0.01065295, 0.02220032, 0.01912992, - -0.021666339, -0.0010980014, -0.0035643328, 0.025324117, -0.006915073, - -0.004325258, -0.008296752, -0.028434565, -0.0039014092, -0.02955593, - -0.0010913266, -0.017154187, 0.016059522, -0.016660253, 0.01890298, - -0.004121677, -0.0070151947, 0.005059484, 0.0046222857, 0.00064995675, - -0.005092858, -0.01523185, 0.021706387, -0.03721858, -0.03289332, - -0.027273154, -0.0019757352, 0.0028501314, -0.013843495, -0.027326552, - -0.00198241, 0.018702736, -0.009651733, 0.018943029, -0.0033624207, - 0.0067782397, -0.021252502, 0.018035257, -0.012408418, -0.040315676, - 0.016700301, -0.031478267, -0.025203971, 0.005847108, 0.0045088143, - 0.02891515, 0.00119562, 0.00854372, -0.008183281, 0.0149515085, - 0.0075558517, -0.013636577, -0.032359336, 0.018475793, -0.0072688363, - -0.010392633, -0.003984844, -0.027286503, 0.00853037, -0.011226981, - 0.024082609, 0.016206367, -0.044587534, 0.0045255013, 0.00074215216, - -0.014350778, 0.017674819, -0.01855589, -0.016072871, -0.032305937, - -0.030330203, 0.0045455256, 0.014057088, -0.0039047466, 0.021733087, - 0.021185754, 0.033694293, -0.00837685, -0.00058028876, -0.0037679137, - 0.0051429183, 0.009057677, -0.044267144, 0.0044420664, 0.003077074, - 0.020905413, 0.025324117, -0.027580194, 0.005987278, -0.0010504436, - -0.042798694, -0.038072947, -0.0024229453, 0.01735443, -0.014644469, - -0.01706074, -0.0067582154, 0.0063510537, -0.0021042246, 0.014924809, - 0.0014926478, -0.028194273, -0.009638383, 0.013583179, 0.0027383289, - -0.021025559, -0.021199103, 0.01641996, 0.0107330475, -0.023882365, - -0.0042284736, 0.02768699, -0.036310807, 0.0117809875, 0.017474575, - 0.025364166, 0.01792846, 0.006267619, 0.030383602, -0.0167537, - -0.008076484, -0.010506105, 0.003667792, -0.017554672, 0.0011063449, - 0.022280417, -0.005616828, 0.0021108994, -0.009444815, 0.0015760825, - 0.021826534, -0.0049460125, 0.02433625, -0.0104794055, -0.011480623, - 0.0076492988, 0.00051979854, -0.025978247, -0.0039114216, - 0.0104794055, -0.004779143, 0.0011230318, 0.007983037, -0.013609878, - -0.022614157, -0.011360477, 0.0027366602, 0.002419608, -0.011627468, - -0.010926616, 0.002354529, -0.006631395, -0.0049560247, -0.0019039812, - -0.03139817, 0.0038079624, -0.018061956, 0.013122619, -0.0011539027, - -0.000027350958, 0.0038580233, -0.023041343, -0.03406808, - 0.00096116844, -0.024856884, -0.028781654, 0.00032998447, - 0.0017054065, -0.020371431, 0.007849542, 0.21775804, -0.04055597, - 0.0066914675, 0.009932074, 0.010572853, 0.02521732, 0.024576543, - 0.016193017, 0.02707291, 0.0034608738, 0.020892063, 0.013242765, - -0.020544974, -0.004298559, 0.010599552, -0.026859317, -0.041570533, - -0.029662725, -0.031184575, -0.0004935166, -0.00308208, 0.0046723466, - -0.003540971, -0.0061074244, 0.020264635, -0.003821312, -0.03195885, - 0.0033540772, 0.02677922, 0.0009344693, -0.02497703, -0.020291334, - 0.0044353916, -0.028968548, -0.010412658, -0.0018071969, 0.018462444, - -0.005643527, 0.0044954647, 0.019303465, 0.013563154, 0.0004926823, - -0.027046211, 0.0029152106, 0.016913895, -0.012989123, -0.003711178, - 0.0007363117, -0.012648709, 0.014591071, -0.0051963166, -0.02131925, - 0.04018218, 0.036924887, -0.019276766, -0.008937531, 0.002825101, - 0.004725745, 0.009264596, 0.037378773, 0.004538851, 0.02007774, - 0.005523381, 0.010873218, -0.01887628, -0.015178451, -0.0005877979, - 0.012882327, -0.003958145, -0.007956339, -0.009471514, 0.0026799245, - -0.027873885, 0.00037295336, -0.027446698, -0.016580155, 0.026565626, - 0.02009109, 0.016580155, 0.02524402, 0.021866582, 0.025083825, - -0.0038580233, -0.00036064675, -0.008143232, -0.013549805, - 0.0019423612, 0.0071086413, 0.009738505, -0.01708744, -0.0009795241, - -0.005086183, -0.0036978284, 0.008230004, 0.0027066236, -0.03222584, - 0.001087155, -0.012054654, -0.021265851, 0.005336487, -0.027767088, - 0.031157875, 0.025671206, 0.0026832619, -0.0042685224, -0.03075739, - -0.0006303496, 0.04084966, 0.017714867, -0.00402823, 0.00044804465, - -0.020064391, -0.005863795, -0.010492755, 0.0141905835, 0.013976991, - 0.022560759, -0.007889591, 0.0058604577, -0.005353174, 0.013489732, - -0.002321155, 0.017140837, 0.013176017, 0.008650516, -0.023241587, - -0.012288271, -0.007936315, 0.003667792, -0.018195452, 0.026886016, - 0.014097136, 0.01125368, -0.019423611, -0.00090526714, -0.032946717, - 0.011300404, -0.021799834, -0.0032973418, -0.006070713, -0.018368997, - -0.025310768, 0.0004284375, -0.017341081, 0.019383563, -0.0012807235, - 0.031771958, 0.010746397, 0.0054399464, -0.013402959, 0.0129424, - 0.026258588, -0.037031684, -0.01916997, 0.008844084, -0.0027933957, - -0.035509832, -0.02652558, -0.020051042, -0.022347165, -0.012949075, - 0.002441301, 0.016993992, -0.019890847, -0.025457613, -0.010746397, - -0.16884525, 0.012808904, 0.025804702, -0.031131176, 0.0127955545, - -0.012041304, 0.015712434, 0.013870195, 0.0071086413, -0.019009775, - 0.011814361, 0.0024396323, -0.004648985, -0.026672423, 0.007675998, - 0.010919942, 0.009671757, 0.025177272, 0.010506105, 0.023682121, - 0.013129294, -0.01587263, 0.0031254662, 0.030276805, 0.0015802543, - -0.00639444, 0.010566178, 0.025150573, -0.0068349754, -0.019663904, - -0.008343476, -0.013503081, 0.00869724, 0.002261082, 0.0042117867, - 0.004755781, 0.021546192, -0.014484274, -0.0068016015, 0.033640895, - 0.0038580233, -0.013803447, -0.0035843572, 0.026859317, - -0.00003960544, 0.00540991, 0.0064678625, -0.014484274, 0.014497624, - -0.0030904235, 0.011500647, 0.009204523, 0.017728217, 0.009958773, - 0.017861713, -0.021132356, -0.01587263, 0.027246455, 0.0036944912, - -0.0020508263, -0.00027116298, -0.021866582, 0.0058504455, - -0.03382779, -0.00031788644, -0.02165299, -0.020171188, -0.0001575874, - -0.030383602, 0.006094075, 0.005600141, -0.00631768, -0.004121677, - -0.023027994, 0.03286662, -0.009638383, -0.02768699, 0.0020808629, - 0.022774352, 0.017701518, -0.0067248414, 0.008396874, -0.0058504455, - -0.0074023316, -0.010753072, -0.015805881, -0.012535238, -0.015125053, - -0.021706387, -0.016913895, 0.00350426, 0.004992736, -0.013616553, - -0.004155051, 0.026659073, 0.010539479, 0.011327103, -0.014110486, - -0.003524284, -0.0029969765, -0.010312536, 0.021893281, -0.017848363, - 0.013129294, 0.051956493, -0.0049293255, -0.011347127, -0.0010429345, - 0.0062175584, -0.018128704, -0.015632337, 0.014551022, 0.031184575, - 0.049500175, 0.009838627, 0.017875062, -0.009598334, -0.026672423, - 0.0016762043, 0.013049196, 0.05211669, -0.012428442, -0.0365511, - -0.0052630645, -0.02827437, -0.01762142, -0.1064227, -0.003641093, - -0.0023778905, 0.027473398, 0.007575876, -0.0013432996, -0.002266088, - 0.023201538, -0.0059639164, 0.012121402, -0.020865364, -0.012728807, - -0.0062809684, 0.0004522164, -0.0149515085, -0.02193333, -0.012528563, - -0.011921158, -0.04661667, 0.026966114, -0.0015377026, -0.008396874, - -0.0074290307, 0.010679649, -0.0005865464, -0.011987906, -0.040929757, - 0.031024382, 0.031611763, -0.02742, 0.0037011658, -0.033667594, - 0.005566767, -0.024229454, 0.0074757542, 0.0077961436, 0.021906631, - -0.011247005, -0.007509128, -0.023428481, -0.010679649, 0.0016820447, - 0.022373864, -0.02317484, 0.0053064507, -0.009872001, -0.026018295, - 0.008189956, 0.0013090913, 0.0015335309, -0.025110524, 0.003470886, - -0.02218697, -0.008557069, 0.032759823, -0.007963014, 0.0021509482, - -0.0072221127, -0.019436961, -0.030703992, -0.013282813, -0.012742156, - -0.0517162, 0.016873846, 0.015245199, -0.0071687144, -0.025390865, - -0.01338961, -0.013596528, 0.0077961436, -0.0030069887, 0.026832618, - -0.0015585613, 0.03254623, -0.033293806, -0.009384742, -0.0029051984, - -0.026151791, 0.017421179, 0.001581923, 0.0028501314, -0.013202717, - 0.010446032, -0.008096509, -0.009618359, 0.019703953, 0.020331383, - -0.0025414228, 0.003727865, -0.036737993, -0.009004279, 0.032386035, - 0.024216104, 0.011133534, -0.010272487, 0.0031321407, -0.002546429, - -0.0182355, 0.0258581, 0.0023778905, 0.0024146019, -0.012101377, - -0.046803564, 0.02920884, 0.0035276215, -0.0017170873, -0.02370882, - -0.009471514, -0.012722132, 0.009524912, 0.006311005, 0.015151752, - -0.019009775, 0.0022794376, 0.0055968035, -0.0055300556, -0.032119043, - -0.037352074, 0.004685696, -0.026338685, 0.00988535, 0.0111468835, - 0.0047123954, 0.017568022, -0.020731868, 0.020251285, -0.020918762, - -0.011674192, -0.012134751, -0.001762142, 0.0010621245, -0.011961207, - 0.026645724, -0.030009814, -0.009518237, 0.00132995, -0.011760963, - -0.033320505, 0.027847186, 0.018796183, -0.0024813497, 0.020051042, - -0.005693588, 0.008189956, -0.002868487, -0.018862931, -0.014497624, - -0.009358043, -0.0053731985, 0.006881699, 0.021025559, 0.022053475, - 0.026325336, 0.01762142, -0.02222702, -0.016633553, -0.017114138, - 0.016686952, 0.009524912, 0.001209804, 0.0114072, -0.013976991, - 0.031451568, 0.008970905, 0.013589853, 0.0048358785, 0.005266402, - 0.003864698, 0.012294946, -0.006060701, -0.010719698, -0.00418175, - -0.010719698, 0.0031004357, 0.03385449, 0.014791314, 0.008416899, - -0.0025430915, -0.00013078398, -0.0041617258, -0.025417564, - 0.009511562, 0.016526757, 0.0009453158, 0.0022143584, 0.01369665, - 0.032279238, -0.005830421, -0.0006503739, 0.007642624, 0.01676705, - -0.020144489, -0.023548625, 0.02039813, 0.012248223, 0.0011005044, - 0.03134477, 0.021786485, -0.0037812633, -0.00008567707, 0.0072554867, - -0.006814951, 0.015819231, 0.018222151, 0.01491146, -0.011467273, - -0.012321645, 0.022013426, -0.0016461678, -0.015819231, 0.002030802, - -0.010452706, 0.010572853, 0.010546153, 0.001965723, 0.0024813497, - -0.019276766, -0.015725784, 0.020264635, 0.0043052337, -0.029929716, - 0.011774313, 0.02372217, -0.008156582, 0.030356903, -0.0017471239, - 0.01707409, 0.03521614, 0.009077702, -0.016873846, 0.025831401, - -0.003027013, -0.00025593612, -0.010045545, -0.025697906, - -0.014350778, -0.00869724, -0.024416348, -0.00868389, 0.009471514, - -0.006704817, 0.081539124, 0.0135231055, -0.021132356, 0.024923632, - -0.008356825, 0.0006082394, 0.0011388845, -0.0061674975, -0.009892025, - -0.00869724, -0.022587458, 0.0070752674, 0.0006211718, -0.0059906156, - -0.013463032, 0.027873885, 0.00018877114, 0.043466173, -0.007862892, - -0.022160271, 0.020598372, -0.0006107424, -0.005960579, 0.014257331, - -0.009945423, 0.009685107, 0.02346853, 0.0038079624, 0.006207546, - -0.028247671, 0.010232439, 0.0142840305, -0.027953982, -0.0039047466, - 0.0003310274, 0.008557069, -0.01048608, 0.007275511, -0.008396874, - 0.022654206, 0.01006557, 0.015805881, -0.010786446, -0.013950292, - 0.014524323, -0.012595311, 0.0001018947, 0.010466056, -0.0243496 - ], - "metadata": { - "chunkTitle": "Tools for Fitness", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64060&chunkSid=chunk_127152" - }, - "document": "Andrew Huberman: Thank you for joining me for today's discussion. All about tools to improve your fitness. If you're learning from and or enjoying this podcast, please subscribe to our YouTube channel. That's a terrific zero cost way to support us. In addition, please subscribe to the podcast on Spotify and Apple and on both Spotify and Apple. You can leave us up to a five star review. If you have questions for me, or comments about the podcast or guests that you'd like me to include on the Hubruminlab Podcast, please put those in the comments section on YouTube. I do read all the comments. Please also check out the sponsors mentioned at the beginning and throughout today's episode. That's the best way to support this podcast. During today's episode, and on many previous episodes of the Huberman Lab Podcast, we discuss supplements. While supplements aren't necessary for everybody, many people derive tremendous benefit from them for things like enhancing sleep, hormone support, and focus.\n\nAndrew Huberman: The huberman lab podcast is partnered with Momentous Supplements. If you'd like to see the supplements discussed on Huberman Lab podcast, please go to momentous spelled O-U-S. So momentous.com huberman if you're not already following me on social media, it Huberman Lab on all social media platforms. So that's Instagram, Facebook, Twitter and LinkedIn. And on all of those platforms, I cover science and science based tools, some of which overlaps with the content of the Huberman Lab Podcast, but much of which is distinct from the content on the Huberman Lab podcast. So again, it's Huberman Lab on all social media platforms. If you haven't already, subscribed to the Huberman Lab podcast. Neural network newsletter. This is a completely zero cost. Newsletter comes out about once a month, and it includes podcast, summaries, and toolkits. Toolkits are short PDFs that, for instance, describe a toolkit for sleep, a toolkit for learning and neuroplasticity, toolkit for fitness, and on and on.\n\nAndrew Huberman: To sign up for the Neural Network newsletter, you simply go to Hubermanlab.com, go to the menu, scroll down to newsletter, and provide your email. We do not share your email with anybody. And again, the Neural Network newsletter is completely zero cost. Thank you once again for joining me for today's discussion. All about tools to improve your fitness. And last, but certainly not least, thank you for your interest in science." - }, - "truncated_cells": [] - }, - { - "row_idx": 66, - "row": { - "id": "chunk_57147", - "embedding": [ - -0.03446565, -0.018912062, 0.008740291, 0.0020405483, -0.016971305, - 0.011603252, -0.009896486, -0.02734954, -0.019930616, -0.015925223, - 0.021059282, 0.036888156, 0.027542239, 0.022050308, 0.016007807, - 0.0070404075, 0.048587758, 0.02030225, -0.0030591018, 0.0063453135, - -0.018168792, 0.010192418, -0.007542802, -0.025945587, -0.0032431984, - 0.046715822, 0.016613435, -0.02364696, -0.020797763, -0.0062730513, - 0.029180182, -0.0011734013, -0.0033756793, 0.022779813, -0.014769026, - -0.016145451, 0.0090086935, -0.0068649133, 0.025339961, -0.016324386, - 0.02689532, 0.010942568, -0.0041533588, -0.017728338, -0.014218457, - -0.029317824, 0.0033206223, 0.0020715178, -0.008692116, 0.011740894, - 0.013544009, -0.011362378, -0.025422545, 0.021940194, -0.00591174, - -0.0072331065, -0.012029943, 0.003998511, 0.018127501, -0.010722341, - 0.0065930695, 0.007604741, -0.017549403, 0.010391999, -0.015718758, - 0.00013882524, 0.0283268, 0.01136926, -0.015443474, 0.016517084, - 0.012683745, 0.0366404, -0.024555398, -0.0047417795, 0.030997062, - -0.008588884, -0.01136926, -0.013055379, -0.005574516, -0.0104539385, - 0.011355496, 0.004869099, -0.0029971625, 0.04434837, 0.021885136, - -0.007783676, 0.002735642, 0.007253753, 0.0027373626, 0.00035614963, - 0.0033825613, 0.03102459, 0.017783394, 0.012243289, 0.002780376, - 0.017852215, -0.00019667804, 0.015856402, -0.028354328, 0.01507184, - -0.031492576, -0.012360285, -0.0046247835, -0.022105364, -0.041430354, - 0.013888115, 0.01046082, -0.023880951, 0.014356099, -0.034548234, - -0.027679881, 0.031134704, -0.019159818, -0.034410592, 0.01403264, - -0.0053026723, 0.013461424, 0.0079626115, -0.012876444, -0.023729544, - 0.02264217, 0.018044915, 0.02562901, 0.00406045, 0.0006942337, - 0.004659194, -0.015168189, 0.017439289, -0.02770741, -0.007253753, - 0.0101098325, 0.010536524, -0.010928804, 0.0087747015, -0.009511088, - 0.01497549, -0.005051475, -0.0132480785, -0.023715781, -0.021981487, - 0.013970701, 0.014824083, -0.018237615, 0.016090393, 0.0044940235, - 0.010653519, 0.02481692, -0.00721246, -0.0033756793, -0.00480716, - -0.027211897, 0.0030642634, -0.0036853745, -0.022160422, - -0.0015751449, 0.026303457, -0.019311225, 0.025229847, -0.007824969, - -0.010474584, 0.025353724, 0.020343542, 0.011892301, -0.017879743, - 0.0128902085, 0.019338753, 0.030997062, -0.003936572, 0.015126897, - 0.00029765163, 0.009979072, -0.0033670764, -0.014631384, 0.03339204, - -0.010908158, 0.023234032, -0.009180746, 0.003654405, -0.0052407333, - -0.029207712, -0.01542971, -0.0040432448, 0.0285195, 0.0104126455, - -0.015278303, 0.0072812815, 0.026124522, -0.037383668, -0.0027132751, - -0.00360623, -0.0014658913, 0.0021214131, -0.024927033, 0.00094026944, - -0.64438653, -0.0027012315, 0.028932426, -0.015567352, 0.021086812, - 0.032511126, -0.018980883, -0.016228035, -0.018210085, 0.023041332, - -0.035126332, 0.019283697, -0.007721737, -0.02381213, 0.0011217854, - -0.021128103, -0.012821387, -0.023674488, 0.0016095554, 0.009758844, - -0.020384835, 0.004920715, -0.021651145, 0.029923452, 0.0039778645, - 0.0065689823, -0.0013282489, -0.0025343401, 0.01533336, 0.024844447, - -0.014301042, -0.00002256851, 0.026881555, 0.008354892, 0.052193988, - -0.009091279, -0.01461762, 0.023523081, 0.0057121585, 0.0087747015, - -0.0065896283, -0.009263332, 0.023220267, 0.0038987203, -0.022710992, - 0.039503362, 0.006778887, -0.00009876915, 0.011355496, -0.019751681, - 0.008616412, 0.0059048575, -0.021871373, 0.0058979755, 0.0128489155, - 0.007198696, 0.007735501, -0.0016069746, -0.019104762, 0.01218135, - 0.015319596, 0.0021420594, -0.024761863, -0.0028767255, -0.014961726, - -0.011658309, -0.026262164, -0.0013273886, -0.01633815, 0.01712271, - 0.0164345, 0.017081419, -0.0046247835, 0.0056089265, -0.00063358503, - 0.008994929, -0.00279414, 0.02500962, -0.01286268, 0.025615245, - -0.013000322, 0.015966514, -0.027046725, 0.00026560677, 0.008244778, - 0.035098806, -0.038677506, 0.014782791, 0.012876444, -0.028932426, - -0.016902484, 0.001481376, -0.0075083915, -0.027542239, -0.013385721, - 0.0051478245, -0.010749869, 0.024431521, -0.0025876765, -0.042806778, - -0.028629614, -0.001250825, -0.0102199465, -0.0034617055, - 0.0041017425, -0.014080815, -0.02650992, -0.0086095305, 0.042834304, - -0.015677467, 0.025037147, -0.015952751, -0.003430736, 0.0107016945, - -0.0073501025, -0.02553266, 0.024651749, 0.018967118, 0.0032810501, - -0.00672383, 0.0127800945, -0.0113348495, 0.037246026, -0.002315833, - 0.017976094, 0.025904294, -0.010963215, -0.018912062, 0.003654405, - 0.0010890953, -0.0060769105, -0.019737916, 0.046963576, -0.02560148, - 0.023481788, 0.018457841, 0.025642773, 0.014562563, 0.017948566, - -0.032235842, -0.024734335, 0.0078043225, 0.013860587, -0.025904294, - -0.0040501268, -0.0063590775, -0.038347166, 0.012360285, 0.016888719, - -0.008244778, 0.015388417, -0.0020715178, 0.0014159959, 0.011052682, - -0.0038815148, -0.0025635893, -0.008134664, -0.03319934, -0.011561959, - -0.016902484, -0.0063556363, 0.014025758, -0.0012422224, 0.015223246, - -0.012552984, -0.0022401295, 0.022036543, -0.012401578, 0.0051237373, - -0.013371957, 0.020357307, -0.020481184, -0.02452787, 0.020068258, - -0.01367477, 0.0079213185, -0.0005376655, 0.01640697, -0.0059048575, - -0.0010933966, -0.0037851653, -0.012291464, -0.0096556125, - 0.0032328751, 0.041017428, 0.0071711675, 0.028189158, 0.0041533588, - -0.033089224, 0.028079044, -0.021141868, -0.00026302596, -0.01838902, - -0.002000976, -0.0041567995, -0.013784884, 0.009903369, -0.0123258745, - 0.002904254, 0.032208316, 0.012098764, -0.025780417, 0.028299272, - -0.01659967, 0.021609852, -0.0013729826, 0.003664728, -0.00961432, - 0.026000643, 0.026317222, -0.022105364, 0.019448867, 0.0079075545, - -0.014177164, 0.013330664, 0.0061216443, 0.0032724473, 0.011940476, - -0.008643941, 0.0062730513, 0.004697046, 0.005877329, 0.028106572, - -0.0014142754, -0.026551213, 0.0038471043, 0.004346058, 0.013791766, - -0.015815109, -0.033502154, -0.0017179488, 0.018512899, 0.011940476, - 0.0051891175, 0.012759448, -0.004524993, -0.0089123435, 0.006720389, - 0.03047402, 0.024569163, 0.0283268, 0.017191533, -0.0015751449, - -0.010639755, 0.033860024, 0.0066378033, 0.019903086, -0.0044940235, - -0.017631987, -0.0043873508, 0.0078524975, 0.024403993, -0.019366281, - 0.00074283866, -0.008409949, -0.000027716656, -0.0013876072, - 0.0065861875, 0.034052722, 0.02507844, 0.017453052, 0.03460329, - 0.02400483, -0.0109769795, -0.011699602, 0.024514107, 0.017439289, - 0.00029743655, -0.030336378, 0.005395581, -0.017769631, 0.004466495, - 0.0051443838, -0.024376463, 0.022821106, -0.005698394, 0.02816163, - -0.0005798185, 0.016145451, 0.026496157, -0.0087884655, -0.015760051, - 0.019531453, 0.022036543, -0.014383628, -0.011795951, -0.022793576, - 0.0074602165, -0.0086095305, 0.0017601019, -0.026578741, 0.021582324, - -0.026743913, -0.0074602165, -0.014328571, 0.039613474, 0.02163738, - -0.01676484, 0.014562563, -0.013433895, 0.0005854102, -0.017521873, - -0.015952751, -0.014397392, 0.019696623, 0.013007204, -0.017040126, - -0.010371353, 0.019090997, -0.028106572, 0.0032139493, 0.000028415623, - -0.010323178, -0.022724755, 0.023495553, 0.01507184, -0.009593673, - 0.018980883, 0.04820236, -0.018967118, 0.0033343865, -0.0034840726, - -0.010440174, -0.01205059, 0.05775474, 0.034493178, -0.004518111, - 0.0112109715, -0.018788183, 0.0099997185, 0.0035305268, -0.022408178, - 0.030831892, -0.01055717, 0.002670262, 2.700089e-6, 0.006197348, - 0.0041017425, -0.00031958838, 0.022600878, -0.0053783758, - -0.039641004, -0.023949772, -0.011190325, 0.0024551959, -0.005794744, - 0.023137683, 0.04470624, 0.011417435, 0.013186139, 0.009359681, - 0.02751471, 0.0034445003, -0.027101783, -0.005447197, 0.032015614, - 0.029923452, 0.020426128, -0.010502113, -0.028010223, -0.007673562, - 0.010213064, -0.0027700528, -0.0115550775, 0.015402181, 0.025876766, - 0.017989857, 0.016723549, 0.004941361, -0.012821387, -0.013213668, - 0.0090637505, -0.0075703305, -0.019146053, 0.030886948, - -0.00041507778, -0.012628688, -0.018182557, 0.008568238, -0.010942568, - 0.0065827463, -0.019834265, 0.0031244818, 0.0058463598, -0.030336378, - 0.0029799573, 0.024225058, 0.00008962884, -0.015305832, -0.016393207, - -0.0022039984, 0.00027765048, -0.007487745, -0.0048553348, - -0.021898901, -0.01803115, -0.029978508, 0.01679237, 0.016902484, - 0.029648166, 0.0075221555, -0.007033525, -0.018857004, 0.0120368255, - -0.0068270615, -0.027831288, -0.026220871, -0.036502756, -0.002056033, - 0.008547591, 0.015003018, -0.01205059, 0.013743591, -0.016613435, - 0.010075422, 0.0019218316, 0.023564374, -0.030226264, 0.012126293, - 0.0093115065, 0.025105968, 0.01367477, 0.013110436, -0.009669377, - -0.012690627, -0.022009015, -0.014535034, -0.025642773, -0.024995854, - 0.0037060208, 0.016847426, -0.012167586, -0.011534431, -0.01676484, - -0.0013712621, -0.008588884, -0.008760937, 0.016062865, 0.0049998593, - 0.0075221555, 0.01640697, 0.010708576, -0.001276633, 0.005388699, - -0.0078112045, -0.037769068, 0.030831892, 0.0035614963, -0.02940041, - 0.01588393, -0.0014899786, 0.00096779794, -0.019104762, 0.0000475834, - -0.023784602, 0.033722382, -0.00009075794, -0.033447098, -0.020522477, - -0.01452127, -0.015856402, 0.0027993016, 0.0024207851, -0.022298064, - -0.0079626115, 0.0009910251, 0.014108343, -0.0110458005, 0.014727734, - -0.028299272, -0.0060149715, -0.003771401, -0.011947358, 0.010020365, - 0.022848634, -0.005526341, -0.014204693, -0.017274117, -0.0008064983, - -0.023481788, -0.012738802, -0.0034754698, 0.024582928, 0.015415946, - 0.053652998, -0.022229243, -0.03446565, 0.022243008, -0.0009540337, - -0.0010151125, 0.0017084859, 0.0123121105, -0.019366281, 0.019806737, - 0.014535034, 0.00068434066, 0.012828269, -0.01425975, 0.031354934, - 0.031685274, -0.010564052, -0.024748098, -0.011575723, -0.026193343, - -0.01965533, 0.033667322, -0.004597255, -0.0032414778, -0.030804362, - -0.020646356, 0.02192643, 0.0016405251, -0.008857287, -0.008568238, - 0.020715177, -0.014073933, 0.017576931, -0.018099971, 0.01958651, - -0.0060218535, -0.036392644, -5.8706355e-6, 0.0009247847, 0.025381254, - 0.011479374, 0.025105968, -0.020219665, 0.0065999515, -0.010791162, - -0.016420735, -0.016145451, -0.016062865, -0.014204693, -0.018333964, - -0.018691834, -0.010653519, -0.023330381, -0.020357307, -0.016668491, - 0.025959352, -0.010653519, 0.016902484, -0.016324386, 0.0027081138, - 0.03642017, -0.0021592646, 0.027459653, -0.0065208073, 0.028299272, - 0.013867469, 0.014122107, -0.017700808, -0.01598028, 0.011878537, - 0.014314807, 0.012215761, 0.0023244356, -0.016007807, -0.008905461, - 0.02199525, 0.0012981396, 0.011252264, -0.019311225, 0.045229282, - 0.0039193667, 0.009559263, -0.010447056, -0.018843241, -0.022559585, - 0.00046196222, 0.0037920473, 0.0067651225, 0.0036303175, -0.010853101, - -0.023440495, 0.023068862, 0.0027769348, 0.03374991, -0.00050798635, - -0.015319596, -0.0049757715, 0.004407997, 0.014273514, -0.006565541, - -0.014397392, 0.03520892, -0.0049103918, 0.0020870024, 0.0009213436, - 0.021251982, -0.006372842, -0.0035098805, -0.019696623, 0.035649374, - -0.011713366, -0.01081869, 0.012938383, -0.005113414, -0.0020577535, - -0.01803115, -0.0112247355, -0.0071161105, -0.020357307, -0.00789379, - 0.031162232, 0.009111925, -0.01569123, 0.015760051, -0.014824083, - 0.004174005, -0.017012598, -0.010887512, 0.03374991, -0.048505172, - -0.021045519, -0.018788183, 0.0035924658, 0.0060080895, 0.012759448, - -0.011878537, -0.0038436633, 0.01403264, -0.025656538, 0.018072443, - 0.0003219541, -0.0013420131, -0.025339961, 0.01676484, -0.014411156, - -0.026675092, 0.0060149715, -0.008224132, -0.028216686, 0.0022969071, - 0.0015037429, 0.02030225, -0.0029403851, -0.0065070433, 0.032593712, - 0.022669699, 0.011844126, -0.015925223, -0.019311225, -0.024871977, - -0.010681048, 0.023426732, 0.0006662751, -0.0066618905, 0.003957218, - -0.0012783535, -0.011493138, 0.025835473, -0.0068201795, -0.009215157, - -0.006448545, 0.002345082, -0.025931822, -0.011128386, -0.0076460335, - -0.006393488, -0.015250775, 0.015677467, 0.0071574035, -0.0024672395, - 0.004019157, -0.010660402, 0.0115550775, -0.005409345, -0.027377067, - 0.0060562645, 0.0094216205, -0.0029111363, -0.029125126, 0.0010641476, - -0.008726526, 0.042366322, 0.009084396, -0.013757355, -0.011355496, - 0.009359681, -0.018801948, -0.03936572, 0.013791766, -0.0058188313, - 0.017232824, -0.0021867931, -0.002271099, 0.009394092, -0.018664306, - 0.0053026723, 0.016627198, 0.015952751, -0.006899324, 0.0041946513, - -0.0007725178, -0.0015123455, -0.02326156, -0.010254357, 0.04434837, - -0.009304624, -0.015512295, 0.032869, 0.0014263191, 0.029070068, - -0.0033481508, -0.0019854913, 0.015223246, 0.0065380125, 0.03140999, - -0.025697831, -0.0047211335, 0.013894998, 0.010825573, -0.004583491, - 0.012112529, -0.0028027429, 0.0125461025, -0.006317785, -0.003544291, - -0.032538656, 0.012057472, -0.0055229003, 0.024417756, 0.029565582, - -0.0021042076, 0.011851008, 0.02004073, -0.024321407, -0.014135871, - -0.02355061, -0.0018616131, 0.016255563, 0.0087747015, 0.0067720045, - -0.026964141, 0.012484163, 0.021458445, -0.013922526, -0.0012688906, - 0.0050067413, 0.0126149235, 0.003654405, 0.025023382, 0.012594277, - -0.001422878, -0.007322574, -0.0022590554, -0.028092807, 0.011830362, - -0.0069750273, -0.0028337124, -0.0065276893, -0.014177164, - -0.0055332235, -0.01117656, -0.019958144, -0.013929408, 0.005120296, - -0.004174005, 0.018884534, 0.2005174, -0.014452449, -0.008065843, - 0.014149636, 0.000912741, 0.0033429891, 0.005794744, 0.015526059, - 0.006916529, -0.013599066, 0.013433895, 0.007088582, -0.023880951, - -0.013922526, 0.017783394, -0.026812734, -0.02326156, -0.0081415465, - -0.018306436, -0.0005961635, -0.0020663561, -0.012119411, - -3.578836e-6, 0.0046006963, 0.046082664, -0.019875558, -0.021086812, - 0.0040879785, 0.015388417, 0.001000488, -0.00558828, 0.0060149715, - -0.0012241568, -0.002290025, -0.008272306, 0.0076391515, 0.006548336, - -0.017700808, 0.0020319454, 0.004291001, 0.028602084, -0.0037060208, - -0.018760655, -0.00035851536, -0.0050721215, -0.009043104, - -0.0027528475, -0.014906669, -0.008760937, 0.02004073, -0.028010223, - 0.0057155993, 0.010612227, 0.023041332, -0.007886908, -0.023013804, - 0.00188398, 0.006551777, -0.0088985795, 0.018567955, -0.020274721, - -0.00051185756, 0.0058429185, 0.020068258, -0.026317222, 0.013433895, - -0.018333964, 0.0326763, 0.0006185304, -0.032153256, -0.02426635, - -0.009772608, -0.01078428, -0.0014856773, -0.017260354, 0.0007884327, - 0.020357307, 0.021086812, 0.02751471, 0.013289371, 0.00059401285, - -0.0067720045, 0.0031520103, 0.009043104, 0.0034806314, -0.018306436, - 0.0109356865, -0.0077492655, -0.019380046, 0.017728338, 0.0040398035, - -0.019476395, -0.017563166, 0.0014125549, -0.0083204815, -0.032401014, - 0.0035098805, -0.02884984, -0.017838452, -0.01874689, -0.027652353, - 0.064581804, 0.0084443595, 0.022174185, -0.023357911, -0.0079626115, - 0.0056398963, 0.014769026, 0.0066618905, -0.0076253875, - 0.000048201713, -0.045366924, 0.014782791, -0.0027063931, - -0.00075746316, 0.0038815148, 0.017810922, -0.02472057, 0.041044954, - -0.016228035, -0.020701412, -0.015966514, 0.018554192, 0.012477281, - 0.007824969, -0.009731316, -0.01276633, -0.00031679252, 0.0061698193, - -0.024183765, 0.03281394, 0.012140057, 0.017439289, -0.0119680045, - 0.0090637505, -0.020260956, -0.012484163, -0.026977904, -0.0021902341, - 0.0054953718, -0.02218795, -0.007494627, 0.024693042, 0.0012912574, - 0.028574556, -0.008058961, 0.01452127, 0.021293275, -0.02092164, - -0.005402463, 0.014892905, 0.006328108, -0.014631384, 0.008871051, - 0.0019648448, -0.016159214, -0.02536749, -0.026275929, 0.0027270394, - 0.0108118085, -0.024183765, -0.0016499879, -0.001520088, -0.014383628, - -0.011837244, -0.0027700528, -0.1758519, 0.015718758, 0.028354328, - -0.034740936, 0.039393246, -0.009862076, 0.015925223, 0.0123258745, - -0.021747494, -0.0092013925, 0.010859983, 0.0050755623, -0.0091601, - -0.022009015, -0.022573348, 0.013819294, 0.016062865, 0.040329214, - 0.016420735, 0.0243627, -0.0006559519, -0.02507844, 0.010584698, - -0.0064038113, -0.0033447095, 0.0019201111, 0.0019872116, - 0.0020112991, 0.005853242, 0.0022418501, -0.022573348, 0.019779209, - 0.0061250855, -0.032345958, 0.02163738, 0.0007548824, 0.0128489155, - 0.0074051595, -0.016709784, 0.027583532, 0.030061094, 0.020701412, - -0.021747494, -0.004986095, -0.026317222, 0.0222843, 0.0039744233, - 0.007009438, 0.012126293, -0.0065448945, 0.0033481508, 0.0011802834, - -0.0034961163, 0.042173624, 0.006200789, -0.0062799333, -0.020412363, - -0.00017947274, -0.0058360365, -0.0056949533, -0.007074818, - 0.0068305028, 0.020825291, -0.015649937, -0.030418964, -0.021141868, - -0.0005307834, 0.0041017425, -0.035842072, 0.005275144, -0.0042669135, - -0.029207712, -0.010873747, -0.053487826, 0.018595485, 0.004748662, - -0.009318388, -0.005994325, 0.003387723, 0.027019197, 0.003420413, - 0.0137160625, -0.020770233, -0.018375257, -0.00799014, -0.0099308975, - 0.017067654, 0.0022504528, -0.019146053, -0.019104762, 0.0053095543, - -0.013626595, -0.007384513, -0.029565582, 0.032263372, -0.0038505453, - 0.0024896064, 0.0138261765, -0.005746569, -0.016228035, 0.017742101, - 0.010502113, -0.02163738, 0.022229243, 0.034933634, -0.0059461505, - -0.0070404075, -0.0009394092, 0.03498869, -0.009903369, -0.016310621, - 0.011300439, 0.020673884, 0.034685876, -0.012071236, 0.024032358, - 0.016517084, -0.0064726323, 0.0036956978, -0.008065843, 0.05629573, - 0.014493742, -0.012986558, 0.01042641, -0.014713969, -0.026757676, - -0.14524023, -0.0016990231, 0.0065930695, 0.015209482, 0.014025758, - 0.007377631, -0.015594881, 0.013378838, -0.013282489, 0.037741538, - -0.033667322, -0.014039522, -0.012718155, -0.0079213185, - -0.0072399885, -0.00857512, 0.0033773996, -0.017342938, -0.028547028, - 0.032235842, 0.000078445395, -0.014094579, -0.0019579628, 0.015126897, - -0.011128386, 0.009283978, -0.032511126, 0.039475832, 0.010777398, - -0.0046729585, 0.016228035, -0.018623013, 0.01452127, -0.0048002778, - -0.008341128, -0.015911458, 0.005041152, 0.0014985813, 0.009628084, - -0.0162418, 0.0032982554, 0.022504527, 0.027046725, 0.0021661469, - 0.019930616, -0.010268121, -0.032621242, 0.024280114, -0.0032277135, - -0.0160491, -0.025518896, -0.008341128, -0.03498869, 0.015815109, - 0.020880347, -0.028010223, 0.0032638446, 0.012401578, -0.0128489155, - 0.006159496, -0.007556566, -0.00220916, 0.0071780495, 0.015594881, - 0.035456676, -0.018444078, -0.040219102, -0.03430048, 0.02507844, - -0.014493742, 0.0018203204, 0.0074533345, -0.0018461283, 0.027335774, - -0.029703224, -0.007033525, -0.017714573, -0.021678673, 0.010433292, - 0.010804926, -0.0063109025, -0.016943775, 0.020343542, -0.0264411, - 0.0036371998, -0.004466495, 0.019600274, -0.0034427799, 0.011720248, - -0.01335131, -0.02868467, 0.02507844, 0.013310017, -0.012814505, - -0.025339961, 0.0109769795, 0.01218135, -0.00701632, 0.0058222725, - 0.009497324, -0.0070404075, -0.012401578, -0.023509316, 0.031079648, - -0.00961432, 0.0012198555, 0.02524361, -0.019476395, -0.016159214, - 0.014149636, -0.0016233197, 0.016448263, -0.003537409, -0.0018598925, - -0.0074120415, -0.0029369441, -0.009538616, -0.028712198, 0.02361943, - -0.024968326, 0.006610275, 0.018664306, -0.0055917213, 0.026330985, - -0.0017927919, 0.010185535, 0.014342335, -0.025560189, -0.0080727255, - 0.011479374, -0.00026259583, 0.014810319, 0.0064657503, -0.051753532, - -0.018086208, 0.0064210165, -0.011844126, -0.018499134, -0.00191667, - 0.028547028, 0.026248401, 0.029317824, -0.018636776, -0.009786373, - -0.022862397, -0.028409386, 0.007198696, -0.005581398, -0.036337584, - -0.0038471043, 0.006923411, -0.00539214, 0.01569123, 0.008809112, - -0.012449753, -0.015388417, -0.015938986, 0.0068580313, -0.016998833, - -0.0087747015, 0.011844126, -0.020426128, 0.003478911, -0.0015871886, - 0.011417435, -0.014438685, -0.02264217, -0.015085604, -0.01114215, - 0.01705389, 0.011107739, -0.020054493, -0.01523701, -0.002721878, - 0.017590694, -0.0114587275, 0.008162193, 0.003504719, -0.007329456, - -0.0083617745, -0.011341731, 0.011761541, 0.010832455, -0.003599348, - -0.011417435, 0.022876162, 0.03047402, -0.0040948605, 0.003998511, - 0.023481788, 0.0023519641, -0.012745684, -0.008114018, 0.02481692, - -0.010240592, 0.003836781, 0.00961432, 0.044430956, -0.007501509, - 0.0026014408, -0.0007905834, 0.002520576, 0.031299874, -0.0073569845, - -0.005223528, -0.017342938, -0.0023898156, 0.020467421, -0.016985068, - -0.046302892, -0.018017387, -0.016778605, -0.008107136, -0.0035787018, - 0.032401014, 0.0022366885, -0.009882722, 0.006207671, 0.0023794924, - -0.005698394, -0.012938383, 0.01588393, 0.013433895, 0.004817483, - -0.0021592646, 0.008939872, 0.023165211, 0.018512899, 0.032979112, - -0.021582324, 0.012649334, -0.0040810965, 0.008416831, 0.00088349194, - -0.027556002, -0.018333964, -0.005808508, -0.013970701, 0.010096068, - 0.017645752, -0.02777623, 0.082750596, -0.0028251098, -0.019366281, - 0.0073913955, -0.0026014408, 0.026413571, 0.0103438245, 0.0025842355, - -0.021843845, -0.029482996, 0.01276633, -0.019008411, 0.023757074, - -0.048505172, -0.022105364, 0.032345958, -0.0085544735, 0.023949772, - 0.007198696, -0.031905502, 0.009917133, 0.0029438261, -0.0045594038, - 0.015003018, -0.021485975, -0.0033395481, 0.0087196445, 0.006252405, - -0.0044320845, -0.042338792, -0.0012250171, 0.0054816073, - -0.031327404, -0.015911458, -0.00011430769, -0.016007807, - -0.032290902, -0.010364471, 0.0033481508, 0.016076628, -0.0112109715, - 0.0054127863, -0.03066672, -0.043577574, 0.0037610778, -0.0012680304, - -0.018623013, -0.018609248, -0.009304624 - ], - "metadata": { - "chunkTitle": "Muscle Growth Mechanisms", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28770&chunkSid=chunk_57147" - }, - "document": "Andy Galpin: The nutrients aside. Perhaps we can come in a few more minutes andy talk about that. So all we really have to do is going back to our dogma of activation of something on the cell wall we've talked about this earlier. That's got to induce that signaling cascade. That's got to bone strength enough to cause the nucleus to react to it, to go to the ribosomes to initiate this entire cascade of protein synthesis. Okay? So that signal has to be one of a couple of things. Either it has to be strong enough one time, it has to be frequent enough, or it has to be a combination of these things. All right, so I can get there with a lot of frequency. Andy a moderate signal. I can get there with very low frequency and a large signal, like more akin to what you did with Mike back in the day, I'm sure, and.\n\nAndrew Huberman: Still train that way, still train each muscle group mainly once a week directly and once a week indirectly.\n\nAndy Galpin: So all you have to do there to not fail is to make sure the training is hard enough. Andy it's going to work. If you choose the frequency path, then you actually have to make sure you're not training too hard to where you can actually maintain the frequency. The only wrong combination here is infrequent and low intensity. Andy low volume, that's it. As long as one of those three variables is high, you're going to get there, because the mechanisms that are needed to activate that signaling cascade are wide ranging. And this is why, when we even see things like blood flow restriction training, right? This is when you put, like, a cuff on your arm or your leg and you block blood flow and you use no load or as low as, say, 30% of your maximum, and you take it to fatigue failure. That actually is an equally effective way of inducing hypertrophy, despite the fact that you're using 3510, maybe most 20% to 30% of your one at max. Why? Because you went through the route of metabolic disturbance. Okay?" - }, - "truncated_cells": [] - }, - { - "row_idx": 67, - "row": { - "id": "chunk_57146", - "embedding": [ - -0.023732567, -0.0057414356, 0.014699635, -0.009884237, -0.008259609, - 0.019495538, 0.011014978, -0.023381647, -0.032388587, -0.02477233, - 0.0038861104, 0.015063551, 0.0006945285, 0.012217203, 0.005237801, - -0.00095284433, 0.06576494, 0.0270858, 0.009448837, -0.019079631, - -0.020821232, -0.0021461337, 0.010202664, -0.0001738352, -0.03197268, - 0.028333513, 0.03428615, -0.03891309, -0.016415242, -0.019560521, - 0.019274587, -0.0040290775, 0.00071239943, -0.0109824855, -0.03306443, - -0.023472626, -0.012620111, -0.011853286, 0.023251677, -0.013919814, - 0.02131512, -0.008422072, -0.0011258672, -0.035429887, -0.018715715, - -0.028905382, -0.010319637, -0.03935499, -0.0061345957, 0.005773928, - 0.02546117, 0.013789843, -0.017403016, 0.006024121, -0.014296727, - -0.015648417, -0.0032655024, 0.016090317, 0.037405435, -0.0131269945, - -0.0013971801, 0.0104821, -0.0070963753, 0.016038328, -0.027553692, - 0.0006396973, -0.007954179, -0.0011014978, 0.0053872666, 0.002869093, - 0.013581891, 0.02856746, -0.0102156615, -0.004379997, 0.025877075, - -0.018403787, 0.0011047471, -0.028801406, 0.00042280945, -0.011235927, - -0.008357087, -0.01380284, -0.009799756, 0.035793804, -0.0033093675, - -0.006605738, -0.00021648168, 0.00067056523, 0.017390018, - -0.0140757775, -0.0047894036, 0.0041038105, 0.020678267, 0.006751954, - 0.00707688, 0.016207289, -0.016090317, 0.0011039347, -0.02449939, - 0.023992507, -0.028905382, 0.008721003, -0.016896132, -0.022133933, - -0.021653043, 0.030023126, 0.01371186, -0.011144948, 0.003372728, - -0.018533757, -0.0040778164, 0.020301353, -0.0056796996, -0.055107385, - 0.0064075333, -0.018845685, 0.0053612725, 0.0043832464, -0.021731025, - -0.010852516, 0.031764727, 0.007128868, 0.032466568, 0.012769576, - 0.01764996, -0.0051565696, -0.035273924, 0.009507324, 0.001249339, - -0.010807026, 0.012964532, -0.0081036445, 0.0006981839, 0.0051045814, - -0.009747769, 0.0196515, 0.0010438235, -0.0077332295, -0.034000218, - -0.0401868, 0.0117168175, 0.018585745, -0.011872781, 0.0056764507, - -0.030439032, 0.008857472, 0.030387044, 0.029243305, -0.0045132167, - 0.024317432, -0.015895361, -0.0015230888, -0.011352901, 0.0013931185, - -0.0102156615, 0.03774336, -0.03826324, 0.01904064, -0.012802069, - 0.0006583805, 0.03995285, 0.01332195, 0.010800527, -0.008597531, - -0.0015230888, 0.011430883, 0.049024776, -0.016506221, 0.02477233, - -0.013815837, 0.0005556228, 0.0027602431, -0.032596536, 0.022809777, - -0.0042857686, 0.023875535, 0.0059851296, 0.010800527, 0.012399161, - -0.02407049, 0.020522302, 0.0015352735, 0.027891615, 0.008597531, - 0.0022696054, 0.011326907, 0.022432864, -0.028463483, -0.008714505, - -0.021302123, -0.005595219, 0.020821232, -0.03220663, -0.008708007, - -0.6350866, 0.010904504, 0.008818481, -0.02066527, 0.02275779, - 0.009533318, -0.024343427, 0.023121707, -0.0028918379, 0.029321287, - -0.016363254, 0.008396078, 0.0069079185, -0.014582662, 0.0076942383, - -0.008863971, -0.0074927844, -0.016870137, -0.02253684, 0.008766493, - -0.013906816, -0.0032460068, -0.012964532, 0.01314649, 0.022354882, - 0.015570436, -0.01013118, 0.00974127, 0.026253989, 0.040394753, - -0.004909626, -0.0038861104, 0.009162902, -0.004795902, 0.048426915, - 0.0070378887, -0.009409846, 0.029503245, 0.0002540512, 0.013360941, - 0.0015068426, -0.02249785, 0.0222769, 0.0041298047, -0.0013094503, - 0.051884122, 0.014478685, -0.026396956, 0.013594887, 0.002615651, - 0.0043572523, 0.0006242633, -0.00085211743, -0.012704591, - 0.0064270287, -0.0031988926, -0.01253563, -0.011437382, -0.01720806, - -0.0057771774, 0.023316663, 0.0010616945, -0.02843749, 0.012568123, - -0.010995483, 0.008220618, -0.03506597, -0.0039738403, -0.016233284, - 0.004919374, 0.011963761, 0.013250466, -0.0012867054, -0.006050115, - -0.010891506, 0.017468002, -0.0019316828, 0.006128097, 0.0018342051, - 0.034494102, 0.0064920136, -0.0043670004, -0.007486286, -0.016909128, - 0.023316663, 0.00023942956, -0.032440573, 0.011170942, -0.0036489146, - -0.017623965, -0.0044514807, -0.0135558965, -0.01009219, -0.026150012, - -0.023823546, 0.0091434065, -0.0021705031, 0.015427468, -0.012971031, - -0.014296727, -0.015648417, -0.021107167, -0.004240279, 0.042006385, - 0.019014647, 0.001921935, -0.0018163342, 0.023810549, 0.03654763, - -0.020210372, 0.0314528, -0.009091418, -0.008617028, 0.021770015, - -0.0103066405, -0.02209494, 0.005455501, -0.0026367714, 0.009305869, - -0.0044742255, 0.031140871, 0.0017107334, 0.009942723, 0.0014085525, - 0.017844915, 0.04647736, -0.011957263, -0.019976426, 0.015531444, - -0.0051598186, -0.004886881, -0.033610307, 0.0318947, -0.023511617, - 0.030361049, 0.017805923, 0.008064654, 0.008389579, 0.010911002, - -0.015102542, -0.020561293, -0.008467562, 0.016545212, -0.01371186, - -0.0045847003, -0.0155444415, -0.042474277, -0.009702279, 0.011437382, - -0.020405328, 0.0028918379, -0.009474831, -0.0038341223, 0.010326136, - -0.013737855, 0.004045324, -0.011495868, -0.028099567, -0.0014353589, - -0.014101772, -0.023264674, 0.03228461, -0.003782134, 0.032648526, - -0.020769246, -0.02079524, -0.01585637, 0.004864136, -0.007473289, - -0.012724087, 0.023576602, -0.026695888, -0.023602596, 0.0014101772, - 0.00067787606, 0.0011526736, -0.002214368, -0.004224033, -0.027709655, - 0.005523735, 0.011534859, -0.021263132, -0.032024667, -0.008714505, - 0.04525564, -0.005627712, 0.022224912, -0.00021952786, -0.0047081723, - 0.03288247, -0.020860225, 0.012418657, 0.0009382227, 0.0071743573, - 0.0029292044, -0.017182067, 0.029321287, 0.0006632544, 0.010943495, - 0.038159262, 0.034390125, -0.018364796, 0.011079963, -0.004100561, - 0.022653814, 0.008461063, -0.0006819376, -0.020899216, 0.010891506, - 0.016181296, -0.018078862, -0.01668818, 0.0062223254, -0.011365898, - -0.0068234378, 0.007265337, -0.0013500659, 0.022991735, -0.035273924, - 0.012353672, 0.0010300142, 0.008980944, 0.02388853, -0.0039640926, - -0.02175702, 0.023433635, 0.00086755137, 0.0054002637, -0.03568983, - -0.023082716, 0.0050201006, 0.038601164, 0.0039445967, 0.0044872225, - 0.0076357517, -0.013581891, -0.001275333, 0.006076109, 0.024759332, - 0.006862429, 0.026448945, 0.0061930823, -0.0022744793, -0.019300582, - 0.044319853, 0.016870137, 0.029945144, -0.010358629, -0.014998566, - 0.00790869, 0.0077332295, 0.0011193687, -0.0039251014, -0.009058926, - -0.012191209, -0.009019935, -0.0103066405, -0.004753662, 0.04010882, - 0.03158277, -0.015557438, 0.016376251, 0.029841168, -0.011690823, - 0.0058519104, 0.025448173, 0.00956581, 0.0024661855, -0.026059033, - 0.0170391, -0.019768475, 0.0035189444, -0.0038341223, -0.01768895, - 0.014426697, -0.009227888, 0.01826082, -0.0017204811, 0.010157174, - 0.025227224, 0.00432476, -0.015388477, 0.002113641, 0.028073573, - -0.0081036445, -0.004581451, -0.023940518, 0.006001376, -0.023186691, - 0.0014597283, -0.022705803, 0.0022858516, -0.031088883, -0.025526157, - -0.0102481535, 0.021224141, 0.012243197, -0.0014540422, 0.03620971, - -0.020522302, 0.023667581, -0.0034929502, -0.007902191, -0.0046041957, - 0.034182176, 0.014933581, -0.022458859, -0.02799559, 0.0054100114, - -0.02965921, 0.018104855, -0.0046594334, -0.00025100503, 0.0073173246, - 0.013789843, 0.011866284, -0.019560521, 0.00877949, 0.023082716, - -0.008422072, -0.003983588, -0.0331944, -0.013815837, -0.012893048, - 0.0847406, 0.04866086, -0.00650826, 0.019573519, -0.017234055, - 0.04572353, 0.011229429, -0.013815837, 0.025877075, -0.0041882913, - 0.018962659, 0.0033499831, 0.010618569, -0.009403347, -0.012048242, - -0.00025547275, 0.01026765, -0.019274587, -0.015284501, -0.01655821, - 0.008617028, 0.012295186, 0.02978918, 0.040784664, 0.018767703, - 0.015297498, 0.006569996, 0.006251569, 0.004578202, -0.03472805, - -0.015921354, 0.00847406, 0.020067405, 0.016545212, -0.015297498, - -0.017273046, -0.004568454, -0.0062093283, -0.0065017617, - -0.0030250575, -0.0006035493, 0.024018502, 0.020821232, 0.012854057, - 0.0034474607, 0.014062781, 0.0153624825, 0.0050168512, -0.011833791, - -0.015232513, -0.0004743914, 0.007713734, -0.014309724, -0.01428373, - 0.0058584088, -0.026046038, -0.0031793972, -0.022809777, - -0.0061735865, -0.0042142854, -0.011105957, 0.00018429375, - 0.0017627215, -0.0135558965, -0.016519219, -0.008772992, -0.010319637, - 0.012217203, -0.0055269846, 0.0017903402, -0.015102542, -0.02436942, - -0.0051565696, 0.0041947896, 0.022302894, 0.030828942, 0.014725628, - -0.010501596, -0.001290767, 0.019300582, -0.0074537937, -0.03652164, - -0.017792927, -0.037535407, 0.0034052203, 0.0038731133, -0.003795131, - -0.0077462266, -0.00974127, 0.014439695, 0.0023215935, -0.010059697, - 0.0042207837, -0.03485802, 0.0039640926, 0.009162902, 0.017584974, - 0.015102542, 0.026487935, -0.02375856, -0.020769246, -0.043618016, - -0.002407699, -0.023875535, -0.0153624825, 0.005959136, 0.0070833783, - -0.0331944, -0.020288356, -0.032414578, 0.017961888, -0.0041038105, - -0.015089545, 0.005747934, 0.01891067, 0.004578202, 0.015297498, - 0.019781472, 0.009806255, 0.0014109894, 0.0065667466, -0.04010882, - 0.042188343, 0.020418325, -0.03865315, 0.009240884, 0.004831644, - -0.0222769, -0.010690053, -0.006738957, -0.014335718, 0.022588829, - 0.004074567, -0.029477252, -0.02135411, -0.019196605, -0.045437597, - 0.004766659, 0.002878841, -0.012652603, -0.001839079, 0.013178983, - 0.00028207604, -0.019313578, 0.032024667, -0.036313687, -0.0052442993, - 0.02201696, 0.011053969, 0.011378895, 0.01904064, 0.022718798, - 0.0053970143, -0.00014570884, 0.00058039837, 0.0009057301, - -0.0032460068, -0.029711198, 0.025006276, 0.018078862, 0.03459808, - -0.018104855, 0.00021749709, 0.04328009, 0.004084315, -0.008850974, - 0.0009138533, -0.010014207, -0.016896132, 0.024174465, 0.027293751, - -0.0032070158, -0.002154257, -0.009903733, 0.040030837, 0.016389247, - -0.01822183, -0.03127084, -0.022250906, -0.03368829, -0.0088054845, - 0.028177548, -0.006251569, 0.0068949214, -0.033558317, -0.025214227, - 0.023030728, -0.012392662, 0.009604801, -0.019144617, 0.004100561, - -0.010280646, 0.010456107, 0.014348715, 0.009916729, -0.0075382744, - -0.014569664, -0.020002421, 0.012314681, 0.02066527, 0.024642358, - 0.033298377, -0.009117412, -0.0017740938, -0.007674743, -0.0027976094, - 0.0027066304, -0.0019349321, -0.011391892, -0.023121707, -0.016935123, - -0.014712632, -0.013568894, -0.0045262137, -0.01218471, 0.026617907, - -0.016792156, 0.00089679466, -0.025760103, -0.0024954288, 0.030802948, - -0.0112879155, 0.015648417, -0.0012006002, 0.0323106, 0.017312037, - -0.012353672, -0.000060720475, 0.0063328003, 0.020496307, 0.025097255, - 0.021497078, -0.026007047, 0.008889965, -0.029893156, 0.0078891935, - -0.013075006, 0.00094715814, -0.0196515, 0.03927701, 0.005994878, - 0.00939035, 0.0047634095, -0.01367287, -0.029009359, -0.01913162, - -0.013386935, 0.021783013, -0.0016782408, -0.0104301125, -0.025656126, - 0.027553692, 0.0036976535, 0.00943584, -0.00031984865, -0.00018073987, - -0.02612402, -0.0077592237, -0.015011563, 0.017182067, -0.0017269796, - 0.016909128, -0.014907587, 0.016870137, 0.028411496, 0.012282188, - 0.0026383959, 0.0065050106, -0.0075447727, 0.032960456, -0.021107167, - 0.012743583, 0.018611738, -0.028151555, -0.00036797827, -0.025409183, - -0.00620283, -0.019573519, 0.019794468, -0.0022679807, 0.014816608, - 0.009806255, -0.0067064646, 0.003372728, -0.008006167, 0.014114768, - -0.024590371, -0.0016766161, 0.03446811, -0.02301773, -0.023407642, - -0.0047504124, 0.010988984, 0.005455501, 0.007986671, -0.012620111, - -0.0025181735, 0.03472805, -0.017987883, 0.027007816, -0.01078753, - -0.01428373, -0.030023126, 0.009968718, -0.04075867, -0.004984359, - 0.012847559, -0.0068169395, -0.0340782, 0.002615651, 0.019456545, - 0.010618569, -0.010085691, 0.018858682, 0.008363585, 0.009221389, - 0.025929064, -0.012275689, -0.023316663, -0.014842602, 0.005952637, - 0.021263132, -0.006189833, -0.024213457, 0.00537102, -0.0152715035, - 0.0003951908, 0.0074407966, -0.04109659, -0.0123601705, -0.007141865, - 0.016285272, -0.01253563, -0.0032086405, -0.017766932, -0.021068176, - -0.032076657, 0.023979511, 0.022822775, 0.0034182174, -0.018182836, - 0.031374816, 0.019677496, 0.00045976974, -0.014699635, 0.00094147195, - 0.014140762, 0.0037138998, -0.024135474, -0.001264773, -0.011970259, - 0.026059033, 0.019690491, -0.025695117, 0.020847227, 0.025019271, - -0.035013985, -0.047673088, 0.01279557, 0.0072133485, 0.0103066405, - -0.0031517784, -0.019144617, -0.0022013711, 0.0013037641, - -0.0021201395, -0.0033954727, -0.0073173246, -0.008324594, - 0.0058421623, -0.004695175, -0.009416345, -0.020951204, -0.022484852, - 0.016922126, -0.02895737, -0.0047764066, 0.013750852, 0.0023622091, - 0.03839321, -0.00807765, 0.01174931, 0.010079193, 0.0052150562, - 0.0388871, -0.032414578, -0.011729815, 0.020912213, 0.0076682447, - 0.0015425844, 0.011404889, -0.003336986, -0.0012135971, 0.0057154414, - -0.008896464, -0.029997133, -0.0012290311, 0.007590262, 0.037223477, - 0.008363585, -0.0026237743, -0.003782134, 0.0019982925, -0.005231302, - -0.00286097, 0.0034344636, 0.003639167, 0.008558541, 0.012334176, - -0.009325366, -0.009078422, 0.00023293105, 0.03350633, 0.001138052, - -0.0055204863, 0.011612841, -0.0016579329, 0.017195063, 0.012587618, - -0.00043052644, -0.010222159, 0.0020795239, -0.0043702493, - -0.006758453, 0.012860556, -0.009760765, -0.016220286, -0.0043410063, - -0.02240687, 0.004529463, -0.0036879056, 0.0020519053, -0.0026595162, - -0.004038825, -0.011372397, -0.004224033, 0.19724284, -0.024603367, - -0.0022078694, 0.012561624, 0.011521862, 0.015297498, 0.029555233, - 0.0015092795, 0.008032161, -0.013698864, 0.009793258, 0.018715715, - -0.03254455, -0.0010348881, 0.014738626, -0.05014252, -0.02568212, - -0.017987883, -0.003463707, 0.00014002263, -0.0025490415, - 0.000057471218, -0.034624074, 0.0040290775, 0.04231831, - -0.00055887207, -0.031868704, 0.009949222, 0.02105518, -0.010898005, - -0.011892278, -0.023706572, -0.007934683, -0.0016408743, -0.00550424, - 0.006660975, -0.0046529346, -0.016636191, 0.0014272358, -0.0022224912, - 0.03465007, 0.023121707, -0.014387706, 0.016350256, 0.0039640926, - -0.010404118, -0.023862537, 0.017221058, -0.013997795, 0.012867054, - -0.014998566, -0.0266439, 0.020340344, 0.028047578, 0.010170172, - -0.0025847834, 0.008863971, -0.010085691, 0.007362814, 0.01891067, - -0.027657669, 0.0067064646, -0.014088774, 0.019664498, -0.02355061, - 0.023797551, -0.00834409, 0.029581228, -0.025656126, -0.0011023101, - -0.014374709, -0.007876197, -0.007928185, -0.0017984633, - 0.00028634068, -0.0052702934, 0.030776953, 0.028463483, 0.019456545, - 0.019300582, 0.010332635, -0.011521862, 0.00956581, 0.0135558965, - -0.01598634, -0.02074325, 0.0065017617, -0.0034734549, -0.001821208, - -0.0027846126, 0.005487994, 0.0007765722, -0.012899547, -0.005250798, - 0.0065505, -0.015102542, 0.019664498, -0.005429507, -0.016220286, - 0.007356316, -0.019313578, 0.05848661, 0.003642416, 0.017519988, - -0.0056244624, -0.02559114, -0.0028820902, 0.025006276, 0.005890901, - -0.0127890725, 0.0020584038, -0.033922233, -0.0002503958, - -0.0127890725, -0.024135474, 0.0112879155, -0.0004159048, - -0.011840289, 0.019911442, -0.0004516466, -0.024616364, -0.014322721, - 0.03062099, 0.02869743, 0.011963761, -0.03236259, -0.016818149, - 0.0028382253, 0.0017497244, -0.022120936, 0.022068948, -0.001112058, - -0.0014621653, -0.018442778, 0.012730585, -0.010923999, 0.0014126141, - -0.022133933, 0.006196331, 0.02485031, -0.017766932, -0.016168298, - 0.036833566, 0.0071743573, 0.011697322, -0.020808237, -0.0065050106, - 0.03197268, 0.0031875202, -0.013172484, 0.0010421989, 0.023836544, - -0.0020161634, -0.013165986, -0.010631566, -0.010274148, -0.007661746, - -0.025162239, -0.0080711525, -0.0038536177, -0.015531444, 0.01581738, - 0.01602533, -0.013152989, -0.014348715, -0.024408411, -0.16095515, - 0.010417115, 0.04897279, -0.04031677, 0.038757127, 0.0022127435, - 0.022159927, 0.009045929, -0.023394644, 0.00834409, 0.008902961, - -0.00707688, -0.0074018054, -0.031504788, -0.014517676, 0.010365127, - 0.032596536, 0.023069719, 0.010111685, 0.011463376, -0.0042857686, - -0.005280041, 0.020340344, -0.010774533, -0.009598303, 0.00502335, - 0.013068508, 0.03782134, -0.013276461, -0.007271835, -0.0026838856, - -0.00046058206, 0.01668818, -0.014725628, 0.01192477, 0.0017448505, - 0.02209494, -0.004808899, -0.024252448, 0.011151447, 0.035611846, - -0.00082287414, 0.012815067, -0.007128868, -0.015102542, 0.012347173, - 0.011911773, 0.00463019, 0.022302894, -0.007921686, 0.020288356, - -0.00890946, 0.0053320294, 0.014036787, 0.01393281, -0.037769355, - -0.0020990195, 0.034572084, -0.026617907, -0.0082986, -0.009747769, - -0.020041412, 0.03652164, -0.0022939749, -0.0093578575, -0.03127084, - -0.005848661, 0.009149905, -0.05411961, 0.0055464804, -0.0068299365, - -0.023082716, -0.015284501, -0.025890073, 0.015557438, 0.01813085, - -0.015102542, -0.0030851688, -0.0050688395, 0.025487166, -0.012522633, - 0.01550545, -0.019027645, -0.018962659, -0.01454367, 0.010683554, - -0.01078753, 0.010488599, -0.005569225, -0.0028073573, 0.014114768, - -0.03646965, -0.034494102, -0.021562064, 0.016519219, -0.0081946235, - 0.003013685, 0.0046041957, -0.0049161245, -0.009591804, 0.026825858, - 0.00216238, -0.010683554, 0.019638505, 0.03075096, 0.003983588, - -0.010384623, 0.012152218, 0.036625616, -0.012119725, -0.022575831, - 0.022172924, 0.005770679, 0.038107276, -0.00042727718, 0.03446811, - 0.015102542, -0.025084257, 0.017312037, 0.0209642, 0.06831236, - 0.007941182, -0.0414865, 0.012256194, -0.024876304, -0.03306443, - -0.1363128, -0.01039762, -0.006875426, 0.010469103, 0.030906925, - 0.002196497, -0.018104855, 0.0042565255, -0.028489478, 0.016818149, - -0.0380033, -0.00847406, 0.024122477, -0.017468002, -0.0055107386, - -0.007245841, 0.004038825, 0.0036749088, -0.058850527, 0.030802948, - 0.0036684102, -0.0069988975, -0.0038893595, 0.015102542, 0.0046041957, - 0.011905274, -0.034390125, 0.039017066, 0.00864952, -0.030491019, - 0.013997795, -0.0154534625, 0.019885447, -0.011918272, 0.016506221, - -0.024733339, 0.013373938, 0.012217203, 0.011170942, -0.01755898, - -0.0036749088, 0.028723424, 0.014803611, 0.0012095356, 0.0062743137, - -0.017013105, -0.020678267, 0.0026806362, 0.006469269, -0.0046529346, - -0.043747984, -0.0072978293, -0.041824427, 0.008233615, 0.0028284774, - -0.018585745, 0.011430883, 0.002131512, -0.0270858, 0.013425927, - -0.020860225, 0.008084149, -0.010722545, -0.025773099, 0.028047578, - -0.0064985123, -0.026007047, -0.031062888, 0.016896132, -0.021510076, - -0.0011526736, 0.012633108, 0.00013261026, 0.013477914, -0.037301462, - 0.0007002147, -0.034546092, -0.0009845246, 0.017104084, -0.0015815754, - -0.013243968, -0.013438923, 0.0266439, -0.003000688, -0.0007367688, - 0.013152989, -0.004617193, -0.021094171, 0.0138288345, -0.02760568, - -0.033558317, 0.019183608, 0.02551316, -0.009669786, -0.016792156, - -0.01559643, 0.008545544, 0.00014144418, 0.030257072, 0.010670557, - 0.005442504, -0.008818481, -0.016506221, 0.026214998, 0.0011616091, - -0.0013102625, 0.006329551, -0.0062353224, 0.0006981839, 0.018143846, - 0.010508094, 0.014517676, -0.0231477, 0.00952032, -0.001978797, - -0.022146929, -0.025318203, -0.009325366, 0.004753662, -0.0077072354, - -0.011970259, -0.0032703762, 0.0063133044, 0.012249695, 0.003691155, - 0.023251677, -0.0038601162, -0.009676285, -0.025474168, -0.0017139826, - -0.0041428017, -0.00021587245, 0.018325804, -0.043825965, - -0.010612071, -0.0008383081, -0.020899216, -0.01720806, 0.006605738, - 0.011645334, 0.00812314, 0.050350472, -0.012886549, -0.0288274, - -0.0049583646, -0.031348825, -0.011326907, 0.00043661878, -0.01607732, - 0.01126842, 0.004756911, -0.007369313, 0.029113336, 0.0069859005, - -0.013113998, -0.019235596, -0.007499283, 0.0046659317, -0.0033499831, - -0.003856867, 0.018988652, -0.012347173, 0.013023019, -0.022289896, - 0.003921852, -0.015830375, -0.008207621, -0.021640046, 0.0055334833, - 0.0165972, 0.021679036, -0.007278334, 0.0016619945, 0.0011518613, - 0.008142636, -0.010638065, 0.010969489, 0.0126980925, -0.009429341, - 0.0068234378, -0.003310992, 0.0078891935, -0.0081946235, 0.0046464363, - -0.0060046255, 0.020340344, 0.02869743, -0.011359399, -0.003934849, - 0.023173695, 0.004581451, -0.010326136, -0.0021802508, 0.02240687, - -0.0023248428, -0.000882173, 0.016610198, 0.0314528, -0.014140762, - 0.00620283, 0.0034734549, 0.017156072, 0.024798322, -0.0005633398, - 0.013594887, -0.011105957, -0.00305755, 0.012093731, -0.011307411, - -0.02647494, -0.008669015, -0.003681407, -0.0069859005, -0.007824209, - 0.0028723425, -0.0038731133, -0.0004979485, 0.02507126, 0.0022436113, - -0.023316663, -0.021016188, 0.023030728, 0.022926752, 0.011736313, - 0.0078567015, 0.00707688, 0.019690491, 0.027501704, 0.031114876, - -0.0028918379, 0.007986671, 0.0064400258, 0.0037496416, -0.020899216, - -0.028073573, -0.017182067, 0.011112456, -0.033350363, 0.0011819169, - 0.027969597, -0.007843704, 0.053911656, -0.005933142, -0.0050071036, - 0.01415376, -0.0002040939, 0.030646984, -0.001865073, -0.010618569, - -0.020886218, 0.0056147147, -0.00010885008, -0.010930497, - 0.0034344636, -0.032102652, -0.024863308, 0.02262782, -0.0077267312, - -0.005994878, 0.01598634, -0.025201231, 0.017312037, 0.0010738792, - -0.007271835, -0.001246902, -0.027241763, -0.00041509248, 0.016285272, - 0.016012333, 0.0016506221, -0.017805923, -0.0018325804, 0.030906925, - -0.027631674, -0.013477914, -0.009682783, 0.009461834, -0.02799559, - 0.013893819, -0.012275689, -0.009000439, 0.0039738403, 0.01144388, - -0.01380284, -0.024590371, 0.0019073134, 0.00028329453, -0.013568894, - -0.011846788, -0.017052095 - ], - "metadata": { - "chunkTitle": "Muscle Hypertrophy", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28770&chunkSid=chunk_57146" - }, - "document": "Andrew Huberman: Okay, let's talk about hypertrophy, a topic that occupies the minds of so many youth, young men, but also a lot of women. I think one of the really interesting progressions that's taken place in the last decade or so is that far more men and women are using resistance training in order to evoke hypertrophy growth of muscles for aesthetic reasons and for all sorts of reasons. What are the ways that people can induce hypertrophy?\n\nAndy Galpin: So not to correct you or insult you, but probably a better way to think about that question is really what stimuli do I need to give the muscle to induce hypertrophy? Now there are hormonal factors that are important. There are nutritional factors. But just to stick with the context of training, this is really going to frame a lot of our answers. And as you'll see, it's one of the reasons why I call hypertrophy training kind of idiot proof in terms of programming. Now, the work is hard, difficult and all that, but the precision needed is a lot less than what we saw in Power Andy strength. Andy. So if you note there it's very important that you do it in this style with this intent and within these parameters. And if you're outside these parameters, it's not going to be it. Hypertrophy has a very broad range in terms of your actual applications. And this is why you have and will continue to see countless styles of training that all work.\n\nAndy Galpin: I mean, I know you were mentored earlier in life by one of my favorite people in this entire field, Mike Menser. Like, just an absolute character. His style was completely different than what you would see in a classic textbook or Andy number of different influencers or coaches or individuals. And if you've ever thought to yourself like, why is it all these programs work? And people love to jump to things like, well, that's the steroids, just get that out of the equation for now. Independent of that, that's not even part of the equation. You're still going to see results. And the question is, like, why? Well, that's because what's driving changes in strength and power are the adaptations of specificity. What's driving changes in hypertrophy is much more well rounded. And so you have options to get there. Remember, you're training a movement and now you're training a response and a muscle that caused the growth that's very, very different. So if we look at the classic dogma, we have to basically challenge the muscle to need to come back, in this case, specifically bigger, and the nutrients need to be there to support that growth." - }, - "truncated_cells": [] - }, - { - "row_idx": 68, - "row": { - "id": "chunk_57145", - "embedding": [ - -0.026998391, -0.0074927355, 0.02736655, -0.015926324, -0.012087916, - 0.011842476, -0.0070291264, -0.053833157, -0.018435266, -0.007254113, - 0.021625984, 0.046442688, 0.0015714973, 0.01832618, 0.000023529316, - 0.005259914, 0.049142525, 0.016103586, 0.013335569, -0.014753667, - -0.019444296, 0.01336284, 0.004680403, -0.01336284, -0.02755745, - 0.020426055, 0.025921183, -0.0133832935, -0.011549312, -0.017030803, - 0.046415415, 0.007997251, -0.01943066, 0.0035622877, -0.041342992, - -0.018980687, -0.020057896, -0.0041111186, 0.01918522, -0.016526287, - 0.026125716, 0.010860717, -0.0076972684, -0.016021773, 0.0016183695, - -0.0034003656, -0.0075745485, -0.009353988, 0.007288202, 0.008781295, - 0.0166081, 0.020766944, -0.01694899, 0.015271817, -0.0019328394, - -0.011235694, -0.01397644, 0.010438015, 0.026821129, -0.0021066926, - -0.006483705, 0.014249151, -0.0005070721, 0.015858145, -0.002519168, - 0.004561092, -0.004615634, -0.010601641, 0.010056219, 0.018530713, - -0.0020879437, 0.024421273, 0.0050621983, 0.009503979, 0.05186964, - -0.008017704, -0.0033611634, -0.0090131, 0.006170087, 0.021421451, - 0.004066803, -0.012817418, -0.008358593, 0.035943314, 0.016676279, - -0.022580473, 0.009142637, 0.011290236, 0.011808387, -0.0015714973, - -0.013628733, 0.0052974117, 0.038615882, 0.008904015, 0.0065757446, - 0.03196173, -0.03610694, -0.009142637, -0.022812277, 0.019812455, - -0.012033374, -0.005031518, -0.021816881, -0.0144673195, -0.038615882, - -0.0049224338, -0.0022703193, -0.03138904, 0.0045508654, -0.017903479, - -0.02200778, 0.0026231392, -0.0127696935, -0.03959764, -0.00044613818, - -0.0069473134, 0.002721997, -0.010560734, -0.03741595, -0.03414342, - 0.03687053, 0.0027697212, 0.031252682, 0.0014095751, 0.002476557, - 0.0022174816, -0.031552665, 0.0022720238, 0.0056042117, -0.024816703, - 0.018557984, 0.0013533285, -0.0020555593, 0.008774477, -0.013574191, - 0.0060371403, 0.009667606, -0.0056076203, -0.0323708, -0.015244546, - 0.009994859, 0.014535498, -0.021435086, 0.0063268957, -0.0075540952, - 0.027202925, 0.015230911, 0.0074927355, -0.0020402193, 0.0036304656, - -0.0215169, -0.0012093029, 0.0013814517, 0.014917293, 0.007826806, - 0.014767302, -0.0114879515, 0.020957842, -0.010288023, 0.00029465574, - 0.020957842, 0.01348556, 0.012681062, -0.018517079, 0.009797144, - 0.018258004, 0.02532122, -0.007151847, 0.033434372, -0.007983616, - 0.0178353, 0.0028089236, -0.040224876, 0.026589325, -0.002960619, - 0.028525572, -0.011835658, 0.00658938, 0.017780758, -0.03657055, - 0.02215777, 0.008638121, 0.041533887, 0.033352558, -0.011215241, - 0.005031518, 0.011726574, -0.022648651, -0.012231089, -0.009926681, - -0.007983616, 0.0077586286, -0.04027942, -0.0030253879, -0.63705295, - 0.002979368, 0.020316971, -0.02635752, 0.020739673, 0.015953595, - 0.0066677844, -0.00046488707, -0.020453326, 0.038234085, -0.013062858, - 0.021435086, 0.0021663483, -0.0014189496, -0.005232643, -0.007383651, - 0.000560762, -0.009599428, -0.008426771, -0.0029572102, -0.027598355, - 0.010369836, -0.002611208, 0.022348668, 0.015735427, -0.010069855, - -0.008331322, -0.0022225948, -0.007976797, 0.0019362483, -0.024203103, - 0.00652802, 0.019730642, 0.012899231, 0.05617847, -0.03242534, - -0.020616954, 0.045924537, -0.004097483, 0.016539924, -0.009353988, - -0.013581009, 0.0008973897, -0.03591604, -0.017644404, 0.008338139, - 0.00010237316, 0.016144492, 0.013587827, -0.0137991775, 0.013151489, - -0.016553558, -0.0012084508, 0.0036645543, 0.0044724606, -0.018380722, - 0.009940317, -0.0033833212, -0.009367623, 0.019321576, 0.024298552, - -0.0013243529, -0.014576404, -0.017862571, -0.029261893, -0.010765268, - -0.022075957, 0.0013959395, -0.024312187, -0.010260752, 0.015040013, - 0.011678849, -0.015190004, -0.01854435, 0.020507868, 0.0068825446, - 0.013574191, -0.0036066032, -0.015639978, 0.027134746, 0.0013388407, - 0.0021493037, 0.00037369932, -0.019594287, 0.016349025, 0.016499016, - -0.031579938, 0.0036031944, 0.007342744, -0.024966694, -0.011958378, - 0.008692664, 0.021775976, -0.025280312, -0.0061428156, 0.015367266, - 0.0017104094, -0.012721969, 0.014303694, -0.031743564, -0.024366729, - 0.011651578, 0.008815384, 0.0056110295, 0.0012612885, -0.0041690697, - 0.0035145632, 0.009428984, 0.024871245, -0.008992646, 0.009790326, - -0.0066711935, 0.006623469, 0.020126073, -0.0068143667, -0.02648024, - 0.029643688, 0.0101243965, 0.005365589, -0.014958199, 0.020835122, - 0.004220203, 0.022512294, 0.0060507758, 0.0005880331, 0.021653255, - 0.007860895, -0.0120742805, 0.0044554165, -0.0043872385, - -0.0039338567, -0.023848578, 0.034988824, -0.016267212, 0.01992154, - 0.036461465, 0.0012493574, 0.0014180973, 0.02191233, -0.03929766, - -0.017944384, -0.035043366, 0.01881706, -0.013308298, -0.009769873, - -0.032479882, -0.02277137, -0.0047247186, 0.0073563796, 0.0016490495, - 0.008235873, -0.008699481, 0.0056928424, 0.0064291623, -0.005201963, - 0.0004092796, -0.024448544, -0.03785229, -0.028389217, -0.021639619, - 0.011753845, 0.022866819, -0.0022890682, 0.005280367, -0.00977669, - -0.0009630108, -0.014890022, 0.0052121896, -0.011133428, -0.018339816, - 0.037197784, -0.0028668747, -0.01195156, 0.011324326, -0.0286892, - 0.0067325532, -0.0048201676, 0.01581724, -0.015421809, 0.008440406, - 0.023780402, 0.0069643576, -0.034307048, -0.0060098693, 0.01945793, - -0.0021612349, -0.005672389, 0.007485918, -0.02525304, 0.0062484914, - -0.0091494545, -0.008869926, -0.0037804565, -0.027052933, - -0.017794395, 0.027284738, -0.007744993, 0.009728965, 0.016908083, - 0.030052755, 0.022730464, 0.0029350524, 0.010056219, -0.025375761, - 0.031061785, 0.0065143844, 0.022075957, -0.027462, 0.021735068, - 0.03468884, -0.02166689, -0.011617489, -0.012640156, -0.0029060768, - -0.016717186, 0.03365254, 0.011644761, 0.014399142, -0.009347171, - 0.019171584, 0.0064973403, 0.009251721, 0.025853004, 0.009122184, - -0.041424803, -0.01032893, -0.010192574, 0.037470493, -0.008542673, - -0.0014862751, -0.004162252, 0.018803425, 0.020466963, 0.0052121896, - -0.0015084328, -0.016226307, 0.020207888, 0.00922445, 0.04848802, - -0.007649544, 0.01118797, 0.009967588, -0.007342744, -0.02672568, - 0.047860783, -0.0065587, 0.015503622, -0.00033620157, 0.005263323, - 0.01014485, -0.012197001, 0.013805996, -0.039488558, -0.0047213095, - -0.0017146706, -0.023834944, -0.0069064065, -0.0025907548, - 0.010778903, 0.032752592, -0.02215777, 0.014740031, 0.025416667, - -0.0053962693, -0.012019739, 0.005624665, 0.008951739, -0.016130857, - -0.028307404, 0.019048864, -0.019198855, -0.013349204, -0.00061573036, - -0.0202897, 0.029125538, 0.0031719701, 0.0108198095, 0.01535363, - 0.022062322, 0.020180617, -0.00876766, -0.046906296, 0.014930928, - 0.008556308, -0.02200778, -0.014085525, -0.021380544, -0.00036794684, - -0.013990075, -0.01409916, -0.018598892, 0.02967096, -0.039706726, - 0.0057167048, -0.011842476, 0.024053112, 0.027257467, -0.0174126, - 0.028061964, -0.03092543, -0.0052053714, -0.0057064784, -0.022212313, - -0.023821307, 0.023194073, 0.0029128946, -0.0190625, -0.03561606, - 0.009231268, -0.017548954, 0.02817105, 0.001124933, -0.0025941636, - -0.005126967, 0.015626341, 0.012790147, -0.011842476, 0.007744993, - 0.043170154, 0.0042917896, -0.0071723, -0.021857789, -0.004029305, - -0.0045781364, 0.117156655, 0.034279775, -0.002868579, 0.029561875, - -0.010117579, 0.023071352, -0.0019396571, -0.020003354, 0.013635552, - -0.000249488, 0.0070904866, -0.019717006, -0.019239763, -0.03387071, - 0.004128163, -0.007485918, 0.01756259, -0.010581188, -0.006780278, - -0.007629091, 0.011808387, 0.009674423, 0.0068109576, 0.035725143, - 0.014549133, -0.0022754327, 0.0166081, 0.010519828, 0.011753845, - -0.012858325, 0.0026367747, 0.02360314, 0.009067642, 0.0005893115, - -0.017358057, 0.0016021773, 0.01682627, 0.007008673, 0.005174692, - -0.007649544, 0.0143446, 0.010219846, 0.023084989, 0.011269783, - 0.01992154, -0.027816525, -0.01118797, 0.03144358, -0.010663001, - -0.029480062, 0.014794573, 0.012578796, -0.0066609667, 0.0044213273, - 0.021135105, -0.013233302, -0.01805347, 0.0005586315, -0.0013601462, - 0.0060610026, -0.019267034, -0.0029572102, 0.005103105, 0.019785184, - -0.011624307, -0.048024412, -0.03389798, 0.003674781, -0.01069709, - 0.014058253, -0.0073768334, -0.022948632, -0.026657503, 0.0019021594, - 0.021530535, 0.0023981526, 0.013962804, -0.004189523, -0.005048563, - 0.023275886, -0.0074790996, -0.020726038, -0.02387585, -0.024680348, - -0.0093199, -0.0011879974, -0.0098175965, 0.01124933, -0.0064223446, - 0.012749241, -0.00044017265, 0.020207888, 0.030570906, -0.02470762, - 0.024107654, 0.0063848468, 0.0028736924, 0.011412957, 0.039652184, - -0.012122005, 0.0059076026, -0.030134568, 0.016594466, -0.016403569, - -0.0032691234, 0.012510618, 0.019239763, 0.008699481, -0.010860717, - -0.03215263, 0.00344809, -0.020453326, -0.010553917, 0.008876744, - 0.027611991, 0.02675295, 0.017508049, 0.013233302, -0.007860895, - -0.014644582, -0.02375313, -0.04851529, 0.009497161, 0.01569452, - -0.014794573, -0.0027560857, 0.0042372476, -0.028771013, -0.01611722, - 0.017494412, -0.01893978, -0.0034497944, -0.009463073, -0.013403746, - -0.0032435567, -0.01611722, -0.026371157, 0.010983436, -0.0076086377, - -0.0014700829, -0.020794215, 0.0196761, 0.008549491, -0.022689557, - 0.011297054, -0.027775617, 0.005798518, 0.004002034, -0.036488734, - 0.016444474, 0.022266855, 0.0014232106, -0.01305604, 0.0036202387, - 0.0067121, -0.000053743246, -0.008808566, -0.0023282703, 0.02016698, - 0.005536034, 0.026466604, 0.012721969, 0.006800731, 0.0029128946, - -0.012892414, -0.017058074, -0.0015067284, -0.014508226, -0.014930928, - 0.020235159, 0.010492557, -0.01955338, 0.0057064784, -0.0202897, - -0.0070291264, 0.02945279, -0.021748705, -0.0063439403, -0.015749061, - 0.0021441905, -0.016376296, 0.028007422, -0.021544171, -0.005624665, - -0.037197784, -0.005951918, 0.015462715, -0.014630946, -0.0022652058, - -0.00041077097, 0.003790683, -0.004315652, 0.0098448675, 0.0150809195, - 0.021830518, -0.022566836, -0.012060645, -0.012142458, 0.014303694, - -0.0023555416, 0.013471925, 0.024993965, -0.022294126, 0.013458289, - -0.019703371, -0.0065450645, -0.01805347, -0.030789074, -0.0005475526, - -0.008910833, -0.015762698, -0.014671853, -0.008010887, 0.005672389, - -0.0083995, 0.020548776, 0.008624486, 0.0060678204, -0.002476557, - -0.002510646, 0.022307761, 0.002595868, 0.0124356225, 0.009101731, - 0.035316076, -0.002142486, 0.0117674805, -0.02075331, -0.008788113, - 0.013908262, 0.008140424, 0.016103586, -0.01210837, -0.017903479, - -0.0042747455, 0.010090308, 0.006292807, -0.020930571, -0.0014010529, - 0.033979792, 0.009756237, 0.01584451, 0.002081126, 0.0016081429, - -0.020835122, -0.0014598562, -0.0037600033, 0.014249151, 0.008283597, - -0.0077927173, -0.014930928, 0.024816703, 0.003190719, 0.012640156, - 0.003889541, -0.0076699974, -0.007881349, 0.006408709, 0.00088375417, - 0.021639619, -0.0004780965, 0.005283776, -0.020371513, -0.012006103, - 0.040470317, 0.011658397, 0.0050758338, -0.0033441188, 0.015476351, - 0.03392525, -0.028934639, -0.0063984822, 0.01866707, -0.034061607, - 0.0006932826, -0.0196761, -0.009783508, -0.008542673, 0.009517615, - -0.005191736, 0.01943066, 0.010308477, -0.008413135, 0.0022140725, - 0.005021292, 0.0055701225, -0.009974406, -0.014140067, 0.026030267, - -0.023780402, -0.020821486, -0.034034334, 0.009388077, 0.013601462, - 0.009967588, -0.028934639, 0.011078885, 0.011276601, -0.013553738, - 0.016362661, -0.026602961, 0.0014641173, -0.008194966, 0.015040013, - -0.023003174, -0.00380091, -0.0021680526, -0.0041452073, -0.030952701, - -0.006255309, 0.0057064784, 0.0332162, -0.014644582, 0.012060645, - 0.003971354, 0.015040013, 0.00061999145, -0.0029248258, -0.0150536485, - -0.013628733, -0.010860717, 0.007288202, 0.0031157234, -0.01707171, - -0.004799714, -0.0038793143, 0.017971657, 0.011133428, -0.036925074, - -0.00064641034, -0.013199214, -0.0024390593, -0.020180617, - -0.019021593, 0.0035316078, -0.01780803, -0.019621558, 0.0042645186, - 0.021775976, 0.009306263, 0.025812099, 0.0032503745, 0.018258004, - 0.004994021, -0.022062322, 0.0052735494, 0.027230196, 0.019948812, - -0.033625267, -0.006647331, 0.0045985896, 0.02470762, 0.02350769, - -0.030380009, -0.0035725143, 0.011747028, -0.033734355, -0.028089235, - -0.017998928, 0.011044797, 0.013540102, -0.0041486165, -0.011549312, - 0.017371692, 0.0015229206, -0.008481313, 0.005832607, 0.0027867658, - -0.010928894, 0.0020436281, -0.008774477, -0.009265357, -0.026889307, - -0.02338497, 0.029152809, 0.0035929678, 0.011508405, 0.022171406, - 0.011999285, 0.014003711, 0.010581188, 0.0013763384, 0.033434372, - 0.024257645, 0.024257645, -0.03070726, -0.018407995, 0.011815205, - 0.017644404, 0.0048440294, 0.029343706, 0.028716471, -0.019689735, - -0.0036100121, 0.00051857706, -0.012292449, 0.00023862215, - 0.009885775, 0.017617133, -0.007315473, -0.0026077991, 0.020330606, - 0.023330428, -0.018612526, -0.0056280736, 0.0039986256, -0.009388077, - -0.004976976, 0.011167516, -0.00830405, -0.01045165, 0.009647152, - 0.016280849, -0.0021407816, -0.017030803, 0.0035384255, 0.0059144204, - 0.010472103, 0.020316971, 0.0057439758, -0.010840263, -0.014658217, - -0.016362661, -0.009347171, 0.015653612, -0.008263144, -0.0065757446, - -0.011365232, -0.016049044, -0.0046906294, -0.019853363, -0.04330651, - -0.012217454, 0.01094253, 0.0030253879, -0.008747206, 0.2224231, - -0.020180617, -0.008535855, 0.012919685, -0.010465286, 0.0039952165, - 0.011856112, 0.014780938, -0.0013661118, 0.013376475, 0.0128515065, - 0.018380722, -0.034770656, -0.0036952344, -0.00033471017, - -0.020766944, -0.026289342, -0.019989718, -0.012217454, 0.010069855, - 0.006483705, -0.014944564, -0.026793858, 0.0007682781, 0.031607207, - -0.0017709172, 6.4249543e-6, -0.0018731839, 0.0063984822, - -0.008604033, -0.018244367, 0.0010934008, -0.0003121263, -0.03168902, - -0.0037259143, 0.006657558, 0.014426413, -0.014317329, 0.022730464, - 0.0065348377, 0.026125716, -0.014262786, -0.015803603, -0.004987203, - 0.0124083515, -0.0041452073, -0.003705461, 0.025757557, 0.008699481, - 0.029534604, -0.029070996, -0.026671138, 0.039243117, 0.025798462, - -0.015912687, -0.008065429, -0.002111806, -0.0031498123, 0.0061189537, - 0.02721656, -0.012606067, 0.0053587714, 0.026998391, 0.01360828, - -0.0069643576, 0.0074518286, -0.009442619, 0.025730286, -0.00695754, - -0.019839726, -0.0051474203, -0.023289522, -0.017658038, -0.016171763, - -0.011058432, -0.016403569, 0.040443044, 0.004714492, 0.03877951, - 0.019635193, 0.0055326247, -0.028007422, 0.023439512, 0.004830394, - -0.018094376, -0.017739853, -0.0030611812, -0.01008349, -0.003260601, - 0.005917829, 0.0015263295, -0.00585306, 0.000048070644, -0.011078885, - -0.010478921, -0.018694341, 0.006749598, -0.0346343, -0.0062450822, - -0.02068513, -0.007779082, 0.012394716, -0.0029060768, 0.025212133, - -0.017548954, -0.021775976, 0.013662823, 0.02485761, 0.009449437, - -0.0059041935, 0.018394358, -0.030352736, -0.0009834642, - -0.0047247186, 0.011078885, -0.007254113, -0.00005656623, 0.025498481, - 0.027475635, -0.014740031, -0.020712402, -0.009367623, 0.021339638, - -0.0028123325, 0.010117579, -0.030816346, -0.03515245, -0.004227021, - -0.003194128, -0.016389932, 0.011208423, -0.0071450286, 0.013124218, - -0.03138904, -0.003475361, -0.010138032, -0.0028191502, -0.030325465, - 0.012776512, -0.009238086, 0.004342923, -0.00069967424, 0.012169729, - -0.015789969, 0.027189288, -0.011078885, 0.025580294, 0.005921238, - -0.019730642, -0.03468884, -0.008004068, 0.029016452, -0.016103586, - -0.019076137, 0.0344434, 0.00674278, -0.0017504639, -0.01891251, - -0.011085703, -0.000364751, -0.035452433, -0.007588184, 0.010247117, - -0.011358414, -0.0184489, -0.02078058, -0.17344421, 0.019567017, - 0.030380009, -0.031416308, 0.04227021, -0.023521326, 0.031416308, - 0.022307761, -0.029643688, -0.003313439, 0.0049292515, 0.015530893, - 0.008010887, -0.029643688, -0.036216024, -0.012653791, 0.027175654, - 0.01449459, 0.037388682, 0.02613935, -0.002433946, -0.017248971, - -0.00007856421, 0.014903657, 0.005051972, -0.010731178, -0.0012502096, - 0.025443938, 0.018435266, -0.0051406026, -0.0017521683, 0.009026735, - -0.001090844, -0.005525807, 0.0037497766, 0.007813171, 0.016553558, - -0.005931465, -0.030516364, 0.014699124, 0.043633763, 0.019785184, - -0.016621737, -0.010369836, 0.005801927, 0.032752592, 0.017235337, - -0.0127151515, -0.00407703, -0.025430303, -0.005863287, -0.009435802, - -0.00885629, 0.0114879515, 0.016989896, -0.028116506, -0.0137991775, - 0.0020027217, -0.02721656, 0.010253934, -0.015230911, -0.009633517, - 0.022975903, -0.018885238, -0.01155613, -0.017603496, 0.007595002, - 0.01063573, -0.021135105, 0.016935354, -0.0028788056, -0.00790862, - -0.00062723533, -0.023275886, -0.0064291623, 0.0093199, -0.009135819, - 0.0042372476, 0.00836541, 0.022907726, -0.0032469656, 0.00977669, - -0.0101516675, -0.015421809, -0.011931107, 0.004496323, 0.012735604, - 0.0026981346, -0.012558343, -0.011733391, 0.015735427, -0.016635373, - -0.026098445, -0.03346164, 0.019348847, 0.013471925, 0.0005270993, - -0.0073972866, 0.0016183695, -0.031116327, 0.013894627, 0.0036304656, - -0.009258539, 0.00018386688, 0.03018911, -0.0036270565, 0.01317876, - 0.0015391129, 0.030543635, -0.0021322593, -0.019321576, -0.0091767255, - 0.023562232, 0.030325465, 0.0045508654, 0.031552665, 0.027516542, - -0.029943671, 0.026902942, 0.01391508, 0.06801413, 0.0028123325, - -0.023057718, 0.022812277, -0.004946296, -0.02176234, -0.13253756, - -0.018339816, 0.016485382, 0.013949169, 0.011044797, 0.032998033, - -0.016839905, 0.01544908, -0.007990433, 0.030489093, -0.018080741, - -0.0184489, -0.0017845527, -0.011890201, 0.0068655, -0.015762698, - 0.0019549972, -0.025184862, -0.03539789, 0.038970403, 0.0014521861, - -0.00631326, 0.0004742615, 0.0043940563, -0.0056348913, -0.007963162, - -0.037743207, 0.03018911, -0.0037531855, -0.015012742, 0.015476351, - 0.003528199, 0.019021593, -0.0133832935, 0.0042542918, -0.0062962156, - 0.012606067, 0.002261797, 0.012374262, -0.020003354, -0.005624665, - 0.02178961, 0.0076972684, 0.014958199, 0.013499196, -0.02448945, - -0.012421987, 0.037715934, -0.017017167, -0.0019192038, -0.026262071, - 0.0028736924, -0.022430481, 0.0104857385, 0.026302978, -0.0346343, - 0.016894449, -0.013287844, -0.009565339, 0.0094835255, -0.015217275, - -0.012299268, -0.012612885, 0.021421451, 0.025403032, -0.021380544, - -0.010553917, -0.021530535, 0.014276422, -0.0057030693, -0.0027151792, - 0.029016452, 0.00051900314, 0.033952523, -0.03613421, -0.002399857, - -0.008010887, -0.014249151, 0.019635193, 0.022512294, -0.022130499, - -0.011542494, 0.005859878, -0.022144135, 0.0062041758, -0.012421987, - -0.006623469, 0.0012050419, 0.012837871, -0.027734712, -0.03558879, - 0.037252326, 0.028580114, -0.017126253, -0.028771013, -0.0007495292, - -0.0022737281, -0.0061257714, 0.0016626851, -0.0030151613, - -0.0013771907, -0.00008170678, -0.019485202, 0.019880634, - 0.0011871451, -0.005747385, -0.0041588433, 0.0012987863, -0.013621915, - 0.026125716, -0.014371871, 0.008501766, -0.018803425, 0.02228049, - -0.038970403, -0.018967051, -0.020930571, -0.019294305, -0.0039952165, - -0.005996234, -0.0066711935, 0.0059416913, -0.00042760235, 0.03070726, - -0.003674781, 0.0004307982, 0.01572179, -0.01174021, -0.02847103, - -0.0037122788, -0.0008573353, -0.00044784264, 0.01780803, - -0.026875671, 0.009217633, 0.009360806, -0.022444118, -0.014699124, - 0.019689735, 0.028825555, 0.013880991, 0.0075268243, 0.003858861, - -0.009374442, -0.005893967, -0.011467499, 0.0030339102, 0.014753667, - -0.02785743, -0.001129194, -0.0009272175, 0.015803603, 0.009831232, - 0.010887988, -0.012142458, -0.017480776, -0.013628733, 0.0056928424, - -0.00658938, 0.016144492, -0.008569944, -0.012360627, 0.0036372833, - -0.017276242, 0.018476171, -0.025566658, -0.016021773, -0.0027390413, - 0.0061189537, 0.020944206, 0.0023487236, -0.029534604, 0.00010263948, - -0.013662823, 0.009913046, -0.005130376, 0.0016251872, -0.017726216, - 0.0077313576, -0.0035963766, -0.013062858, 0.010669819, 0.026152987, - 0.014576404, -0.022035051, 0.02338497, 0.02770744, 0.0017342716, - -0.0051440117, 0.022116864, 0.008004068, 0.0063337134, -0.0035759234, - 0.0108470805, -0.017453505, -0.006139407, 0.016526287, 0.030979972, - -0.024012206, 0.015285453, -0.0018169372, -0.0063166693, 0.037034158, - -0.0063916645, -0.009722148, -0.028798284, -0.005893967, 0.016035408, - -0.010560734, -0.023221344, -0.010472103, 0.021230552, 0.015421809, - -0.0017078528, 0.0027373368, 0.000986873, -0.016417203, -0.0014172451, - 0.021953238, -0.00062382646, -0.01915795, -0.0012348696, 0.008031339, - 0.004496323, 0.01817619, -0.0055326247, 0.025580294, 0.018462537, - 0.025062144, -0.0030492502, 0.0071586645, -0.009278992, 0.016403569, - -0.0060575935, -0.023248615, -0.019007958, -0.014821844, -0.013533285, - 0.02075331, 0.0050656074, -0.026589325, 0.057596568, 0.0093199, - -0.012053827, 0.006568927, 0.010615276, 0.014699124, 0.010533463, - -0.0038656788, -0.006807549, -0.020126073, -0.0012459485, -0.01366964, - -0.006776869, -0.030080026, -0.023657681, 0.037661392, -0.004523594, - 0.0323708, 0.012912867, -0.029970942, 0.021339638, 0.0070700333, - -0.0022822504, -0.0065075667, -0.017358057, -0.025825733, - -0.0029742545, 0.012496983, -0.024884881, -0.04137026, 0.006599607, - 0.006780278, -0.04477915, -0.026384791, 0.016321754, 0.004182705, - -0.014767302, -0.0076699974, -0.0077927173, 0.026657503, - -0.0012340174, -0.008951739, -0.030298194, -0.01645811, 0.012687881, - 0.00729502, -0.024325823, -0.019212492, -0.03717051 - ], - "metadata": { - "chunkTitle": "Intentional Strength", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28769&chunkSid=chunk_57145" - }, - "document": "Andy Galpin: Yes. Love it. One last little thing I don't think we did justice is intention. And the reason I want to go back to this now is because we've talked a lot about specific loads you have to hit and that's generally the case. But if intention is there, you can fudge those numbers in terms of how much load goes on the bar. In fact, you can get as low as no load on the bar. A great example here is like a plank exercise. So you can do a plank in which you get in a position and you simply contract the least amount necessary to hold the position. Also, you could contract as hard as possible, pulling your scapula down and back, squeezing your core, squeezing your quads, squeezing your glutes. That is actually going to still help strength production because you're attempting to contract very, very hard, even though, quote unquote, the load is the same. That thing extends to weight on the bar. So you could theoretically see large improvements in strength at 50% of your one at max if you're contracting as hard as possible. And so there's lots and lots of different ways you can train for strength that are outside of this weight lifting, weight training spectrum. Andy, if you hear things like this and you're like, wow, I know, I read this book, or I saw this other coach who I got so much stronger that way.\n\nAndy Galpin: Well, if intention is there, those are absolutely possible. This could be anything from body weight, style of training. It could be very low load implement stuff. So a kettlebell, a light kettlebell or a ball, it could be single leg training. It's like all kinds of different methods. They will only work for strength, though, when you're past your first handful of months of training, if intention is there, and if it is, then these specific numbers and protocols don't matter as much, so don't get too caught up in them if you're not worrying about exercise quality. And this is very, very important because you mentioned earlier about how you stop taking your phone into the gym with you. One of our former students, Ramsay Ninja, is the head strength conditioning coach at the University of Kansas, and he made a great post a couple of days ago where he gave sort of a tip of, how do I improve training quality? And one of his tips is, set your playlist before you go to the gym. And the reason is people spend so much time in between sets just finding the next song that they like.\n\nAndy Galpin: It makes their workout so long. Andy so unproductive. So that is one strategy or do what you do, which is ditch the music entirely. When you don't have music or a phone to look at, you only have one job, you only have one thing to pay attention to. And what you'll find is the quality of the training will go up exponentially. You will feel kind of, quote unquote, bored. But that just means you'll go back to training and you'll get a lot more done, because you have one thing to focus on. So you can get a lot more done when you avoid those distractions and when you're doing strength, and especially power work, since it's not fatiguing, strength will be a little bit, but power won't be. People tend to get very bored. They're used to either feeling a pump or a burn or a sweat, and that's their perception of my quality of workout. These exercises will not hit that for you. So there has to be another metric you're looking at, which is, I'm going to try to move as well as I can, as hard as I can.\n\nAndy Galpin: That's going to produce your results. If you can't do that, then you might as well just not do these workouts, go do something else. You're just going to be wasting time. You're going to be burning a very low amount of calories. You'll have wasted an hour and you're going to go right back to the place you were. So be very intentional. There are actually some studies showing that music can enhance performance. We've done some of these in our lab. So what's that mean? It's not about the music per se. It's about the focus and intent and do whatever it takes to be very focused and intent and you can actually get in and out very quickly and get a lot of work done and see a lot of results.\n\nAndrew Huberman: Love it." - }, - "truncated_cells": [] - }, - { - "row_idx": 69, - "row": { - "id": "chunk_57144", - "embedding": [ - -0.028034916, -0.010278576, 0.026279382, -0.009514718, -0.026038164, - 0.02410842, 0.004861217, -0.048109632, -0.03170679, -0.03302009, - 0.019525273, 0.034092173, 0.0041610138, -0.0027505576, -0.0055279173, - 0.01920365, 0.04727877, 0.010747611, -0.0021960908, -0.026574206, - 0.012047509, -0.00044265215, -0.022955932, -0.012757762, -0.019511873, - 0.022339486, 0.01696568, -0.013468016, 0.007390658, -0.02438984, - 0.033556134, -0.022366287, 0.012992281, 0.018332584, -0.019109841, - -0.016362635, -0.011471266, 0.014633904, 0.03588791, -0.0047238567, - 0.034279786, 0.004944973, 0.0016424614, -0.009313703, -0.017662533, - -0.017689334, 0.010452788, -0.020074714, 0.0010645428, 0.013173194, - -0.0006336166, 0.011571773, -0.03114395, 0.009126089, -0.005286699, - 0.0046468005, -0.000350939, 0.028597757, 0.013401011, -0.0024339587, - -0.0006579059, 0.011859895, 0.00040098338, 0.015263752, 0.011511468, - -0.010928525, 0.005022029, -0.010479591, 0.010479591, 0.0002070875, - -0.0012529945, 0.028410144, 0.0012002281, -0.011290352, 0.04596547, - -0.023907404, 0.018386187, -0.0030906082, -0.0042849733, 0.0023971058, - -0.008951875, -0.030527504, -0.017247101, 0.012670656, 0.020114917, - -0.0251805, 0.013327305, -0.0036517757, 0.009983754, 0.0058629424, - 0.011089337, 0.009789439, 0.018104766, 0.010828017, -0.014566899, - 0.013360809, -0.035432275, 0.0073772566, -0.021763243, 0.0078060892, - -0.019686086, -0.0039298465, -0.011417662, -0.007357155, -0.035057046, - 0.009112688, -0.0013752788, -0.019592278, 0.010191469, -0.018118167, - -0.010278576, 0.023961008, -0.009179693, -0.038728923, -0.014004056, - -0.023666186, 0.020985983, -0.024631059, -0.027271058, -0.025930956, - 0.03457461, 0.008643652, 0.043258466, -0.010928525, 0.004975125, - -0.0025729942, -0.02902659, 0.004985176, 0.0014179945, -0.0128113665, - 0.026453596, 0.015009132, 0.0045697447, 0.006412384, -0.01630903, - -0.014432889, -0.003959999, -0.0067474092, -0.03789806, -0.031117149, - 0.015223549, 0.004442435, -0.008033906, 0.0067775613, -0.012442839, - 0.009682231, 0.02106639, 0.012295428, -0.02371979, -0.0079535, - -0.01669766, 0.021294206, 0.00015892762, 0.024095017, 0.008060709, - -0.012878371, -0.017675934, 0.018493395, -0.04081948, 0.004385481, - 0.02543512, 0.015732788, 0.012483042, -0.012040809, -0.001041091, - 0.0119336005, 0.03285928, -0.004053806, 0.009219896, -0.0024440095, - -0.0022580703, 0.010365682, -0.03511065, 0.0023502023, 0.015451366, - 0.0119269, 0.012690757, -0.03154598, -0.0013911924, -0.011290352, - 0.032108825, 0.0071628406, 0.035057046, 0.008529744, -0.01206091, - 0.02410842, 0.015866797, -0.01789035, 0.0100038545, -0.0117459865, - 0.01920365, -0.00003630313, -0.027338063, -0.005310151, -0.62909704, - 0.004006902, -0.0027890855, -0.026118571, 0.037790854, 0.0238538, - 0.01152487, -0.005792587, -0.028008113, 0.015089539, -0.015049336, - 0.010580098, -0.003338527, -0.013099489, 0.018453192, -0.0025126897, - -0.0073035513, -0.02002111, -0.015705986, -0.0015260401, -0.04095349, - 0.01695228, -0.007739084, 0.0041308617, 0.009762636, 0.012241824, - -0.01920365, -0.010506392, 0.018493395, 0.00045228412, -0.0078194905, - 0.020208726, 0.022205476, -0.0045027398, 0.037710447, -0.016094614, - -0.00035659253, 0.017126493, 0.007249947, 0.020905577, -0.009152891, - -0.0060572573, 0.008925074, -0.0007052282, -0.013615428, 0.02215187, - 0.0005578171, -0.010968728, 0.021535425, -0.0040973593, 0.019578878, - -0.00596345, 0.011826392, -0.030849127, 0.0083220275, -0.011089337, - 0.0029448722, 0.00027807098, -0.021950856, -0.0059668003, 0.021669434, - 0.009729134, -0.024054816, -0.02622578, -0.019297456, -0.009601825, - -0.016523447, 0.0033050245, -0.00006203203, 0.005129237, 0.015719386, - -0.010278576, -0.0011533245, -0.015907, -0.0029113698, 0.025515525, - 0.0047506583, 0.0028326388, -0.006787612, 0.016496645, -0.0026249231, - 0.008355531, -0.012288727, -0.0040605064, -0.0063018254, 0.0151163405, - -0.040765878, 0.018252177, -0.016885275, -0.0045429426, -0.012483042, - -0.0044960394, 0.015451366, -0.02717725, -0.0025495423, 0.00238538, - 0.0016441366, -0.015263752, -0.025461921, -0.03406537, -0.011705783, - -0.012516544, -0.0014045935, 0.012275326, -0.0043385774, - -0.0025930956, -0.020637557, 0.004258171, 0.017287305, -0.012737662, - -0.001655025, 0.0019448218, -0.0058930945, 0.035995115, 0.0070690336, - -0.028410144, 0.0007659515, -0.009293601, -0.015478168, -0.018104766, - 0.01550497, 0.006573196, 0.0072700484, 0.0066167493, 0.0045228414, - 0.012282027, 0.020074714, -0.022781719, 0.0038192882, -0.00017306149, - 0.0040772576, -0.017421314, 0.031036742, -0.020758167, 0.034601413, - 0.004529542, 0.0018275629, 0.0030688315, 0.009910048, -0.018332584, - -0.015089539, -0.010660504, 0.018520197, -0.012362433, -0.003418933, - -0.03417258, -0.020530349, -0.00311406, 0.021790044, -0.00080992363, - 0.010700707, -0.011404261, 0.007886495, 0.008509642, -0.032778874, - 0.00003669574, -0.029187402, -0.047761206, -0.03165319, -0.010258474, - -0.0066234497, 0.023786794, -0.014955528, 0.0100038545, -0.010151266, - -0.008288525, -0.0069417236, 0.0065028407, -0.00038381334, - -0.020892177, -0.0034139077, -0.016657457, -0.018721214, -0.004650151, - -0.019793294, -0.0033050245, 0.006147714, 0.003738882, -0.002425583, - -0.0026182225, 0.0074710636, 0.011317154, -0.021763243, - -0.00018122773, 0.03259126, -0.00011170999, -0.0027220803, - -0.008536444, -0.024309434, 0.021052988, -0.004985176, 0.016362635, - 0.009769337, -0.010452788, -0.0005754059, 0.01790375, 0.003551268, - 0.00357807, 0.0009389084, 0.026842225, 0.05408648, -0.010372383, - 0.0304739, -0.015679182, 0.015223549, 0.008335429, 0.021495221, - -0.03535187, 0.031224357, 0.012952077, -0.026198978, -0.01760893, - -0.007343754, -0.0058428408, -0.0010729184, 0.017582126, 0.014526696, - 0.016523447, -0.014875122, 0.02556913, 0.003645075, 0.0126170525, - 0.031867605, 0.01842639, -0.037040394, 0.006509541, 0.012690757, - 0.010821316, -0.022714714, -0.009266799, 0.008811165, 0.0017990858, - 0.018533599, -0.0030772071, 0.016416239, -0.005363755, 0.011109439, - 0.00095649716, 0.03725481, 0.0019230451, 0.021388015, 0.0054910644, - 0.00993015, -0.034601413, 0.0305007, 0.00043762676, 0.022098267, - -0.0001295082, -0.00031262045, 0.012603651, 0.00023535526, - 0.029241007, -0.0238538, 0.010057459, -0.012429438, 0.005594922, - 0.0039398973, -0.0086302515, 0.013803042, 0.040605064, -0.012000605, - 0.030259483, 0.01774294, 0.011752686, 0.019552076, -0.0013141367, - -0.012442839, -0.015464767, -0.01762233, -0.004492689, -0.0016407863, - 0.010399185, 0.007142739, -0.01510294, 0.01259025, -0.0072968504, - 0.025113495, -0.02079837, -0.0011047459, 0.031036742, -0.011357357, - -0.02729786, 0.0048679174, 0.02042314, -0.022580704, 0.022352887, - -0.019297456, -0.02015512, -0.010513093, 0.009085885, -0.025930956, - 0.038112476, -0.03816608, 0.010955326, -0.0033083747, 0.02266111, - 0.022701314, -0.002730456, 0.0074442616, -0.027284458, -0.0031458873, - -0.015638981, 0.0079602, -0.030313088, 0.018895427, 0.015330757, - -0.040069025, -0.037924863, -0.0019548726, -0.0033217757, 0.012704158, - -0.007511267, -0.002268121, 0.018868623, 0.016282229, -0.0056418255, - -0.0034943137, 0.005986902, 0.055319373, -0.015705986, -0.0021491873, - -0.024282632, -0.013635529, -0.023652785, 0.09525439, 0.051057853, - 0.0020604054, 0.03961339, 0.011819692, 0.028302936, 0.014540097, - -0.009099287, 0.028061718, 0.0064190845, -0.0058227396, -0.019619081, - 0.014339082, -0.016590452, 0.0069417236, 0.0008308627, 0.0020838573, - -0.01802436, -0.01947167, -0.014285478, 0.012489743, 0.018882025, - 0.01696568, 0.05218354, 0.009508017, 0.015062736, 0.042749226, - 0.0038996942, 0.020557152, -0.00702213, 0.0039432477, 0.033314914, - 0.023438368, 0.022768319, -0.023545576, 0.0043821307, -0.016938878, - -0.009347205, 0.0063018254, -0.013320605, 0.006003653, 0.021629233, - 0.013749437, 0.012349032, 0.018332584, -0.008563247, -0.020851973, - 0.009722434, -0.008328728, -0.019592278, 0.012771164, -0.0064358357, - -0.012000605, -0.008697256, -0.005393907, -0.029777046, -0.010848119, - -0.020503547, -0.0030571057, -0.028034916, -0.0024473597, 0.006017054, - 0.016724462, 0.018614005, -0.0066804043, -0.0153039545, -0.019150045, - 0.000023347075, -0.010667205, -0.007357155, -0.036665168, -0.0317604, - -0.012543347, 0.0044022324, 0.018359385, 0.012663956, 0.023076542, - 0.0031626387, -0.003192791, 0.0064291353, -0.017019285, -0.0371208, - -0.009360607, -0.027123647, 0.0001138039, 0.020222126, -0.02412182, - -0.0060740085, -0.006546394, 0.003192791, -0.018265579, -0.01073421, - 0.012295428, -0.025394917, 0.011384159, -0.0031961412, 0.008342129, - 0.015437965, 0.026560804, -0.023786794, -0.0053872066, -0.022553902, - 0.009327103, -0.03604872, -0.009387408, 0.0077457847, 0.0016257102, - -0.0011809642, -0.021803446, -0.024014613, 0.0010302027, -0.012429438, - 0.026493799, 0.040015418, 0.027391667, 0.018305782, 0.03620953, - 0.00024645298, 0.014017458, -0.015545173, -0.018238775, -0.035030242, - 0.027150448, 0.008596749, -0.035137452, 0.010030657, -0.009762636, - -0.026319586, -0.0022513699, 0.013427814, -0.011585174, 0.03151918, - -0.0054374603, -0.020074714, -0.00861685, -0.03417258, -0.023894003, - 0.011638778, -0.002864466, -0.006807714, -0.002304974, 0.0010888322, - 0.013642229, -0.0027254308, 0.022848723, -0.024363039, -0.0026718266, - 0.004573095, -0.025796946, 0.01696568, 0.04159674, -0.0017840096, - -0.0011667255, 0.011471266, -0.011940301, 0.0064324853, 0.0075179674, - -0.006214719, 0.030286286, 0.022058064, 0.02795451, 0.005990252, - -0.017046086, 0.021414816, -0.027445272, -0.005132587, -0.0069149216, - -0.0057155313, -0.0032698468, 0.009588423, 0.01007086, 0.004854516, - -0.019163447, -0.0016365985, 0.028651362, 0.04958374, -0.019284055, - -0.024537252, -0.01869441, -0.030661514, 0.0033686792, 0.011183144, - -0.0037790851, 0.012483042, -0.03007187, -0.012101113, 0.038219683, - -0.00014940034, 0.0007906597, 0.0061711655, 0.0029113698, - -0.021749841, 0.016778067, 0.0225405, 0.025877353, -0.02146842, - -0.0016399487, -0.026346387, 0.002877867, -0.00014406088, 0.012751062, - 0.011035733, -0.02425583, 0.016362635, -0.023679586, -0.017917152, - -0.01802436, -0.012764463, 0.0031911158, -0.02199106, 0.0044692373, - -0.010774413, 0.0065530944, -0.0005159389, -0.020610755, -0.004254821, - -0.016724462, 0.0077725863, -0.017850148, -0.00490142, 0.027123647, - -0.0058361404, 0.039264962, 0.0049784756, 0.03248405, 0.010941925, - 0.024858875, 0.006254922, -0.013220098, 0.003301674, 0.019150045, - 0.023773395, 0.013803042, -0.029053392, -0.008033906, -0.006908221, - -0.0199005, -0.0044859885, -0.02531451, 0.04226679, 0.010305378, - 0.005290049, -0.0033066995, 0.015049336, -0.024711465, 0.004787511, - 0.0041409126, 0.007873094, 0.005635125, -0.016027609, -0.021937456, - 0.041837957, -0.00768548, -0.0071829422, -0.013555123, -0.004834415, - -0.028785372, -0.0038259886, -0.014995731, 0.0055078156, -0.004599897, - 0.033877756, 0.012349032, -0.003882943, 0.03114395, 0.008831266, - -0.038889736, -0.012757762, -0.01764913, 0.032108825, -0.0102517735, - 0.012570148, 0.009199794, -0.021039588, -0.002887918, -0.016938878, - -0.0050153285, -0.018922228, 0.002794111, -0.012905174, 0.021146797, - 0.009863145, -0.030849127, 0.004455836, -0.0035981715, 0.0025729942, - 0.009715733, -0.013548423, 0.023545576, -0.029911056, -0.0081344135, - -0.01364893, 0.016416239, 0.024336236, 0.007645277, -0.038514506, - 0.0251805, 0.030527504, -0.006238171, 0.023116745, -0.015799792, - 0.0019598978, -0.036557958, 0.02188385, -0.02410842, -0.020302532, - 0.01565238, -0.005775836, -0.02716385, -0.02067776, 0.009427612, - 0.022058064, -0.022942532, -0.017970756, 0.012697458, -0.0023669535, - 0.003953298, -0.020329334, -0.0061309626, 0.007457663, 0.0007969414, - 0.013937051, 0.01444629, -0.0055614198, 0.028972987, -0.010754311, - 0.007410759, 0.020302532, -0.03588791, -0.0030772071, -0.006720607, - 0.026560804, -0.030715117, -0.0019012685, -0.0063286275, -0.008342129, - -0.018707812, 0.030259483, 0.034118976, 0.0045261914, -0.006335328, - 0.0060003027, 0.013206696, 0.0025964458, -0.0012395935, -0.011980504, - 0.009843043, -0.00077265204, -0.033502527, -0.00045689073, - -0.0145534985, 0.025126897, 0.018748015, -0.020396339, -0.0073705562, - 0.00073370535, -0.02464446, -0.03470862, 0.006861318, 0.016376035, - -0.0013870046, -0.017180096, -0.013803042, 0.020128319, -0.0043017245, - -0.0115583725, -0.022875527, 0.0053336024, -0.02638659, 0.00007438608, - -0.024041414, -0.010814616, -0.029401818, -0.012402636, 0.025622733, - -0.007873094, 0.00008213354, 0.012670656, 0.02331776, 0.022714714, - -0.018493395, 0.019176846, 0.015531772, 0.011049134, 0.032296438, - -0.009427612, 0.0030822325, 0.02570314, 0.005253196, -0.014285478, - 0.011833093, 0.022366287, -0.014915326, -0.0074643632, 0.0006034643, - -0.014285478, 0.0031207604, -0.005501115, 0.026466997, 0.0070690336, - -0.0057959375, 0.01630903, 0.038514506, -0.0032128925, 0.011947001, - 0.012040809, 0.00077725865, 0.010405885, 0.021629233, 0.017046086, - -0.016979082, -0.009581723, 0.017193498, 0.008945175, -0.007249947, - 0.008429236, 0.0013225123, 0.018533599, 0.01297888, 0.001246294, - -0.020114917, 0.0052933996, 0.014459691, -0.00048997445, 0.011109439, - -0.00048159884, 0.004278273, -0.031733595, -0.010178068, -0.01976649, - -0.033609737, -0.03189441, -0.0040873084, 0.01565238, -0.009347205, - 0.005765785, 0.21227202, -0.01921705, -0.003301674, 0.030715117, - 0.021790044, 0.018386187, 0.03390456, 0.0019816745, 0.0012881722, - 0.008033906, 0.010694007, -0.0029381716, -0.04435735, 0.0044055823, - 0.024724865, -0.0061577647, -0.023076542, -0.030607909, -0.011491368, - 0.017823344, 0.013896849, -0.004807613, -0.018547, -0.014205072, - 0.020490145, 0.01815837, -0.024443444, 0.014231874, 0.0048411153, - -0.0076117744, -0.005139288, -0.024550652, 0.0019314208, -0.025502125, - -0.013193295, -0.006415734, 0.006372181, -0.018439792, -0.0010729184, - 0.008362231, 0.034735423, 0.00463675, -0.007973602, 0.0031056844, - 0.017126493, 0.002356903, -0.013132991, 0.013595326, 0.0036651767, - 0.01881502, -0.026547404, -0.016791467, 0.03165319, 0.035003442, - -0.009822941, -0.012127915, 0.012784565, 0.0017387812, 0.004797562, - 0.041275114, -0.020222126, 0.010278576, 0.014861722, 0.008750861, - -0.005403958, 0.010915124, 0.011357357, 0.02822253, -0.008985378, - -0.023733191, -0.023478571, -0.019431466, -0.01630903, 0.0100641595, - -0.009916748, 0.006238171, 0.044196535, 0.021522025, 0.008603449, - 0.015719386, 0.0035579684, -0.027472073, 0.016376035, 0.012818067, - 0.0022496947, -0.03524466, 0.020490145, 0.0029080193, -0.000914619, - 0.01047289, 0.01444629, -0.007249947, -0.0012965478, -0.011806291, - -0.0040739076, -0.016751263, -0.0019632482, -0.0066904547, - -0.029991463, -0.022299282, -0.008710657, 0.056123435, -0.0060572573, - 0.01127025, 0.0064592874, -0.02689583, 0.004881318, 0.004965075, - 0.005357054, -0.009749236, 0.0045663947, -0.02690923, 0.003232994, - -0.0061812163, 0.011390859, 0.0023803546, -0.0010084261, - -0.00006344541, 0.020476745, -0.015183345, -0.014633904, -0.017247101, - 0.02993786, -0.0019732988, 0.028115321, -0.02318375, -0.04492019, - 0.006750759, 0.0026466998, -0.025126897, 0.04017623, -0.0032229433, - 0.020758167, -0.026681414, -0.005336953, -0.01999431, -0.025542328, - -0.019967508, -0.0040203035, 0.009233297, 0.005685379, -0.0032748722, - 0.015022534, -0.019632481, 0.020878775, -0.004787511, -0.00046903538, - 0.037147604, -0.012188219, -0.023089942, 0.006928323, 0.025408316, - -0.032671664, -0.006693805, 0.014674108, -0.007002028, -0.016871873, - -0.008717358, -0.015129741, -0.010781114, -0.05154029, 0.008375632, - -0.0021374612, 0.0059466986, -0.021656035, -0.009233297, -0.16874553, - 0.021682836, 0.05194232, -0.017930552, 0.032832477, -0.021026187, - 0.050066177, 0.016737863, -0.015223549, -0.037924863, 0.020369537, - 0.0035043645, -0.0018912177, -0.016416239, -0.027150448, -0.014607103, - -0.008509642, 0.033180904, 0.040524658, 0.025019689, 0.0018928929, - -0.014205072, -0.009119388, -0.004452486, -0.0039801, 0.0005226394, - 0.009601825, 0.017957356, -0.0036249736, 0.0041811154, -0.015223549, - 0.023625983, 0.022553902, -0.013990656, -0.009568322, -0.0022999486, - -0.0015679183, -0.0016499995, -0.0291606, 0.029133799, 0.031277962, - -0.007899896, -0.011464565, -0.009997155, 0.00027828038, 0.04031024, - 0.0264804, 0.0024105068, 0.019444868, -0.012757762, -0.011317154, - -0.00954152, 0.01656365, 0.0066435514, -0.0031978162, -0.03521786, - 0.010807916, 0.021052988, -0.028812174, -0.024711465, -0.003524466, - -0.014325681, 0.03752283, -0.01206761, -0.0034122325, -0.024242429, - -0.008275124, 0.0055279173, -0.01404426, 0.0185604, 0.0029465472, - -0.023398167, -0.024537252, -0.03803207, 0.02397441, -0.0027991363, - -0.009762636, 0.008188018, 0.030983139, 0.018975832, 0.008255023, - 0.02492588, -0.010667205, -0.014513295, -0.00782619, 0.004358679, - -0.004687004, -0.00033272197, -0.012268626, -0.0034909635, - 0.016081214, -0.012596951, -0.037603237, -0.011940301, 0.007410759, - -0.012938676, 0.0028443646, -0.011980504, -0.0031475625, -0.024054816, - 0.028972987, 0.0015386036, -0.026748419, 0.009755936, 0.031867605, - -0.0010235022, -0.0022195424, 0.006613399, 0.033234507, -0.019659283, - -0.0025227403, 0.0056686276, 0.008033906, 0.016778067, 0.011384159, - 0.025341311, 0.02583715, -0.016912077, 0.0005678678, 0.012107814, - 0.053979274, -0.0015612178, -0.027900906, 0.015638981, -0.014298879, - -0.025354713, -0.1273632, 0.028919382, 0.01630903, 0.024028013, - 0.013937051, 0.010492992, -0.01312629, 0.019806694, -0.009809541, - 0.032805674, -0.014258676, -0.02544852, 0.011846494, -0.0069149216, - 0.0024490347, -0.008147815, 0.009575022, -0.026413392, -0.0043955315, - 0.03143877, 0.0006415734, -0.007538069, 0.005869643, 0.011102738, - 0.0020486796, -0.002691928, -0.02717725, 0.01617502, -0.011973804, - -0.009286901, 0.026560804, -0.017394513, -0.003152588, -0.009038982, - 0.010982129, -0.010915124, 0.0006708881, -0.012818067, 0.0018660908, - -0.013883447, 0.0037857858, 0.020128319, 0.0008530581, 0.012040809, - -0.0047674095, -0.0071628406, -0.014406087, 0.022862125, -0.016282229, - -0.014942127, -0.028302936, -0.004743958, -0.023089942, 0.009132789, - -0.0046199984, -0.016938878, 0.023116745, -0.0063152267, -0.008549845, - 0.012898473, -0.0009405835, -0.012275326, -0.023786794, 0.0072700484, - 0.047627196, -0.016496645, -0.009219896, -0.011859895, 0.0025863952, - -0.024188826, -0.010982129, 0.0199005, 0.011759387, 0.028436946, - -0.03776405, -0.0056786784, -0.020717964, -0.04098029, 0.030098671, - 0.0056016226, -0.000047819623, -0.0067909625, 0.0025646186, - -0.021937456, 0.0028175625, 0.0014741112, 0.0042447704, -0.011230048, - 0.029267808, -0.026748419, -0.011638778, 0.019699486, 0.025502125, - -0.027900906, -0.026828824, 0.0067005055, 0.0024021312, -0.013334006, - -0.009454413, 0.008636951, -0.016188422, 0.003789136, -0.032001615, - 0.015424564, 0.00074208097, -0.022178674, 0.02201786, -0.015853396, - 0.0044055823, 0.0111228395, -0.011900098, -0.000609746, -0.009782738, - 0.0053001, -0.035405472, -0.026185576, -0.03328811, -0.0056217243, - -0.010667205, -0.0051895417, 0.006854617, -0.0019598978, -0.005112486, - 0.0061041606, -0.0059567494, 0.0061711655, -0.021495221, -0.010620302, - -0.019069638, 0.0068479166, -0.0151163405, 0.0039834506, 0.014272077, - -0.021535425, -0.016000807, 0.008234922, -0.024724865, -0.012737662, - 0.016376035, 0.009427612, 0.022419892, 0.008456038, -0.000033633398, - -0.038112476, 0.0013191621, -0.022513699, -0.0010385783, 0.011431063, - -0.029562632, 0.008777662, -0.00596345, 0.01523695, 0.018922228, - 0.009963652, -0.016845072, -0.019096442, -0.019538675, 0.0069618253, - -0.006352079, -0.00129236, 0.015839996, -0.022098267, 0.020624157, - -0.004687004, 0.026560804, -0.01696568, -0.010794515, -0.009588423, - 0.008449337, 0.0053034504, -0.013608727, -0.023116745, -0.004676953, - 0.002505989, 0.020771567, 0.02637319, 0.007142739, -0.004070557, - 0.009447713, 0.018345984, -0.0092533985, -0.001443959, 0.020302532, - 0.0035948213, -0.0054542115, 0.02133441, 0.038326893, -0.0009623601, - 0.0044189836, 0.029321413, -0.011598575, 0.0025796946, 0.017541924, - 0.03511065, -0.022835324, -0.007524668, -0.0048277145, 0.04730557, - -0.017943954, 0.0056384755, -0.0038661917, 0.017421314, 0.012047509, - -0.0023485273, -0.0068445667, -0.024336236, -0.019927304, 0.003073857, - -0.012114515, -0.034789026, -0.03803207, -0.012784565, 0.0048009125, - 0.016188422, 0.013186595, 0.0046065976, -0.008898271, 0.0109352255, - -0.002028578, -0.022232277, -0.031921208, 0.023304358, -0.00755147, - 0.0067742113, 0.010198169, -0.0030705067, 0.018104766, 0.029991463, - 0.028115321, -0.0128716715, 0.0016190097, 0.017340908, 0.03588791, - -0.0130592855, -0.02215187, -0.027190652, -0.011390859, -0.023826998, - -0.013635529, 0.023210552, 0.002371979, 0.06378882, -0.01073421, - -0.008804465, 0.018922228, 0.004623349, 0.008456038, 0.02477847, - -0.009822941, -0.012228423, -0.023411566, -0.0015486544, -0.001881167, - -0.025019689, -0.018640807, -0.0073973583, 0.010908423, -0.01431228, - 0.033073697, 0.019619081, -0.00008140067, 0.025207302, -0.021642633, - 0.011739286, 0.006908221, -0.018654207, -0.024631059, 0.0033402022, - 0.006258272, -0.011330555, -0.018654207, -0.011786189, 0.008228221, - -0.036772374, -0.01947167, -0.0025679688, -0.009568322, -0.01565238, - -0.0071896426, -0.018238775, 0.0006084897, -0.004228019, - 0.000020533385, -0.017072888, -0.00781279, 0.0018459893, - 0.00092718244, -0.013019082, -0.0065966477, -0.028276134 - ], - "metadata": { - "chunkTitle": "Power and Strength Training", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28768&chunkSid=chunk_57144" - }, - "document": "Andy Galpin: Yeah, it's great.\n\nAndrew Huberman: With your permission, I'm going to read back my summary list of training for power and training for strength according to your description, and you can tell me where I'm right and where I'm wrong. I'm going to pick three to five exercise science. These should be compound exercises, so multi joint movements. I'm going to perform those exercises for three to five repetitions each. I'm going to do three to five movements total per workout, and I'm going to rest three to five minutes between sets. Okay. If I'm training for power, the weight loads on the work set, so not the warm up sets, but the work sets are going to fall somewhere in the range of 30% to 70% of my one repetition maximum. Yes.\n\nAndy Galpin: And the larger the movement, the higher that number goes. So on a squat, you're okay getting 50 or 60%. On a bench, you would not want to go that high. You would want to stay close to that 30% to 40% range. So the way you scale that up and down is dependent upon the difficulty of the movement.\n\nAndrew Huberman: Great. If training for strength, I'm going to have my work sets be 70% or more of my one repetition maximum.\n\nAndy Galpin: Yes. And the only thing to add there is in the case of actually all of them, it's okay to go less than three reps per set. So a single or a double one or two reps time is also fantastic. So we use three to five as the concept, but less is okay. Going more than that is generally not a good idea. So less is okay, more is generally not okay.\n\nAndrew Huberman: And then you listed off a number of really valuable, I don't even want to call them fine points, but important points to keep in mind within each and both of these programs. One that really stands out in my mind is this idea of if I perform this three by five program, but I'm also including some hypertrophy work for arms or calves or muscle groups that might not be hit as directly as one might like during the three by five component. That's okay, but do that after the three by five training. And keep in mind that that additional work can potentially compromise recovery for the three by five power promoting or strength promoting program. The example being, for instance, if one does arm work on the first workout of the week or even the third workout of the week or the fifth workout of the week, and that arm work is higher repetition, hypertrophy.\n\nAndrew Huberman: Directed work, it's reasonable to assume that it might impede some of the three by five power promoting or strength promoting training in the subsequent workout. So just to be mindful of that and perhaps throttle back on the intensity or the volume, or if my goal is strictly power or strictly strength, probably best to leave out other forms of training." - }, - "truncated_cells": [] - }, - { - "row_idx": 70, - "row": { - "id": "chunk_57143", - "embedding": [ - -0.029745806, -0.014274177, 0.015321948, -0.017471919, -0.0049565006, - 0.03771975, -0.027663872, -0.03540649, -0.029174294, -0.029636947, - 0.008708744, 0.031433124, 0.00035187922, 0.010586568, 0.011056024, - 0.0025564928, 0.040169086, 0.023050958, 0.013682255, -0.020642446, - -0.01662826, -0.013260424, -0.022901276, -0.019771572, -0.027296472, - 0.02777273, 0.021758255, -0.016383326, 0.0023455778, 0.0010392662, - 0.02714679, 0.0009848366, -0.0060927193, -0.012974669, -0.024670241, - -0.030562252, -0.018546905, 0.0017094313, 0.012566446, -0.0014559933, - 0.01962189, 0.005990664, -0.021118706, -0.035950787, -0.02556833, - -0.0082597, -0.003925739, -0.027867982, -0.014954547, 0.012212654, - 0.027065145, 0.016179215, -0.034916624, -0.0002576904, 0.001949262, - -0.022533877, -0.009593227, 0.0116547495, 0.041121602, -0.025786048, - -0.0064533157, 0.030480606, 0.0065145493, 0.017036483, 0.00677309, - -0.011348583, -0.00096187403, 0.012001739, -0.00042927137, - 0.014927332, 0.00603829, 0.034072965, -0.015022584, 0.0009822851, - 0.032440074, -0.007211929, -0.0005098528, -0.0075793294, 0.008906052, - 0.01262768, 0.011328172, -0.012716128, -0.0124984095, 0.019376958, - 0.03366474, -0.022275336, -0.0059600472, 0.029310368, 0.003362732, - -0.01956746, -0.007538507, 0.026126234, 0.0064056898, 0.007912711, - -0.0070486404, -0.0040890276, -0.019499423, 0.0025173714, -0.00947076, - 0.013484946, -0.006654025, -0.017295023, -0.022792418, -0.018016215, - -0.014913726, -0.007545311, 0.0020581214, -0.015185874, 0.001483208, - -0.03978808, -0.01936335, 0.012355532, -0.0014457877, -0.022275336, - 0.005613058, -0.028004058, 0.015634919, -0.013491751, 0.0006034037, - -0.011750001, 0.03603243, 0.0024731474, 0.039597575, 0.011960916, - 0.011886076, -0.007592937, -0.03325652, 0.021186743, 0.01220585, - -0.0070486404, 0.028711643, 0.022356981, -0.0041638687, -0.0075521143, - -0.0025905115, 0.029773021, -0.0014934136, -0.009572815, -0.033447023, - -0.029800236, 0.018165898, -0.011056024, -0.013314854, -0.02925594, - 0.016070355, 0.026425596, 0.0255139, 0.0059974673, -0.020070935, - 0.008654315, -0.026289523, 0.004527867, -0.0047455854, -0.006609801, - 0.010933557, -0.015553273, -0.0036331795, 0.013185584, -0.01973075, - -0.001657553, 0.017118126, 0.036631156, 0.019077593, -0.011042416, - 0.018751016, 0.021445284, 0.008797193, -0.029473659, 0.031487554, - -0.002854155, 0.011300957, 0.010294008, -0.041883618, 0.025187323, - 0.0042387093, 0.015185874, 0.00037569218, -0.017866533, 0.0039121313, - -0.01641054, 0.021241173, 0.015008978, 0.025609152, 0.03845455, - -0.0113894055, -0.0015418901, 0.024670241, 0.012028954, -0.017703244, - -0.0015333854, 0.0024663438, 0.0071847145, -0.008252896, -0.005245658, - -0.6209335, 0.0061437474, -0.002946005, -0.022629129, 0.002927295, - -0.0005608806, 0.0008283513, 0.023404751, -0.025541116, 0.03072554, - -0.026534457, 0.011498264, -0.023785759, -0.003779459, 0.0040924298, - -0.0147640435, -0.0063206437, -0.005126593, 0.0038543, 0.015077014, - -0.032467287, 0.032984372, -0.0006705903, 0.018179504, 0.015526059, - -0.0017842721, -0.008790389, 0.0046673426, 0.0023812973, 0.026847428, - -0.0073684147, 0.018751016, 0.007926319, 0.011498264, 0.041067176, - -0.022493055, -0.027432546, 0.03382803, 0.008320933, 0.021091491, - -0.016070355, 0.011062827, 0.003388246, -0.019662712, -0.004572091, - 0.011069631, 0.0059362343, -0.0094367415, 0.015090622, -0.014954547, - 0.025173714, 0.006824118, -0.0077222073, -0.009463957, 0.010987987, - -0.0034290683, 0.0016881698, -0.010804286, -0.005545021, 0.015852638, - 0.013947599, -0.0012340223, 0.00045159605, -0.027704693, -0.020969024, - 0.008300522, -0.02309178, -0.002665352, -0.0032334616, 0.004157065, - 0.024969604, 0.0012876015, -0.01846526, -0.008790389, 0.015526059, - 0.03924378, 0.024234803, 0.024384486, 0.0010137523, 0.02852114, - -0.012852202, 0.005806964, -0.011579909, -0.006963594, 0.01988043, - 0.020996239, -0.035052698, 0.0093891155, -0.011804432, -0.03279387, - -0.010171542, 0.003663796, -0.0020087943, -0.0058579915, -0.014478288, - 0.027187612, 0.0034903015, 0.006742473, 0.0088584265, -0.0255139, - -0.03709381, 0.018315578, 0.0027929216, -0.0102327755, 0.015553273, - 0.0013437321, -0.0034460775, 0.009872179, 0.047054436, -0.014097281, - 0.0032827884, -0.017458312, -0.0024238206, 0.012668502, - -0.00042459383, -0.027255649, 0.01294065, -0.00445983, 0.01635611, - -0.024193982, 0.035324845, -0.0064873346, 0.020370299, 0.023581648, - 0.011334975, 0.021009846, -0.00010970977, -0.014750436, -0.016192822, - -0.008320933, -0.011300957, 0.0057015065, 0.020479158, -0.019159239, - 0.019063987, 0.009790534, 0.004282933, 0.011586713, 0.0011311163, - -0.027160397, -0.018356401, -0.006123336, 0.021499714, -0.0022554288, - -0.030017955, -0.025337003, -0.035324845, -0.01457354, 0.03641344, - 0.0019101407, 0.00033805918, -0.019077593, 0.01391358, 0.0027486975, - -0.021445284, -0.010409672, -0.0136074135, -0.007871889, -0.013301247, - -0.016301682, -0.010212364, -0.005449769, -0.018342793, 0.007953533, - -0.008116822, -0.00765417, -0.010797483, 0.01068182, -0.011334975, - -0.029310368, 0.021390853, -0.01251882, -0.015458022, 0.025745226, - -0.0017893749, -0.0024374279, 0.008844819, 0.014900118, -0.02457499, - -0.006725464, 0.004504054, -0.001277396, -0.016669082, -0.023105389, - 0.014478288, 0.0034443766, -0.001648198, 0.011287349, -0.031433124, - 0.024057908, -0.014206139, 0.010709034, -0.022016795, -0.015716562, - -0.015036192, -0.0050415467, -0.009810945, 0.016587438, 0.018438045, - 0.033120446, 0.028330635, -0.010464101, 0.012035757, -0.023717722, - 0.013008688, 0.007327592, 0.004109439, -0.030181244, 0.016152, - 0.020125365, -0.018478869, -0.011729591, 0.0040754206, -0.008783585, - -0.0033729377, 0.046020273, -0.0030327523, 0.018438045, -0.0111240605, - 0.011015201, 0.0022231112, -0.009014912, 0.032304, 0.015349163, - -0.042754494, -0.0068275197, 0.0019373555, 0.018778231, 0.0044666333, - -0.028466709, -0.017063696, 0.021227565, 0.019853216, -0.0048884633, - 0.0036944128, -0.0132468175, 0.0026534456, 0.022316158, 0.055164456, - -0.0042353077, 0.005545021, 0.013342069, 0.011695572, -0.0017621601, - 0.032848295, 0.008729156, 0.024792708, -0.016641866, -0.028684428, - -0.0019458601, -0.012559643, 0.021921543, -0.016546614, -0.0042965407, - 0.0020734298, -0.009729301, 0.023132604, -0.015798207, 0.021186743, - 0.024139551, 0.00093295827, 0.035379276, 0.007885496, -0.009178201, - 0.0045414744, 0.015036192, -0.008382167, 0.014491895, -0.036957737, - -0.00185401, -0.004548278, 0.0029068838, 0.005949842, -0.018070646, - 0.0069465847, 0.0049292855, 0.022901276, 0.009008108, 0.020002898, - 0.0047557913, -0.015213088, -0.030126814, 0.0011022005, 0.020002898, - -0.017771281, -0.024466129, -0.017322237, 0.007327592, 0.0053204987, - 0.02015258, -0.0110764345, 0.0080147665, -0.022601914, -0.010273597, - 0.011906487, 0.045693696, 0.03184135, -0.004102635, 0.008729156, - -0.040849455, 0.008402578, -0.008613492, -0.009926608, -0.018111467, - 0.034372326, 0.009926608, -0.0047659967, -0.029419228, 0.013348873, - -0.017009268, 0.014287785, 0.003755646, -0.007035033, -0.010743053, - 0.022139262, 0.015226696, 0.0107634645, -0.0026772586, 0.02646642, - -0.0061845696, -0.012178635, 0.002923893, -0.00025683994, - -0.0088108005, 0.090734236, 0.028711643, -0.012287495, 0.034644473, - -0.023772152, 0.0064635216, 0.009736105, -0.01286581, 0.024819922, - 0.025894908, 0.02325507, -0.0037522444, -0.0039291405, -0.0080147665, - -0.0165194, 0.0043509705, -0.006562175, -0.016328895, 0.006960192, - 0.007701796, -0.0031824338, 0.021418069, 0.022098439, 0.041938048, - 0.016274467, 0.029419228, 0.00077902444, -0.00059022155, - -0.0009193509, -0.011028809, -0.00886523, 0.018955126, 0.013587003, - 0.021064276, -0.020588016, -0.010885931, -0.01941778, -0.010103504, - 0.025282575, -0.01499537, 0.0056776935, -0.004902071, 0.026507242, - 0.0010622287, 0.02756862, -0.019404171, 0.011525479, 0.00017902254, - -0.020016504, -0.008960482, 0.016015926, -0.005476984, -0.024234803, - -0.010620587, 0.01147105, -0.0042080926, 0.0063172416, -0.0022571296, - -0.0050245374, -0.012505213, -0.0073207887, -0.0035617405, - 0.021281995, 0.017240593, -0.022914885, -0.02835785, -0.02503764, - 0.018574119, -0.016873192, -0.017934572, -0.020492764, -0.016478578, - -0.02145889, 0.016328895, 0.016315289, -0.013328462, 0.029800236, - -0.007450059, 0.015975103, 0.0038815148, 0.00080368784, -0.016260859, - -0.009225827, -0.024248412, 0.007565722, -0.0024051103, 0.0007292723, - 0.0152947325, -0.01973075, 0.006766286, 0.017880142, -0.005317097, - 0.01068182, -0.027895197, 0.01451911, 0.0046707448, 0.018846268, - 0.020424727, 0.03415461, -0.018002609, 0.0113894055, -0.03189578, - 0.0056947027, -0.023867404, -0.0068105105, 0.0061607566, - -0.0022367185, -0.01804343, -0.007511292, -0.029419228, -0.0037760572, - -0.0067935013, -0.0116547495, -0.0048884633, 0.01620643, 0.016655475, - 0.0035379275, 0.026983501, 0.007259555, -0.023799367, -0.029310368, - -0.030154029, 0.0273509, 0.020737698, -0.016342504, 0.034807764, - 0.015498844, -0.033338163, -0.026575278, -0.001695824, -0.029827451, - 0.028004058, -0.0047183707, -0.030126814, -0.020138972, 0.0042217, - -0.030072384, -0.006749277, -0.002064925, -0.0032317608, -0.007218733, - 0.025173714, 0.02646642, -0.03518877, 0.0016881698, -0.02525536, - -0.00820527, -0.0016788146, -0.029011006, 0.02062884, 0.0015818619, - 0.007681385, -0.00011364317, -0.009994646, -0.0064533157, - -0.012328316, -0.013240013, -0.00027491228, 0.028684428, 0.027174005, - 0.05709671, -0.0070554437, 0.010096701, 0.0046673426, 0.000114493625, - -0.006541764, -0.0136074135, -0.010089898, -0.023976263, 0.025867693, - 0.027949627, 0.013743488, -0.008817604, -0.012028954, 0.026330344, - 0.022071226, -0.0155124515, -0.041176032, -0.024316449, -0.035596993, - -0.0030293504, 0.01360061, -0.010525335, 0.0033508255, -0.051599313, - -0.0019849814, 0.040386803, -0.011015201, -0.0040243925, 0.005681095, - 0.018900698, -0.000179873, 0.037012164, 0.026548063, 0.010634194, - -0.013240013, -0.017349452, -0.017771281, 0.004902071, 0.026969893, - -0.006201579, 0.028738858, -0.01888709, 0.012913436, -0.029636947, - -0.016369719, -0.013770702, -0.002946005, 0.023540825, -0.025377827, - 0.0013420312, -0.019458601, 0.00026895903, -0.013716273, -0.014219747, - 0.012287495, 0.014505503, 0.0054633766, -0.017158948, 0.000023653512, - 0.023690507, -0.0013139659, 0.003291293, 0.023540825, 0.031378694, - 0.011015201, -0.016369719, -0.015117836, -0.0247791, 0.018614942, - 0.009627245, 0.015240303, -0.00055407686, -0.033229303, -0.017866533, - -0.014532718, -0.011457442, -0.009144182, -0.020030113, 0.039270997, - 0.013199192, -0.006575783, 0.011879272, -0.0004481942, -0.010552549, - 0.009906197, -0.0015776096, 0.014314999, 0.0032113497, 0.003364433, - -0.0012221158, 0.005885206, -0.017063696, 0.010851912, -0.0062764194, - -0.008007963, -0.018900698, -0.004990519, 0.011022005, -0.006987407, - 0.008110018, 0.0020734298, 0.012675306, -0.0018693184, 0.029228725, - 0.03467169, -0.025867693, -0.010321223, -0.024234803, 0.02988188, - 0.00010375653, 0.03309323, 0.00019124795, -0.020547194, -0.013321658, - -0.017295023, -0.008783585, -0.012314709, 0.020764913, -0.011368994, - 0.006800305, 0.026915465, -0.032630578, -0.002670455, 0.0055348156, - 0.00029468554, -0.022302551, -0.014437466, 0.034345113, -0.02688825, - -0.0416659, -0.021145921, -0.0037386368, 0.016723512, -0.0020717287, - -0.003779459, -0.00057788985, 0.009892589, -0.01609757, 0.025432255, - -0.00037888144, 0.013729881, -0.019050378, 0.042210195, -0.01378431, - -0.016914016, -0.0087631745, 0.0048816595, -0.013621021, -0.016043141, - -0.011831646, 0.025119286, -0.0008568418, -0.0061845696, 0.011321368, - 0.0141381025, 0.00431355, -0.017458312, -0.02136364, -0.015063407, - -0.0058171693, 0.007749422, 0.009205415, -0.016669082, -0.002177186, - 0.008715549, -0.009055734, 0.015566881, -0.028874932, -0.0084434, - -0.009504778, 0.02151332, -0.017063696, -0.02009815, -0.023391144, - -0.0021074482, -0.027922412, 0.011219312, 0.005259265, 0.014532718, - 0.009892589, -0.009763319, 0.0035413294, 0.005497395, -0.006187971, - -0.0022197093, 0.03461726, -0.006153953, -0.031215407, 0.010307616, - -0.014070066, 0.038209617, 0.019077593, -0.015798207, 0.0017978795, - 0.024874352, -0.028956575, -0.0048816595, -0.019091202, 0.030371748, - 0.017295023, -0.0042217, -0.0069023604, 0.006677838, 0.009538797, - 0.0079671405, 0.0068343235, 0.0050245374, 0.03189578, 0.016533008, - -0.001855711, 0.003085481, -0.04201969, -0.019458601, 0.027282864, - 0.016682688, 0.015199481, 0.01820672, 0.018492475, 0.022819633, - -0.015063407, -0.0017723656, 0.0018046832, 0.013253621, 0.021145921, - -0.028221775, -0.007858281, 0.015281126, 0.013988421, 0.009953823, - 0.008320933, 0.018601334, -0.012396354, 0.005198032, -0.0069363792, - -0.029065436, 0.002088738, 0.0033117044, 0.011974524, -0.009566012, - 0.019907646, 0.018778231, 0.038155187, -0.0009627245, -0.014859295, - 0.019118415, 0.013240013, -0.00040311963, -0.00077094504, - -0.005361321, 0.024928782, -0.01462797, 0.030398961, 0.008348148, - -0.017145341, -0.009477563, 0.00055492733, -0.003180733, 0.02336393, - 0.015580488, 0.0015827123, -0.016029533, 0.008926463, -0.01941778, - 0.016982052, -0.011593516, 0.0047659967, -0.018002609, -0.01783932, - -0.004548278, -0.015621311, -0.016492186, 0.014478288, -0.00014659861, - 0.00032827884, 0.0025428855, 0.21064276, -0.008116822, 0.011042416, - 0.030426176, -0.0016949734, 0.0085454555, -0.0023864002, -0.008531848, - 0.0034613858, -0.0027435948, 0.025622759, 0.015008978, -0.039080493, - -0.0035243202, 0.015757386, -0.0030293504, -0.000402907, - -0.0124984095, 0.011117257, 0.016533008, 0.0172542, 0.0026160253, - -0.021594966, -0.00891966, 0.03984251, 0.008633904, 0.011634339, - -0.020560801, -0.020084543, 0.00082239805, -0.013661843, -0.02914708, - -0.009395919, -0.0054463674, -0.010123916, -0.008028374, 0.013478143, - -0.023581648, 0.013117547, 0.003201144, 0.030398961, 0.008817604, - -0.019172845, -0.023323108, 0.0021516723, -0.020057328, 0.017744068, - 0.0044428203, -0.01075666, 0.01015113, -0.00585459, -0.008933267, - 0.024057908, 0.022275336, -0.009981038, -0.010729445, -0.007885496, - -0.00022388448, 0.00983816, 0.027704693, -0.02062884, 0.015798207, - 0.022860454, 0.013648236, -0.021009846, 0.012042561, 0.00008770403, - 0.023744937, -0.0027691086, -0.029582517, -0.01015113, -0.01846526, - -0.0136074135, -0.0076745814, -0.01956746, -0.00978373, 0.029854665, - 0.009661264, 0.052633476, 0.009525189, -0.008171252, -0.0024289233, - -0.010538942, -0.010783875, -0.031814132, -0.013260424, 0.009096556, - -0.0046945577, -0.011205705, -0.00923263, -0.0015410396, 0.004078822, - -0.003457984, -0.005123191, -0.015580488, 0.0006786698, -0.0142333545, - -0.024343662, -0.000985687, -0.026153449, -0.027867982, 0.044224095, - 0.01286581, 0.02051998, 0.003806674, 0.008974089, -0.009205415, - 0.011559498, 0.0004401148, -0.023282284, 0.0054361615, -0.019662712, - 0.009497975, 0.0040720184, 0.009368705, 0.016464971, 0.012967865, - 0.0032640784, 0.0068581365, -0.0031909384, -0.0035277219, - -0.031650845, 0.013757095, -0.021118706, 0.00069567905, -0.011117257, - -0.013253621, 0.0042557186, -0.0076949922, -0.009940215, 0.018057037, - -0.003663796, 0.013587003, -0.02824899, -0.012103794, -0.0262487, - -0.0099198045, -0.0480886, 0.0009882384, 0.030807184, -0.0047149686, - 0.006051897, 0.008844819, -0.0008211224, 0.028194562, -0.007007818, - 0.0032096487, 0.022343373, -0.0061913733, -0.023581648, -0.022343373, - 0.03088883, -0.011069631, -0.016043141, 0.014777651, -0.004034598, - -0.03461726, -0.003315106, 0.01147105, -0.0025394836, -0.029473659, - 0.022343373, 0.0068513327, -0.02720122, -0.017961785, -0.03940707, - -0.17221543, 0.022493055, 0.045802552, -0.030045168, 0.033637527, - -0.013593806, 0.035814714, 0.021921543, -0.03924378, 0.0011515274, - -0.008749567, 0.010307616, -0.0069942106, -0.032603364, -0.017539956, - -0.009770123, 0.011219312, 0.008790389, 0.035814714, -0.000252375, - -0.0014321803, -0.032167926, 0.0054633766, -0.011035613, 0.005623264, - 0.00455168, 0.007545311, 0.041801974, 0.013226406, -0.019186454, - -0.017226985, 0.0069499863, 0.010375652, -0.027255649, 0.000028703138, - -0.00005852251, 0.012178635, 0.0027010716, -0.022955706, 0.01930892, - 0.02966416, 0.033338163, -0.016369719, -0.017744068, 0.016873192, - 0.03973365, 0.013274032, 0.013716273, 0.010239579, 0.0011472751, - 0.028385065, -0.020383906, 0.014410251, 0.04357094, 0.012219457, - -0.02430284, -0.014464681, 0.0042727278, -0.017539956, -0.011409816, - -0.0057865526, -0.009810945, 0.01367545, -0.006960192, -0.028820502, - -0.013151566, -0.008171252, -0.0047659967, -0.01899595, 0.01536277, - -0.0015742077, 0.0031126959, -0.011960916, -0.016505793, 0.013376088, - 0.010559353, -0.012382747, -0.02145889, 0.011443835, -0.009082949, - -0.010722642, 0.0075997403, -0.019934861, -0.015716562, -0.018682979, - 0.013791114, 0.020451942, 0.011899684, -0.010096701, 0.0069023604, - 0.022574699, -0.017322237, -0.018125074, -0.026221486, -0.0047319783, - 0.011865664, 0.011688768, -0.012008542, -0.0047319783, -0.024085121, - 0.019771572, -0.014206139, -0.024425307, 0.016424147, 0.017390275, - 0.007218733, 0.011770412, -0.0035345256, 0.02925594, -0.009089752, - -0.009851768, -0.013777507, 0.025296181, 0.039652005, -0.009035323, - 0.03061668, 0.041883618, -0.021703824, 0.009552404, 0.019295312, - 0.065043435, -0.002525876, -0.02604459, -0.0034086572, -0.0010979482, - -0.03151477, -0.12649451, -0.010831501, 0.014804866, 0.02857557, - 0.014818474, -0.0002228214, -0.023921832, -0.011280546, -0.0032861903, - 0.033474237, -0.031623628, -0.013723076, 0.0030531634, -0.01383874, - -0.00018168024, 0.004150261, 0.0051367986, -0.018710194, -0.04201969, - 0.043707013, 0.020941809, -0.0041196444, -0.007028229, -0.0046435297, - -0.006861538, -0.01020556, -0.037066594, 0.031052118, -0.00084663625, - -0.030099599, 0.0020275046, 0.011239723, 0.013831936, -0.01536277, - -0.019513031, -0.020928202, -0.0028966782, -0.0072051254, 0.01914563, - -0.004878258, -0.00077519735, 0.027609441, 0.010702231, 0.027418938, - -0.002832043, -0.04351651, -0.008225681, 0.044659533, -0.019662712, - -0.026262308, -0.0075248997, -0.01587985, -0.028602783, 0.0070554437, - 0.005259265, -0.02688825, 0.0027282864, 0.011219312, -0.017444704, - -0.0010120514, -0.022710774, 0.005521208, -0.017580777, 0.008953678, - 0.049993638, -0.0040652147, -0.03135148, -0.007307181, 0.020656053, - -0.014709614, -0.011994935, 0.018383617, -0.009423134, 0.023050958, - -0.039216567, 0.0061369436, -0.030072384, -0.013205995, 0.022057617, - 0.011164883, -0.009627245, -0.023459181, 0.016165607, -0.05709671, - 0.018873483, -0.0059464397, 0.0042114947, 0.0074364515, 0.03883556, - -0.040441234, -0.03878113, 0.013961206, 0.00473538, 0.0075248997, - -0.017213378, -0.008912856, 0.014505503, 0.0061675604, -0.017635208, - -0.000032078413, -0.028793287, 0.008266504, -0.024193982, 0.021445284, - -0.0018965333, -0.0004618016, -0.016723512, -0.03151477, -0.00613014, - 0.019227276, 0.024588596, -0.005613058, -0.026167056, -0.014600755, - -0.010743053, -0.020900987, -0.03687609, -0.02683382, 0.021853507, - 0.011164883, 0.046210777, 0.0015606002, -0.017961785, 0.014818474, - 0.004034598, 0.018955126, -0.0037182258, -0.013974814, -0.025078462, - -0.0009627245, 0.012566446, 0.0068649403, 0.012607269, -0.042836137, - 0.0067696883, 0.004823828, -0.015634919, -0.0011336677, 0.008525045, - 0.029337583, 0.028439494, 0.014274177, -0.009817749, -0.01312435, - -0.002738492, -0.012580054, -0.014083673, 0.006609801, -0.013212798, - -0.00886523, 0.005963449, -0.0035855535, -0.0010979482, 0.0014287784, - -0.009042126, -0.013933991, -0.025922123, -0.008599886, -0.009287059, - -0.008688333, 0.008974089, -0.019744357, 0.008116822, -0.007538507, - 0.014287785, -0.026738567, -0.02173104, -0.011226116, -0.0071438923, - 0.0067390716, 0.0030055374, -0.006358064, -0.0048408373, 0.0015886655, - 0.02777273, -0.01196772, 0.017077304, 0.0022078028, -0.011246528, - 0.0039869724, 0.00027065995, -0.0010358643, 0.01220585, -0.0074840775, - -0.022125654, 0.009736105, 0.02035669, 0.02266995, -0.008851622, - 0.011253331, 0.012654895, -0.006194775, -0.0057627396, 0.026099019, - -0.031106547, 0.008341344, 0.0014440868, 0.03603243, -0.02314621, - 0.0016805156, 0.022003187, 0.0070962664, 0.010620587, -0.016451363, - -0.02898379, -0.013661843, -0.008130429, 0.009566012, 0.006844529, - -0.025432255, 0.009076145, 0.008218878, 0.02509207, -0.03461726, - -0.0107634645, 0.011205705, -0.0035719462, 0.013321658, 0.0124984095, - -0.028793287, -0.011457442, 0.013988421, 0.006562175, -0.013573395, - 0.0012680409, 0.015975103, -0.008028374, 0.019798787, 0.019444995, - -0.0009941916, 0.006654025, -0.011056024, 0.017063696, -0.011532283, - -0.015648525, -0.03067111, -0.01251882, -0.012110598, 0.008354952, - 0.003503909, -0.037583675, 0.081154615, 0.019077593, -0.008212074, - 0.013634629, -0.012981473, 0.01894152, 0.013566592, -0.018329186, - 0.0036535906, -0.025010426, 0.013253621, -0.0091237705, -0.024370877, - -0.008572671, -0.016655475, 0.039896935, 0.010668213, 0.024316449, - 0.001833599, -0.0088108005, 0.021622181, -0.008980893, 0.016859585, - -0.0020547195, -0.0019118416, -0.0082597, 0.012620877, 0.032848295, - -0.017594386, -0.024874352, -0.03129705, 0.02030226, -0.047925312, - -0.003296396, -0.0032300598, -0.008069196, -0.031324267, - -0.0082324855, -0.028385065, -0.0011294154, 0.008116822, 0.012137813, - -0.026030982, -0.027500583, -0.0017281416, 0.014641577, -0.01075666, - -0.03845455, -0.0082324855 - ], - "metadata": { - "chunkTitle": "Dynamic Variable Resistance", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28767&chunkSid=chunk_57143" - }, - "document": "Andy Galpin: It's all because we've done research in my lab using this stuff on the deadlift, so I can speak to it very directly. When you go to pull it off the ground, some people are going to fail right at the bottom, meaning they won't get the weight off the ground at all. Some people will fail just below the knees. That's likely kind of like the hardest transition period. And then some people will fail right at the top just before they can lock out. Okay, great. So what that means is at some point of that lift, you're going to only be limited by your strength in the weakest area, all right? So if you have a constant load on the bar in those other two parts of the range of motion where you are not the weakest, they're never truly being tested for their maximum strength because they're always being limited by the previous one. This is the same argument that we would get into if people ask about what you think about using straps, right? Strapping your hand to a bar for deadlift, things like that.\n\nAndy Galpin: There's pros and cons here. There are times when you want to use a strap, and there are times when it's a bad idea. So what dynamic variable resistance is, is either using things like a heavy band or chains on the bar, if you've ever seen people do that. So in my lab, we actually have a force plate on the ground, and then we have built in. Basically hooks in the front and the back. So we can actually set a barbell on top of the force plate where you stand on it, and then run, Andy, from the back to the front, running over top of the weights. And so when you stand up, as you're going up vertically, the bands are getting tighter and tighter and pulling the weight towards the ground. So the weight is getting heavier and heavier as you stand up. So as you start to gain mechanical advantage in your positioning, you start to increase load because the bands are getting tighter and tighter and tighter. So this allows you to train that full part of the strength curve and to challenge your stronger areas with heavier weight. Andy your weaker areas with lower weight.\n\nAndy Galpin: You can do the same thing with a bench press, you can do it with a squat and any other exercise variation and dynamic variable resistance is incredibly effective for a number of things. You're going to give up a little bit because the total load you can put on the barbell is lower because you're going to be adding, in large cases, several hundred pounds of band tension. Andy so pros and cons, it's always a game. It changes the curve. But it's a very good technique that people it's fairly easy to implement. It's fun. In fact, if you try this on a bench or a squat, you're going to be the first time you give it a go. You're like, oh, my God, because the bands are pulling you all over the place. So you have to get very stable very quick. Been shown a number of times, a handful of studies out of many laboratories to be a very effective training technique, a little bit more advanced. But I wanted to throw that in there for the folks that are maybe just tired of sort of doing the same barbells and dumbles and machines and you want to try something different.\n\nAndy Galpin: A very effective technique.\n\nAndrew Huberman: Sounds like fun." - }, - "truncated_cells": [] - }, - { - "row_idx": 71, - "row": { - "id": "chunk_57180", - "embedding": [ - -0.023509113, -0.00079412636, 0.028781815, -0.025517762, -0.018553566, - 0.010367003, 0.0014957492, -0.017311376, 0.0022712923, -0.009223924, - 0.023271248, 0.034596324, 0.015408446, 0.035653505, 0.014205901, - 0.024566296, 0.036499254, 0.006779188, 0.018989654, -0.031451203, - -0.019795757, -0.011648838, -0.0011298646, -0.023865912, -0.014470196, - 0.029468983, 0.01966361, -0.010525581, 0.0032607496, -0.015064862, - 0.028966822, 0.015474521, -0.0020747222, -0.024222713, -0.025967065, - -0.025068458, -0.017998546, -0.00064669887, 0.0041527483, 0.015778461, - 0.011113639, -0.014853425, -0.013135502, -0.024222713, 0.0059631746, - 0.00903231, -0.013228006, -0.030605456, 0.0013652531, 0.0045359773, - 0.021962984, 0.012957103, -0.02554419, -0.0019987372, -0.0010918721, - -0.004625177, -0.0017294858, 0.0055171754, 0.016307052, -0.021738332, - -0.003772823, 0.0051405537, -0.013558376, 0.015382017, 0.003455668, - 0.00435097, -0.002307633, -0.0076777935, -0.006614003, 0.01801176, - 0.0141926855, 0.0343056, 0.003346646, 0.0021903517, 0.040225822, - -0.02846466, 0.011754557, -0.04292164, -0.011410972, -0.0037959488, - 0.016967792, -0.018421419, -0.018778218, 0.019068943, 0.016677067, - -0.008027986, -0.012547445, -0.0012686199, -0.0035481714, - 0.00014784047, 0.0035151343, 0.023258032, 0.007175632, -0.010796485, - -0.027777491, 0.009435361, -0.028121075, -0.0056592342, -0.03224409, - 0.000011762971, -0.01139115, -0.0053519905, -0.0065413215, - -0.013664094, -0.028121075, 0.01453627, 0.009838412, -0.026707092, - 0.023429824, -0.022002628, -0.010565226, -0.0007685227, 0.004086674, - -0.0537842, 0.0026925136, -0.020615075, 0.020337563, 0.011067388, - 0.00028886707, -0.014906284, 0.033248413, 0.013783027, 0.016782785, - -0.016267408, 0.010789877, -0.024275571, -0.038137887, 0.020667933, - -0.0047936654, -0.011932956, -0.0037232675, 0.0021407963, 0.009739301, - 0.0037133563, -0.0006438081, 0.003455668, 0.008272459, 0.0024397809, - -0.020073269, -0.057722207, 0.009237139, 0.0145627, -0.01930681, - -0.00014969881, 0.016188119, 0.014774136, 0.026416367, 0.026178502, - -0.010162175, 0.0044302586, -0.025372399, -0.003150076, 0.004407133, - 0.004952243, -0.026469227, 0.014285189, -0.039961528, 0.026931744, - -0.020773651, -0.025359184, 0.014853425, 0.011384543, 0.009151243, - -0.010525581, 0.0021308851, 0.019438958, 0.0012075015, -0.008734977, - 0.012474763, 0.014285189, 0.014853425, -0.0065446254, -0.03665783, - 0.014906284, -0.006240685, 0.024975955, -0.0061151446, -0.0037001416, - 0.012283148, -0.017562458, 0.018117478, 0.00035370214, 0.045855325, - 0.037107132, -0.012620126, 0.0014693196, 0.012587088, -0.003696838, - -0.024368076, -0.022967307, 0.0017476561, 0.014523055, -0.0171528, - -0.017192444, -0.61358917, -0.014681633, 0.0385079, -0.03219123, - 0.033089835, 0.015567024, -0.015329158, 0.010902203, -0.013089251, - 0.030843323, 0.006680077, 0.009038917, -0.00076769677, 0.0051405537, - -0.0014139827, -0.011331683, 0.008913376, -0.00004062516, - -0.000699558, -0.0027288543, -0.068558335, 0.017919257, - -0.00032768553, -0.0010373611, 0.018487493, 0.03975009, 0.01930681, - -0.011351505, 0.0074068904, 0.031794786, -0.03726571, 0.025808487, - 0.009673228, 0.0059004044, 0.04234019, -0.0056823604, -0.031186907, - 0.03414702, -0.008543363, 0.022332996, -0.008556577, -0.02341661, - 0.020165771, -0.0006516544, -0.008734977, 0.019742899, 0.021196526, - 0.005599768, 0.0227823, -0.012996747, 0.00022506442, -0.014932714, - -0.012415296, 0.00006142813, 0.0030261872, -0.035098486, 0.00837157, - -0.030024005, -0.004952243, 0.016703496, 0.02562348, 0.04310665, - -0.02656173, -0.005302435, -0.016835645, -0.009633583, -0.0063563148, - -0.010816307, -0.025081674, -0.0026049658, 0.03660497, 0.013379976, - -0.020456497, 0.0068386546, 0.01238226, 0.045828898, 0.012732451, - 0.0067725806, -0.011021135, 0.016716711, 0.029944716, 0.008926592, - -0.019161448, -0.0040536374, 0.009395717, 0.019623965, -0.043740958, - -0.0059730858, 0.0061085373, -0.031292625, -0.0029419428, 0.027460337, - -0.0028015357, -0.024566296, -0.008450859, 0.022584079, 0.014060537, - 0.0023885735, 0.012190645, -0.02146082, -0.015950253, 0.00083129294, - -0.0010629648, 0.004436866, -0.019703254, -0.0041031926, -0.025504546, - 0.017311376, 0.027592484, -0.043344516, 0.0038157708, -0.03486062, - 0.0023191958, 0.01141758, 0.021407962, -0.028649667, 0.0033532532, - -0.013254436, 0.0041593555, -0.037582867, 0.008966235, 0.011959386, - 0.0146023445, 0.00021825054, 0.017879613, 0.030737605, -0.008338533, - -0.035098486, 0.012699414, -0.007882623, -0.006462033, -0.013994464, - 0.026826026, -0.029601132, 0.021143666, 0.033142697, -0.0014247197, - -0.0047375024, -0.019240735, -0.022491574, -0.028385371, -0.015765246, - 0.030235441, -0.015857749, -0.011807416, -0.042736635, -0.027248899, - -0.0075588604, 0.0153688025, -0.00022361905, -0.0004777973, - -0.00976573, 0.023588402, 0.0126597695, -0.008986058, -0.005976389, - -0.0121113565, -0.035732795, -0.026271004, -0.025227036, 0.008774621, - 0.02681281, -0.017496383, 0.007704223, -0.025240252, -0.009838412, - 0.0056724492, -0.015263083, -0.01248137, -0.030182583, -0.0005562601, - 0.0027916245, -0.007175632, 0.0071359873, -0.007994949, 2.3261389e-6, - 0.0010695722, -0.010254678, -0.0069377655, 0.016174905, 0.017496383, - -0.0015783416, -0.019597536, -0.021698687, 0.021949768, 0.0032822238, - 0.005302435, -0.006210952, -0.014972358, 0.02965399, -0.03105476, - 0.010618085, -0.003587816, -0.0086622955, 0.0009266872, -0.006964195, - -0.007439927, 0.01958432, -0.0010216685, 0.02965399, 0.030631887, - -0.0027503285, 0.021077592, -0.00043237145, 0.017998546, 0.0030014093, - 0.019320024, -0.011609194, 0.007697616, 0.013783027, -0.021777976, - -0.017839968, -0.007228491, 0.0051108203, -0.0075192163, 0.014456982, - 0.010657729, 0.0227823, -0.016478844, 0.033169124, 0.0010993055, - 0.0123029705, 0.029944716, 0.016901718, -0.026997818, 0.018553566, - -0.015434876, 0.0055601234, -0.010809699, -0.014998788, -0.01649206, - 0.008312103, -0.011761164, 0.015104506, 0.010281107, 0.033274844, - -0.015091292, 0.008523541, 0.051299818, -0.0010423167, 0.037212852, - 0.014853425, -0.012534229, -0.010822914, 0.05322918, 0.01682243, - 0.033248413, -0.009395717, -0.007393676, -0.0025306325, -0.013379976, - 0.016016327, -0.015117721, 0.0026759952, -0.0009456835, -0.009944131, - -0.005160376, -0.012342615, 0.036340676, 0.027169611, -0.011622408, - 0.009237139, 0.0068584764, 0.012758881, 0.020641504, 0.026641019, - 0.0065314104, -0.0032508387, -0.032455526, 0.0016691933, -0.018157123, - -0.015382017, 0.008464074, -0.005490746, 0.007069913, -0.0053552943, - 0.00083129294, 0.011093817, 0.013261043, 0.02851752, -0.0075786826, - -0.06543965, -0.002263033, 0.014430552, -0.013769812, -0.011358113, - -0.028993253, 0.013875531, -0.025993494, 0.025980279, 0.010842736, - 0.005332168, -0.04170588, -0.012527622, 0.009752516, 0.0067593656, - 0.02336375, -0.0027255507, 0.011985815, -0.02722247, 0.0041263187, - -0.0050909985, 0.0023505809, -0.025028814, 0.007565468, 0.01793247, - -0.015263083, -0.025729198, 0.007961912, -0.036948554, 0.011331683, - -0.008186563, -0.009653405, -0.02592742, 0.0012372348, -0.0008779577, - -0.00890677, -0.015633099, 0.028808245, -0.018579997, -0.03660497, - -0.022544434, -0.031424772, -0.017469954, 0.10154246, 0.028121075, - -0.021077592, 0.02093223, -0.010585047, 0.030526167, 0.032032654, - -0.039565086, 0.01773425, -0.0017327894, 0.00077347824, -0.0031335573, - 0.015738817, -0.008153526, -0.014694848, 0.0062472927, 0.004076763, - -0.0340413, -0.0007358987, -0.019571105, -0.010367003, 0.01616169, - 0.016201334, 0.04929117, 0.03745072, 0.021553325, 0.030579027, - 0.0006380266, 0.008398, -0.021579754, -0.010030027, 0.018738573, - 0.0032128461, 0.029495414, -0.019848617, -0.022689797, -0.002282855, - 0.0007487005, 0.016333481, -0.008919984, 0.01588418, 0.017364236, - 0.023271248, 0.010915417, 0.017377451, -0.020443281, 0.009752516, - 0.008523541, -0.023218388, -0.010915417, 0.004773843, 0.0045888363, - 0.015408446, -0.012930674, 0.008860517, -0.03795288, 0.011959386, - -0.023429824, -0.023020167, -0.011054173, -0.010723803, 0.0022019146, - 0.009527865, 0.013849101, -0.0117281275, -0.017007437, -0.018579997, - 0.02250479, -0.024790948, -0.042630915, -0.017879613, -0.008212993, - -0.01930681, -0.012924066, 0.024143424, 0.000044806402, 0.03972366, - 0.009098384, -0.002393529, 0.004611962, 0.0024843807, -0.0324291, - 0.0019062336, -0.0340413, -0.003881845, 0.008285674, 0.008953021, - 0.0054279757, -0.0008878688, 0.013664094, 0.025187392, 0.0012174126, - 0.018024975, -0.030024005, 0.024037706, 0.025240252, 0.014311619, - 0.012620126, 0.018513922, -0.008265852, -0.01344605, -0.045326732, - 0.01060487, -0.040278684, -0.0145759145, 0.024619156, -0.0021061073, - -0.002633047, -0.0024298697, -0.0050017983, -0.0023852699, - -0.017588887, -0.0088010505, 0.0073077795, 0.01613526, 0.009626975, - 0.013584806, 0.0018550263, 0.0043807034, -0.019901475, 0.004998495, - -0.016069187, 0.023231603, 0.010948454, -0.022161204, 0.009389109, - 0.0068716914, -0.04286878, -0.02212156, 0.0018533744, -0.0209058, - 0.036155667, -0.010347182, -0.030737605, -0.04688608, -0.010737018, - -0.016729925, 0.028253224, -0.0041626594, -0.035706367, 0.0050447467, - 0.018751789, 0.003924793, -0.0126597695, 0.025108103, -0.028041787, - -0.009197495, 0.022081915, -0.025742413, 0.0041395333, 0.0000524462, - 0.006458729, 0.0011439053, -0.012996747, -0.008483896, 0.0029551578, - 0.011602587, -0.0028560467, 0.010644514, 0.008728369, 0.028358942, - 0.0037001416, 0.007895838, 0.0125078, -0.0005013361, -0.0076711862, - -0.010287715, -0.01235583, -0.024777733, 0.030790463, 0.021540109, - -0.005811204, -0.004417044, 0.007228491, -0.011965994, 0.024037706, - 0.008787836, -0.039485797, -0.014774136, -0.045802467, -0.028173935, - 0.016240979, -0.0071425945, -0.018104265, -0.02788321, -0.004407133, - 0.040146537, -0.024249142, 0.004800273, -0.02590099, 0.02854395, - -0.0068782987, 0.0145627, -0.007400283, 0.017615316, -0.019756112, - -0.011880097, -0.016597778, -0.021936553, 0.021130452, 0.008153526, - 0.035415642, -0.021368317, 0.011761164, -0.031398345, -0.01154312, - -0.019148232, 0.0031071277, -0.01646563, -0.019108588, 0.015025217, - -0.022663366, -0.0059004044, 0.006832047, -0.0036373714, 0.020786867, - -0.0064752474, 0.014456982, -0.03240267, 0.004245252, 0.02628422, - 0.00601273, 0.015130936, 0.012454941, 0.023786625, 0.011932956, - 0.004948939, -0.01088238, -0.01489307, 0.02159297, 0.020760437, - 0.011992423, 0.013756597, -0.007466357, -0.03044688, 0.004674732, - -0.015382017, -0.0032640535, -0.030024005, 0.04120372, 0.01682243, - -0.003346646, -0.020509357, -0.0064950697, -0.019967549, 0.013459265, - 0.01425876, 0.023561973, -0.0067725806, -0.01986183, -0.004767236, - 0.047863975, -0.01263334, 0.033909153, -0.0060061226, 0.015646312, - -0.026456011, -0.014998788, -0.007003839, 0.021725116, 0.012864599, - 0.013888746, -0.008860517, 0.012983533, 0.042657346, 0.030843323, - -0.009296605, 0.003508527, 0.008966235, 0.033724148, -0.012626733, - 0.014364478, 0.020958658, -0.03927436, -0.0074597495, -0.015937038, - 0.0021044556, -0.0078099417, 0.01423233, -0.0234959, 0.036552113, - 0.004691251, -0.031213338, 0.023905557, -0.0061680037, -0.0013825975, - -0.010287715, 0.00031839387, 0.014470196, -0.040437263, -0.029389696, - -0.00640587, 0.0072747427, -0.00097128714, 0.003049313, -0.03285197, - 0.008602829, 0.012540837, 0.007948697, 0.027751062, -0.017562458, - 0.0037596081, -0.010525581, 0.0024298697, -0.011939564, -0.010737018, - -0.004942332, -0.0053519905, 0.011926349, -0.0227823, 0.02849109, - 0.00014907937, -0.004132926, -0.0042650737, 0.015276299, 0.01151669, - 0.013505517, -0.015025217, -0.04360881, -0.003072439, 0.0038719338, - -0.004023904, 0.008734977, -0.01187349, 0.0019970853, 0.004668125, - -0.009527865, 0.027698202, -0.012124571, 0.00034275863, -0.03425274, - 0.01991469, -0.02780392, -0.01674314, -0.008768014, -0.010115922, - -0.025332754, 0.026429582, 0.015989898, 0.0026792989, 0.013373368, - -0.0005343731, 0.010155567, 0.017232088, -0.012877814, -0.018104265, - 0.0046978584, -0.0024992474, -0.031134048, 0.016782785, 0.004056941, - 0.025755627, 0.034913477, -0.03731857, -0.012924066, -0.0036704082, - -0.04807541, -0.013796242, -0.0028593505, 0.008748191, 0.02156654, - -0.00019977048, -0.010287715, 0.002286159, 0.007083128, 0.010162175, - 0.024328431, 0.006462033, 0.003095565, 0.006964195, -0.0057319156, - 0.0021407963, -0.03034116, -0.005157072, 0.018936796, -0.0025851435, - 0.0064785513, 0.008966235, 0.033221986, -0.005956567, 0.004836614, - 0.009111598, 0.01329408, 0.018963225, 0.025583835, -0.029310407, - 0.0013801197, 0.028068217, 0.028226795, 0.025002385, 0.015646312, - -0.0030344464, -0.013888746, -0.011675268, -0.032481957, -0.012560659, - 0.011767771, 0.00997056, 0.0063563148, 0.0153423725, -0.0019524854, - 0.016544918, -0.0024827288, -0.013228006, -0.018540353, -0.005728612, - -0.012065104, 0.0074927867, 0.007895838, -0.008536755, 0.012891029, - 0.002928728, 0.02032435, -0.008840695, -0.025002385, 0.0032491868, - -0.0025289806, -0.010750232, 0.012990139, -0.015950253, -0.028966822, - -0.014404123, 0.008398, -0.015857749, -0.0040040817, 0.001137298, - 0.0018252931, -0.029310407, -0.007842978, -0.003092261, -0.01580489, - -0.038375754, -0.0073738536, -0.027381048, 0.011450617, -0.003673712, - 0.21376246, 0.0053090425, -0.0064752474, 0.016227763, -0.0050348355, - 0.009508043, 0.023046596, -0.00673624, -0.004284896, 0.006303455, - 0.019016085, -0.018659284, -0.026363509, -0.0051108203, -0.0010662684, - -0.017258517, -0.007618327, -0.024923095, -0.0014123308, -0.003693534, - -0.009527865, 0.013049606, -0.0050216205, 0.0026165287, 0.03168907, - -0.007347424, -0.026522085, 0.0077372603, -0.0068782987, 0.024592726, - -0.013366762, 0.0023274552, 0.010148959, -0.01994112, -0.0010761796, - 0.009356072, 0.0014032456, -0.018527137, -0.010472722, 0.017602101, - 0.023799838, -0.021910124, 0.0060061226, 0.007565468, -0.007453142, - -0.00743332, -0.0016336786, 0.0031616387, -0.0062572034, 0.02093223, - -0.036287818, -0.0018087745, 0.017218873, 0.03105476, 0.0031979794, - -0.015051647, 0.03031473, -0.0059962114, 0.017826753, -0.00592353, - -0.0058904933, 0.02181762, 0.00090356136, 0.016003111, -0.017575672, - 0.015923824, 0.010248071, 0.002372055, -0.0013503864, -0.008193171, - -0.0014048974, -0.02727533, -0.018077834, 0.008886947, -0.025028814, - -0.008325319, 0.04419026, 0.006538018, 0.03160978, 0.009408931, - -0.0040206, 0.010525581, -0.011377935, -0.0014172863, -0.01486664, - -0.019095372, -0.013419621, -0.0030658315, -0.005583249, - -0.0030526167, -0.0028246616, -0.003541564, -0.011067388, - -0.010684159, 0.009309821, -0.033036977, 0.013049606, -0.023733765, - -0.025306325, 0.0028097949, -0.020020409, 0.037054274, 0.003226061, - 0.0012231941, -0.0046945545, -0.0028676097, 0.009699657, 0.012395474, - -0.0026148767, 0.006577662, -0.031477634, -0.024975955, -0.0024794252, - -0.0032524904, 0.0069906246, 0.010419863, 0.022967307, -0.019438958, - 0.022663366, -0.0056030713, 0.0018451152, -0.0117016975, 0.023073025, - 0.010347182, 0.0075258235, -0.001530438, -0.05256844, -0.005642716, - 0.01872536, -0.04120372, 0.027539624, -0.026138857, 0.019425742, - -0.028200364, 0.0124945855, -0.004317933, 0.015923824, -0.028226795, - -0.011477046, 0.014100182, 0.013393191, -0.0080874525, 0.032561246, - -0.009283391, 0.029548272, 0.0019541373, 0.0038223783, 0.031292625, - -0.023522329, -0.022544434, -0.01030093, 0.027751062, 0.0020549, - 0.0020053445, 0.011054173, 0.008768014, -0.026350293, -0.027618913, - -0.024328431, 0.024738088, -0.02846466, 0.013353546, 0.010664336, - -0.014694848, -0.017522814, -0.03367129, -0.1650263, 0.026019923, - 0.035177775, -0.04736181, 0.0234959, 0.0061713075, 0.03848147, - 0.013875531, -0.024975955, 0.003366468, -0.0018930188, 0.011325076, - -0.019016085, -0.0234959, -0.022134775, 0.00038322894, 0.045353163, - -0.0023423217, 0.02344304, 0.009309821, 0.02722247, -0.03150406, - 0.012818348, 0.004384007, -0.022319783, 0.00082881516, -0.004238644, - 0.02311267, 0.006177915, -0.006197737, -0.003726571, 0.002177137, - 0.025464902, -0.017668176, 0.012514407, 0.020311134, 0.023786625, - 0.00356469, -0.020126127, 0.0063662254, 0.024592726, 0.016069187, - -0.011602587, -0.005606375, 0.0040602447, 0.03536278, 0.012322793, - -0.015910609, 0.022808729, -0.013102465, 0.0029667206, -0.0044765105, - 0.0031781574, 0.018302485, 0.011047565, -0.024500223, 0.01060487, - 0.011007921, 0.0011207794, -0.029019682, -0.011067388, -0.025504546, - 0.020615075, -0.011840452, -0.022623723, -0.019716468, -0.01702065, - 0.017668176, -0.023073025, 0.01425876, 0.014747707, -0.010076278, - -0.010049849, -0.026072783, 0.020469712, 0.024143424, -0.0036439786, - -0.0069179432, 0.019465387, -0.009805375, 0.0055270866, 0.016690282, - -0.021328673, -0.022465145, 0.022002628, 0.009237139, -0.011311862, - 0.0041395333, -0.0009836761, 0.016729925, 0.034358457, -0.024249142, - -0.0034028087, 0.005160376, 0.021447606, 0.014589129, 0.007083128, - -0.0028709134, -0.0040470297, 0.021381533, 0.0039049708, - -0.0063662254, -0.0056030713, 0.010148959, 0.01953146, -0.00016993395, - -0.014787352, 0.028121075, 0.008477288, -0.018765004, -0.0037794302, - -0.011424187, 0.030261872, 0.024923095, 0.006524803, 0.03745072, - 0.013888746, -0.019161448, 0.0054015457, -0.00712938, 0.04434884, - 0.013677309, -0.028226795, -0.010228248, -0.008900162, 0.003179809, - -0.12157608, -0.009706264, 0.029178258, -0.00023022643, -0.00758529, - 0.02851752, -0.010842736, 0.004777147, -0.019571105, 0.027513195, - -0.026178502, -0.012871207, 0.031319056, 0.008893554, -0.033988442, - 0.0010480981, 0.00008641234, -0.018381774, -0.019135017, 0.02783035, - 0.016029542, -0.0072417054, 0.0038223783, -0.003696838, 0.004132926, - 0.001848419, -0.031926934, 0.01864607, 0.0186725, -0.01793247, - -0.008596222, -0.00091429835, 0.007730653, -0.006154789, -0.01283817, - -0.01895001, -0.0059301374, -0.0040833703, 0.01550095, -0.01550095, - 0.00695098, 0.010056456, 0.036737118, -0.0037232675, -0.02681281, - -0.040675126, -0.025583835, 0.015672741, 0.0057352195, -0.012104749, - -0.010723803, -0.008232815, -0.036076378, 0.008649081, 0.028570378, - -0.0036770157, 0.0033862903, 0.0040371185, -0.019016085, - -0.0029320319, -0.014787352, 0.015236654, -0.012620126, -0.010829521, - 0.013498909, -0.015738817, -0.0055700345, -0.037582867, 0.005655931, - -0.012567267, -0.028834675, 0.0234959, -0.015725601, 0.009177673, - -0.042155184, 0.01248137, -0.025980279, -0.016835645, 0.018817862, - -0.00903231, -0.016122045, -0.008166741, 0.021870479, -0.041679453, - 0.015857749, 0.01217743, 0.0098119825, 0.007010447, 0.0037232675, - -0.023218388, -0.016095616, 0.045881756, 0.021090807, 0.00082385965, - -0.022081915, -0.00146519, 0.0012611867, 0.0038091636, -0.0040073856, - 0.015672741, -0.011952778, -0.0052925237, -0.03414702, 0.018831078, - -0.011576157, 0.014919499, -0.0033301273, -0.023892343, 0.012078319, - 0.02060186, -0.0027800617, 0.02085294, -0.03726571, -0.0029468983, - -0.01613526, -0.007162417, -0.03039402, -0.020258274, 0.011741342, - -0.007327602, 0.018474277, 0.0019623965, -0.0006409174, 0.025583835, - -0.024302, 0.023337321, -0.011047565, 0.010618085, 0.0047077695, - 0.015844535, -0.0025207214, -0.017060295, 0.020416852, -0.027751062, - -0.017628532, 0.021051163, -0.020628288, -0.02118331, 0.016267408, - 0.020020409, 0.019161448, 0.021989413, -0.009104991, -0.012917458, - 0.011893312, -0.017588887, -0.0105784405, 0.024605941, -0.009329642, - -0.0022597292, -0.00435097, 0.006240685, 0.027909638, 0.002874217, - -0.007439927, -0.01740388, -0.0064851586, -0.0065512327, 0.016928148, - -0.0026280915, 0.017047081, -0.029204689, 0.03232338, 0.017958902, - 0.0075918976, -0.023733765, 0.000754069, 0.015659528, -0.01169509, - 0.015580239, 0.0121113565, -0.023125885, -0.018765004, 0.013419621, - 0.024262356, -0.012184038, 0.012719236, -0.012904244, -0.009679834, - -0.0074795717, 0.0007643931, 0.0028296171, 0.019650394, -0.0023522328, - -0.0076315417, 0.0186725, 0.026099212, -0.006372833, -0.0047639324, - 0.013584806, 0.0053585977, 0.0008663947, 0.0015064862, 0.037477147, - -0.025861347, -0.003825682, 0.01205189, 0.03602352, -0.043397374, - 0.003257446, 0.0042650737, 0.018553566, 0.012666377, 0.016597778, - -0.009587331, -0.025160963, -0.0028114468, 0.034464177, -0.0026726916, - -0.023535542, -0.0107700545, -0.01154312, 0.0016427637, 0.01238226, - 0.005920226, -0.0012950496, 0.011932956, -0.009990382, -0.0039314004, - -0.037609294, -0.0021490555, 0.010855951, 0.011007921, 0.004853132, - 0.015699172, 0.004810184, 0.02204227, 0.020205416, 0.015289513, - 0.001945878, 0.00695098, -0.0090455245, 0.036816407, -0.011325076, - -0.01958432, -0.011913134, -0.017311376, -0.026019923, -0.023125885, - -0.0055667306, -0.0142191155, 0.06670827, 0.0046317843, -0.012857992, - -0.005335472, -0.017047081, 0.016055971, 0.0046086586, -0.011787593, - 0.0077372603, -0.030922612, 0.01517058, 0.006465337, -0.008814266, - -0.028094646, -0.014774136, 0.02435486, -0.011021135, 0.019042514, - 0.008027986, 0.002766847, 0.009679834, 0.008431037, 0.0059730858, - -0.0009465094, -0.009745909, -0.00008398619, 0.016637422, - -0.011780987, -0.0022927662, -0.021725116, -0.011021135, 0.018883936, - -0.03417345, -0.009283391, 0.02032435, 0.005715397, -0.008734977, - -0.005335472, 0.006686684, 0.024579512, 0.016188119, 0.005038139, - -0.011305254, -0.028808245, 0.002940291, -0.014456982, 0.0055667306, - -0.0065974845, -0.0224255 - ], - "metadata": { - "chunkTitle": "Rear Deltoids and Neck", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28781&chunkSid=chunk_57180" - }, - "document": "Andrew Huberman: What are some good exercises for targeting the rear deltoids? Andy neck safely that people can perform for stabilization and for hypertrophy?\n\nAndy Galpin: Yeah. I would recommend people check out Eric Cressy. He is a wonderful strength conditioning coach. He actually is, I think, the director of pitching for the New York Yankees. Now, is that spelled C-R-E-S-S-I-E-C-R-E-S-S-E-Y-I believe. And he's got a facility in, I believe, Boston, as well as in Florida. So he's very involved in pitching as well as hockey and things like that. So he has so many free videos. Andy resources on so much of the shoulder girdle, mostly because he he's dealt with overhead and throwing athletes. Andy so the precision required there is tremendous. So you want to be very careful when you start playing in this area because the wrong positioning of your scapula can cause a whole bunch of problems in your neck and low back. And so he would be a great resource to go take a look at that. Depending on how your scapulas are gliding and sliding andy the way that you want your rotator cuffs firing, your Rhomboids, it's very complicated very quickly. So you want to learn more.\n\nAndy Galpin: Go there as a very quick couple of answers. One of my favorite exercise science, lying on a bench or putting some bench and then just doing a reverse fly. Basically, the reason I like stabilizing the rest of the body is so you can make sure you can focus on just using those rear dolphoids and putting your scapulas in the right position. Now, there's a specific set of queuing that you want the scapula to move down and back for. Again, check out Eric or any number of folks in that area to do it, but that's a very simple way the reverse flight to get there.\n\nAndrew Huberman: Great. And then, in terms of neck, exercise science was told to avoid bridges because they can cause damage to the discs.\n\nAndy Galpin: I will probably never do a bridge ever, the rest of my life. So isometrics are a great exercise for that because if you think about what you're asking muscle groups to do in the neck, you mostly want it to be able to do a certain type of rotation, a little bit of flexion extension and some other movements. But in general, it should be being stable. So you want to walk through these joints asking kind of what they do. Are they a moving joint, are they a stability joint? In this case, you want to be there, so isometrics are going to put you in a much better position. There are some actually pretty cool devices that you can wear, and you can put them on your head and you can do all kinds of movement and get some great training there. Those are great starts, but if you don't have any of that, just basic IsoMet metrics are a great way to go about it. Neck bridges would not be on that list for me.\n\nAndrew Huberman: No neck bridges, folks." - }, - "truncated_cells": [] - }, - { - "row_idx": 72, - "row": { - "id": "chunk_57142", - "embedding": [ - -0.030155385, -0.006246768, 0.021389926, 0.007173619, -0.01119112, - 0.027977802, 0.0012214447, -0.029879741, -0.023057567, -0.037515063, - 0.0032336412, 0.03051372, 0.004689383, 0.019598244, 0.004989145, - -0.013141298, 0.037956093, -0.010178131, 0.02243737, -0.010991279, - -0.002587602, -0.003859007, -0.013299792, -0.024366874, 0.00032991066, - 0.0069634407, 0.028749604, -0.0050787292, 0.018068423, -0.016869374, - 0.012734723, -0.009874923, 0.026613368, -0.008117697, -0.03291182, - -0.017310403, -0.009337419, -0.0015212068, 0.008600073, -0.005802293, - 0.009599281, -0.010791438, -0.0034145322, -0.010026528, -0.0029769484, - -0.017723868, 0.006794609, -0.02136236, 0.0030837602, 0.011411635, - 0.0064845104, 0.023967192, -0.049092084, 0.0032749877, 0.0006438857, - -0.010508903, -0.010309062, 0.015201732, 0.04570167, -0.009296073, - -0.00594356, 0.018550798, 0.008441578, 0.007290767, 0.009743993, - -0.0067291437, 0.015325771, 0.0022533846, 0.006184748, -0.0018778205, - 0.0074906084, 0.03335285, -0.006928985, 0.011425418, 0.045343332, - -0.016648859, -0.005130412, 0.012941456, -0.0030889285, 0.005002927, - -0.0020483749, -0.002408434, -0.015339553, 0.014664227, 0.02733004, - -0.03406952, 0.0022533846, 0.009047993, 0.015449811, -0.0058712037, - 0.019584462, 0.011452982, 0.033022076, 0.031864375, -0.017572265, - 0.0076766675, -0.017448226, -0.016001098, -0.0311477, -0.005244115, - -0.027467862, 0.01055025, -0.014099158, -0.015036345, -0.012438407, - 0.00689453, 0.005795402, -0.019281253, -0.004296591, -0.031864375, - -0.0214864, 0.012273021, 0.009785339, -0.031947065, 0.020494085, - -0.026144773, 0.027688377, -0.019887669, -0.009323637, -0.019115867, - 0.01900561, -0.009523478, 0.037983656, -0.010970606, 0.008841261, - -0.016676424, -0.04680424, 0.014030247, 0.009247835, -0.015877059, - 0.03583364, 0.018316502, 0.00039580665, 0.0036178192, -0.012279912, - -0.0026909683, 0.0038211062, -0.013513416, -0.04716258, -0.026847664, - 0.010508903, 0.0047410657, -0.02122454, -0.0049546896, -0.0003320641, - 0.01728284, 0.019198561, -0.007194292, -0.017448226, -0.016442128, - -0.020742163, 0.021762043, -0.00619853, -0.0028253444, 0.011687279, - 0.0075801928, -0.00820039, 0.009433894, -0.023801805, -0.0175447, - 0.032829124, 0.037101597, 0.0042173434, -0.000665851, 0.010894804, - 0.032388095, 0.0048030857, -0.01907452, 0.019115867, -0.000825638, - 0.019281253, 0.0051131845, -0.022850836, 0.02034248, 0.011149774, - 0.009647517, -0.0058918768, -0.008613856, -0.00007580192, - -0.011880229, 0.007139163, 0.020549214, 0.03732211, 0.018164897, - -0.014292109, 0.0013161971, 0.014829613, 0.002482513, -0.0034455422, - -0.004703165, 0.009833577, -0.014361019, -0.0046962737, -0.009847359, - -0.6328772, -0.011390962, -0.010846566, -0.022781923, 0.019818759, - 0.012286803, 0.0022172064, 0.009668191, -0.017089888, 0.044213194, - -0.0018881571, -0.004906452, -0.022506282, -0.0017029592, - -0.004965026, -0.014443712, 0.0071529453, 0.0038555616, -0.005440511, - 0.015077692, -0.042504206, 0.025138674, -0.002444612, 0.02866691, - 0.0017796225, -0.0003402473, -0.029411146, 0.000070741284, - 0.018481888, -0.0046824915, -0.011452982, 0.012252348, 0.021348579, - -0.005468075, 0.04754848, -0.02161044, -0.0067498167, 0.028942553, - 0.01830272, 0.019115867, -0.010481339, 0.009199597, 0.0057402733, - -0.0011835437, 0.005457739, 0.009936944, -0.014884742, -0.0049477983, - 0.021376142, 0.0059159957, 0.033738747, -0.013802841, -0.002513523, - -0.01366502, 0.01265203, -0.017379314, 0.010467557, -0.013086169, - -0.0061675203, -0.004782412, 0.019612025, 0.0024411667, -0.030320771, - -0.008613856, -0.008379558, 0.008338212, -0.018027076, 0.0014540188, - -0.013058605, -0.0052992436, 0.02764703, 0.009137577, 0.0006817866, - -0.007463044, 0.001595286, 0.02752299, 0.008855043, 0.009110013, - -0.0037935418, 0.01594597, -0.03145091, -0.001621989, -0.0052199964, - -0.006312233, 0.0034455422, 0.005375046, -0.028887425, 0.00565758, - -0.0002594924, 0.00200186, -0.014305891, 0.0031630076, 0.019984145, - -0.011101536, 0.0044206306, 0.020494085, -0.004944353, -0.011342725, - 0.015491157, -0.047576044, -0.026199901, 0.006281223, -0.005288907, - 0.010922369, 0.008324429, 0.0062502134, -0.0058643124, 0.009950725, - 0.035888765, -0.009737102, -0.004703165, -0.0034679382, 0.00069987576, - 0.012865654, 0.0048926696, -0.034675937, 0.013485852, -0.005027046, - 0.0015229296, -0.020521648, 0.033904135, -0.002187919, 0.017737651, - 0.00086569245, 0.004189779, -0.00032237353, 0.0142645445, - -0.0019725729, -0.007855836, -0.015601414, -0.0018502561, - -0.00002102319, 0.020948896, -0.021693133, 0.030182948, 0.021706915, - 0.010832785, 0.0068187276, 0.01201116, -0.0350894, -0.02745408, - -0.030210514, 0.013437614, -0.013802841, -0.022837052, -0.036908645, - -0.035557993, -0.00090617756, 0.029604098, 0.004410294, 0.005306135, - -0.003447265, 0.00340075, 0.011080863, -0.031754117, 0.0058815405, - -0.040133674, -0.050001707, -0.02662715, -0.02453226, -0.005791956, - 0.007931638, -0.020163313, -0.0012007714, -0.013596109, -0.0017744541, - 0.0035420172, 0.00322675, -0.007270094, -0.04346896, 0.016194047, - -0.018357849, -0.018909136, 0.01594597, -0.0036143737, 0.020576777, - -0.005919441, 0.002918374, -0.010364191, 0.0010646725, 0.008014331, - 0.0057988474, -0.008751676, -0.018068423, 0.019377729, -0.0051441942, - -0.00033594036, -0.0027633247, -0.013196426, 0.02199634, - -0.00033443293, 0.01907452, 0.00053922733, -0.00476863, -0.008296865, - 0.005536986, -0.0035420172, 0.016428344, 0.01220411, 0.041043296, - 0.033545796, 0.008048786, 0.011287596, -0.019308819, 0.012948347, - -0.018605927, -0.0021258995, -0.031065008, 0.032443225, 0.020452738, - -0.015174167, -0.0031957403, 0.0018347511, -0.004062294, -0.02161044, - 0.066595435, 0.013637455, 0.048458103, -0.0072356383, 0.03172655, - 0.00314578, -0.0012929396, 0.037101597, 0.014292109, -0.039389435, - -0.0024049883, 0.008696549, 0.0054267286, 0.007766252, -0.02486303, - -0.009185815, 0.016800463, 0.021886082, -0.0066395598, 0.018674837, - -0.0056851446, -0.0030803147, -0.0012068012, 0.016483473, - -0.0074079153, -0.0016452463, 0.0065499754, 0.00009281429, - -0.016483473, 0.044075374, -0.007201183, 0.033986825, -0.012217892, - -0.021155627, 0.018233808, -0.017393097, 0.017599829, -0.011411635, - 0.01659373, -0.009296073, -0.008751676, 0.0068910844, -0.011831991, - 0.018716184, 0.040519577, -0.0034334827, 0.0117837535, 0.0151190385, - 0.008510489, 0.01798573, 0.0048340955, -0.007297658, 0.0017331076, - -0.008069459, 0.0023653647, 0.00078859844, -0.020935114, -0.011025734, - -0.014030247, 0.0035557994, 0.00391069, 0.008992865, 0.003648829, - 0.010598487, 0.0097302105, -0.013692584, -0.029356018, -0.0032301957, - 0.020604342, -0.030596413, -0.024449566, -0.031478472, 0.012631358, - -0.0011809595, 0.007394133, -0.019804975, 0.013458287, -0.03070667, - 0.0061813025, -0.0008376974, 0.030017562, 0.025124893, -0.010439993, - -0.0014436821, -0.028556652, 0.014099158, -0.012100744, 0.003993383, - -0.028501524, 0.02968679, 0.01907452, -0.017530918, -0.034179777, - 0.0047376202, -0.011728625, 0.011769972, -0.006419045, -0.0021017806, - -0.009709538, 0.019984145, 0.012603793, -0.021541528, -0.010198805, - 0.03889328, -0.010874131, -0.008248628, -0.006432827, 0.00087258354, - -0.021954995, 0.09272643, 0.0457568, -0.016497256, 0.030238077, - -0.019736065, 0.025372973, 0.018757531, -0.018647274, 0.022051468, - 0.001584088, -0.0012291971, -0.0004698858, 0.0028408493, -0.012782961, - 0.0039899377, 0.015008781, -0.0032077997, -0.021169411, -0.007359678, - 0.0046756007, -0.0010801775, 0.006787718, 0.024849249, 0.040023416, - 0.00013168431, 0.026957922, 0.029438712, 0.00921338, 0.025524575, - -0.02268545, -0.00820039, 0.020948896, 0.023980973, 0.0071322722, - -0.018633492, -0.0051373034, -0.017020978, -0.00016517067, - -0.0027323149, -0.02822588, 0.01710367, 0.002687523, 0.016759116, - 0.007428589, 0.025662398, -0.017517136, 0.014009574, 0.0041863336, - -0.009544152, -0.02275436, 0.011308269, -0.007876509, -0.021775827, - -0.0023222954, 0.009495914, 0.011349616, -0.015284425, -0.016125137, - -0.0033456213, -0.025414318, -0.013775277, 0.003130275, - 0.000029744719, 0.0031009878, -0.025414318, -0.021789609, - -0.005013264, -0.008269301, -0.0064810645, -0.021196974, -0.040271495, - -0.02618612, -0.016621295, 0.017158799, 0.0013558208, -0.0012705437, - 0.023539944, 0.012645139, 0.0089653, -0.0011189398, -0.023595072, - -0.021638004, -0.018095987, -0.023608854, -0.006095164, 0.0061571836, - -0.0007119351, 0.016276741, -0.01391999, 0.019543115, -0.011515002, - -0.004703165, 0.01220411, -0.008083242, 0.016166484, 0.010143676, - 0.029604098, 0.008496706, 0.025924258, 0.0005047719, 0.0020035827, - -0.04187023, 0.005599006, -0.03440029, 0.0017778997, 0.0033387302, - 0.009433894, -0.00050132634, -0.010226369, -0.018909136, 0.010047201, - -0.014443712, 0.014884742, 0.015932187, 0.01601488, 0.032057323, - 0.027206, 0.0014178406, -0.006567203, -0.0072356383, -0.0125211, - -0.02822588, 0.031009879, 0.017586047, -0.023967192, 0.005791956, - -0.0019915234, -0.027040614, -0.0028942553, 0.008124588, -0.009530369, - 0.0232643, -0.0053991643, -0.021941211, -0.02263032, 0.000090660826, - -0.025276497, 0.0019381174, -0.0136236735, -0.021196974, - -0.0023257409, 0.018826442, 0.011142883, -0.026241248, 0.015973533, - -0.02136236, -0.003273265, 0.0062743323, -0.0057437187, 0.013651238, - 0.0189367, -0.006787718, 0.00076275686, -0.0032612055, -0.007952311, - -0.010143676, 0.0071529453, -0.006660233, 0.021389926, 0.030596413, - 0.051131845, 0.0010448607, 0.0041794428, 0.009261617, -0.018220026, - -0.00011650239, -0.010529577, -0.008372667, -0.008152152, 0.024270399, - 0.011142883, 0.005188986, -0.011763081, -0.011473655, 0.019556897, - 0.0049305707, -0.029962434, -0.035199657, -0.015697889, -0.03172655, - 0.001068118, 0.040519577, -0.013175753, 0.018895352, -0.02289218, - -0.0047307294, 0.024201488, -0.016235394, 0.0023136814, 0.0011309992, - 0.012362605, -0.0026823545, 0.025414318, 0.0073252223, 0.00972332, - -0.01842676, 0.005922887, -0.008524271, 0.0028425723, -0.002611721, - 0.0021999786, 0.029190632, -0.027853763, 0.019584462, -0.032498352, - -0.02657202, -0.018412977, -0.01747579, 0.017406879, -0.010653616, - -0.004175997, -0.014099158, -0.0073252223, -0.010853457, -0.028887425, - 0.019046957, -0.00009674436, 0.008758568, -0.021886082, -0.0046824915, - 0.03572338, 0.009606171, 0.009971399, 0.01791682, 0.036384925, - -0.007104708, -0.017379314, -0.0019139986, -0.031864375, 0.009234053, - 0.008737895, 0.017255275, 0.009502805, -0.015380899, -0.012831199, - 0.008227955, -0.009930052, -0.019350164, -0.03070667, 0.044984996, - 0.0013049991, 0.006012471, 0.0013161971, 0.0018330284, -0.025814, - -0.0064052627, -0.0066705695, 0.029797047, 0.00014438975, - -0.0062329858, -0.028253445, 0.017007196, -0.0124659715, 0.005695481, - -0.018109769, 0.000440168, -0.0064741736, 0.0027547108, -0.0039313636, - 0.01265203, 0.00039020763, 0.0061571836, -0.011246249, -0.007359678, - 0.023595072, 0.019460421, -0.021982558, -0.02238224, -0.019887669, - 0.03304964, -0.026737407, 0.020094402, 0.011280705, -0.038093913, - 0.0030062355, -0.013768386, -0.012748506, 0.005585224, -0.000907039, - -0.013134406, 0.024807902, 0.014953652, -0.03528235, 0.0011740684, - -0.0014290386, 0.0039175814, -0.026048299, -0.011342725, 0.02701305, - -0.04639078, -0.022520063, -0.013485852, 0.0010879299, 0.024242833, - -0.013210208, -0.016042443, -0.0012309199, 0.02136236, -0.012534882, - 0.015022564, -0.02294731, -0.0024136023, -0.033435542, 0.036495183, - -0.025221368, 0.0024549488, 0.020990243, -0.024642518, -0.021403708, - -0.018854007, 0.0054267286, 0.021128064, -0.010522686, 0.0065637575, - 0.020232223, 0.019405292, 0.019432858, -0.015036345, -0.0077317962, - -0.010081656, 0.00066111336, 0.014857178, 0.016814245, -0.0003240963, - 0.014305891, -0.011983596, 0.0025858793, 0.029328454, -0.01201116, - -0.0053440356, 0.0024704537, 0.0077938163, -0.020521648, 0.0021327906, - -0.002263721, -0.0064018173, -0.020797292, 0.021817172, 0.016648859, - -0.004120868, 0.021238321, -0.0028081168, 0.0005297521, 0.0017537809, - -0.024242833, -0.007966094, 0.011335833, -0.018040858, -0.02567618, - 0.000825638, -0.025841566, 0.033463106, 0.03095475, -0.02402232, - -0.014870959, 0.010784547, -0.015146603, -0.019860104, 0.009399439, - 0.0043896204, 0.008724113, -0.011322051, -0.005275125, 0.012390169, - 0.012907, -0.0054715206, -0.007004787, 0.0067911632, -0.0005878956, - 0.014498841, -0.013058605, 0.009268508, -0.018523235, -0.018633492, - 0.02065947, 0.0250422, 0.01564276, 0.011425418, 0.0146917915, - 0.02460117, -0.0024549488, -0.0086620925, 0.015008781, 0.025428101, - 0.019970361, -0.027908891, -0.007910965, 0.022533845, 0.019377729, - 0.0075043906, 0.025262715, 0.018288936, -0.008841261, -0.009716429, - -0.02224442, -0.019708501, 0.0021448499, 0.0016297414, 0.02669606, - -0.0023998201, 0.021899866, 0.0061709657, 0.021445055, 0.0029321562, - -0.0076422123, -0.009599281, -0.009502805, 0.0040071653, 0.013568545, - -0.0016254345, 0.0067601535, -0.014636663, 0.019198561, 0.014981217, - -0.000118978875, -0.0020294243, 0.0034024727, -0.008386449, - 0.022423588, -0.00071624207, -0.004399957, -0.0047961944, - -0.011659714, -0.011384071, 0.0043482743, 0.00007391765, 0.0030561958, - -0.019143432, -0.00020188723, -0.015201732, -0.02796402, - -0.0125969015, -0.0036074826, 0.011597695, 0.0007644796, -0.006108946, - 0.2109223, -0.003762532, -0.003610928, 0.014802049, 0.0056472435, - -0.009013538, 0.013485852, -0.0041415417, -0.012176545, 0.020562995, - 0.032691304, 0.0035385718, -0.038562506, -0.007201183, 0.021458836, - -0.00311477, -0.015298206, -0.036191974, 0.0040002745, -0.0010259101, - 0.024463348, 0.005237224, -0.0151190385, -0.017889254, 0.014457495, - 0.016359434, 0.016042443, -0.01201116, -0.0040140566, -0.0042552445, - -0.013609891, -0.0140922675, 0.011425418, -0.0193226, -0.010219478, - -0.0045102146, -0.0044206306, -0.019708501, 0.0022482162, 0.007297658, - 0.021569094, -0.005002927, -0.012727832, -0.017903037, 0.016579948, - -0.002031147, -0.010040309, 0.007938529, 0.0046514818, 0.015615197, - -0.02384315, 0.005095957, 0.0019880778, 0.020893767, 0.018288936, - -0.004754848, -0.0012438407, -0.005002927, 0.0068738563, 0.047190145, - -0.01411294, 0.02733004, 0.0063673616, 0.0074010245, -0.02606208, - 0.012286803, -0.006870411, 0.020631906, -0.010846566, -0.027233565, - -0.005247561, -0.014926088, 0.00454467, -0.010274607, -0.01474692, - 0.0047376202, 0.020314917, 0.010674289, 0.03845225, 0.022368459, - -0.0057299365, -0.017227711, -0.00432071, -0.0026048298, -0.011804427, - -0.015050128, 0.023691548, -0.0035626905, -0.01791682, 0.010619161, - -0.0035489083, -0.029852176, -0.010005854, -0.009447676, 0.01245908, - -0.00325776, -0.0032698195, -0.008682766, -0.023539944, -0.028832296, - -0.018991828, 0.044847175, 0.0063776984, 0.01710367, -0.0032939382, - -0.019129649, 0.0033990273, 0.0054646297, 0.013768386, -0.00991627, - 0.00043435366, -0.028804732, 0.008131479, -0.013609891, -0.0005271679, - 0.013292901, 0.0049856994, -0.0016900384, 0.013086169, -0.015863275, - 0.0057161544, -0.022547627, 0.02090755, -0.0057402733, 0.026861446, - -0.024118794, -0.035943896, 0.00050821743, -0.007593975, -0.012534882, - 0.0077317962, -0.0015720286, 0.020645687, -0.026447982, -0.008000549, - -0.022864617, 3.2857147e-6, -0.04005098, 0.0107432, 0.001711573, - -0.009888706, 0.008799914, 0.018978046, -0.007208074, 0.019694718, - 0.00654653, 0.001760672, 0.038176607, -0.014305891, -0.003219859, - -0.011425418, 0.024229052, -0.02650311, -0.009564824, 0.008503598, - -0.0078902915, -0.015477375, -0.008861934, 0.0047066105, - -0.0028701366, -0.03685352, 0.007359678, 0.0064293817, -0.005536986, - -0.014471277, -0.029907305, -0.17541943, 0.03655031, 0.048154894, - -0.017503353, 0.033876568, -0.0042621354, 0.039141357, 0.030265642, - -0.01995658, -0.006439718, -0.01557385, 0.011115319, -0.0068049454, - -0.030734235, -0.015201732, -0.015146603, 0.019405292, 0.0021655231, - 0.043799732, 0.014195633, 0.011687279, -0.01844054, 0.018027076, - 0.007800707, 0.0078902915, 0.006767045, 0.0113565065, 0.035613123, - -0.0060538175, -0.0074974997, -0.016828027, 0.0038417794, 0.019598244, - -0.013485852, 0.0028339582, -0.0042793634, -0.004620472, -0.009819795, - -0.02078351, 0.021196974, 0.03820417, 0.022451153, -0.017668739, - -0.007276985, -0.0063776984, 0.03820417, 0.003054473, 0.0012274744, - 0.017834125, 0.00030880672, 0.0019949689, -0.015408464, 0.0066946885, - 0.0083588855, 0.00782138, -0.025524575, 0.0042931456, 0.01907452, - -0.027908891, -0.010398646, -0.011542566, -0.023884498, 0.028556652, - -0.024105012, -0.024173923, -0.009075558, -0.0015625533, 0.0061502927, - -0.02618612, 0.027426515, -0.008737895, -0.014967435, -0.038617637, - -0.022657884, 0.019088304, 0.014333455, -0.012024942, 0.007070252, - 0.015353335, 0.0021327906, -0.0044516404, 0.0124659715, -0.01659373, - -0.006787718, 0.0018571472, -0.0014178406, 0.0026685724, 0.0059952433, - -0.015022564, 0.0029442157, 0.014416148, -0.0062984508, -0.008393341, - -0.03247079, 0.001387692, -0.014030247, -0.004086413, -0.008069459, - -0.0013635732, -0.02141749, 0.009530369, -0.008255519, -0.0425869, - 0.026792536, 0.016952068, 0.010688071, 0.025979387, 0.0074010245, - 0.03718429, -0.023760458, -0.015339553, -0.00972332, 0.0038934625, - 0.04156702, 0.0012352269, 0.028887425, 0.04950555, -0.010832785, - 0.031836808, 0.006177857, 0.048540797, -0.005364709, -0.0179306, - -0.0110119525, -0.00033766314, -0.026820099, -0.13892426, - -0.010364191, 0.010060983, 0.026351506, -0.0008041034, 0.011990487, - -0.021513965, -0.004076076, -0.01061227, 0.037928525, -0.021679351, - -0.00051553926, 0.020218441, 0.004100195, 0.011542566, -0.0067153615, - -0.002926988, -0.031257957, -0.022781923, 0.05077351, 0.010460665, - 0.0016719493, 0.001508286, -0.00300279, -0.0013196426, 0.008110806, - -0.01119112, 0.025221368, -0.011942249, -0.033573363, 0.0077249054, - -0.009750884, 0.013437614, -0.034041956, -0.0047410657, -0.007835163, - -0.028639346, -0.021500183, 0.011287596, -0.01474692, -0.0034024727, - 0.027109524, 0.00629156, 0.02046652, 0.0008286529, -0.031423345, - -0.009482131, 0.030844493, -0.026654713, -0.014471277, -0.016579948, - -0.006126174, -0.02993487, -0.0042311256, 0.0062708864, -0.026847664, - 0.02586913, 0.011280705, -0.017489571, -0.0044413037, -0.01735175, - -0.009695755, -0.022547627, 0.01099817, 0.059318453, -0.010129894, - -0.028832296, -0.011266923, 0.011101536, -0.010274607, -0.01423698, - 0.024559824, -0.00200186, 0.030899622, -0.023912063, -0.007173619, - -0.027771069, -0.044130504, 0.032388095, 0.009158251, -0.007201183, - -0.0076422123, 0.008090133, -0.03845225, 0.027054396, 0.0029097602, - 0.0051958775, 0.0043517197, 0.015560068, -0.047135014, -0.037542626, - 0.02435309, 0.024504695, -0.020549214, -0.021376142, -0.017310403, - 0.017710086, -0.0041036406, -0.0019811867, 0.012879436, -0.01181821, - 0.00088464294, -0.0228784, 0.009709538, -0.012996585, -0.019170996, - 0.00972332, -0.0048099766, -0.001155118, 0.02435309, -0.008538053, - -0.0046170265, -0.020755945, 0.0011292765, -0.023539944, -0.014361019, - -0.027509209, -0.031616293, 0.0029855622, -0.01188712, 0.022147944, - -0.008558727, -0.019543115, 0.01791682, 0.0042070067, 0.025593486, - -0.008613856, -0.029273326, -0.010460665, 0.02745408, 0.0025772655, - 0.017462008, 0.001986355, -0.039196488, 0.019115867, 0.0016857315, - -0.024642518, -0.003204354, 0.023002438, 0.023002438, 0.028529089, - 0.0250422, -0.009964508, -0.026020734, -0.013823515, -0.009950725, - -0.01112221, 0.000538366, -0.021941211, -0.012720942, -0.001050029, - 0.004723838, 0.011852665, -0.0038211062, -0.013699476, -0.010474448, - -0.017048541, -0.0076422123, 0.012093852, -0.0044034026, 0.0016805632, - -0.024711428, 0.016249176, -0.0039554825, 0.024394438, -0.018578364, - -0.02161044, -0.0030079582, -0.005409501, 0.021720698, -0.0003673809, - -0.016800463, -0.0069255396, 0.010129894, 0.02866691, -0.0046514818, - 0.020053055, 0.0047961944, -0.004444749, 0.01220411, -0.010453775, - 0.009971399, 0.0050546103, 0.005492194, -0.015835712, 0.0074079153, - 0.039113794, 0.0010405537, 0.018523235, 0.032388095, -0.0046859374, - 0.010191914, 0.021899866, 0.027412733, -0.018288936, 0.0032853244, - 0.012383278, 0.028212098, -0.035337478, 0.00711849, 0.032084886, - 0.017696304, 0.02472521, -0.023953408, -0.0179306, -0.040133674, - -0.019474205, -0.008172826, 0.01372704, -0.02560727, -0.014884742, - 0.012472862, 0.002594493, -0.0069565494, 0.0035454629, 0.0059711244, - -0.012335041, 0.022203073, 0.0027340376, -0.025979387, -0.017834125, - 0.012934565, 0.0072494205, 0.0023136814, 0.018288936, -0.002339523, - 0.011756189, 0.037735578, 0.010812111, -0.013430723, 0.02014953, - 0.019529333, 0.033793878, -0.0113565065, -0.025841566, -0.01226613, - -0.0050201546, -0.024807902, -0.021114282, 0.01830272, -0.01963959, - 0.069076225, 0.008724113, -0.00889639, 0.009950725, -0.00023106666, - 0.0193226, 0.022933528, -0.00997829, -0.0061709657, -0.013334248, - 0.016028661, -0.008496706, -0.022147944, -0.015753018, -0.019377729, - 0.023250518, -0.012307476, 0.022161726, 0.023760458, -0.014719356, - 0.030100256, 0.0013713257, 0.018605927, -0.0013403159, 0.0044723134, - -0.0132791195, 0.007173619, 0.015863275, -0.013547871, -0.019460421, - -0.0142645445, 0.0043896204, -0.035309914, -0.008083242, - -0.0036763933, -0.0053784912, -0.018895352, -0.019377729, - -0.009392547, 0.013816624, 0.011535675, 0.0010620883, -0.04330357, - -0.0429728, -0.0011697615, -0.0006085689, -0.0056541343, -0.041594584, - -0.007304549 - ], - "metadata": { - "chunkTitle": "Training Strategies", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28767&chunkSid=chunk_57142" - }, - "document": "Andy Galpin: It, this could be your training strategy. Yeah, absolutely. So you can really take it that serious. In fact, if you look at, again, the weightlifters, they will do cluster sets by default, not even trying. So say they'll do like a clean and then they'll drop the weight back out. They're supposed to be doing, say, a set of three, but almost always they're going to shake it out, regrip and then pull it again. And sometimes their set of three takes like a minute and then it's like, you hear it's funny because it's, like I said, a triple PR. No, you did three singles. What's the difference between doing three singles and a set of three when you took a minute between each rep. I love that community. It could be your strategy. It could be like, hey, for this five week block, this is all my training, especially for your compound movements. If you're going to go to start doing some of the smaller movements, maybe you give up on that.\n\nAndy Galpin: It could also just be something you do for your one primary exercise for the day. So do that thing that is the most important first and just do it for that one and then the rest of them. You can kind of ditch it if you need to save a little bit of that time. It can also be something you do by feel. So you're two reps in and you go, guy like, I'm not feeling like Poppy here. Like re racket. Catch my breath for a quick second and do it so it doesn't have to be ultra planned. I guess what I'm doing is I'm giving you an excuse to make sure you're super fresh for every rep it matters. The last one I want to talk about here is what's called dynamic variable resistance. So dynamic variable resistance is fixing the problem we have with what's called the human strength curve. So, theory of constraints. Again, you are only as strong as you are in your weakest point of the movement. So depending on the movement you do, this happens at a different range of motion. Well, the deadlift is the easiest example." - }, - "truncated_cells": [] - }, - { - "row_idx": 73, - "row": { - "id": "chunk_57141", - "embedding": [ - -0.049056172, -0.0031764212, 0.02671591, -0.016279582, -0.022448974, - 0.025574436, 0.015151698, -0.05503532, -0.03277659, -0.02195977, - 0.0058228723, 0.033374503, 0.025302658, 0.01816845, 0.007888395, - -0.005211369, 0.034679044, 0.010633367, 0.022707164, -0.03120027, - -0.0034091321, 0.010015069, -0.010694517, -0.018970199, -0.0012816095, - -0.0013886226, 0.027055634, 0.011863168, -0.0009716112, -0.0010081315, - 0.01857612, -0.008336832, 0.009593811, -0.006543088, -0.03130898, - -0.020383451, -0.015110931, 0.0027755466, 0.009485099, -0.001747881, - 0.02012526, -0.012039825, -0.01315412, 0.00014894782, 0.006733333, - -0.0076302052, 0.0112856375, -0.013602557, -0.012630945, 0.0045183315, - 0.0024833838, 0.016877497, -0.052779548, 0.021389034, -0.023074066, - -0.009478305, -0.0047221663, 0.02946088, 0.025452135, -0.0052827112, - -0.0039577866, 0.020831887, 0.005605449, 0.01592627, 0.011598184, - -0.008995896, 0.008078641, -0.0018956609, -0.010157753, 0.00023101244, - -0.0032409688, 0.03932647, -0.008595021, -0.0123659605, 0.040766902, - -0.026824621, 0.007222536, -0.0035738985, -0.0008790363, 0.010782845, - 0.014322772, -0.0034108309, -0.015586546, 0.021783115, 0.033727817, - -0.0067163473, 0.00661443, 0.0022099058, 0.002478288, 0.0056971745, - 0.01289593, 0.014404305, 0.027205113, 0.03024904, -0.005758325, - 0.040875614, -0.02223155, -0.0022880423, -0.027830206, -0.008866801, - -0.032803766, 0.008955129, -0.0038558694, -0.01375883, -0.026620787, - 0.013120148, 0.009315237, -0.02935217, -0.008792062, -0.017597713, - -0.019350689, 0.012284426, -0.0064377734, -0.036635857, 0.010769256, - -0.020546518, 0.030357752, -0.024786277, -0.0023542885, -0.038891625, - 0.032858122, -0.0071885637, 0.029107569, -0.018603297, -0.006794484, - -0.012617356, -0.03802193, 0.0061829803, 0.0250037, -0.022911, - 0.0130997645, 0.017203633, 0.008268886, 0.0021844264, -0.01500222, - -0.011333198, 0.027123578, -0.009294854, -0.03592923, -0.037668616, - 0.021783115, 0.013140531, -0.0012960477, -0.011808813, -0.013113353, - 0.028971678, 0.005816078, 0.029623948, -0.018698419, -0.004620249, - -0.030520821, 0.017747192, -0.010551834, 0.0055578877, 0.008296064, - 0.021783115, 0.002984477, 0.010905147, -0.042316046, -0.021552103, - 0.02406606, 0.026933333, 0.0025462327, 0.014050992, 0.008934746, - 0.035684627, 0.0077593005, -0.023495324, 0.016265994, 0.0036486378, - 0.00026901907, -0.0062305415, -0.027014866, 0.014485839, 0.0031254624, - 0.013317188, -0.0145401945, -0.0021181803, 0.0066314163, -0.0289445, - 0.01473044, -0.00661443, 0.023318667, 0.03647279, -0.019445812, - 0.0016841827, 0.013860746, -0.0070594684, -0.0037437605, 0.0056564077, - 0.01683673, -0.0039000337, -0.012331988, -0.009688933, -0.61748266, - 0.0044164145, 0.007806862, -0.013731651, 0.017489001, 0.026430542, - -0.000017397593, 0.021851059, -0.0075350823, 0.018970199, 0.009743289, - 0.0075214934, -0.0034787757, 0.010633367, -0.0028163134, -0.019690413, - -0.005323478, 0.002541137, -0.007344837, 0.013235654, -0.04565893, - 0.03315708, 0.00089687185, 0.018100504, -0.0047357553, 0.0072293305, - -0.0033208039, 0.003903431, 0.009919946, 0.0009953919, -0.025044467, - 0.021742348, 0.015899092, 0.0028214094, 0.047398318, -0.010076219, - -0.011666128, 0.02710999, 0.007174975, 0.035684627, -0.00681147, - -0.014757618, 0.0033666666, -0.027966095, -0.008805651, 0.005211369, - -0.0049803564, -0.008622199, 0.022177195, -0.00598594, 0.022150017, - -0.014825563, 0.000891776, -0.0039272117, 0.00012941367, - -0.0046508242, 0.0010191726, 0.008132997, -0.0035025564, 0.018005382, - 0.016048571, 0.008866801, -0.0154506555, 0.0018888664, -0.033999596, - 0.013344366, -0.027707905, -0.03158076, 0.00450814, -0.015803969, - 0.008662967, -0.0041242517, -0.012970669, -0.0029233266, 0.013894719, - 0.029297814, -0.023590447, 0.015817558, -0.008200942, 0.021742348, - -0.0069575515, -0.0121825095, -0.03476058, 0.010477094, 0.0077389167, - 0.008676556, -0.030276218, -0.0015805667, 0.0018565926, 0.0026430541, - -0.017434645, 0.00856105, 0.01150306, -0.024650387, 0.008248503, - 0.020301918, -0.000272841, -0.0102121085, -0.007901984, -0.030194685, - -0.019350689, 0.013405516, -0.007881601, -0.004338278, -0.01150306, - -0.00039705264, -0.011448705, -0.0030354355, 0.021864649, - -0.016904674, -0.0039815675, -0.0013920198, 0.006590649, 0.01882072, - 0.00012325618, -0.030928489, 0.021144433, -0.006077666, -0.017434645, - -0.031635117, 0.02656643, 0.014676085, 0.016891086, 0.0008582282, - 0.0065261014, 0.014214059, 0.0054763537, -0.01672802, -0.0023848638, - -0.023508914, -0.012209687, -0.017665658, 0.037043523, -0.02856401, - 0.022272317, 0.0009860494, 0.0066416077, -0.0015151699, 0.016863909, - -0.05712802, -0.014594551, -0.018331517, 0.020899832, -0.019405045, - -0.012067003, -0.025248302, -0.036282543, 0.0008442146, 0.02459603, - -0.0052317525, 0.011883552, 0.0074467543, 0.011598184, 0.02235385, - -0.02300612, 0.0012663219, -0.03921776, -0.06854275, -0.049925867, - 0.0024850825, -0.0012705685, 0.004423209, 0.0021062898, 0.008989102, - -0.027341003, 0.0006713799, 0.014254827, -0.008173764, -0.0020400437, - -0.025289068, 0.0063018836, -0.026104406, -0.029623948, 0.010755667, - 0.0002446014, 0.01335116, 0.004148032, 0.0076777665, -0.037587084, - 0.009260881, 0.013867541, 0.0049226033, 0.0004229566, -0.008282475, - 0.034407265, 0.0039408007, -0.0059213927, -0.015382711, -0.030439287, - 0.029161924, 0.014635318, 0.009247292, 0.0054763537, -0.017067743, - -0.00941036, 0.01473044, -0.0020774135, 0.0009928439, 0.0098384125, - 0.035385672, 0.027599193, -0.009641373, 0.00848631, -0.015817558, - 0.02592775, -0.0069711404, 0.008961924, -0.023576858, 0.031145914, - 0.028835788, -0.012399932, -0.00078476284, -0.0076030274, - 0.0018582913, -0.01816845, 0.023454558, 0.014621729, 0.04555022, - -0.0060097207, 0.012352372, -0.0036350486, 0.0029640936, 0.039299294, - 0.0072836867, -0.039136227, 0.0030354355, 0.016863909, 0.0072972756, - -0.0004934494, -0.013806391, 0.0062543224, 0.02579186, 0.015559368, - 0.012569794, 0.016795963, 0.019595291, -0.010252876, 0.015518601, - 0.016999798, 0.004158224, -0.0005974899, 0.0194594, 0.0054321894, - -0.014377127, 0.030982845, 0.018508174, 0.019785536, 0.0051332326, - -0.010640161, 0.007514699, -0.018372284, 0.016510595, -0.02566956, - 0.02696051, -0.008656172, -0.006859031, 0.00856105, -0.0058636395, - 0.020166028, 0.026253885, 0.0031220652, 0.021538513, 0.016755197, - 0.010049041, 0.012827985, 0.014159704, 0.006233939, 0.019051732, - -0.009906357, -0.0028299023, 0.0032919273, -0.018399462, -0.006492129, - -0.025357014, 0.015382711, 0.00045607972, 0.0103887655, 0.0050924653, - 0.023848638, 0.016592128, -0.010823612, -0.038348064, 0.003446502, - 0.013025025, -0.013853952, -0.008268886, -0.02261204, 0.00068709214, - -0.014757618, -0.011584595, -0.0148935085, 0.035467204, -0.04250629, - 0.013575378, -0.0193371, 0.014513017, 0.03644561, -0.008187353, - -0.016034981, -0.016999798, -0.003652035, -0.017597713, 0.009430744, - -0.026675142, 0.010680928, 0.00075800956, -0.0069201817, -0.041120216, - -0.001671443, -0.013677295, 0.014744029, -0.02791174, 0.012264043, - -0.0070730573, 0.00921332, 0.0112856375, -0.01672802, -0.022217961, - 0.034407265, -0.0034889674, -0.00391702, -0.019989371, -0.0064513623, - -0.009131786, 0.10028658, 0.047425497, -0.025751093, 0.018739186, - -0.025479313, 0.025370602, 0.016293172, -0.003974773, 0.012216481, - -0.016660074, -0.024025295, -0.018304339, -0.009899562, -0.010490683, - 0.008554255, 0.012678507, 0.012963875, -0.017244399, -0.010164548, - -0.009967508, -0.018929431, 0.010524655, 0.022965355, 0.047697276, - 0.0013860747, 0.015613724, 0.0518555, 0.0121825095, 0.030711066, - -0.026253885, 0.006162597, 0.012325194, 0.013432695, 0.012488261, - -0.009294854, -0.003991759, -0.018915843, -0.006111638, -0.0097297, - -0.03226021, 0.0034991591, 0.024052473, 0.020682408, -0.0033717626, - 0.012100975, -0.0059247897, 0.014295594, 0.011251665, -0.020098083, - -0.025982106, 0.019744769, 0.0039408007, -0.010816818, 0.015246822, - -0.006468348, -0.016456239, -0.024691153, -0.009947124, -0.009763673, - -0.018467406, -0.014676085, 0.0029963674, -0.005941776, 0.011951497, - -0.0389188, -0.028210696, -0.0093084425, -0.0045624957, -0.01882072, - -0.023753515, -0.030303396, -0.017883081, -0.01723081, 0.016632896, - 0.0024596031, 0.016891086, 0.011122569, 0.0021708375, -0.012664918, - -0.0075350823, -0.0007104482, -0.02460962, -0.03516825, -0.034814935, - 0.010558628, -1.2955302e-6, 0.0031747224, -0.0063970066, 0.00466781, - 0.01473044, -0.001425143, -0.015287588, 0.029651126, -0.016306762, - 0.003149243, 0.022747932, 0.038728558, 0.0074263704, 0.010083014, - -0.0078612175, 0.013412311, -0.023359435, 0.015233233, -0.028971678, - -0.012630945, 0.019704003, -0.005068685, -0.01125846, 0.0021895224, - -0.017923849, 0.011244871, 0.0053914227, -0.00031042297, 0.019513758, - 0.016999798, 0.044109788, 0.0210629, -0.013405516, -0.019649647, - 0.016048571, -0.0008900774, -0.016401883, 0.022313084, 0.008995896, - -0.01762489, 0.009974302, 0.00598594, -0.026892567, 0.0067639085, - 0.012780423, -0.031390514, 0.026498485, -0.009702522, -0.035983585, - -0.045495864, -0.015871914, -0.01000148, 0.0016366212, 0.0054423814, - -0.030384932, -0.0030524218, -0.000063751366, 0.010184931, - -0.011571006, -0.0033004205, -0.021620046, -0.0052623274, 0.01210777, - -0.0024528087, 0.0006034351, 0.031010024, -0.0034193238, -0.012209687, - -0.0010276657, -0.010354793, 0.00070450304, 0.02856401, -0.011129364, - 0.012997847, 0.031118736, 0.041690953, 0.011795224, -0.01618446, - 0.014553784, -0.011781635, -0.0032460645, -0.009464716, -0.018548941, - -0.004368853, 0.029053211, -0.0018650858, -0.0129163135, -0.018752774, - -0.015070165, 0.02397094, 0.011122569, -0.02566956, -0.024256306, - -0.020098083, -0.03065671, -0.001313034, 0.029243458, -0.000644202, - 0.0027262866, -0.020886242, -0.01289593, 0.031118736, -0.008132997, - -0.0057107634, 0.0068658255, 0.017176455, -0.0010658846, 0.019812714, - 0.00200777, 0.024161184, -0.016265994, -0.00921332, -0.02289741, - -0.0053710393, 0.020818299, 0.011007063, 0.027544837, -0.020152438, - -0.0016943744, -0.029243458, -0.017679246, -0.022027716, 0.0014293895, - -0.001138076, -0.015899092, -0.0093084425, -0.018861488, -0.007868012, - -0.0012433905, -0.01500222, 0.019445812, -0.018141272, 0.015600135, - -0.015151698, 0.0053676423, 0.03750555, 0.000729133, 0.0118359905, - 0.008282475, 0.035412848, -0.012440699, -0.003414228, -0.010266465, - -0.014567373, 0.009023074, 0.0148935085, 0.01656495, 0.025710326, - -0.015151698, -0.00033420365, 0.014825563, -0.011571006, -0.006237336, - -0.02946088, 0.0384296, 0.014254827, 0.0020977969, -0.02329149, - -0.018141272, -0.007868012, -0.020763941, -0.0076505886, 0.023712749, - -0.0013945678, -0.008635789, -0.0018209217, 0.025588026, -0.02921628, - 0.023440968, -0.011530239, -0.005435587, -0.026661554, -0.006098049, - -0.008737706, 0.004790111, -0.0040529096, 0.024786277, -0.024324251, - -0.029705482, 0.02736818, 0.0057549276, -0.036608677, -0.018100504, - -0.0065702656, 0.032015607, -0.027191523, 0.0059757484, - -0.00073337957, -0.015477833, 0.017584125, -0.0326407, -0.017801547, - 0.010864379, 0.0020570299, -0.0017393879, 0.022462564, 0.019092498, - -0.010979885, 0.00888039, -0.010049041, 0.005673394, -0.01315412, - -0.014132526, 0.041989908, -0.056638815, -0.020464985, -0.022041304, - 0.018467406, -0.008085435, 0.007745711, -0.0065668686, 0.0030354355, - 0.008866801, -0.0068522366, 0.0118359905, -0.024011705, -0.005044904, - -0.026675142, 0.036798924, -0.022476152, -0.0065261014, 0.013466666, - -0.028835788, -0.03000444, -0.0025530271, 0.007487521, 0.00913858, - -0.006237336, -0.0068658255, 0.02092701, 0.0029691893, 0.011007063, - -0.003934006, -0.016605718, -0.021905415, -0.022856643, 0.01882072, - 0.013724857, -0.0147168515, -0.0019653044, -0.006505718, 0.020315506, - 0.026484897, -0.025764681, -0.0016451144, 0.0043212916, 0.012087386, - -0.020057315, -0.0029063404, -0.017434645, -0.01013737, -0.029080389, - 0.04788752, 0.021823881, 0.005398217, 0.017815135, 0.0096617555, - 0.0046304404, -0.0020111671, -0.009172553, -0.006359637, 0.010381971, - -0.0032562562, -0.030629532, -0.0118291965, -0.014105348, 0.032205854, - 0.014010225, -0.036880456, -0.01368409, 0.011367171, -0.024229128, - -0.000046924404, -0.00016667717, -0.0002214577, 0.016999798, - -0.00095377566, 0.0040563066, 0.015477833, 0.014839152, 0.0054525733, - 0.0073244534, 0.016021393, 0.004484359, 0.0008463379, -0.028835788, - -0.0009181046, -0.031499226, -0.0025105616, 0.004399428, 0.0123727545, - 0.011176925, 0.011373966, 0.007575849, -0.0009809536, 0.0063664312, - 0.0023305079, 0.018929431, 0.02394376, 0.017190043, -0.010864379, - 0.002948806, 0.018712008, 0.026675142, -0.010735285, 0.02341379, - 0.017543357, -0.013194887, -0.007874806, -0.0139966365, -0.022978943, - 0.004776522, -0.0038932392, 0.013439489, 0.021103667, -0.014839152, - 0.03443444, 0.016143693, -0.011054625, -0.006746922, -0.014241238, - -0.017692836, 0.007392398, 0.014268416, 0.0033666666, -0.0139966365, - -0.0043348805, 0.019799124, 0.019595291, -0.021769525, 0.007915573, - -0.0017529768, -0.0012289522, 0.02235385, 0.026756676, -0.0069847293, - -0.015409889, -0.0037267744, -0.0050143288, 0.0033836528, 0.004073293, - -0.0013147326, -0.04356623, 0.0067163473, -0.013887924, -0.0269741, - -0.021864649, -0.013283215, 0.006808073, 0.009457922, -0.0074535487, - 0.21514054, -0.01072849, -0.014282005, 0.0068760174, 0.0073856036, - -0.010157753, 0.015192466, -0.0054389844, -0.010286848, 0.0042227716, - 0.021212379, -0.0059485706, -0.040087454, -0.0030422301, 0.029107569, - -0.023522502, -0.021158023, -0.018630475, -0.008832829, 0.0050143288, - 0.027463302, -0.01309297, -0.008921157, -0.0034091321, 0.025995694, - 0.0033904472, 0.004270333, 0.013500639, 0.0069507565, -0.004185402, - -0.01013737, 0.004779919, 0.0114758825, -0.018209215, -0.0019551127, - 0.013120148, 0.021674402, -0.018616885, -0.0008505844, 0.034570333, - 0.01592627, -0.0045998655, -0.018847898, 0.0037777328, -0.012440699, - -0.0077253277, 0.00055375043, 0.0074535487, -0.004413017, 0.007528288, - -0.025126, -0.010368382, -0.0008866801, 0.027164346, 0.009777262, - -0.0029895727, -0.01171369, 0.00289445, -0.0013877733, 0.037424017, - -0.0112856375, 0.027137168, -0.0032596535, 0.008771678, -0.029977262, - 0.021429801, 0.0036282542, 0.015803969, -0.01295708, -0.0073856036, - 0.0048954254, -0.0152604105, -0.01762489, -0.026539253, -0.0043484694, - 0.00901628, 0.040060274, 0.027639959, 0.013507433, 0.012936696, - -0.009736495, -0.014309183, -0.004596468, 0.014526606, 0.0025734107, - -0.017190043, 0.025995694, 0.0018990582, -0.011747662, 0.010239287, - 0.0074943155, -0.026729498, -0.017285166, -0.0125494115, 0.01973118, - -0.0054525733, 0.0071885637, -0.004678002, -0.039516717, -0.029542414, - -0.025479313, 0.041555062, -0.010660545, 0.015015809, -0.01473044, - -0.023359435, -0.006346048, 0.010640161, 0.013942281, 0.019812714, - 0.00026010134, -0.034108307, 0.008119408, -0.014214059, 0.0061591994, - 0.007847629, 0.0066076354, 0.002527548, 0.019309923, -0.01618446, - -0.0066517997, -0.025289068, 0.026770266, 0.0021861251, 0.02197336, - -0.01906532, -0.045278437, 0.0017461823, -0.00058220234, -0.018779952, - 0.033510394, -0.0068726204, 0.018779952, -0.03514107, -0.008377599, - -0.03304837, -0.01210777, -0.035902053, 0.005153616, 0.0071681803, - 0.0042227716, 0.019160444, 0.018508174, 0.0018786747, 0.012413521, - -0.0058058864, 0.012474672, 0.047479853, -0.01907891, -0.015341944, - -0.0020179616, 0.009356004, -0.025465725, -0.009858795, -0.00464403, - -0.019595291, -0.017203633, -0.008078641, -0.0025937941, -0.014784796, - -0.030194685, -0.009614195, 0.013663706, 0.008554255, -0.02382146, - -0.021239556, -0.17165583, 0.014377127, 0.055225562, -0.019581702, - 0.028971678, -0.0015533888, 0.042886782, 0.035412848, -0.03723377, - -0.013915103, 0.0022642617, -0.00039875126, 0.0033819543, - -0.0136365285, -0.0055612847, -0.015409889, 0.04090279, 0.014621729, - 0.052942615, 0.016904674, -0.00017591343, -0.02986855, 0.0043484694, - 0.00848631, 0.013541406, -0.0015134712, 0.0060504875, 0.030819777, - 0.013419105, -0.002396754, -0.027069222, -0.0052215606, 0.01579038, - -0.003611268, 0.0010845695, 0.0035025564, 0.00860861, 0.0054763537, - -0.025234712, 0.016619308, 0.033238616, 0.014852741, -0.021429801, - -0.010443121, 0.009342415, 0.016945442, 0.0034023377, -0.0012289522, - 0.018521762, 0.0012867054, -0.011638951, -0.0077728895, 0.026783854, - 0.013711268, 0.018644063, -0.0147168515, 0.0071885637, 0.023862226, - -0.017271578, -0.01223007, -0.009485099, -0.025384191, 0.0073108645, - -0.022068484, -0.014676085, -0.016592128, 0.0055273124, -0.0056394213, - -0.005564682, 0.013398722, -0.014118937, -0.0070458795, -0.022639219, - -0.014975042, 0.006152405, 0.017054154, -0.0025377397, 0.020437807, - 0.024405785, 0.030602355, -0.013385133, 0.03712506, -0.018127682, - 0.0027857383, 0.010490683, 0.0051875883, -0.0008883787, -1.1910253e-6, - -0.027042044, -0.0010718298, 0.035059534, 0.010708107, -0.025098823, - -0.013296804, 0.02011167, -0.004144635, -0.009063841, -0.0076641776, - 0.01000148, -0.020954188, -0.004959973, 0.029678304, -0.034950823, - 0.014839152, 0.02261204, 0.012080592, 0.009383182, 0.008132997, - 0.030982845, -0.025071645, -0.015803969, -0.0047119744, 0.027286647, - 0.027273057, 0.009994686, 0.024881398, 0.039897207, -0.02053293, - 0.018059738, -0.001373335, 0.058269493, -0.021022132, -0.029705482, - 0.0017257988, -0.0115778, -0.048186477, -0.12099616, -0.0068760174, - 0.010816818, 0.020233972, -0.0018141271, 0.006770703, 0.0019211402, - 0.01295708, -0.02039704, 0.03777733, -0.012243659, -0.02065523, - 0.013310393, 0.0048818365, -0.00284519, -0.015382711, -0.00250037, - -0.026675142, -0.01420047, 0.04291396, 0.020369861, 0.009451127, - -0.006227144, 0.009627784, -0.01591268, -0.0005588463, -0.010327615, - 0.022788698, 0.00008286085, -0.002442617, 0.013731651, -0.008506694, - 0.0030354355, -0.01841305, 0.0072021526, -0.009362798, -0.01738029, - -0.02301971, 0.013942281, -0.040603835, -0.0062033636, 0.011373966, - 0.01868483, 0.018331517, -0.003082997, -0.023671981, -0.013650117, - 0.01789667, -0.016225226, -0.010239287, -0.0015024302, -0.007331248, - -0.019486578, 0.0076302052, 0.012012647, -0.020573696, 0.03397242, - -0.002755163, -0.03120027, -0.0066789775, 0.0039713755, -0.0004836823, - -0.025030877, 0.01019852, 0.03443444, -0.0069031953, -0.015953448, - -0.01971759, -0.0043756473, -0.0002117968, -0.014404305, 0.017461823, - -0.00651591, 0.022734342, -0.040984325, -0.012420316, -0.007868012, - -0.03106438, 0.013065792, 0.010314026, -0.00638002, 0.0046304404, - -0.003947595, -0.022992533, 0.017461823, -0.0053064916, 0.011034242, - -0.00025712873, 0.0023950555, -0.04987151, -0.026362596, 0.022408208, - 0.013310393, -0.020030137, -0.026743088, 0.0034329128, 0.0019279347, - 0.003427817, 0.009220114, 0.016619308, -0.005941776, -0.016401883, - -0.0307926, 0.013724857, 0.0060029263, -0.016863909, 0.015070165, - -0.020437807, 0.011170131, 0.022435386, -0.013969459, 0.008846418, - -0.009756879, 0.010443121, -0.015871914, -0.022829466, -0.008499899, - -0.016619308, 0.0016238816, -0.02001655, 0.016048571, -0.0013809789, - -0.026226707, 0.01962247, 0.0037267744, 0.015627312, 0.009281265, - -0.01151665, -0.009634578, 0.026376186, -0.006332459, 0.015885502, - 0.012685301, -0.030602355, 0.013643323, 0.0019432224, -0.01698621, - -0.0054729567, 0.034108307, 0.027966095, 0.007378809, 0.017176455, - -0.015178876, -0.009002691, 0.0073108645, -0.015328355, -0.02460962, - 0.0011890347, -0.008995896, -0.0012510343, -0.012807602, 0.0011907333, - 0.021552103, 0.0114555, 0.0046542212, -0.022938177, -0.025723916, - 0.005856845, 0.0010055836, 0.013663706, 0.000035538334, -0.026675142, - 0.025859805, -0.0019687016, 0.027735082, -0.018535351, -0.020383451, - -0.0029997646, -0.00015361902, 0.006322267, 0.024052473, -0.018725596, - 0.007405987, 0.012569794, 0.029732661, 0.0038015137, 0.0056564077, - -0.024446553, -0.0069711404, -0.002858779, -0.0112924315, 0.010354793, - 0.010239287, 0.0022217962, -0.019649647, 0.0027874368, 0.034651868, - 0.0042873193, 0.022340262, 0.040603835, -0.0028570804, -0.002074016, - 0.02261204, 0.029080389, -0.019418634, 0.0073584258, 0.0010786243, - 0.03380935, -0.03397242, 0.005666599, -0.013174504, 0.026811032, - 0.005816078, -0.0074331653, -0.022421796, -0.029406525, -0.022285907, - 0.015355533, 0.0098452065, -0.019799124, -0.015803969, 0.0032868315, - 0.009947124, -0.01000148, 0.015437067, 0.0026090818, -0.004256744, - 0.007487521, -0.0011202405, -0.037804507, -0.020247562, -0.0015576354, - 0.0055375043, 0.005323478, 0.007609822, -0.010708107, 0.011034242, - 0.00809223, 0.023794282, 0.0014862933, 0.016877497, 0.023182778, - 0.021212379, -0.019649647, -0.042995494, -0.018331517, -0.004154827, - -0.01816845, -0.008472721, 0.022802288, -0.017543357, 0.07234766, - -0.0029759838, -0.028210696, 0.027993273, 0.015518601, 0.0006989825, - 0.0347334, -0.018915843, -0.005666599, -0.026620787, -0.0012629246, - -0.00368261, 0.00069218804, -0.022965355, -0.021117255, 0.0071138246, - -0.0046168515, 0.024432963, 0.03014033, -0.0013538009, 0.03462469, - -0.013663706, 0.02341379, 0.0031968046, -0.007684561, -0.010103397, - 0.024759099, 0.0030354355, -0.010945913, -0.03158076, 0.019676825, - -0.0048037, -0.03908187, -0.010415943, 0.004678002, 0.006125227, - -0.014798385, -0.0011958291, -0.009362798, -0.001999277, -0.011251665, - -0.006016515, -0.041473527, -0.03554874, 0.004732358, -0.008214531, - -0.008105819, -0.01315412, -0.015708847 - ], - "metadata": { - "chunkTitle": "Cluster Sets", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28767&chunkSid=chunk_57141" - }, - "document": "Andy Galpin: So two more, little more advanced techniques that I want to throw out there, and one of them is called cluster sets. So cluster sets are there's a bunch of ways to do it, but imagine taking a mini break in between every single repetition. So say you're going to do five repetitions in a row. What you're actually going to do is do one repetition, set it down, pause for five to 10 seconds and then do the next one pause, do the next one, pause, pause, pause, pause, pause. So you can imagine doing like a squat and you're going to go down, explode up, you're going to stand there, you're going to rack it out. You're going to kind of like shake back out, catch your breath, walk back in, do another one, rack it out, and you're going to repeat that until you've executed your three or four or five repetitions. And then you take your three to five minute break before your next set.\n\nAndy Galpin: That is an incredibly effective way for both strength, power, and actually even hypertrophy because you can keep the quality, the force output, the power output very, very, very high because you're getting these little mini breaks. Andy you're not getting fatigue setting in. By the time you hit your, say, third or fourth or fifth repetition in that set, after repetition one, you start to see very small, subtle reductions in power output because you start to see a little bit of fatigue. You take those five to 10 seconds off, even up to 20 seconds, you can actually do it. You don't see any drop in force output over the course of the five. And so what you really have done is you've gotten five in this example, first repetitions, which is the way that we will kind of say it, right? So all five of those had the same quality as rep number one, which is, again, as we're talking, that's the driver, Andy strength. And so that's the one we want to preserve. So it takes a little bit longer for some exercises.\n\nAndy Galpin: It's not very good. Um, it's great for like a deadlift because you set it back down, shake it back out, regrip, hard to do with the bench. You got to re rack it back in. Andy rerack it back out. It's like kind of a pain in the ass. So there's some exercises it doesn't work well with and some that it does, but cluster sets and a lot of research on those, very effective.\n\nAndrew Huberman: Would you recommend if somebody's doing cluster sets, that they do them for every session within that week or just this is an occasional thing, you could do." - }, - "truncated_cells": [] - }, - { - "row_idx": 74, - "row": { - "id": "chunk_127119", - "embedding": [ - -0.010596113, -0.0003466835, 0.020851297, -0.027028954, -0.00237117, - 0.017087426, -0.0066106385, -0.034556694, -0.024110591, -0.03120194, - 0.007166355, 0.029510926, -0.0081891455, -0.0024189004, -0.006177657, - -0.0028927936, 0.042929944, -0.01075976, 0.0040945727, -0.014414533, - -0.025078831, 0.0029950726, -0.002959275, 0.0020626283, -0.022719594, - 0.026483465, 0.02783355, -0.015450961, -0.0096756015, -0.02567887, - 0.03368391, 0.0025859564, -0.019201195, -0.00060429896, -0.012389407, - -0.019214831, -0.010384737, -0.003941154, 0.031474683, -0.021942273, - 0.018710254, 0.0041252566, -0.021192227, -0.018573882, -0.027519893, - -0.015791891, 0.013275825, -0.031229215, 0.0010262001, 0.011775732, - 0.010098355, -0.0030206423, -0.003975247, 0.0028979075, 0.015341863, - -0.010207453, -0.008993741, 0.018451147, 0.007766392, -0.00044534018, - 0.007227722, 0.008905099, -0.0040434333, 0.0054719313, -0.010684756, - -0.006593592, 0.0020796747, -0.000596628, -0.015628245, 0.028583596, - 0.0020455818, 0.008236876, -0.0021291096, -0.0024802678, 0.04879394, - -0.021096766, -0.016446477, -0.0080050435, 0.005751494, 0.005898094, - -0.009150569, -0.027410796, -0.022092283, 0.027601717, 0.009307397, - -0.015587333, 0.008495983, 0.00425481, -0.013555388, 0.005969689, - -0.009034652, 0.017278347, 0.025569772, 0.0084141595, -0.0018648887, - 0.022010459, -0.0099347085, 0.001010006, 0.0044286842, 0.013521295, - -0.014046328, -0.0026473238, -0.026197083, -0.016705584, -0.038375113, - -0.002347305, 0.020005789, -0.009164206, 0.008223238, -0.016037362, - -0.00040080617, 0.012614421, -0.023292357, -0.03761143, -0.0026047074, - -0.021478608, 0.009068746, -0.0044661867, -0.023456004, -0.019651221, - 0.03311115, 0.02112404, 0.03349299, 0.0129076205, -0.0023660562, - 0.001229906, -0.04718475, 0.020551277, 0.021560432, -0.02586979, - 0.0049605356, -0.015450961, 0.01809658, 0.015232765, -0.020837659, - 0.025706144, 0.0056355777, -0.0045650564, -0.0554489, -0.027424432, - 0.015287315, 0.0016654445, -0.025733419, -0.00914375, -0.008843732, - 0.011032504, 0.028147204, 0.010016532, 0.02108313, 0.014373621, - -0.009518773, 0.005461703, -0.002098426, 0.0043741358, 0.0049468987, - -0.0026660748, -0.014359984, 0.008775545, -0.029019987, -0.012396226, - 0.02528339, 0.014619091, 0.016473752, -0.020223984, -0.015519147, - 0.01163936, 0.0236742, -0.0024904958, 0.017428357, 0.004411638, - 0.0052060056, 0.015982812, -0.03545675, 0.01766019, 0.026033437, - 0.026906218, 0.00009950903, -0.0009273304, -0.0016100433, - -0.029592749, 0.024246963, 0.012198485, 0.025692506, 0.0057242196, - -0.000103717386, 0.021778626, 0.013105361, -0.01452363, -0.0034638518, - -0.019146645, -0.010459742, 0.016855594, 0.0027513073, 0.010602932, - -0.6340758, -0.0006643879, 0.009477862, -0.026988043, 0.032101996, - 0.011652998, -0.0076027457, 0.010882495, -0.02640164, 0.02019671, - -0.0119802905, 0.009668783, 0.015723705, -0.021464972, -0.00410821, - -0.015532784, 0.017960208, -0.017687464, -0.014605453, 0.00660382, - -0.06147655, 0.01824659, -0.0021785446, 0.0036206797, 0.015491872, - 0.011168877, 0.010582476, 0.0020080793, 0.010255183, 0.012103025, - -0.026142534, 0.021546794, 0.019051185, 0.009075564, 0.04052979, - -0.04623015, -0.0112507, 0.036029514, 0.0038320564, 0.020551277, - -0.014400896, -0.012648514, 0.008884643, 0.015682794, -0.000015062194, - 0.02303325, -0.0057583125, 0.01961031, 0.02166953, -0.017196523, - 0.012866709, -0.0005037245, -0.0084141595, 0.003726368, 0.005113954, - -0.006123108, 0.023237808, -0.024478795, -0.0075004664, 0.008093685, - 0.006191294, 0.008727815, -0.026442554, -0.010596113, -0.0014557723, - 0.007057257, -0.0016611828, 0.007902764, 0.00185807, -0.023592375, - 0.024683353, -0.009157388, -0.014973658, -0.009743787, 0.0140599655, - 0.019869417, 0.0059526428, 0.014387258, -0.008127778, 0.023115074, - 0.0013892909, 0.024096953, -0.0044389125, -0.0063208477, 0.0032047448, - 0.015041844, -0.045166444, 0.009764244, -0.0018921631, -0.015723705, - 0.00948468, 0.0031791748, -0.013378104, -0.019242106, -0.024369698, - -0.0024120817, -0.002485382, 0.007841397, -0.015805528, -0.024915185, - -0.0077391174, -0.0059049125, 0.011291611, 0.019460302, 0.007370913, - 0.0010091537, 0.0062492522, 0.011087053, 0.031720154, -0.020660376, - 0.0035184005, -0.018805714, 0.0000668543, 0.034665793, 0.003341117, - -0.028038107, 0.024110591, -0.009907435, 0.0024495842, -0.0062083406, - 0.013916775, -0.022896878, 0.021342237, 0.011264337, 0.0052128243, - 0.033247523, 0.009089202, -0.02841995, 0.005686717, -0.020142162, - -0.0032609983, -0.016460115, 0.031938348, -0.0097506065, 0.042520825, - 0.017155612, -0.009450587, 0.0056560333, 0.017810198, -0.014250886, - -0.01569643, -0.012948533, 0.00850962, -0.040038854, -0.025706144, - -0.021574069, -0.021683166, -0.0090073785, 0.019323928, -0.019242106, - 0.0028927936, -0.021751352, -0.0039786566, 0.017496543, -0.01677377, - -0.008659629, 0.0029013169, -0.046993833, -0.033274796, -0.010111992, - -0.0003328332, 0.008025499, -0.005321922, -0.0011242176, 0.012655333, - -0.00875509, -0.0053082844, 0.014264523, -0.0127985235, -0.02655165, - 0.025160655, -0.00885055, -0.021628618, 0.011325704, -0.030056415, - -0.0018273863, -0.023360543, 0.012955351, -0.024369698, -0.009314216, - 0.015982812, -0.0068186056, -0.029156359, -0.014823649, 0.050648604, - -0.0011421165, -0.00021990003, -0.003022347, -0.026578926, 0.02910181, - -0.006914066, 0.02225593, -0.022228654, 0.010841583, 0.003414417, - 0.011768914, -0.0015512328, 0.014114514, 0.03248384, 0.02382421, - 0.024833363, -0.024287874, 0.013896319, -0.015560059, 0.033574816, - -0.012062114, 0.014932747, -0.010862039, 0.013991779, 0.015164579, - -0.007916401, -0.0018103399, -0.01716925, -0.015996449, -0.014441807, - 0.0019910329, 0.018723892, 0.017782925, -0.02929273, 0.020987669, - -0.0043639075, 0.009736969, 0.026237994, -0.008993741, -0.044730052, - 0.016528301, -0.015464598, 0.023169622, -0.0133031, -0.031174665, - 0.0036309075, 0.01911937, 0.028392674, 0.0029933678, 0.006852699, - 0.00010409028, 0.013466747, -0.003022347, 0.039302442, -0.0030700772, - 0.024969734, -0.0006413751, 0.018123854, -0.030901922, 0.021001305, - -0.007193629, 0.03971156, 0.0022825282, -0.011182513, -0.005141229, - -0.00097591296, 0.00645722, -0.0266062, -0.0032848634, 0.003770689, - -0.0073027266, -0.016160095, -0.012723519, 0.017728375, 0.033956658, - -0.002601298, 0.03927517, 0.010071081, -0.01427816, 0.0119052855, - -0.008830095, 0.0043639075, -0.0046877917, -0.017237436, 0.012028021, - -0.0028484727, -0.0048002987, 0.0060958336, -0.013446291, - 0.0018427282, 0.006719736, 0.025106106, -0.004827573, 0.019242106, - 0.033165697, -0.020564916, -0.03545675, 0.007820941, 0.0010841583, - -0.010712029, -0.013412198, -0.010391555, 0.0060037826, -0.027615353, - 0.0070436196, -0.0182875, 0.010575658, -0.030929197, -0.0143190725, - -0.0106779365, 0.0024223097, 0.0048446194, -0.013275825, 0.012396226, - -0.0014404305, -0.02117859, 0.00097335596, -0.0009580141, - -0.033329345, 0.021151315, 0.014714551, -0.025733419, -0.019392114, - -0.005042359, -0.0114961695, 0.026647111, -0.007057257, 0.0004704838, - -0.014209975, 0.032456562, 0.009736969, -0.0236742, 0.016623762, - 0.0027342609, -0.0025791377, -0.010487015, -0.028910888, -0.025228841, - 0.0050150845, 0.103151865, 0.031747427, 0.007561834, 0.010527927, - -0.013855407, 0.0124234995, 0.013978142, -0.01966486, 0.044566408, - 0.003296796, 0.017237436, -0.0015554945, 0.010732486, -0.005853773, - -0.0030376888, -0.0048002987, 0.014578179, -0.01134616, -0.006770876, - -0.003300205, -0.0060481033, 0.0028689285, 0.03139286, 0.026210722, - 0.0054719313, 0.0001353067, 0.03046553, 0.012948533, 0.009648327, - -0.013132635, -0.0140599655, 0.0062731174, 0.011918923, 0.02259686, - -0.023578739, 0.013269007, -0.011891648, 0.0010279048, 0.01384177, - -0.028938163, 0.015505509, 0.014878198, 0.010787034, 0.013807677, - 0.01896936, -0.0005638135, -0.0012179734, 0.01643284, -0.0015120258, - -0.015096393, 0.023701474, 0.017687464, -0.03673865, -0.00929376, - 0.016801044, -0.0069549778, 0.010452922, -0.019433027, -0.01834205, - -0.0025109516, -0.02166953, -0.0057105822, 0.011789369, 0.02371511, - -0.024683353, -0.00059492333, -0.029156359, 0.0020370586, - -0.0028297214, 0.0012495095, -0.013357649, -0.03155651, -0.0017012422, - 0.016623762, 0.009607416, 0.015587333, 0.0114211645, 0.014223612, - -0.0022774143, 0.0032166773, 0.006337894, -0.009259666, -0.009648327, - -0.04342088, 0.0042684474, -0.011625723, -0.0242606, 0.0020268306, - 0.012157574, 0.027615353, -0.004172987, 0.0041320752, 0.0155464215, - -0.004517326, 0.022160469, 0.015450961, 0.030083688, 0.00743228, - 0.016841955, -0.02038763, 0.008836913, -0.04162077, 0.021001305, - -0.037284136, 0.0019177329, -0.0024632213, -0.00070103793, - -0.016746495, -0.012716699, -0.050594054, 0.0023507143, -0.011878012, - 0.017346533, 0.015191854, 0.038184192, 0.0037502332, 0.023374181, - -0.0042411727, 0.008816457, -0.0138895, -0.012382588, -0.037338685, - 0.027806275, 0.01755109, -0.03717504, 0.036465906, 0.013187184, - -0.017960208, -0.0070163454, -0.00048625184, -0.011482532, - 0.014114514, -0.016310105, -0.006920885, -0.022678683, -0.031420134, - -0.017278347, 0.020073976, 0.0026200493, -0.013378104, -0.020046702, - -0.005775359, 0.009300578, 0.01105296, 0.03897515, -0.026388004, - -0.012280309, 0.012532597, -0.015982812, 0.0032933867, 0.01159163, - 0.027547168, -0.0029268865, -0.017946571, -0.017428357, 0.0072686337, - -0.015273677, -0.0031195122, 0.02792901, 0.028038107, 0.018914813, - 0.010896132, -0.009109657, 0.029756395, -0.008611899, -0.008782364, - 0.0016262375, -0.021246776, 0.00059492333, 0.008080048, 0.014810012, - -0.013664486, -0.018642068, -0.01427816, 0.0018325003, 0.029865494, - -0.0036036333, -0.001350084, -0.019255742, -0.030165512, - -0.0016458409, 0.015410049, -0.0076163826, 0.013903137, -0.04333906, - -0.019501213, 0.03927517, -0.0017967026, 0.00581968, 0.003736596, - 0.011475714, -0.006167429, 0.02910181, 0.0028092656, 0.019828506, - -0.005175322, -0.02841995, -0.029810945, 0.009736969, 0.0094914995, - -0.001159163, 0.028256303, -0.02910181, 0.0059526428, -0.019378478, - 0.006368578, -0.011087053, -0.021219501, 0.02386512, -0.009280123, - 0.0014438397, -0.005540117, -0.015641881, -0.011878012, -0.021887725, - 0.007077713, -0.0025706145, 0.017128337, -0.014087239, 0.016991965, - 0.024656078, -0.00013509362, 0.0052707824, -0.0024768587, 0.03564767, - -0.01320082, 0.001384177, -0.004166168, 0.004691201, 0.019623948, - 0.025978887, 0.016569212, -0.0011540491, -0.031611055, -0.026633475, - 0.0130576305, -0.0057480847, -0.010991593, -0.017441994, 0.028692693, - 0.004053661, 0.020237623, -0.0043604984, -0.012307583, -0.032974776, - 0.020469455, 0.007398187, 0.012525779, 0.024683353, -0.01809658, - -0.026442554, 0.05326695, 0.001242691, 0.023319632, 0.0032490657, - -0.015028208, -0.011687091, -0.00011261354, -0.011564355, - 0.0034536237, 0.018832989, 0.02102858, -0.007023164, 0.0033939611, - 0.040284324, 0.026578926, -0.0028638144, 0.00051480473, -0.0025706145, - 0.033274796, -0.011325704, 0.0013040584, 0.009034652, -0.033383895, - 0.0109575, -0.011953016, -0.0005906617, -0.026101623, 0.010425649, - -0.009286941, 0.010848402, 0.0060412847, -0.015191854, -0.007234541, - -0.009498318, -0.0076982058, -0.004715066, -0.0082641505, 0.017960208, - -0.042138983, -0.035784043, -0.031474683, 0.013282645, 0.0138008585, - 0.0069958894, -0.01609191, 0.0009128408, 0.035620395, -0.01809658, - 0.021410422, -0.011502988, 0.005226461, -0.034474872, 0.023592375, - -0.037720527, -0.0043161777, 0.02038763, 0.0007193629, -0.03218382, - -0.01618737, 0.008973286, 0.025610683, -0.0069822525, 0.0011659816, - -0.0115711745, 0.0055332985, 0.0028501772, -0.020524003, -0.028201753, - -0.0183966, -0.0046400614, 0.002567205, 0.024874274, -0.026428916, - 0.023906032, -0.002899612, 0.011557537, 0.023210535, -0.02044218, - 0.002538226, 0.0020012609, 0.0030837145, -0.007261815, -0.023687836, - -0.025651595, -0.022160469, -0.035974964, 0.014741826, 0.028529046, - -0.0010756351, 0.017864747, -0.0016168619, 0.0084141595, 0.013978142, - -0.00081908505, -0.0007266077, 0.00035073204, 0.027219875, - -0.026497101, 0.0022705956, 0.0074459175, 0.017796561, 0.038375113, - -0.035129458, -0.0153964115, 0.010575658, -0.0377478, -0.04074799, - -0.0034502146, 0.024465157, -0.020060338, 0.004312768, 0.00008438025, - -0.0018597747, -0.014591817, 0.005335559, -0.0005702059, -0.014782737, - 0.0040093404, 0.013950868, -0.008639174, -0.012198485, -0.02904726, - -0.007507285, 0.0075345594, -0.0057344474, 0.012512142, 0.0037195494, - 0.013030356, 0.013664486, -0.012853072, 0.022774143, 0.028392674, - 0.00938922, 0.015723705, -0.033874832, -0.016828319, 0.009818792, - -0.002258663, 0.005795815, 0.008345974, 0.021969547, -0.009232393, - -0.010384737, -0.011912105, -0.035838593, 0.014196337, -0.016351016, - 0.028201753, -0.017128337, -0.0031178074, 0.010643844, 0.016050998, - -0.0022365027, -0.011427984, 0.005567392, 0.004657108, 0.0051582754, - 0.011577993, -0.014878198, -0.011380253, -0.012396226, 0.021396784, - -0.007841397, -0.025106106, 0.008911918, -0.0043059494, -0.008243694, - 0.004346861, 0.00068782683, -0.012034839, 0.0036547726, -0.007057257, - -0.0153555, 0.004629833, -0.011400709, 0.010732486, 0.0041900333, - -0.026428916, 0.0016662967, -0.020864934, -0.026210722, -0.009321034, - -0.0065356335, -0.004432094, -0.006719736, 0.21317689, -0.0182875, - 0.0012904211, 0.0018478421, -0.012778067, 0.017742012, 0.006968615, - 0.009211936, 0.010289276, 0.020892208, 0.017742012, 0.017210161, - -0.007936857, 0.0004555681, 0.0102347275, -0.018082943, -0.019569399, - -0.014346346, -0.007711843, 0.003501354, -0.0006669449, 0.006508359, - -0.01877844, -0.0047014286, 0.02586979, 0.013534932, -0.015628245, - -0.0073845503, 0.026224358, 0.0067879222, -0.004227536, -0.017987482, - -0.0051821405, -0.0127985235, -0.0065833637, 0.017128337, 0.017332897, - -0.013698579, 0.009505137, 0.0017037991, 0.008816457, -0.005168503, - -0.026715297, -0.0035149914, 0.0050491774, -0.00239674, -0.020114888, - -0.0010995002, -0.018137492, 0.009471043, -0.03237474, -0.011768914, - 0.022324115, 0.012628058, -0.011012048, -0.011339341, 0.021751352, - -0.0064776754, 0.0077050244, 0.021751352, -0.007977769, 0.010050625, - -0.00557421, 0.02640164, -0.021969547, 0.007664113, -0.0030138239, - 0.013732672, -0.019323928, 0.008591443, -8.736339e-6, -0.014455444, - -0.0062662987, -0.000897499, -0.021055855, -0.026933493, 0.015614607, - 0.011598448, 0.0188739, 0.030329159, 0.010105174, -0.0120552955, - -0.00254334, 0.015628245, -0.011393891, -0.045793757, 0.008059592, - -0.0010202338, -0.016514663, 0.007425462, -0.011768914, -0.017823836, - -0.0048105265, 0.012634876, 0.0012921258, -0.0242606, -0.00010893788, - -0.0012392816, -0.013719035, -0.0032661122, -0.025419762, 0.06338576, - 0.0013773583, 0.02171044, -0.009580141, -0.027779, -0.01217803, - 0.028583596, 0.025637958, -0.0065560895, -0.015887352, -0.035129458, - 0.005741266, -0.01393723, 0.021805901, 0.017469268, 0.019473938, - 0.0017225503, 0.003757052, -0.009573323, -0.008100504, -0.00061836233, - 0.021533158, 0.020578552, 0.0050730426, -0.0155464215, -0.026469829, - 0.003804782, -0.0017413015, -0.010671118, 0.010916588, -0.014687276, - 0.007234541, -0.021396784, 0.0061606104, -0.017469268, 0.00033602942, - -0.025760693, -0.004909396, 0.008393704, -0.0008280344, -0.014196337, - 0.013719035, 0.010180178, 0.021301325, -0.0038218286, 0.019473938, - 0.022283204, 0.0019927376, -0.021724079, 0.013337193, 0.019623948, - -0.014714551, -0.014100877, 0.011939378, -0.008502802, 0.008366429, - -0.039984304, -0.02059219, -0.018464785, -0.03414758, 0.010984774, - 0.027860824, -0.0015606084, -0.03272931, -0.018178403, -0.17379263, - 0.018205678, 0.031829253, -0.027315335, 0.025215205, -0.012341676, - 0.044348214, 0.014046328, -0.0049230335, 0.009450587, 0.03927517, - -0.0033087286, 0.010875676, -0.02386512, -0.0080050435, -0.0013492316, - 0.011339341, 0.030165512, 0.02743807, 0.012437137, 0.007179992, - -0.031420134, 0.0053389682, 0.010950681, -0.019869417, 0.004040024, - 0.0035354472, 0.03823874, 0.0039922935, -0.0130576305, -0.013234914, - -0.009893797, 0.021492245, -0.012839435, -0.009014197, 0.0001624746, - 0.010105174, -0.0102347275, 0.0017259596, 0.020714924, 0.035538573, - 0.010862039, -0.019187557, -0.0053832894, 0.0047559775, 0.022160469, - -0.0032950912, -0.021246776, 0.01501457, 0.0032661122, 0.016119184, - -0.004258219, 0.01809658, -0.0029456378, 0.0152464025, -0.036711372, - -0.0063617593, 0.0042411727, 0.0060992427, -0.017346533, -0.011312067, - -0.012546235, 0.010384737, -0.019787595, 0.011462077, -0.038620584, - -0.027015315, -0.0019228469, -0.03052008, 0.019460302, 0.012968988, - -0.0031876983, -0.019528488, -0.02049673, 0.04661199, -0.0038456938, - -0.020155799, 0.0002993794, 0.006989071, 0.020373994, -0.0007057257, - 0.0006486199, -0.012457592, -0.025515223, 0.0071868105, 0.0013032061, - -0.010132448, -0.0027802866, -0.022746868, 0.0025791377, 0.0023660562, - -0.02787446, -0.026428916, -0.015982812, 0.013118997, 0.00929376, - 0.014128151, -0.008284606, 0.01575098, -0.020414906, 0.0153964115, - 0.009702876, -0.010412011, 0.00938922, 0.04235718, -0.008796002, - -0.00086255366, 0.0079300385, 0.01849206, -0.0115711745, -0.01775565, - -0.0056151217, 0.012266672, 0.0448937, 0.008884643, 0.029701848, - 0.007745936, -0.04339361, 0.009661964, -0.004265038, 0.058367267, - -0.00787549, -0.032402016, 0.016910143, -0.018996635, -0.03095647, - -0.12142573, 0.011809825, 0.018151129, 0.026974404, 0.0355113, - 0.0010798967, -0.01080749, -0.003804782, -0.0072959084, 0.020333083, - -0.02068765, -0.02225593, 0.014591817, 0.011564355, 0.00034114337, - -0.024478795, -0.005055996, -0.030220062, -0.03638408, 0.026878944, - 0.013916775, -0.016623762, -0.007664113, 0.0093414895, 0.004807117, - 0.0025467493, -0.038320564, 0.02978367, -0.0008092833, -0.004830982, - 0.017305622, -0.0051957774, 0.02068765, -0.034065753, 0.017401082, - -0.016664673, 0.006416308, -0.028229028, -0.0021359283, -0.01467364, - -0.0063276663, 0.019323928, 0.013528114, -0.0085982615, -0.0035968146, - -0.019187557, -0.021287687, 0.018355686, -0.02391967, -0.005492387, - -0.017578365, 0.0081141405, -0.03698412, 0.0031246261, 0.013105361, - -0.026278907, 0.013419016, 0.004534373, -0.007943676, -0.014769101, - -0.018301139, -0.017482905, -0.041593496, 0.010916588, 0.011775732, - -0.016801044, -0.027274422, 0.006221978, 0.005291238, -0.02225593, - 0.006753829, 0.020837659, -0.0023268491, 0.033874832, -0.022992339, - 0.011271155, -0.015369138, -0.014550905, 0.00846189, -0.00812096, - -0.003443396, -0.002870633, 0.031774703, -0.037229586, 0.009102839, - 0.010384737, 0.017087426, -0.016010087, 0.021110404, -0.026592562, - -0.021192227, 0.03212927, 0.02743807, -0.022815054, -0.022637771, - -0.0010159722, -0.004459368, -0.005154866, -0.014810012, 0.00792322, - -0.0007943676, 0.007977769, -0.041320752, 0.028938163, 0.008523257, - 0.0009503432, 0.0029524562, -0.0129826255, 0.005301466, 0.012968988, - 0.005301466, -0.005604894, -0.028119931, 0.008645992, -0.017196523, - -0.0067811036, -0.040666167, -0.028829066, 0.007514104, -0.0051275915, - -0.0037502332, 0.008011862, 0.0039854753, 0.023551464, 0.00185807, - 0.038702406, -0.0028518818, -0.019528488, 0.0011012049, 0.008407341, - -0.0031825842, -0.019746682, 0.024915185, -0.027424432, 0.0022092282, - -0.0006494722, -0.006426536, -0.0018955724, 0.01633738, 0.015491872, - 0.008250513, 0.041211654, -0.00885055, 0.007514104, -0.00660382, - -0.035674945, -0.013466747, 0.00096142344, -0.021301325, 0.012382588, - -0.0027461934, 0.009961983, 0.009123295, 0.015614607, -0.038893327, - -0.020073976, -0.02220138, 0.012853072, 0.01148935, -0.011107509, - 0.0236742, -0.022515036, 0.04593013, 0.0046707448, 0.016814683, - -0.0068049687, 0.00015842605, -0.002205819, 0.015928263, 0.014605453, - -0.004803708, -0.012089388, -0.024328785, -0.010814309, 0.009205118, - 0.0049844007, 0.010432467, -0.00035499365, 0.01285989, 0.010105174, - 0.006201522, 0.021887725, 0.039820656, 0.0005621088, -0.02709714, - 0.03534765, 0.028256303, -0.014796374, 0.014905472, 0.025556134, - 0.0007722071, -0.0094164945, -0.0037911448, 0.022337753, -0.010950681, - 0.00606515, 0.0093414895, 0.04625742, -0.012355314, 0.02524248, - 0.022215018, 0.0033291844, 0.014810012, 0.0052844193, 0.0035422656, - -0.02029217, -0.007343638, 0.01569643, 0.015041844, -0.025706144, - -0.010071081, -0.0140599655, 0.0070845312, 0.016023723, -0.005287829, - 0.009232393, -0.009314216, 0.006058331, 0.012887165, -0.014073602, - -0.024028767, 0.00084550714, 0.019460302, 0.010746122, -0.0060719685, - 0.004817345, 0.008393704, 0.036274984, 0.005659443, 0.0104938345, - -0.0019688725, 0.007882308, 0.0008276083, -0.019010274, -0.005506024, - -0.023005975, -0.004196852, -0.023155985, -0.0035388565, 0.011066597, - -0.01276443, 0.06927703, 0.014714551, -0.012641695, 0.025883427, - 0.0006631094, -0.00022863637, 0.0077800294, -0.006293573, -0.02166953, - -0.025937976, -0.022719594, 0.0035490843, -0.019255742, -0.031038294, - -0.020564916, 0.042739023, 0.005601485, 0.007248178, 0.0037979635, - -0.028747242, 0.012280309, -0.014496356, -0.007998224, 0.006968615, - -0.008564169, -0.008666448, 0.022133194, 0.023660563, -0.003600224, - -0.019064821, 0.010262001, 0.015069119, -0.03662955, -0.014769101, - 0.0067265546, -0.005154866, -0.013091723, 0.010227908, 0.0018870492, - -0.000045652698, 0.01114842, -0.0041832146, -0.024437884, - -0.009825611, 0.0021870679, -0.002025126, -0.020524003, -0.019937603, - -0.031283762 - ], - "metadata": { - "chunkTitle": "Optimal Fitness Tools", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64044&chunkSid=chunk_127119" - }, - "document": "Andrew Huberman: It was simply meant as a template from which people could evaluate their own existing fitness program, perhaps modify it somewhat or a lot, or if you were interested in trying that specific fitness program, that you could do that. And we have provided a link both to that episode in the show note captions, but we've also provided a link to a table or chart that describes that foundational fitness program. It provides examples of different cardiovascular training and resistance type training sessions, and it describes some potential exercises and the rationale for those exercises and the rationale for selecting particular repetition ranges and rest between sets. All that information is available completely zero cost. You don't even need to sign up for anything, you simply go to the link that we provided in the show note captions, and there's a downloadable PDF there for you to explore.\n\nAndrew Huberman: Now, in addition to the solo episode that I did about optimal fitness protocols, we did a six episode guest series with Dr. Andy Galpin, who is a professor of physiology at Cal State Fullerton and a world expert in all aspects of exercise and muscle physiology. That episode described a lot of the science, and in particular, science backed tools for improving everything from long distance endurance to anaerobic capacity, strength, hypertrophy speed, power recovery, nutrition supplementationbased tools, ways to develop a year long program that will ensure you ongoing progress. In that series, Dr. Andy Galpin provided an enormous amount of valuable information, such that anyone and everyone, meaning the person who's just interested in starting a fitness program or improving their existing fitness program, or the elite athlete who's interested in improving their sprint times or their jump height or their power lifting or their marathon time could clearly benefit from some or all of the protocols that he described.\n\nAndrew Huberman: Now because that series is so extensive in terms of its depth and breadth, again providing so much value at zero cost, thanks to Dr. Andy Galpin's expertise. But at the same time, because it might be a little bit intimidating for many people out there to try and figure out which protocols to incorporate into their existing fitness regimen. I thought it would be fun and very beneficial to talk about some of the key tools that were described throughout that series that one could consider incorporating into their existing fitness routine. Now. So that's what this episode is really about. It's about the tools that I personally glean from those discussions and that I found to be of momentous value in improving both my cardiovascular fitness, my strength and hypertrophy training, my recovery, and other aspects of my overall fitness protocols. And when I say beneficial, I mean in terms of improving my cardiovascular fitness, improving my strength and hypertrophy training. And that have improved the various metrics of fitness, lifespan and health span, which include things like heart rate variability, resting heart rate, blood pressure, vo two max, as well as some of the fitness metrics that were described during that episode series with Dr. Andy Galpin, such as performance metrics.\n\nAndrew Huberman: The ability to jump a certain distance, the ability to run a certain speed or to run a certain distance at a given speed. The ability to move weights in good form for a certain number of repetitions. Again, all of the metrics of performance and health are going to vary tremendously from person to person, depending on where you're starting, how long you've been training, and other aspects of your health. The tools described in today's episode are designed for everybody. Again, these are simple tools that you can put into your existing routine that should really move the needle forward in terms of improving your overall levels of fitness and health." - }, - "truncated_cells": [] - }, - { - "row_idx": 75, - "row": { - "id": "chunk_127135", - "embedding": [ - -0.018791977, 0.015439164, 0.016858703, -0.006229067, -0.0008863662, - 0.017872658, -0.010916922, -0.041071963, 0.003677279, -0.024091586, - 0.0041741175, 0.022780202, 0.023888795, 0.014181859, 0.0064521376, - -0.030445708, 0.038854778, 0.00007403988, 0.021266028, -0.015804188, - 0.0028373857, -0.0067123864, -0.005793066, 0.0021445162, -0.025659837, - 0.012309421, 0.02238814, 0.0017355541, 0.014181859, -0.031797647, - 0.014290014, -0.015547319, -0.0069117974, -0.0201304, -0.0028390756, - -0.037340607, -0.013519408, -0.008158963, 0.029093767, -0.02809333, - 0.007962932, 0.0034880072, -0.02356433, 0.021428263, -0.019062366, - -0.0040558223, -0.014600961, -0.044424776, 0.0018318798, 0.025254255, - 0.020522462, -0.007719582, -0.03725949, 0.01761579, 0.0047993897, - -0.013668122, -0.0065704323, 0.023699522, 0.02513258, -0.012998911, - -0.0013840494, -0.006343982, -0.001346871, 0.019657219, 0.0067259055, - -0.0012843438, -0.007726342, -0.0017778022, 0.0025872767, - -0.0053334064, 0.03423114, 0.020346709, 0.0031855106, 0.012059312, - 0.050373316, -0.004295792, -0.00066329597, -0.00982185, 0.008584824, - -0.0026548738, 0.0040085046, -0.019157002, -0.016047537, 0.03039163, - 0.034582645, -0.017047973, -0.004089621, 0.0004499428, -0.0026582535, - -0.01188356, 0.029769737, 0.016845183, 0.020955082, 0.016845183, - -0.013580246, 0.025713915, -0.014519844, 0.0027326103, 0.0057051904, - -0.01780506, -0.012302661, 0.01620977, -0.030310513, -0.009477105, - -0.040071525, -0.010720891, -0.0023709661, -0.011822723, 0.0070436117, - -0.02056302, -0.0057558883, 0.026160056, -0.010092238, -0.037773225, - 0.021198433, -0.0014905147, 0.024199741, -0.010592456, -0.015560839, - -0.032365464, 0.02260445, -0.008307677, 0.028904496, -0.013012431, - 0.0017355541, -0.016344965, -0.035745315, -0.010653294, 0.008625383, - -0.020265592, 0.012674445, 0.012187746, 0.025267774, 0.007631706, - -0.0118768, 0.031689495, 0.002832316, -0.016507197, -0.020982122, - -0.02855299, 0.008476669, 0.00039945627, -0.032744005, -0.013668122, - -0.016088096, 0.021225471, 0.027295684, 0.018467512, 0.0017794921, - -0.0018014611, 0.001987353, -0.032176193, -0.011964676, -0.01780506, - 0.01576363, 0.010382906, -0.0094838645, 0.011498257, -0.014006107, - -0.009808331, 0.026471002, 0.0044174665, 0.0117416065, 0.01850807, - -0.009930005, 0.009564982, 0.019697778, -0.0034913872, 0.0044140867, - -0.02077933, -0.0019772134, 0.010950721, -0.024132144, 0.009706935, - 0.00055007095, 0.021360666, 0.0064724167, -0.0010494441, -0.007820978, - -0.03377148, 0.02033319, 0.025903186, 0.040990844, 0.0156013975, - -0.003815853, 0.013674881, 0.035447888, -0.022225907, -0.0070030536, - -0.009679897, -0.014641519, 0.017264284, -0.005732229, -0.026241172, - -0.64806634, -0.0011246458, -0.00055640814, -0.02513258, 0.038692545, - 0.005779547, 0.0148443105, -0.007280201, -0.019657219, 0.037827305, - 0.0014981194, -0.00027038818, 0.008564545, -0.011505016, 0.0024301137, - -0.019346273, -0.008206281, 0.0077128224, 0.009314872, -0.0029810295, - -0.032987356, 0.0071179685, 0.005620694, 0.035312694, 0.010105758, - 0.0079832105, 0.013512649, 0.008699739, 0.018805496, 0.022212388, - -0.0017642828, 0.015547319, 0.025173139, 0.0031229833, 0.062675975, - -0.024483649, -0.007374837, 0.028580029, 0.014749674, 0.023185786, - -0.0063811606, -0.004295792, 0.018007852, -0.0077939387, 0.014695597, - 0.01166725, -0.0042180554, -0.022496296, 0.01622329, -0.011011558, - 0.009118841, -0.0031179136, -0.003334224, 0.022320542, 0.03658352, - -0.0102274325, -0.0011618241, -0.014668558, 0.01029503, 0.0065670526, - 0.018589186, 0.014979504, -0.00753707, -0.026579157, -0.033365898, - 0.022239426, -0.012404057, -0.019008288, -0.015952902, -0.0095987795, - 0.020076321, 0.014587441, -0.002448703, -0.0002887661, 0.000048242106, - 0.0148443105, -0.0027545795, 0.02763367, -0.004390428, 0.022212388, - 0.002468982, 0.013681641, -0.026335808, -0.020684695, 0.0328792, - -0.00040051248, -0.022739645, -0.0078074583, -0.023577848, - 0.014911908, -0.020157438, 0.0073072403, 0.005370585, -0.021401223, - 0.008077847, 0.015276931, -0.008990406, -0.020468384, 0.010950721, - -0.007841256, -0.002102268, 0.006604231, -0.007814218, 0.009916486, - -0.010646534, 0.018372877, -0.026322288, 0.0032733867, 0.01761579, - -0.009510904, 0.0069962936, -0.013654603, -0.00072540075, 0.013952029, - 0.0089836465, -0.022442218, 0.0379625, -0.00006875887, -0.010382906, - -0.010078719, 0.019292196, -0.025416488, -0.006665068, -0.014993024, - -0.0043329704, 0.015371568, 0.00020743842, -0.015628437, - -0.0052894684, -0.009064763, -0.005897842, -0.007956171, 0.010153076, - -0.0064318585, 0.011153512, 0.0037820544, 0.013688401, 0.022036636, - 0.010923682, -0.021536417, -0.040044487, -0.02353729, 0.009646098, - -0.0122283045, -0.008280638, -0.027363282, -0.03842216, -0.004180877, - 0.00890253, 0.008814654, -0.0026024862, -0.0051745535, 0.0070030536, - 0.012160708, -0.0026768427, -0.0054483213, -0.022063674, -0.02402399, - -0.046479724, -0.0010959171, 0.003173681, 0.011477978, -0.004961623, - -0.01642608, -0.028958572, -0.018602706, 0.0034913872, 0.029850854, - -0.007706063, -0.040341914, 0.021225471, -0.006556913, -0.007969691, - 0.001874128, 0.023496732, -0.012512213, -0.015182296, 0.0023405475, - -0.016561275, -0.009051244, -0.002490951, -0.0007338504, -0.013505889, - -0.0054010036, 0.01941387, 0.0054010036, 0.018616226, -0.018251201, - -0.021860883, 0.030797211, -0.002649804, 0.014925427, -0.0058910823, - 0.003565744, -0.0025754473, 0.00869298, -0.030797211, -0.00456956, - 0.013066508, 0.0062223077, 0.008267119, -0.010822286, 0.030310513, - -0.016642392, 0.020928044, -0.0064825565, -0.00035340578, - -0.014452248, 0.029796775, 0.009206717, -0.0060397955, -0.0027545795, - 0.0017152749, -0.01784562, -0.03174357, 0.01852159, 0.0029810295, - 0.045776717, 0.008605103, 0.012951593, 0.014965985, -0.008963368, - 0.028904496, -0.01642608, -0.041099, -0.002401385, -0.0005733074, - 0.009517663, 0.0033984412, -0.011031837, 0.016304407, 0.0062696254, - 0.0090985615, -0.0030198977, 0.007895335, 0.008645661, 0.0025720673, - -0.0025568581, 0.03247362, 0.026416924, 0.0009945214, -0.011052116, - -0.005181313, -0.015641956, 0.03131095, 0.02287484, 0.040341914, - -0.014790232, -0.013147624, 0.0027021917, -0.00042438268, 0.011511777, - -0.019062366, 0.011734846, 0.0040186443, -0.013194943, -0.00016519027, - -0.015696034, 0.020346709, 0.031797647, -0.013445051, 0.024172703, - 0.01895421, -0.008510468, 0.02307763, -0.0012006925, -0.00937571, - -0.004363389, -0.024781076, 0.0017068253, -0.00027588042, 0.007172046, - -0.0058606635, -0.030824251, 0.036637597, 0.008659181, -0.007151767, - 0.0022070433, 0.0054246625, 0.006012757, 0.0054550814, -0.02146882, - 0.0055361977, -0.00070089684, -0.020887487, -0.011680769, -0.01715613, - 0.0066785878, -0.0120998705, 0.0006261176, -0.021996077, 0.02947231, - -0.019603143, 0.009091802, -0.0068408204, -0.0070233326, 0.021887923, - 0.0032057897, 0.034555607, 0.0067529446, -0.008632142, 0.026849546, - -0.0079832105, -0.0114712175, 0.02283428, 0.020738773, -0.023861755, - -0.01118731, 0.009416268, -0.020873966, 0.009118841, -0.0047385525, - -0.006901658, -0.0076384656, 0.0155878775, 0.010261231, -0.018210642, - -0.014344092, 0.04312691, 0.0049244445, -0.0196437, -0.013194943, - -0.0055463375, -0.021779766, 0.0851182, 0.008571304, -0.01280964, - 0.027795903, -0.024808114, 0.00093537406, -0.014181859, -0.031635415, - 0.027566073, -0.010795248, -0.0062020286, 0.013897952, 0.03152726, - -0.0006924472, 0.0012387158, 0.0026650133, 0.0089836465, -0.02379416, - -0.036232013, -0.0047858707, -0.01073441, -0.006080354, 0.012883996, - 0.049913656, 0.0079832105, 0.022401659, 0.041964244, 0.020197997, - 0.023672484, -0.017142609, -0.0025061604, 0.020062802, 0.012153948, - 0.024605323, -0.024510687, 0.022496296, -0.0016020499, 0.0039442875, - 0.007976451, -0.009733974, 0.0106127355, 0.026606195, 0.011815962, - -0.0011998474, 0.0019096164, -0.003317325, -0.01188356, 0.017764503, - -0.004823049, -0.009564982, 0.004380288, 0.0030435568, -0.01986001, - -0.020414306, 0.030445708, -0.0024047648, -0.0076655047, -0.012742043, - -0.018778458, -0.013803316, -0.020211516, -0.011957916, 0.006195269, - -0.008077847, -0.026700832, -0.0082400795, -0.0052421507, -0.01665591, - -0.028363718, -0.021225471, -0.014114263, -0.036962062, -0.016845183, - 0.007868296, 0.019467948, 0.009625819, 0.028363718, 0.011849761, - -0.0024757416, -0.0038496514, -0.008084606, -0.021887923, - -0.011464458, -0.026849546, -0.00031686114, 0.004728413, - -0.0011288706, -0.0061107725, 0.011248148, 0.0051103365, 0.0058843223, - -0.0082198, 0.01895421, -0.0053570657, 0.023266902, 0.0338526, - 0.041477546, 0.004816289, 0.026160056, -0.0061716097, 0.010119277, - -0.033447016, -0.0006992069, -0.01852159, 0.018143047, -0.0076925433, - 0.011734846, -0.014222418, -0.0018386395, -0.023442654, 0.028174447, - -0.01941387, 0.00061217573, 0.02630877, 0.030770173, 0.03012124, - 0.016831663, 0.013309858, -0.017412998, -0.030202359, 0.014979504, - -0.031202795, 0.02741736, 0.021117317, -0.023320979, -0.004586459, - -0.009450067, -0.023402095, -0.0064825565, 0.019129964, -0.029553426, - 0.029499348, 0.008044048, -0.032554734, -0.022942435, -0.015371568, - -0.014776713, 0.006458897, 0.0123432195, -0.017737463, -0.019657219, - -0.0013265919, 0.0018470892, 0.008564545, 0.04134235, -0.019603143, - -0.0012201266, -0.0026092457, -0.015682513, 0.0008703119, - -0.015871786, -0.0062899045, -0.023496732, 0.008253599, -0.020481903, - -0.027390322, -0.0045357617, -0.02421326, 0.019954646, 0.0141007425, - 0.010024642, 0.009517663, -0.0023016792, 0.037827305, -0.019143483, - -0.013526168, -0.001003816, -0.010889883, -0.0155878775, 0.025903186, - 0.01642608, -0.0034001311, -0.011680769, -0.0055666165, 0.01141714, - 0.011761885, -0.014303534, -0.0036941783, -0.015276931, -0.039449632, - -0.007719582, 0.022009596, 0.009456826, 0.0071382476, -0.039314438, - -0.0007727187, 0.02398343, -0.012816399, 0.012431096, -0.010950721, - 0.0015978251, -0.008638902, 0.020576539, 0.009706935, 0.026606195, - -0.021333626, -0.016128654, -0.021658093, -0.019751856, 0.0029539906, - 0.008186001, 0.013742479, -0.010409945, 0.0054348023, -0.01917052, - -0.010802007, -0.0042146756, -0.004204536, -0.007428915, 0.014425209, - -0.0074086357, 0.0010578937, 0.0052184914, -0.0063642613, - -0.009085042, 0.022117753, 0.005603795, 0.028066292, -0.025943745, - -0.004461405, 0.015655475, -0.00846315, 0.0005766873, 0.019576102, - 0.051130403, -0.008530746, -0.016182732, -0.024416052, -0.014181859, - 0.018589186, 0.006898278, 0.01278936, -0.028580029, -0.008172482, - -0.03244658, 0.017750982, 0.006191889, -0.025997821, -0.018575666, - 0.019481467, -0.020116879, 0.024294376, -0.02081989, -0.011559094, - -0.030932406, 0.0042146756, -0.014357612, 0.0043498697, -0.004005125, - -0.024267338, 0.008409072, 0.030472746, -0.0050900574, 0.011991715, - 0.0030503166, 0.009477105, -0.013816835, 0.01483079, -0.03333886, - -0.007591148, 0.016277367, 0.010592456, -0.009977323, -0.009260795, - 0.031175755, 0.013445051, -0.011518536, 0.004843328, -0.011315744, - 0.033636287, -0.007591148, -0.009402748, -0.024483649, -0.027430879, - 0.0073275194, -0.026227651, 0.000091361624, -0.003744876, 0.03563716, - 0.015452684, 0.031851728, 0.03704318, -0.0328792, -0.00914588, - -0.0068002623, 0.00069286965, -0.0070976894, 0.009571741, - 0.0041639777, -0.03431226, -0.021658093, -0.006709006, -0.0045154826, - 0.018372877, -0.014965985, -0.012032273, -0.014330572, 0.020306151, - -0.026822506, 0.033257745, -0.011579373, 0.016682949, -0.007428915, - 0.037556916, -0.023915833, -0.008172482, 0.0077669, -0.01784562, - -0.010349107, 0.007131488, 0.012579809, 0.014276495, -0.0007913079, - 0.009713694, 0.0074424343, 0.022442218, 0.002533199, -0.0061716097, - -0.021455301, -0.019143483, -0.009788051, -0.002538269, 0.031013522, - -0.023172265, 0.007334279, -0.016872222, 0.030094203, 0.015925864, - -0.01898125, -0.012424336, -0.012694724, 0.0005183848, 0.011390101, - -0.011126473, -0.0046270173, 0.015141738, -0.042775407, 0.024632363, - 0.0070436117, 0.0011559094, -0.0057694074, 0.008774096, 0.009862408, - -0.021090277, -0.026808986, -0.003859791, 0.009564982, 0.0047419323, - -0.0067732236, 0.0013612354, -0.004870367, 0.022753164, 0.04593895, - -0.037583955, -0.016399043, 0.019346273, -0.02536241, -0.011403621, - -0.0033004256, 0.027011778, -0.0070976894, -0.015033582, - -0.0007190635, 0.01826472, -0.01347885, 0.005867423, -0.00010910585, - -0.005620694, 0.019305715, 0.01370868, -0.030067164, -0.008098125, - -0.031446144, 0.0032953557, 0.010058439, -0.021157874, -0.0025686875, - 0.017264284, -0.006144571, 0.004231575, 0.022955956, 0.009679897, - 0.01349913, 0.0029185023, 0.0020650895, -0.018562147, -0.0022577413, - 0.02809333, 0.0119849555, -0.009531183, 0.012816399, 0.018602706, - -0.0067968825, -0.014181859, -0.011180551, -0.014006107, 0.0109709995, - -0.01530397, 0.013370695, -0.0035725036, -0.033068474, 0.02031967, - -0.007381597, -0.02031967, -0.021671612, 0.0013519408, -0.0024199742, - 0.019129964, 0.030094203, -0.0062020286, -0.01325578, -0.0012142118, - 0.014803752, 0.013431532, 0.0033697125, -0.0070571313, -0.0009776222, - -0.010491061, 0.0103693865, 0.02966158, -0.015439164, -0.008267119, - -0.021211952, -0.0009784672, 0.003449139, -0.0069422163, -0.013526168, - -0.03244658, 0.019724816, -0.0046303975, -0.027092895, -0.008017009, - -0.014993024, -0.0029877892, -0.0039476673, 0.012458134, 0.1878657, - 0.0004121307, -0.004721653, 0.009666377, -0.0026092457, -0.0030553862, - 0.01944091, 0.00526243, -0.01303947, 0.008145443, 0.016534237, - -0.005877563, -0.022631489, -0.0030249676, -0.0015936003, - -0.012883996, -0.035015266, -0.0136140445, -0.022969475, 0.0009886067, - 0.009679897, -0.03612386, -0.019954646, -0.013593765, 0.0156013975, - 0.009957044, -0.020454865, -0.0047858707, 0.019467948, -0.013458571, - -0.014803752, 0.016804624, -0.01004492, 0.01348561, -0.024037508, - 0.015412126, 0.025862629, -0.019927608, 0.0014431968, 0.004363389, - 0.019697778, 0.0077533806, -0.0028238664, 0.010849325, -0.013120586, - 0.01165373, -0.01711557, -0.0026548738, 0.010186874, -0.003920628, - -0.024618842, 0.0123297, 0.006100633, 0.036935024, 0.013451811, - 0.004461405, 0.007124728, 0.004701374, 0.00936895, 0.02879634, - -0.01164697, 0.019427389, 0.008395553, 0.024105106, -0.017778022, - 0.019197559, -0.004542521, 0.0068644797, -0.0297427, -0.00502246, - -0.009936765, -0.011964676, -0.01849455, -0.0065163546, -0.03752988, - 0.0073072403, 0.018386396, 0.030094203, 0.016818143, 0.032041, - -0.02260445, -0.0036502401, -0.011200829, -0.024091586, 0.014817271, - -0.027079375, -0.0036502401, 0.0075979074, -0.013262539, 0.017683387, - -0.0024537726, -0.011525296, -0.01761579, -0.011281946, 0.024091586, - -0.035961624, -0.007746621, -0.0055361977, -0.022361102, 0.0029354016, - -0.0072126044, 0.046696037, 0.006418339, 0.005779547, 0.0034778677, - -0.017561711, -0.014506325, 0.028931534, 0.027201049, 0.011768645, - 0.0025534783, -0.020252073, -0.00031432623, -0.014641519, - 0.0126000885, 0.008618623, 0.026214132, -0.005012321, -0.008098125, - -0.009064763, 0.004640537, -0.00050359796, 0.018805496, 0.023780638, - 0.014776713, 0.000479939, -0.036637597, 0.005461841, -0.002038051, - -0.017669866, 0.027295684, -0.017683387, -7.1689833e-6, -0.027322724, - -0.017723944, -0.0043295906, 0.0025872767, -0.016872222, 0.0134720905, - -0.014222418, -0.00024313811, -0.0062763854, -0.0064555174, - 0.018197123, 0.027484957, -0.018589186, 0.009848889, 0.0233345, - -0.0008293312, -0.007915613, -0.020630617, 0.0053841043, -0.010213913, - -0.022753164, -0.010139557, -0.015898824, -0.030499784, -0.0052049723, - 0.0015572668, 0.0060465555, -0.01004492, -0.0064825565, -0.0018876474, - -0.0127285225, -0.025903186, -0.02425382, -0.17164241, 0.018116007, - 0.04961623, -0.042775407, 0.026011342, 0.0052590496, 0.015628437, - 0.014776713, -0.014276495, 0.023604887, 0.012654166, 0.016412562, - -0.0071923253, -0.0073680775, -0.005897842, -0.019711297, 0.01780506, - 0.024875712, 0.02718753, 0.00028264013, 0.02490275, -0.030229397, - 0.012282383, -0.0011770335, -0.0045560407, 0.013816835, 0.0053097475, - 0.028904496, -0.0013130725, -0.009733974, -0.02630877, -0.0017287943, - 0.028850418, -0.003474488, 0.009801571, -0.012478414, 0.0027275407, - -0.03431226, -0.0025230595, 0.03520454, 0.029959008, -0.0041234195, - -0.019778894, -0.012911035, -0.018453993, -0.00048754367, - 0.0032091695, -0.0012006925, -0.002330408, -0.006803642, -0.010166595, - -0.006343982, -0.012377018, 0.008868732, 0.00024292686, -0.04072046, - 0.0065907114, 0.006719146, -0.0196437, -0.0196437, 0.007063891, - -0.032608815, 0.028850418, 0.019116443, 0.0062966645, -0.0064825565, - 0.0055632363, -0.00045839243, -0.0155338, 0.018791977, -0.0020448104, - -0.013755998, -0.006556913, -0.007124728, 0.012836678, 0.012390538, - -0.0032074796, 0.005968819, 0.004069342, 0.01852159, -0.007469473, - 0.022509815, -0.01073441, -0.011863281, -0.0021073378, 0.01074117, - -0.020238554, -0.004586459, -0.02425382, 0.023037072, 0.028688185, - -0.024186222, -0.0033646428, 0.00913912, 0.008787615, -0.010565418, - 0.027566073, -0.016561275, 0.016412562, -0.0006125982, 0.012424336, - 0.0056105545, 0.009720455, 0.010808767, 0.007401876, -0.0009463586, - 0.0072531626, -0.0005052879, 0.043424338, -0.021617534, -0.01096424, - 0.007929133, 0.01804841, 0.03717837, 0.010024642, 0.032798085, - 0.01416834, -0.02511906, 0.00892281, -0.003727977, 0.045641523, - -0.027795903, -0.021103796, 0.018656783, -0.020928044, -0.0323925, - -0.1387632, -0.01620977, 0.022672048, 0.04134235, 0.014952466, - -0.014533364, -0.011870041, 0.0090985615, -0.018629745, 0.033365898, - 0.0061851293, -0.009619059, -0.00055387325, 0.021428263, 0.009179678, - 0.0025686875, 0.010315308, -0.029986048, -0.013086787, 0.0269577, - -0.00023088614, 0.0024554625, 0.020982122, 0.0043025515, -0.011011558, - -0.023158746, -0.032987356, 0.014330572, 0.017169649, -0.003405201, - 0.0037583956, -0.009950285, 0.01646664, -0.025903186, 0.011613172, - 0.012018754, 0.008584824, -0.025470566, 0.025673356, 0.0027714786, - -0.0013519408, -0.0025163, 0.026430443, 0.010687092, -0.0074829925, - -0.017953774, -0.024348455, 0.026700832, -0.0017456936, -0.017169649, - -0.039665945, 0.00616485, -0.04301876, -0.010031401, 0.017980812, - -0.024551246, 0.019481467, 0.015939383, -0.021549936, -0.0066616884, - 0.010943961, -0.0041538384, -0.033744443, 0.016399043, 0.029499348, - -0.024186222, 0.0075235507, -0.015871786, 0.0062493463, 0.004752072, - -0.013309858, 0.030959444, 0.002832316, 0.02628173, -0.025416488, - -0.003515046, -0.0052489103, -0.036853906, 0.009199957, -0.005292848, - 0.0027055715, -0.0044681644, -0.010024642, -0.031716533, 0.003515046, - -0.005982338, 0.011477978, -0.017440036, 0.004667576, -0.04958919, - -0.028120369, 0.043316185, 0.017223727, 0.0010494441, 0.008071086, - 0.007469473, -0.017899696, -0.01715613, -0.02146882, 0.015641956, - -0.0064284788, -0.008179242, -0.023280421, -0.004065962, 0.009497385, - 0.000890591, 0.0008931259, -0.0066414094, 0.014438728, 0.011308985, - -0.0073275194, 0.0035015268, -0.023834717, 0.010166595, 0.0065873316, - -0.024848672, -0.006492696, -0.03158134, 0.0086727, -0.014952466, - -0.004826429, -0.0030435568, 0.004069342, 0.020901006, -0.0052489103, - 0.024808114, -0.01579067, -0.016682949, 0.0020836787, 0.0056713917, - -0.027079375, -0.006715766, 0.0012589949, -0.023658965, -0.0052691894, - -0.0013451811, -0.041720893, 0.004211296, 0.0054686004, 0.01302595, - 0.0012953283, 0.016912779, -0.009105321, -0.016344965, -0.024078066, - -0.02603838, -0.00024841912, 0.013776277, -0.01827824, 0.016777586, - 0.00799673, -0.0022222528, 0.012985392, 0.0051103365, -0.017710425, - -0.0228478, -0.01941387, 0.008179242, -0.0047351727, 0.00982185, - -0.0071923253, -0.035366774, 0.034393374, 0.010159835, 0.030094203, - -0.008503708, 0.0069084177, 0.0042484743, 0.011065636, -0.016290886, - 0.008652422, -0.019738335, -0.028769301, 0.001117886, 0.016317926, - 0.020671176, 0.019129964, -0.008017009, 0.012072831, 0.003724597, - 0.017318362, 0.024389012, 0.033690367, 0.0054043834, -0.028850418, - 0.0038259926, 0.044668123, 0.00024820789, -0.0089836465, 0.03520454, - 0.0016949958, 0.013438292, 0.012978632, 0.012532491, -0.0032378982, - -0.015006543, 0.020387268, 0.01120759, -0.007706063, 0.010247711, - 0.013107066, 0.00036798138, 0.0022121132, 0.018237682, -0.0025889666, - -0.033501092, -0.0067225257, -0.0006485091, 0.0047453125, - -0.025727434, -0.038773663, -0.0118768, 0.0064521376, 0.017723944, - -0.029201921, 0.0040625823, -0.006191889, 0.034934152, -0.027904058, - -0.011572613, -0.025497604, 0.0138573935, 0.0012361809, 0.022793723, - 0.009463586, 0.00053148175, -0.009213476, 0.006715766, 0.014384651, - -0.001006351, 0.008699739, 0.036042742, 0.0064318585, 0.000017136907, - -0.04404623, -0.022117753, 0.003106084, -0.04209944, 0.01597994, - -0.006644789, 0.0042079156, 0.061269958, 0.008976887, -0.013654603, - 0.0119849555, 0.0057254694, 0.007935893, 0.0024419432, 0.02172569, - -0.012924555, -0.026471002, 0.0141007425, -0.01849455, 0.007719582, - -0.0024402533, -0.005843764, 0.04842652, -0.01688574, 0.0014355922, - 0.024524206, -0.010267991, 0.029066728, -0.025484085, 0.0026531839, - -0.013641083, -0.01097776, -0.008882252, 0.03561012, -0.006779983, - -0.019035326, -0.014587441, 0.008970127, 0.01577715, -0.05272569, - -0.011430659, 0.007009813, 0.0001036664, -0.006583952, -0.0047622113, - -0.008591584, 0.0169263, 0.009017445, -0.0038733105, -0.043938078, - -0.026822506, -0.013924991, 0.0008496103, 0.0106127355, 0.00021324753, - -0.032906238 - ], - "metadata": { - "chunkTitle": "Enhancing Fitness with Breathing", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64051&chunkSid=chunk_127135" - }, - "document": "Andrew Huberman: The next category of tool to improve your fitness relates to breathing or respiration. Now, breathing and respiration is an enormous topic in and of itself. In fact, I did an entire episode on breathing and respiration, and this is a topic that my laboratory works on extensively as it relates to anxiety control and some other aspects of mental health, as well as to physical performance. For today's discussion, I want to just review a few tools that one can incorporate both into workouts and around workouts that can greatly enhance fitness and recovery. The first one is the type of respiration tool that you use between sets of exercise. And again, here we're talking about resistance training, but we could just as easily be talking about rest between rounds of, say, high intensity interval training. So, for instance, between bouts of sprinting on the track or the bike or the treadmill or the rower.\n\nAndrew Huberman: A great pattern of breathing to incorporate during rest between sets is something that I've talked about before in other contexts, which is the physiological sigh. The physiological sigh is a deep inhale through the nose to maximally or near maximally inflate your lungs. And then a second, very brief inhale. And it's necessarily brief because your lungs are already pretty full to maximally inflate your lungs and to make sure that any of the little sacs, the little avioli of your lungs that have collapsed during the exercise exertion will reinflate and then a long exhale until lungs empty. So I'll demonstrate it right now, as I've done many times before. But if you haven't seen it or heard it before, it's two inhales followed by an extended exhale. And it goes like this. You'll notice that the inhales were through the nose and the exhale was through the mouth. That's the ideal way to do it for a number of reasons.\n\nAndrew Huberman: Check out the episode that I did on respiration physiology, aka breathing, if you want more details on why that is. But two inhales through the nose and a long, extended exhale through the mouth. The so called physiological side, not named by Me but rather named by Physiologists in the 1930s, is, as far as we know, the fastest way to shift your nervous system from so called sympathetic drive to more parasympathetic drive, from a state of greater alertness to a state of greater calm. Now, the reason to do this between sets of resistance training is that the more that you can shift yourself from sympathetic drive to parasympathetic drive, that is, from alert to calm in between sets, the more energy and focus you can devote to exertion during your work sets. So one way to do this that's very convenient and very effective is to consider the last repetition of your set, a physiological PSI, which is not to say, okay, I want to be very clear, which is not to say that you should do the physiological PSI during your set." - }, - "truncated_cells": [] - }, - { - "row_idx": 76, - "row": { - "id": "chunk_127131", - "embedding": [ - -0.027104387, 0.006597343, 0.025568428, -0.0038266575, -0.02419136, - 0.000027697544, -0.0037472113, -0.049600895, -0.001574855, - -0.020272017, 0.013929563, 0.025144715, -0.024005987, 0.006186871, - -0.01195665, -0.021079719, 0.049230147, 0.010718614, 0.008540464, - -0.04025273, -0.0069382996, -0.0065013454, -0.0016567839, - -0.007944617, -0.0049587656, 0.020828139, 0.01570386, -0.0035651473, - 0.01015587, -0.012420086, 0.02301291, 0.00424706, -0.0069978843, - -0.009440854, -0.011671968, 0.0007597041, -0.0013778947, -0.01414142, - 0.028044501, -0.011950029, 0.021463709, -0.00026130344, -0.030189548, - 0.019252457, -0.016101092, -0.00062977645, -0.018683093, -0.028971372, - 0.0018918121, 0.015319871, 0.011652106, 0.0011867273, -0.036995437, - -0.00028716482, -0.0061305966, 0.01016911, -0.03087808, 0.009189274, - -0.0027458584, -0.0040087216, 0.0036876267, 0.028865444, -0.010599445, - 0.007726141, 0.0022278032, 0.018457996, -0.004141132, -0.011797757, - -0.0066205147, 0.014366517, 0.007560628, 0.020867862, 0.010136008, - 0.00991091, 0.032308113, -0.006716512, -0.0032887408, 0.0072362227, - 0.0123803625, 0.0017858839, 0.004693945, -0.021318058, -0.013929563, - 0.025436018, 0.021953627, -0.02958046, 0.003280465, -0.010235316, - -0.016922036, 0.0017676775, 0.0008056339, 0.008712597, 0.010447172, - 0.009315064, -0.018113729, 0.03254645, -0.04388077, -0.00090866565, - -0.013638261, 0.016551288, -0.008911213, 0.015637657, -0.01595544, - -0.0105398595, -0.02432377, 0.0026465508, -0.00033868072, - -0.011711691, -0.001523546, -0.021768253, -0.0077857254, 0.028653588, - -0.019173011, -0.03755156, 0.0022973185, -0.009924152, 0.018881708, - -0.032493487, -0.0055645425, -0.025753802, 0.02791209, 0.016975, - 0.02119889, 0.011738173, 0.011559418, -0.012168506, -0.0014896159, - 0.017133892, 0.010361105, -0.036810063, 0.00514414, -0.010016839, - 0.01968941, 0.0061041145, -0.02468128, 0.015730344, -0.008242541, - -0.006365625, -0.025250643, -0.025409536, 0.022364099, 0.016908795, - -0.02560815, -0.0126650445, -0.0185242, 0.016922036, 0.032255147, - 0.022681884, 0.012916625, 0.003368187, 0.01106288, 0.004448986, - -0.009824844, -0.01414142, 0.019623205, 0.003704178, -0.03140772, - 0.0027541341, -0.03185792, -0.0022956636, 0.028521178, -0.020828139, - 0.009990357, -0.015200702, -0.0018322275, 0.023847094, 0.0023850405, - -0.008547084, 0.025767043, 0.01864337, 0.009328306, 0.0180078, - -0.03585671, 0.012962968, 0.0058558453, 0.026151033, -0.014379758, - 0.012910004, -0.017928354, -0.03228163, 0.02572732, 0.02250975, - 0.040305693, 0.015280148, -0.012228091, -0.002365179, 0.026415855, - 0.0047138063, 0.008116751, -0.008964177, -0.010586203, 0.016524805, - -0.008355089, -0.0052004145, -0.6512468, 0.017306026, 0.014551892, - -0.029130265, 0.018789021, 0.0032870856, 0.015650896, 0.0014209279, - -0.033526286, 0.016233502, 0.012400224, -0.010579582, 0.017080927, - -0.005763158, -0.0027839264, -0.014962363, 0.014750507, -0.0035717678, - 0.007726141, 0.0114932135, -0.036863025, 0.027673751, 0.0029775766, - -0.0015334768, 0.033261467, 0.018100487, -0.019318663, -0.027024942, - 0.005581094, 0.004485399, -0.00093349256, 0.013088758, 0.018100487, - 0.029527497, 0.05841942, -0.02559491, -0.0264953, 0.028468214, - -0.005538061, 0.045999337, -0.01259884, -0.0057697785, 0.010844403, - 0.0011263151, -0.0051275888, 0.0022559403, 0.019345144, 0.0062861787, - 0.006077633, -0.005322894, 0.02032498, -0.022906981, 0.0005035729, - -0.017226579, 0.0019000877, -0.004538363, 0.018338826, -0.013704466, - 0.0044191936, 0.020603042, 0.012049337, 0.023847094, -0.038637325, - -0.025952417, -0.032334596, 0.01814021, 0.00031240555, 0.009626228, - 0.02997769, -0.027276522, -0.0014391344, 0.010817921, -0.0117447935, - -0.013704466, 0.03405593, 0.017716497, -0.002481038, -0.011122465, - -0.016551288, 0.019464314, 0.007421597, 0.012016234, -0.015849512, - 0.000079187565, 0.01657777, 0.009612988, -0.042344812, -0.006200112, - -0.015253666, -0.0017047826, 0.0010965228, 0.0024529006, -0.012857039, - -0.037631005, -0.011069501, 0.0059816353, -0.021715289, 0.0060014967, - -0.0019017429, -0.009824844, -0.03625394, 0.041073672, 0.020364704, - 0.011235014, -0.0014383069, 0.015584691, -0.012241332, 0.014856435, - 0.017094169, -0.023198284, 0.00066039636, -0.021079719, 0.0027557893, - -0.009407751, -0.005432132, -0.023463104, 0.012910004, -0.010778198, - -0.012241332, -0.026270203, 0.0033086024, -0.00694492, 0.023171801, - -0.015015327, 0.0033665318, 0.016246744, 0.0026068278, -0.005812812, - -0.006971402, -0.026071588, -0.011519696, -0.0035022523, 0.013075517, - -0.00424375, 0.014048733, 0.01839179, 0.00011782447, 0.008864869, - -0.0027872368, -0.025303608, -0.010956952, -0.010903988, 0.0043761604, - -0.027064664, -0.0077989665, -0.03898159, -0.03228163, -0.0102551775, - 0.0065576197, -0.021953627, -0.0017064377, -0.004750219, -0.022152243, - 0.013558814, -0.00071625697, -0.0114932135, 0.003073574, -0.049812753, - -0.020735452, 0.0029130266, 0.00125376, -0.00591543, 0.003833278, - 0.0079711, -0.010798059, -0.005892258, 0.0012322433, 0.00951368, - -0.0042867833, -0.03548596, 0.01710741, -0.006147148, -0.01851096, - 0.0149094, -0.0092422385, 0.01118867, -0.045602106, 0.018457996, - -0.016021647, 0.0035684574, 0.0038796216, -0.021940386, -0.041841652, - -0.0053195837, 0.027673751, 0.00604784, 0.012161885, 0.004283473, - -0.027038183, 0.019173011, 0.014803471, -0.012161885, -0.03061326, - -0.0020540147, -0.009725536, -0.0026068278, -0.02289374, - -0.0074282177, 0.0150418095, 0.0049091117, 0.04255667, -0.015002087, - -0.0013017587, -0.007189879, 0.02841525, -0.013929563, 0.02468128, - -0.0045317425, 0.042079993, 0.017385472, -0.014128178, -0.009037003, - -0.023383658, -0.014035491, -0.02636289, 0.033473324, 0.006587412, - 0.021887422, -0.01452541, -0.0014490652, 0.011837481, -0.018749299, - 0.01080468, 0.0012438293, -0.029792316, 0.04613175, -0.011036398, - 0.020099882, -0.018709574, -0.0426626, 0.024469422, 0.015492004, - 0.02160936, 0.0061305966, 0.018087246, -0.011102604, 0.02429729, - -0.015412559, 0.05013054, 0.02032498, 0.011069501, 0.007871792, - 0.012036096, -0.010970193, 0.014498928, -0.0014366517, 0.020669248, - 0.0076069715, 0.006984643, 0.0028253046, 0.00039516197, 0.011049639, - -0.022549473, -0.014684302, -0.01543904, 0.0045218114, -0.010791439, - -0.022152243, 0.024005987, 0.03821361, 0.007256084, 0.01943783, - -0.0041742343, -0.005097796, 0.008911213, -0.0028385457, 0.005879017, - -0.02186094, -0.008010823, -0.00017358162, -0.02327773, -0.010486895, - -0.005495027, -0.0087655615, 0.022297895, 0.020364704, 0.017517881, - 0.012181747, 0.0133933015, 0.001409342, -0.023701442, -0.018034283, - 0.019464314, -0.020894345, -0.004750219, 0.00053791684, -0.033579253, - 0.005465235, -0.013691224, -0.00694492, -0.017067688, 0.03702192, - -0.031142902, -0.010367726, -0.0065940325, 0.014618097, 0.02844173, - -0.0031993638, 0.03821361, -0.00125376, 0.030851599, 0.018563924, - -0.010175731, -0.024853412, 0.017557606, 0.014776989, -0.022602437, - 0.0006285351, 0.0063954173, -0.033261467, -0.0067992685, -0.014167902, - 0.009420993, -0.011387286, -0.006845612, 0.009169413, -0.0111754285, - -0.024072193, 0.037498597, 0.0026167585, -0.0052434476, -0.024972582, - -0.014671061, -0.016021647, 0.09168089, 0.011340942, -0.0076202126, - 0.014684302, -0.010453793, 0.007871792, -0.008461018, -0.0057168147, - 0.023489587, -0.009142931, -0.013433024, -0.014949122, 0.00398555, - -0.005322894, 0.0015649241, -0.013810393, -0.010533239, -0.009957254, - -0.0065774815, 0.002919647, 0.014604855, 0.011009916, 0.018219657, - 0.036571722, 0.015160979, 0.016895553, 0.017411955, 0.025409536, - 0.021516673, -0.034347232, -0.0010385932, 0.007832069, -0.005309653, - 0.006163699, -0.004439055, 0.016749902, -0.001048524, -0.0044622268, - 0.022708366, -0.025965659, 0.009679193, 0.009566644, 0.012314158, - 0.01698824, 0.008964177, -0.013353579, -0.004558224, 0.009334926, - -0.0073024277, -0.0065212073, 0.021834457, 0.019940991, -0.003445978, - 0.012373742, 0.023516068, -0.023674961, -0.012718009, -0.0017147133, - -0.014406241, -0.040729407, -0.024072193, 0.0135521935, -0.026508542, - 0.018312344, -0.02109296, -0.022297895, -0.0018454685, -0.00097156054, - -0.00012723802, 0.008851628, -0.0298188, -0.019874785, 0.013810393, - 0.007918135, 0.02212576, 0.017570846, 0.029924726, 0.0052434476, - -0.013055655, 0.008858249, 0.008838387, -0.006481484, -0.007216361, - -0.020828139, 0.0033863934, -0.0014920986, 0.012962968, -0.008699357, - -0.009401131, -0.0061438377, -0.010705372, 0.0024628316, 0.013797153, - -0.0039524473, 0.011009916, 0.0006525345, 0.028733034, -0.0059319814, - 0.036042083, 0.0050249705, -0.0009732157, -0.031593096, -0.004872699, - -0.015266907, -0.005332825, -0.011652106, 0.0027309624, -0.017067688, - 0.0023982816, -0.012883522, 0.010202213, -0.00096659514, - -0.0066172048, 0.01246643, 0.020232294, 0.028388767, 0.02262892, - -0.0011470042, -0.02687929, -0.0030636431, -0.0043695397, - -0.031010492, 0.010566342, 0.0009409407, -0.033844072, 0.017398713, - -0.007448079, -0.029898245, -0.020192571, -0.0014358241, -0.019570243, - 0.031063456, -0.017544365, -0.04239778, -0.028229875, -0.021265093, - -0.014101696, 0.024284048, -0.009824844, -0.0028137187, -0.016922036, - -0.0075275255, 0.005160691, -0.0068058893, 0.032917198, -0.02608483, - -0.0051904838, 0.013042415, -0.009579885, 0.0010187317, 0.0074017355, - 0.01208906, -0.005352686, -0.0067860275, -0.011870583, -0.012108921, - 0.010950332, 0.0011916927, 0.022536233, 0.04451634, 0.017200097, - 0.014419481, -0.0064748633, 0.0239133, -0.0022344238, -0.013353579, - -0.01567738, -0.014591615, -0.0025356573, 0.005829363, 0.030189548, - 0.009420993, 0.00059708767, -0.022655401, -0.011724932, -0.0036611448, - -0.0045615346, -0.012883522, -0.015902476, -0.03921993, 0.0043927114, - 0.018603647, -0.0066403765, 0.012770973, -0.023807371, -0.023953022, - 0.026587987, 0.009288582, 0.0057168147, 0.0050613834, 0.0076599354, - -0.016154056, 0.035671335, 0.0089244535, -0.0020043608, -0.004591327, - -0.020020436, -0.014101696, -0.010870885, 0.002095393, -0.003833278, - 0.009957254, -0.025886213, -0.009838085, -0.017729739, -0.006865474, - -0.009712296, -0.01608785, 0.012102301, -0.023264488, -0.005879017, - 0.010453793, -0.0060246685, -0.0030702637, -0.00082094385, - 0.024535628, -0.010354485, 0.028521178, -0.021940386, 0.012181747, - 0.005504958, -0.0037472113, 0.026985219, -0.007123674, 0.02366172, - -0.013558814, 0.015081532, -0.012890142, 0.003345015, 0.026309926, - 0.012122163, 0.024376735, -0.013287373, -0.016379153, -0.009043623, - 0.024694521, 0.0031149522, -0.01814021, -0.023118837, 0.030216029, - -0.0038432088, 0.031301793, -0.013075517, -0.0057135043, -0.012704768, - -0.00822268, 0.0014904434, 0.0052566887, 0.0046740836, -0.006524517, - -0.016008405, 0.052513923, -0.013677984, 0.021410745, 0.0010650753, - 0.0075142845, -0.027197074, 0.00080853037, -0.024085432, - 0.00041688554, 0.02559491, 0.018669851, -0.030798635, 0.0113012185, - 0.041232567, 0.0075275255, -0.0007336358, 0.0069515407, 0.023807371, - 0.028229875, -0.030216029, -0.027700234, 0.0026018624, -0.022165483, - 0.003925965, -0.012274435, -0.0011155567, -0.011089362, -0.0044986396, - -0.021450467, 0.013810393, 0.018802263, -0.02971287, -0.012267814, - 0.004409263, -0.0063722455, -0.012929865, -0.001601337, 0.018299103, - -0.022046315, -0.02828284, -0.012281055, 0.016882313, 0.0015516832, - -0.004038514, -0.0006243973, -0.010659029, 0.018193174, -0.012267814, - 0.032731824, -0.031275313, -0.005097796, -0.005097796, 0.031089937, - -0.018696334, -0.016670456, 0.013730948, -0.028229875, -0.021000274, - -0.01144687, 0.0036710755, 0.019371627, -0.007832069, -0.0034294266, - 0.0036876267, 0.0035121832, 0.022668643, -0.023966264, -0.039670125, - 0.005157381, -0.0065543097, -0.005223586, 0.022086037, -0.01954376, - -0.000794048, -0.010903988, 0.034241304, -0.0017445056, 0.0032374316, - -0.0065708607, -0.0141546605, 0.0068323715, 0.0117778955, - -0.0018951223, -0.026799845, -0.010751716, -0.011963271, 0.024787208, - 0.016842589, 0.0054453732, 0.010149249, 0.018047523, 0.023688203, - 0.020245533, -0.016564528, -0.01093047, 0.006163699, 0.011605763, - -0.012300916, 0.006971402, 0.023211526, 0.021371022, 0.026005382, - -0.029739352, 0.011115844, 0.0022079416, -0.027488377, -0.023185043, - -0.010791439, 0.02004692, -0.002418143, -0.010301521, -0.021185648, - 0.021794735, -0.011519696, 0.008990659, -0.016617492, -0.0033284638, - 0.011413768, 0.002712756, -0.0155184865, -0.0043695397, -0.019874785, - 0.0042238883, 0.012386983, -0.0074944226, 0.010427311, 0.0141546605, - 0.021251852, -0.01093709, -0.016432118, 0.03447964, 0.05365265, - 0.01016249, 0.013598537, -0.012638562, -0.011612383, 0.0009574919, - -0.0067628557, 0.010559721, 0.010705372, 0.021066478, -0.023476345, - 0.003717419, -0.0111423265, -0.018683093, 0.013492609, -0.012161885, - 0.0211062, -0.0033499806, 0.0102551775, 0.00630604, 0.0030801946, - -0.029898245, -0.024800448, -0.008414675, -0.025369812, 0.0141546605, - 0.020113124, -0.0048958706, -0.0125061525, 0.008414675, 0.01221485, - 0.006971402, -0.012890142, 0.007640074, -0.012314158, -0.014803471, - 0.0016691973, 0.0026564815, -0.004141132, -0.013300614, 0.015028569, - 0.004591327, 0.017226579, -0.009460716, -0.0012852075, -0.016935278, - 0.013254271, 0.011347562, -0.021821218, -0.0398555, -0.016379153, - -0.013558814, -0.0013547229, 0.013916322, 0.1939546, -0.0063292123, - -0.01144687, 0.037154328, 0.016299708, 0.0025935867, 0.01479023, - -0.0040716166, -0.022205207, 0.037366185, 0.00411796, 0.019371627, - -0.028600624, 0.0028484764, 0.016816108, -0.0249461, -0.04051755, - -0.004588017, -0.00085404643, -0.006653617, 0.010493516, -0.013638261, - -0.0043298164, 0.010195592, 0.03858436, -0.00642521, -0.023516068, - 0.0057035736, 0.016418876, 0.00078080693, -0.0019629826, - -0.0019381557, -0.01169845, 0.0041974066, -0.022231689, 0.019464314, - 0.018616887, -0.0007125329, 0.017557606, 0.008553705, 0.023423381, - -0.01775622, -0.015597933, 0.02995121, -0.0057300557, 0.021437228, - -0.009507059, -0.0004344713, -0.00026026898, -0.009076726, - -0.04716455, -0.011387286, 0.011599142, 0.01698824, 0.0062861787, - -0.009692433, -0.0023635237, -0.008950936, 0.0072891866, 0.036757097, - -0.028891927, 0.032996647, 0.0015160979, 0.035989117, -0.026932254, - 0.0019729135, -0.011453491, 0.019609965, -0.03794879, 0.00796448, - -0.0077128997, -0.019067083, 0.006157079, -0.006263007, -0.0043629194, - 0.0061405273, 0.01735899, 0.016749902, 0.021371022, 0.017279543, - -0.019504037, -0.012552496, 0.0050382116, 0.0013878255, -0.009838085, - -0.024734244, 0.008917834, -0.0108576445, 0.005617507, 0.0072229817, - 0.0001310655, -0.024469422, 0.008752321, -0.013836876, 0.012148645, - -0.027408931, -0.002353593, 0.0021665634, -0.009612988, -0.017544365, - -0.022086037, 0.04409263, -0.0056903325, 0.02224493, 0.01195665, - -0.042344812, -0.02905082, 0.016922036, 0.024469422, 0.01555821, - 0.002676343, -0.02905082, -0.011241634, -0.025886213, -0.0057962607, - 0.0036942472, 0.03508873, -0.011433629, 0.0057565374, -0.01941135, - 0.0017742979, 0.002236079, 0.025369812, 0.0087655615, 0.0013936184, - -0.015743583, -0.04009384, 0.006186871, 0.010440552, -0.016485082, - 0.0059386017, -0.019835062, -0.0071832584, -0.027104387, 0.0057763993, - -0.009109829, 0.0061173555, 0.0016228537, 0.014750507, -0.014022251, - -0.018193174, -0.02544926, 0.0069118175, 0.015094774, 0.02043091, - -0.017200097, 0.00090452784, 0.022774572, -0.0041444423, -0.025806766, - -0.01002346, 0.006723133, -0.009195895, -0.037525076, 0.005670471, - -0.0074282177, -0.0056506093, -0.030984009, 0.0032754997, - -0.023833854, -0.03087808, 0.0015599588, 0.0006426037, -0.0040848576, - -0.008984039, 0.0066436864, -0.1665192, 0.031434204, 0.028733034, - -0.04462227, -0.0030586778, -0.018947912, 0.024058951, 0.021318058, - -0.012585599, 0.010083044, 0.021662325, -0.005130899, -0.012194988, - -0.022615679, 0.007434838, -0.0100367, 0.02868007, -0.000056636436, - 0.024151638, 0.015028569, 0.020854622, -0.026442336, 0.0117447935, - 0.012168506, -0.014220865, -0.00630604, -0.0025008994, 0.013439645, - 0.0030272303, 0.004928973, 0.0033003266, -0.006779407, 0.0092091365, - -0.012142024, -0.014035491, -0.010956952, -0.009831465, -0.023118837, - 0.0016725075, 0.025157956, 0.018179934, 0.0043496783, 0.004217268, - -0.01054648, 0.028759517, -0.011168809, -0.019901268, -0.026256962, - 0.0008192887, -0.011638865, -0.0035552164, -0.00073529093, - 0.018921431, 0.0036512138, 0.0116190035, -0.031831436, -0.028468214, - 0.021185648, 0.017133892, -0.010248557, 0.013274132, -0.011791137, - 0.02611131, 0.0038465192, 0.008705977, -0.038266577, -0.01453865, - 0.0040352037, -0.024389977, 0.021291576, 0.00398555, 0.005928671, - 0.007434838, 0.00007923929, 0.02149019, 0.019212734, -0.021913905, - 0.0017163685, -0.0056108865, 0.008705977, -0.0048693884, 0.01157266, - -0.025687598, -0.01517422, -0.0013588606, -0.0068191304, 0.01825938, - 0.0016799556, 0.0037869345, 0.007189879, 0.0062067327, -0.003820037, - -0.024628315, -0.01234064, 0.017266303, 0.021159165, 0.0112681165, - -0.0007588765, 0.02674688, 0.0024082123, 0.011559418, 0.021053238, - -0.02559491, 0.023754407, 0.0022493198, -0.0006984643, 0.03331443, - 0.0054718554, 0.02585973, -0.023357175, 0.0046111885, 0.022231689, - 0.022086037, 0.02585973, 0.020801658, 0.035035763, 0.008792044, - -0.03254645, 0.038372505, -0.00809689, 0.02262892, -0.023092356, - -0.038240094, 0.008897972, 0.008917834, -0.016538046, -0.13622372, - -0.009056864, 0.008785423, 0.036545243, 0.0017196788, -0.0027094458, - 0.001324103, 0.011526316, 0.0030917805, 0.024999063, -0.004273542, - -0.020801658, 0.03212274, 0.013194686, -0.015386077, -0.009301824, - 0.0017908493, -0.01452541, -0.022033073, 0.040226247, 0.0042404397, - -0.012684906, -0.0035022523, 0.0062299045, -0.009632849, 0.005303032, - -0.023476345, 0.0033400496, 0.015372835, -0.008447777, 0.011559418, - -0.002290698, 0.03381759, -0.012559117, 0.0076202126, -0.007825448, - 0.028494695, -0.021728529, 0.0014871331, -0.019980714, 0.0039557577, - 0.008931074, 0.019371627, 0.0005863293, 0.006388797, -0.018630128, - -0.020285258, 0.015995163, -0.008454397, -0.027276522, -0.029262675, - 0.00048826297, -0.038796216, -0.0049322834, 0.02237734, -0.012539255, - 0.017120652, 0.016802866, -0.0012181747, -0.030454367, -0.01350585, - -0.0072229817, -0.030957527, -0.00022695953, 0.03638635, 0.0041576833, - -0.0233969, 0.0027739957, -0.0033748073, -0.022748088, 0.016538046, - 0.017200097, 0.0021930456, 0.028997855, -0.025634633, 0.014988845, - 0.0013977562, -0.022695124, -0.00010696269, -0.0022145621, - -0.0034658394, -0.010202213, 0.0027193765, -0.026813084, -0.006392107, - 0.004230509, 0.02572732, -0.010698752, 0.010400829, -0.05555936, - -0.0057035736, 0.022854017, 0.027382448, 0.006544379, -0.026256962, - 0.009963875, -0.007554007, -0.0015036844, 0.008050546, 0.0041841655, - 0.009089967, -0.0017478159, -0.022337617, 0.017597329, 0.02393978, - -0.0019977402, -0.0067628557, -0.012876901, 0.006239835, 0.008394813, - 0.0020821518, 0.035830226, -0.003806796, 0.0035982498, 0.013677984, - -0.0072097406, -0.013916322, -0.028388767, 0.0020507046, -0.021913905, - 0.018497718, 0.024098674, 0.013399922, 0.037154328, -0.022403821, - 0.020483872, -0.008666254, 0.00186533, -0.016246744, -0.0035684574, - -0.018431513, -0.032625895, 0.015584691, -0.014022251, -0.011910306, - 0.00617694, -0.031036973, 0.009043623, 0.0026779983, 0.014247348, - -0.011592521, 0.017014723, -0.0049951784, -0.01657777, -0.002921302, - -0.019371627, -0.03421482, -0.009593126, -0.017517881, -0.005749917, - -0.0056009553, 0.016789626, 0.01633943, 0.0153595945, 0.0070177456, - -0.025144715, 0.009056864, -0.0035088728, 0.026707157, 0.004955455, - -0.011817619, -0.022681884, 0.027223557, 0.01479023, 0.0092091365, - -0.003561837, -0.0131417215, 0.0043033347, 0.011519696, -0.00796448, - 0.00963947, -0.01259884, 0.011499834, 0.0068058893, 0.010215455, - -0.016101092, 0.030401403, 0.012751112, -0.0051507605, -0.011102604, - -0.0025439328, 0.032255147, 0.031301793, -0.0016832659, -0.026058346, - 0.035936154, 0.024125155, 0.009791741, 0.0074811815, 0.009467336, - 0.0034128753, -0.0021549775, -0.009348167, 0.0049686963, -0.02454887, - 0.0002826132, 0.014035491, 0.03932586, -0.003919345, -0.00488594, - -0.00011089362, -0.017451677, 0.013128481, 0.0043265065, -0.008547084, - -0.015875995, 0.01569062, -0.01016249, -0.0050746244, -0.04229185, - -0.017253062, -0.002404902, 0.01592896, 0.012684906, 0.0018752608, - -0.011228393, -0.009427613, 0.029156746, -0.0016402325, -0.00989767, - -0.012413465, -0.013929563, 0.025621392, 0.0061372174, 0.02057656, - -0.012658425, -0.013366819, 0.020099882, 0.011784516, -0.009745398, - 0.002456211, 0.007395115, 0.007984341, -0.00021889077, -0.026415855, - -0.016524805, -0.0066701686, -0.023847094, -0.0032324663, 0.008864869, - 0.003396324, 0.057466067, 0.022920223, 0.0081299925, 0.012678286, - 0.03267886, 0.019649688, -0.0044191936, 0.0024860033, -0.021423986, - -0.013863358, -0.02199335, -0.0094938185, 0.0003086815, -0.030268993, - -0.020934068, 0.043351132, -0.0018040902, 0.006838992, 0.0061239763, - -0.015200702, 0.0155184865, -0.008262402, 0.007779105, -0.003535355, - -0.016842589, 0.0053162733, 0.04941552, 0.0067429943, -0.0041742343, - -0.012446567, 0.011182049, 0.023158561, -0.0491507, -0.015094774, - 0.013095378, 0.0047469093, -0.016326189, -0.0031447446, -0.014075214, - 0.013916322, 0.008964177, -0.018060764, -0.029342122, -0.007216361, - -0.02237734, 0.0001126522, 0.0024247635, 0.0068323715, -0.041974064 - ], - "metadata": { - "chunkTitle": "Exercise Snacks", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64050&chunkSid=chunk_127131" - }, - "document": "Andrew Huberman: The next tool to improve your fitness is called exercise snacks. And as the name suggests this is a fun one and was suggested by Dr. Andy Galpin as a way to either enhance or maintain your fitness depending on how your core or foundational fitness program is going. So when I say core I don't mean your ABS, I mean whether or not you're getting your regular cardio and your regular resistance training. If you were to add one or several of these exercise snacks per week it can further improve things like vo, two, max, muscular endurance, et cetera. I'll talk about the specific snacks that you will be doing in a moment. However, as Dr. Andy Galpin also pointed out, there are times in which we happen to not be following our foundational fitness program either because work demands or family demands or we're traveling. We're simply not keeping up with our basic routine. And under those conditions exercise snacks are a terrific way to maintain the fitness that you've already built and developed and you don't lose any ground in a week, say, where you get particularly busy.\n\nAndrew Huberman: Now exercise snacks can take on a variety of different forms, but for sake of simplicity and clarity today we're going to divide them into two major categories. The first category are exercise snacks that are going to improve or maintain your cardiovascular fitness. So your ability to run or cycle or row some distance, say twelve minutes or longer. Okay, but keep in mind these exercise snacks are very, very brief. They don't require that you do them for twelve minutes or longer. What they are going to do is either maintain or enhance the type of endurance that allows you to continue in an activity for twelve minutes or longer. The second category of exercise snack relates to muscular endurance. Muscular endurance is a very important aspect of fitness and even though some people are already training for muscular endurance, it's something that most people are not doing enough training for.\n\nAndrew Huberman: Muscular endurance is your ability say, to maintain a wall sit or to maintain a plank or to do the maximum number of pushups that you can do in one session. The sort of drop to the floor and give me as many pushups as you possibly can type of thing or as many sit ups as you can type of thing. Muscular endurance translates to a number of other aspects of fitness and it's something that we should all be working on and again many people just don't make space for it in their regular routine. So now we have these two categories of exercise snacks. One geared toward enhancing or maintaining your cardiovascular fitness as it translates to longer duration endurance activity. So twelve minutes or longer, and then the other category is purely muscular endurance, which is essentially some bout of exercise that's going to be fairly brief, anywhere from a minute to two minutes, but certainly less than twelve minutes." - }, - "truncated_cells": [] - }, - { - "row_idx": 77, - "row": { - "id": "chunk_127127", - "embedding": [ - -0.03488764, -0.026711682, 0.0058290325, -0.020240158, -0.017177504, - 0.014740694, -0.0039115436, -0.009620734, -0.027936745, -0.009707286, - 0.0030177145, 0.045274038, 0.020399949, 0.020573055, -0.01027987, - 0.0043110205, 0.045966465, 0.015832597, 0.0011668052, -0.021198902, - -0.012303886, -0.0030177145, -0.010266554, -0.016045652, -0.016045652, - 0.029241702, 0.0327571, -0.0139151085, 0.014181427, -0.016711447, - 0.0287357, -0.019840682, 0.0006932587, 0.0022237543, -0.025087144, - -0.015166803, -0.008182617, -0.012117463, 0.02980097, -0.014873853, - 0.025286881, 0.004916894, -0.011365116, -0.009560811, 0.0050866716, - -0.0021505167, -0.011265246, -0.034940906, -0.0128365215, - 0.0069708703, 0.0035386987, 0.02370229, -0.021318745, 0.022197595, - -0.0010827486, -0.023302814, -0.021704907, 0.036698602, 0.0034887642, - 0.00037222085, -0.002866246, 0.0032640584, -0.013109498, 0.0075501115, - -0.025113776, -0.007470216, -0.0048203534, -0.0020672926, 0.014913801, - 0.025380094, 0.013675422, 0.038642723, 0.007243846, 0.015912494, - 0.031026032, -0.016272021, 0.0009803827, -0.005036737, 0.00852883, - -0.020439897, -0.004390916, -0.010699321, -0.01319605, 0.011425037, - 0.02905528, -0.013888477, -0.007543454, -0.010739268, 0.008142669, - 0.011072165, -0.0119776465, 0.012616809, 0.020466529, 0.015433121, - -0.0010944001, 0.0047937217, -0.03544691, -0.001230888, -0.04034716, - 0.01193104, -0.020280106, -0.014927117, -0.0045873253, -0.0008580429, - -0.033289734, 0.009480916, 0.004131256, -0.01592581, -0.0030576622, - -0.036858395, -0.016897868, 0.02996076, -0.012723336, -0.03771061, - -0.016125547, -0.009833788, -0.005679229, 0.0068710013, -0.016258705, - -0.0027330872, 0.03305005, 0.01845583, 0.043756027, 0.0025533226, - 0.019787418, 0.0070374496, -0.016911184, 0.01102556, -0.011298535, - -0.0040746634, -0.014940432, 0.005113303, 0.002178813, 0.0006221019, - -0.011291878, 0.020160263, -0.0005717512, -0.028842226, -0.022197595, - -0.023356078, 0.018109616, 0.012690047, -0.008482224, -0.013142787, - -0.0160856, 0.01423469, 0.03009392, 0.01624539, -0.008322434, - -0.024914037, -0.026711682, 0.005802401, -0.01864225, -0.0127766, - 0.006784448, 0.0048003797, -0.009314467, 0.011258588, -0.03635239, - -0.0056892154, 0.02259707, 0.026125783, 0.018069668, -0.0025183684, - -0.02636547, 0.011678039, 0.016458444, -0.008515514, 0.017297346, - 0.012157411, 0.0111121135, 0.009920341, -0.035393644, 0.021225534, - 0.0013673758, 0.048017114, -0.0030793005, 0.01002021, 0.0014131492, - -0.024075136, 0.011990963, 0.0022753533, 0.027883481, 0.025246935, - -0.0087485425, 0.04562025, 0.022996549, -0.0054328847, 0.020599687, - -0.008655331, 0.008934964, 0.016391866, -0.011957672, -0.013136129, - -0.631919, 0.009514206, 0.00089133263, -0.009420995, 0.035100695, - 0.014154795, -0.011225298, 0.0076033752, -0.04751111, 0.032863624, - -0.0002550826, 0.018975148, 0.003755082, -0.009554153, 0.009753892, - -0.017204134, -0.0036418969, -0.010492925, -0.01329592, -0.017084291, - -0.018935202, 0.0111187715, -0.008615383, 0.026485313, 0.015020328, - 0.02360908, -0.012144095, -0.011624775, 0.013216024, 0.019134939, - 0.003313993, 0.019094992, 0.0034255136, 0.01728403, 0.049721546, - -0.03161193, -0.0030376883, 0.036139335, 0.012696705, 0.02026679, - 0.013568896, 0.0022137673, 0.0020955887, -0.004340981, -0.0068576853, - 0.0080428, -0.0033056706, -0.0115448795, 0.027830217, -0.010705979, - 0.0051266192, 0.0035386987, 0.013662107, -0.022224227, 0.0012383781, - -0.01705766, 0.017710138, -0.0034022108, -0.009467601, -0.010499583, - 0.01884199, 0.017470453, -0.01988063, 0.002841279, -0.023848766, - -0.0031042676, -0.04231791, 0.010492925, 0.0048403274, -0.0036585417, - 0.0010935678, 0.017590296, -0.00033248123, -0.017070975, 0.008981571, - 0.014327901, -0.0071772668, -0.006478182, -0.008908333, 0.029401492, - 0.0025350132, 0.015060276, -0.0091613345, 0.0053496603, 0.020360002, - 0.021917962, -0.04295707, -0.00648484, -0.0117579345, -0.009933657, - 0.00071156805, 0.0011959337, -0.0013349183, -0.03305005, 0.0011734632, - 0.0045573646, 0.006910949, 0.008129353, -0.0012633454, -0.02250386, - -0.043010335, 0.0072771357, 0.019507784, 0.033343, 0.031026032, - 0.00664796, -0.014461061, 0.013508975, 0.037630714, -0.026858158, - 0.019587679, -0.0015579596, -0.008242538, 0.01565949, -0.0029594575, - -0.01621876, 0.0071572927, -0.0106793465, 0.0154198045, -0.014381166, - 0.0014231361, 0.006671263, 0.02227749, -0.022450596, 0.0028029957, - 0.027004633, -0.00031042678, 0.0030077274, 0.014021636, -0.02392866, - 0.018735463, -0.00350208, 0.029827602, -0.020120315, 0.040027577, - 0.0030909518, -0.0028595882, 0.0021455234, 0.007536796, -0.010499583, - -0.027430741, 0.0019557718, 0.014114847, -0.017004397, -0.009254546, - -0.045966465, -0.018588988, 0.004414219, 0.013548922, -0.015805965, - 0.0076766126, 0.007590059, -0.004051361, 0.018682199, -0.034195215, - -0.0009038163, -0.021385325, -0.058962777, -0.025726307, 0.0036951604, - -0.005033408, 0.017297346, -0.004137914, 0.024647718, -0.0052065146, - -0.017723454, 0.0039581493, 0.005103316, -0.0055926754, -0.0054828194, - -0.0013515633, -0.010319818, -0.00872191, -0.0091679925, - -0.00074194494, 0.012350491, -0.00927452, -0.00046522403, -0.02918844, - -0.002613244, 0.017270714, 0.008568778, -0.004990131, -0.00095125416, - 0.048922595, 0.017776718, 0.017963141, -0.01482059, -0.018162878, - 0.024008557, 0.004623944, -0.00014803528, -0.0049634995, -0.002250386, - 0.005625965, -0.0045939833, 0.0030343593, -0.016045652, 0.015246699, - 0.031824987, 0.02830959, -0.011098797, 0.020599687, -0.027484005, - 0.017989771, -0.0067544873, 0.02347592, -0.019321362, 0.026445365, - 0.028788961, -0.029987393, -0.0145675875, -0.0069508967, -0.011551538, - -0.0061885617, 0.021997856, 0.006368326, 0.013016286, -0.027590532, - 0.023462605, -0.0017859943, 0.0023003207, 0.029294966, 0.0031342285, - -0.013375815, 0.024474613, 0.011305193, 0.018988464, -0.012263938, - -0.030626556, -0.0021122335, 0.012683389, 0.0070773973, 0.01890857, - 0.009334441, 0.0072238725, 0.015379857, -0.018362617, 0.039548203, - 0.005106645, 0.02078611, -0.0023019852, -0.0015279988, -0.010632741, - 0.004058019, 0.0055560567, 0.038482934, -0.0003118832, -0.006268457, - -0.00021295027, -0.007889667, 0.011058849, -0.017323978, - -0.0039381757, -0.028575908, 0.0029761023, -0.010532872, - -0.0016237068, 0.01436785, 0.030440133, 0.027590532, 0.030173816, - 0.019374626, -0.0029228386, 0.015686123, 0.012783258, 0.012177384, - 0.025499936, -0.012676731, 0.0152200665, -0.02575294, 0.0025083814, - 0.0022287476, -0.028496012, 0.015100223, 0.0026798237, 0.016391866, - -0.012856496, 0.012976338, 0.027231002, -0.0044242055, -0.036032807, - 0.01676471, 0.018349301, -0.023582447, -0.0068144086, -0.013109498, - -0.0055760304, -0.0030177145, -0.013355841, -0.02241065, 0.042930443, - -0.034781113, 0.008415645, -0.0012350491, 0.027324215, 0.044954456, - -0.025766253, 0.016445128, -0.034062058, 0.0068177376, -0.0012999641, - -0.009454285, -0.026471997, -0.0010844131, -0.0012808226, - -0.030360237, -0.030866241, -0.0032124594, -0.00778314, 0.0065680644, - -0.021798117, 0.011425037, 0.023569131, 0.025020564, -0.00084972044, - -0.0070441077, -0.010939007, 0.043276653, -0.011052192, -0.0072105564, - -0.032091305, -0.03305005, -0.013728687, 0.08868385, 0.025659727, - -0.0033056706, 0.008841753, -0.0015238376, 0.034328375, 0.016724762, - -0.021425273, 0.017270714, -0.007030792, 0.00872191, -0.022077752, - -0.0030726425, -0.018628934, 0.00074777065, 0.0063217203, 0.017869929, - -0.028416118, -0.023755554, -0.0053263577, -0.012410413, 0.009367731, - 0.016884552, 0.0751549, 0.030679818, 0.00029607056, 0.007996194, - 0.011851145, 0.0100535, -0.006604683, -0.0029028647, 0.005742479, - 0.021784803, 0.047005106, -0.006608012, -0.0027730349, 0.007536796, - -0.016937817, 0.031771723, -0.014248006, 0.0115315635, 0.017497085, - 0.008888359, 0.022384018, 0.0023452619, -0.0035853044, -0.0069309226, - 0.02532683, -0.024248242, -0.03145214, 0.004650576, 0.00061752455, - -0.021704907, -0.0034022108, -0.01180454, -0.004111282, 0.018695515, - -0.01322934, -0.012763284, -0.005732492, -0.0064082737, -0.0021937934, - 0.019334678, 0.0034687903, -0.030360237, 0.0026382115, -0.00013180655, - 0.03291689, -0.007416953, -0.005276423, -0.01997384, -0.011598144, - 0.000120155135, 0.007030792, 0.01183783, 0.010492925, 0.021651642, - -0.014847222, -0.0027580545, -0.01728403, 0.0071572927, -0.024035187, - -0.02458114, -0.04559362, 0.009753892, 0.012796574, -0.0030926163, - -0.020027105, -0.01838925, 0.020399949, 0.009074781, -0.0063150628, - 0.030306974, -0.02017358, 0.017963141, -0.014540956, 0.01579265, - 0.020613004, 0.023635712, -0.011385089, -0.011604802, -0.012310544, - 0.0024201637, -0.038243245, -0.03262394, 0.013429079, 0.009587443, - -0.0093877055, -0.004520746, -0.029827602, 0.006022113, -0.014740694, - 0.01248365, 0.012982996, 0.0145675875, -0.00035932107, 0.02376887, - 0.009993578, 0.012463677, -0.013209366, -0.005888954, -0.045087617, - 0.016232075, 0.017070975, -0.02042658, 0.0022170963, -0.004926881, - -0.020812742, -0.026924737, -0.006997502, -0.007916299, 0.039388414, - -0.006012126, -0.04234454, -0.034621324, -0.03411532, -0.010939007, - 0.009128045, -0.00020296335, -0.006837711, -0.0063150628, 0.00976055, - 0.012177384, -0.009480916, 0.0454072, -0.02367566, -0.0009695635, - 0.0034355007, -0.005283081, 0.021132324, 0.030786347, -0.0034038753, - 0.0053363442, 0.019094992, -0.00859541, -0.0039248597, 0.02575294, - -0.0018575671, 0.02098585, 0.021997856, 0.023662344, 0.007470216, - -0.024101768, 0.035553437, 0.0040913085, -0.015246699, 0.0011085481, - 0.01002021, -0.010386397, 0.008981571, 0.0071639507, 0.021611696, - -0.009460943, -0.028256327, 0.046286047, 0.018375933, -0.0056958734, - -0.03219783, -0.048469853, -0.03994768, -0.008681962, 0.027670426, - -0.004104624, 0.015153487, -0.04511425, -0.011185351, 0.04695184, - 0.0134823425, 0.013928425, 0.0077165603, 0.016205443, -0.0033156576, - 0.017070975, -0.0013057898, 0.004810367, -0.009687313, -0.010958981, - -0.02636547, 0.011684697, 0.000752348, 0.0029078582, 0.022530492, - -0.0063550104, 0.0050600395, -0.010759242, -0.0064715245, - -0.024527876, -0.019947208, -0.007869693, -0.030466765, 0.0031492088, - -0.015473069, 0.0062384964, -0.0012042561, -0.037044816, 0.01031316, - -0.030653188, 0.01719082, -0.008895017, -0.011917725, 0.015899178, - -0.0016952797, 0.032544043, -0.0038083456, 0.022064436, 0.025473304, - 0.004058019, -0.0035287119, -0.0027796929, 0.033742476, 0.021931278, - 0.031212455, 0.009207941, -0.01498038, -0.013409105, 0.00041778616, - -0.010166685, -0.013648791, -0.024035187, 0.041226007, 0.0014838899, - 0.0106726885, -0.0022753533, 0.0026232312, -0.02629889, -0.018828673, - -0.0072771357, 0.009933657, 0.014474376, -0.0100335255, -0.022184279, - 0.023995241, 0.0048037088, 0.00048062054, 0.0026015928, 0.000653311, - -0.025273567, -0.0087352265, 0.004853643, 0.0024218282, -0.0028878844, - 0.023276182, -0.007996194, -0.0021022467, 0.022131015, -0.0018392578, - -0.008755201, -0.012463677, -0.017537031, 0.030759715, -0.030892873, - -0.0055793594, -0.0134823425, -0.017017713, -0.015193434, - -0.014407797, -0.018575672, -0.0145675875, 0.008934964, -0.009294494, - 0.011012244, 0.016125547, -0.025380094, 0.021651642, -0.01848246, - -0.012729994, -0.0025050526, -0.00004863422, 0.02182475, -0.036618706, - -0.020905953, -0.01592581, -0.0073437155, 0.020866005, 0.0045440486, - -0.02189133, 0.000015825628, 0.021904645, -0.00275639, 0.029428124, - 0.0037883718, -0.0030077274, -0.026538577, 0.020546423, -0.034807745, - -0.017497085, 0.014647483, -0.00878849, -0.037071448, -0.0010128402, - -0.00625847, 0.012110805, 0.0025466646, -0.008428961, 0.0039481623, - 0.0038582801, 0.008928306, -0.0076832706, -0.028815594, 0.008488882, - -0.0072771357, 0.012150753, -0.009114729, -0.024368085, 0.0023136365, - 0.0023419328, 0.006787777, 0.012090831, -0.01647176, -0.015526332, - -0.010719295, 0.006155272, -0.016631551, -0.008315776, -0.021132324, - -0.010452976, -0.022011172, 0.033316366, 0.0012442038, 0.0018608961, - 0.00021804776, 0.001668648, 0.015459753, -0.009187967, 0.004111282, - 0.009907025, 0.02123885, 0.012503624, -0.015166803, 0.0008197597, - 0.00434431, 0.036458917, 0.029321598, -0.020226842, 0.007190583, - 0.0029494704, -0.03558007, -0.028842226, 0.010546188, 0.012170726, - 0.019094992, 0.016644867, -0.01332921, 0.023875397, 0.014620851, - 0.0018825345, -0.0044807983, -0.0104662925, -0.011231956, - 0.0060787057, 0.0041911774, -0.0043176785, -0.025633095, 0.0013157767, - 0.020093683, -0.018176194, -0.010952323, 0.01027987, -0.002924503, - 0.016272021, -0.0115315635, 0.02964118, 0.022357386, 0.005386279, - -0.0011260252, -0.03201141, 0.022170963, 0.023888713, -0.008022826, - -0.01972084, 0.0115382215, 0.010406371, -0.023555815, -0.008136011, - -0.0009104742, -0.027004633, 0.00047645933, -0.009414337, 0.03952157, - 0.026791578, -0.014314585, 0.026964685, 0.018895254, 0.00008109171, - -0.0063450234, -0.005043395, 0.0039048858, -0.0041412427, - 0.0040713344, 0.0078031137, -0.01196433, -0.023009865, 0.009940315, - 0.007536796, 0.00096457003, 0.004504101, -0.004287718, 0.013542264, - 0.033103313, 0.015872546, -0.002937819, -0.0023585777, -0.015086908, - -0.010199974, 0.017031029, -0.00332398, -0.01972084, -0.015353225, - -0.032836992, -0.0048303404, -0.020439897, -0.035739858, -0.010353107, - 0.009381047, 0.016751394, 0.0035719885, 0.20762141, -0.01981405, - -0.0004100879, 0.021571748, 0.010632741, -0.00012577277, 0.025420042, - 0.004740458, -0.0055727013, 0.009034834, -0.011405063, -0.0057125185, - -0.0275639, 0.004467482, 0.022264175, -0.034594692, -0.021385325, - -0.010972297, -0.0044807983, 0.02645868, 0.011491616, -0.015260014, - -0.025539884, 0.0035187248, 0.02376887, -0.0063150628, -0.03025371, - -0.013302578, -0.0026082506, -0.0039714654, -0.007396979, - -0.026019257, -0.003874925, -0.022450596, -0.015832597, 0.0022520504, - 0.003327309, -0.028682435, -0.004773748, -0.0017593624, 0.017470453, - -0.0011085481, -0.02114564, 0.017510401, -0.0017094278, -0.003304006, - -0.0018309354, 0.00035932107, -0.016005704, -0.011724644, -0.03531375, - -0.024794195, 0.021678274, 0.019561049, 0.013768634, -0.02340934, - -0.0011676374, 0.006008797, -0.00953418, 0.026565207, -0.03115919, - 0.006837711, -0.008582094, -0.002175484, -0.012583519, 0.015526332, - -0.007969562, 0.020932585, -0.018082984, -0.021971224, -0.017630244, - -0.030014025, -0.02227749, 0.00092795136, -0.011278562, -0.012090831, - 0.025380094, 0.023808818, 0.01229057, 0.00852883, -0.0052431333, - -0.01916157, 0.011371773, 0.005136606, -0.00070074893, -0.01997384, - 0.010519556, 0.0012433715, 0.0058057294, 0.00054054207, -0.008155985, - -0.016578287, -0.0045806672, -0.009740576, 0.014221375, -0.0057691108, - 0.012210675, 0.0058789672, -0.026165731, -0.0024018544, -0.012223991, - 0.058217086, 0.004400903, 0.0080894055, 0.01637855, -0.032277726, - -0.010566162, 0.010785874, -0.0067078816, -0.011664723, 0.014168111, - -0.036299124, 0.008535488, -0.014967064, -0.005050053, 0.0044275345, - 0.013162761, -0.012809889, 0.026325522, -0.023462605, -0.011065507, - -0.022290805, 0.030493397, -0.0067411712, 0.018602304, -0.032277726, - -0.034035426, -0.018016404, -0.0053196996, -0.033103313, 0.016485076, - -0.015353225, 0.010519556, -0.020679584, -0.008482224, -0.020692898, - -0.004467482, -0.018296039, 0.0027197713, 0.014287954, 0.0030543332, - -0.012476993, 0.027510636, -0.0067012236, 0.017403873, -0.00006647544, - 0.013235998, 0.043835923, -0.002004042, -0.01225728, -0.0047238134, - 0.0059255725, -0.012117463, 0.0023036497, -0.0005076684, 0.0039348467, - -0.019427888, -0.016658183, -0.0327571, -0.0047970507, -0.017776718, - 0.0067511583, 0.0005992152, 0.0019141597, -0.0139151085, - -0.0033023416, -0.16756721, 0.025087144, 0.036458917, -0.027537268, - 0.029002016, -0.013009628, 0.053103782, 0.0032041369, -0.0077897976, - 0.010779216, 0.0031375575, -0.003991439, 0.012450361, -0.03499417, - -0.021811433, -0.0034388294, 0.012869812, 0.030866241, 0.04309023, - 0.031638563, 0.026951369, -0.029268334, 0.0038549511, 0.008069431, - -0.013508975, 0.0035719885, 0.010219948, 0.035233855, 0.0044475086, - -0.0065214587, -0.024354769, 0.011058849, 0.0023336103, -0.02055974, - -0.012576861, 0.0031691827, -0.002931161, -0.0053363442, -0.018296039, - 0.025526568, 0.030360237, 0.0026864815, -0.0061186533, -0.002664843, - 0.006538104, 0.031052664, 0.016937817, -0.010639399, 0.020213526, - -0.00820259, 0.00324242, -0.00013846449, 0.031958144, 0.015845913, - -0.0036585417, -0.03518059, 0.0065614064, 0.003648555, -0.01884199, - -0.012470335, -0.012237307, -0.005106645, 0.03930852, -0.018296039, - -0.004111282, -0.022969916, -0.016778026, 0.009281178, -0.022557124, - 0.007543454, 0.016578287, -0.01929473, -0.011338484, -0.026791578, - 0.04631268, -0.002862917, 0.0059388885, -0.011231956, 0.01592581, - 0.009627392, 0.009667339, 0.016365234, -0.020253474, -0.0028279629, - -0.012729994, 0.009128045, 0.008582094, -0.008468908, -0.0036918316, - -0.0010694327, -0.012210675, -0.019188203, -0.03691166, -0.015539648, - 0.005918915, -0.0025250264, -0.001433123, 0.0023236235, -0.009141361, - -0.009700629, 0.024447981, -0.01621876, -0.009993578, 0.0017127568, - 0.036858395, -0.0036885026, 0.0039415048, 0.011571512, 0.019800734, - -0.013156103, -0.016205443, 0.008408987, 0.010319818, 0.013009628, - 0.009028176, 0.028043272, 0.020253474, -0.027883481, 0.0032241107, - 0.02004042, 0.054808218, 0.009194625, -0.033769105, 0.012223991, - 0.005263107, -0.032863624, -0.1239976, -0.0011476636, 0.005499464, - 0.030067287, 0.031824987, 0.0040413737, -0.006015455, 0.03251741, - -0.0056892154, 0.0287357, -0.003635239, -0.019188203, 0.011105455, - -0.0008068599, 0.0070507657, -0.0063483524, -0.003881583, - -0.025899414, -0.04277065, 0.033422895, 0.0022587085, -0.0028429432, - 0.025206987, 0.005169896, -0.0017626914, -0.010526214, -0.03249078, - 0.03070645, 0.0011734632, 0.004530733, 0.034967538, -0.009447627, - 0.0034521455, 0.00067453325, 0.007896325, -0.011231956, 0.012863154, - -0.007423611, 0.005795743, -0.019134939, 0.002876233, 0.022317437, - 0.017550347, 0.0047204844, 0.0016436806, -0.036592077, 0.005632623, - 0.021771487, -0.008029484, -0.005799072, -0.027297582, 0.013222682, - -0.04633931, 0.0056958734, -0.0016986087, -0.018056352, 0.030386869, - -0.0061719166, -0.015353225, -0.007250504, -0.004137914, - -0.0012816548, -0.024887405, 0.003197479, 0.03723124, -0.022463912, - -0.014833906, -0.015299962, 0.003645226, -0.03222446, 0.004014742, - 0.014381166, 0.006131969, 0.015979072, -0.036831763, 0.03115919, - -0.008155985, -0.038562827, 0.019627627, 0.013502317, -0.0033556053, - -0.006877659, -0.0034221846, -0.013648791, 0.011618117, 0.0048935907, - -0.0028229696, 0.0012675066, 0.02042658, -0.011524906, -0.02182475, - 0.048469853, 0.002986089, 0.0013906787, -0.00868862, 0.016485076, - -0.010326476, -0.013568896, 0.0044874563, 0.015126855, -0.03129235, - 0.00493021, -0.026724998, 0.023236234, 0.017310662, -0.019481152, - -0.0017926522, 0.0016977765, 0.0073237414, 0.006637973, - -0.00030106402, 0.0029810958, -0.0229566, -0.008349066, -0.019920576, - -0.024248242, -0.024980616, -0.0124037545, -0.0062384964, - -0.0023685645, 0.034088686, 0.0024734272, -0.0072771357, 0.018628934, - -0.024035187, 0.0007219711, -0.016498392, 0.004620615, -0.017603612, - 0.0023685645, 0.004743787, -0.007982878, 0.01818951, -0.042930443, - -0.013888477, 0.01287647, -0.0030110565, -0.015366541, 0.02017358, - 0.01196433, 0.010859111, 0.015020328, -0.027457373, -0.025060512, - 0.01300297, -0.019334678, -0.012164068, 0.005136606, -0.022557124, - -0.010519556, -0.012943049, 0.0039148727, 0.027457373, 0.0036785156, - -0.0015995718, -0.02315634, -0.011598144, -0.0048969197, 0.008828438, - 0.0019674234, 0.011052192, -0.010792532, 0.016791342, -0.002503388, - 0.008049457, -0.03504743, -0.028282959, -0.02510046, -0.013009628, - 0.014953748, -0.016138863, -0.0019524429, 0.0038116747, 0.0041811904, - 0.03858946, -0.0003553679, 0.017137555, -0.019481152, -0.010652715, - 0.012230649, -0.005566044, -0.0003395553, 0.012736652, -0.00664796, - -0.0011726309, 0.016058968, 0.027670426, -0.0036818446, 0.004457495, - 0.024101768, -0.012124121, -0.009554153, 0.010133395, 0.02175817, - -0.014154795, -0.004883604, -0.00023198784, 0.03789703, -0.0020939242, - 0.010566162, -0.013009628, 0.010046842, 0.012310544, -0.008389013, - -0.035100695, -0.0066912365, -0.004157888, 0.008329092, -0.0043676132, - -0.03185162, -0.024594456, 0.003505409, 0.00904815, 0.036325756, - 0.0036552127, 0.007510164, 0.007949589, -0.004627273, -0.004886933, - -0.009094755, -0.019241467, 0.022490544, 0.02302318, 0.005752466, - 0.002817976, -0.010632741, 0.008535488, 0.029002016, 0.030679818, - -0.0017843298, -0.0048469855, 0.009627392, 0.026152415, -0.026924737, - -0.048176903, -0.01906836, -0.010626083, -0.018735463, 0.00083224336, - 0.023302814, 0.008901675, 0.06689905, -0.01631197, -0.006491498, - 0.0031475443, 0.004813696, 0.005795743, 0.011345142, -0.011092139, - -0.012650099, -0.029454757, -0.0011351799, -0.012690047, 0.006890975, - -0.015086908, -0.013662107, 0.013062892, -0.0019008438, 0.03185162, - 0.004760432, -0.007909641, 0.03291689, -0.024341453, -0.0023935318, - 0.00046522403, -0.011098797, -0.024527876, 0.011584828, 0.0128365215, - -0.012470335, -0.022490544, -0.002869575, 0.017017713, -0.03352942, - -0.019481152, 0.0043309946, -0.009327783, -0.026471997, -0.017457137, - -0.016817974, -0.000577993, -0.0115382215, 0.0068243956, -0.021345377, - -0.013728687, -0.008002852, -0.008415645, -0.0047870637, - -0.0055893464, -0.017790034 - ], - "metadata": { - "chunkTitle": "Maintaining Strength", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64047&chunkSid=chunk_127127" - }, - "document": "Andrew Huberman: So I already listed off a number of important documented benefits and benefits that I've certainly experienced by incorporating low repetition pure strength work into my yearly training cycle for periods of eight to twelve weeks. In addition to that, during my conversation with Dr. Andy Galpin, he said something very important for everyone to hear and understand. He said when you look at the data on aging and performance, in particular muscular performance, you see some very interesting patterns within the data. He said, for instance, that for every year after age 40, there's a 1% drop in muscle size that can be offset by resistance training, but that if you don't do resistance training, that you won't offset. And during that series, we also talked about the minimum requirement for six and probably more like ten working sets per muscle group per week in order to at least maintain muscle size, not just age 40 and beyond, but even at younger ages.\n\nAndrew Huberman: Okay, so that's muscle size 1% decrease per year unless you do the right thing. And the right thing is get six to ten working sets per week in order to offset that decrease. And if you train properly for hypertrophy, yes, you can still increase muscle size past age 40. In addition, he said that there is a three to 5% reduction per year for every year past age 40 in strength and power. Now, that's a very important metric because what it's telling us is that the drop off in strength and power is significantly greater per each year after age 40 than is the decrease in muscle size, telling us that we have to do something to offset that decrease in strength and power. In addition, he mentioned that for every year past age 40 there is an eight to 10% decrease in speed and in explosiveness. And so if one is interested in maintaining speed of muscular movement and explosiveness of muscular movement, something that's perhaps important to a number of you, one also has to incorporate training specifically geared toward maintaining or improving speed and explosiveness.\n\nAndrew Huberman: Now, I like many people, I'm not so interested in speed and explosiveness. I know they have their utility, but I am interested in maintaining muscle size over the course of my life, perhaps even adding some muscle to particular muscle groups. I'm also very interested in at least maintaining and ideally even gaining some strength in certain muscle groups throughout my entire lifespan. And that's not just for performance reasons. That's also because we know that maintaining or improving strength of our muscles is very important across the entire lifespan, but especially in the years spanning from 40 until death, which I think for most people fall somewhere between 50, 60, 70 or ideally out into the or hundreds, right? That's what we are all seeking is to die later in better health. And in order to do that, we have to dedicate some very specific training protocols in order to maintain or build strength. So to summarize, in addition to all the positive reasons to do dedicated strength training that I mentioned before, it's highly recommended that you do some dedicated strength training for the purposes of offsetting the age related decline in strength that occurs again three to 5% per year past age 40, which is a pretty significant decline. But the good news is, if you do the three to five protocol for, say, twelve weeks per year and then you continue to resistance train using other repetition ranges geared towards hypertrophy and strength or perhaps even muscular endurance, the good news is you'll maintain your strength and perhaps even build your strength, offsetting that natural decrease that would otherwise occur." - }, - "truncated_cells": [] - }, - { - "row_idx": 78, - "row": { - "id": "chunk_127151", - "embedding": [ - -0.024806468, 0.009154292, 0.017429773, -0.029666563, 0.006704271, - -0.00020222664, -0.017509663, -0.039732955, -0.009447229, - -0.010605664, -0.00095870404, 0.037602503, -0.004340799, 0.008754832, - -0.009294103, -0.018827882, 0.04745585, -0.008022489, 0.012429864, - -0.019240657, -0.022130085, 0.0029842993, 0.006341428, -0.004021231, - -0.020012947, 0.021823833, 0.022183346, -0.0038148433, 0.0028761122, - -0.020439038, 0.03624434, -0.009367337, -0.022303184, -0.008907959, - -0.01038596, -0.021198012, -0.009600356, -0.009939897, 0.010692214, - -0.018787937, 0.028814383, -0.0069705774, -0.012596306, 0.022423023, - -0.013075658, -0.00736338, 0.0049433177, -0.04295527, -0.024606738, - 0.017762655, 0.027429588, 0.005632386, -0.015485734, 0.0019556896, - -0.0005134726, 0.0062215896, -0.01972001, 0.019427072, 0.006181644, - -0.0028594679, -0.0151927965, -0.000654948, -0.0047236145, - 0.020851813, -0.008042462, -0.0037848838, -0.0043940605, 0.0012582991, - 0.005342778, 0.022143401, 0.01912082, 0.026803767, 0.0109318895, - 0.01435393, 0.028521445, -0.016817266, -0.0067242435, 0.0015728738, - 0.025299136, 0.0047569033, -0.017443087, -0.01934718, -0.022063509, - 0.030625269, 0.0118306745, -0.026098054, -0.010865313, -0.01517948, - -0.011338007, 0.0019939712, -0.007696263, 0.014367245, 0.020998282, - 0.026018163, -0.014047678, 0.02089176, -0.01266954, -0.00273963, - -0.014393876, 0.014673498, -0.015232742, 0.007603056, -0.014660182, - -0.019680064, -0.04974609, 0.004883399, 0.012310026, -0.004700313, - 0.010086366, -0.028121985, -0.015232742, 0.029027428, -0.020585507, - -0.036936738, -0.02094502, -0.02054556, 0.015831932, -0.019546911, - -0.037575874, -0.02671056, 0.034939438, 0.014926489, 0.029693196, - 0.009214211, 0.004520556, -0.010572375, -0.030252438, 0.014473768, - 0.018228693, -0.027775787, 0.0059885713, -0.013315334, 0.007696263, - 0.00836203, -0.025219243, 0.0079559125, -0.0034087256, -0.004826809, - -0.036111187, -0.0126029635, 0.006201617, 0.004810164, -0.023648033, - -0.022196662, -0.019693378, 0.01572541, 0.035152484, 0.009899951, - 0.0018075566, 0.0024450282, -0.0054692733, -0.0014863241, - -0.0052861874, -0.00008332486, 0.0030225809, 0.0067841625, - -0.020079523, 0.0018175431, -0.01672406, -0.0129957665, 0.020625452, - -0.008708228, 0.018281953, 0.0008126515, -0.017083574, 0.012030404, - 0.029932871, -0.010326042, 0.025392342, 0.011431214, 0.010119654, - 0.006238234, -0.023501564, 0.02174394, 0.009573725, 0.02154421, - -0.007935939, 0.010239492, -0.007083758, -0.03262257, 0.021930356, - 0.00061250536, 0.030492116, 0.016484383, -0.0048301374, 0.014340615, - 0.020079523, -0.0062049455, 0.002916058, -0.022835799, 0.003478631, - 0.022955636, -0.006937289, 0.0023584785, -0.6476579, 0.0072501996, - 0.0067075994, -0.027988832, 0.029160582, 0.00082055747, -0.0070904153, - 0.010226176, -0.048840646, 0.028974166, 0.007330091, 0.0019124149, - 0.02086513, -0.018162116, 0.011950512, -0.026510831, 0.01087197, - -0.011078358, -0.02268933, 0.009021139, -0.048015095, 0.000025291332, - -0.0052662147, 0.0070637846, 0.02348825, 0.018601522, -0.008302111, - -0.007556452, 0.00057630433, 0.005299503, -0.00927413, 0.02548555, - 0.02069203, 0.0022636068, 0.053074922, -0.03270246, -0.013235442, - 0.039919373, 0.0116975205, 0.025645334, -0.019000981, -0.016990365, - 0.023727925, 0.013561668, 0.014593606, 0.027296435, -0.0013207147, - 0.012096981, 0.013688164, 0.0070038657, 0.028201878, -0.017110204, - -0.012456495, 0.012329999, 0.0069239736, -0.01213027, 0.021823833, - -0.023035528, -0.014047678, -0.000019426865, 0.003179036, 0.01809554, - -0.034380194, -0.0069439467, -0.027456218, 0.011664232, -0.019427072, - -0.0034320273, -0.0034520004, -0.019640118, 0.015312634, 0.0024416994, - -0.011917224, -0.021703994, 0.004034546, 0.021637417, 0.021291219, - 0.01478002, -0.0067242435, 0.021956986, 0.010812052, 0.01515285, - 0.0009728516, -0.008595048, 0.010459195, 0.0071703074, -0.033208445, - 0.0071836226, -0.0022985595, -0.009833374, -0.006977235, - -0.0006041833, -0.014234092, -0.031690493, -0.008628337, -0.010033105, - 0.008834724, 0.007862705, 0.0070304964, -0.020279253, -0.0052628857, - 0.006341428, 0.016977051, 0.019600172, -0.012503099, -0.0018258651, - -0.0042342762, 0.0035452077, 0.023927655, -0.011824016, -0.0041310824, - -0.025472235, -0.014673498, 0.021810517, 0.00021866275, -0.021650733, - 0.018934404, 0.010718844, -0.00379487, -0.013847947, 0.027669264, - -0.020039577, 0.015419157, -0.01657759, 0.015072959, 0.018694729, - 0.007496533, -0.028015463, 0.0026447582, -0.018827882, 0.015086274, - -0.0075963982, 0.028521445, -0.019906424, 0.022702644, 0.010545745, - 0.006218261, -0.0009603685, 0.016897159, -0.03557857, -0.015259373, - -0.00739001, 0.01047251, -0.010798736, -0.022183346, -0.021504264, - -0.032063324, -0.0048168222, 0.011684205, -0.01715015, 0.008015831, - -0.006537829, -0.0030442183, 0.018881144, -0.011610971, 0.0011667561, - -0.00030583658, -0.052489046, -0.027429588, -0.02346162, - 0.00076188677, 0.010346015, -0.00739001, 0.02311542, -0.0052495706, - 0.007942596, -0.004294195, 0.016684113, -0.017403143, -0.023954285, - 0.01934718, -0.015538995, -0.014620237, 0.012323341, -0.014819967, - 0.0064346353, -0.028201878, 0.0051097595, -0.032835614, -0.0018192076, - 0.01246981, -0.019440388, -0.030385593, -0.018108854, 0.04585801, - -0.0072501996, 0.013967785, -0.004380745, -0.021277905, 0.029426888, - -0.0036017979, -0.00038676884, -0.03145082, -0.0093739955, - 0.0060285176, -0.0014347272, -0.009447229, 0.0046104346, 0.014313984, - 0.0038647756, 0.029693196, -0.021597471, 0.018708045, -0.025991533, - 0.04101123, -0.011304718, 0.022436338, -0.020878443, 0.021237958, - 0.016617537, -0.009833374, -0.009740167, -0.0097601395, -0.007842732, - -0.020279253, 0.00146968, 0.00867494, 0.028201878, -0.011144934, - 0.0161515, 0.015645517, -0.0052295974, 0.02434043, -0.02177057, - -0.042529177, 0.02074529, -0.016484383, 0.021064859, 0.009054427, - -0.013341965, 0.017882494, 0.021703994, 0.015339265, 0.014939805, - 0.019666748, -0.011943854, 0.001645276, -0.0064213197, 0.04378082, - 0.012516414, 0.032569308, 0.00018350195, 0.01204372, -0.023448303, - 0.016124869, 0.009207553, 0.033554643, -0.013095631, -0.007283488, - -0.002787898, 0.00006527634, 0.00020191456, -0.020612137, -0.00747656, - 0.0034453426, -0.016923789, -0.004976606, -0.020572191, 0.02793557, - 0.03901393, -0.0018475025, 0.03035896, 0.0067408876, -0.021171382, - 0.008821409, 0.0068906853, 0.0039346814, -0.015392526, -0.009214211, - 0.017589556, -0.0072302264, -0.0077495244, -0.007889335, -0.012969135, - 0.002787898, 0.005239584, 0.028974166, 0.009467202, -0.00027046772, - 0.033261705, 0.014274038, -0.029267104, 0.004843453, -0.005319476, - -0.015166165, -0.00016020011, -0.021823833, 0.010419249, -0.01335528, - 0.010772105, -0.03824164, 0.014021046, -0.023674663, 0.00091210037, - 0.0008218058, 0.02336841, 0.006577775, -0.017336564, 0.026604038, - -0.001210031, -0.0036151132, 0.003698334, -0.010818709, -0.039306868, - 0.02628447, 0.015472419, -0.02169068, -0.017016998, 0.0056423726, - -0.016764006, 0.025458919, -0.001214192, -0.00006475621, -0.010905258, - 0.032409523, 0.0069239736, -0.0286546, 0.014021046, 0.017056944, - -0.008102381, -0.006904001, -0.009640302, -0.014274038, 0.0010044755, - 0.11568362, 0.019573541, 0.0028827698, 0.022076825, 0.00008415707, - 0.017842548, -0.0073234336, -0.019333865, 0.04750911, -0.019080874, - 0.025498865, 0.0016910475, 0.004883399, -0.010339357, -0.009174265, - 0.002579846, -0.0060551483, -0.015831932, -0.026617352, -0.00856176, - -0.008375345, 0.004157713, 0.020199362, 0.03640412, 0.015339265, - 0.018042278, 0.02870786, 0.02291569, 0.0129957665, -0.025006197, - -0.0060285176, 0.022023562, 0.009054427, 0.023754556, -0.031610604, - 0.011238142, -0.018787937, 0.0059619406, 0.016737375, -0.020345831, - 0.004836795, 0.013634902, 0.02051893, 0.013242099, -0.004181015, - -0.0006965584, -0.0039679697, 0.02591164, -0.0116975205, -0.017016998, - 0.0057289223, 0.016444437, -0.030811682, -0.0051064305, 0.03216985, - -0.016311284, 0.0013947813, -0.018614838, 0.0010926896, -0.011610971, - -0.022809166, -0.0048700836, -0.005772197, 0.0050165523, -0.012290053, - 0.0023767871, -0.009686906, 0.008262165, -0.011777413, 0.0026364361, - -0.02334178, -0.0084752105, 0.00024154848, 0.0087348595, 0.012769406, - 0.0123499725, 0.031743757, 0.0014530359, 0.00493666, -0.011298061, - 0.007010523, -0.007117046, -0.0054426426, -0.033075288, -0.0013623252, - -0.015299319, -0.018668098, -0.0071503343, -0.010938547, 0.029400257, - -0.008914616, -0.00091792585, 0.00078934967, -0.007543137, - 0.004677011, 0.03824164, 0.033714425, -0.0014447138, 0.02086513, - -0.022609437, -0.0008180608, -0.017855862, 0.0023817804, -0.032888874, - 0.0036750322, 0.003059198, 0.01173081, -0.00368169, -0.012303369, - -0.03238289, 0.029346997, -0.0076629748, 0.009906609, 0.011324692, - 0.026417622, 0.012476468, 0.0224896, 0.0044340063, -0.01972001, - -0.020279253, -0.002228654, -0.034806285, 0.030145917, 0.013135577, - -0.02953341, 0.0077628396, 0.0012766076, -0.011111646, -0.023861079, - -0.0100197885, -0.024833098, 0.016111555, -0.018228693, -0.024926305, - -0.037336197, -0.029346997, -0.023807818, 0.020811867, -0.0067075994, - -0.009453887, -0.032569308, -0.010798736, 0.0035219057, 0.0012308361, - 0.048094988, -0.02990624, 0.0018574891, 0.007922623, -0.012776063, - 0.019999633, -0.0014338951, 0.007576425, -0.008974535, -0.0035019328, - -0.015525679, -0.017389826, -0.0021470976, 0.0019490321, 0.025765171, - 0.026803767, 0.024074124, -0.0003079171, -0.002137111, 0.027176596, - -0.010951863, -0.008661625, 0.0017376511, -0.009780113, 0.0030425538, - 0.011404583, 0.024859728, -0.010299411, -0.017682763, -0.012616279, - 0.013994416, 0.023474934, -0.019187396, -0.020359145, -0.010093023, - -0.0259649, -0.007975885, 0.019653434, -0.002177057, 0.018628152, - -0.05216948, -0.003841474, 0.0406384, 0.0053860527, 0.020652084, - 0.0030958152, 0.0141542, -0.003718307, 0.015512364, 0.0033887525, - 0.0098932935, -0.0087215435, -0.019000981, -0.030199178, - -0.0066210497, 0.032888874, 0.00026609862, 0.015259373, -0.027775787, - 0.013541695, -0.015232742, 0.010106338, -0.0054293275, -0.0079492545, - 0.026777137, -0.013428515, -0.0075830827, -0.00048101644, - -0.008308768, 0.005758882, -0.0052062958, 0.0036650456, -0.0075031905, - 0.020425722, -0.009953212, 0.016311284, 0.0071436767, 0.009720194, - 0.0004864258, 0.010652267, 0.047109652, -0.011737467, 0.006098423, - -0.0057954993, -0.011544394, 0.012563018, 0.02705676, 0.011737467, - -0.00676419, -0.020572191, -0.015139535, 0.01715015, -0.009014481, - -0.011630944, -0.013282046, 0.026297785, 0.012769406, 0.03507259, - -0.012722801, -0.022609437, -0.02109149, 0.0123499725, 0.009334049, - 0.0068906853, 0.0053327912, -0.020345831, 0.0015662161, 0.044739522, - -0.011131619, 0.029213842, -0.0016078266, -0.013408542, 0.004800178, - 0.0059286524, -0.0009620329, 0.0008763154, 0.010219519, 0.024753205, - -0.00017954895, 0.0131289195, 0.031370927, 0.03113125, -0.008794778, - -0.0043108393, 0.0137680555, 0.029054059, -0.0074033258, -0.00947386, - 0.004916687, -0.03344812, 0.00393801, -0.021437688, -0.013495091, - -0.0029260446, 0.007982543, -0.013348622, 0.01772271, 0.0077295513, - -0.033181813, -0.005599098, -0.0017126849, -0.0054726023, - 0.00063788774, -0.021317849, 0.0024533502, -0.032036692, -0.01917408, - -0.03621771, 0.0067874915, 0.013288704, 0.0059020217, -0.009140977, - -0.023967601, 0.017070258, -0.010292754, 0.027296435, -0.01934718, - 0.0038481315, -0.018042278, 0.02525919, -0.03387421, -0.02069203, - 0.0071836226, -0.007603056, -0.044579737, -0.008914616, 0.009913267, - 0.034406822, -0.0060118735, -0.0004460637, 0.0062482203, 0.01894772, - -0.004277551, -0.016364545, -0.040691663, 0.0063447566, -0.014926489, - 0.010199546, 0.026817083, -0.03504596, 0.018774621, -0.0019573541, - 0.017190097, 0.0102794375, -0.020199362, 0.00582213, -0.004377416, - 0.0022020233, 0.004340799, -0.013941155, 0.001278272, -0.008388661, - -0.039573174, -0.0007048805, 0.0060285176, -0.00018100532, - 0.018641468, 0.014487083, 0.021530895, -0.00031540697, -0.022196662, - -0.011983801, -0.008155642, 0.015445787, -0.02428717, -0.0021304535, - 0.008448579, 0.015592257, 0.033314966, -0.038481314, -0.003478631, - 0.007716236, -0.03704326, -0.03627097, 0.009214211, 0.01729662, - -0.0039479965, -0.013887893, 0.0004572985, 0.024779838, -0.016244708, - 0.010312726, 0.012716144, -0.0019174081, 0.0039912714, 0.0092474995, - -0.008887986, -0.016191445, -0.020239308, -0.010765447, 0.019933054, - -0.014127569, 0.0028511458, 0.010851997, 0.013574983, 0.01007305, - -0.0032739078, 0.037389457, 0.026417622, 0.01535258, 0.021051543, - -0.025046144, -0.0056224, 0.029986132, -0.0104125915, -0.0021620775, - 0.006614392, 0.0030492116, 0.0006154181, 0.006098423, -0.0038248298, - -0.03033233, 0.012323341, -0.017989017, 0.016457753, -0.007603056, - -0.0008159803, 0.0079492545, 0.018388476, -0.017815918, -0.008375345, - -0.00696392, 0.00016155245, 0.017190097, 0.017909124, -0.010978493, - -0.026670614, 0.0082089035, 0.021664048, 0.01075879, -0.022942321, - 0.0046037766, 0.0022702646, 0.010818709, -0.0020222664, -0.009527122, - -0.012190188, -0.0008430271, -0.020838497, -0.0065278425, - 0.0036850187, -0.01344183, 0.012576333, -0.015991716, -0.011897251, - 0.004300853, -0.027642634, -0.029213842, -0.013994416, 0.0012915874, - 0.00071777974, -0.0010277773, 0.19983654, -0.009121004, -0.0132554155, - 0.014300669, 0.011431214, 0.00687737, 0.028228508, 0.00095787185, - -0.013088973, 0.014939805, 0.023621403, 0.0016943762, -0.018814567, - -0.0041710283, 0.00018017311, -0.029639933, -0.032089956, - -0.00036409116, -0.012010431, -0.00028003813, 0.011431214, - 0.010259465, -0.011650917, -0.0008654967, 0.023621403, 0.014140884, - -0.022622753, -0.0111848805, 0.03986611, 0.0011925546, -0.007656317, - -0.004181015, -0.014447138, -0.0045372, -0.013202154, 0.013661533, - 0.021530895, -0.012742775, 0.0030808353, -0.0048467815, 0.0036450727, - -0.0061050807, -0.030891575, 0.014859913, 0.005579125, 0.010066393, - -0.014100939, 0.0061649997, -0.01991974, 0.015885193, -0.025232557, - -0.01304237, 0.011937197, 0.030492116, -0.003007601, -0.00036908442, - 0.010951863, -0.005675661, 0.011258115, 0.013295361, -0.0003566013, - 0.023102105, 0.0067408876, 0.02408744, 0.00607845, 0.0065744463, - -0.017283304, 0.021277905, -0.02368798, 0.010565718, -0.0077362093, - -0.012835982, -0.0092474995, -0.0011967156, -0.019799901, - -0.013674848, 0.03304866, 0.00542267, 0.020625452, 0.03275572, - 0.007682948, -0.0064645945, 0.018907774, 0.0036550593, 0.0039113793, - -0.042156346, 0.0069439467, 0.0015162837, -0.0070904153, 0.010126311, - 0.0014671833, -0.0055491654, 0.001629464, 0.010266122, 0.0139012085, - -0.03717641, -0.004800178, -0.010991808, -0.013741424, 0.010938547, - -0.022769222, 0.06018531, -0.0015437466, 0.020598821, 0.00967359, - -0.024873044, -0.015978402, 0.016937105, 0.034193777, -0.004836795, - -0.0046836687, -0.032116584, 0.003398739, -0.013588298, 0.0014114254, - 0.017243357, 0.034486715, -0.016777322, 0.021810517, -0.01575204, - -0.0021953657, 0.017669449, 0.030492116, 0.008408633, 0.014274038, - -0.023794502, -0.032569308, 0.0065444866, -0.0092408415, -0.009367337, - 0.035978034, 0.0077029206, 0.0066676536, -0.025126036, -0.004760232, - -0.011417899, 0.012722801, -0.027456218, -0.005399368, 0.009034454, - -0.0150596425, -0.018574892, 0.0019723338, 0.005512548, 0.02411407, - -0.01637786, 0.019440388, 0.013095631, -0.007543137, -0.009706878, - 0.0041510556, 0.020026263, -0.032143217, -0.02685703, 0.008455237, - -0.014220777, -0.004796849, -0.022462968, -0.0151927965, -0.002519927, - -0.031583972, 0.013714794, 0.011224827, -0.009913267, -0.027189912, - -0.009527122, -0.1681993, 0.017842548, 0.029719826, -0.029027428, - 0.019533595, -0.019986317, 0.027589371, 0.021344481, -0.012503099, - 0.009027797, 0.008255507, 0.02094502, -0.008135669, -0.019067558, - -0.0049666194, 0.015246058, -0.000121502424, 0.026564091, 0.021304535, - 0.018721359, 0.019267289, -0.016990365, -0.002759603, 0.009260815, - -0.0070637846, -0.0022336473, 0.004733601, 0.020399092, -0.0011867292, - -0.013481775, -0.023927655, -0.0041477266, 0.023235258, 0.0019656762, - 0.009320734, -0.0028128643, -0.0058853775, -0.026670614, -0.009081058, - 0.037655763, 0.040824816, -0.009580383, -0.006817451, -0.014127569, - -0.008195588, 0.0046204207, -0.001985649, -0.0021354468, 0.0046670246, - 0.00027566904, 0.010579033, -0.004277551, -0.004580475, - -0.00016602557, 0.012010431, -0.039626434, -0.0032555992, 0.016617537, - 0.0084618945, -0.021664048, 0.0036883475, -0.013375253, 0.01115825, - -0.015419157, -0.00036138648, -0.0346465, -0.011664232, 0.0045438576, - -0.026098054, 0.016311284, 0.013661533, -0.0068840277, -0.016644167, - -0.022249924, 0.019000981, -0.00519298, -0.030119285, -0.0065078693, - 0.008668282, 0.021810517, -0.002651416, 0.016484383, -0.0077894703, - -0.022356445, 0.015219427, -0.002970984, 0.0037715684, -0.008947904, - -0.008415291, 0.0004186008, -0.0069506043, -0.03190354, -0.019600172, - -0.0052928454, 0.011204854, 0.0076629748, 0.02705676, -0.007496533, - 0.025006197, -0.015206112, 0.007995858, 0.013481775, -0.015365896, - 0.020026263, 0.027988832, -0.00033600413, 0.0046670246, 0.017389826, - 0.029373627, -0.0043607717, -0.016218077, 0.019866478, 0.020345831, - 0.035285637, 0.0024533502, 0.03659054, 0.019467019, -0.03592477, - 0.014447138, -0.010459195, 0.044340063, -0.009740167, -0.041650366, - 0.026990183, -0.019773271, -0.038055226, -0.13581641, 0.008621679, - 0.0038514603, 0.020731974, 0.03267583, 0.008641652, -0.0027213213, - -0.004760232, -0.014500399, 0.016630853, -0.018588206, -0.02268933, - -0.00032955452, 0.002568195, -0.00214044, -0.009766798, -0.0039946004, - -0.025871694, -0.025099404, 0.03033233, 0.016590906, -0.025032828, - 0.0049699484, -0.00021169301, -0.004900043, 0.006494554, -0.032063324, - 0.020199362, 0.01352838, -0.013248757, -0.00037199716, 0.0037649106, - 0.010718844, -0.027722526, 0.010132969, 0.009180923, 0.026843714, - -0.02328852, 0.0067908205, -0.017003682, -0.0007464909, 0.0101596, - 0.013714794, -0.009061085, 0.0087215435, -0.016431123, -0.026404308, - 0.018774621, -0.0018741332, -0.012989108, -0.038934037, -0.004916687, - -0.036457386, 0.0033854237, 0.0016003367, -0.026044793, 0.022063509, - -0.00008332486, 0.0041310824, -0.019866478, 0.010246149, -0.015991716, - -0.01914745, 0.03339486, 0.027016813, -0.022303184, -0.025951587, - -0.014087623, 0.00090128166, -0.019759955, 0.0014405526, 0.017190097, - -0.010452537, 0.042768855, -0.043328095, 0.002040575, -0.021730626, - -0.022436338, 0.012236792, -0.008581732, -0.008848039, -0.003941339, - 0.010838682, -0.035791617, 0.00029564204, 0.019999633, 0.021078173, - -0.022942321, -0.012882586, -0.03153071, -0.008974535, 0.029693196, - 0.028468184, -0.0012316684, -0.023674663, 0.008481868, -0.009939897, - -0.008661625, -0.0036317573, 0.010832024, -0.0005505058, 0.0034120544, - -0.025192613, 0.021104805, 0.00867494, -0.012563018, -0.006750874, - -0.022409707, 0.005619071, 0.012842639, 0.0079492545, -0.007083758, - -0.022889059, 0.004304182, 0.014700129, -0.021024913, -0.016843898, - -0.01989311, -0.00867494, -0.0142873535, 0.0036350861, 0.01155771, - 0.0055325213, 0.023887709, -0.01258299, 0.028414924, 0.0027412944, - -0.019999633, 0.0037482665, 0.0048168222, -0.012922532, -0.0038348162, - 0.012516414, -0.023195311, -0.00918758, 0.013228784, -0.010372645, - 0.00858839, 0.013521722, 0.010818709, -0.008628337, 0.032462783, - -0.00021262924, -0.008694913, -0.00747656, -0.030225808, -0.010825367, - 0.0016943762, -0.030944837, 0.011291403, -0.0064978832, 0.0066510094, - 0.02006621, 0.017416457, -0.019240657, -0.014833282, -0.019973, - 0.011484476, 0.011258115, -0.002208681, 0.0037815548, -0.02793557, - 0.02054556, 0.005096444, 0.01652433, -0.012816009, 0.013634902, - 0.00019962598, 0.015126219, -0.0027662606, -0.0064113336, -0.00947386, - -0.007623029, -0.0015279346, 0.021437688, 0.010199546, 0.0033022028, - -0.0024500214, 0.012443179, 0.018867828, 0.014420507, 0.0283084, - 0.021131435, 0.00092874456, -0.024407007, 0.024007548, 0.037629135, - -0.014859913, -0.0022303185, 0.024686629, -0.016124869, -0.0021587485, - -0.0021820504, 0.014686814, -0.0072901454, 0.002040575, 0.027030129, - 0.03944002, -0.014074308, 0.013188838, -0.0050465115, -0.008002516, - 0.0028095355, -0.0049566333, -0.003618442, -0.012729459, -0.015286003, - 0.007330091, 0.0074033258, -0.023275204, -0.019733325, -0.008668282, - 0.0030375605, 0.023381727, -0.0030175876, 0.0025648663, -0.000830544, - 0.0056423726, 0.015845247, 0.0013806337, -0.00856176, -0.007156992, - 0.0133819105, 0.0040878076, 0.014686814, -0.0020239307, 0.0066343653, - 0.020132786, 0.015006381, 0.0008122354, 0.00015021361, 0.018162116, - 0.013148893, -0.009493833, -0.027775787, -0.008322083, -0.017110204, - -0.037336197, -0.0051863226, 0.015685463, -0.016644167, 0.060345095, - 0.00807575, -0.015006381, 0.018002331, 0.013941155, 0.0133819105, - 0.01352838, -0.0004860097, -0.017216727, -0.025405657, -0.014127569, - -0.0047069704, -0.021211328, -0.039999265, -0.015898509, 0.033261705, - 0.014527029, 0.0028944206, 0.012376603, -0.0077495244, 0.02446027, - -0.0015079615, 0.011970486, -0.007862705, -0.0069306316, -0.026430938, - 0.022968952, 0.011837332, -0.012989108, -0.013002424, -0.003147412, - 0.01395447, -0.037735656, -0.015632203, 0.008435264, 0.008455237, - -0.013874578, -0.002380116, -0.0074499296, 0.024167331, -0.0003547288, - -0.011630944, -0.042902008, -0.018042278, -0.009254158, 0.0021337823, - -0.0016902152, -0.016164815, -0.045778118 - ], - "metadata": { - "chunkTitle": "Enhancing Fitness Tools", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64059&chunkSid=chunk_127151" - }, - "document": "Andrew Huberman: And that's a really overarching theme of everything we've been discussing today, which is, yes, it's wonderful and important to have a core fitness program, something that you're really striving to do each and every week. And for me, that's three sessions of cardio, three resistance training sessions, and a day where I'm doing thermal stress training, which is just fancy language for deliberate cold and deliberate heat exposure. However real life happens travel, work, illness, family, all the sorts of things that can impinge on an exercise schedule and make it less likely that one would complete their workouts. So today we've been discussing tools to improve your fitness, which are brief, easy to incorporate, scientifically supported, and that are shown to improve the various sorts of exercise adaptations and recovery that will allow you to get the most progress from your schedule. So while the tools that we discuss today relate to breathing, they relate to nutrition, they relate to supplementation, they relate to specific set and rep patterns and cadences and rest periods, et cetera.\n\nAndrew Huberman: All of those specific recommendations are within a larger container that I hope has become clear. Which is the best tools to improve your fitness are the tools that, of course, are going to be effective in improving your cardiovascular and strength and hypertrophy training, et cetera. Whatever it is that your goals are. But also tools that are going to make it easier and more likely that you are going to engage in your fitness program with enthusiasm, with effort, and with focus. And as with any episode of this podcast, I covered a lot of information and there are a lot of different tools that one could incorporate. By no means do you need to incorporate them all, although if you choose to, that's wonderful.\n\nAndrew Huberman: Just even incorporating one or two of them, say incorporating this notion of the line and the exercise snacks, or adjusting your level of flexibility as to whether or not you train fasted or fed and the line, or trying a twelve week cycle of purely training for strength when you do your resistance training. But whether or not you pick one tool or all the tools, or somewhere in between, the key thing is to actually implement them. And I like to think that during today's discussion provided a number of tools, again, largely gleaned from the episode series with Dr. Andy Galpin's. And again, if you haven't seen that series that's linked in the show, note captions, those episodes are long, there are six of them, but they are a wealth of information of every aspect of fitness. During today's episode, we're really just talking about the things that you can and I do believe should bring to your existing fitness program that can really make a positive difference without a lot of effort." - }, - "truncated_cells": [] - }, - { - "row_idx": 79, - "row": { - "id": "chunk_127147", - "embedding": [ - 0.0029976957, -0.0059953914, 0.0047834124, -0.011868566, -0.011576605, - 0.0063009323, -0.015833808, -0.03142318, -0.007849006, -0.008147757, - 0.0039856113, 0.023302585, -0.011977203, 0.003754758, 0.0077607385, - 0.00874526, 0.047338467, 0.010768618, 0.028408512, 0.005231539, - 0.008005171, -0.006480862, -0.01910649, 0.011121688, -0.01978547, - -0.0075230957, 0.047474265, -0.025339525, 0.009268073, -0.018237397, - 0.045437325, 0.005302832, 0.007176816, 0.010666772, -0.013790078, - -0.0037819173, 0.016146138, -0.0065657343, 0.008310712, 0.00069255935, - 0.02111627, -0.006406174, 0.008561934, -0.017667053, -0.022229796, - -0.0010405364, 0.00939029, -0.026453052, -0.010673562, 0.01406846, - 0.0026395337, -0.0019164203, 0.0032506157, 0.015847387, 0.0032692875, - -0.015643694, 0.0004655255, 0.0016813236, 0.02381861, 0.015236306, - 0.005975022, 0.009220545, -0.014014142, 0.018047282, 0.0039618467, - -0.0047494634, 0.0032013895, 0.0044744764, -0.0027685398, - 0.0034729815, 0.008222445, 0.025977766, 0.00010455227, -0.0146523835, - 0.033704557, -0.013667863, -0.024728443, -0.021048373, 0.036583427, - -0.0123370625, 0.017178187, 0.00075663807, -0.028680105, 0.024103781, - 0.016879437, 0.0005423351, -0.0017789269, 0.016295513, -0.021455761, - -0.005509921, -0.0108365165, 0.011006262, 0.013606754, 0.019215127, - 0.030391134, -0.003951662, -0.013627124, 0.008331082, -0.037371047, - -0.00504482, -0.018481828, -0.004291152, -0.020192858, -0.008181706, - -0.049755637, -0.0030961477, 0.014951134, -0.0019554617, - -0.0067218994, -0.020695303, -0.01912007, 0.061216816, 0.006511416, - -0.041010376, -0.0015837203, -0.003656306, 0.017273245, 0.024416111, - 0.000018764773, -0.028734423, 0.02045087, 0.03356876, 0.038674686, - 0.0087181, 0.016716482, 0.0054488126, 0.0040127705, 0.002148971, - 0.0026887597, -0.009166227, -0.0054488126, 0.0020488214, - -0.0032302462, 0.009492137, -0.021917466, 0.019201547, -0.005693245, - -0.0036053825, -0.007849006, -0.022216218, 0.02949488, 0.003724204, - -0.01777569, -0.0043352856, -0.037126612, 0.014801758, 0.0342749, - 0.010972313, 0.002028452, -0.011936464, 0.0075230957, -0.015059771, - 0.00652839, 0.019228706, 0.004970132, 0.0028873615, -0.010775409, - 0.030391134, -0.015358522, 0.009485347, 0.04530153, -0.009016851, - -0.005791697, -0.005126297, -0.0020640984, 0.011583394, 0.032455232, - -0.0135049075, 0.0076385224, -0.010239014, 0.011963624, 0.029983746, - -0.028109761, 0.036827862, 0.0135931745, 0.038104344, 0.002025057, - 0.013932665, 0.016838698, -0.018223817, 0.03750684, 0.0036189621, - 0.02816408, 0.009132277, -0.009091539, 0.0068814596, 0.015059771, - -0.024388952, -0.007251504, -0.006212665, -0.044106524, 0.01508693, - -0.0026700879, -0.008147757, -0.6309623, 0.0050787684, 0.00939708, - -0.0016651979, 0.027783852, 0.0012085839, -0.005934283, 0.006637027, - -0.02079036, 0.003388109, -0.00047358838, -0.0038701845, 0.0038803692, - 0.0012043404, -0.012968513, -0.018183079, 0.030771362, -0.021971785, - -0.013830817, -0.022582866, -0.03017386, -0.025583956, -0.008154547, - 0.012812348, 0.026249357, -0.0023424802, 0.0025665434, -0.021455761, - 0.01372218, 0.04087458, -0.015548636, 0.011074159, 0.011508707, - 0.021387862, 0.052580193, -0.058283623, -0.004430343, 0.03913639, - 0.008643412, 0.0167708, -0.0025699383, 0.0026921546, 0.022256956, - 0.0014428319, -0.0013961521, 0.017544838, 0.010795778, 0.0017619524, - 0.019405242, 0.016662164, 0.006100633, -0.004892049, -0.006205875, - -0.012880246, 0.0010838214, -0.018671943, 0.022786561, -0.004280967, - -0.013362321, 0.0017076341, 0.0135049075, 0.0064163585, -0.014638804, - 0.0072718733, -0.0154671585, 0.028788742, -0.03446501, 0.004196095, - 0.015956024, 0.0058799647, 0.015439999, 0.00024294744, -0.017028812, - -0.022229796, 0.0039788214, -0.0024069832, 0.0005049912, 0.026969075, - -0.019527458, 0.02046445, 0.007740369, 0.00453898, -0.010897625, - 0.0065657343, 0.016051082, -0.011345752, -0.03183057, -0.0057950923, - -0.019880528, -0.033242848, 0.0015378891, 0.029630676, 0.0037649428, - -0.024538329, -0.0010252594, 0.012995672, -0.010510607, 0.023723552, - 0.0021914071, -0.016879437, -0.009627933, -0.0073872996, -0.00906438, - 0.010327282, -0.01241175, -0.010829727, -0.013566015, -0.006820352, - 0.019608935, -0.025271626, 0.004060299, 0.007136077, -0.022012524, - 0.004067089, -0.010327282, -0.023737133, -0.013382691, 0.01239138, - -0.008473667, -0.030092383, 0.014570906, -0.014869656, 0.025896288, - -0.0062567983, 0.008826736, -0.0002964171, 0.0017874142, - -0.0056049777, 0.005027845, -0.014557326, 0.009363131, -0.0007982256, - 0.00520438, -0.0034135708, 0.0058154617, 0.020545928, 0.03250955, - 0.008283553, 0.0017857167, -0.030662725, -0.01945956, -0.006640422, - 0.01575233, -0.014462269, -0.00872489, -0.045383006, -0.008928584, - 0.008174916, -0.0039041336, -0.024321055, 0.01711029, -0.040630147, - -0.023343325, 0.010666772, -0.031368863, -0.007672471, -0.039435145, - -0.016947335, -0.014462269, -0.0049429727, 0.018074442, 0.004158751, - -0.0015540149, 0.018889217, -0.020342233, -0.0024120756, -0.008819947, - 0.021835988, 0.0085211955, -0.030744202, -0.016635004, -0.0065555493, - -0.019079331, 0.017001653, -0.010632823, 0.02311247, -0.02851715, - 0.0127987685, -0.036474794, 0.006429938, -0.011990783, -0.010659982, - -0.0058935443, 0.0027753296, 0.042531293, 0.003856605, 0.007652102, - 0.0073805097, -0.025733333, 0.024660544, -0.0026700879, 0.006779613, - -0.014869656, -0.013233315, -0.0023509674, -0.029331924, 0.014217836, - -0.0019096306, -0.009689041, 0.022705084, 0.03142318, -0.00836503, - 0.00939029, -0.03422058, 0.012866667, 0.011176007, 0.013973404, - -0.02377787, 0.046469375, 0.01978547, -0.004579718, -0.022691503, - -0.020545928, -0.004488056, 0.004603483, 0.020545928, -0.00018014181, - 0.024606226, -0.00537073, 0.0065657343, -0.008303923, 0.029657835, - 0.027661635, -0.020586666, -0.012846297, 0.0073465607, 0.026357993, - -0.006562339, -0.0100217415, -0.0015633509, 0.009913105, 0.01840035, - 0.01640415, 0.015236306, 0.017857168, -0.016635004, -0.011658083, - -0.012520387, 0.015915286, 0.0018536147, 0.016675742, -0.000295144, - 0.027593737, -0.025597537, 0.014000563, -0.01948672, 0.03519831, - 0.008453298, 0.009546455, 0.02246065, -0.0023509674, 0.00072438654, - -0.032075003, -0.0091390675, 0.00004020833, 0.0010379903, 0.008181706, - 0.04323743, 0.0041281967, 0.027919648, 0.012085839, 0.042015266, - 0.024646966, -0.00082198984, -0.0039075287, -0.01542642, 0.007149657, - -0.0048852596, -0.03484524, 0.0021964996, -0.025298785, -0.008500827, - 0.004763043, -0.023696393, 0.021849569, 0.012119789, -0.0033711344, - 0.010340862, 0.009498927, 0.02008422, -0.026683904, -0.004759648, - 0.01542642, 0.007509516, -0.010578505, -0.005608373, -0.029522039, - 0.0042843623, -0.0017840193, 0.02813692, 0.00091153034, 0.014367212, - -0.0025784257, 0.024837079, -0.006229639, -0.008656992, 0.030635566, - -0.017232506, 0.012948144, -0.036094565, 0.0066845557, -0.014136358, - -0.005835831, -0.016635004, 0.03661059, 0.0028890588, -0.011501917, - -0.012649393, -0.0015726868, -0.004233439, 0.022229796, -0.011834617, - -0.013864767, -0.0001364325, -0.0028856639, 0.018862057, 0.0014326472, - 0.007978012, 0.0135931745, -0.021360703, 0.004562744, -0.036664907, - 0.002013175, -0.012214846, 0.074579135, 0.021985365, -0.009960633, - 0.02946772, 0.023302585, 0.020654565, 0.014231415, -0.032971255, - 0.03519831, 0.010890835, 0.011929674, -0.009526086, 0.024972875, - -0.019323764, -0.006901829, -0.026955497, 0.0031895074, -0.024606226, - 0.0032574052, 0.01808802, 0.0063111167, 0.01742262, 0.0046849605, - 0.06203159, 0.025434582, -0.002481671, 0.026792541, 0.03957094, - 0.031314544, -0.0035680386, 0.005774723, 0.015494318, 0.004756253, - 0.0032506157, -0.02547532, -0.015888127, 0.0049090236, -0.01309073, - 0.0055947932, 0.013443799, 0.0017891116, 0.03193921, 0.017178187, - 0.018346032, -0.010951944, -0.016349832, -0.023261847, -0.003418663, - -0.005217959, -0.027118452, 0.0060259453, 0.014041301, -0.010775409, - -0.005998786, 0.004230044, -0.035116833, 0.0001972224, -0.0074891467, - -0.022026103, 0.019513879, -0.01708313, 0.0011211653, -0.000779978, - 0.007624943, -0.010483447, -0.02244707, -0.03079852, 0.025054352, - -0.01205868, 0.012608654, -0.038864803, -0.008439719, -0.0011873659, - 0.0070953383, 0.031993527, 0.018902795, 0.00008412983, -0.005509921, - 0.014856077, 0.0079712225, 0.018305294, -0.024239577, -0.0073058223, - -0.014312893, 0.010659982, 0.023682814, -0.00939029, -0.012133368, - -0.0071903956, 0.005095743, 0.009539666, 0.013145048, 0.026616007, - -0.027702374, 0.022189058, 0.0023781266, 0.015385681, -0.0005792546, - 0.018699102, -0.012683342, -0.004165541, -0.015643694, 0.009947053, - 0.0048479154, -0.009532875, 0.008331082, -0.0040195603, -0.008595884, - -0.00018735598, -0.0039448724, -0.0061685313, -0.0010600571, - -0.011658083, -0.00096415123, 0.0053639403, 0.019391662, -0.008195286, - 0.026276516, -0.009811257, -0.007808267, -0.032971255, -0.036040246, - 0.023642074, 0.0053877044, -0.010259384, 0.013633913, -0.025407422, - -0.008806367, -0.02381861, -0.0070817587, 0.011956833, 0.025746912, - 0.0046170624, -0.028652946, -0.020518769, -0.043101635, -0.02043729, - 0.02042371, 0.0028143711, -0.0021421812, -0.0073533505, 0.012982093, - 0.0014912093, -0.012676552, 0.032292277, -0.025543218, -0.008623043, - -0.0066811605, -0.014353632, -0.0041859103, 0.013470958, 0.0026157694, - -0.021537237, 0.0040942477, 0.02715919, 0.007312612, 0.0015574098, - 0.0007511214, 0.017612735, 0.009240914, 0.045002777, 0.0060531045, - -0.01678438, 0.0154671585, -0.016675742, -0.0035782233, -0.013932665, - 0.0031640457, -0.015602955, 0.027457941, 0.02180883, 0.031912047, - -0.0045729284, -0.032292277, -0.016322672, 0.019744731, -0.02312605, - -0.011970413, -0.032645345, -0.020695303, 0.002164248, 0.028598627, - -0.00904401, -0.008018751, -0.013450589, -0.010252594, 0.049837112, - -0.012907405, 0.020613825, -0.0027532629, 0.017870747, -0.04117333, - 0.027308566, 0.00939708, 0.0055778185, 0.013661073, -0.028897379, - -0.0039618467, 0.0037072294, 0.009546455, -0.011800668, -0.0039856113, - 0.008541565, -0.015833808, -0.007244714, 0.00084490544, -0.009369921, - -0.043997888, -0.00039741534, -0.013491328, -0.009010062, - -0.002530897, 0.026439471, 0.003135189, -0.009553245, 0.022569288, - -0.00603613, 0.00008566815, -0.029522039, 0.006979912, 0.014788179, - -0.0004135411, 0.016811538, -0.019228706, 0.028218398, 0.02346554, - -0.0013367414, -0.027403623, 0.002330598, 0.0015226121, 0.009288443, - 0.031721935, 0.027811011, -0.043726295, -0.0123370625, 0.018223817, - -0.0095804045, -0.0013333465, -0.02650737, 0.009811257, 0.031042954, - 0.031450342, -0.0020607035, -0.0087181, -0.013532067, 0.010965523, - -0.023886507, 0.0049429727, 0.012934565, 0.0064537027, -0.011488337, - 0.054128267, -0.0031504661, 0.029087493, 0.0056049777, 0.014625224, - -0.014204256, -0.015277045, -0.009641512, 0.025882708, -0.0001093794, - 0.0057373787, -0.0011262577, -0.001911328, 0.021510078, -0.006562339, - -0.0009938566, 0.0016584081, -0.021605136, 0.030499771, -0.012092629, - -0.0026395337, -0.005004081, -0.017178187, -0.023085311, -0.012567915, - -0.009329182, -0.0010295031, -0.005102533, -0.005666086, 0.0098655755, - -0.010673562, -0.036909338, 0.010469868, -0.000707412, 0.00080077176, - -0.03085284, -0.0007859191, -0.001726306, -0.0221619, -0.034030464, - -0.023859348, 0.023248266, 0.013586385, -0.024307474, -0.014625224, - 0.0078014773, -0.01944598, -0.01780285, 0.02922329, -0.004861495, - 0.0070002815, -0.012846297, 0.010218645, -0.018359613, -0.048044607, - 0.011372911, -0.006945963, -0.033405803, -0.015969604, -0.000658186, - 0.0025903077, 0.0022796746, -0.011827827, 0.018250976, -0.005801882, - 0.00937671, -0.017585576, -0.019839788, -0.01606466, -0.0077607385, - -0.011332172, 0.009342762, 0.003585013, 0.0064163585, -0.015670853, - 0.0248235, 0.004121407, -0.0011602066, 0.014014142, -0.033650238, - 0.004895444, -0.02013854, -0.011243905, -0.013613544, -0.01611898, - -0.024402533, 0.009200175, 0.015874546, -0.00010556013, 0.006606473, - 0.026914757, 0.0031895074, 0.010524186, -0.0032285487, -0.023479119, - 0.013973404, -0.0034831662, -0.008704521, -0.007781108, 0.016825119, - 0.005231539, 0.005733984, -0.03785991, 0.011420439, -0.017001653, - -0.034790922, -0.039706737, -0.0023373878, -0.007665681, 0.004671381, - -0.0037275988, -0.006134582, -0.00519759, -0.009091539, -0.0009794283, - -0.0036664905, -0.03321569, -0.014869656, -0.018142339, 0.012031522, - -0.017191768, -0.027715953, -0.0135049075, 0.024049463, -0.011922885, - 0.006205875, 0.013973404, -0.014489428, 0.0045457697, -0.024551908, - 0.02786533, 0.04861495, -0.0025291995, 0.010945153, -0.049429726, - -0.019744731, 0.024904978, 0.0062601934, -0.0033117237, 0.010666772, - 0.0009539666, -0.002164248, 0.0009488742, -0.0055812136, 0.002878874, - 0.0065249954, -0.0031419788, 0.018047282, 0.02011138, -0.03150466, - -0.005740774, 0.0041417764, -0.015874546, 0.0019978979, -0.011569815, - -0.0013435312, 0.006297537, 0.005058399, -0.0025122252, -0.027023394, - 0.0033948987, 0.023872929, 0.013049991, 0.012805558, -0.006654002, - 0.008405769, 0.0067151096, 0.028788742, 0.0072990325, -0.008908214, - 0.0023509674, -0.00036240544, 0.019527458, 0.015385681, -0.0016592568, - 0.015277045, -0.016309094, -0.033161372, 0.009967423, -0.012045101, - -0.016499208, -0.007339771, 0.006137977, -0.02179525, 0.021863148, - 0.20738758, 0.018834898, -0.012459278, 0.03519831, -0.021306384, - -0.010530976, 0.010374811, 0.0154671585, 0.005275673, 0.021863148, - 0.03020102, 0.0043386808, -0.039082076, -0.0035137201, 0.0013706904, - -0.024837079, -0.03446501, -0.03359592, 0.0042096744, -0.013674652, - 0.012676552, -0.007923693, -0.023370484, -0.0028415304, 0.029522039, - 0.011162427, -0.0022508178, -0.012995672, 0.01776211, 0.004263993, - 0.0011126781, -0.040331397, -0.00874526, 0.010334072, 0.00025949758, - 0.017368302, 0.0023594548, -0.013192576, 0.0123778, -0.018278135, - -0.0020182673, 0.016825119, -0.02277298, 0.0059886016, 0.011495127, - 0.02042371, -0.013022832, 0.0063111167, -0.012466068, 0.00937671, - -0.029603517, -0.022691503, 0.011250694, 0.021890307, 0.009716201, - -0.021550817, 0.006008971, -0.010008162, -0.028408512, 0.042341176, - -0.043997888, 0.018848479, 0.0356057, 0.029684994, -0.038104344, - -0.010014951, 0.000995554, 0.021727351, -0.0066234474, -0.01042234, - -0.0014640501, -0.0115426555, -0.012805558, -0.0131518375, - -0.022406332, 0.0058120666, 0.008969323, -0.0013223131, 0.017897906, - 0.0014046393, 0.008534775, -0.0010176209, -0.0045457697, 0.020939736, - -0.0018536147, -0.002081073, -0.02244707, 0.019622514, 0.004158751, - 0.005268883, -0.016526368, -0.029956587, -0.010313703, -0.0012493228, - 0.009464977, -0.03821298, -0.003948267, -0.008704521, -0.018929955, - -0.008127388, -0.032699663, 0.04956552, -0.011576605, -0.008466878, - -0.023628496, 0.0045763236, -0.0029094282, 0.03117875, 0.015928864, - -0.0022508178, -0.0034203604, -0.040059805, 0.0023238081, - -0.011590185, 0.01006927, -0.011848196, 0.034356374, -0.023017414, - 0.0018502198, 0.016336253, -0.0015989973, -0.012934565, 0.022908777, - 0.0015692919, -0.0026904573, -0.02043729, -0.02982079, 0.0035408793, - 0.020328654, -0.025285207, 0.010850096, -0.005774723, 0.018712683, - -0.013206156, 0.0006339973, -0.00636204, -0.00602934, -0.0058799647, - 0.0016949032, -0.011990783, 0.0014759322, -0.00028007914, 0.015507897, - -0.009974212, 0.02077678, -0.017694212, -0.014394371, 0.003758153, - -0.025923448, -0.00091577397, -0.000726084, 0.026683904, -0.01241175, - -0.0051738257, -0.0057441685, -0.012133368, -0.018929955, - -0.041444924, 0.0032251538, -0.010809357, -0.004080668, 0.00521117, - -0.00081350264, -0.0032743798, -0.032482393, -0.019201547, - -0.17197199, 0.017409042, 0.04187947, -0.020831099, 0.0132401055, - -0.02544816, 0.037696958, 0.01374255, -0.009342762, -0.014041301, - 0.01539926, 0.0044676866, -0.0146523835, -0.030391134, 0.012934565, - -0.002040334, 0.0047155144, 0.013274054, 0.032944098, 0.025230888, - 0.01105379, -0.01776211, 0.0063246964, -0.009512506, 0.017571997, - -0.01374255, 0.022256956, 0.024361793, 0.009695831, 0.00041566291, - -0.023628496, 0.0008750352, 0.011515496, -0.013083939, 0.037696958, - -0.021075532, 0.0062228492, 0.012914195, -0.0019181177, 0.0117395595, - 0.0010048901, -0.015589375, 0.0057271942, -0.012418539, -0.015046191, - 0.045410167, -0.0029773263, -0.011529076, -0.000658186, -0.003157256, - 0.015154828, 0.0018654969, 0.006280563, -0.0038939489, -0.00521117, - -0.000931051, -0.002444327, 0.022352014, -0.003165743, -0.0063925944, - -0.015372101, -0.018576887, 0.039380826, -0.019215127, 0.00586299, - -0.0046170624, 0.009675462, 0.017531257, -0.021306384, 0.0059784167, - -0.011311803, -0.023221107, -0.020953314, -0.023669234, 0.015304204, - 0.0060531045, -0.02887022, -0.0018570096, 0.020926155, 0.025217308, - 0.008195286, -0.010693931, -0.010517396, -0.0044065784, -0.03389467, - -0.0010838214, 0.006609868, 0.024524748, -0.008113808, 0.0052722776, - 0.03451933, -0.023533437, 0.006270378, -0.016906597, 0.008806367, - 0.0072990325, -0.0073872996, 0.016268356, -0.01640415, -0.027335726, - 0.02182241, -0.008548355, -0.023981566, -0.0019367897, 0.033948988, - 0.009369921, -0.0010626033, 0.015263465, 0.035497062, -0.014815338, - -0.004253808, 0.02713203, 0.007672471, 0.029630676, -0.032156482, - 0.03180341, 0.012941354, -0.025366684, 0.012038311, -0.014217836, - 0.051520985, -0.0073058223, -0.017368302, -0.0049769217, -0.018970694, - -0.042341176, -0.11504633, -0.006148162, -0.0051534562, 0.004820756, - 0.0058188564, 0.0012391381, 0.0013893623, 0.04350902, -0.010001372, - 0.01606466, -0.021686614, 0.0040738783, -0.010945153, 0.008772419, - 0.015209147, -0.023737133, 0.0052451184, -0.00385321, -0.023723552, - 0.014842497, -0.01678438, -0.030038064, 0.015643694, 0.027091293, - -0.014095619, -0.021211328, -0.02178167, -0.013206156, 0.017504098, - 0.020396551, 0.021890307, 0.00521117, 0.048723586, -0.013790078, - 0.0053571505, -0.005401284, 0.0041078273, -0.0013961521, -0.004959947, - -0.009899525, 0.009145857, 0.025203729, -0.009831627, -0.020994054, - 0.0028534124, 0.0017925065, -0.006772823, 0.02180883, -0.020749621, - -0.023669234, -0.021252066, -0.0098655755, -0.02346554, -0.006674371, - 0.02377787, -0.020070642, 0.01138649, 0.018454669, -0.01746336, - -0.030717043, -0.029006016, 0.008527986, -0.0348724, 0.013973404, - 0.014923975, -0.024592647, -0.008738469, 0.01777569, 0.0012535664, - -0.021306384, -0.004022955, 0.0070817587, -0.0036766753, 0.024837079, - -0.035632856, 0.020695303, -0.023872929, -0.019364502, 0.02011138, - 0.002281372, -0.009614353, -0.004148566, 0.0012654485, -0.0016575593, - -0.0109247845, 0.035741493, 0.01240496, -0.000067685796, - -0.0116309235, -0.04158072, -0.037479684, 0.022650765, 0.00973657, - 0.017015232, -0.0067897975, 0.010415549, -0.013450589, -0.0077539487, - 0.02447043, -0.003856605, -0.017884327, -0.018318873, -0.035714336, - 0.024986455, 0.025081512, -0.013199367, -0.008181706, -0.035035357, - -0.0044676866, 0.031124432, 0.008120598, -0.009274864, 0.004769833, - -0.010626033, -0.0084125595, -0.0026616007, -0.02448401, -0.02046445, - 0.023329744, -0.01408204, 0.014177097, 0.008976112, 0.0012841205, - 0.026697485, -0.007509516, 0.027186349, 0.006908619, 0.004596693, - -0.0070817587, -0.0049905013, -0.0057102195, -0.008249604, - 0.0069595426, -0.027064133, -0.014815338, 0.008602673, -0.017395461, - -0.010979103, -0.025787652, 0.018060861, -0.018889217, 0.008955743, - -0.016879437, -0.01811518, 0.0034441247, -0.026398733, -0.014828918, - 0.010592084, -0.038050026, -0.007543465, 0.0065861037, 0.038674686, - 0.01577949, 0.031042954, -0.018359613, -0.017843587, -0.005849411, - 0.0051432718, -0.009383501, -0.0054386277, -0.008073069, -0.013552436, - 0.006297537, -0.00050244504, -0.007278663, -0.009010062, - -0.0021812224, -0.008039121, -0.010368021, -0.0023085312, 0.005428443, - 0.0073261918, -0.058120668, 0.029060334, 0.02042371, -0.010171116, - 0.0061922953, -0.0001385543, -0.001439437, -0.027335726, 0.003067291, - 0.023071732, 0.0019283025, -0.019649673, -0.0027583553, 0.037153773, - 0.0026395337, 0.022528548, 0.031287387, 0.010904415, 0.005832436, - 0.00028007914, -0.005401284, 0.02982079, -0.0050719786, -0.023927247, - 0.016336253, 0.030961476, 0.013905506, -0.00403314, 0.009037221, - -0.0033965963, 0.0056525064, 0.002289859, -0.01340306, -0.03079852, - 0.0044099735, 0.006772823, -0.027240667, -0.027702374, -0.0015030914, - -0.007590994, -0.007475567, 0.0015463764, 0.027973967, 0.0049226033, - -0.010646403, -0.023289006, 0.015616534, -0.014312893, 0.0001364325, - 0.029983746, 0.009098329, 0.02884306, 0.010123588, 0.020885417, - 0.011529076, 0.00068237464, 0.019174388, -0.023030993, 0.029630676, - 0.011563025, 0.019160809, -0.019595355, -0.0362032, -0.007815057, - 0.0012993976, -0.008568725, 0.012289533, 0.0065487595, 0.0046408265, - 0.064910464, 0.013620334, 0.00020019294, 0.0069731222, 0.0038599998, - 0.04163504, -0.0051093227, -0.0033643446, -0.014679542, -0.015983183, - 0.003489956, -0.0013265567, 0.04494846, -0.029114652, -0.045763236, - 0.024307474, 0.0061549516, 0.03318853, -0.0064095687, -0.038810484, - 0.028272716, -0.027919648, -0.007149657, -0.01606466, -0.0075027263, - -0.014163517, 0.00771321, 0.019975584, -0.009105119, -0.046822444, - 0.004426948, 0.0111895865, -0.035089675, -0.011800668, -0.01945956, - -0.0066607916, -0.006002181, 0.037398204, 0.018346032, 0.006402779, - -0.003917713, 0.0013358927, -0.01844109, -0.0063280915, 0.007441618, - -0.019405242, -0.008494036, 0.010381601, -0.01309073 - ], - "metadata": { - "chunkTitle": "Enhancing Workouts", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64057&chunkSid=chunk_127147" - }, - "document": "Andrew Huberman: The reason I mentioned Rodio Rosa in this episode is that I realized that while some people might not yet be supplementing omega three S, they might not be supplementing creatine. There are many of you who are already doing those things, and you're looking for additional tools to give you an edge. So again, the rodeola rosa would not fall into the category of foundational supplements. Certainly get your nutrition right, get your sleep right, get your sunlight, all the basics first, please, before even thinking about any supplements. However, once you get into the category of supplements that can enhance fitness, rodeo rosa does seem to have some good research to support it in the context of lots of different forms of high intensity exercise.\n\nAndrew Huberman: Now, I can't tell you whether or not it's purely subjective or whether or not it's objective and subjective, but my experience has been that when I take rodiola rosa, I definitely notice that I can exert myself harder without feeling like I'm bringing myself to the brink of fatigue, either during the exertion or afterwards. In other words, I feel like I can do more work without feeling so exhausted, and I feel as if I'm recovering from my workouts more quickly, in particular across the day after my workouts. In fact, if I had to cite one specific subjective effect that I've experienced from taking Rodeola Rosa before very high intensity workouts, is that prior to taking it, I would often find that three or 4 hours after the workout, having eaten a good meal, taken a shower, et cetera, and I was tired, I'd have a real dip in energy. But now I notice I have a lot of energy throughout the day, even after these very high intensity sessions in the early part of the day. And frankly, I haven't changed anything else about my supplementation or my nutrition, at least nothing major. So I personally am going to continue to take rodiola rosa before these high intensity workouts. So for me, that's about two or three times per week.\n\nAndrew Huberman: However, if I forgot to take rodiola rosa before a workout, I have no reason to think that that workout would go much worse. This is a supplement that is designed to sort of give you an edge, to be able to exert more focus and intensity during your workouts with less perceived exertion and to enhance your recovery. The typical dosage of rodrilla rosa that you'll find in most supplements is 100 to 200 milligrams. And of course, anytime you're going to take a new supplement, you would be wise to figure out the lowest effective dose from that supplement. That's just logic, right? Why spend more money taking more of something that you don't need more of if you could get away with taking less of it? And it's just as effective, maybe even more effective. So I typically will take 100 to 200 milligrams of Rodolo rosa about ten to 20 minutes before a workout.\n\nAndrew Huberman: However, I've taken as little as 100 milligrams on a consistent basis, and frankly, I don't really experience much difference whether I take 100 milligrams or I take 200 milligrams before a workout. So lately, I've just defaulted to taking 100 milligrams of rodeo or rosa before any high intensity workout." - }, - "truncated_cells": [] - }, - { - "row_idx": 80, - "row": { - "id": "chunk_127146", - "embedding": [ - -0.024817606, 0.00810663, 0.010438395, -0.00407036, -0.0054782825, - 0.023304006, -0.018231396, -0.020740429, 0.007854364, -0.0028823197, - -0.0044180797, 0.008822523, -0.005144199, 0.021790404, 0.00014807895, - -0.006818024, 0.053644214, 0.016690522, 0.017931404, 0.0075339163, - 0.0094975075, 0.006879386, 0.00042186523, 0.010622481, -0.021354051, - 0.00037371294, 0.03984453, -0.034253754, 0.0030970874, -0.008392988, - 0.041399043, -0.0031806082, 0.0063373535, 0.0033306046, -0.012054266, - -0.022240395, 0.017317781, 0.000015127491, -0.002711869, -0.004213539, - 0.034171935, -0.011222468, 0.0007921692, -0.012504256, -0.01932228, - 0.00073890336, 0.012695161, -0.036899146, -0.0140451295, 0.018585933, - 0.011079289, 0.0023726723, 0.0004845058, 0.009579323, 0.0051714713, - -0.017508686, -0.0031516317, -0.0030237937, 0.020699522, 0.007472554, - 0.00006359938, -0.0037942303, -0.020754065, 0.030272026, 0.031090189, - 0.008277081, -0.005403284, 0.016431438, -0.017222328, 0.010922475, - 0.010554301, 0.020140443, -0.018272305, -0.020631341, 0.029399319, - -0.006262355, -0.042462654, -0.026222121, 0.049526125, -0.0103702145, - 0.023017649, -0.002536305, -0.033653766, 0.0140451295, 0.02653575, - -0.0039646807, -0.01307697, 0.0017709817, -0.026140304, -0.019881358, - -0.013015607, 0.028772062, 0.0135610495, 0.019649545, 0.0075543704, - 0.012824703, -0.011181559, 0.03223562, -0.038044572, -0.010315671, - -0.023031285, -0.0006826547, -0.01697688, -0.017317781, -0.04996248, - 0.0075066444, 0.015272373, 0.006828251, 0.0066066654, -0.020481344, - -0.010520211, 0.049744304, -0.0006835069, -0.033190142, 0.010233854, - -0.00071674475, 0.035317365, 0.01835412, -0.0026010762, -0.029126598, - 0.013438325, 0.029044783, 0.02004499, -0.00010605223, 0.02556759, - -0.0029215233, 0.00024971014, 0.000030228348, -0.005662369, - -0.0004631995, -0.025581226, 0.0053282855, 0.0014394553, 0.004595348, - -0.014481483, 0.015190558, -0.017385961, -0.007370284, -0.01328151, - -0.017154148, 0.029372048, 0.0073361937, -0.025226688, -0.02114951, - -0.019104103, 0.016363258, 0.02322219, 0.02252675, 0.0021169963, - 0.0011812226, 0.01700415, -0.020699522, -0.008222537, 0.0009519666, - 0.016035993, -0.008447532, 0.0023368776, 0.038944554, -0.010533847, - 0.0036033257, 0.027094828, -0.0059521347, 0.003923773, 0.0054885093, - -0.0038965007, 0.01262698, 0.024831243, -0.014413303, 0.013226966, - -0.00022989525, 0.014931472, 0.016676886, -0.031908352, 0.031390183, - 0.0143451225, 0.030135665, -0.007670277, 0.006869159, 0.02249948, - -0.031144733, 0.021326778, 0.015913269, 0.021108601, -0.0011539506, - -0.007670277, 0.013458779, 0.00047342654, -0.014386031, -0.0035453725, - -0.0015332032, -0.03501737, 0.019704089, -0.0041283136, -0.012033813, - -0.64013064, -0.020822246, 0.00087100256, -0.012347441, 0.024667611, - -0.004861251, -0.00396809, -0.0061430396, -0.021749496, -0.003736277, - 0.008174811, -0.010063403, 0.0043430813, 0.00212211, -0.0133496905, - -0.020235894, 0.01756323, -0.017426869, -0.019431368, -0.017290508, - -0.03725368, 0.00093662605, -0.008842977, -0.0007465736, 0.021490412, - 0.0009119107, 0.011092925, -0.021463139, 0.015981449, 0.031717446, - -0.019049559, 0.010029313, 0.024626702, 0.011597459, 0.055089634, - -0.043199, -0.027776629, 0.046280745, 0.013124696, 0.021367688, - -0.005212379, -0.002566986, 0.013711046, -0.0018868882, -0.014167854, - 0.01697688, 0.0129610635, -0.023822175, 0.013097424, 0.00095026207, - 0.0066952994, -0.0053316946, 0.0042510377, -0.004881705, 0.012824703, - -0.005941908, 0.012811067, -0.0055430536, -0.0146451155, 0.0035521905, - 0.006773707, 0.01604963, -0.0024135804, -0.007118017, -0.024176713, - 0.011065653, -0.020985877, -0.00014562873, 0.010752024, -0.003749913, - 0.015149649, 0.015899632, -0.014304214, -0.012545164, 0.0046873917, - 0.008399805, 0.014876928, 0.041071776, -0.010261126, 0.02563577, - 0.017249601, 0.007711185, -0.014372394, 0.005723731, 0.016785976, - -0.014099673, -0.035044644, -0.0056521418, -0.032262888, -0.025922127, - 0.009715684, 0.035071917, -0.0077793654, -0.007997542, -0.010520211, - 0.0034754877, -0.01853139, 0.012224717, 0.0020692702, -0.019335916, - -0.009517961, 0.011788364, -0.015817815, 0.015476914, -0.0060441783, - -0.007738457, -0.011754273, 0.0020675657, 0.012995154, -0.022267666, - 0.0064055333, 0.0021033604, -0.013895133, 0.017290508, -0.00095281884, - -0.018040491, -0.015708728, -0.00081091875, -0.006596438, -0.02588122, - 0.016499618, -0.030408386, 0.015681455, 0.0023811948, -0.0050589736, - 0.0029130008, 0.005982816, -0.01621326, 0.0017590502, -0.030299298, - -0.009783864, -0.012170173, 0.016663251, -0.00976341, 0.013172423, - 0.0130496975, 0.026985738, 0.0059998613, 0.0038624106, -0.033981033, - -0.02656302, -0.0064191697, 0.014999652, 0.0061259945, -0.024967603, - -0.023331277, -0.019131375, 0.00400218, 0.0076020965, -0.009395237, - -0.007752093, -0.02239039, -0.021708589, -0.0017760952, -0.01600872, - -0.012538346, -0.02166768, -0.017249601, -0.02342673, 0.0026402797, - 0.013254238, -0.003981726, 0.0049839756, 0.020822246, -0.013813317, - 0.002580622, -0.011024745, 0.032262888, -0.004557849, -0.038317293, - -0.016676886, -0.006807797, -0.015176921, 0.02249948, -0.0011377578, - 0.0016678591, -0.02491306, 0.009040699, -0.045980755, 0.006824842, - -0.022076761, -0.0040124073, -0.0144951185, -0.0052464693, - 0.040908143, 0.017713226, 0.0074793724, 0.022881288, -0.032181073, - 0.031717446, -0.004196494, 0.012204262, -0.008174811, 0.0011701434, - -0.010608845, -0.029644769, 0.0063339444, -0.0053316946, - 0.00085097464, 0.020781336, 0.022076761, -0.023767632, 0.025158508, - -0.029317504, 0.0044317157, 0.005065792, 0.011140651, -0.017304145, - 0.056562327, 0.018722294, 0.007424828, -0.029208414, -0.017031424, - -0.013376963, -0.007308922, 0.029426591, 0.00738392, 0.02581304, - -0.0046498924, 0.022485843, -0.016895063, 0.028008442, 0.024272166, - -0.032971963, -0.019581364, 0.015081469, 0.013990585, 0.007424828, - 0.00421013, 0.0011155992, 0.011924724, 0.009102062, 0.011427009, - 0.015272373, 0.0042067207, -0.023713088, -0.014290579, -0.00042101298, - 0.030108394, -0.008536166, 0.0092861485, -0.0054578283, 0.029262958, - -0.00445217, 0.010356578, -0.00966114, 0.026794834, -0.0046430742, - -0.0055839615, 0.027231188, -0.015981449, -0.0018033673, -0.029181143, - -0.012667889, 0.008754343, -0.0015383166, 0.0038930916, 0.038862735, - 0.019049559, 0.02798117, 0.016895063, 0.041862667, 0.019758634, - -0.016335985, -0.0013780931, -0.016567798, 0.019990446, -0.0040430883, - -0.024108533, -0.008045268, -0.013963313, 0.0023794903, 0.013656502, - -0.036735512, 0.012886065, 0.015163286, 0.007942998, 0.02446307, - 0.02387672, 0.018926835, -0.015231466, -0.014604207, 0.012033813, - -0.017017787, -0.0042203567, -0.02094497, -0.027285732, -0.0035862806, - 0.0022959695, 0.013274693, 0.007942998, 0.010404305, 0.0012204263, - 0.01855866, -0.014358758, -0.006327126, 0.033899214, -0.022063125, - 0.026058488, -0.021326778, 0.0009391828, 0.0035181004, -0.016404165, - -0.014508755, 0.030108394, 0.009231605, -0.0038385475, -0.0009587846, - -0.009995223, -0.0058396375, 0.017249601, -0.011461099, -0.010588391, - -0.015899632, 0.0019755224, 0.028308436, 0.010233854, 0.0030800423, - 0.010029313, -0.024831243, 0.0070225648, -0.029890217, -0.01079975, - -0.014958745, 0.064253055, 0.02022226, -0.015176921, 0.020604068, - 0.012292897, 0.0052430606, -0.0019993854, -0.030762924, 0.023835812, - 0.00030233676, -0.0013482643, -0.005389648, 0.0088975215, - -0.006289627, -0.007881636, -0.020317711, 0.01835412, -0.02015408, - -0.0033118553, 0.012279261, 0.0013380372, 0.012374713, 0.00607145, - 0.048107978, 0.030817468, 0.0043942165, 0.03640825, 0.03280833, - 0.015299646, 0.0025380093, 0.007977088, 0.014576935, 0.0046601193, - -0.0028908423, -0.017604139, -0.003391967, 0.007738457, -0.0017709817, - -0.002011317, 0.0044180797, 0.0060441783, 0.032726515, 0.024572158, - 0.012258807, -0.0013780931, -0.019608637, -0.018572297, 0.009565688, - -0.014617844, -0.031444725, 0.011242921, 0.015572366, -0.009340693, - -0.016485982, 0.015885996, -0.029481135, 0.0029658405, -0.012245171, - -0.027926626, 0.0200859, -0.02011317, 0.001994272, -0.0076361867, - 0.0121769905, -0.01625417, -0.008147539, -0.016717795, 0.031199278, - -0.0054919184, -0.0040874053, -0.018026855, -0.017985947, - -0.007083927, 0.019813178, 0.037526403, 0.015995083, 0.005594189, - -0.0024476706, 0.012729251, -0.004179449, 0.014304214, -0.03163563, - 0.0136837745, -0.0102202175, 0.011951996, 0.008133902, 0.00200109, - -0.0027169825, -0.001552805, 0.009913407, -0.0027357321, -0.002981181, - 0.027463, -0.020958606, 0.0047896616, -0.00032705208, 0.03308105, - 0.0009570801, 0.0097975, 0.00063663296, -0.0044180797, -0.024967603, - 0.005386239, 0.008658891, -0.0055703255, 0.015899632, -4.414404e-6, - -0.023372186, -0.0031789036, -0.0083248075, -0.00035837237, - -0.010240672, -0.019213192, -0.010690661, 0.0031840173, 0.023454003, - -0.024953967, 0.019922266, -0.010015677, -0.009572506, -0.0069066584, - -0.04008998, 0.026167575, -0.0024766473, -0.00503852, 0.025090327, - -0.021640409, -0.010629299, -0.018081399, 0.002176654, -0.0052703326, - 0.01939046, -0.0015076356, -0.019404097, -0.026685746, -0.026426662, - -0.020549525, 0.012613344, 0.012286079, 0.001616724, -0.0082020825, - -0.0069577936, -0.0030169757, -0.012204262, 0.029481135, -0.019813178, - -0.021926764, 0.0049362495, -0.004264674, 0.009013427, 0.0005850717, - 0.011917906, -0.017426869, 0.011849726, 0.022935832, 0.011229285, - -0.00020294274, 0.0017326303, 0.021613136, 0.02187222, 0.049553398, - -0.014563299, -0.001576668, 0.021040423, -0.013411053, 0.007922544, - -0.021994945, -0.01366332, -0.019090466, 0.0127497045, 0.026426662, - 0.028990237, 0.0017624592, -0.035890076, -0.01686779, 0.009606596, - -0.016158717, -0.016335985, -0.019663181, -0.020931333, -0.026344845, - 0.033326503, -0.010411123, -0.016690522, -0.020576796, -0.004626029, - 0.03316287, -0.008672526, 0.01424967, -0.01769959, 0.021490412, - -0.0338174, 0.023767632, 0.022063125, 0.01846321, -0.0052498784, - -0.024435798, -0.0021562001, -0.002284038, 0.031417456, -0.009033882, - 0.0047896616, 0.0061600846, -0.019690454, -0.016404165, 0.01093611, - 0.0068862042, -0.026276665, 0.003361286, -0.01017931, -0.0030323162, - -0.001997681, 0.021681316, 0.0020897244, -0.0024749427, 0.020713156, - -0.01697688, 0.0029487954, -0.037280954, 0.013826952, 0.018476846, - 0.004820343, -0.0060680415, -0.012538346, 0.027490273, 0.01846321, - -0.007043019, -0.020535888, -0.005955544, 0.01307697, -0.00022137271, - 0.023085829, 0.014631479, -0.034717377, -0.021640409, 0.034199208, - -0.001222983, -0.010895202, -0.027858445, 0.010792932, 0.03670824, - 0.04982612, -0.0177405, -0.015504186, -0.0086861625, -0.0012536641, - -0.022854017, 0.019485913, 0.007956634, -0.0039339997, -0.007820274, - 0.047044367, -0.013390599, 0.028717516, 0.007097563, 0.018995015, - -0.000744443, -0.0047419355, 0.000424422, 0.0008914566, 0.007056655, - 0.026481206, -0.0002799651, -0.0036271887, 0.01821776, -0.0022022217, - 0.004544213, 0.004291946, -0.017154148, 0.029617496, -0.021299507, - 0.0039169546, -0.0069373394, -0.008092995, -0.019117739, -0.013370145, - -0.003906728, -0.008808887, 0.0092861485, 0.012047448, 0.020194987, - -0.010622481, -0.04968976, 0.010022495, -0.010717934, -0.017167784, - -0.03433557, 0.0046839826, -0.011392918, -0.027040282, -0.0455444, - -0.0052055614, 0.022485843, 0.020794973, -0.0038862736, -0.018190488, - -0.013356509, -0.012729251, -0.027831174, 0.022417663, -0.004857842, - 0.00969523, -0.0027919807, 0.026113031, -0.0169087, -0.038753647, - 0.01862684, -0.008849795, -0.038480926, -0.019172283, 0.0018187079, - 0.001435194, 0.011679275, -0.014140582, 0.010813386, 0.00545101, - 0.010383851, -0.010997472, -0.016431438, -0.01828594, 0.007949816, - -0.012633799, 0.0047146636, -0.008304353, 0.01846321, -0.00037584358, - 0.01418149, -0.0002469403, -0.013949677, 0.0102815805, -0.017645046, - -0.0057441853, -0.013445144, -0.0070498367, -0.020385891, - -0.015504186, -0.021476775, -0.0052260156, 0.0034942373, - -0.0017019493, 0.0075407345, 0.02356309, 0.011236103, 0.0086248005, - -0.018381393, -0.015967812, -0.0004913238, -0.0053010136, - -0.019581364, -0.008890703, 0.012756523, 0.0043737623, 0.0062044016, - -0.032590155, -0.0021800632, -0.005771457, -0.033844672, -0.028772062, - -0.0012119038, 0.001195711, -0.0044589876, 0.0014062175, 0.017535958, - -0.005740776, -0.009258877, 0.00845435, -0.0022056308, -0.022581296, - -0.0024919878, -0.016922336, 0.0072475593, -0.02991749, -0.030953828, - -0.009565688, 0.017126877, -0.021640409, 0.009538416, 0.009872499, - -0.004479442, -0.006040769, -0.017222328, 0.029590225, 0.03289015, - -0.0019312053, 0.01369741, -0.042217202, -0.023235826, 0.01783595, - 0.0034771923, 0.0069952924, 0.012988335, 0.020276804, -0.008577074, - -0.0149178365, 0.016363258, 0.002425512, 0.012756523, -0.0062078107, - 0.028008442, 0.013267875, -0.024026716, 0.0086248005, 0.0121429, - -0.01645871, -0.013288328, -0.02822662, -0.0035896895, -0.00027463853, - 0.023467638, -0.0064328057, -0.005082837, -0.0044317157, 0.029099327, - 0.0044214884, -0.002408467, -0.00067498436, 0.024885787, - 0.000015140807, 0.03501737, 0.0055362354, -0.017576866, -0.0002456619, - -0.007895271, 0.0075202803, 0.009872499, 0.0031311775, 0.014290579, - -0.013990585, -0.03488101, -0.0017573456, -0.016649615, 0.0036271887, - -0.0026334617, -0.008515712, -0.023385823, 0.016158717, 0.18697749, - 0.016226897, -0.009388419, 0.023590364, -0.018763201, -0.011065653, - 0.011324738, 0.019431368, 0.0018016628, 0.027367549, 0.02811753, - -0.007308922, -0.011577005, -0.0017104718, -0.016554162, -0.013676956, - -0.031990167, -0.019213192, -0.0072475593, -0.0075270985, - 0.0146451155, 0.0034771923, -0.016813247, -0.00036476427, 0.035181005, - -0.003702187, -0.00163036, -0.02270402, 0.015913269, 0.0055873706, - -0.0044760327, -0.019813178, -0.006027133, 0.0065896204, 0.005771457, - 0.010267944, -0.0040567243, -0.012067903, 0.013840589, -0.015558731, - -0.006882795, 0.0045851213, -0.018640477, 0.0106429355, -0.00959296, - 0.007131653, -0.0124769835, 0.014426938, -0.014958745, -0.010547483, - -0.02798117, -0.005703277, 0.028035715, 0.033626493, 0.015790543, - -0.019785905, 0.0020198396, 0.004083996, -0.02743573, 0.021544956, - -0.04889887, 0.02191313, 0.029344775, 0.01790413, -0.03422648, - -0.008352079, -0.008045268, 0.008447532, -0.0056010066, -0.0023556272, - -0.0029607269, -0.01611781, -0.010465667, -0.009231605, -0.010097493, - 0.0041589946, 0.005655551, 0.006262355, 0.017876858, 0.0054441923, - 0.012129265, 0.0021885857, -0.0092861485, 0.017604139, -0.0031601542, - -0.017058697, -0.02049498, 0.010452031, -0.021476775, 0.008481622, - -0.008461168, -0.026372116, -0.013295147, -0.00924524, 0.011331555, - -0.04453533, 0.0025755086, -0.00073762494, -0.0227722, -0.00797027, - -0.0408536, 0.05399875, -0.015204193, 0.005768048, -0.02022226, - -0.0023454002, -0.010561119, 0.038726375, 0.020822246, 0.00045297245, - -0.0044214884, -0.04426261, 0.0067191627, -0.014086038, 0.0043464904, - -0.015954176, 0.04227175, -0.012183809, -0.000569305, 0.008829341, - 0.008338443, -0.015504186, 0.004878296, 0.001442012, -0.0011207127, - -0.001633769, -0.023781268, -0.0052191974, -0.00089997915, - -0.023644907, 0.007308922, -0.006388488, 0.020754065, -0.012920155, - 0.020208623, -0.0027169825, 0.0011343487, -0.0055703255, 0.007942998, - -0.003671506, -0.010506575, -0.00031575974, 0.02753118, -0.004227175, - 0.020344984, -0.0046669375, -0.022622203, -0.00091446744, - -0.018067764, -0.021490412, -0.003243675, 0.0019789315, -0.013220148, - -0.015245101, 0.00024480966, -0.01952682, -0.01990863, -0.037935484, - 0.017085968, -0.015586003, -0.012436076, 0.002749368, 0.0003541111, - 0.009265695, -0.019540457, -0.0137724085, -0.17355962, 0.018572297, - 0.057053223, -0.031717446, -0.003153336, -0.0021544956, 0.026372116, - 0.0149042, -0.011181559, 0.003432875, 0.025294868, 0.0061703115, - -0.021108601, -0.027953899, 0.011733819, 0.0053657847, 0.0019925674, - 0.016854156, 0.03436284, 0.027313003, 0.0010244081, -0.042926278, - 0.004765799, -0.02101315, 0.006258946, -0.008965702, 0.026835741, - 0.027149372, 0.007820274, 0.007438464, -0.031526543, 0.004769208, - 0.007465736, -0.011011109, 0.029372048, -0.0041999025, 0.01587236, - -0.0015084879, 0.002297674, 0.015204193, 0.018763201, -0.019608637, - 0.004891932, 0.0039510448, -0.012838339, 0.04371717, -0.00113861, - -0.0049362495, 0.0072543775, 0.0013593435, 0.02590849, 0.011876998, - 0.012886065, -0.0012673002, -0.004288537, -0.0037567313, 0.012797431, - 0.014454211, -0.0013005381, 0.0011709956, -0.023999445, -0.010840658, - 0.041426312, -0.013438325, 0.012879247, -0.01014522, 0.008965702, - 0.026985738, -0.024667611, 0.01604963, -0.015299646, -0.001956773, - -0.017072331, -0.022472207, 0.011672457, 0.0038283204, -0.02204949, - 0.0019687044, 0.009920225, 0.020931333, 0.00403627, -0.006739617, - -0.01679961, -0.01776777, -0.017522322, 0.0052737417, 0.015299646, - 0.027053919, -0.011904269, 0.000495159, 0.0408536, -0.016595071, - 0.007949816, -0.011031562, 0.0030817469, 0.013554231, 0.002018135, - 0.0027612997, -0.011242921, -0.016826883, 0.02798117, 0.000751261, - -0.026890287, -0.015204193, 0.037690036, 0.009367965, -0.01376559, - 0.012845157, 0.02577213, -0.0020266576, -0.017099604, 0.03294469, - 0.020931333, 0.02994476, -0.023099465, 0.036026437, 0.01621326, - -0.036353704, 0.012251989, -0.022785837, 0.05544417, 0.0058737276, - -0.022799471, -0.011883816, -0.0043328544, -0.04281719, -0.10990655, - -0.017945038, -0.00044231932, -0.0006379114, -0.0021715406, - 0.01639053, -0.0007350682, 0.03725368, -0.02204949, 0.0055703255, - -0.01252471, 0.008795251, -0.011795182, 0.012504256, 0.003654461, - -0.013704228, 0.003439693, -0.0054885093, -0.023794904, 0.017985947, - -0.010922475, -0.036871873, 0.006265764, 0.016431438, -0.010008859, - -0.033626493, -0.029590225, -0.00035389807, 0.020835882, 0.021067694, - 0.0133156, 0.0024306255, 0.04644438, -0.001984045, 0.0125588, - -0.011658821, -0.0038862736, 0.00033024803, -0.0024817607, - -0.015586003, -0.004257856, 0.017126877, -0.006388488, 0.0009306603, - 0.005914636, -0.009892953, -0.007772547, 0.02563577, -0.00966114, - -0.021681316, -0.0069407485, -0.027081192, -0.0155178225, - -0.009913407, 0.03758095, -0.0184223, 0.019404097, 0.02791299, - -0.030544747, -0.026044851, -0.02408126, 0.015954176, -0.031335637, - 0.0035419634, 0.018654114, -0.017535958, -0.005123745, 0.008945247, - 0.005785093, -0.02101315, -0.0012860497, 0.003981726, -0.006231674, - 0.013322419, -0.026058488, 0.022854017, -0.023549454, -0.022008581, - 0.020985877, -0.0024101716, -0.005096473, -0.0054271473, 0.009790682, - -0.021190418, -0.012449712, 0.03289015, 0.025308505, -0.0007764025, - -0.007724821, -0.046280745, -0.010308852, 0.0069373394, 0.008979337, - 0.00040865532, -0.0058635008, -0.00396809, -0.016295077, - -0.0049021593, 0.024503978, -0.015149649, -0.01628144, -0.023072192, - -0.052007888, 0.021435868, 0.032481067, -0.0036578698, -0.015245101, - -0.038180932, -0.011392918, 0.026726654, 0.009531598, 0.005498736, - -0.0063441712, -0.0072339233, 0.011986086, 0.00027463853, - -0.028335707, -0.018381393, 0.022922197, -0.024994876, 0.02687665, - -0.010452031, -0.014604207, 0.042489924, -0.0102134, 0.03302651, - 0.016895063, -0.0037737763, -0.014672387, 0.0014190013, -0.0023368776, - -0.015613275, 0.0023590364, -0.035890076, -0.031553816, 0.0129747, - -0.02967204, -0.0030033395, -0.007840727, 0.020072263, -0.01017931, - 0.020263167, -0.010438395, -0.022076761, 0.00838617, -0.0070293825, - -0.0200859, 0.01017931, -0.03242652, 0.005386239, 0.006824842, - 0.020590432, 0.018381393, 0.029699313, -0.020931333, -0.029399319, - 0.0010354874, 0.0013184354, -0.0064430325, -0.008345261, -0.023808539, - -0.008024815, 0.006790752, 0.010908838, -0.0003664688, 0.00969523, - -0.0022465389, -0.002974363, -0.018504117, -0.011358828, 0.013036062, - 0.011652003, -0.06387125, 0.014154218, 0.013151968, -0.0108542945, - 0.0072611957, -0.00021231752, -0.0033169687, -0.02978113, - -0.0030033395, 0.023835812, 0.016813247, -0.023304006, 0.0025124417, - 0.047317088, 0.0023590364, 0.021722224, 0.021817677, 0.017276872, - 0.011842907, 0.0034004895, -0.011508824, 0.018654114, -0.0038658197, - -0.010329306, 0.0037601402, 0.030026577, -0.0013619002, -0.008304353, - 0.022144942, 0.012095175, 0.0066952994, -0.011692911, -0.0015255328, - -0.024694882, 0.0009817955, 0.010322488, -0.00738392, -0.022417663, - -0.007083927, -0.008181629, -0.0035521905, -0.022226758, 0.036871873, - 0.008842977, -0.007874818, -0.009183878, 0.012851975, -0.011086107, - -0.0066884817, 0.025826674, 0.016308714, 0.020072263, 0.014481483, - 0.007138471, -0.017235965, 0.0037908214, 0.030681107, -0.010724751, - 0.025472138, 0.021285871, 0.011836089, -0.0070225648, -0.03201744, - -0.02249948, -0.006821433, -0.00203518, 0.0057953205, -0.0058294106, - -0.0016252465, 0.091906965, 0.022581296, -0.01849048, 0.007438464, - -0.0031175415, 0.044180796, -0.020344984, 0.01011113, -0.0219404, - -0.015804179, 0.004891932, 0.001977227, 0.015136013, -0.03237198, - -0.047807984, 0.03659915, 0.014154218, 0.017167784, 0.005641915, - -0.048626147, 0.02825389, -0.017876858, -0.014876928, -0.0052839685, - -0.012211081, 0.0039305906, 0.008952065, 0.018381393, -0.008992974, - -0.047480717, 0.00034409715, 0.010397486, -0.03916273, -0.009722502, - -0.013724682, -0.0086248005, -0.015381462, 0.025035784, 0.014604207, - 0.021285871, -0.014263306, -0.00212211, -0.030517476, -0.003243675, - 0.011208831, -0.009790682, -0.0032232208, 0.010758841, -0.011079289 - ], - "metadata": { - "chunkTitle": "Enhancing Fitness with Rodiola Rosa", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64057&chunkSid=chunk_127146" - }, - "document": "Andrew Huberman: The next supplementation based tool for enhancing your fitness is rodiola Rosa. Now, this very esoteric sounding supplement is one that I learned about both from Dr. Lane Norton when he was a guest on this podcast, expert in nutrition and frankly, training as it relates to resistance training, and from Dr. Andy Galpin. rodiola Rosa is a supplement that's gaining increasing attention because it is what's called a cortisol modulator. It does not necessarily suppress cortisol. It does not increase cortisol. It's a cortisol modulator. And frankly, the mechanism by which rodiola Rosea modulates cortisol is still under investigation. I hope to do an episode about it in the future, or at least make it part of an episode, because the hypothesized mechanism that's starting to emerge is really interesting as it relates to neurons in the brain that control the stress response and glands in the body, like the adrenals that control the stress response. And that secrete cortisol.\n\nAndrew Huberman: Regardless, there's a growing body of research that has explored rodiolo rosa supplementationbased tools. One's, subjective perception of fatigue or output during high intensity training of various kinds, both resistance training as well as running and endurance type training. So I started taking rodiola rosa about six months ago in response to conversations that I had, again with Dr. Lee Norton and with Dr. Andy Galpin. And it's a supplement that I take before high intensity workouts. So I don't take it before a run because frankly, my runs either very long and slow or they're very brief, like a high intensity interval training session. And I find those to be pretty easy to recover from, even though they are very intense. I might take a rodeola rosa supplement before doing a 30 minutes hill run. That's very intense. But typically I only take it about ten to 15 minutes before any sort of high intensity resistance training session, in particular my leg day, which falls on day two of my exercise protocol, or the torso day, or the small body parts day. Again, here I'm referencing the way that I train across the week, and you can find that training protocol as a downloadable, completely zero cost PDF if you like. But I realize other people are using different body part splits and different combinations of resistance training and endurance training." - }, - "truncated_cells": [] - }, - { - "row_idx": 81, - "row": { - "id": "chunk_127130", - "embedding": [ - -0.016034776, -0.0052758493, 0.01239298, -0.003259612, -0.00079324585, - 0.003974722, -0.0060809855, -0.04204373, -0.013317019, -0.033509966, - -0.0029963292, 0.040413074, -0.008241604, -0.0075485753, 0.012236709, - -0.00048155288, 0.03929879, 0.014322589, -0.007405893, -0.005150153, - -0.024935437, 0.012705523, -0.0133781675, -0.004290662, -0.016646273, - 0.0064784577, 0.014118757, 0.0025292144, 0.028916953, -0.011706746, - 0.028753888, -0.010096474, -0.009872259, -0.0026039528, -0.021443117, - -0.013052037, -0.0031950653, -0.0011397601, 0.021837192, -0.02782985, - 0.008105716, -0.001184773, -0.00411061, 0.0059077283, -0.0101236515, - -0.011930961, 0.013955692, -0.03889113, 0.005350588, 0.024038577, - -0.007976622, 0.012956915, -0.025859475, 0.029351795, 0.0015440268, - -0.014159524, -0.017407246, 0.007568958, 0.017162647, 0.0003068095, - -0.0003435417, 0.011910578, -0.007983416, 0.016700627, 0.0032494203, - -0.0146894865, 0.0026973756, -0.0026056513, -0.009355885, 0.032042377, - 0.009403446, 0.01960863, 0.016646273, 0.008846305, 0.037477896, - -0.0067298505, -0.007704846, -0.019567864, 0.035412397, 0.010062502, - 0.021470295, -0.009668427, -0.015559169, 0.03312948, 0.03584724, - -0.0013367976, -0.0010854049, -0.008357109, -0.017828498, - -0.00019778065, 0.006227065, 0.018888423, 0.031852134, 0.018168218, - 0.00295896, -0.00645128, -0.023331959, 0.0022523426, -0.023576558, - 0.0021674128, -0.025084915, -0.00016550727, -0.016632684, - -0.018154629, -0.032939237, -0.02829187, 0.011720335, -0.020029882, - 0.0030727661, -0.022856351, -0.0009418733, 0.020926744, -0.0069065047, - -0.012977298, -0.016727805, -0.025886653, 0.013724682, -0.0012000604, - -0.0025988568, -0.025669232, 0.034542713, -0.0010820078, 0.030846562, - 0.003539881, 0.011577653, -0.010524521, -0.007032201, -0.0027823057, - 0.0068861214, -0.028808244, 0.02118493, 0.005849976, 0.008927838, - 0.00851338, -0.015382515, -0.0022744245, 0.0061998875, -0.02850929, - -0.036689743, -0.020600611, 0.011998905, 0.007732024, -0.018494349, - -0.015545581, -0.018956369, 0.010300306, 0.0067842053, 0.007732024, - 0.0015601635, -0.0026735952, -0.008540557, -0.015246627, - -0.0037708904, -0.0011609927, 0.011305877, 0.0019635807, - -0.0092539685, 0.0060096444, -0.03459707, -0.0031967638, 0.032042377, - -0.0027619223, 0.0055849943, 0.0010251047, 0.014268233, 0.018222572, - 0.019812461, -0.017665433, 0.01194455, -0.013221897, -0.0031016422, - 0.025981775, -0.036119014, 0.044761486, 0.015002029, 0.0120736435, - -0.0015508211, 0.015219449, 0.0045726295, -0.03707023, 0.013004476, - -0.002500338, 0.008092127, 0.016034776, -0.009315118, -0.0038965868, - 0.0050890036, 0.005557817, 0.0027398407, -0.014268233, -0.0049904846, - 0.005248672, -0.0066279345, 0.009084109, -0.6474789, 0.016428852, - 0.005133167, -0.014784608, 0.022000257, 0.00732436, 0.013153953, - 0.0044095637, -0.023630913, 0.03144447, 0.018725358, -0.003038794, - 0.010463372, -0.010252745, 0.0018769522, -0.018073097, 0.019649396, - -0.004477508, -0.0131675415, -0.01883407, -0.043973338, 0.014132346, - -0.006916696, 0.037124585, 0.0077252295, 0.009729576, -0.0024188054, - -0.01689087, -0.017040348, 0.00732436, -0.008316342, -0.00006189271, - 0.024473418, 0.012712317, 0.04622908, -0.035303686, -0.0065769763, - -0.0031101352, -0.0052622603, 0.018236162, -0.012229915, -0.004127596, - 0.019187378, -0.003120327, -0.00015393556, -0.00035437028, - -0.0012697029, -0.0013147158, 0.013792626, -0.017203413, 0.0010531315, - -0.0010403921, 0.00032252155, -0.013914925, 0.016551152, -0.025492579, - 0.018902013, 0.014499243, -0.0101168575, 0.0069574625, 0.01369071, - 0.0023491627, -0.028563645, -0.016537562, -0.017556721, 0.0071205283, - -0.032966416, -0.0060639996, 0.021646949, -0.004820625, 0.016972404, - -0.004035872, 0.016360909, 0.011183578, 0.03076503, 0.02557411, - 0.013221897, -0.00985867, 0.003658783, 0.022272034, -0.0010038721, - 0.029025665, -0.010375044, -0.0035670584, -0.0052146995, 9.335661e-6, - -0.020818032, -0.0025495975, -0.016836517, 0.008520174, -0.0073311543, - 0.029324617, -0.005958686, -0.024650073, -0.0022948077, 0.01781491, - -0.0090229595, 0.00020935237, 0.0101236515, -0.029161552, - -0.0059111253, 0.0020841814, -0.009817904, -0.01239298, 0.022027435, - 0.0032460233, -0.013153953, -0.008180454, 0.037206117, -0.019703751, - 0.0011643898, -0.0086017065, -0.006332378, 0.00839108, -0.0037810819, - -0.025560522, 0.020260893, -0.000055947614, 0.002683787, -0.027177589, - 0.009260763, 0.011271905, 0.01948633, -0.010422605, 0.0040154886, - 0.013058831, 0.016863694, -0.012094026, -0.007684463, -0.028753888, - -0.011686363, -0.010381838, 0.028074449, -0.008030977, 0.024867494, - 0.0056529385, 0.017910032, 0.0027907987, 0.0022693286, -0.033047948, - -0.015396104, -0.0044401386, -0.0023491627, -0.02782985, - -0.0039101755, -0.025927419, -0.021959491, 0.00006109649, 0.011611625, - -0.008771567, 0.014417711, -0.014390533, -0.008853099, 0.0012178957, - 0.0015779987, -0.0129365325, -0.005595186, -0.043918982, -0.05174613, - -0.020016294, 0.010891419, -0.0027619223, 0.016646273, -0.005340396, - 0.0066822898, -0.0029113991, -0.010300306, 0.0013257568, -0.016714217, - -0.019839639, 0.002284616, -0.021225696, -0.022557398, 0.02975946, - 0.0017198317, 0.017638255, -0.025383867, 0.009627661, -0.043103654, - -0.006179504, 0.03155318, 0.015518403, -0.0046779425, -0.004246498, - 0.020872388, 0.0063221864, -0.0010565288, 0.0030489857, -0.032613106, - 0.020328837, 0.0077252295, 0.0058737565, -0.00907052, -0.016469618, - 0.014309, -0.0011482531, -0.0072632106, -0.0011321164, 0.012481308, - 0.019893995, 0.03821169, -0.008907455, 0.002695677, -0.017855676, - 0.015695058, -0.008649267, 0.021973081, -0.0012433747, 0.053893156, - 0.011978522, -0.015613524, -0.027938562, -0.014906907, -0.008316342, - -0.00057412655, 0.036445145, 0.0107691195, 0.029107196, 0.00479005, - 0.042179618, 0.020356014, 0.017855676, 0.039923877, -0.0074534537, - -0.015287394, 0.015830945, -0.006210079, 0.0223128, 0.007820351, - -0.019173788, 0.024446242, 0.0063765417, -0.00080641, 0.014322589, - 0.03065632, 0.009770343, 0.0018039125, 0.017393656, 0.031960845, - 0.0021860972, 0.028645178, 0.019078666, 0.022380743, -0.032259796, - 0.023413492, 0.015531992, 0.026403027, -0.012270682, -0.018100275, - 0.01475743, -0.018684592, 0.022462277, -0.04359285, -0.02421523, - -0.010966157, 0.009593689, 0.0073447432, 0.006998229, -0.0059247143, - 0.03592877, -0.0032188457, 0.027639607, 0.028183158, -0.025329512, - -0.009036548, -0.014458477, -0.0010412413, -0.016401675, - -0.0013588794, -0.0005838935, 0.0114213815, -0.0022557399, - -0.0012909354, -0.010313895, 0.03166189, 0.012399775, 0.009851876, - -0.019133022, 0.004433344, 0.024949025, 0.0032273387, -0.01971734, - 0.020614201, -0.009090903, -0.0270417, -0.012488102, 0.0021589196, - -0.00024183808, 0.009158847, 0.0038863951, -0.022584576, 0.007840734, - -0.021103397, 0.005547625, -0.025030559, 0.025669232, 0.04103816, - -0.011733924, 0.0025394058, -0.0023814363, -0.0042193206, 0.007990211, - 0.0032918854, -0.039842345, 0.03842911, 0.018358462, -0.0114213815, - -0.02286994, 0.02050549, -0.009980969, 0.0038048623, -0.02626714, - -0.0022710273, 0.0075621638, 0.0067808083, 0.020301659, 0.0034328692, - -0.013269458, 0.022584576, -0.019758107, -0.0057582515, -0.0067026727, - -0.01407799, -0.017121881, 0.08637038, 0.010871035, -0.012488102, - 0.0116388025, -0.02478596, -3.0057245e-6, 0.006403719, -0.036091838, - 0.03198802, 0.0017164346, -0.0050550313, -0.01611631, 0.0033632265, - -0.021198519, -0.002106263, 0.0016111215, 0.012522073, -0.027191177, - -0.0018175013, 0.0071069393, -0.009389857, -0.0015601635, 0.027938562, - 0.04323954, 0.0053607794, 0.00425669, 0.020818032, 0.018113863, - 0.021361584, -0.031852134, 0.013853775, 0.02253022, 0.017842086, - 0.01882048, -0.025709998, 0.0057616485, -0.009756754, -0.011767896, - 0.01824975, -0.032830525, -0.0066007567, 0.025003381, 0.0008140537, - 0.018548705, 0.019404799, -0.008173659, 0.0031695862, 0.018793302, - -0.002123249, -0.01307242, 0.0142410565, 0.0069370796, -0.021089809, - 0.0074874256, -0.00523848, -0.00089091534, -0.015464048, -0.017298535, - -0.035765707, -0.0023321768, 0.0025462003, -0.005303027, 0.017855676, - -0.0000216306, -0.009389857, -0.006757028, -0.005394751, 0.007256416, - 0.0008866688, -0.0133713735, -0.040847916, -0.0071612946, 0.008649267, - 0.020600611, -0.0018905409, 0.023630913, 0.01657833, -0.00028578934, - -0.02659327, -0.014213879, 0.0081600705, -0.0002906728, -0.009457801, - -0.008662856, -0.008085333, -0.0061998875, 0.021796426, -0.0028791258, - 0.012345419, 0.004582821, -0.032205444, 0.008656062, 0.023535792, - -0.022054613, 0.020002704, 0.012556046, 0.012155176, 0.0020620995, - 0.03076503, -0.020532668, -0.0006785904, -0.03617337, 0.0058261957, - 0.004599807, 0.020913154, 0.0034821285, 0.014458477, -0.021402352, - 0.0032375301, -0.020491902, 0.00034651425, 0.009607278, 0.007922267, - 0.0044027693, 0.02524798, 0.027408598, 0.024772372, -0.0153417485, - -0.006604154, -0.0098994365, -0.013500467, -0.029705103, 0.021592595, - 0.0010582274, -0.02445983, 0.005629158, -0.013622766, -0.008526969, - 0.002542803, 0.013113187, 0.009634455, 0.009016165, -0.01058567, - -0.013092803, -0.03288488, -0.025383867, -0.0028468524, 0.009546128, - -0.012209532, 0.0034821285, -0.018603059, -0.00512977, 0.0021860972, - -0.0013062229, 0.0254654, -0.01792362, -0.020858798, 0.013058831, - -0.0029657544, -0.002712663, 0.019622218, 0.0070050233, -0.03280335, - -0.0018056111, -0.023236837, 0.010449783, -0.0038184512, - -0.00050660723, 0.009804315, 0.039081372, 0.017977975, -0.0069846404, - -0.024704428, 0.019105844, 0.004776461, -0.008486202, -0.0037097407, - -0.019989116, -0.022747641, 0.016388087, 0.009933408, 0.016170666, - -0.0043721944, -0.010966157, 0.006916696, 0.021035453, -0.018738948, - -0.004684737, -0.020206537, -0.05625761, -0.009172436, 0.019309677, - -0.00039662293, -0.00834352, -0.012535662, -0.026865046, 0.06343249, - -0.0036859603, 0.028264692, 0.010191595, 0.020478312, -0.018548705, - 0.029487683, -0.0070050233, 0.023916278, -0.013683916, -0.022108968, - -0.024636485, 0.014295411, 0.014798197, 0.004993882, -0.0067502335, - -0.02175566, -0.000025757665, -0.009172436, 0.0036010304, -0.03538522, - -0.0040290775, 0.017502367, -0.0057276767, 0.013982869, -0.015627114, - -0.0015856425, -0.021837192, -0.017842086, 0.019907583, 0.0057072937, - 0.014621543, -0.022299211, 0.0008450531, 0.014010047, -0.0013019764, - 0.025777943, 0.005693705, 0.035222154, 0.0020570038, 0.018806892, - -0.005968878, -0.016945226, 0.014771019, 0.009994558, 0.022734053, - 0.003446458, -0.021579005, 0.0015737523, 0.016360909, -0.0041785543, - -0.004637176, -0.01948633, 0.030438898, -0.0043212366, 0.008085333, - -0.017529545, -0.0075010145, -0.029243086, 0.033917632, -0.008846305, - 0.015477637, 0.019010723, -0.0016722709, -0.019472742, 0.073433846, - -0.020858798, 0.018657414, 0.009851876, -0.008683239, -0.032069553, - -0.0016221623, -0.020206537, -0.0021351392, 0.018507937, 0.025968187, - -0.016523974, -0.011863017, 0.008540557, -0.013507261, -0.014363355, - -0.009437418, -0.004395975, 0.02671557, -0.03584724, 1.9805932e-6, - -0.00041806774, -0.009960586, -0.012168765, -0.018208984, - -0.010782708, -0.016646273, 0.010218773, 0.01126511, 0.015287394, - 0.024554951, -0.017950797, -0.009321913, 0.011611625, -0.032096732, - -0.0074330703, 0.005914523, 0.021021865, -0.039380327, -0.028998487, - -0.023182483, 0.015464048, 0.01882048, -0.00662114, -0.0026379246, - 0.0032358316, 0.014458477, -0.030438898, 0.03641797, -0.013323813, - 0.013527645, -0.017393656, 0.0114281755, -0.012821027, -0.01826334, - 0.021320818, -0.021728482, -0.039951056, -0.0057922234, 0.009783932, - -0.00041806774, -0.01487973, -0.006651715, 0.012189148, - -0.00016731203, 0.00862209, -0.021429528, -0.015966833, 0.00687593, - -0.015029206, 0.0081532765, 0.024188053, -0.024242409, 0.004521671, - -0.029922524, 0.007378715, 0.00851338, -0.012916149, -0.0014667405, - -0.007113734, -0.001899034, -0.027884206, -0.0026583078, -0.035738528, - -0.0029980277, -0.024106521, 0.013228691, 0.011210755, -0.0062746257, - 0.019595042, -0.005119578, -0.011047689, -0.0009529142, -0.002395025, - 0.0059281113, 0.00951895, 0.00721565, -0.014635132, -0.016958816, - -0.005438915, 0.036363613, 0.03495038, -0.019187378, -0.008126099, - -0.013928514, -0.025968187, -0.034434006, 0.016972404, 0.0047085173, - -0.0019347046, 0.009566511, 0.0020756882, 0.039489035, -0.0023100951, - 0.02174207, -0.030601965, 0.0079426505, 0.012182354, 0.0076233135, - -0.015966833, 0.0020332234, -0.028264692, -0.0034770328, 0.013249074, - 0.0030235066, 0.011367027, 0.011998905, 0.0027075673, 0.0006981243, - 0.0041445824, 0.004912349, 0.050876446, 0.0153417485, -0.016605506, - -0.037559427, -0.0009045041, 0.008656062, -0.003713138, 0.007378715, - -0.011000128, 0.009172436, -0.015599935, 0.0045046853, 0.0041174046, - -0.010911802, -0.00084845035, -0.023658091, 0.006403719, 0.0030421913, - -0.0037708904, 0.0063595558, 0.019975528, -0.013235485, 0.0013758654, - 0.01735289, -0.032151088, -0.0043212366, 0.014349767, -0.0022200693, - -0.0070254067, -0.012841411, 0.03266746, -0.007317566, -0.009451007, - 0.0014387136, -0.022503043, -0.009016165, 0.028482113, 0.023807567, - -0.027218355, -0.022394333, 0.0048376108, -0.009056931, 0.01645603, - -0.004640573, 0.009396651, -0.007684463, -0.0025258171, -0.011224344, - -0.022299211, -0.018956369, -0.013384962, 0.008397874, -0.003964531, - 0.020029882, 0.20491901, -0.00020436273, 0.001437015, 0.029895347, - -0.008907455, 0.007881501, 0.026769925, 0.011448559, 0.0032494203, - 0.009430624, 0.005618966, 0.009736371, -0.0034991144, -0.0043552085, - 0.013384962, -0.0072292383, -0.026375849, -0.023046594, 0.0015380817, - -0.0037165352, 0.009158847, -0.018616648, -0.011530092, -0.010313895, - 0.023902688, 0.00053123693, -0.0118494285, -0.0044401386, - 0.0049327323, -0.0042838673, -0.00890066, -0.00033611033, - -0.004120802, 0.0002821798, -0.022788407, 0.0022149736, 0.03766814, - -0.017706199, -0.0053336015, 0.021280052, 0.019146612, -0.000840382, - -0.033319723, -0.0018956368, -0.0003401445, 0.020682145, -0.007820351, - 0.011231138, -0.0018684592, 0.0160076, -0.040902272, -0.01579018, - 0.016360909, 0.008737595, 0.0068351636, -0.032748993, 0.02095392, - -0.01532816, 0.007317566, 0.024867494, -0.03709741, 0.010592465, - 0.012535662, 0.023277605, -0.030384544, -0.002653212, -0.014254645, - 0.008995782, -0.01599401, 0.023155306, -0.008560941, -0.022611754, - -0.013439317, 0.0072360327, -0.010442988, 0.008200837, 0.010735148, - 0.024133699, 0.023413492, 0.0038796007, -0.01194455, -0.022489455, - 0.027354242, -0.02512568, 0.0024680647, -0.013269458, -0.0111971665, - -0.0020162372, -0.020587023, 0.016836517, 0.010470166, -0.014145935, - 0.014798197, 0.0025631862, -0.03527651, -0.009097698, 0.0010132145, - -0.010789502, -0.00063485146, -0.019078666, -0.024949025, 0.023087362, - 0.010008147, -0.004521671, -0.015518403, -0.023495026, 0.0028587426, - 0.0056053777, 0.030221479, -0.022801997, 0.008846305, -0.034841668, - 0.002814579, -0.0068827244, -0.0019907583, -0.0038082595, - 0.0042532925, -0.0000562661, -0.011611625, -0.013833392, - 0.00013429551, -0.036037482, 0.0042838673, 0.014295411, -0.0008943125, - -0.02466366, -0.024269586, 0.0013554823, -0.011584447, -0.009484978, - -0.003446458, -0.02331837, 0.020926744, -0.010341072, 0.013649943, - -0.016537562, -0.0035738528, -0.03372739, -0.000856094, -0.008295959, - 0.003281694, -0.024160877, 0.0051263724, 0.011047689, 0.030982452, - -0.016700627, 0.008662856, 0.011591242, -0.019540686, -0.018983545, - -0.007168089, 0.002675294, -0.00425669, -0.030629141, 0.012848205, - -0.0057106907, -0.009104492, -0.02761243, -0.01239298, -0.019744517, - -0.038728062, 0.008200837, -0.01714906, 0.025927419, -0.027544485, - -0.0061183544, -0.17295817, 0.012549251, 0.06794397, -0.018902013, - 0.0068691354, -0.027965738, 0.023957044, -0.007881501, -0.016292965, - 0.024364708, 0.012467719, -0.002238754, 0.0034413622, -0.015599935, - -0.0069574625, -0.03198802, -0.0043687974, 0.030411722, 0.04133711, - 0.00044206047, -0.003730124, -0.018154629, 0.0071748835, -0.019105844, - -0.013405345, -0.03552111, 0.0009367775, 0.030139945, 0.010993334, - -0.012528868, -0.022095378, 0.00082297134, 0.02456854, -0.023739623, - 0.01143497, -0.013969281, -0.02331837, -0.0028638383, -0.0051943166, - 0.015409692, 0.022734053, 0.014906907, -0.02490826, -0.0069099017, - -0.017638255, 0.017977975, -0.027354242, -0.014961262, -0.0005609624, - 0.016822927, 0.014390533, 0.00470512, 0.007786379, 0.003733521, - -0.0044095637, -0.034216583, -0.0138198035, 0.002361053, -0.006074191, - -0.006278023, 0.0021487281, -0.021239284, 0.03503191, -0.021538239, - -0.013554822, -0.025438223, 0.01960863, 0.01177469, -0.026117662, - 0.018752536, -0.007202061, 0.008676445, -0.013745065, 0.01138741, - 0.021497473, 0.02005706, 0.018236162, 0.003526292, 0.014227468, - 0.029324617, 0.0006025781, 0.037776846, -0.012413364, -0.0066856868, - -0.0039849137, 0.01724418, -0.0043246336, 0.04044025, -0.013174336, - -0.0062304623, -0.0026260344, -0.02277482, -0.024473418, -0.027992915, - 0.008927838, 0.0007966431, 0.0105516985, -0.01724418, 0.028427757, - -0.03223262, -0.0059960554, 0.015640702, -0.031390116, 0.01008968, - 0.0351678, 0.0044876994, 0.017733376, 0.01313357, 0.011013717, - -0.004807036, 0.0013886049, -0.006502238, 0.020260893, 0.027965738, - 0.007684463, 0.021375174, -0.0007711641, -0.03234133, 0.019445565, - 0.008105716, 0.033836097, -0.020464724, -0.047587957, 0.0016357511, - 0.008968604, -0.014621543, -0.12795208, -0.0066619064, 0.0288626, - 0.025859475, 0.010008147, 0.0066109486, -0.0011431574, 0.02682428, - 0.008995782, 0.028998487, -0.027177589, -0.0067977943, 0.003594236, - 0.030167123, 0.006845355, -0.011632008, 0.016972404, -0.025220802, - -0.029351795, 0.026511738, -0.007908679, -0.025152858, -0.008567735, - 0.016048366, -0.0042227176, -0.014852552, -0.021116987, 0.01239298, - 0.00090280554, 0.009919819, 0.01239298, -0.0003212476, 0.010884624, - 0.009770343, 0.01723059, 0.013554822, 0.004912349, -0.033999164, - 0.009980969, -0.03946186, -0.008241604, 0.025112092, 0.024432652, - 0.010721559, 0.005836387, -0.0087987445, -0.014825375, 0.009274352, - -0.043647207, -0.022231268, -0.026117662, 0.0019737724, -0.01871177, - 0.014512832, 0.011482531, -0.031227048, 0.026403027, -0.00069769967, - -0.013174336, 0.003991708, -0.00020468122, -0.0055646114, - -0.041853487, 0.018494349, 0.02908002, -0.012161971, -0.019309677, - 0.02535669, -0.0034328692, 0.003903381, -0.014512832, 0.011754307, - 0.000020064705, 0.039054193, -0.023712445, 0.008628884, -0.005955289, - -0.020125004, 0.011679568, 0.0077999677, -0.0032867896, -0.014091579, - 0.0055170506, -0.041201223, -0.012087232, -0.0057242797, 0.006604154, - 0.0022013846, 0.021932313, -0.030112768, -0.0068691354, 0.031281404, - 0.021443117, -0.027911384, -0.018969957, 0.023345549, -0.0036553857, - 0.016646273, -0.00008445223, -0.005680116, -0.016496796, -0.001882048, - -0.032640282, 0.013724682, 0.03321101, -0.019676574, 0.01960863, - 0.009763548, 0.026783513, 0.021551827, -0.0065769763, 0.0039543393, - 0.01109525, -0.0076708742, -0.032205444, -0.005265658, -0.022000257, - -0.021334406, -0.009634455, -0.006624537, 0.015858123, -0.01769261, - -0.0038931896, 0.0221905, -0.020559845, 0.021973081, 0.0048885685, - -0.009872259, 0.011333054, 0.026335083, -0.011699952, -0.003784479, - 0.035820063, -0.0034770328, -0.0065294155, 0.013704299, -0.015898889, - 0.0038082595, 0.015137916, 0.025315924, -0.0075010145, 0.013704299, - 0.012678345, -0.016496796, -0.010850652, -0.009552922, -0.012617195, - 0.0061862986, -0.014499243, 0.004209129, -0.016197843, 0.031091161, - -0.011890195, 0.009165642, -0.014621543, -0.014784608, -0.0012934833, - -0.009614072, 0.0076572853, -0.0025020367, -0.00039598596, - -0.033183835, 0.024514185, -0.0046066013, 0.022095378, 0.008744389, - 0.00056988007, -0.026076896, -0.003052383, -0.0017563517, -0.00479005, - -0.010966157, 0.0009223394, 0.010191595, 0.022516632, 0.007806762, - -0.014485654, -0.0019618822, 0.015898889, 0.023522202, 0.0018429802, - 0.0072835935, 0.015926067, -0.00996738, -0.030384544, 0.0051943166, - 0.018236162, 0.018997135, 0.023793979, 0.02840058, -0.013867364, - -0.000051674575, 0.009213203, 0.014920496, -0.015830945, -0.018426405, - 0.010449783, 0.028699534, -0.015002029, -0.003764096, 0.0062576397, - -0.009885848, 0.0019262115, -0.0014769321, -0.001966978, -0.011788279, - -0.0031152312, 0.0133645795, -0.0061998875, -0.025900241, - -0.005985864, 0.031063983, 0.011074867, 0.02591383, 0.013092803, - 0.0058024153, -0.011720335, -0.016252197, 0.0038796007, -0.007997005, - -0.027014522, 0.0072632106, 0.0087987445, 0.0004832515, 0.00051297696, - -0.013636355, -0.0006072492, 0.030330189, 0.01058567, -0.013677121, - 0.025478989, 0.020002704, 0.034787312, 0.0063527613, -0.021986669, - -0.025886653, -0.0034107873, -0.030248655, -0.015898889, 0.0072292383, - -0.010626437, 0.07528192, 0.019336853, -0.019323265, 0.002026429, - -0.0014378643, 0.01882048, 0.013473289, -0.010857446, -0.024949025, - -0.03212391, -0.004820625, -0.0007843282, -0.005615569, -0.026185606, - -0.025900241, 0.029243086, 0.011564064, 0.025601288, 0.019024312, - -0.010055708, 0.033591498, -0.007337949, 0.005500064, 0.005795621, - 0.010042119, -0.010578876, 0.021959491, 0.011815457, -0.0028553454, - -0.027598841, 0.0072632106, 0.0038965868, -0.033265367, -0.0107759135, - -0.009308324, 0.006444486, -0.009389857, 0.00619649, 0.015817357, - 0.028645178, -0.012209532, -0.0044129607, -0.040331542, -0.024500595, - -0.026416617, 0.0033054743, -0.007847529, -0.01948633, -0.00019523276 - ], - "metadata": { - "chunkTitle": "Maximize Performance", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64049&chunkSid=chunk_127130" - }, - "document": "Andrew Huberman: In round one, you are going to take two minutes. So you'll need to set a timer for two minutes and you're going to go the maximum distance that you can in that two minutes. So run the maximum distance that you can for two minutes or cycle the maximum distance that you can for two minutes or verse a climber the maximum distance that you can for two minutes. Whatever you select, you're going to do that as far and as fast as you can for the duration of two minutes. So depending on the movement. And depending on your level of fitness, that distance might be 400 meters, 600 meters, 800 meters, et cetera. Whatever distance you travel in that two minutes, you are going to mark that distance down in your mind or in your phone or on a piece of paper, and then you're going to rest two minutes. So two minutes of work, then rest two minutes.\n\nAndrew Huberman: Then in round two, you're going to go the same distance that you did in round one and you're going to take as much time as you need to do that distance as fast as you can. So if you went 600 meters in two minutes for round one, in round two, you're going to go 600 meters and it's going to take you however long it takes you. Chances are, if you really did the best you could in round one, you were at maximum output for the first two minutes. That in round two, it's going to take you longer than two minutes to travel that equivalent distance. However, there is the possibility that it will take you less time, but for most people, it's going to take you more time. So staying with this example of 600 meters, in two minutes, on round one, in round two, you're going to go 600 meters. Let's say it takes you two minutes and 30 seconds. You then are going to mark down how long round two took you. So in this case, the example is two minutes and 30 seconds. Then you're going to rest another two minutes. And then in round three, you're going to go all out again as fast and as safely as you can for the same duration that you did in round two. And your goal is to go at least as far as you went in round one. And if there's still time left, you're going to continue to go all out again as fast as you safely can until the entire duration is completed. So it's really just three rounds with two rest periods in between round one and round three. And then I highly recommend that after round three, that you do some sort of dedicated cooldown, so instead of just flopping onto the bench or the floor or the lawn, that you walk around slowly until you recover your breathing.\n\nAndrew Huberman: The reason I like the sugar cane as a tool that one implements once every, say, two to four weeks as a replacement for one's typical high intensity interval training is several fold. First of all, if you provide the right intensity in round one and round two and round three, it is sure to elevate your heart rate substantially and in doing so, improve your V O two max, which is correlated with all sorts of important metrics related to health, span, performance and lifespan. Second of all, it gamifies things a little bit. It pits you against yourself in the sense that if you go out at maximum speed again, performing a movement that you can safely perform at maximum speed in round one, well then you have something to compete against in round two and round three and that makes the high intensity interval training, first of all very intense. But also it makes it kind of fun in a way that lets you forget just how painful the whole thing is." - }, - "truncated_cells": [] - }, - { - "row_idx": 82, - "row": { - "id": "chunk_127128", - "embedding": [ - 0.01359775, -0.01341918, 0.013968117, -0.012539559, -0.02214264, - 0.021547407, -0.009153349, -0.038914964, 0.007956271, -0.012579242, - 0.029602883, 0.0058894926, -0.033385914, 0.0011565693, 0.0017575886, - -0.011375549, 0.05671902, 0.0029546667, -0.011593802, 0.020462763, - -0.020356944, -0.0040905685, -0.0023643947, -0.010509156, - -0.0065673958, 0.005023099, 0.013313361, -0.0028075122, 0.0016344086, - 0.006990672, 0.008868961, -0.026282812, -0.0064880317, 0.021322543, - 0.0040211244, 0.009993288, 0.007876907, -0.0087433, 0.019602982, - 0.014417848, 0.009140122, -0.007248606, 0.008571344, -0.0010705914, - -0.002790978, 0.016269682, -0.032512907, -0.011726076, -0.026005035, - 0.010277677, 0.00750654, -0.009120281, -0.01653423, 0.007718178, - 0.0065310206, -0.009900697, 0.020396626, -0.000825058, -0.0014368246, - -0.029179608, 0.0001751595, -0.016335819, -0.0206744, 0.012288239, - -0.020304034, 0.010608361, -0.01218242, -0.0072618336, 0.001143342, - 0.001802231, 0.016494548, 0.032936186, -0.022063276, -0.022169095, - 0.014060709, -0.019497164, -0.041851442, -0.0100792665, -0.019457482, - 0.013915207, 0.0071097184, -0.024020929, -0.0059457086, 0.014140073, - 0.0068385573, -0.0023032182, 0.001074725, 0.019391345, 0.00074858725, - -0.031877995, -0.0087433, 0.0022172402, 0.015026308, 0.021507725, - -0.015595085, 0.027962688, -0.006884853, 0.009484034, -0.0076123592, - 0.0041897735, -0.013835843, -0.0017443611, 0.0039417604, -0.024748433, - -0.035846207, 0.0054827505, 0.009159963, 0.006858398, 0.014113618, - -0.01839929, -0.013425794, 0.02128286, -0.022288142, -0.048756134, - -0.013558068, -0.010674498, 0.04335936, 0.014312029, -0.019417798, - -0.010066039, 0.0048643705, -0.009047531, 0.038200684, -0.008782983, - 0.01132264, 0.02769814, -0.011230049, -0.0007655348, 0.013663887, - -0.029549975, 0.026983863, -0.0045799813, -0.0053041806, 0.032830365, - -0.043544546, 0.02294951, -0.028465329, 0.0025975273, -0.0055224327, - -0.018875476, 0.00467588, 0.02017176, -0.019100342, -0.016296137, - -0.038809143, 0.011435073, 0.026454767, 0.035555206, -0.0005534833, - -0.0013591136, 0.013491931, 0.0008870614, 0.012671833, 0.007486699, - -0.008386161, 0.024298703, -0.008809437, 0.009563399, -0.0313489, - 0.008584572, 0.014298801, -0.022261687, 0.01451044, -0.0217855, - 0.010178472, 0.033200733, 0.010972114, -0.0045402995, -0.007638814, - -0.0073676524, 0.011051479, 0.04502601, -0.040211245, -0.006008539, - 0.008604413, 0.017923104, -0.0073478115, 0.021719363, -0.019351661, - 7.6147876e-6, 0.018108288, 0.017711466, 0.01886225, 0.011560733, - 0.023981245, 0.0012475076, 0.035475843, -0.012711516, 0.0056910818, - -0.0058431965, -0.010443019, 0.0075462223, -0.013300134, -0.02169291, - -0.6433799, 0.00025979406, 0.034840927, -0.009371601, 0.024801344, - 0.013425794, 0.0023429003, 0.006547555, -0.013610978, 0.009153349, - -0.0077380193, 0.010178472, -0.0117855985, -0.0123477625, 0.023280194, - -0.0075991317, 0.017685011, -0.037989046, 0.0041037956, 0.0071494007, - -0.043147724, -0.009999902, -0.015476039, -0.0058266623, 0.030713985, - 0.041269436, 0.0017691625, 0.0030985146, 0.010052811, 0.047248214, - -0.023240512, 0.029655794, 0.014391393, 0.0075462223, 0.05156034, - -0.0015451238, -0.021944229, 0.022909828, -0.003713588, 0.034153104, - -0.010092493, -0.009735354, 0.009814719, 0.00750654, -0.010952273, - 0.014444303, 0.023941563, 0.0135382265, 0.013465476, 0.0010135482, - 0.0205289, 0.014827897, -0.0130422, -0.030343618, 0.00983456, - -0.0074139484, 0.019232616, -0.0077115647, 0.0014740266, 0.009305464, - -0.01420621, 0.008882188, -0.01567445, -0.02002626, -0.011812054, - 0.010674498, -0.022274913, 0.012023691, 0.03113726, -0.012757812, - 0.005085929, 0.01965589, -0.00072750606, 0.0052215094, 0.04984078, - 0.012698288, 0.0037698043, 0.004166626, -0.025052665, 0.03735413, - -0.0051388387, -0.004543606, -0.01162687, -0.022486553, 0.025039436, - -0.0012301466, -0.03365046, -0.00087218056, -0.005982084, - -0.020938948, 0.02022467, 0.012566014, 0.005684468, -0.031057896, - -0.0028372738, 0.007678496, -0.032274816, 0.02997325, 0.006302848, - -0.014629486, -0.016851686, 0.005790287, 0.010548838, 0.028227236, - -0.021071222, -0.004996644, -0.021772273, -0.005882879, 0.023266967, - -0.021732591, -0.004887518, -0.017433692, -0.016944278, 0.0074337893, - -0.00012152659, -0.025925672, 0.0026438232, 0.0069840583, -0.00633261, - -0.014219437, 0.007566063, -0.00014922142, 0.0052876463, 0.01931198, - -0.01341918, 0.008591185, -0.0047982335, -0.034100194, -0.028624058, - -0.009371601, 0.0005005738, -0.00065310206, 0.016917823, -0.001518669, - 0.045369923, -0.001211959, 0.030555256, 0.0009738661, 0.0013483664, - -0.026071172, -0.014060709, -0.023227286, 0.015727358, -0.012539559, - -0.011163912, -0.037221856, -0.016587138, -0.00442456, 0.003908692, - -0.010813386, 0.012638764, -0.0060779825, -0.019378116, 0.01612418, - 0.003306846, -0.0075859046, -0.011845122, -0.037512857, -0.012321307, - 0.0036507577, 0.024404522, 0.006732738, -0.0026487836, -0.006431815, - -0.003647451, -0.0011268078, -0.026071172, -0.0019857609, - -0.0085515035, -0.022208776, -0.008372934, -0.013663887, -0.008280342, - 0.028385965, -0.019325208, -0.016573912, -0.016600367, 0.019034205, - -0.014113618, 0.02284369, -0.014285574, -0.0061308923, -0.005810128, - -0.014695623, 0.028333055, 0.00018352995, 0.008260501, 0.0022982578, - -0.024470659, 0.03113726, 0.01142846, 0.039761513, -0.0010681112, - 0.0062962347, -0.031507626, -0.013485317, -0.03296264, 0.0059258677, - 0.0028256997, -0.004933814, 0.03812132, -0.028147873, 0.0026983863, - -0.039655697, 0.03806841, -0.0019245843, -0.0028984505, 0.006504566, - 0.01243374, 0.017433692, 0.0020948867, -0.0042989, -0.03301555, - 0.004315434, 0.003100168, 0.017023642, 0.007010513, 0.014140073, - -0.016785549, -0.002197399, -0.0056348653, -0.011613643, 0.014946943, - -0.024854254, -0.022208776, 0.03603139, -0.010681112, 0.037248313, - -0.013716796, -0.024748433, 0.027936233, 0.022433642, 0.019100342, - -0.005532353, 0.022962738, -0.017314645, -0.007162628, -0.004652732, - 0.025396576, -0.018782884, -0.00038772766, 0.012506491, 0.024708752, - 0.0035713934, 0.019325208, -0.024206111, 0.029258972, 0.005413307, - 0.0080554765, 0.0042129215, -0.009398056, 0.014232664, -0.006752579, - -0.02481457, 0.0032059872, -0.019140024, -0.009927151, 0.01703687, - 0.026216675, 0.026044717, -0.0091798045, 0.024907162, -0.015780268, - -0.0026487836, 0.0064913384, 0.020145305, -0.003647451, 0.02239396, - -0.033518188, -0.0062962347, 0.013822616, -0.009867628, -0.0030274175, - -0.019140024, 0.0111572975, -0.0006225137, 0.013544841, -0.0054662162, - -0.01814797, 0.003237402, -0.017751148, 0.000700638, 0.015714131, - 0.019616209, -0.0033366075, -0.0074800854, -0.013028973, - 0.00042534305, -0.022579143, 0.011534278, -0.024536796, 0.011653325, - 0.0013301787, 0.026613496, 0.010132176, -0.018174425, -0.0022387346, - -0.0027942848, 0.028121417, -0.022473324, -0.012995904, -0.01673264, - -0.030555256, 0.007890134, 0.022870146, 0.027169045, -0.03679858, - -0.012473422, -0.010026356, -0.024960073, 0.0013450596, - -0.00023416601, -0.0074139484, -0.011468141, -0.0031580378, - 0.017751148, -0.019616209, 0.0015451238, 0.0016005134, 0.0027827108, - -0.0031282762, -0.03412665, -0.013505158, 0.008412615, 0.08804146, - 0.0028835696, -0.0072816745, 0.03018489, 0.010376882, 0.02325374, - 0.013491931, -0.007890134, 0.0038425548, -0.0047916197, -0.0009449312, - 0.011276345, -0.015198263, -0.021811955, 0.018095061, -0.007552836, - -0.016428411, -0.0026223287, -0.020462763, 0.008379547, 0.017261736, - 0.017354326, -0.0085978, 0.036930855, 0.016944278, -0.0023941563, - 0.026587041, 0.008280342, 0.025766943, -0.0070898775, -0.008974779, - 0.011355708, 0.03068753, 0.0067625, -0.022936283, 0.0042162286, - 0.0042526037, -0.011104388, 0.009060757, -0.00529426, 0.025793398, - 0.032142542, 0.0013045507, -0.039602786, 0.01094566, 0.010118948, - 0.0040244316, -0.016282909, -0.0013657273, -0.01248665, -0.0021759046, - 0.006818716, -0.013822616, -0.029179608, 0.0070303543, -0.013835843, - 0.002982775, -0.0020403238, 0.0018915158, -0.02936479, 0.009470806, - -0.017685011, -0.002713267, 0.0016608633, -0.011587188, -0.020039486, - -0.028941514, 0.00024119306, 0.0039847493, 0.031904448, -0.0015699251, - -0.011659939, -0.00013175714, 0.013280293, 0.0031018213, 0.0117194615, - 0.010674498, -0.0036110757, 0.006127585, 0.012718129, 0.028888606, - -0.0026520903, -0.007374266, -0.016759094, 0.013009132, -0.012480036, - 0.016719412, -0.014655941, 0.0072353785, 0.0145501215, 0.006990672, - 0.000017800132, 0.0004059153, 0.0029662407, -0.0021544101, - -0.0055687283, 0.032883275, -0.02441775, 0.0057605254, -0.005271112, - 0.0029067176, -0.014576577, 0.0045535266, -0.02724841, 0.0032241747, - -0.00449731, -0.004484083, -0.016362274, -0.0058431965, -0.042327628, - 0.005701002, 0.0037268153, -0.0029530134, -0.01167978, 0.027433593, - -0.0017840434, 0.010562066, -0.022248458, -0.0089549385, -0.017526284, - -0.009331919, -0.02583308, 0.022182321, -0.00663684, -0.017301418, - 0.01886225, -0.00018694013, -0.005727457, -0.009523716, -0.007909975, - 0.020833129, 0.021997139, -0.016110953, -0.02214264, -0.02486748, - -0.024854254, -0.0249733, 0.021163814, 0.0037433496, -0.021600317, - -0.025277529, -0.013240611, 0.017420463, 0.0041467845, -0.0017427078, - -0.021296088, -0.0027975915, -0.0015980332, -0.0031911063, - 0.015185036, -0.013412567, 0.0081017725, -0.0030803268, 0.0016666503, - -0.0016889715, -0.0004703988, -0.015436356, -0.0068385573, 0.04029061, - 0.016044816, 0.042195354, -0.019391345, 0.0059523224, 0.037221856, - 0.012532946, -0.019880757, -0.01309511, -0.020700855, -0.010383496, - -0.01089275, -0.003154731, 0.015793495, -0.005413307, -0.01334643, - 0.00094989146, 0.010231381, -0.025237847, -0.0077512464, -0.016640048, - -0.048147675, -0.0021742512, 0.010231381, -0.007863679, 0.020237897, - -0.016110953, -0.0071361735, 0.027169045, 0.014616258, 0.012506491, - 0.0008953285, 0.021309314, -0.017856967, 0.019735256, 0.02421934, - 0.013730024, 0.0032836979, -0.031269535, -0.0173411, -0.031772174, - 0.017526284, 0.01886225, 0.019166479, -0.013525, -0.015304083, - -0.0136506595, 0.0019841075, -0.003710281, -0.05671902, 0.0046428116, - -0.017446918, -0.008776369, 0.017711466, 0.0117194615, -0.019841075, - -0.01667973, -0.018968068, -0.0129099265, 0.010310746, 0.001790657, - -0.008584572, 0.0049635754, 0.00091351615, 0.027671685, -0.0059490157, - 0.00927901, 0.0036441442, -0.012969449, 0.0008254714, 0.015793495, - 0.0029778148, 0.0016426757, -0.0035052565, 0.024470659, -0.016163863, - -0.016190317, 0.0095171025, -0.0023544743, 0.00044766426, - -0.026878042, 0.026256356, 0.03201027, 0.014523667, 0.0059754704, - -0.007460244, -0.0154495835, 0.013286906, 0.015806723, 0.00935176, - -0.0109324325, 0.0064648837, -0.01058852, 0.03767159, 0.018161198, - 0.011388777, 0.0038921575, 0.013081882, -0.023888655, -0.023637334, - -0.008908642, 0.010634816, -0.00033564484, 0.015052762, 0.00089863536, - 0.015647994, 0.0023991168, 0.0026901192, 0.0009589853, 0.012017078, - -0.0063822125, 0.02138868, -0.016468093, 0.0006919575, -0.0027975915, - 0.012638764, 0.032671638, -0.030555256, -0.0076851095, 0.017222052, - -0.006613692, -0.022274913, 0.0013392726, 0.028227236, 0.0010995263, - 0.014735305, 0.00899462, 0.017446918, -0.016349046, -0.016401956, - 0.04412655, -0.03198381, -0.01603159, -0.02001303, 0.0026950794, - -0.0092261, -0.003756577, 0.003214254, -0.024748433, 0.0072419923, - -0.0011532624, -0.00008153442, -0.006931149, -0.0141533, -0.022513006, - 0.015978679, 0.010555452, -0.038491685, 0.03701022, -0.0029976557, - -0.03928533, -0.008015795, -0.009212873, 0.010555452, -0.0049437345, - -0.011402004, 0.006415281, 0.0060217665, 0.020925721, -0.012585855, - -0.041983716, -0.008320024, -0.0066831354, -0.01008588, -0.0019642664, - -0.022936283, 0.0052215094, 0.0017443611, 0.020714082, 0.016759094, - -0.013981344, 0.016560685, -0.022076502, 0.00082009775, 0.010218154, - -0.01069434, 0.006428508, -0.0240077, -0.021401906, 0.015661221, - 0.021944229, -0.02122995, 0.0369044, 0.027724596, 0.019126797, - -0.010740635, -0.0058498103, -0.0030836337, -0.0152247185, - 0.010687726, -0.02320083, 0.015727358, 0.01040995, 0.029100243, - 0.006587237, -0.03957633, 0.003925226, 0.0018319926, -0.024444204, - -0.019841075, 0.0141533, 0.0058068214, -0.001561658, -0.002931519, - 0.0043914914, -0.0009937072, -0.014245892, 0.00831341, 0.011091161, - -0.029444156, 0.043597456, 0.010237995, 0.000971386, -0.01021154, - -0.03539648, -0.00061962026, 0.003248976, -0.0044510146, -0.0173411, - 0.029179608, 0.014801442, 0.022182321, -0.018068606, 0.01966912, - 0.021851636, 0.0061738812, 0.00781077, -0.02370347, -0.029100243, - 0.014285574, 0.009378214, -0.0056513995, 0.015436356, 0.014470757, - -0.012043533, 0.024351614, -0.015608313, -0.02167968, 0.0015194956, - 0.0036441442, 0.042274717, 0.02128286, 0.015145354, -0.007513154, - 0.016415183, -0.007837225, 0.012413899, -0.0019659197, -0.017446918, - -0.015211491, 0.010965501, -0.01167978, -0.011408618, -0.0057770596, - 0.004874291, -0.004070727, -0.0072353785, 0.0000101982605, - -0.010132176, -0.0040376587, 0.016058043, -0.0021676375, -0.009126894, - -0.014312029, -0.0018551406, 0.0056712404, 0.023571197, -0.016362274, - 0.0046791867, -0.027777504, -0.0025793398, 0.013663887, 0.0016054737, - -0.05156034, 0.007870293, 0.014629486, -0.025211392, 0.0083927745, - 0.19851656, 0.0031216624, 0.005515819, 0.012116283, -0.0009333572, - -0.0049205865, 0.0032870048, 0.010125562, 0.007909975, 0.0009722127, - 0.015290855, 0.029788068, -0.00055513676, -0.009285623, 0.008095158, - -0.027909778, -0.057353936, -0.01886225, -0.010237995, -0.016163863, - 0.0064483494, -0.013075269, 0.020489218, -0.010198313, 0.0077247918, - -0.018227335, -0.008650709, 0.004417946, 0.022314595, -0.0067691132, - 0.011607029, -0.012175807, 0.011911259, -0.0013334856, 0.016349046, - -0.010449633, 0.019232616, -0.012083215, 0.025991809, -0.0028488478, - -0.0044940035, -0.013200928, -0.02006594, -0.0047585513, 0.0058597308, - 0.0051686, -0.009087212, 0.0015137087, 0.0044576284, 0.028994424, - -0.030872712, -0.016150635, 0.024483887, 0.02583308, -0.009305464, - 0.00547283, 0.008452298, -0.021190269, -0.014431075, 0.05560792, - -0.007572677, 0.039920244, -0.0022684962, 0.03867687, -0.0069774445, - 0.0040244316, 0.005191748, 0.01728819, 0.0152644, -0.00013754412, - 0.0011400351, -0.0012871898, -0.017235281, 0.017301418, -0.00953033, - -0.004652732, 0.014272347, 0.022301368, 0.014126846, -0.0014856005, - -0.0020618185, 0.04169271, -0.00061590003, 0.005152066, -0.02835951, - -0.011560733, 0.010152017, 0.010548838, -0.012354376, -0.0012408938, - 0.008372934, -0.032883275, 0.0147088505, 0.0022618826, -0.0027314546, - -0.024034156, 0.0016509428, 0.000517108, -0.006673215, -0.007678496, - -0.03362401, 0.056930657, -0.008306797, 0.0029463996, -0.01683846, - 0.008577958, -0.030343618, 0.019841075, 0.0034788018, 0.0030737133, - -0.01839929, -0.033544645, 0.008875574, 0.0004770125, -0.004566754, - 0.0077909287, 0.02769814, -0.02167968, 0.010436405, 0.0019923747, - 0.011693007, -0.0017972707, 0.036163665, 0.021044767, -0.008306797, - -0.010290904, -0.012771038, 0.0104165645, 0.011640097, -0.023465378, - 0.0021593703, -0.00031807725, -0.012704901, -0.010145403, - -0.020555355, 0.0023660483, 0.0023197525, -0.012116283, -0.0022701498, - -0.0032936186, -0.024483887, -0.0032572432, 0.009993288, -0.023108238, - 0.017460147, -0.026587041, 0.009589853, 0.025846306, -0.00424599, - -0.033888556, -0.0027628697, 0.015899315, -0.03372983, 0.011977396, - 0.003951681, -0.023571197, -0.022923056, -0.028147873, 0.005581956, - 0.017830513, -0.018081833, 0.0070700366, 0.020542126, -0.030819803, - -0.02547594, -0.0003771871, -0.16624175, 0.021732591, 0.025132028, - -0.024139974, 0.003647451, -0.010198313, 0.018544791, -0.0051851342, - -0.0013698608, 0.0019146637, 0.040978435, 0.0079430435, -0.0271955, - -0.017936332, 0.012189033, 0.00008861313, 0.00094823807, 0.035475843, - 0.02219555, -0.0051388387, 0.014232664, -0.00084365904, -0.0113821635, - 0.0029761612, 0.007870293, 0.011970782, 0.01804215, 0.021851636, - -0.007017127, -0.0003554859, 0.00028790228, -0.007334584, 0.026441539, - 0.001360767, 0.015991906, -0.023187604, 0.012169193, 0.008749914, - -0.01562154, 0.015793495, 0.0007068383, -0.01064143, -0.015198263, - 0.009411283, -0.011593802, 0.017089779, -0.009689058, 0.0054662162, - 0.02416643, -0.0043848776, 0.034047283, -0.008941711, -0.0017939638, - 0.031613447, 0.029258972, 0.0009837867, 0.0005022272, 0.03119017, - 0.00048982655, -0.016428411, -0.00289349, -0.020449534, -0.0026669712, - -0.012228716, 0.0025049357, -0.030661074, -0.013280293, -0.009087212, - -0.02037017, 0.01089275, -0.024682296, -0.012089828, -0.012341148, - 0.010720794, 0.024589706, -0.00044766426, -0.04100489, 0.0029381325, - 0.0056943884, 0.01384907, -0.014391393, -0.011659939, -0.03235418, - 0.010568679, -0.033280097, 0.0032324418, -0.0032820445, 0.004894132, - -0.016547456, -0.0037400427, 0.024708752, -0.024245793, -0.01884902, - 0.00084903266, 0.017499829, 0.012566014, 0.010985342, 0.021864865, - 0.007592518, -0.023756381, 0.021005085, 0.005155373, -0.049496867, - 0.030370072, 0.018875476, 0.00045717144, 0.0036342235, -0.007572677, - 0.010813386, 0.0024487195, -0.0184522, -0.00039992167, 0.04574029, - 0.049602687, -0.01667973, 0.020039486, -0.0036705988, -0.031851538, - 0.006712897, -0.018253788, 0.02780396, 0.0066996696, -0.028650513, - -0.0009565052, 0.0006328476, -0.0021544101, -0.12581886, -0.005621638, - 0.0009151696, 0.014827897, 0.0067922613, -0.032512907, 0.005145452, - 0.00960308, 0.0021031538, 0.032724548, -0.02558176, -0.016970733, - -0.013392726, -0.010132176, 0.0174866, -0.021375451, -0.0074734716, - -0.021243177, 0.0021180348, 0.0060647554, -0.008564731, -0.01981462, - 0.005443068, -0.00055431004, -0.009080599, -0.001401276, -0.010092493, - 0.024655843, 0.035713933, 0.01804215, 0.02001303, -0.010919205, - 0.0343912, -0.0499466, 0.016044816, -0.006428508, 0.00990731, - -0.004632891, -0.018888703, -0.0024933617, -0.007579291, - -0.0029182914, 0.028015599, -0.040158335, 0.01359775, 0.0030356846, - -0.019497164, 0.0012193994, 0.0025628055, -0.00899462, -0.022446869, - -0.0044344803, -0.022671735, -0.015647994, 0.02042308, 0.0016468093, - 0.005601797, 0.02886215, -0.006858398, -0.020079168, -0.041428164, - -0.0051223044, -0.042697992, -0.0034788018, 0.023637334, 0.009007848, - -0.019192934, 0.015171809, 0.0102578355, -0.031269535, 0.0037731112, - -0.000954025, 0.0008895415, 0.026322493, -0.007876907, -0.0060581416, - -0.0023875427, -0.014351711, 0.0034854156, -0.017142689, -0.012083215, - -0.011845122, 0.0074734716, -0.01682523, 0.022367505, 0.026057946, - -0.005750605, 0.0017294803, 0.01210967, -0.04510538, -0.02492039, - 0.01965589, 0.01698396, -0.012539559, -0.030211344, -0.010654657, - 0.025237847, -0.020237897, 0.03939115, -0.009259168, -0.010323972, - -0.013941662, -0.05428518, 0.024774889, 0.010509156, 0.014788215, - -0.017327873, -0.008730073, 0.0014351711, -0.015714131, 0.0058861854, - 0.017949559, 0.004054193, 0.0034920292, 0.030343618, 0.002572726, - -0.009199645, -0.04777731, 0.041216526, -0.0037731112, 0.04195726, - 0.022407187, 0.010191699, 0.019986575, 0.002380929, 0.011607029, - -0.024893936, 0.013730024, -0.012175807, 0.010105721, 0.0005977124, - -0.025065891, 0.015542176, -0.011871576, 0.016256453, -0.007552836, - -0.025158484, -0.020595036, -0.012136124, 0.0029133311, -0.005277726, - 0.00953033, -0.025264302, 0.010720794, 0.023465378, -0.004593209, - -0.008108386, 0.0032109474, -0.018941613, -0.01119698, 0.01920616, - -0.007704951, 0.014179755, -0.0014880806, -0.002713267, -0.044655647, - 0.018015696, -0.012169193, 0.010310746, -0.002392503, 0.01243374, - -0.019629437, 0.006587237, 0.0035217907, 0.011851735, 0.008935098, - 0.012222102, -0.0014971745, -0.00899462, -0.02481457, 0.015423129, - -0.024497114, -0.025687579, -0.007704951, 0.02578017, 0.0040078973, - 0.0062267906, -0.0049238936, 0.018425746, -0.009536943, -0.015806723, - 0.024801344, -0.005899413, -0.0029513598, 0.0044477074, 0.023544742, - 0.002885223, 0.0036507577, 0.0059159473, 0.012480036, 0.0059159473, - -0.002701693, -0.006415281, -0.00092591683, -0.01445753, 0.004097182, - 0.015383447, 0.004725483, 0.008829278, 0.0033829033, 0.027116137, - -0.0019262377, 0.0032506294, -0.0005696042, -0.0030323777, - -0.011375549, -0.007784315, -0.011620256, -0.018108288, -0.05171907, - -0.02158709, -0.024629388, -0.010648044, -0.0070237406, 0.014563349, - 0.012294853, -0.024206111, 0.018769657, 0.016044816, -0.015634768, - -0.0086176405, 0.01132264, 0.037433494, 0.02538335, 0.009523716, - 0.005155373, 0.027301319, 0.0054166135, 0.010972114, 0.0014682396, - 0.0038987712, -0.0040674205, -0.016190317, -0.04412655, -0.01683846, - -0.029735157, 0.00480154, 0.009107053, -0.0040442725, 0.025925672, - -0.02891506, 0.06693056, 0.02638863, -0.010046198, 0.028491784, - 0.015925769, -0.0025032824, 0.027512958, 0.02022467, 0.00480154, - 0.0035118703, -0.025303984, -0.024536796, 0.008048863, 0.001624488, - -0.021468043, 0.030370072, 0.015185036, 0.016970733, -0.0046494254, - -0.005013178, 0.042645086, -0.013028973, 0.0038789301, 0.019073887, - -0.029761612, 0.0023478605, 0.0059523224, -0.017367555, 0.007857066, - -0.021110903, 0.008386161, 0.024153203, -0.04756567, -0.01236099, - -0.010059425, -0.012010464, -0.02122995, -0.01451044, 0.02042308, - 0.022076502, -0.004593209, 0.038280047, -0.02031726, -0.0041335574, - -0.0008192711, -0.025145255, -0.056454472, -0.010509156, -0.011276345 - ], - "metadata": { - "chunkTitle": "Optimal Gut Health", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64048&chunkSid=chunk_127128" - }, - "document": "Andrew Huberman: I'd like to take a quick break and acknowledge one of our sponsors, athletic greens. Athletic greens, now called AG one, is a vitamin mineral probiotic drink that covers all of your foundational nutritional needs. I've been taking athletic greens since 2012, so I'm delighted that they're sponsoring the podcast. The reason I started taking athletic greens, and the reason I still take athletic greens once or usually twice a day, is that it gets to be the probiotics that I need for gut health. Our gut is very important. It's populated by gut microbiota that communicate with the brain, the immune system, and basically all the biological systems of our body to strongly impact our immediate and long term health. And those probiotics and athletic greens are optimal and vital for microbiotic health. In addition, Athletic Greens contains a number of adaptogens, vitamins and minerals that make sure that all of my foundational nutritional needs are met. And it tastes great.\n\nAndrew Huberman: If you'd like to try athletic greens, you can go to Athleticgreens.com Huberman and they'll give you five free travel packs that make it really easy to mix up athletic greens while you're on the road, in the car, on the plane, et cetera, and they'll give you a year supply of vitamin D, three K two. Again, that's athletic greens huberman to get the five free travel packs and the year supply of vitamin D, three K two." - }, - "truncated_cells": [] - }, - { - "row_idx": 83, - "row": { - "id": "chunk_127139", - "embedding": [ - -0.008314859, 0.018108835, 0.018412953, -0.022947075, -0.010118831, - 0.012918097, -0.0076997112, -0.033148848, 0.002966877, -0.0317112, - -0.009261771, 0.023845606, 0.0056780186, 0.015275011, 0.0004440812, - -0.013346627, 0.038954735, -0.006358828, 0.006666402, -0.008183535, - -0.031185905, -0.010243243, 0.016643541, -0.034531202, -0.023140604, - 0.01839913, 0.014093098, -0.0069705197, -0.00009212093, -0.008715741, - 0.023582958, -0.011121037, -0.020458838, 0.007464711, -0.0021996708, - 0.010422949, 0.0015059018, -0.012745303, 0.020099426, -0.02558737, - 0.02351384, 0.01855119, -0.015869424, 0.003450701, -0.011902067, - 0.0056538275, 0.00029267024, -0.020348249, -0.02608502, 0.02905708, - 0.018882954, 0.014321187, -0.027909726, -0.003086105, -0.0043025766, - -0.008853977, -0.014065451, 0.00859133, 0.015966188, -0.0021495603, - -0.020127073, -0.007879417, -0.008826329, -0.0046032383, -0.004468459, - -0.013173833, -0.029167667, 0.01640854, -0.0055950773, -0.008466918, - 0.016892364, 0.013367362, 0.010353831, 0.016532952, 0.024661195, - -0.012627803, -0.0112108905, -0.01476354, 0.029914139, 0.011024272, - -0.005881916, -0.03569238, -0.0165606, 0.024080604, 0.014182951, - -0.037074734, 0.014169128, -0.0020009573, -0.0019854058, -0.004523753, - -0.010948243, 0.017251777, 0.014901775, 0.01953266, 0.0064279456, - 0.013160009, -0.020887367, -0.020942662, -0.0011508096, 0.00045012898, - -0.008473829, 0.009102801, -0.015579129, -0.017942954, -0.034752376, - 0.0009149455, 0.002968605, -0.01816413, 0.014037804, -0.030494727, - -0.009047506, 0.01906266, -0.010333096, -0.015551481, 0.0062205927, - -0.034641787, -0.00022506449, -0.027094137, -0.044539444, - -0.010906773, 0.050096504, 0.00677699, 0.0317112, -0.0011836406, - 0.018233247, 0.003514635, -0.007941623, 0.01402398, 0.00050283124, - -0.027826784, 0.004247282, -0.026043547, -0.0079278, 0.022366486, - -0.014390304, -0.008881624, 0.008494564, -0.01598001, -0.02327884, - -0.024039134, 0.022560015, 0.002731877, -0.013547068, -0.022490898, - 0.0014350561, 0.029748255, 0.019850602, 0.009980596, 0.020099426, - 0.0049626506, 0.011812214, 0.0041470616, -0.007285005, -0.010485155, - -0.0013719862, 0.019753838, -0.0021996708, 0.025393842, -0.020721486, - -0.009793977, 0.01788766, 0.0025037886, 0.02952708, 0.008957653, - 0.008093682, 0.018800013, 0.010187948, 0.0077342703, 0.015786482, - 0.008294123, 0.010111919, 0.014404127, -0.036383554, 0.013339715, - -0.0070050783, -0.0014480157, 0.007222799, 0.00929633, -0.016104423, - -0.022546193, 0.012434273, 0.0024243032, 0.03964591, 0.023900898, - -0.010229419, 0.007609858, 0.017915307, -0.0072919168, 0.00010005866, - -0.017901484, -0.016740305, 0.01027089, -0.008128241, -0.016436188, - -0.6533558, 0.0053877244, 0.008383976, -0.02745355, 0.028144725, - -0.0013875377, 0.008501477, 0.010554272, -0.0335912, 0.026555018, - 0.011694714, 0.006738975, 0.002697318, 0.003908606, -0.004233459, - -0.012047214, 0.0049453713, -0.013782068, -0.008501477, 0.006158387, - -0.016532952, 0.010561184, -0.004205812, 0.011860597, 0.011667067, - 0.027052665, -0.002434671, -0.00024147995, -0.009524418, 0.025615018, - -0.005149268, 0.01085839, 0.021993252, 0.0077480935, 0.050207093, - -0.041138854, -0.019615602, 0.038622968, 0.018136483, 0.029195314, - 0.009593536, -0.031241199, -0.011038096, 0.008563682, 0.010955155, - -0.0043958854, 0.016436188, -0.0116739785, 0.019283837, -0.008625888, - 0.036024142, -0.023762664, -0.010450596, 0.011010448, 0.004167797, - 0.0044926503, 0.0024139355, 0.002159928, 0.0029478697, 0.0055674305, - 0.011224714, 0.0071191224, -0.031738847, -0.009448389, -0.012358244, - 0.012793685, -0.018385308, -0.026831489, -0.009365448, 0.009144271, - 0.015150599, 0.028587079, -0.012600156, -0.021232955, 0.020845897, - 0.02886355, 0.009455301, -0.0022048545, -0.0113422135, -0.0035250024, - 0.0067839017, 0.0015646518, -0.017749425, -0.00497993, 0.013028686, - 0.007609858, -0.022325015, 0.004247282, -0.010049713, -0.021357369, - -0.0060823574, 0.00061644346, -0.008218094, -0.025863841, - -0.004015738, 0.008646623, -0.00738177, 0.0043578707, -0.0025020605, - -0.027785314, -0.011045008, -0.0044442676, -0.0006812413, 0.020804426, - 0.015136776, 0.009192654, 0.00683574, 0.011314567, 0.025753254, - -0.010706331, 0.000809973, -0.014874128, -0.01613207, 0.012074862, - 0.0058404454, -0.025131194, 0.015634423, 0.0033383847, -0.018219424, - -0.022947075, 0.019090308, -0.016505305, 0.02355531, -0.008681183, - 0.013270598, 0.012054126, 0.01613207, -0.0045686797, -0.0030152595, - -0.013457215, -0.0001650185, -0.008169712, 0.031075316, -0.0076927994, - 0.008522212, 0.0145838335, -0.011404419, -0.0013227399, 0.019035013, - -0.030937081, -0.036604732, -0.031849433, 0.010906773, -0.016270306, - -0.025601195, -0.041470617, -0.028587079, -0.00061946735, 0.006362284, - -0.01949119, 0.013726775, -0.016201187, -0.032678846, 0.011611773, - -0.009144271, -0.005691842, -0.01542707, -0.036190026, -0.032430023, - -0.017749425, -0.014279716, 0.0061687543, -0.014182951, 0.015592952, - 0.010948243, 0.0027232373, -0.0062275045, 0.029858844, 0.008923095, - -0.027785314, 0.007996918, -0.0071052993, -0.026582666, 0.007955447, - -0.0163256, -0.0069843433, -0.0026541194, 0.009621183, -0.02058325, - -0.008549859, 0.0013452031, -0.009614271, -0.038291205, -0.016615894, - 0.032872375, -0.0025815459, 0.020417368, -0.0008803866, -0.0034126863, - 0.02113619, 0.0031742302, 0.005826622, -0.0260159, -0.0148050105, - -0.017141188, 0.017016776, -0.015205893, 0.0023361782, 0.002610921, - 0.016989129, 0.018910602, -0.0066767693, 0.008411624, -0.025366195, - 0.026886784, -0.00045012898, 0.013816628, -0.036494143, 0.015344128, - 0.010028978, -0.006566181, -0.019145602, -0.021785898, -0.019643249, - -0.02734296, 0.021274427, 0.000021545282, 0.037821203, -0.008480742, - 0.020832073, 0.017127365, -0.0032226124, 0.009282506, -0.021882663, - -0.03718532, 0.032568257, 0.011155596, 0.031572964, -0.004499562, - -0.030301198, 0.018896777, 0.019601779, 0.009842359, 0.013733686, - -0.008066035, -0.0063450043, -0.0035163627, -0.0069117695, 0.05120239, - 0.005463754, 0.011950449, 0.004084856, 0.0027906268, -0.032319434, - 0.024481488, 0.012206185, 0.050455917, -0.015136776, -0.0030256272, - 0.00086829107, -0.0053566215, 0.009980596, -0.029720608, - -0.0059855925, -0.0051941946, -0.0070914757, -0.00014838706, - -0.023306487, 0.009075154, 0.032872375, -0.009510594, 0.022919428, - 0.007367946, -0.003267539, 0.0039431644, -0.01574501, 0.009980596, - -0.023914723, -0.0184406, 0.018302366, 0.024232663, 0.0046066944, - -0.005398092, -0.009503683, 0.0064936075, 0.004281841, 0.020210015, - 0.0012726296, 0.017763248, 0.02562884, -0.011881332, -0.0123789795, - 0.005722945, 0.007319564, -0.0064625046, -0.015205893, -0.039148264, - 0.010657948, 0.0064763282, -0.0184406, -0.006386475, 0.01218545, - -0.012475744, -0.007913976, -0.016076775, 0.03151767, 0.012738391, - -0.013332804, 0.031766493, -0.008826329, -0.010422949, 0.026306195, - -0.01855119, -0.035305317, 0.034641787, -0.002968605, -0.01921472, - -0.014708245, -0.00008520916, -0.025366195, 0.0077826525, -0.00749927, - -0.0023171708, -0.009558978, 0.022407956, -0.0082803, -0.003784194, - 0.0027457005, 0.026057372, 0.011356037, -0.000419674, -0.023085311, - -0.017320894, -0.025158841, 0.10362125, 0.01183295, -0.0012484384, - 0.0134157445, -0.01304251, 0.023679722, -0.0088747125, -0.03635591, - 0.037959438, 0.00894383, 0.018343836, -0.017113542, 0.012247656, - -0.021855015, 0.0023258105, -0.0035630171, 0.007706623, -0.008536035, - -0.0071260342, -0.0103953015, 0.0034679803, 0.0038947822, -0.00677699, - 0.042134147, -0.004233459, 0.018288542, 0.0246059, 0.02261531, - 0.02167531, -0.0054741213, 0.011266184, 0.021620015, 0.0037634585, - 0.014639128, -0.011667067, 0.023817958, -0.0052978713, 0.012676185, - 0.026043547, -0.018247072, 0.028255314, 0.033950612, 0.030826492, - -0.009939125, -0.008805594, 0.017984424, 0.009095889, 0.015551481, - -0.006206769, -0.002279156, 0.004976474, -0.010906773, -0.020016484, - -0.018565012, 0.017141188, -0.00046524848, 0.004046841, -0.015413246, - -0.010478242, -0.014777363, -0.026458254, -0.014487069, 0.006514343, - 0.0017123909, -0.016394718, -0.02316825, -0.0029513256, 0.008930006, - -0.0049868417, -0.0059441216, -0.009517507, -0.01949119, - -0.0026472078, -0.0023171708, 0.03074355, 0.007326476, 0.014680599, - 0.0009279051, -0.006089269, 0.015468541, -0.01187442, -0.009655742, - -0.014293539, -0.020749131, -0.006842652, -0.011134861, -0.0024467665, - -0.0063139014, -0.012171626, 0.008805594, -0.0043336796, 0.007367946, - 0.011107214, -0.011356037, -0.0059614014, 0.006808093, 0.010561184, - 0.014680599, 0.019339131, -0.011604861, -0.0019473911, -0.027038842, - 0.026665607, -0.026458254, 0.028504137, -0.0004829599, 0.027080312, - 0.014556186, -0.0034610685, -0.008411624, 0.02394237, -0.01499854, - 0.0070085344, 0.03403355, 0.008197359, 0.025186488, 0.02620943, - 0.0044822823, -0.00054170995, -0.039258853, -0.016339423, - -0.025919136, 0.034752376, 0.019836778, -0.02952708, 0.012821333, - 0.011356037, -0.01910413, -0.038954735, 0.021025604, -0.011127949, - 0.021080896, -0.0066525782, -0.03331473, -0.029914139, -0.028697668, - -0.016201187, -0.0042749294, 0.0021063618, -0.0036044877, - -0.0038636792, -0.0071605933, 0.0077895643, -0.014196775, 0.028946491, - -0.032900024, -0.0064763282, 0.0023828326, -0.019366778, 0.013844274, - -0.0036977967, 0.016671188, -0.02285031, -0.00281309, 0.005190739, - -0.0049868417, -0.0151782455, -0.009628095, 0.013588539, 0.043184735, - 0.015261187, -0.0018143395, -0.003663238, 0.021592367, -0.01183295, - -0.026942078, -0.013623098, 0.0026420238, -0.0127107445, 0.03652179, - 0.005764416, -0.0027992667, 0.012226921, 0.0077204467, -0.010568095, - 0.026610313, -0.006089269, -0.000630699, -0.008826329, -0.051451214, - -0.006303534, 0.019975014, -0.008625888, 0.017707953, -0.041885324, - -0.010070448, 0.03207061, 0.007886329, 0.010609566, 0.0014022252, - -0.0016553688, 0.0055017686, 0.019076483, 0.0027819872, 0.023776487, - -0.02218678, -0.014556186, -0.03433767, -0.000100382655, 0.019035013, - 0.017376188, 0.011604861, -0.02867002, -0.022864133, -0.022698252, - 0.0010402213, -0.0027768034, -0.013381186, 0.011010448, -0.01987825, - 0.004440812, -0.007285005, 0.0066145635, 0.0049004448, 0.0033971348, - 0.026762372, -0.013816628, 0.008840153, -0.015869424, -0.009807801, - 0.015841777, 0.015136776, -0.01640854, 0.0012622619, 0.04863121, - 0.0016812879, 0.014093098, -0.009925301, 0.0010462691, 0.004458091, - 0.015869424, 0.01374751, 0.0026472078, -0.023389429, -0.005854269, - 0.018233247, 0.012275303, 0.0050490475, -0.022407956, 0.018924424, - 0.03132414, 0.034558848, -0.017555894, -0.018979719, -0.022490898, - 0.012054126, -0.0004980794, 0.02300237, -0.014860304, -0.0029772448, - 0.0004289617, 0.041802384, -0.028504137, 0.03149002, 0.000016644944, - 0.0039224294, -0.02191031, 0.0013080523, -0.0069532404, 0.003956988, - 0.031213552, -0.008307947, -0.022684427, -0.006987799, 0.03558179, - 0.025338547, -0.0015421886, -0.0076305936, -0.0068150046, 0.03129649, - -0.022587663, -0.019311484, -0.0034662525, -0.039701205, 0.01613207, - 0.00689449, 0.004852062, -0.0104160365, 0.013153098, -0.008314859, - 0.020210015, 0.013968687, -0.023071487, -0.0017011593, -0.0055812537, - -0.014362657, -0.017611189, -0.0016475931, -0.0055674305, -0.01839913, - -0.027260019, -0.019352954, 0.03295532, 0.0038775026, -0.0017953322, - -0.014500893, -0.023251193, 0.02332031, -0.02261531, 0.025946783, - -0.0019301117, 0.011086478, -0.033342376, 0.028089432, -0.018482072, - -0.014307363, 0.015192069, -0.030964727, -0.022366486, -0.0015482364, - 0.009966772, 0.017058248, 0.00037625944, 0.010160301, 0.0025850018, - 0.005902651, 0.012959568, -0.03273414, -0.042244736, -0.013941039, - -0.029969433, 0.0112108905, 0.013111627, -0.03149002, 0.023375604, - -0.02811708, 0.0035872085, 0.0071052993, -0.011646331, -0.010803096, - -0.0151782455, -0.0013089164, 0.020030309, 0.0048416946, -0.014086186, - -0.007893241, -0.029858844, -0.003569929, -0.00035595614, 0.006932505, - 0.008404712, 0.011418243, 0.0153994225, 0.013187656, 0.0013702583, - -0.0027975386, -0.0007983094, -0.0018022439, -0.031655904, - -0.017818542, 0.0053497097, 0.014431775, 0.033729434, -0.02933355, - -0.0016691923, -0.012634715, -0.034199435, -0.024080604, 0.019242367, - 0.00074603915, 0.0052425773, -0.009351624, -0.014072362, 0.009918389, - 0.015081481, 0.009558978, 0.006545446, -0.01398251, 0.0069117695, - 0.00683574, -0.009109712, -0.023265015, -0.015192069, -0.014210599, - 0.0005443019, -0.014093098, 0.022200603, 0.022020897, 0.0010039345, - 0.013560892, 0.01675413, 0.026333842, 0.037959438, -0.0010791001, - -0.0012925009, -0.03652179, -0.0005369581, 0.016629718, 0.0014419679, - 0.0075891227, 0.029858844, -0.0005175187, -0.029775903, 0.0048071356, - -0.009116624, -0.010588831, 0.009068241, -0.0070085344, 0.040807087, - -0.0012354788, 0.0021858471, 0.022642957, 0.027052665, -0.010879125, - -0.024799429, 0.0061549307, -0.0050559593, -0.0018143395, 0.015606776, - -0.015731188, 0.0055397833, -0.0042714737, 0.021177663, 0.0002520636, - -0.0004410573, 0.0023724649, -0.002548715, 0.0014739349, 0.0031293037, - 0.0094691245, -0.009773242, -0.008390889, -0.022076191, 0.006987799, - 0.03019061, -0.008964565, 0.008114417, -0.01312545, 0.00087736273, - 0.000990111, -0.010485155, 0.008701918, -0.009614271, 0.015592952, - 0.00324162, 0.017625012, 0.21056014, -0.00069506484, -0.004675812, - 0.017376188, -0.0007352395, 0.019643249, 0.016781777, 0.01300795, - -0.003029083, 0.018952072, 0.0037254437, 0.0074577993, -0.026071195, - -0.0016648725, 0.01953266, -0.01741766, -0.017058248, -0.01668501, - -0.0075130933, -0.007319564, 0.026693255, 0.012392803, -0.0076029464, - -0.01320148, 0.028061785, 0.021343544, -0.017555894, -0.007817212, - 0.032900024, 0.0071882405, -0.0029755167, 0.0034731643, -0.0051389006, - 0.01640854, -0.014106922, 0.0014134569, 0.013616186, -0.0036494143, - 0.026264723, 0.004499562, 0.027356783, -0.021882663, 0.0031102963, - -0.00048382385, 0.02691443, -0.014196775, -0.012102509, 0.0049039004, - 0.010512802, 0.016007658, -0.013837363, -0.015717365, 0.040032968, - 0.013574716, 0.0029478697, 0.006358828, 0.0009495043, -0.0005062871, - 0.026458254, 0.020044131, -0.02058325, 0.013484863, 0.006358828, - 0.022532368, -0.0029927962, -0.010706331, 0.0030066196, 0.024771782, - -0.013457215, -0.0003423486, 0.01647766, -0.017970601, -0.009033683, - -0.010906773, -0.016505305, -0.007312652, 0.032595906, -0.0078379465, - 0.03162826, 0.03132414, -0.0028649285, 0.0005974361, 0.026057372, - 0.007623682, -0.0011879604, -0.019574132, 0.018205602, -0.0018212512, - -0.019657072, 0.0030653698, -0.0027111417, -0.026997373, 0.0060132393, - 0.003960444, -0.0012665818, -0.022767369, 0.0007050005, -0.019822955, - -0.015966188, 0.011860597, -0.010595743, 0.035720024, -0.002458862, - 0.0073541226, -0.013139274, -0.011591038, -0.0077826525, 0.016989129, - 0.0158556, 0.0009745595, 0.0019422072, -0.04523062, -0.000079161364, - -0.0104160365, 0.0013616186, 0.0077757407, 0.015565305, -0.014431775, - 0.009904565, -0.015053834, -0.008605153, 0.006206769, 0.015302658, - 0.008003829, 0.032678846, -0.020984132, -0.028338255, -0.0070638284, - 0.0015663798, 0.0034679803, 0.0014765267, -0.024509136, 0.007222799, - -0.016850894, -0.01433501, -0.013823539, 0.0060789012, -0.031462375, - 0.0027094136, 0.0043924297, -0.015606776, -0.022255898, -0.005360077, - -0.006963608, 0.032789435, -0.032540612, -0.0021115455, 0.017168835, - -0.021163838, -0.024246488, 0.0045030178, 0.01944972, -0.036604732, - -0.036742967, 0.011881332, -0.01816413, -0.014597657, -0.01355398, - 0.0030480903, -0.007312652, -0.006362284, 0.012579421, 0.01570354, - -0.021993252, -0.0148050105, -0.0014635673, -0.17749424, 0.025877666, - 0.037240613, -0.024730312, 0.022947075, -0.012911186, 0.022283545, - 0.019712366, -0.017818542, 0.023209723, 0.015537658, -0.009717948, - -0.013277509, -0.007990005, -0.009033683, 0.026278548, 0.015344128, - 0.012330597, 0.031683553, 0.022159133, 0.010879125, -0.020320602, - 0.017472953, 0.012627803, -0.0012700376, -0.0028113623, -0.012074862, - 0.027882079, 0.0024052958, -0.021592367, -0.017431483, 0.0016450011, - 0.025062077, -0.009890743, -0.00033673277, 0.007879417, -0.0026333842, - -0.024025312, -0.025767077, 0.01570354, 0.027564136, 0.009130447, - -0.0023240824, -0.0007952855, 0.017583542, 0.04039238, -0.004523753, - -0.03339767, 0.0036943408, -0.02179972, -0.009455301, -0.0076858876, - -0.003808385, 0.005460298, 0.011438979, -0.01722413, -0.016284129, - 0.006956696, 0.0063311807, -0.013574716, -0.016270306, -0.019242367, - 0.000599596, -0.008218094, -0.022269722, -0.02636149, 0.011003537, - 0.00021523683, -0.03074355, 0.005429195, -0.010291625, -0.021661486, - 0.008377065, -0.012351332, 0.017542072, 0.0038740467, -0.010837655, - -0.00028597447, 0.0076858876, 0.019601779, -0.004796768, - -0.00093740877, -0.014652952, -0.024343252, -0.010098095, - -0.004869342, -0.0017469497, 0.030052373, -0.024509136, -0.013208391, - 0.008598241, -0.013547068, -0.023541488, -0.028421197, 0.015883246, - 0.009192654, 0.030494727, -0.008404712, 0.010098095, -0.02195178, - 0.013609274, 0.001680424, -0.016118247, 0.0072089755, 0.02128825, - 0.008031476, 0.011611773, 0.0036666938, 0.019795308, 0.005854269, - -0.037406497, 0.010098095, 0.023195898, 0.031683553, 0.011293831, - 0.033922967, 0.015827952, -0.026195606, 0.024287958, 0.019394426, - 0.050870623, -0.0260159, -0.01015339, 0.022919428, -0.013104715, - -0.038927086, -0.13812481, -0.01921472, 0.008978388, 0.02257384, - 0.022725899, 0.0047898563, -0.012620891, 0.0025210679, 0.0022618766, - 0.03262355, -0.020610897, -0.0042922087, 0.00031945333, 0.0113214785, - -0.0016726482, -0.015786482, 0.0021063618, -0.02163384, -0.019297661, - 0.02952708, 0.009393095, -0.035637084, -0.0075476523, 0.014611481, - -0.011356037, -0.014915599, -0.021744426, 0.0076997112, 0.017998248, - -0.014321187, 0.018260894, 0.0026022813, 0.022103839, -0.011964273, - 0.023403252, -0.00040757842, 0.011604861, -0.00033975666, 0.016173542, - -0.01925619, -0.017818542, 0.017611189, 0.015164423, 0.0054775774, - 0.0032606274, -0.011141772, -0.019339131, 0.020044131, -0.013208391, - -0.0025919136, -0.019311484, -0.015869424, -0.032208845, -0.007934712, - 0.017265601, -0.033287082, 0.015910894, 0.0031016567, -0.0034610685, - -0.032761786, -0.02738443, -0.016615894, -0.001890369, 0.015634423, - 0.026126489, 0.00677699, -0.037323557, 0.0066076517, 0.021882663, - 0.0037530907, -0.014611481, 0.029748255, -0.015966188, 0.052944154, - -0.020762956, 0.0036148555, -0.01598001, -0.017307071, 0.0010877397, - 0.0032813626, -0.015136776, -0.012862803, 0.013519421, -0.039590616, - 0.01636707, -0.00437515, 0.000037339756, -0.012192361, -0.0005062871, - -0.017804718, -0.0036943408, 0.050317682, 0.01668501, -0.025836194, - -0.013643833, -0.006241328, 0.009828536, -0.012821333, 0.0045030178, - 0.0058888276, 0.000059830007, -0.010492066, -0.02620943, 0.027508842, - 0.011134861, 0.0010946515, -0.0146944225, -0.0016735122, 0.008466918, - 0.008370153, 0.0036977967, 0.010229419, -0.009987507, 0.005909563, - 0.0023396339, -0.019657072, -0.026347665, -0.047663562, -0.011245449, - -0.002638568, -0.0020182368, -0.008418535, -0.0042922087, 0.007229711, - -0.010105007, 0.01499854, -0.010492066, -0.000041848605, -0.019048836, - 0.003514635, -0.019629426, -0.02569796, 0.031545315, -0.014735892, - -0.011307655, 0.008501477, -0.020804426, -0.006562725, 0.020320602, - 0.01953266, 0.006127284, 0.030881787, -0.0031172081, -0.008349418, - -0.0017132548, -0.017707953, -0.01593854, 0.0098008895, -0.010353831, - 0.0068391957, -0.011051919, 0.006576549, 0.028531784, 0.023693547, - -0.01347795, -0.017085895, -0.0038498556, 0.0019059204, -0.0025953695, - 0.005128533, -0.00096937566, -0.029250609, 0.02109472, 0.007879417, - 0.002788899, -0.0036390466, 0.0040675765, -0.011985009, -0.0019283837, - -0.007367946, -0.008231917, -0.0027439725, -0.01613207, 0.010630301, - 0.028974138, -0.007077652, 0.016049128, -0.014514716, 0.0072919168, - -0.006293166, -0.005733313, -0.003236436, 0.021163838, -0.0042127236, - -0.018247072, 0.016297953, 0.025670312, -0.0071813287, -0.0017504056, - 0.002495149, -0.0051734596, 0.007326476, -0.016740305, 0.016062953, - -0.010927508, 0.009925301, -0.0013279237, 0.0246059, -0.021163838, - 0.005757504, 0.00497993, -0.015551481, 0.012904273, -0.0027059577, - 0.004174709, -0.029969433, -0.0076375054, 0.009400006, 0.011667067, - -0.03472473, -0.019366778, 0.014639128, 0.00131842, 0.0076029464, - 0.02246325, -0.0054119155, -0.009918389, 0.022421781, 0.018717071, - 0.0073057404, -0.029001785, -0.00031038164, 0.024246488, 0.018896777, - 0.011390597, 0.0029910682, 0.01398251, 0.006528166, 0.007077652, - -0.029001785, 0.0011758648, 0.015800305, 0.011459714, -0.019933544, - -0.008888535, -0.009462212, -0.021385014, -0.016076775, 0.0031448551, - 0.009289418, -0.0092203, 0.06740358, 0.008473829, -0.008764124, - 0.0032502597, 0.008508388, 0.014929422, 0.011653244, 0.0069497842, - -0.016201187, -0.031185905, -0.00020206126, -0.0124895675, - -0.011680891, -0.009026771, -0.039314143, 0.038484734, -0.010187948, - 0.027647078, 0.010837655, -0.021661486, 0.024785606, -0.01523354, - 0.026306195, 0.0073402994, -0.013996333, -0.0051700035, -0.0048797093, - -0.0018851851, -0.0043060323, -0.030273551, 0.012420449, - -0.0022100382, -0.029914139, -0.022795016, 0.015537658, -0.0041712527, - -0.021177663, -0.0019905895, -0.0073057404, 0.028780608, 0.0029444138, - -0.0013287876, -0.027854431, -0.020776778, -0.012019567, 0.0062275045, - -0.0016579607, -0.0045133857, -0.035941202 - ], - "metadata": { - "chunkTitle": "Enhancing Focus", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64053&chunkSid=chunk_127139" - }, - "document": "Andrew Huberman: The next tools to improve your fitness are psychological tools, and they're really geared toward enhancing your focus during your workout and separating or segmenting your workouts from the other parts of your day. Now, of course, workouts are naturally segmented from the other parts of your day, unless you're running around all day long or you're lifting weights or other heavy objects all day long. But one of the more attractive tools that was presented during the series with Dr. Galpin that I adopted and found to be really effective is this concept of the line. The line is this concept that you have a physical location, say at the entrance to a gym or at the start of your run or your bike, or maybe it's around the stationary exercise device that you use for which once you cross that line, you are all about business. Okay? You're not socializing, or at least not too much. You don't want to be rude to people, but you're really focused on your workout. So this is especially effective on days when you're a little bit distracted or you didn't sleep that well the night before or maybe you got something going on in mind or you're in an argument or you're excited about something else. But if you care about your fitness, which I hope everyone does, and your goal during any workout is to stimulate a particular type of physiological adaptation, strength, hypertrophy, long distance endurance, et cetera. And you also don't want to get injured so that you can continue to train for your entire life as regularly as possible.\n\nAndrew Huberman: The concept of the line is fantastic because what it does is it forces you to compartmentalize the portion of your life that comes before the workout and after the workout and also to really enjoy your workouts. This is something that's not often discussed, but nowadays with the advent of smartphones, there's a lot of infiltration of other types of communication and information while one is supposed to be exercising. And so our life has become far less compartmentalized than it used to be before the advent of smartphones. Now, of course, smartphones are wonderful. They provide all sorts of wonderful tools and benefits and of course I use one and I'll talk about how to incorporate the smartphone in a very specific way to enhance your workouts in just a moment. But the idea of a line is you pick a location, it can change each workout, but ideally it would be at the threshold of where the physical location to the workout begins. And once you cross that line, you are all business." - }, - "truncated_cells": [] - }, - { - "row_idx": 84, - "row": { - "id": "chunk_127138", - "embedding": [ - -0.01988185, -0.01179152, 0.02695401, -0.024532415, -0.0031284676, - 0.009335526, -0.018492185, -0.028040977, -0.01148882, 0.00040008785, - 0.008227921, 0.021629252, -0.015052418, 0.004375383, -0.0045542507, - 0.0015676736, 0.036571596, -0.01663471, 0.0024645927, -0.0082623195, - -0.033462048, -0.0006724743, -0.0035498391, 0.009012188, -0.013305017, - -0.008757645, -0.0016562475, -0.011296193, -0.007705077, -0.014859791, - 0.031728406, 0.00943872, -0.0226887, -0.007870186, 0.0017035444, - -0.004760637, -0.003376131, -0.0018144768, 0.031480744, 0.01046377, - 0.01016107, 0.016332012, -0.0016072309, -0.018093172, -0.0016983848, - -0.008413669, 0.010972856, -0.014075524, -0.023954535, 0.015465191, - -0.00042072643, -0.013016077, -0.013937934, -0.009535032, 0.008413669, - -0.02680266, 0.010787108, 0.00854438, 0.004953264, -0.008386151, - -0.006882973, -0.026114708, -0.027160397, 0.012617064, 0.009762057, - 0.0032075823, -0.004482016, 0.037204515, -0.018739847, 0.036461525, - 0.004523293, 0.005139011, -0.0075537274, 0.004949824, 0.014832273, - -0.027297987, -0.025371717, -0.024656245, 0.008021535, 0.00412428, - 0.024215957, -0.0081728855, -0.025523068, 0.027297987, 0.014041127, - 0.02165677, 0.02123024, -0.002860166, -0.0028343676, -0.016744783, - -0.016786061, -0.0072441483, 0.011303073, 0.0027380541, -0.0065149176, - 0.016139384, -0.0024628728, 0.025220368, -0.015822927, -0.021285275, - -0.00854438, 0.012410678, 0.011722724, -0.020872504, -0.037397142, - 0.010849023, 0.0042068344, -0.009067224, 0.012630823, 0.004901667, - -0.0055552227, 0.028756449, -0.009762057, -0.026018394, 0.021285275, - -0.012431316, 0.005255963, -0.015396395, -0.025660658, -0.008406789, - 0.03296672, 0.021945711, 0.04166245, 0.0046024076, -0.012417557, - 0.040259026, -0.015657818, -0.0072785458, 0.004905107, -0.010002841, - 0.0070205634, -0.017446496, 0.0043272264, 0.01986809, -0.030022282, - -0.0049257455, 0.0041483585, -0.008186644, -0.017308906, -0.04317595, - 0.009803334, 0.030242426, -0.0043822625, -0.00943184, -0.029664546, - 0.010250504, 0.024559934, 0.018684812, 0.011901592, -0.009645105, - 0.0027346143, 0.0020948178, 0.018973753, -0.012912883, -0.013580198, - 0.01517625, 0.0064323633, 0.01901503, -0.016304493, 0.024436101, - -0.004258431, 0.0055105058, 0.014240634, 0.008771405, 0.026321093, - 0.024642488, 0.0010293501, -0.034205038, 0.013181185, -0.00062689744, - 0.020019442, 0.046478126, -0.04565258, 0.009885889, -0.0074505345, - 0.029637028, -0.015410154, 0.017006205, -0.014281911, -0.014515814, - 0.017721677, 0.029224256, 0.026472444, 0.0067969784, -0.018093172, - 0.0006892432, 0.010339938, -0.015726613, 0.023335377, -0.027490614, - -0.00088487996, -0.0026692587, -0.00042502614, -0.023060195, - -0.6547114, 0.0013148508, 0.035580944, -0.019964404, 0.011103567, - 0.009851491, -0.0011033051, 0.014295669, -0.015850443, 0.022138337, - 0.007945861, 0.0015539145, -0.009301129, -0.01740522, -0.008881477, - -0.02312899, 0.006143423, -0.019978164, -0.006525237, -0.0069724065, - -0.031590816, -0.007677559, 0.0048225527, 0.010800866, 0.01901503, - 0.009473117, 0.01975802, 0.0063738874, -0.005262843, 0.011041651, - -0.016029311, -0.0028945636, 0.019661706, 0.02783459, 0.051018618, - -0.026775142, -0.0025454273, 0.036323935, -0.00604367, 0.028054737, - -0.012623943, -0.042075224, 0.034232557, 0.017570328, -0.0011428624, - 0.020267105, 0.0030115156, 0.028109772, 0.014529574, 0.005998953, - -0.0072372686, -0.0011824197, -0.024518656, 0.006576834, 0.0011609212, - 0.0026898973, 0.017652882, -0.014570851, 0.006143423, 0.00824856, - -0.016414566, 0.0027948103, -0.003035594, -0.0259496, -0.0121561345, - 0.021684289, -0.0136902705, 0.022633664, 0.013648993, -0.016703507, - 0.036874298, 0.016868616, 0.0018591938, 0.0019675465, 0.025385477, - 0.009954684, 0.055256408, -0.0013200104, -0.008881477, 0.019702982, - 0.022179615, -0.0071891122, 0.005954236, -0.018808642, 0.0068588946, - 0.008131608, -0.008833321, -0.006882973, 0.005672175, -0.0057512894, - -0.011241157, -0.010326179, -0.006889852, -0.026045913, -0.0057547293, - 0.019070065, -0.033627156, 0.0058269645, 0.0016734464, -0.007705077, - -0.0009545352, -0.0052490835, 0.005947356, 0.010037239, 0.027820831, - -0.0068176175, -0.02135407, 0.00066387496, 0.04790907, -0.05701757, - -0.0071822326, -0.019482838, -0.02502774, 0.0032746578, 0.006538996, - -0.017900545, 0.018574739, 0.015726613, -0.0017293426, -0.0173777, - -0.0032454198, 0.0036874297, 0.020349659, -0.0153138405, 0.005792567, - 0.012438196, 0.020721154, -0.01649712, -0.006621551, -0.021973228, - -0.00530412, -0.0047021606, 0.02417468, -0.0027277349, 0.012169894, - 0.0041036415, 0.012802811, -0.008083452, -0.010580722, -0.018382112, - 0.0042412323, -0.021684289, 0.027215432, 0.013979211, -0.009858371, - -0.03076527, -0.0057547293, 0.008200403, 0.014612128, -0.016978687, - -0.018767366, -0.007938981, -0.017418977, 0.025000224, -0.012355641, - -0.01399985, -0.0019537874, -0.02121648, -0.014680924, 0.0020071038, - -0.015066178, 0.0138485, 0.012981679, -0.0006505458, 0.017914305, - -0.011653929, 0.013119269, 0.030710235, 0.0017646002, -0.039571073, - -0.014323188, -0.020143272, -0.02695401, 0.0045198533, -0.005097734, - 0.021601733, -0.01796934, -0.011082928, -0.023871979, -0.0062259776, - -0.0031697447, -0.0009923726, -0.024780078, -0.010759589, 0.028398713, - 0.00033903198, 0.0014034248, 0.02828864, -0.0043272264, 0.019620428, - -0.024215957, 0.009122261, -0.016263217, 0.0069036116, -0.0005993793, - 0.01046377, -0.007209751, -0.010057878, 0.00294444, -0.0039385324, - 0.035553426, 0.009858371, 0.01575413, -0.017996859, 0.016552156, - -0.0217806, 0.022441037, -0.009624466, 0.015822927, 0.017570328, - 0.004626486, -0.014763478, -0.010656397, -0.0072372686, 0.0023940776, - 0.0004035276, 0.008964032, 0.016731024, 0.0065011587, -0.0010259104, - 0.0002917352, 0.0011540416, 0.01754281, -0.020817466, -0.0026004636, - 0.019620428, 0.020611081, 0.045294847, -0.011557615, -0.0350581, - 0.016923651, -0.0008229641, 0.012589545, 0.01252763, 0.02651372, - -0.004093322, -0.012032303, -0.008014656, 0.0030768712, 0.0049119866, - 0.013036715, 0.005937037, 0.010718312, -0.014226874, 0.018203244, - -0.011481941, 0.029994763, 0.010993494, -0.011254916, -0.0061847004, - -0.011447543, 0.02179436, -0.012341882, 0.0024198757, 0.012610184, - -0.02991221, -0.00034290174, 0.010876542, 0.028343676, 0.032333806, - 0.020858744, 0.022165855, -0.020693636, -0.019262692, -0.0005464929, - 0.0064117247, 0.005166529, -0.029416883, -0.021078888, 0.016620953, - -0.0002932401, -0.0052250056, -0.008014656, -0.04700097, 0.040864427, - 0.0057960064, 0.03668167, 0.00589576, 0.027641963, 0.0052869213, - -0.005407313, -0.004846631, 0.032746576, 0.016909892, -0.016125625, - -0.023638075, 0.005720332, -0.0120667005, -0.024229715, -0.0036186343, - 0.0021034172, -0.017143797, 0.018368354, -0.009645105, -0.023775667, - 0.0021704927, 0.012163014, -0.02179436, 0.018203244, -0.010849023, - 0.001383646, 0.0012297166, -0.013346294, -0.028949074, 0.016387047, - 0.0054245116, -0.003269498, 0.007251028, 0.0063222907, -0.020803709, - -0.008826441, -0.030490091, -0.013814102, -0.019634187, -0.0047778357, - 0.035580944, -0.034425184, 0.021395348, 0.006212218, 0.00022358482, - -0.036186345, -0.028233603, -0.044029012, 0.016084349, 0.0981847, - 0.019909369, -0.009294249, 0.018230762, -0.009789576, 0.015506468, - 0.007574366, -0.03387482, 0.02297764, 0.012383159, 0.00957631, - -0.0022289688, -0.01414432, -0.006260375, -0.0024078365, -0.014997382, - -0.0035395199, -0.019221416, -0.011248036, 0.0121767735, - 0.00043147572, -0.010635758, 0.00002716878, 0.04551499, 0.03296672, - -0.004815673, 0.015492708, 0.015547745, 0.0062982123, -0.022619905, - -0.009768937, 0.01487355, 0.009782696, 0.039240856, -0.028096013, - 0.00265206, 0.006167501, -0.02326658, 0.012458834, 0.009232333, - 0.0069758464, 0.05572422, 0.008138487, 0.009184177, -0.01399297, - 0.004079563, 0.0073129437, 0.0034638448, -0.0047399984, -0.007766993, - 0.0054761083, 0.013683391, -0.040424135, -0.008826441, -0.0024594332, - -0.009025947, 0.02356928, -0.019111343, 0.0035739173, -0.015121213, - 0.0075468477, -0.014956105, 0.016098108, -0.0004626486, -0.023239063, - -0.0050942944, -0.0073748594, 0.00073911983, -0.008042174, - 0.004310027, 0.0038559784, -0.007601884, -0.009473117, 0.019496597, - -0.005482988, -0.0057409704, -0.010415613, -0.010828385, 0.011186121, - 0.017322665, -0.009817094, -0.009005309, 0.022867568, -0.022055782, - -0.006721304, -0.02680266, -0.009885889, -0.010133552, 0.003224781, - 0.022523591, -0.03403993, -0.0001282388, 0.0058269645, 0.0056549762, - 0.002134375, 0.006910491, 0.029581992, 0.006941449, -0.0117983995, - -0.010959096, 0.008895236, -0.020955058, -0.015575263, 0.0145570915, - 0.029224256, 0.01178464, -0.019386524, -0.017501531, 0.0032058624, - -0.016414566, 0.016001794, 0.0062259776, -0.018313317, 0.011660809, - 0.025000224, -0.008833321, -0.0029427202, -0.00692425, -0.00588888, - -0.02622478, -0.03296672, -0.014763478, 0.032443877, -0.0013905256, - -0.009479997, -0.00019918398, 0.015052418, 0.010394975, -0.002698497, - -0.0029943169, 0.010718312, 0.0068726535, -0.0044201, -0.032333806, - -0.022372242, -0.017487774, -0.020831225, -0.00019746409, 0.01740522, - 0.00062302774, -0.023761908, 0.003608315, 0.005820085, -0.008716368, - 0.02649996, -0.022895087, -0.00062345766, 0.021133926, -0.036213864, - 0.018010618, -0.014130561, -0.0034277274, -0.026348611, -0.008344874, - 0.0011480221, 0.00544859, -0.023184026, 0.014103043, 0.044084046, - 0.019359006, -0.000041062212, 0.01604307, -0.0273943, 0.002284005, - 0.009356165, -0.0056033796, -0.009493755, -0.0030046361, -0.018203244, - -0.014680924, 0.0011669408, -0.014336946, -0.00943872, -0.015217527, - -0.001105025, -0.0048844684, -0.021092648, -0.0066077914, - 0.0067385025, -0.04419412, 0.0029375607, 0.021519179, -0.014082404, - 0.009817094, -0.040974498, -0.018533463, 0.028054737, 0.0061847004, - 0.033214387, -0.002241008, 0.010539444, -0.023459207, 0.016428325, - 0.00036418528, 0.00065613544, 0.014006729, -0.027490614, -0.024546174, - 0.0073748594, 0.041965153, 0.009335526, 0.019634187, 0.0014025648, - -0.017281387, -0.015589022, 0.023211544, 0.006762581, -0.008372392, - 0.021532938, -0.01016107, 0.009645105, -0.0066903457, -0.031453226, - -0.01488731, -0.023349134, 0.01399985, 0.0080628125, 0.0015074777, - -0.012018545, -0.016015552, 0.022262169, 0.019193897, -0.01296792, - -0.0025368277, 0.03877305, 0.0050495774, 0.01605683, -0.019620428, - -0.007484932, -0.0016639871, 0.01517625, 0.017776713, 0.024353547, - -0.009466237, -0.020858744, 0.035580944, 0.01090406, -0.013270619, - -0.044909593, -0.00022766954, -0.006938009, 0.0042033945, - -0.032306287, -0.011475061, -0.03326942, 0.023913257, -0.0070171235, - 0.012451955, -0.019647947, -0.0009794735, -0.00928049, 0.044001494, - -0.011158602, 0.025385477, -0.009445599, -0.03313183, -0.0053557167, - -0.0045748893, -0.014694682, -0.017721677, 0.033186868, -0.007615643, - -0.0063291704, 0.015368877, 0.015657818, 0.025082778, 0.013146788, - 0.0085512595, -0.023844462, 0.030517608, -0.008737007, 0.004581769, - 0.0107320715, -0.0279997, -0.0042790696, 0.022785014, -0.007574366, - 0.00353608, 0.00045017945, -0.011523218, 0.011736483, 0.006466761, - -0.03403993, -0.0012718537, -0.00795274, -0.00839991, -0.03326942, - -0.012403798, 0.016552156, -0.037039407, -0.015286323, 0.00092701707, - 0.011523218, 0.004994541, 0.02355552, 0.0033090555, -0.030104836, - 0.030930381, -0.022399759, 0.020996334, -0.00957631, 0.0151349725, - -0.037617285, 0.026321093, -0.018533463, -0.03197607, 0.0026916172, - -0.0153138405, -0.031618334, -0.0051493305, 0.011543856, 0.01355268, - 0.020404695, 0.021532938, -0.0042825094, 0.0070996783, 0.014763478, - -0.020225827, -0.03962611, -0.0038903758, -0.05082599, 0.0016390488, - 0.011502579, -0.02297764, 0.01693741, -0.020060718, 0.022000747, - 0.024092125, -0.0074574137, -0.020721154, 0.013532042, 0.034094967, - 0.0026004636, 0.010945337, -0.030269945, -0.023005158, -0.014309429, - 0.007863306, 0.012431316, -0.00824856, -0.012603304, 0.008743887, - 0.008303597, 0.012479473, 0.0108421445, -0.0026383009, -0.003952292, - -0.009548792, -0.014158079, -0.0014378224, -0.009397442, 0.012046062, - 0.039433483, -0.035746053, -0.032829132, -0.00648052, -0.032443877, - -0.013958572, 0.0023528002, 0.01695117, 0.006126224, -0.0013036715, - 0.0009932326, 0.042020187, -0.010690794, 0.02710536, -0.021766843, - -0.028783966, 0.026252298, -0.000515105, 0.024133401, -0.0031697447, - -0.0012503552, -0.015712854, -0.0127546545, -0.017102519, - -0.00052972406, 0.03137067, -0.030269945, 0.023913257, 0.020459732, - 0.02694025, 0.026568757, 0.0041621174, 0.0009682943, 0.006532117, - 0.0074230162, 0.009507515, -0.0036289536, -0.017267628, -0.013518282, - 0.0035739173, -0.004186196, 0.009768937, -0.02355552, -0.0041449186, - 0.0023889178, -0.0037768637, 0.020404695, 0.0013931055, -0.012245568, - 0.021574216, 0.0008337134, -0.0025247887, -0.0019606669, 0.002239288, - -0.0012795931, -0.019166378, -0.0073335823, -0.015382635, - -0.005142451, 0.008179765, 0.0013655873, 0.007209751, 0.0038353396, - -0.008750766, -0.026183503, -0.0045026545, 0.017625364, 0.0013922455, - -0.004310027, -0.010126673, -0.015203768, -0.00721663, 0.008750766, - 0.005273162, -0.009080984, -0.008296717, -0.0071822326, 0.0073129437, - -0.0040107677, -0.02608719, 0.005758169, -0.007340462, -0.014364465, - 0.0018935915, 0.2075968, -0.027476855, -0.0011454422, 0.020556044, - 0.019207656, 0.010910939, 0.0035567186, 0.03194855, 0.026032154, - -0.009741419, 0.027132878, 0.016786061, -0.03288417, -0.007471173, - 0.012761534, -0.022289688, -0.031563297, -0.0005361736, -0.000324198, - -0.018505944, -0.013931055, -0.011186121, 0.006834816, -0.015864203, - 0.023445448, 0.005940477, -0.012273087, 0.004182756, 0.016607193, - 0.02253735, -0.027490614, -0.0036633513, -0.007381739, -0.0018316756, - 0.009349286, 0.011316832, -0.0019864652, 0.010539444, 0.007127196, - -0.025578104, 0.00079501607, -0.0111310845, -0.010278022, - -0.018368354, 0.010546324, -0.0039729304, 0.009039707, -0.020294622, - 0.001635609, 0.008138487, -0.02798594, -0.010112913, 0.016015552, - 0.009569431, -0.0173777, 0.009810214, 0.011027891, -0.0049876613, - 0.009363044, 0.029416883, -0.0019176698, 0.00588888, 0.0063326103, - 0.018203244, -0.037617285, 0.022372242, 0.005393554, -0.0071822326, - 0.013188065, -0.015644059, -0.0011024452, -0.016675988, -0.0151349725, - -0.018189486, 0.012740895, -0.015465191, 0.0047847154, 0.036434006, - 0.011378747, 0.01105541, 0.01443326, 0.015850443, 0.016565915, - 0.0108421445, -0.015561503, -0.025124054, -0.007677559, -0.006353249, - -0.0003874037, -0.0035567186, 0.0031387869, -0.010002841, - -0.009122261, -0.008000897, 0.0022066103, -0.020528527, 0.0046196063, - -0.0024989904, -0.0179831, -0.035553426, -0.03296672, 0.043863904, - 0.0018781126, 0.02519285, -0.026252298, -0.0127340155, -0.033407014, - 0.017075, 0.022413518, -0.0058132056, 0.009590069, -0.047743957, - 0.008867718, -0.0091085015, 0.0010628878, 0.033407014, 0.01884992, - -0.02696777, -0.001236596, -0.017666642, 0.0060780672, 0.00471936, - 0.022069542, 0.018478425, 0.002089658, -0.011839677, -0.0061950195, - -0.015066178, 0.0101541905, -0.011839677, -0.01871233, 0.0027810512, - -0.0032196215, -0.012768413, -0.018932475, -0.025468031, -0.022042023, - -0.0035739173, -0.0055173854, 0.016675988, 0.00071848126, 0.006291333, - -0.021629252, -0.03153578, 0.023349134, -0.0053385175, 0.013236222, - 0.023651835, -0.015231286, 0.003401929, -0.0032970163, 0.017116278, - -0.03489299, 0.006071188, 0.020390935, 0.005255963, -0.021587975, - -0.028316159, 0.0074505345, -0.020611081, -0.033572122, 0.027958423, - 0.01944156, -0.0036667911, -0.024711283, 0.02019831, -0.17688656, - 0.020074477, 0.022853808, -0.032443877, 0.008661333, 0.0050874148, - -0.0010482689, 0.008269199, 0.00077437743, -0.003653032, 0.019166378, - -0.0150249, -0.024078365, -0.00042180138, -0.002093098, -0.029086666, - 0.012011665, 0.03464533, 0.01060824, 0.010628878, 0.010849023, - -0.0021464142, 0.0136902705, 0.0031473862, 0.012603304, 0.0147359595, - 0.007911463, 0.017487774, 0.0046505644, -0.0030751512, -0.01148882, - -0.0051493305, 0.024725042, 0.0020879384, -0.010333058, -0.004492335, - 0.013580198, -0.009170418, -0.008200403, 0.009844611, 0.037672322, - 0.0061365436, -0.007484932, 0.01252763, 0.014213115, 0.014103043, - -0.004636805, -0.010422492, -0.002517909, -0.015850443, -0.00265206, - -0.0051080533, -0.0030854705, 0.009590069, -0.00078942644, - -0.008138487, 0.0005439131, 0.015203768, -0.00047769758, -0.02414716, - -0.022055782, 0.005097734, 0.012307485, -0.020514768, 0.007911463, - -0.020858744, -0.0194278, 0.013965452, -0.0012684138, 0.006721304, - -0.01884992, 0.0039866893, -0.0012357361, 0.004038286, 0.023651835, - 0.009954684, -0.020611081, 0.0059439167, 0.022386001, 0.007753234, - 0.0034552454, -0.0017766394, -0.025302922, -0.017047483, -0.015836686, - -0.012300605, 0.018753607, 0.011179241, -0.0056928135, -0.019689223, - 0.0064874, -0.015561503, -0.020982577, -0.0072716665, 0.0031903835, - 0.012328123, 0.0022857247, -0.00047984743, 0.019125102, 0.0042859493, - -0.0034844836, 0.0028670453, -0.0018557541, 0.019042548, 0.017446496, - -0.011248036, -0.0064874, -0.002904883, 0.018313317, -0.012940401, - -0.035388317, 0.00056928134, -0.0038353396, 0.047056004, -0.012541389, - 0.02683018, 0.00060711877, -0.014185597, 0.007395498, -0.017804231, - 0.058008224, -0.008344874, -0.034260076, 0.0450747, -0.016552156, - -0.014818514, -0.11254916, -0.02062484, 0.026486203, 0.00021283556, - 0.042350404, 0.0052043665, -0.008386151, 0.023954535, 0.006532117, - 0.02062484, -0.053302623, -0.01751529, -0.025825767, -0.008764525, - -0.010394975, 0.0062947725, 0.018684812, -0.023885738, -0.01251387, - 0.022812532, 0.004681522, -0.010869662, 0.003945412, 0.026334852, - 0.0040623643, -0.0113099525, -0.034342628, 0.023472967, 0.02311523, - 0.0108903, 0.021477902, 0.000028888664, 0.0045989677, -0.029141702, - 0.008626934, -0.009672623, 0.00068107375, -0.0032368202, 0.000839303, - -0.009411201, 0.0008160846, 0.01679982, 0.024725042, -0.03874553, - -0.0071478346, -0.0103193, -0.031012936, 0.0045164134, -0.017102519, - -0.0012168174, -0.01693741, -0.0020827786, -0.03417752, -0.038965676, - 0.029361848, -0.016524639, 0.0072785458, -0.004901667, -0.0096863825, - -0.026582515, -0.011867194, -0.012121737, -0.016854856, 0.020101996, - 0.006659388, -0.0034139683, -0.021381589, 0.0031112689, 0.019138861, - 0.007705077, -0.003018395, 0.0037493454, -0.0016923652, 0.021464143, - -0.0076431613, 0.005111493, -0.004210274, -0.008805802, 0.008269199, - -0.014336946, 0.0056480966, -0.0030269946, -0.0009983922, - -0.013126149, -0.0073267026, -0.0002930251, -0.001267554, - 0.0024422342, 0.015190009, -0.027944664, 0.009232333, 0.036461525, - 0.022042023, -0.0021034172, -0.0028670453, 0.0020139832, 0.01929021, - -0.01458461, 0.012795932, -0.013057354, -0.0023751587, 0.0015969116, - -0.04994541, 0.0153138405, 0.0023665593, 0.015699094, 0.007085919, - -0.019813055, -0.022647424, -0.00250415, 0.016579675, 0.031893514, - 0.000057831076, 0.013057354, 0.00065484556, 0.008778284, -0.011165482, - -0.016029311, 0.011564495, -0.0145570915, 0.031288117, 0.03902071, - 0.029031629, 0.0016872055, -0.0068692137, 0.014543333, 0.0028206084, - -0.0033967695, 0.018794885, 0.028508784, -0.0030080758, -0.03302176, - 0.009314888, 0.00054864277, -0.0017439616, 0.024243474, -0.0063566887, - -0.030737754, -0.014997382, 0.009995962, 0.022344723, 0.0044579376, - -0.0013122709, -0.009823973, 0.01133747, -0.020872504, -0.024092125, - -0.012169894, -0.016029311, -0.0006514058, 0.011330591, - -0.00027346142, 0.026458684, 0.013724668, -0.036736708, -0.044854555, - -0.03464533, -0.0050942944, 0.0008900396, 0.005864802, -0.0014447019, - -0.030132355, 0.04724863, 0.023390412, -0.005730651, 0.011626411, - 0.017996859, -0.030985417, -0.009390563, -0.008358632, 0.004537052, - -0.015671575, -0.027476855, -0.0023699992, 0.008709488, 0.015121213, - 0.013621476, -0.00471592, 0.0049119866, 0.00854438, -0.012740895, - 0.02916922, 0.0066353097, 0.0087301275, 0.0040761232, 0.023871979, - 0.026898975, 0.00001311411, 0.0031353473, 0.01561654, 0.008365512, - -0.0064151646, -0.022262169, 0.01324998, -0.006587153, -0.0024835113, - -0.000280126, 0.0010198908, 0.0006526957, -0.002445674, 0.023459207, - 0.020157032, -0.000250243, 0.004581769, 0.0014851192, -0.016882375, - -0.00692425, 0.0047915946, -0.0019795857, -0.027009048, -0.0001959592, - -0.012548268, 0.006731623, -0.011502579, -0.0062947725, -0.002698497, - -0.014859791, 0.00028206085, 0.0008221042, 0.01915262, -0.020542286, - 0.007526209, 0.02209706, 0.002488671, 0.021491662, -0.003152546, - 0.0077257156, -0.0111104455, 0.014034247, -0.004083003, 0.020597322, - 0.00868885, -0.009369924, -0.0004407201, -0.022592386, -0.0071409554, - -0.010869662, -0.009562551, -0.011571375, 0.001635609, -0.011550736, - 0.08706737, 0.009679503, -0.019359006, 0.0033847303, -0.006081507, - 0.016744783, 0.004186196, -0.008159126, -0.033186868, 0.022578627, - -0.014082404, -0.030875344, -0.0038525385, -0.018684812, -0.026857696, - 0.039185822, 0.011330591, 0.015107455, -0.009541912, -0.011186121, - 0.021092648, -0.002105137, 0.0024800717, 0.00052413443, -0.012348762, - 0.011825917, 0.016524639, -0.005053017, -0.0041586775, -0.037176996, - 0.017308906, -0.0070446418, -0.026761383, 0.0021722126, 0.007340462, - 0.008386151, -0.01693741, 0.01651088, 0.0055483435, 0.017886786, - 0.0043685036, 0.019978164, -0.022564868, -0.01561654, -0.0064289235, - -0.02091378, -0.007766993, -0.008922755, -0.009748299 - ], - "metadata": { - "chunkTitle": "Personalized Nutrition Insights", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64052&chunkSid=chunk_127138" - }, - "document": "Andrew Huberman: I'd like to take a quick break and acknowledge our sponsor, Inside Tracker. Inside Tracker is a personalized nutrition platform that analyzes data from your blood and DNA to help you better understand your body and help you meet your health goals. I'm a big believer in getting regular blood work done for the simple reason that many of the factors that impact your immediate and long term health can only be analyzed from a quality blood test. However, with a lot of blood tests out there, you get information back about blood, lipids, about hormones and so on, but you don't know what to do with that information. With Inside Tracker, they have a personalized platform that makes it very easy to understand your data, that is, to understand what those lipids, what those hormone levels, et cetera mean, and behavioral supplement, nutrition and other protocols to adjust those numbers to bring them into the ranges that are ideal for your immediate and long term health.\n\nAndrew Huberman: Inside Tracker's ultimate plan now includes measures of both Apob and of insulin, which are key indicators of cardiovascular health and energy regulation. If you'd like to try Inside Tracker, you can visit Insidetracker.com Huberman to get 20% off any of Inside Tracker's plans. Again, that's Insidetracker.com Huberman to get 20% off." - }, - "truncated_cells": [] - }, - { - "row_idx": 85, - "row": { - "id": "chunk_127118", - "embedding": [ - -0.019615635, -0.0032918688, 0.018200347, -0.010184787, 0.011454579, - 0.0147348745, -0.014523243, -0.034760546, -0.015673991, -0.01173896, - -0.014483561, 0.039945528, -0.0006915239, -0.0034952338, 0.0006704434, - -0.004662516, 0.03367593, 0.012142383, 0.025342925, -0.017076053, - -0.0014591031, -0.011772027, -0.004996498, 0.0002990541, -0.023054656, - 0.023887957, 0.021427734, 0.0033927246, 0.003991246, -0.033755295, - 0.037405945, -0.00020274505, -0.0007692325, -0.010383192, - -0.0034423259, -0.0021444268, -0.005598326, 0.0107270945, 0.012360629, - 0.0064250138, 0.03113635, -0.009781364, -0.02013149, 0.015607856, - -0.005337093, -0.009860726, 0.00090522255, -0.02756506, 0.00843221, - 0.042220574, 0.007512934, 0.00466913, -0.0007812195, 0.010224468, - -0.008286714, -0.012803732, -0.027353428, 0.02421863, 0.0096557075, - -0.015673991, -0.013226996, -0.0038391356, -0.0019294881, 0.024602214, - -0.024364127, -0.0090340385, 0.0013979282, 0.015330089, -0.0036341173, - 0.013359266, 0.005022952, 0.010383192, -0.0002573064, 0.028729036, - 0.035607073, -0.017803537, -0.0060282038, -0.03158607, 0.007380664, - -0.007347597, -0.005376774, -0.021216102, -0.017605131, 0.029734287, - 0.03267068, -0.0025478501, 0.020634115, -0.009417621, -0.011950592, - 0.002157654, 0.018689746, 0.014219021, 0.022141993, 0.031982876, - 0.00019561488, 0.0056776884, -0.024006998, 0.011983659, 0.0041598906, - 0.006613498, -0.018583931, 0.0059389216, -0.011600076, -0.0125061255, - -0.045289237, -0.018292936, 0.024959343, 0.0017988716, 0.0106411185, - -0.022128765, 0.0069375597, 0.048913434, 0.0008680216, -0.031559613, - 0.008306554, -0.016983464, 0.02241976, 0.009675548, -0.0010515462, - -0.01550204, 0.016136935, 0.013220383, 0.025964594, 0.01678506, - 0.022009723, 0.0003695292, -0.01831939, 0.011454579, 0.016652789, - -0.013273291, 0.017446408, 0.0019162612, 0.014615831, 0.0142851565, - -0.008624001, 0.001591373, -0.004622835, -0.0032422675, -0.018438432, - -0.0187162, 0.013954481, 0.00947053, -0.01268469, -0.026837576, - -0.008769499, 0.01779031, 0.028199956, 0.022975294, 0.0035481418, - -0.0100194495, -0.009860726, -0.012347401, -0.0019427151, - -0.030263368, 0.00079155306, 0.004626142, -0.0062266085, 0.014761328, - -0.025594238, 0.0075989095, 0.0149068255, 0.0034952338, 0.019694997, - 0.00037097593, 0.007896517, -0.0061108726, 0.043411, -0.005141995, - 0.0069375597, -0.017115733, -0.012433377, 0.018570703, -0.034496006, - 0.015171365, 0.02202295, 0.02361019, -0.0052808784, -0.015991438, - 0.010178174, -0.033305578, 0.012750825, 0.01550204, 0.011990272, - -0.00012276306, -0.01691733, 0.007420345, 0.025448741, -0.009496983, - -0.0038788167, -0.003138105, -0.025792643, 0.007671658, 0.009973155, - -0.009662321, -0.6484403, 0.015568175, 0.019337868, -0.032088693, - 0.024059907, 0.0048179333, -0.01924528, -0.005575179, -0.030633723, - 0.037194315, 0.01054853, 0.0014863837, 0.011593463, 0.005575179, - 0.0022502427, -0.019787587, 0.004136743, 0.0069111055, -0.027750239, - -0.01202334, -0.04491888, 0.011507487, -0.00761875, 0.02245944, - -0.0017228163, 0.024258312, -0.019721452, -0.012129156, 0.009814432, - 0.013055045, -0.016375022, 0.010442714, 0.02491966, -0.0018633532, - 0.053886782, -0.02954911, -0.013372494, 0.03761758, 0.019046875, - 0.020753158, 0.0041598906, -0.0029380466, 0.026850803, 0.0020931722, - -0.0067160074, 0.006838357, 0.011844776, 0.01673215, 0.009596186, - -0.0039515654, 0.008875315, -0.01818712, 0.010429487, -0.0060381237, - 0.0080486275, -0.024403809, 0.014549696, -0.0069375597, -0.009278738, - -0.0013127794, -0.003124878, 0.0011639757, -0.015964985, -0.017076053, - -0.023305967, 0.0018005249, -0.021255784, 0.006709394, -0.011474419, - -0.02215522, -0.0038523627, -0.0047650253, 0.010667573, -0.011150358, - 0.019615635, 0.031612523, 0.013703168, 0.0010821336, -0.009986382, - 0.019099783, 0.0024784084, 0.014774555, -0.015793035, 0.0021725341, - 0.00003859596, 0.0030918105, -0.025342925, 0.012287879, -0.009635867, - -0.009325032, -0.003103384, 0.00045963813, -0.0055024307, - -0.029707834, -0.009258898, 0.0045567, 0.01563431, 0.00988718, - -0.0034621663, -0.026453992, 0.0069772406, -0.0044178166, 0.0230282, - -0.015449132, -0.001631054, -0.015211046, -0.008914996, -0.004391363, - 0.025435515, -0.033411395, -0.011613303, -0.025845552, -0.024549305, - 0.008855474, -0.0012937656, -0.018795563, 0.0092919655, 0.006302664, - -0.00041561702, -0.015330089, 0.014404199, -0.020184396, - -0.0013218729, -0.02153355, -0.008273486, 0.010667573, 0.007301302, - -0.0026239054, 0.013174089, -0.043252278, -0.01173896, -0.0051320745, - 0.021454189, -0.0051453016, 0.009629253, 0.0014946506, 0.015118457, - 0.008875315, 0.0064812284, -0.02100447, -0.021229329, -0.008749658, - 0.018874925, -0.02298852, 0.014219021, -0.024364127, -0.020541526, - -0.0061902343, -0.004401283, -0.011335536, -0.004047461, -0.015316862, - -0.0019327949, 0.00022010549, -0.010078971, 0.0065638972, - -0.007889903, -0.053939693, -0.03677105, -0.014205794, 0.009721843, - -0.011276014, 0.016282434, 0.019615635, 0.0019311415, 0.0006286957, - -0.019046875, 0.0025809177, -0.00017887446, -0.02228749, 0.0035117676, - -0.008762885, -0.006749075, 0.013286518, 0.009437462, 0.02043571, - -0.033305578, -0.00016482078, -0.034734093, 0.00414997, -0.0020386109, - 0.0027859362, -0.019470138, -0.0085248, 0.020581206, -0.0069706272, - 0.012730984, -0.0170496, -0.025038704, 0.026255589, 0.0058430256, - 0.0063985595, -0.032088693, -0.0011887763, 0.008194124, -0.0020369575, - -0.010892431, -0.008101535, 0.02536938, 0.0042293323, 0.029760743, - -0.005456136, 0.009880566, -0.008531413, 0.020118263, -0.02289593, - 0.02480062, -0.009100174, 0.04206185, 0.027075661, -0.01187123, - 0.0040772217, -0.008154443, -0.0047484916, -0.021943588, 0.036427148, - 0.016970236, 0.012320947, -0.0054230685, 0.048384354, 0.01977436, - 0.010938726, 0.035554167, -0.0039515654, -0.01536977, 0.003703559, - -0.005479283, 0.0131277945, 0.0062332223, -0.023147244, 0.015938532, - 0.021996494, 0.0018170587, 0.008366075, 0.015131684, 0.0036308107, - -0.0031331447, -0.0071491916, 0.037723396, 0.00656059, 0.026705306, - 0.013544445, 0.0025263564, -0.031347983, 0.02043571, 0.020554753, - 0.043728452, -0.01404707, -0.01003929, -0.004993191, 0.0010928806, - -0.004047461, -0.017803537, -0.012466445, 0.00722194, -0.023689551, - -0.012148996, 0.012651622, 0.013352653, 0.04558023, 0.010330284, - 0.022909159, 0.0030355956, -0.029178753, -0.008293327, -0.008055241, - -0.0052874917, -0.022499122, -0.013570898, 0.015290408, -0.0039614853, - 0.0069375597, 0.00090687594, -0.01765804, 0.024165723, 0.017710948, - 0.00052329304, -0.012142383, 0.015554948, 0.0338082, -0.0027875896, - -0.032115147, 0.0034753934, 0.014933279, -0.016494066, 0.0038457492, - -0.010455941, -0.015832715, -0.015131684, 0.031612523, -0.018782334, - -0.009172922, -0.036083248, -0.0012590447, -0.004196265, -0.004397976, - 0.013451856, -0.010198015, 0.018993966, -0.0056115533, -0.020343121, - -0.0050527127, 0.0065109893, -0.027353428, 0.020422483, 0.008822407, - -0.009252284, -0.02175841, 0.0152375, -0.016679242, 0.031638976, - -0.0051750625, 0.011084223, -0.0069904677, 0.008101535, 0.014642285, - -0.0011433085, -0.011838162, 0.018200347, -0.028834853, -0.0067689153, - -0.016586654, -0.011057769, -0.015488813, 0.087721445, 0.0047551054, - 0.003597743, 0.02756506, -0.01054853, 0.000037950114, 0.016520519, - -0.021612912, 0.03383466, 0.005667768, 0.01056837, -0.006352265, - 0.0048741484, -0.013822211, 0.010674186, 0.0040937555, 0.0020601046, - -0.023848275, -0.016877647, 0.005396615, 0.0042756265, -0.007684885, - 0.03370239, 0.056981903, 0.02404668, 0.0011325616, 0.014417427, - 0.020475391, 0.025038704, -0.023438238, -0.0019890096, 0.039178364, - -0.0020121569, 0.028993577, -0.008584321, 0.0071359645, -0.004126823, - -0.0028322306, 0.015779806, -0.024099588, 0.0002566864, 0.025885232, - 0.0057372097, -0.0035448351, 0.018015169, -0.0049865777, -0.015713671, - 0.016890874, 0.009192763, -0.023134017, 0.0152375, 0.021361599, - -0.012929389, -0.013339426, 0.007122738, -0.023716005, -0.013392334, - -0.015435905, -0.01748609, -0.01994631, -0.017261231, -0.012611941, - 0.006319198, 0.019840496, -0.0022386692, 0.005390001, 0.0011730692, - 0.01347831, -0.016494066, -0.011910911, -0.01497296, 0.001990663, - 0.0045930743, 0.025911687, 0.023636643, 0.014073525, 0.020911882, - 0.011355377, -0.008022173, -0.0126979165, 0.009953314, -0.014205794, - -0.008022173, -0.020766385, -0.009040652, 0.0034390192, -0.017869672, - -0.00075435214, 0.016401475, -0.00048237204, -0.0016467611, - -0.011586849, 0.026255589, -0.017631587, 0.0265069, 0.032961674, - 0.016666016, 0.00037738273, 0.026639171, -0.024813846, -0.016705697, - -0.0182268, 0.0051486082, -0.010766775, -0.01633534, -0.019456912, - 0.023755686, -0.0011284281, -0.0005985216, -0.016308887, 0.01642793, - -0.014853917, 0.017829992, 0.018253256, 0.027194705, 0.013584126, - 0.015343316, -0.0039747125, -0.00041520369, -0.015409451, 0.022882704, - -0.021202875, 0.018213574, 0.00575705, -0.034496006, 0.020673797, - -0.015197819, -0.008571094, -0.016771832, 0.039072547, -0.009404395, - 0.018134212, -0.012228359, -0.027009526, -0.044548523, -0.017023144, - 0.015779806, 0.007922971, 0.000827514, -0.0027644422, -0.029998828, - 0.0018931138, -0.0006985508, -0.019827267, 0.035950977, -0.017684495, - -0.020938335, 0.0031761324, -0.03761758, 0.0038325223, 0.0057934243, - 0.015409451, 0.00014343024, -0.0060381237, -0.016824739, -0.005981909, - -0.009437462, -0.019205598, 0.023504373, 0.028332226, 0.014853917, - 0.001229284, -0.028041232, 0.016666016, 0.00061588205, 0.002397393, - -0.0100194495, -0.009239057, -0.021110287, 0.026652398, 0.008974517, - 0.011428125, -0.010125265, -0.018134212, -0.0016599881, 0.0044839517, - -0.007327756, -0.008848861, -0.025395833, -0.025567785, -0.0108990455, - -0.0015020908, -0.0125061255, 0.005366854, -0.030924719, -0.021176422, - 0.045289237, -0.012115929, 0.009007584, 0.0034324056, 0.011652984, - -0.013742849, 0.0123341745, 0.014721647, 0.018147439, -0.00014456693, - 0.0077444063, -0.04047461, 0.013180702, 0.020197624, -0.0039515654, - -0.0018484727, -0.019615635, -0.009668934, -0.0195495, 0.01015172, - -0.02576619, -0.03060727, 0.020025672, -0.0036407309, 0.025924914, - -0.0060546575, 0.00761875, 0.009794591, -0.009735069, 0.0052279704, - 0.0037233995, 0.019800814, -0.0022304023, -0.0051453016, 0.018623611, - -0.004907216, 0.010780002, 0.0058463323, 0.045633137, -0.009073719, - 0.009179535, -0.014086751, -0.0046856636, -0.009867339, 0.018028397, - 0.030448547, 0.008154443, -0.019337868, -0.008597548, 0.027485698, - -0.0017360433, -0.008564481, -0.020382801, 0.023729231, -0.013570898, - 0.027009526, -0.009549892, -0.02241976, -0.0195495, 0.02404668, - -0.00293474, 0.008319781, -0.007446799, 0.006739155, -0.028252864, - 0.035739344, -0.022485893, -0.0035911296, 0.0031414116, 0.015475586, - -0.014192567, -0.0028371909, 0.00227339, -0.004480645, 0.021877453, - 0.029760743, -0.0018038317, 0.0021212795, 0.0069838543, 0.013650261, - -0.04013071, 0.015409451, -0.00001282657, 0.029734287, -0.023411784, - -0.031242166, -0.0018534329, -0.02928457, -0.0040673013, -0.010859364, - -0.021335145, -0.030051736, 0.006104259, -0.0036275038, 0.020382801, - 0.021850998, -0.011917524, -0.0128500275, 0.0041069826, -0.040077798, - -0.031189257, -0.009153082, 0.00495351, -0.03319976, -0.031030534, - -0.029205209, 0.0011284281, 0.019496594, -0.016308887, 0.0029099393, - -0.010012836, 0.020885428, -0.0235176, 0.030263368, -0.028808398, - -0.002083252, -0.014946506, 0.029046485, -0.033384938, -0.022102311, - 0.012750825, -0.01792258, -0.034945726, -0.040421702, 0.013570898, - -0.00036146902, 0.008405756, -0.0020154635, 0.01981404, -0.0004993191, - 0.004269013, -0.026639171, -0.024112815, 0.010998247, -0.0011036275, - -0.010191401, 0.009351486, -0.008266873, 0.018068077, -0.018782334, - 0.021229329, 0.025911687, -0.0034357123, 0.0025412368, 0.007512934, - -0.013379107, -0.0005778544, -0.005995136, -0.0007576589, - 0.0005030392, -0.025779417, 0.017142188, 0.0117125055, -0.0015971598, - 0.021149967, -0.01215561, 0.0040673013, 0.0139148, -0.013901574, - -0.02474771, 0.010006223, 0.0065969643, -0.025792643, -0.0064415475, - 0.023636643, 0.032485504, 0.01884847, -0.020224078, 0.015092003, - -0.021348372, -0.032697134, -0.016044347, 0.0032687215, 0.015594629, - -0.010429487, 0.01835907, 0.009080333, 0.015277181, -0.012982297, - 0.02417895, -0.02827932, 0.0054131486, 0.010158333, -0.0005910814, - 0.0012458178, 0.00079031306, -0.027141796, -0.005059326, 0.02070025, - -0.01028399, -0.006785449, 0.00227339, 0.007936198, -0.00933826, - 0.0033497368, 0.006616805, 0.04351682, 0.0076121367, 0.002379206, - -0.030104645, 0.005036179, 0.016533745, -0.0017624972, 0.0075063207, - -0.022234581, 0.011672825, 0.0050791665, -0.010647732, -0.002202295, - -0.021414507, 0.018901378, -0.027617969, 0.0028702582, 0.015211046, - -0.019298188, 0.025819097, 0.018160665, -0.006950787, -0.0068052895, - -0.003663878, -0.009787978, 0.012625168, 0.022274261, -0.002855378, - 0.0024734484, -0.021970041, 0.024059907, -0.008213965, -0.01695701, - 0.001985703, -0.0022353623, -0.0026966538, 0.013637033, 0.0071491916, - -0.032247417, -0.0032092, 0.00065101625, -0.010760162, 0.01964209, - -0.008822407, -0.0036473442, -0.012988911, -0.0064680013, - -0.011315696, -0.031691883, -0.034654733, -0.023147244, -0.0020105036, - -0.0047914796, 0.0030521294, 0.19237344, -0.009926861, -0.017512543, - 0.016255978, -0.0048675346, 0.011943978, 0.018094532, 0.0062332223, - 0.0014185954, 0.017472863, -0.0042094914, 0.0065969643, -0.00924567, - -0.0011755493, 0.021771636, -0.032750044, -0.015409451, -0.026268816, - -0.009814432, 0.0078105414, -0.0007473253, -0.010674186, 0.005059326, - -0.004731958, 0.028305773, 0.0035117676, -0.020779612, 0.009682162, - 0.023795366, -0.012360629, -0.006590351, -0.0041069826, -0.017631587, - -0.0034555527, -0.02030344, 0.00843221, 0.027856056, -0.0077708606, - 0.005313946, 0.0038821234, 0.0034125652, 0.023967318, -0.024655122, - 0.01003929, 0.014774555, 0.028808398, -0.0021477335, 0.023411784, - -0.0074930936, -0.0074666394, -0.022446213, 0.0021427735, - 0.0018964206, 0.022684298, -0.0041698106, 0.0016244405, 0.02316047, - -0.005750437, 0.004285547, 0.028808398, -0.025144521, 0.018769108, - 0.00069772406, 0.025858779, -0.012486285, 0.0019261814, 0.0023626722, - 0.017314138, -0.012228359, -0.005270958, -0.0011639757, -0.011137131, - -0.011216493, -0.0031447185, -0.012010112, -0.006100952, 0.0076518175, - 0.029734287, 0.012499512, 0.028596766, -0.00025647972, -0.02814705, - 0.019271733, -0.004021007, -0.00040445675, -0.03756467, -0.0018418593, - -0.0011292548, -0.0006725101, 0.011024701, 0.0012458178, -0.013689942, - -0.0064117867, -0.011910911, 0.01160669, -0.024774164, -0.026969846, - 0.0050163385, -0.006964014, 0.0033960314, -0.0073145293, 0.045077603, - 0.00060885516, -0.002154347, 0.011917524, -0.017856445, -0.007850222, - 0.010184787, 0.025528103, 0.0006671366, -0.013147634, -0.0344431, - 0.0062927436, -0.0039350316, 0.017763857, 0.016494066, 0.024112815, - -0.022975294, 0.010158333, -0.032432597, 0.0057272897, -0.0046559027, - 0.0120762475, 0.028490951, 0.009966542, -0.039839715, -0.016242752, - 0.0026867336, -0.0023461385, -0.038173113, 0.019933084, -0.0131277945, - 0.0028355373, -0.022525575, 0.027274067, -0.00058860134, 0.0124201495, - -0.020501845, -0.007975879, 0.009523437, 0.0128368, -0.015687218, - 0.013511377, 0.0010581597, 0.022697527, -0.023980545, 0.016943783, - -0.0050957003, -0.010429487, -0.022313943, 0.0076650446, 0.0030521294, - -0.015263954, -0.0139148, 0.006633339, -0.02321338, -0.0114347385, - -0.02073993, -0.028173503, -0.009589572, -0.020753158, 0.015025868, - -0.013570898, -0.007400505, -0.025131293, -0.0065043755, -0.16623689, - 0.014748101, 0.056981903, 0.00051833293, 0.015065549, -0.013994162, - 0.010971794, 0.011844776, -0.012492898, 0.008075082, 0.037035592, - -0.015621083, 0.012406923, -0.014920052, 0.0033381633, -0.007235167, - -0.0011069343, 0.030025283, 0.0338082, 0.008359462, 0.023927636, - -0.023134017, 0.015158138, -0.010482395, -0.0195495, -0.0074137314, - 0.011130517, 0.04314646, 0.0054528294, -0.009000971, -0.027353428, - -0.0028834853, 0.0340992, 0.0026867336, 0.0026123319, -0.0071888724, - 0.0011648024, -0.022869477, -0.017102506, 0.027009526, 0.026837576, - 0.0022667765, -0.012949229, -0.026295269, -0.019708226, 0.021652594, - -0.007433572, -0.0023560587, -0.0018352458, 0.01646761, -0.010971794, - 0.017023144, -0.011295855, 0.011858002, 0.0018616997, -0.03132153, - -0.012274653, 0.001699669, -0.010865978, -0.025647147, 0.000026143985, - -0.028305773, 0.018769108, 0.010191401, -0.009682162, -0.029919466, - -0.00019447818, -0.0012094436, -0.021850998, 0.0009597839, - -0.0005691742, -0.011309082, -0.00788329, -0.028993577, 0.042432204, - 0.006580431, -0.013769303, -0.0152375, 0.018372297, 0.029654926, - 0.0069243326, 0.02875549, -0.013703168, -0.026030729, 0.0022535496, - 0.015131684, -0.0077179526, -0.0013987549, 0.00060926855, - -0.0021973348, 0.0053569335, -0.034866363, -0.024403809, -0.009073719, - 0.0028686048, -0.017565452, 0.025157748, -0.008736432, 0.015263954, - -0.02338533, 0.015039095, 0.0131277945, -0.023835048, 0.0023692858, - 0.045738954, -0.005763664, 0.006335731, 0.032750044, 0.028781945, - -0.00021111527, 0.007023535, 0.019933084, 0.026744988, 0.041982487, - 0.013015364, 0.019787587, 0.0050097248, -0.035898067, 0.021163195, - -0.012492898, 0.026546583, -0.011315696, -0.038411196, 0.017195096, - -0.0065473635, -0.030580817, -0.13375139, 0.014417427, 0.0338082, - 0.020237304, 0.01818712, 0.020422483, -0.022631392, 0.021917133, - -0.01550204, 0.035765797, -0.0100194495, -0.0030256754, 0.015250727, - 0.02448317, 0.016441157, -0.009139854, 0.011176812, -0.025131293, - -0.030818902, 0.03259132, 0.0025461968, -0.009100174, -0.007460026, - -0.00018455794, -0.014179341, -0.018597158, -0.04073915, -0.004520326, - -0.0062530627, -0.00034348856, 0.00748648, -0.020898655, 0.01028399, - -0.010396419, 0.014880371, 0.018240029, 0.011533941, -0.033226214, - 0.026493674, -0.022631392, 0.0011317349, 0.03550126, 0.014086751, - -0.014033844, -0.0029645006, -0.012618555, -0.019258507, 0.015832715, - -0.020792838, -0.015158138, -0.036559418, -0.012479671, -0.032697134, - 0.00990702, 0.009721843, -0.022036176, 0.02796187, -0.0016740417, - -0.0006906972, -0.016097255, 0.0033861112, -0.007380664, -0.022922385, - 0.027803147, 0.025448741, -0.030765994, -0.021560004, -0.00065101625, - 0.0011176812, -0.02126901, -0.018742654, 0.01576658, 0.0033844577, - 0.034628276, -0.0321416, 0.012327561, -0.03769694, -0.012572261, - 0.017367046, -0.010317057, -0.012413536, -0.000695244, 0.010455941, - -0.012433377, -0.011368603, 0.015660765, -0.0061439397, -0.017552225, - 0.00065266964, -0.03272359, -0.011705892, 0.040077798, 0.016454384, - 0.0068780384, -0.0109188855, 0.0004993191, -0.011170198, -0.010773389, - -0.008994358, -0.0013210463, -0.0024006998, 0.011785254, -0.032035787, - 0.009172922, 0.017142188, -0.011917524, 0.0050626327, 0.0053602406, - 0.014523243, 0.02888776, -0.0038259088, 0.00040900352, -0.00095234375, - 0.005862866, -0.030104645, -0.011844776, -0.01894106, -0.01109745, - -0.0077047255, -0.025118066, 0.01722155, 0.009867339, 0.010971794, - 0.029628472, -0.022882704, 0.041638587, -0.011441352, -0.004774946, - -0.0013036858, 0.013742849, -0.0024618746, 0.0009862379, 0.027750239, - -0.0069772406, -0.001501264, 0.013458469, -0.028173503, -0.0067689153, - 0.01849134, 0.028411588, -0.024297992, 0.031295072, 0.00017195096, - -0.0125061255, -0.009616027, -0.009682162, -0.008088308, 0.0025263564, - -0.021837771, 0.0076121367, -0.012148996, 0.002556117, 0.009516824, - 0.0019096476, -0.016705697, -0.019430459, -0.025091613, 0.004847694, - 0.013193929, -0.03417856, 0.0029859946, -0.040236525, 0.03788212, - 0.012750825, 0.019985992, 0.0073740506, 0.0035779027, -0.013293131, - 0.0048972955, 0.0032703748, -0.009543278, -0.019258507, 0.0071888724, - -0.01977436, 0.023041427, 0.012162223, -0.011315696, -0.001578146, - 0.02043571, 0.029998828, -0.0005890147, 0.02153355, 0.027168252, - -0.014470334, -0.02361019, 0.029443294, 0.0126780765, 0.012347401, - 0.01911301, 0.009391167, -0.0068317438, -0.0027512154, 0.013861893, - 0.015435905, -0.0019278347, -0.019562729, 0.007460026, 0.050923936, - -0.011725732, 0.0074798665, 0.0035183812, 0.0026966538, -0.014695194, - 0.012069634, -0.010343512, -0.02272398, -0.009840885, -0.0040011667, - -0.0014053683, -0.015303635, -0.04682357, 0.0012276307, 0.009748297, - 0.04862244, 0.027379883, 0.002736335, 0.0036837186, -0.007982492, - -0.0068251304, -0.008154443, -0.031427342, -0.0015070509, - 0.0007510454, 0.0065407497, 0.010244309, -0.0035779027, -0.0071558054, - 0.034654733, 0.009344873, 0.017552225, 0.0045070993, 0.031480253, - 0.027935417, -0.008101535, -0.025184201, -0.011619916, -0.00845205, - -0.01981404, -0.011567009, 0.025739735, 0.003991246, 0.0556592, - -0.0069177193, -0.0105551435, -0.0036142769, 0.00036498244, - 0.016322114, 0.0080684675, 0.0023858196, -0.004903909, -0.043093555, - -0.017829992, -0.012525965, -0.0064415475, -0.02593814, -0.02241976, - 0.029866558, 0.004788173, -0.0042524794, 0.02928457, 0.0044839517, - 0.016520519, -0.023993772, 0.010085585, -0.001493824, -0.009953314, - -0.023795366, 0.037644032, 0.015515267, -0.02408636, -0.006458081, - 0.008346234, -0.016361795, -0.06280178, -0.010574983, 0.0022056017, - 0.015396224, -0.018993966, -0.010958566, -0.017829992, 0.018993966, - 0.008061854, -0.008637229, -0.049072158, -0.030422091, -0.019470138, - -0.009900407, -0.0044707246, -0.016004667, -0.028596766 - ], - "metadata": { - "chunkTitle": "Optimal Fitness Program", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64044&chunkSid=chunk_127118" - }, - "document": "Andrew Huberman: In general, zone two cardio is the sort that you can do while purely nasal breathing, unless you need to talk, of course, it's perfectly fine to talk while doing zone two cardio. And again, the scientific research tells us that we should all be getting at least 150 minutes and probably more like 200 minutes of zone two cardio per week. Now, in addition to that, a foundational or optimal fitness program for most people is going to include anywhere from two to four cardiovascular training sessions that are separate, that's right, separate from the zone two cardio, as well as two to four resistance or strength training, sometimes also aimed at hypertrophy or muscle growth training sessions. Now, we have to acknowledge that most people are probably not going to hit the upper threshold of all of those three things.\n\nAndrew Huberman: Most people simply do not have the time and or discipline to get 200 minutes of zone two cardio per week plus four resistance training sessions, plus four cardiovascular training sessions that are separate from the zone two cardio. As a consequence, the optimal fitness program that I described in that episode, and by the way, it's the program that I've essentially followed for the last 30 years or more, includes three cardiovascular training sessions. So one longer duration, sort of typical endurance type training. This would be a long, slow jog or a long hike one day per week, as well as a shorter cardiovascular training session of about 25 to 30 minutes. Moving a bit faster, getting the heart rate up a bit. More breathing a little bit harder, as well as one very short cardiovascular training session that would fall under the category of high intensity interval training.\n\nAndrew Huberman: Things like sprints, which don't necessarily have to be done running, could be done on a rower, could be done on a bike, et cetera. So three cardiovascular training sessions as well as three resistance training sessions. I want to acknowledge that resistance training can be done with body weight, can be done with weights, with machines. I talked about the differing virtues of one approach versus another, but nonetheless, three resistance training sessions, one focusing specifically on leg training, one focused specifically on torso training, that's right, chest, shoulders and back altogether, as well as some neck training for important reasons that were mentioned in that episode. And then a third session that was aimed at somewhat smaller body parts, biceps, triceps, calves, and some other small body parts that tend to be neglected and that are important to train if one wants to encourage muscular balance, both aesthetically and structurally, to avoid injury and have excellent posture. So those were the core elements of that foundational fitness program. And I mentioned then, and I'll mention again now, that that program is not a mandate, it is not an absolute requirement for anyone to follow." - }, - "truncated_cells": [] - }, - { - "row_idx": 86, - "row": { - "id": "chunk_127117", - "embedding": [ - -0.0014582342, -0.0020152563, 0.022945989, -0.006162162, -0.024661949, - 0.01269013, -0.020338792, -0.042406846, -0.009105234, -0.024116566, - -0.013275418, 0.041209664, -0.008080979, 0.0010433773, -0.0042832512, - 0.0021449511, 0.032270707, -0.010608363, 0.006361692, -0.023624392, - -0.009810242, -0.011911961, -0.009451087, -0.014352882, -0.016800454, - 0.0289452, 0.026923293, -0.0011007424, 0.014845056, -0.041821558, - 0.04328478, -0.002394364, -0.014206559, 0.001539709, -0.020125959, - -0.0027851108, 0.0006430696, -0.0097437315, 0.018556321, -0.015563366, - 0.029450677, 0.0030178963, -0.023983546, -0.008972214, -0.017226119, - 0.0012503901, 0.0021499393, -0.014964775, -0.007981214, 0.02479497, - -0.008739429, 0.012517203, -0.011606014, 0.011805545, 0.0042865765, - -0.010422135, -0.020139262, 0.011413136, 0.004359738, -0.007914703, - -0.015683085, 0.0055037118, -0.008446784, 0.016866965, -0.017133005, - -0.0024558858, 0.005696591, 0.0065745246, -0.0009294788, 0.013860707, - 0.008779335, 0.029291052, 0.012650223, 0.03032861, 0.03756491, - -0.014379486, -0.0054870844, -0.009910007, 0.0018922127, - 0.00019537345, -0.007183092, -0.010488644, -0.011725733, 0.02486148, - 0.013661177, -0.017611878, 0.017931126, 0.006434853, -0.016933475, - 0.013481599, 0.00207179, 0.0029879669, 0.023650996, 0.028253496, - 0.0015455288, 0.023065707, -0.01959388, -0.010861102, -0.004891819, - 0.013701083, -0.018569624, 0.01085445, -0.025167426, -0.014978077, - -0.024901386, -0.008626361, 0.01940765, -0.00796126, 0.014007029, - -0.014299674, -0.0044761305, 0.027348958, -0.01157941, -0.03139277, - -0.0050547686, -0.031020315, 0.009291463, -0.009690523, -0.0015696386, - -0.013847405, 0.041927975, 0.009544201, 0.0401189, 0.026550837, - 0.005583524, -0.0034618513, -0.026191682, 0.036580563, 0.019740202, - -0.027588394, 0.0050680707, -0.0044761305, 0.028200287, 0.009251556, - -0.017425649, -0.012836452, 0.0106881745, 0.0023428188, -0.036261313, - -0.029078221, 0.018676039, 0.009238254, -0.025539882, -0.026032059, - -0.017917825, 0.00486854, 0.025300447, 0.016840361, 0.02492799, - -0.007688569, -0.0032989015, 0.003954026, -0.0054704566, 0.012517203, - 0.005513688, 0.0031841716, -0.020817665, 0.02742877, -0.006571199, - -0.0044628284, 0.025034405, -0.010588409, 0.0102957655, -0.015443648, - -0.010661571, 0.006614431, 0.03078088, -0.0029613627, 0.021828618, - 0.0030062571, 0.024449117, 0.020817665, -0.042726096, 0.022014847, - 0.022640042, 0.017345836, 0.002226426, 0.002036872, -0.014419392, - -0.024542231, 0.018370092, 0.01302268, 0.022520324, 0.005071396, - 0.0041136504, 0.010402181, 0.032057874, -0.010901007, 0.005610128, - -0.013368532, -0.02111031, 0.01414005, 0.0071963943, 0.0110074235, - -0.6585033, 0.018449904, 0.012138096, -0.03596867, 0.019248025, - -0.009776986, -0.0044229226, 0.000734521, -0.029557094, 0.016534414, - 0.009497644, 0.013295371, 0.0034252708, -0.021482766, -0.006767404, - -0.012178001, 0.021482766, -0.015111097, -0.010821195, 0.015816104, - -0.036021877, 0.031658813, -0.004968305, 0.008892402, 0.0015014658, - 0.02085757, 0.00008750237, -0.014286372, 0.01177229, 0.010009772, - -0.0057464736, 0.017811408, -0.0014407753, 0.010215953, 0.046902932, - -0.04136929, -0.021868525, 0.031632207, 0.017798105, 0.033920158, - -0.018383395, -0.011014074, 0.015709689, -0.0104553895, 0.0044295737, - -0.009444436, 0.00086878834, 0.018649435, 0.014259768, 0.0005603477, - 0.020006241, -0.010302416, 0.0135215055, -0.01967369, -0.008127536, - -0.023132216, 0.028758973, -0.015363836, -0.010242557, 0.0009577456, - 0.0044162716, 0.011386531, -0.029104825, -0.028812181, -0.025486674, - 0.006075699, -0.004353087, 0.00769522, -0.00088790996, -0.017678387, - -0.0051877885, -0.0035948716, -0.005407272, -0.010674873, 0.025766017, - 0.015297325, 0.01592252, -0.000027149636, -0.019301234, 0.012031679, - 0.019527368, 0.018037543, -0.0027319028, -0.012158048, -0.006690917, - 0.0026188355, -0.033521097, -0.0037844253, 0.0030694415, 0.0020967312, - 0.013508203, -0.0016494507, -0.011798894, -0.055549245, -0.0037012878, - -0.011333323, -0.013634573, 0.009783638, 0.0079413075, -0.026138473, - -0.0051877885, 0.00008947688, 0.02439591, 0.0027950874, 0.0129694715, - 0.0038243313, -0.010189349, 0.019939732, 0.031419378, -0.011592712, - -0.016294977, -0.029690113, -0.022653343, -0.009477691, 0.0023594461, - -0.026590742, 0.010575107, -0.005643383, 0.0023112264, -0.0131290965, - 0.014286372, -0.015629876, 0.009850147, -0.013727687, -0.005234346, - 0.020365397, 0.002623824, -0.006714196, 0.0041136504, -0.028306704, - 0.002091743, -0.00480203, 0.024316097, 0.0030129082, 0.023438163, - 0.022374002, -0.00032548385, -0.008932308, 0.018276978, -0.030621255, - -0.016175259, -0.022201076, 0.0029696764, -0.0486588, 0.0037977274, - -0.036154896, -0.023956941, -0.022480417, 0.0018456556, -0.016654132, - 0.0010924286, -0.020392, -0.025672903, 0.008712824, -0.009657268, - -0.009983168, -0.0021599159, -0.04498744, -0.027202636, -0.016441299, - 0.0056334063, 6.891331e-6, -0.010708128, 0.029876342, 0.009391228, - 0.0073560183, -0.015377138, 0.013860707, -0.017478857, -0.035809044, - 0.017013287, 0.0040404894, -0.024901386, 0.0100629795, -0.0048552384, - -0.0004090372, -0.036208104, 0.004891819, -0.026457723, -0.0053706914, - 0.0045758956, 0.007775032, -0.03144598, -0.012311022, 0.022147868, - 0.0056733126, 0.0034152942, 0.0010151105, -0.027960852, 0.014618923, - 0.004619127, 0.0013268767, -0.028519535, -0.003041175, 0.0021898453, - 0.004768775, -0.019500764, 0.005972608, 0.008779335, -0.006983562, - 0.03519715, -0.022387303, 0.0099765165, -0.010481994, 0.03788416, - -0.008227301, 0.016534414, -0.011812196, 0.04900465, 0.019660389, - -0.011353276, -0.0044029695, -0.007861495, -0.014020331, -0.007755079, - 0.031259753, 0.0026986478, 0.035862252, -0.029397469, 0.019101704, - 0.032270707, 0.0015920858, 0.017039891, -0.00532746, -0.017438952, - 0.007981214, -0.022081356, 0.017731596, -0.008606409, -0.022427209, - 0.017851314, 0.0052010906, 0.00680731, 0.016427997, 0.015536762, - -0.0003148838, 0.021256631, -0.010275812, 0.041528914, -0.0047987048, - 0.02684348, 0.015629876, 0.008539898, -0.03663377, 0.021176819, - 0.00069960323, 0.036873206, -0.007322763, -0.011286766, -0.0116326185, - -0.010428785, -0.0030145708, -0.017771501, -0.005500386, 0.0017209492, - -0.010595061, -0.022679947, -0.004605825, 0.017146306, 0.043231573, - 0.016441299, 0.0135215055, 0.013481599, -0.034186196, -0.012670176, - -0.0078681465, 0.018037543, -0.019820014, -0.007768381, 0.01433958, - 0.0026105219, -0.00486854, -0.0042932276, -0.014685432, 0.01632158, - 0.022773063, 0.017638482, -0.016294977, 0.016454602, 0.00828716, - -0.0014898265, -0.023597788, 0.007622059, -0.004446201, -0.008892402, - 0.0017990986, -0.040757395, 0.0035616164, -0.014007029, 0.006780706, - -0.03801718, 0.013202257, -0.024834875, 0.0012370881, -0.00608235, - 0.009231604, 0.01947416, -0.013175653, 0.024914687, -0.017851314, - -0.0068305884, -0.0031293007, -0.0040504658, -0.03873549, 0.02486148, - 0.029211242, -0.02064474, -0.016654132, 0.0048652147, -0.008639663, - 0.008952261, -0.009198348, 0.00796126, 3.3709714e-6, 0.0023893758, - 0.0039240965, -0.01670734, -0.0014973088, 0.009178395, -0.011173699, - -0.010601711, -0.0028732368, -0.0042799255, -0.0012961158, - 0.099286295, 0.0110805845, 0.014938171, 0.01979341, -0.009750382, - 0.0023993524, 0.010734732, -0.015603272, 0.03413299, 0.00078357226, - 0.021496069, -0.022852873, -0.0050614197, -0.028652556, 0.010255859, - -0.0014790186, 0.0043830164, -0.0088724485, -0.021283235, 0.00437304, - -0.004526013, 0.007701871, 0.02742877, 0.042140808, 0.009218302, - -0.0029015036, 0.0001230437, 0.029956155, 0.012570411, -0.018117355, - -0.007675267, 0.03849605, 0.009663919, 0.019540671, -0.024489023, - 0.009058678, -0.0056533595, 0.013687781, 0.017704992, -0.011685827, - 0.012410787, 0.012384183, 0.009969866, -0.0012046644, 0.016866965, - -0.00041963725, -0.0019953034, 0.026151776, 0.001923805, -0.01789122, - 0.011679175, 0.013541459, -0.03671358, 0.0030228845, 0.013687781, - -0.02439591, -0.010980819, 0.0021615787, -0.007056723, -0.026151776, - -0.0100629795, -0.01841, 0.011945216, 0.022467116, -0.005084698, - -0.018250374, -0.00041132348, 0.011160397, -0.011233558, 0.015177608, - -0.021256631, -0.016334884, 0.012730035, 0.018037543, 0.018383395, - 0.017212817, 0.030807484, 0.0079413075, -0.0013169002, -0.0023228657, - -0.00024899724, -0.0073693204, 0.006498038, -0.02913143, 0.0032722976, - -0.006165487, -0.02157588, -0.008227301, 0.014818453, 0.025805924, - -0.01131337, 0.003584895, 0.0177582, 0.0045825467, 0.0020219074, - 0.029716717, 0.025047708, 0.0055635707, 0.0131557, -0.021469465, - -0.012444042, -0.021017196, 0.012683478, -0.026989803, -0.017332535, - -0.018888872, 0.02315882, -0.0035682674, -0.0033670743, -0.037112642, - 0.0105219, -0.015244118, 0.022839572, 0.020910779, 0.022240981, - 0.015749594, 0.019886523, 0.0058296113, -0.0051013255, -0.01749216, - -0.0039507006, -0.026391212, 0.02702971, 0.01525742, -0.0335477, - 0.023597788, -0.0121647, -0.011220256, -0.022706551, 0.016547715, - -0.021482766, 0.016068842, -0.013541459, -0.019381046, -0.023704203, - -0.017864617, 0.0010167733, 0.030355215, -0.011639269, -0.0007565525, - -0.02361109, -0.007675267, 0.0009577456, -0.019367745, 0.033654116, - -0.022839572, -0.019261329, 0.01118035, -0.023132216, 0.011439739, - 0.009058678, 0.019846618, -0.00033130348, -0.017226119, -0.0094244825, - 0.0004967474, 0.002233077, -0.022014847, 0.029690113, 0.023571184, - 0.014751943, 0.020671343, -0.016547715, 0.012976123, 0.008120884, - -0.0105219, 0.0075289444, -0.016933475, -0.001247896, 0.0131290965, - 0.017984334, 0.0015205875, -0.014459298, -0.015762897, 0.007748428, - 0.035090733, -0.0034285963, -0.0017325884, -0.025699507, -0.017532066, - -0.014579017, 0.01210484, -0.01947416, 0.0078681465, -0.038682282, - -0.0144726, 0.025805924, -0.006976911, 0.01677385, 0.0066643134, - 0.0050680707, 0.0015422032, 0.013262116, 0.0022231005, 0.017838012, - -0.0058196345, -0.004073744, -0.02913143, 0.014485902, 0.018729247, - -0.013993727, 0.01177229, -0.025433466, -0.018702643, -0.012450693, - -0.0004909278, -0.01960718, -0.02788104, 0.01632158, -0.011892008, - 0.023917036, 0.003174195, -0.007921354, 0.00028640917, -0.008413529, - -0.003564942, -0.007422528, 0.021562578, 0.0046523823, -0.0058296113, - 0.018050844, -0.005603477, 0.003584895, 0.00473552, 0.048100114, - -0.017186213, 0.014060237, -0.00848669, 0.010914309, -0.005098, - 0.02518073, 0.025899038, 0.0043830164, -0.03301562, -0.0060025374, - 0.027215937, -0.012071585, -0.012051633, -0.029424073, 0.015616574, - 0.011752336, 0.045758955, -0.0005528653, -0.0024043405, -0.026976502, - 0.011393182, 0.011845451, 0.005334111, -0.0006592815, -0.0091185365, - -0.023105612, 0.04418932, -0.019181516, 0.0063051586, 0.0020002916, - 0.00067757175, -0.017385744, -0.011353276, 0.012537156, 0.015217514, - 0.006065722, 0.03793737, -0.008965563, -0.00081267045, 0.013328627, - 0.020431906, -0.025619695, -0.0011630956, 0.0054704566, 0.027614998, - -0.018370092, -0.020272283, -0.0024808273, -0.014738641, 0.0018922127, - -0.013055935, -0.013262116, -0.010841148, 0.0034352473, -0.012437391, - 0.019061798, 0.00588947, -0.006700894, -0.013062586, 0.008207348, - -0.020219075, -0.0058229603, -0.027375562, 0.002938084, -0.031552397, - -0.035702627, -0.025300447, 0.0133618815, 0.010748034, -0.0006729992, - -0.013435042, -0.01882236, 0.02644442, -0.02189513, 0.018968685, - -0.03623471, -0.0012753314, -0.01630828, 0.020352094, -0.023424862, - -0.021735504, 0.014060237, -0.010947565, -0.029291052, -0.021974942, - 0.013255465, 0.019500764, -0.011226906, -0.0062519503, 0.0039307475, - 0.010149443, -0.0018739224, -0.014033633, -0.02230749, -0.0009086944, - -0.007888099, 0.0039107944, 0.022227678, -0.027003106, 0.026976502, - -0.020804362, 0.03117994, 0.019939732, -0.0012254488, -0.0013750965, - 0.0020734528, -0.012550458, -0.0131557, -0.008054375, -0.012483948, - -0.012543807, -0.014858359, 0.015669782, 0.01862283, -0.00015131051, - 0.009417832, -0.001261198, 0.022400606, 0.014791849, -0.0038376334, - -0.009417832, -0.0009976517, 0.0142198615, -0.039028134, 0.012929565, - 0.013953822, 0.033760533, 0.027801227, -0.026963199, 0.010641618, - -0.007043421, -0.041103248, -0.028147079, 0.02111031, 0.01834349, - -0.017665086, 0.0020534997, -0.0019487463, 0.030860692, -0.013927218, - 0.030488236, -0.023797318, -0.006707545, -0.0029680138, 0.0069303536, - -0.003531687, -0.022719854, -0.003067779, -0.001287802, 0.013794197, - -7.268048e-6, 0.007668616, 0.012138096, 0.017345836, -0.0054837586, - -0.005876168, 0.01874255, 0.04083721, 0.016241768, 0.0007033444, - -0.031419378, 0.003039512, 0.005131255, -0.0056334063, 0.026963199, - -0.0046690097, 0.023172123, -0.0035981971, -0.0019188167, - 0.0010516911, -0.016042238, 0.013228862, -0.027189333, 0.013874009, - -0.0012745, 0.00608235, 0.010388879, 0.017332535, -0.011832149, - -0.017345836, -0.011459692, -0.012676828, 0.00697026, 0.007974562, - 0.0007744271, -0.004353087, -0.015736293, 0.019434255, 0.007123233, - -0.01860953, 0.002630475, -0.009005469, -0.0004609982, 0.005946004, - -0.01834349, -0.009836845, -0.0007868978, 0.0015579994, -0.009989819, - 0.014552413, -0.00532746, -0.0061987424, 0.00016710666, -0.003834308, - -0.003867563, -0.024475722, -0.025446769, 0.0006488893, -0.008147488, - 0.00089622376, 0.008666268, 0.19984959, -0.011532853, -0.017665086, - 0.019301234, -0.0056932657, 0.009870101, 0.021363048, 0.0045426404, - -0.013016029, 0.016082145, 0.010748034, 0.0012154722, -0.015789501, - -0.001587929, 0.011732384, -0.041023437, -0.02085757, -0.021629088, - -0.018436603, 0.007622059, 0.009723778, -0.005952655, -0.0015613249, - 0.0019088401, 0.039107945, 0.0014673794, -0.018383395, 0.011659223, - 0.0065279673, -0.0037877508, -0.0008529922, -0.003983956, - -0.0060125142, -0.0028266797, -0.012783243, 0.016534414, 0.03301562, - -0.006142209, 0.021655692, -0.002447572, 0.012044981, 0.0056001516, - -0.016747246, 0.005683289, 0.012550458, 0.018968685, -0.0061920914, - 0.019527368, -0.008027771, 0.011765638, -0.03900153, -0.0033404704, - 0.001519756, 0.010089584, -0.0076420116, -0.0039507006, 0.014805151, - -0.010335672, 0.012982774, 0.017345836, -0.002347807, 0.010674873, - -0.003990607, 0.028572744, -0.017651783, 0.015683085, -0.009131839, - 0.01757197, -0.0065479204, 0.010728081, 0.006421551, -0.0008430157, - -0.01269678, -0.005058094, 0.008187395, -0.013860707, 0.017026588, - 0.010116188, 0.017332535, 0.022068055, 0.0074424814, -0.027641602, - 0.001217135, 0.00023964424, -0.0049516778, -0.01967369, -0.0005944341, - -0.007043421, -0.0075688506, 0.0029680138, -0.0031426027, - -0.009490993, 0.013740989, -0.011699129, 0.020152563, -0.016494507, - -0.0022630065, 0.0074956897, -0.007602106, -0.007262904, -0.0144726, - 0.054485083, -0.007934656, 0.010674873, -0.0045825467, -0.03296241, - -0.0020734528, 0.018303582, 0.033627514, -0.0028399818, -0.013188955, - -0.026816877, -0.0020019542, -0.0067241723, 0.01467213, 0.006557897, - 0.024635345, -0.005184463, 0.0042799255, -0.025965547, -0.007981214, - -0.010116188, 0.023850527, 0.020125959, 0.016600924, -0.028625952, - -0.03886851, 0.009810242, -0.0051179533, -0.026151776, 0.012384183, - -0.0056600105, 0.0010284126, -0.032190893, 0.009590758, -0.0053108325, - 0.010681524, -0.009357973, -0.0025972198, -0.0068438905, -0.011273464, - -0.032430332, 0.0038243313, -0.0012071586, 0.022879478, -0.012789895, - -0.000048973267, 0.024103265, -0.014459298, -0.02381062, 0.004722218, - 0.012084887, -0.011719082, -0.026417816, -0.0015097795, -0.020418605, - -0.006531293, -0.026976502, -0.011339974, -0.007675267, -0.03104692, - 0.005274252, 0.002126661, 0.01104733, -0.02085757, -0.012843102, - -0.16856323, 0.016547715, 0.03721906, -0.024023453, 0.01630828, - -0.008473388, 0.0026687183, 0.00979694, -0.013049284, -0.0016910196, - 0.016401393, -0.013847405, -0.0010026399, -0.0145391105, -0.013887311, - 0.0027535185, -0.009251556, 0.021363048, 0.020604832, 0.014938171, - 0.029690113, -0.017931126, 0.0046025, -0.0018240398, -0.02032549, - -0.007901401, 0.01157941, 0.028306704, 0.0064814105, -0.018050844, - -0.022573533, -0.016241768, 0.033600908, -0.01894208, -0.020139262, - -0.013102492, -0.0069436557, -0.0184233, -0.0091185365, 0.030408423, - 0.019354442, -0.0053640404, -0.008034421, -0.0053573893, 0.014685432, - 0.022267586, -0.003209113, -0.01467213, -0.004236694, -0.0079413075, - 0.0023195401, 0.017066495, 0.0017857965, -0.00017323806, -0.00470559, - -0.024103265, -0.029902946, 0.008519946, -0.0006227009, -0.02111031, - -0.0028948525, -0.01335523, 0.008406878, 0.0057597756, 0.012444042, - -0.024755064, -0.0021964964, 0.009304765, -0.021935035, 0.0059360275, - 0.014419392, -0.0075289444, 0.010122839, -0.015789501, 0.03663377, - 0.0059260507, -0.014113446, 0.009238254, 0.007881449, 0.02934426, - -0.018250374, 0.016161958, -0.0075089918, -0.012756639, -0.0019121657, - 0.015350534, 0.0004763787, -0.0063683433, -0.0054638055, -0.01322221, - -0.008626361, -0.034877904, -0.032323916, -0.0031708695, 0.009032073, - 0.017638482, 0.027668206, -0.009191697, 0.017252723, -0.0068904473, - 0.022041451, 0.024622044, -0.025074312, 0.0031309635, 0.03471828, - -0.0076353606, 0.0064614573, 0.015297325, 0.019154912, -0.006514665, - 0.020418605, 0.016960079, 0.020591531, 0.0401455, 0.0075621996, - 0.040251918, 0.012783243, -0.026204985, 0.008061025, -0.008340368, - 0.03434582, -0.020099355, -0.044748005, 0.019460859, -0.009138489, - -0.012384183, -0.13206248, 0.0066709644, 0.013820801, 0.027202636, - 0.017438952, 0.003262321, -0.018769154, 0.013428392, 0.00022073044, - 0.038762093, -0.01755867, -0.0243427, 0.008692872, 0.025220634, - -0.008041073, -0.015683085, 0.0011306719, -0.02756179, -0.030621255, - 0.022866176, 0.012477297, -0.019115007, -0.0015796152, 0.011586062, - -0.015683085, -0.008606409, -0.033574305, 0.016680736, -0.0066343835, - 0.008519946, 0.004532664, -0.00030885634, 0.0127366865, -0.015603272, - 0.013980426, 0.0012088213, 0.020764457, -0.034824695, 0.010422135, - -0.013335277, -0.0038376334, 0.015496856, -0.0029197938, - -0.0014914892, 0.009530899, -0.012883008, -0.024661949, 0.009956564, - -0.015762897, -0.021456162, -0.03900153, -0.010994121, -0.038682282, - -0.008293811, 0.014086842, -0.026098568, 0.012603666, 0.012869706, - 0.0014873324, -0.026550837, -0.008952261, -0.020378698, -0.014033633, - 0.032403726, 0.023624392, -0.011133793, -0.018383395, 0.024222983, - 0.0034618513, -0.029184638, -0.001950409, 0.016215166, -0.0025656275, - 0.045359895, -0.03038182, 0.015563366, -0.021948338, -0.018183865, - 0.015882615, -0.00795461, -0.015776198, -0.0013360218, 0.008852496, - -0.036607165, -0.009198348, 0.017279327, 0.016095446, -0.018037543, - 0.013581364, -0.029956155, -0.01243074, 0.04203439, 0.0335477, - -0.008985516, -0.015869312, 0.0029813158, -0.005959306, -0.010422135, - -0.012224559, 0.01894208, -0.021003893, 0.010901007, -0.036420938, - 0.025007801, 0.024276191, -0.014512506, -0.00598591, -0.021402953, - 0.0069104005, 0.016521111, -0.0011763975, 0.018064147, 0.010947565, - -0.0003874214, -0.005157859, -0.010229255, -0.023690902, - -0.0110805845, -0.012836452, -0.012503901, -0.0022646694, 0.014911567, - 0.008313764, 0.026258193, -0.0045592682, 0.037458494, 0.003867563, - -0.010176047, -0.0150179835, 0.0061787893, -0.00071082683, - -0.010967517, 0.025486674, -0.005616779, -0.004991584, 0.017784804, - -0.008220649, -0.0073693204, 0.004715567, 0.012676828, -0.0217089, - 0.032057874, 0.010229255, -0.008885751, -0.013488251, -0.007083327, - -0.010149443, 0.0021000567, -0.013953822, -0.00068131293, -0.01236423, - 0.011366578, 0.01947416, 0.009105234, -0.02979653, -0.02690999, - -0.013401788, -0.0045160367, 0.012311022, -0.022600137, -0.001603725, - -0.021748807, 0.028492931, 0.013674479, 0.019021891, -0.001113213, - -0.0010658245, -0.010076282, 0.0064481553, 0.008194046, -0.0022646694, - -0.013441694, -0.0017093099, -0.0012370881, 0.028226892, - -0.0031525793, 0.005912749, 0.0058262856, 0.016521111, 0.008067677, - 0.007043421, 0.030674463, 0.024023453, -0.0063982727, -0.007096629, - 0.0381502, 0.03229731, -0.0045792214, 0.015683085, 0.0289452, - -0.008180744, -0.013109143, -0.005946004, 0.009497644, -0.009251556, - -0.0016860313, 0.011133793, 0.04190137, -0.011798894, 0.0060125142, - 0.0023428188, -0.012922915, -0.008513294, -0.010056329, -0.007229649, - -0.03439903, -0.010634967, -0.009910007, -0.011566108, -0.013454995, - -0.034931112, 0.0028433073, 0.016999984, 0.03479809, 0.010003121, - 0.001742565, 0.015629876, -0.004000583, 0.0054638055, -0.009677221, - -0.016667433, -0.0034452237, 0.0113998335, 0.012051633, 0.012876358, - -0.0046756607, -0.0095109455, 0.038682282, 0.011326672, 0.009923309, - 0.008972214, 0.007861495, 0.030967107, -0.0041269525, -0.027614998, - -0.015536762, -0.0150179835, -0.016840361, 0.0050747213, 0.009697175, - 0.0074092266, 0.06730823, 0.0014499205, -0.015204212, 0.0102957655, - 0.0065013636, 0.003900818, 0.0143927885, 0.0068771457, -0.011566108, - -0.029716717, -0.023291841, -0.00973708, -0.013102492, -0.022280887, - -0.02085757, 0.021057101, -0.00059609686, 0.014738641, 0.033787135, - -0.010634967, 0.008819241, 0.005443853, -0.0014499205, -0.0058395877, - -0.019966336, -0.020086054, 0.018848965, 0.018649435, -0.015177608, - -0.020591531, 0.013561412, -0.0028167032, -0.041502308, -0.016866965, - 0.020219075, 0.019514067, -0.019314537, -0.011752336, 0.002031884, - 0.029902946, 0.016667433, -0.007701871, -0.03833643, -0.011127141, - -0.033574305, 0.0011913624, -0.0006742462, -0.03078088, -0.052516386 - ], - "metadata": { - "chunkTitle": "Improving Fitness", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64044&chunkSid=chunk_127117" - }, - "document": "Andrew Huberman: Let's talk about tools to improve your fitness. Before we do that, however, I just want to briefly remind everybody what constitutes a core or a foundational fitness program. Now, what I'm about to describe is not for the athlete that's trying to just improve one aspect of fitness or sports performance. So, for instance, if you are a power lifter and your main goal is to move more weight on the core powerlifting movements, or if you are somebody training for a marathon, it's likely that your core fitness program will differ substantially from what I'm about to describe. However, the vast majority of you are almost certainly trying to have some level of cardiovascular fitness. So the ability perhaps to run a mile or more certainly to be able to walk up a flight of stairs without getting winded, you almost certainly want some degree of strength, the ability to perhaps pick up a heavy load of groceries and carry it in one arm as you carry something else in the other arm.\n\nAndrew Huberman: You want the ability to help move furniture. You want the ability certainly to not injure yourself when performing daily tasks. And perhaps you also want to be able to go out and play a pickup game of basketball or soccer or to go out on a long hike with the family without feeling so sore that you have to rest in bed the next day. An optimal fitness program of the sort that was covered in the optimal fitness protocols episode that I did is therefore one that checks off the major boxes that science tells us are important for health span and for lifespan, and that can also help us improve various aspects of performance and improve various aspects of aesthetics, whether it's fat loss or muscle growth. If we choose. So, without going into that program in a lot of detail, the core elements of it are that it include at least 150 minutes and ideally more like 200 minutes per week of so called zone two cardio. I'll talk a little bit more about zone two cardio a little bit later in the episode. But zone two cardio is for those of you that don't know the type of cardiovascular exercise that you can do while maintaining a conversation without getting winded, but that if you were to push a little bit harder that you would find it hard to complete your sentences." - }, - "truncated_cells": [] - }, - { - "row_idx": 87, - "row": { - "id": "chunk_127129", - "embedding": [ - -0.031255566, -0.0024306832, 0.026421664, -0.005455305, 0.00249763, - 0.0068766363, -0.013334426, -0.045153033, -0.022741308, -0.026174476, - -0.0057951882, 0.030980911, -0.0045214826, 0.0074087777, 0.0061453716, - 0.0038073838, 0.047322795, -0.01006605, -0.010848812, -0.02213707, - -0.023276882, 0.0059016165, -0.007642233, -0.0077177626, - -0.0049815276, 0.035622556, 0.015133406, -0.010677154, -0.0027671338, - -0.017921139, 0.03457887, -0.006684379, 0.0056956266, -0.006416592, - -0.026572723, -0.025103327, -0.008219006, 0.006093874, 0.009818862, - -0.013073506, 0.020722605, -0.0111166, -0.006190003, -0.00081451924, - -0.007903154, -0.0067770747, 0.004497451, -0.027904794, 0.004754938, - 0.02618821, 0.004823602, 0.0131215695, -0.008617253, 0.006190003, - 0.011748303, -0.00749804, -0.029387921, 0.01021711, 0.019678922, - -0.008788912, 0.0019380236, 0.016369347, -0.01366401, 0.00937255, - 0.026050882, 0.00873398, -0.00057076424, 0.011288258, -0.029113268, - 0.03323307, 0.0050261584, 0.031283032, 0.0194592, 0.010333837, - 0.02285117, -0.0015466424, -0.014378109, -0.022713842, 0.03139289, - 0.011089134, 0.0031636648, -0.0043360917, -0.035650022, 0.04608685, - 0.033974636, -0.0023294047, 0.006543619, -0.0035807947, -0.013279496, - 0.0016195972, -0.018635238, 0.024128309, 0.0132657625, 0.03477113, - -0.011398119, 0.006117906, -0.023867387, 0.018635238, -0.014831288, - 0.01012098, -0.02085993, 0.024169507, -0.0124280695, -0.024526555, - -0.02131311, 0.0018178627, -0.0026212242, -0.01027204, 0.014982347, - -0.020104634, -0.0057196585, 0.048915785, -0.009489277, -0.014872486, - 0.010107248, -0.022631446, 0.004885399, -0.007889421, -0.0026984704, - -0.018635238, 0.027849862, 0.005462171, 0.034469012, 0.0018401783, - 0.0147351585, -0.009585407, -0.013409956, -0.0012033256, -0.005877584, - -0.032189388, 0.017440496, -0.0049471958, -0.008418129, 0.010670288, - -0.015847506, 0.0012179165, -0.009173426, -0.0008312559, -0.03691343, - -0.035622556, 0.0035533293, 0.00888504, -0.009235223, -0.021670159, - 0.006890369, -0.0015354846, 0.036803566, 0.019500397, -0.003249494, - -0.016973585, 0.014378109, -0.009248956, -0.0069899308, -0.014460506, - 0.03205206, -0.014014194, -0.023098357, 0.003917245, -0.020791268, - -0.0038897798, 0.041610003, -0.007518639, -0.0021319976, - -0.0030623863, 0.0072233863, 0.01340309, 0.00263839, -0.016987318, - 0.023002228, -0.005142886, -0.004566114, 0.020805001, -0.018442981, - 0.032876022, 0.0076971636, -0.00561323, -0.011068535, 0.009791397, - -0.00094412133, -0.03254644, 0.009454946, 0.009365683, 0.00860352, - 0.007237119, -0.02414204, -0.014666496, -0.003690656, -0.0027842997, - 0.00057291, -0.017042248, -0.0015011529, 0.022082139, -0.016534138, - -0.011363788, -0.64202994, 0.0062140347, 0.0073057823, -0.01715211, - 0.053117983, 0.0045283493, 0.018195793, 0.0044253543, -0.0159711, - 0.00017852476, 0.0032254618, 0.013155902, 0.025556507, 0.015888704, - 0.0048613665, -0.020708872, 0.0084043965, -0.012132817, -0.0075323717, - -0.029085804, -0.041335348, 0.024773743, -0.013073506, 0.013437421, - 0.02018703, 0.0077795596, 0.0028701287, -0.026050882, -0.0072645843, - 0.006904102, -0.01998104, 0.03076119, 0.019596525, 0.013554149, - 0.047185466, -0.024869872, -0.011858163, 0.007395045, -0.0063856933, - 0.02712203, -0.019596525, -0.013348158, 0.009496144, 0.00014247649, - -0.003340473, 0.019706387, 0.018841228, -0.013272629, 0.0077589606, - -0.016094694, 0.0069830646, -0.011679639, -0.013753273, -0.018525377, - -0.0062483666, -0.025377981, 0.009070431, -0.0065470524, 0.0011355204, - 0.024279367, 0.010519228, 0.019884912, -0.032656297, -0.01602603, - -0.019129615, 0.006763342, -0.026517794, 0.0025525608, 0.0107732825, - 0.0011552612, 0.012194614, -0.015147139, -0.00007397405, 0.016039763, - 0.017344367, 0.01786621, 0.019198278, -0.001360393, -0.0028872946, - -0.0034297353, 0.0002544836, 0.032464042, -0.0045352154, - -0.0051669185, -0.003493249, 0.0084249955, -0.03518311, - -0.00066560553, -0.00749804, -0.023867387, -0.010059183, 0.016616534, - -0.033617586, -0.015641516, -0.016094694, 0.010086649, -0.009475545, - -0.0037593194, -0.0024083676, -0.024650149, -0.0042021982, - 0.008912506, -0.010594758, -0.005973713, 0.0021319976, -0.005822654, - -0.01606723, 0.00040790334, 0.043889627, -0.03240911, 0.0107732825, - -0.012977377, 0.0083631985, 0.014529169, 0.00040768876, -0.019143347, - 0.014055392, -0.003646025, 0.0041198023, -0.0402642, -0.012455535, - 0.010059183, 0.010471163, -0.021780021, -0.0029679742, 0.029140733, - 0.0084043965, -0.015394327, -0.002885578, -0.024512822, 0.0038588813, - -0.019308139, 0.018415516, 0.00079220365, 0.05023412, -0.012531064, - 0.007360713, 0.020255694, -0.0027808663, -0.031035842, -0.011336322, - -0.012654659, -0.001762932, -0.005115421, 0.0031602315, -0.0076285005, - -0.03276616, -0.006437191, -0.003913812, -0.014055392, 0.008713381, - -0.018250724, -0.007875688, 0.0054999357, -0.020255694, -0.0031070174, - -0.008843842, -0.03754513, -0.029772436, -0.0014118905, 0.0083220005, - 0.0003190701, 0.004281161, 0.029140733, 0.007875688, 0.0045283493, - -0.012235812, -0.004689708, -0.015929902, -0.01669893, 0.017509159, - -0.016396813, 0.010526095, 0.04290087, 0.0005973713, 0.021271912, - -0.02110712, 0.01767395, -0.027369218, 0.0045489483, -0.004754938, - -0.0071066585, -0.014858753, -0.010381902, 0.021422971, 0.00022015192, - 0.0057608564, 0.0060423766, -0.015723912, 0.019294407, -0.0013389357, - 0.0052355817, -0.028536497, -0.015929902, -0.00963347, 0.001368976, - -0.0145841, 0.0019277241, 0.007580436, 0.011494248, 0.04191212, - -0.015517921, 0.020145832, -0.010890011, 0.020118367, -0.027877327, - 0.026311804, -0.0116315745, 0.0624562, 0.012139684, 0.003992775, - -0.012517332, -0.0052081165, -0.007340114, 0.009585407, 0.015778841, - -0.007072327, -0.003240911, 0.003434885, 0.027643872, 0.0027963156, - 0.018195793, 0.036254257, -0.016987318, -0.028000921, 0.041005764, - -0.003996208, 0.027602674, -0.018099664, -0.044521328, -0.0023311214, - 0.0052870796, 0.012084753, 0.0052287155, 0.010292639, -0.0025250954, - 0.014309446, -0.007971817, 0.03809444, 0.0056990595, 0.026229408, - 0.030376675, 0.019829981, -0.018731367, 0.029882299, 0.016094694, - 0.032436576, 0.0034880992, -0.013039174, 0.013780738, -0.011844431, - 0.036473982, -0.028563961, -0.008926238, -0.0068766363, -0.0015732495, - 0.010532961, 0.021381773, -0.005293946, 0.023771258, -0.008754579, - 0.047734775, 0.02969004, -0.022466654, -0.00770403, 0.0039824755, - 0.013464887, -0.016644001, -0.006749609, 0.019404268, -0.0024255335, - 0.014172119, -0.0010505496, -0.030541467, 0.029415388, -0.009269555, - 0.020626476, -0.014378109, 0.006684379, 0.0180722, 0.00513602, - -0.032216854, 0.0036631906, 0.0054450054, -0.025089595, -0.009324485, - 0.004318926, -0.0034795161, -0.0060835746, 0.031255566, -0.010011119, - 0.026751248, -0.01679506, 0.0029405088, -0.007333248, 0.017275704, - 0.020818733, -0.008967436, 0.018305654, -0.013760139, -0.012414337, - 0.016012298, 0.011906228, -0.040181804, 0.05465604, 0.015037278, - -0.0045008836, 0.00069006684, 0.028646357, -0.007134124, -0.007951218, - -0.027561476, -0.0008986318, -0.010807614, 0.010024852, 0.019884912, - 0.0016899771, 0.009187159, 0.027918525, -0.030211883, -0.0034297353, - -0.0099767875, -0.018168326, -0.012022956, 0.076848045, 0.0032889755, - -0.01463903, 0.017893674, -0.0076353666, -0.011878762, 0.003249494, - -0.028179446, 0.04545515, 0.006148805, 0.0037181214, -0.0047789705, - 0.018442981, -0.0118101, -0.008033615, 0.008596654, -0.019788783, - -0.018786298, 0.01165904, -0.00986006, 0.026050882, 0.0048682326, - 0.018813763, 0.046141785, 0.0077932924, 0.014597832, 0.015833773, - 0.018017268, 0.027534012, -0.014130921, 0.004651943, 0.017591555, - 0.007923753, 0.011301991, -0.023482872, -0.00019858734, 0.010333837, - -0.0049609286, 0.0069830646, -0.033672515, 0.0059771463, 0.01972012, - 0.01915708, 0.0065298863, -0.0009063565, -0.02963511, -0.0066431807, - 0.010649689, 0.016314417, -0.02254905, 0.043422714, -0.003187697, - -0.032628834, -0.011212728, 0.012730189, -0.011741436, 0.00046991493, - 0.0026143577, 0.00097244495, 0.013018575, -0.013396223, -0.0028014653, - 0.0012144833, 0.0018813763, -0.003628859, 0.0054278392, 0.00031670977, - -0.0034880992, 0.007546104, -0.018676436, -0.024279367, -0.0026195075, - 0.00986006, 0.019596525, 0.028289309, 0.004116369, 0.025158258, - 0.0048064357, -0.005053624, -0.014831288, -0.0061247726, -0.014336911, - -0.019225743, -0.027932258, -0.001968922, -0.016671466, 0.02502093, - -0.036473982, 0.02085993, 0.0044322205, -0.023894852, 0.008747714, - -0.004143834, -0.01627322, 0.0033833876, -0.006423458, 0.03229925, - -0.00568876, 0.010718352, -0.025542773, -0.0066431807, -0.025913555, - 0.03271123, 0.008713381, 0.010258308, -0.011597243, 0.014117189, - -0.011981758, 0.0012016089, -0.010484897, 0.019994773, 0.0056750276, - -0.0026950373, 0.0065676514, 0.020008506, 0.037819784, 0.010333837, - -0.002786016, -0.0056578615, -0.0063032974, 0.0054141064, - -0.028316773, 0.01443304, -0.002089083, -0.03235418, 0.015298199, - -0.00562353, -0.02414204, -0.0014590966, 0.012682124, 0.0014754041, - 0.017605288, -0.0016822525, -0.0067393095, -0.039934617, -0.019500397, - -0.0064062923, -0.0014067407, 0.006680946, 0.0018573442, -0.024897337, - -0.006557352, 0.023908585, -0.0076285005, 0.013801337, -0.021642694, - -0.0045489483, 0.026119545, -0.011336322, -0.01276452, -0.0032134457, - 0.0054072402, -0.00499526, -0.008438728, -0.012084753, 0.004219364, - -0.027534012, 0.01561405, 0.026023418, 0.050316516, 0.018429248, - -0.0048648, -0.0062277676, 0.010876277, -0.020571545, -0.0074705747, - -0.003431452, -0.020022238, -0.022013476, 0.01818206, 0.011562911, - 0.0031482154, -0.006646614, -0.010464298, -0.005170352, 0.013100971, - -0.016369347, -0.021972278, -0.022480387, -0.043999486, - -0.000033366105, 0.020681407, -0.011137199, -0.0015646665, - -0.027698804, -0.025872357, 0.05495816, 0.0007557262, 0.02922313, - -0.006543619, 0.022686377, -0.020296892, 0.024842408, -0.002353437, - 0.018017268, -0.0066088494, -0.024897337, -0.0131833665, 0.011885629, - 0.015998565, 0.023139555, -0.01720704, -0.017248238, -0.010141579, - -0.0091390945, 0.01936307, -0.023798723, -0.006464656, 0.031777408, - -0.010738951, -0.011288258, -0.027849862, -0.014172119, -0.027616408, - -0.015600317, 0.02459522, -0.010581025, 0.006337629, -0.017014783, - 0.013952397, 0.01075955, 0.01330696, 0.013918065, 0.0005875009, - 0.046910815, 0.020901129, 0.004136968, -0.01165904, -0.0030572366, - 0.028014654, 0.002741385, 0.01194056, -0.01235254, -0.013155902, - -0.019953575, 0.033315465, 0.016122159, -0.00742251, -0.015943633, - 0.025542773, 0.008019881, 0.013080372, -0.023276882, -0.008843842, - -0.025844892, 0.03158515, 0.021134585, 0.00978453, 0.023276882, - -0.014364377, -0.025817426, 0.07811145, -0.009688402, 0.029662576, - -0.0051669185, -0.016328149, -0.026449129, 0.018484179, -0.032326713, - -0.002911327, 0.012723322, 0.0062758317, -0.000646294, -0.0147351585, - 0.023510337, 0.0024735979, -0.008617253, 0.0037249879, 0.00010079568, - 0.032848556, -0.0021199815, -0.0017371832, 0.024581486, -0.011267659, - -0.0090361, -0.008960569, -0.013677743, -0.02044795, 0.013409956, - 0.0013389357, 0.015078476, 0.02480121, -0.025844892, 0.012551663, - -0.0010067767, -0.026902309, -0.026847377, -0.0015844073, 0.00297999, - -0.034249287, -0.035045784, -0.037270475, -0.0055068024, 0.009262688, - -0.0131215695, 0.0045935796, 0.00061882864, 0.013732674, -0.018099664, - 0.032436576, -0.0011320873, 0.016465476, -0.00079606596, 0.01566898, - -0.012380006, -0.0040717376, 0.023990981, -0.019967308, -0.050371446, - -0.019418001, 0.015723912, 0.015119674, -0.007298916, -0.0012771387, - 0.020173298, -0.007237119, 0.011034204, -0.009365683, -0.017550357, - 0.014913684, -0.02414204, -0.0007312649, 0.021216981, -0.045565013, - -0.017577823, -0.01227701, -0.0041404013, 0.0050913887, -0.025515309, - -0.028756218, -0.016012298, 0.016836258, -0.010203376, 0.0024238168, - -0.013876867, -0.018401783, -0.027959723, 0.013471753, 0.00033451934, - -0.0026898875, 0.012393738, 0.0062346337, -0.02459522, 0.016534138, - -0.023057159, -0.0076147676, -0.017193308, 4.2311117e-6, -0.023386743, - -0.0030623863, 0.000024608844, 0.03532044, 0.037243012, -0.031365428, - -0.02603715, -0.0053282776, -0.041170556, -0.030431606, 0.006049243, - 0.008624119, -0.007525505, -0.00942748, 0.011624709, 0.025240654, - -0.00916656, 0.012867515, -0.028371705, -0.008754579, 0.008486792, - 0.02783613, -0.006519587, -0.012455535, -0.025295585, 0.00020545367, - 0.0058741514, -0.009592272, 0.03276616, 0.006502421, 0.005245881, - -0.003930978, 0.006114473, 0.034661267, 0.022837436, -0.0012470984, - -0.00097587815, -0.0416924, 0.0058398196, 0.013801337, -0.018896159, - 0.0034812328, -0.026517794, 0.006238067, -0.01787994, -0.0045352154, - 0.014034793, -0.022837436, 0.007134124, -0.010258308, -0.0011569777, - -0.00847306, -0.017701417, 0.012215213, 0.0074087777, -0.021436704, - -0.0020993825, 0.007195921, -0.018992288, 0.0072233863, 0.019225743, - 0.00043408124, -0.024856139, -0.017577823, 0.028536497, 0.0044802846, - -0.014886218, 0.01102047, -0.0039893417, 0.000348252, 0.019239476, - -0.013355025, -0.026531525, -0.036748637, 0.006416592, -0.01617709, - 0.020461684, 0.0026349567, 0.04248889, -0.010340704, -0.012682124, - -0.008253337, -0.030239347, -0.012579129, -0.0075873025, 0.009434347, - -0.014954882, 0.0031241833, 0.1991787, 0.004281161, 0.011418718, - 0.037682455, -0.014927416, 0.004102636, 0.019884912, 0.0115903765, - -0.0018109963, 0.012077887, 0.003088135, 0.015984831, -0.008672183, - -0.008651584, 0.0063856933, -0.004088904, -0.017042248, -0.022288129, - 0.014055392, -0.021986011, 0.01291558, 0.0025800262, -0.018374318, - 0.007298916, 0.024979733, 0.0055068024, -0.0044322205, -0.0051875175, - 0.024073377, -0.0070448616, -0.009104763, 0.024966002, -0.021766288, - 0.00749804, -0.006852604, -0.00035125605, 0.018868694, -0.011638441, - -0.0034177192, 0.03776485, 0.008967436, -0.006924701, -0.028371705, - -0.012853783, -0.014693961, 0.0061247726, -0.0033559222, -0.004511183, - -0.0026761547, 0.005990879, -0.03394717, -0.015490456, 0.032326713, - 0.00783449, -0.0049025645, -0.011356921, 0.015641516, -0.0010162179, - 0.03334293, 0.022466654, -0.031310495, 0.016520407, 0.025501575, - 0.026531525, -0.011281392, -0.017605288, -0.007875688, 0.0045008836, - -0.0009896108, 0.013918065, -0.023194486, -0.027369218, 0.0032357613, - 0.0010848813, -0.025089595, -0.015257001, 0.02850903, 0.017344367, - 0.040621247, -0.0069350004, -0.010464298, -0.022947298, -0.007855089, - 0.0023517204, 0.009317619, -0.0048476337, -0.007786426, -0.0024993466, - -0.012922446, 0.0012548231, 0.010045451, 0.0034777997, 0.0044940175, - -0.012531064, -0.02686111, -0.007896287, 0.0018195793, -0.013128436, - 0.0059290817, -0.0062140347, -0.024842408, 0.03251897, 0.0005836386, - -0.0075117727, -0.002344854, -0.006135072, -0.01895109, 0.0006038085, - 0.02172509, -0.008143475, 0.0115285795, -0.033974636, 0.0046347775, - -0.024622684, 0.00065916835, 0.004047706, 0.026133278, -0.021560298, - 0.0005226999, -0.008981168, 0.0030812686, -0.017756347, 0.0020393021, - 0.022947298, 0.0038279828, -0.008019881, -0.017852476, 0.010210243, - -0.014570367, -0.020420486, 0.013595347, -0.014542902, 0.020475417, - -0.011308857, 0.012730189, 0.0047446387, -0.00852799, -0.021752555, - 0.0064303246, 0.004603879, 0.0017732315, -0.015215803, 0.02541918, - 0.0012505316, 0.035018317, -0.021148318, 0.011075402, 0.0043841563, - 0.000749289, -0.012077887, -0.001319195, 0.004754938, -0.007271451, - -0.03010202, 0.029140733, -0.016328149, -0.0012144833, -0.027259357, - 0.002700187, -0.009983654, -0.03795711, -0.0042262306, -0.0014934283, - 0.02270011, -0.017536625, -0.0020856499, -0.17522892, 0.023579001, - 0.040621247, -0.031969663, 0.001989521, -0.017028516, 0.024416694, - 0.009695267, -0.004263995, 0.011212728, 0.025858624, -0.0040786043, - -0.015133406, -0.022796238, -0.0073881783, -0.020969793, -0.025597705, - 0.04526289, 0.014982347, 0.014378109, -0.01726197, -0.011198996, - 0.0013355025, -0.009351951, -0.017783813, -0.01102047, 0.00374902, - 0.0072851833, -0.008768313, -0.002658989, -0.02423817, 0.0034383181, - 0.0008140901, -0.018662704, 0.006787374, -0.007333248, -0.016465476, - -0.0026692885, -0.0076559656, 0.013341293, 0.035567626, 0.0018642105, - -0.0159711, -0.0052287155, -0.009599139, 0.033617586, -0.011178397, - -0.0029473752, -0.009104763, 0.013794471, 0.019802516, -0.00022551625, - 0.018566575, 0.027465347, 0.0041507008, -0.019418001, 0.00080851116, - -0.0050501907, 0.0028924444, -0.011075402, 0.0007793292, -0.02393605, - 0.0032185954, -0.025803695, -0.0060252105, -0.02043422, 0.016836258, - 0.019308139, -0.03441408, 0.026751248, -0.005939381, 0.0072096535, - -0.007463708, 0.01201609, 0.019651456, 0.0015775409, -0.0003396691, - -0.009420614, 0.004476852, 0.010656555, -0.0006724719, 0.02382619, - -0.004463119, -0.021409238, 0.00603551, 0.012730189, 0.008548589, - 0.01222208, 0.0033868207, -0.018058466, -0.007257718, -0.0325739, - -0.038616277, -0.036638774, 0.0077520944, -0.0047515053, -0.012510465, - -0.009482412, 0.005891317, -0.008376931, 0.0027259358, 0.0070105297, - -0.018511644, -0.00032743844, 0.047185466, 0.0083631985, 0.0071203914, - 0.013746407, 0.030788654, 0.007861956, -0.024677616, 0.0019946708, - 0.018978555, 0.042241704, 0.009908124, 0.031722475, -0.024526555, - -0.03809444, 0.019802516, -0.01617709, 0.02296103, 0.00077031716, - -0.026490327, 0.006056109, 0.014886218, -0.009811996, -0.12678005, - -0.007271451, 0.00999052, 0.011480515, 0.009942456, 0.011665907, - 0.006766775, 0.010072916, 0.011061668, 0.0042056316, -0.028083317, - -0.01132259, 0.012730189, 0.01818206, 0.022329327, -0.00004889583, - 0.0023791858, -0.007539238, -0.02768507, 0.017014783, -0.023771258, - -0.016108427, -0.020791268, 0.008212139, 0.00291476, 0.0056750276, - -0.022150803, -0.002609208, 0.01904722, 0.024402961, 0.014405575, - 0.002765417, 0.0242931, 0.011473649, 0.015504189, 0.011370654, - 0.020200763, -0.004603879, 0.016822526, -0.034469012, 0.008843842, - 0.016904922, 0.02459522, -0.0014599549, 0.0064921216, 0.0005973713, - -0.021889882, 0.020283159, -0.027547743, -0.027602674, -0.02243919, - -0.0037627525, -0.025487842, 0.0056029307, 0.011013605, -0.023963517, - 0.00963347, -0.0028598292, -0.007855089, -0.012105352, 0.008006149, - 0.004669109, -0.013451154, 0.010395634, 0.030431606, -0.0277812, - -0.025075862, 0.002224693, 0.007278317, -0.024952268, -0.028000921, - 0.014611565, -0.014858753, 0.031859804, -0.021917347, -0.0002259454, - -0.011899361, -0.021477902, 0.0009767364, 0.0030297711, -0.01838805, - -0.009235223, 0.023702595, -0.038808536, 0.0007007955, 0.010333837, - 0.0139592625, 0.0033164406, 0.010464298, -0.017303169, 0.00493003, - 0.023331814, 0.0056509953, -0.015490456, -0.015586585, 0.013746407, - -0.015284466, 0.028756218, 0.009448079, 0.011816965, -0.022686377, - 0.00630673, -0.043477643, 0.013094105, 0.018470446, -0.0038451487, - 0.0106908865, -0.008720248, 0.009818862, 0.030514002, -0.0013526684, - -0.014055392, -0.003958443, -0.0031945633, -0.017289435, 0.003352489, - -0.025583971, -0.010388767, 0.018127128, -0.015600317, 0.030486535, - -0.0019912377, -0.0092214905, 0.023029694, -0.0065676514, 0.031035842, - -0.009420614, -0.013499218, 0.010505496, 0.026105814, -0.016438011, - -0.0015114524, 0.01366401, -0.027877327, -0.0033902538, 0.02480121, - 0.009647204, 0.012579129, 0.019733852, 0.024306832, 0.0037215545, - 0.020997258, 0.011514847, -0.0077383616, -0.030129487, 0.007992416, - -0.024196971, 0.0032632267, -0.022274397, 0.025446644, -0.00630673, - 0.008692782, 0.0062826984, 0.030239347, -0.019239476, -0.025515309, - -0.022892367, -0.010299506, 0.025268119, -0.004408188, -0.028179446, - -0.04207691, 0.021422971, -0.0010393917, 0.0074293767, 0.01720704, - -0.0107114855, -0.033919703, -0.012585996, -0.004222797, 0.0032718095, - -0.021120852, -0.0009921857, -0.0039481437, 0.011212728, 0.0022761908, - -0.00451805, 0.0053111115, 0.0118101, 0.017193308, -0.00374902, - 0.0034074197, 0.03573242, 0.0025319618, -0.024966002, 0.025377981, - 0.009468678, 0.018099664, 0.016190823, 0.015586585, -0.0020427352, - -0.00027508262, -0.008170941, 0.028289309, -0.029882299, -0.010704619, - 0.0030280545, 0.03913812, -0.024856139, -0.015023545, 0.005259614, - -0.0007072327, -0.0008441303, 0.006014911, -0.0053523094, - -0.011665907, -0.005015859, 0.020159565, 0.0018933924, -0.02511706, - -0.010045451, 0.00042464002, 0.010663421, 0.0014788373, 0.011700238, - 0.0030606696, -0.0046176114, -0.017275704, -0.0067530423, - -0.006148805, -0.024183238, -0.0015492173, 0.0067564757, -0.009715866, - 0.0076971636, -0.027506545, -0.002398068, 0.044933308, 0.0076079015, - -0.005791755, 0.0012642642, -0.0022315595, 0.007951218, 0.00006903887, - -0.012510465, -0.018511644, -0.010004253, -0.020283159, - 0.000049190865, -0.008431862, -0.013087238, 0.06306044, 0.016561605, - -0.0057127923, -0.011295124, 0.004305193, 0.022933565, -0.00059050496, - 0.000099830104, -0.012668392, -0.021010991, -0.011212728, - -0.0009235223, -0.0074087777, -0.04592206, -0.023977248, 0.032381646, - 0.0075941687, 0.024650149, 0.0069590323, -0.01068402, 0.017234506, - 0.0040580053, 0.018058466, -0.006354795, -0.008624119, -0.019445466, - 0.026545258, 0.0074087777, -0.011693371, -0.043724835, -0.0018933924, - 0.015861237, -0.032216854, -0.021065922, 0.0118101, 0.021299377, - -0.012455535, 0.006952166, 0.011720837, 0.03229925, -0.010333837, - 0.004768671, -0.042571288, -0.02491107, -0.0284541, -0.009530475, - -0.0006282698, -0.022370525, -0.0057814554 - ], - "metadata": { - "chunkTitle": "Efficient Cardiovascular Training", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64049&chunkSid=chunk_127129" - }, - "document": "Andrew Huberman: The next tool I'm about to describe relates to your cardiovascular training and it's a tool that can greatly improve your cardiovascular fitness with a limited amount of time commitment. But that is not to say it is easy. What I'm referring to is the so called sugar cane. If you listen to the series with Dr. Andy Galpin, you may recall our discussion about the sugar cane, which is so named after our friend and expert trainer Kenny Cain. And it is a very efficient, yet somewhat brutal way to increase your cardiovascular output. So the sugar cane is the type of protocol that you would incorporate once in the period of a week, but certainly not every week. It's the kind of thing that you might throw in once every two weeks or once every four weeks. As a replacement for your other high intensity interval training, the sugar cane involves selecting some form of exercise that you can do at high intensity safely. That, of course, will differ between individuals.\n\nAndrew Huberman: For some of you, it will be a stationary bike, for others of you, it will be a road bike, for others of you, it will be running, and for others of you, it will be rowing. The exact form of exercise is not important. What is important is that you can generate a lot of intensity. So you're going to be doing some sprint like work, although not all out sprints, except on the final round. I'll explain where all this is going in a moment, but again, you need to select a movement that you can do without injuring yourself while still performing a movement at high intensity. So for me, that would be running, for you, it might be something else. The sugar cane is pretty straightforward in structure. It involves three rounds, after a brief warm up, of course. So you're going to do three to five minutes of jogging or jumping jacks or skipping rope, something to get your core body temperature up so that you're prepared to do the high intensity work. And then there are only three rounds of high intensity work and they go as the following." - }, - "truncated_cells": [] - }, - { - "row_idx": 88, - "row": { - "id": "chunk_127122", - "embedding": [ - -0.03856705, -0.009810089, 0.007123593, -0.03000258, -0.011479892, - 0.028925288, -0.00884726, -0.038944103, -0.029706324, -0.007480446, - 0.0011698717, 0.046027295, 0.024050541, -0.009904352, -0.0019643744, - 0.008396144, 0.046135027, 0.0062684924, 0.0038311193, -0.0047771162, - -0.0142875835, 0.0022926119, -0.014987824, 0.006457018, -0.015014756, - 0.023296438, 0.028548235, -0.013015033, 0.008712598, -0.019970298, - 0.03555063, -0.016630694, 0.0052113994, -0.004292335, -0.030218039, - -0.01846209, -0.0057769776, 0.0030988974, 0.017815715, -0.0021714165, - 0.021720897, 0.0035348642, -0.008173952, 0.01395093, -0.014583839, - -0.010678656, 0.005558153, -0.025653014, -0.012759176, 0.02461612, - 0.009776424, 0.013580611, -0.033019, 0.02496624, -0.003263858, - 0.004554925, -0.010416066, 0.029679392, 0.013311288, -0.012584116, - -0.009608097, 0.0025737176, -0.004497694, 0.0022168648, -0.0055379537, - -0.015028222, 0.002395291, -0.0020906196, 0.0058544083, 0.020131892, - -0.0034355512, 0.03175318, 0.009049252, 0.008638535, 0.03867478, - -0.023713889, 0.0073727164, -0.0113654295, 0.0031123636, -0.010355469, - -0.02297325, -0.01395093, -0.016859619, 0.012368658, 0.033126727, - -0.024952773, 0.004507793, -0.0053292285, 0.016226709, -0.004497694, - 0.0007414798, 0.017667588, 0.028575167, 0.016792288, -0.006675843, - -0.0061338306, -0.027390147, -0.00072464714, -0.03759749, 0.006312257, - -0.02811732, -0.003265541, -0.016374838, -0.010961445, -0.037543625, - 0.007056262, 0.0022673628, -0.02790186, 0.00711686, -0.039698206, - -0.015472605, 0.022757791, -0.009978416, -0.019095, 0.0005239174, - -0.032776605, 0.019498983, -0.018367827, -0.010106345, -0.026972696, - 0.030325767, 0.021559304, 0.04193359, -0.0005647366, 0.016657626, - 0.0029962182, -0.023969745, 0.024629585, 0.016347904, -0.013223758, - 0.0011244235, 0.00832208, 0.004006179, 0.0063627553, -0.016105514, - 0.004285602, -0.0074535133, -0.017532926, -0.026124328, -0.019943366, - 0.019418187, -0.0036897247, -0.008019092, -0.020966794, -0.00442363, - 0.019822171, 0.023686957, 0.017465595, -0.010712322, -0.018771812, - -0.02930234, -0.014893561, -0.0011210568, 0.005356161, 0.0045448253, - -0.008840526, -0.00970236, 0.011069174, -0.037812945, 0.011264433, - 0.030729752, 0.01846209, 0.0019189263, 0.0007528419, -0.02150544, - 0.005588452, 0.03514665, -0.0098841535, 0.015620733, -6.045959e-6, - -0.008470207, 0.008221084, -0.022582732, 0.017384797, -0.009190647, - 0.00849714, 0.021909425, -0.01232826, -0.008167219, -0.027403614, - 0.009803357, -0.00675664, 0.031376127, 0.018138902, -0.013668141, - 0.02262313, 0.04020992, -0.010537261, 0.019997232, 0.0015864806, - 0.010220807, 0.002782443, -0.01587659, -0.0052416986, -0.6321549, - 0.015997784, -0.007480446, -0.027928792, 0.03447334, 0.010873916, - 0.00067372824, -0.0006690993, -0.029248476, 0.022475002, - -0.00076925376, 0.0058948067, 0.012133, -0.0058409423, 0.017963843, - -0.013614276, -0.00147286, -0.01274571, -0.014947426, 0.003854685, - -0.03471573, 0.009816823, -0.019108465, 0.015499537, 0.0029676026, - 0.015593801, -0.026918832, -0.02017229, 0.0109681785, 0.011917542, - -0.011298099, 0.028979152, 0.016792288, 0.019323923, 0.047616303, - -0.030918278, 0.0076487726, 0.03775908, 0.016388303, 0.017021213, - -0.0031157301, -0.008362479, 0.011776147, -0.0067229746, - -0.0027790766, 0.015014756, 0.008227817, 0.00070108136, 0.017007746, - -0.008173952, 0.012772642, -0.013634476, 0.00006270176, -0.025760742, - 0.014960892, -0.032211028, 0.01412599, -0.004618889, -0.009917819, - -0.011479892, 0.014718501, 0.0023212275, -0.02203062, -0.0051205033, - -0.03250728, 0.0010638258, -0.018435158, -0.013870133, 0.012166666, - -0.010941246, 0.015176349, -0.015903521, 0.0077430354, -0.016980814, - 0.0008088106, 0.03633167, -0.0034069356, 0.0066152457, -0.012294594, - 0.007951761, 0.0026612477, 0.011183636, -0.0012481436, 0.00450106, - 0.008968455, 0.019525915, -0.038836375, 0.006234827, -0.018313963, - -0.008860726, -0.019162329, -0.0057500456, 0.0023548927, -0.034177087, - -0.009136782, -0.0011858627, -0.004137474, 0.015270613, -0.010510329, - -0.025195165, -0.012159932, -0.014045193, 0.0023262773, 0.010032281, - -0.015647665, 0.0013179993, 0.0007389549, -0.014772365, 0.015593801, - -0.0055177547, -0.008954989, 0.0012077452, -0.0059251054, 0.017546391, - -0.0024222236, -0.022825122, 0.010119811, -0.009668695, -0.01723667, - -0.028548235, 0.0058611413, -0.0049858415, 0.008375945, 0.0023885581, - 0.0013407235, 0.009621563, 0.013270889, 0.0029036384, 0.012334992, - -0.026514847, 0.0124225225, 0.00589144, 0.029113814, -0.015270613, - 0.031403057, 0.0015797475, 0.011998339, 0.005884707, 0.012072402, - -0.020131892, -0.020293485, 0.010086145, 0.015432207, -0.0014324615, - 0.004198072, -0.046808332, -0.01842169, -0.011426027, 0.009136782, - -0.017627189, 0.0011311565, -0.0013811219, -0.0003021467, 0.012126267, - -0.04314554, 0.0062718587, -0.010961445, -0.051117502, -0.02378122, - -0.016415235, -0.010591126, 0.00001913403, -0.008369211, 0.0099245515, - -0.011250967, -0.013048698, -0.015364876, 0.008537538, 0.0034608003, - -0.018313963, 0.010806585, -0.01506862, -0.024333332, -0.011210569, - 0.00027605606, 0.026878433, -0.022057552, 0.0135469455, -0.029033016, - -0.0007688329, 0.015553402, -0.013392085, -0.027794132, -0.003403569, - 0.032776605, -0.00083995104, 0.008665467, -0.018556353, -0.011035509, - 0.049959414, -0.00511377, 0.0015149417, -0.006800405, -0.012011805, - 0.0051979334, 0.014960892, 0.0048915786, -0.0073659834, 0.0023481597, - 0.022542333, 0.030110309, -0.0030197839, 0.01541874, -0.020845598, - 0.016846152, -0.0040297452, 0.022475002, -0.022878988, 0.031079872, - 0.014489576, -0.020778269, -0.013055432, -0.003696458, -0.0069081346, - -0.009399372, 0.018192766, 0.023067513, 0.017438663, -0.006093432, - 0.022286477, -0.000023710416, 0.018798744, 0.035739157, 0.0070831943, - -0.029679392, 0.020939862, -0.0024104407, 0.00043070636, 0.001880211, - -0.024952773, -0.0027555106, 0.014247186, 0.00945997, 0.015849657, - -0.004669387, 0.009581164, 0.01664416, -0.010456464, 0.03751669, - 0.004881479, 0.013614276, 0.0022639963, -0.01031507, -0.023417633, - 0.0312684, 0.006894668, 0.03996753, 0.0031342462, -0.021518907, - 0.004480861, -0.000022013997, 0.028386641, -0.028386641, - -0.0047771162, -0.016132446, -0.0022976617, -0.0062785917, - -0.007406382, 0.015755394, 0.034958124, 0.0058544083, 0.02269046, - 0.02367349, -0.022744326, 0.01187041, 0.011796346, 0.0016832686, - 0.006753274, -0.02440066, 0.020199222, -0.010523795, 0.008598136, - 0.0045784907, -0.028225048, 0.006379588, 0.005231599, 0.012887104, - -0.0001717986, 0.0014762266, 0.028440507, -0.013311288, -0.028036522, - 0.0099110855, 0.021653567, -0.01944512, 0.008544272, -0.01975484, - -0.011001844, -0.007594908, -0.00068382785, -0.020818666, 0.029356204, - -0.036789518, 0.0008719331, 0.0019576414, 0.02580114, 0.04969009, - -0.02073787, 0.01706161, -0.024750782, -0.0037637886, -0.009991882, - -0.002476088, -0.029086882, 0.017963843, 0.0058476753, -0.0048276144, - -0.023404166, 0.00087950786, -0.012880371, 0.005352794, -0.0028666065, - 0.007473713, 0.023902414, 0.028332777, -0.0028295745, -0.0032891068, - 0.007918095, 0.033315253, -0.024185203, -0.009742758, -0.027040027, - -0.003629127, -0.011399095, 0.087960884, 0.021303447, 0.0040129125, - 0.028898355, -0.006682576, 0.02010496, 0.00812682, -0.011311565, - 0.02790186, 0.013802802, 0.0135469455, -0.013668141, 0.020845598, - -0.022811657, 0.0024104407, 0.011863677, 0.008180685, -0.018542888, - -0.016684558, -0.01395093, -0.0031443457, 0.0132035585, 0.027255485, - 0.055588264, 0.027874928, 0.009089651, 0.038163066, 0.009130049, - 0.022165282, -0.004494327, -0.0037503224, 0.022017153, 0.008907857, - 0.03142999, -0.020266553, -0.0064401855, -0.014880095, -0.003327822, - 0.0035516967, -0.03070282, 0.008860726, 0.02765947, 0.019902969, - 0.016213244, 0.008853992, -0.010328536, 0.0017808982, 0.010678656, - -0.0051912004, -0.01583619, -0.00051423855, -0.010025548, - -0.027565207, -0.0025215363, 0.006961999, -0.016240176, -0.0025350025, - -0.013715273, -0.030675886, 0.000077851175, 0.01014001, -0.017223204, - 0.0113250315, 0.010853716, -0.028494371, -0.0066017793, -0.01793691, - 0.008268216, -0.018946871, -0.0076622386, -0.036143143, -0.0251413, - -0.0030652322, 0.008524072, 0.008288414, -0.0013651309, 0.02835971, - -0.00840961, -0.017613722, -0.013493082, 0.000050945175, -0.02391588, - -0.012927503, -0.018340895, 0.016805753, 0.0013390402, -0.015499537, - -0.013250691, 0.0074669793, 0.011143238, -0.0065647475, -0.008537538, - 0.007473713, -0.010523795, -0.0051474352, 0.011082641, 0.013728739, - -0.001811197, 0.025895404, -0.023458032, -0.00095273, -0.026528314, - 0.016065115, -0.024602653, -0.0019744742, -0.0016773771, 0.0054975552, - -0.0042081717, -0.014731967, -0.017883046, 0.009453236, -0.024117872, - 0.018260097, 0.040533107, 0.027821064, 0.01929699, 0.024629585, - 0.0027790766, 0.0008513131, -0.013459416, -0.020832133, -0.0338539, - 0.022394206, 0.010133277, -0.025976202, 0.0029591862, 0.0036526928, - -0.021195719, -0.015661132, 0.025437554, -0.020118427, 0.04454602, - -0.012786108, -0.040048327, -0.033961628, -0.027066959, -0.023296438, - 0.018071571, 0.008577937, -0.004692953, -0.018246632, 0.007312119, - 0.0012632931, -0.016846152, 0.0260166, -0.025774209, 0.003918649, - 0.016078582, -0.034042425, 0.0015822725, 0.017842647, 0.0067027756, - -0.008106622, 0.010166942, -0.024831578, -0.0009855537, 0.014206787, - -0.012274395, 0.024494926, 0.023700422, 0.01335842, 0.018866075, - -0.0009594631, 0.0095407665, -0.014206787, -0.010523795, - -0.0049858415, -0.0016496032, -0.011863677, 0.017977308, 0.00770937, - 0.022569265, -0.013169894, -0.016617227, 0.035065852, 0.047858693, - -0.01276591, -0.015082086, -0.02104759, -0.028763695, 0.000023841922, - 0.009796623, 0.0004246045, 0.02835971, -0.03164545, -0.018785277, - 0.049043715, -0.003578629, 0.013068898, 0.013237224, 0.014045193, - -0.007541043, 0.014193321, 0.0069148676, 0.015270613, -0.017317468, - -0.005797177, -0.033665374, -0.0029356205, 0.007056262, 0.0070899273, - 0.016617227, -0.02314831, 0.007399649, -0.021990221, -0.020939862, - -0.030999074, -0.035362106, -0.0012590849, -0.0065681143, 0.009433038, - 0.0007301178, -0.0069417995, 0.005157535, -0.028548235, 0.0045717577, - -0.026474448, 0.007049529, -0.015661132, 0.0017371333, 0.03024497, - 0.0054100254, 0.022515401, 0.010301604, 0.043495663, -0.00355843, - 0.008207617, -0.007345784, -0.019431653, 0.027322816, 0.011762681, - 0.019714441, -0.0025585683, -0.029275408, -0.023606159, 0.0034507005, - -0.024414128, -0.023336835, -0.013843201, 0.042149045, 0.0009939701, - 0.009951484, -0.0028110587, 0.0012102701, -0.031807043, -0.007258254, - 0.008456741, 0.011971407, 0.020508945, -0.020832133, -0.044276696, - 0.040721633, -0.01005248, 0.019364322, -0.011446226, -0.011540489, - -0.029733257, -0.00024828213, -0.00016632798, 0.0013121079, - 0.0061068987, 0.02440066, 0.00064890005, -0.012334992, 0.037408963, - 0.013412285, -0.039563544, -0.017667588, -0.017640656, 0.033530712, - -0.009055985, -0.009035786, 0.004497694, -0.017384797, -0.009473436, - -0.024266, -0.012671646, -0.019054601, -0.002582134, 0.019364322, - 0.014045193, 0.014220254, -0.031860907, 0.010685389, -0.0018852608, - -0.006968732, -0.009055985, 0.00054790394, 0.033315253, -0.03283047, - -0.01975484, -0.023888947, 0.006103532, 0.037570555, 0.00010010188, - -0.01815237, 0.023269504, 0.029167678, -0.018785277, 0.022259545, - -0.007864231, 0.019943366, -0.022946317, 0.01117017, -0.02527596, - 0.0004957226, 0.011580888, -0.010914314, -0.028305845, -0.031026008, - -0.013277623, 0.018435158, -0.012227263, -0.0015957387, 0.0010688755, - -0.0051171365, -0.0019172429, -0.017829182, -0.017425196, - -0.0026578812, 0.008362479, 0.024319865, 0.0035550634, -0.019431653, - 0.02262313, -0.015432207, 0.0098841535, 0.020051096, -0.01423372, - -0.0039321156, 0.0013541896, -0.00072043895, -0.027794132, - -0.010806585, -0.012994833, 0.0008138604, -0.020778269, 0.030271903, - 0.01811197, -0.0013474565, -0.0049050446, 0.002363309, 0.013701807, - 0.0036695255, -0.00021230226, 0.0055312207, 0.018893007, 0.01856982, - -0.015863122, 0.0040768767, -0.010207341, 0.026380185, 0.023700422, - -0.023202175, -0.0027605605, 0.0074400473, -0.034661867, -0.022582732, - 0.013311288, 0.019283526, -0.00511377, 0.016940415, -0.0055985516, - 0.01968751, -0.0045448253, -0.0057130135, -0.013580611, 0.008039291, - -0.0013760721, 0.0061270976, -0.012099335, -0.008450008, -0.03926729, - 0.009486902, 0.023188708, -0.01092778, 0.010887382, 0.011843478, - 0.009594631, 0.02450839, -0.00190546, 0.02126305, 0.023161776, - 0.015297545, 0.01887954, -0.0021579503, 0.0061068987, 0.020145359, - 0.0121060675, -0.014031727, 0.0017152507, -0.0018633783, -0.004575124, - -0.005871241, -0.02098026, -0.020670539, -0.0005319129, -0.012334992, - 0.013695073, 0.028979152, -0.019202728, 0.022165282, 0.018260097, - 0.000918223, -0.0047097853, -0.0029625527, -0.0026915465, 0.021545839, - 0.014179855, 0.013883599, -0.011500091, -0.015957387, 0.007628573, - 0.019768307, -0.009648495, 0.015741928, -0.008241283, 0.012934236, - 0.017398264, 0.0061573964, -0.0068408037, 0.0031308797, -0.0033749535, - -0.0062684924, 0.014045193, -0.0051979334, -0.00945997, -0.016078582, - -0.008335547, -0.012732244, -0.026097396, -0.029248476, -0.014933959, - 0.022784723, 0.006073233, -0.0029154213, 0.20856372, -0.021141853, - -0.003925382, 0.023350302, 0.013230491, 0.01119037, 0.031160668, - 0.0020502212, -0.0124494545, 0.021141853, 0.016132446, 0.008025825, - -0.03867478, 0.00044185802, 0.006948533, 0.0038950834, -0.02363309, - -0.0182197, -0.013068898, 0.017775316, 0.017546391, -0.004086976, - -0.02363309, -0.013937464, 0.030891346, 0.01239559, -0.0321033, - -0.008887658, 0.01793691, -0.0117492145, -0.003491099, -0.017088544, - 0.010517063, -0.028979152, -0.0066287117, 0.013722005, 0.025962735, - -0.030433496, -0.0030130509, 0.00013592394, 0.014772365, 0.0055413204, - -0.02332337, 0.0007191765, 0.0013929048, 0.0064772177, -0.01675189, - 0.003666159, -0.0073659834, 0.0045784907, -0.02157277, -0.010133277, - 0.0029979013, 0.03234569, -0.003332872, -0.012678379, 0.003740223, - 0.009210845, 0.01049013, 0.020643607, -0.015822725, 0.005302296, - 0.022892453, 0.0013735471, -0.02580114, 0.017546391, 0.0037839878, - 0.040479243, -0.029437002, -0.020468546, -0.013459416, -0.01769452, - -0.023188708, -0.006901401, -0.036978044, -0.0025333192, 0.02873676, - 0.025922336, 0.017856114, 0.014691568, 0.011527023, -0.030783616, - 0.00033476006, 0.0016142546, 0.0014274118, -0.02419867, 0.004952176, - 0.014785832, -0.00069561077, 0.0053056628, -0.007628573, -0.012698579, - -0.0037907208, -0.014220254, 0.024535323, -0.028225048, 0.006147297, - -0.0034608003, -0.009163714, 0.00039535773, -0.0070158634, - 0.051548418, -0.00026574603, 0.018933406, 0.0031308797, -0.013506548, - -0.022825122, 0.005070005, 0.014933959, 0.0046087895, 0.0076555056, - -0.031133736, -0.0002697438, -0.013614276, 0.020293485, 0.0016352955, - 0.02895222, -0.015055154, 0.012254195, -0.002725212, -0.022569265, - -0.01675189, 0.02811732, -0.00090644014, 0.015028222, -0.024319865, - -0.037462827, 0.018583285, 0.0027992758, -0.020374283, 0.019902969, - 0.0018768444, 0.027080426, -0.03199557, 0.0068711024, -0.015580334, - -0.003151079, -0.008450008, 0.0070091304, 0.00945997, 0.009244511, - -0.011210569, 0.02063014, 0.003164545, 0.032237962, -0.0062179943, - 0.0016975764, 0.042741556, -0.008840526, -0.011877143, 0.014678102, - 0.02028002, -0.021895958, 0.0065075164, 0.0052551646, -0.00014486631, - -0.005002674, -0.018381294, -0.012752443, -0.019902969, -0.04583877, - 0.009217579, 0.005753412, -0.0014114208, -0.030056445, -0.016724957, - -0.1701044, 0.016118981, 0.042633828, -0.014839696, 0.029921783, - -0.015714996, 0.032264892, 0.012644714, -0.009944751, -0.0042586694, - 0.014462644, 0.006561381, 0.010853716, -0.028332777, -0.016428702, - -0.019795239, -0.00014591834, 0.038486253, 0.04842427, 0.01664416, - 0.025706878, -0.03272274, 0.002400341, -0.0032083099, -0.0044337297, - -0.0028026423, -0.00084584247, 0.018085038, 0.0008189102, - -0.007163991, -0.022703927, 0.004837714, 0.036035415, -0.03234569, - -0.0025552018, 0.008180685, 0.0036930912, -0.0006127098, -0.027349748, - 0.023484964, 0.046862196, -0.00424857, -0.012139733, -0.0013525063, - -0.0017354499, 0.038728643, 0.01134523, -0.013634476, 0.018677548, - -0.0047703832, 0.0006463751, 0.004494327, 0.034769595, 0.008954989, - -0.011742482, -0.045057733, 0.0038715177, 0.0095138345, -0.018973803, - -0.012025271, -0.0031258299, -0.019579781, 0.052194793, -0.009352241, - -0.00012687637, -0.032211028, -0.0011976456, 0.006749907, - -0.007756502, 0.017384797, -0.0011261067, -0.019310458, -0.013870133, - -0.025047038, 0.04091016, 0.017034678, -0.00071033934, -0.0032015769, - 0.013937464, 0.02310791, 0.0020838866, 0.011675151, -0.015109019, - -0.007689171, -0.0034944657, 0.0077430354, -0.012510052, 0.0080594905, - -0.01692695, -0.0046155225, 0.0015326161, -0.018206233, -0.046942994, - -0.02021269, 0.0046525546, -0.0017590157, 0.0039556813, -0.01022754, - -0.00970236, -0.017573325, 0.027713334, 0.00066531193, -0.027578672, - 0.0024070742, 0.039805938, 0.0047602835, 0.0054100254, 0.011648219, - 0.03905183, -0.02157277, -0.01276591, 0.009917819, 0.014489576, - 0.019606713, 0.009150248, 0.032992065, 0.008221084, -0.016374838, - -0.00580391, -0.0008302722, 0.045030802, -0.005948671, -0.028817559, - 0.0068542697, -0.01134523, -0.01975484, -0.12528905, 0.0135334795, - 0.007514111, 0.03280354, 0.005443691, 0.020145359, -0.011473158, - 0.013654675, -0.018017707, 0.04150267, -0.008618335, -0.01552647, - 0.012072402, -0.001500634, 0.011621286, -0.009958217, -0.009446504, - -0.030729752, -0.040156055, 0.033557642, -0.003709924, -0.0038445855, - -0.003878251, 0.004635722, -0.0032116766, 0.0065075164, -0.02884449, - 0.0058308425, -0.011183636, -0.010375667, 0.031483855, 0.0021091355, - 0.012725511, -0.012429255, 0.005521121, -0.0080594905, 0.0068273377, - -0.011520291, 0.014974358, -0.029490866, 0.0068037715, 0.030433496, - 0.0099245515, 0.0018128803, 0.00043975393, -0.016455634, -0.006228094, - 0.017640656, -0.00036737337, -0.016980814, -0.03070282, -0.01699428, - -0.03689725, 0.011547223, -0.0015014756, -0.01712894, 0.033234455, - -0.0048141484, -0.012072402, 0.0021074524, -0.008726064, -0.013681607, - -0.035254378, 0.0109681785, 0.041206416, -0.024454527, -0.014772365, - -0.016455634, -0.0016049966, -0.011540489, -0.0021697332, 0.010759453, - 0.0009384222, 0.03425788, -0.03433868, 0.020293485, -0.03280354, - -0.04688913, 0.02203062, 0.008571204, -0.0011648219, -0.0029221543, - -0.001716934, -0.0321033, 0.005945305, 0.0020384383, 0.0059688706, - -0.011675151, 0.01119037, -0.020912929, -0.024279466, 0.04042538, - 0.019943366, -0.003935482, -0.011688617, 0.004386598, -0.014435711, - 0.00093084754, -0.005588452, -0.0038277528, -0.025895404, - 0.00069981895, -0.023067513, 0.025410622, 0.0012186865, -0.03196864, - 0.0044673947, -0.011540489, 0.018435158, -0.00087361643, - -0.0033530712, -0.016900016, -0.008396144, -0.007776701, -0.020158825, - -0.015284079, -0.019068066, -0.013257423, -0.009130049, -0.0045582913, - 0.032615013, 0.012705311, -0.0054739895, 0.018206233, -0.023660023, - 0.019310458, -0.017411731, -0.019202728, -0.017640656, 0.015607267, - -0.0067027756, -0.0028497737, 0.010274672, -0.018394759, -0.004211538, - 0.019095, 0.0009594631, 0.0046794866, -0.0037705216, 0.013594077, - 0.017075077, 0.010873916, -0.009089651, -0.014247186, -0.0026275823, - -0.00926471, -0.0067802058, 0.013297822, -0.031106804, -0.0004220796, - -0.016913483, 0.007332318, -0.005652416, 0.0054840893, 0.009210845, - -0.023134844, -0.023175241, 0.010362201, 0.010537261, -0.0067027756, - 0.017398264, -0.035739157, 0.027107358, -0.003528131, 0.012173398, - -0.015109019, -0.010180408, -0.004144207, -0.006665744, 0.001707676, - -0.0043024346, -0.013230491, 0.00031582327, 0.003095531, 0.019902969, - 0.021842094, 0.016859619, 0.014045193, 0.012274395, 0.014907027, - -0.00093084754, 0.008389411, 0.02279819, -0.015890056, -0.0102410065, - 0.0057601454, 0.037947606, 0.020266553, 0.016011251, 0.030891346, - -0.0099110855, -0.0009156981, 0.02325604, 0.032399554, -0.013816269, - 0.013405551, -0.0008210143, 0.05768898, -0.016240176, 0.016657626, - 0.009008854, 0.0066455444, 0.012584116, -0.00062659674, -0.03296513, - -0.020899463, -0.015122485, 0.002795909, 0.0010267938, -0.028090386, - -0.037947606, 0.007682438, 0.03199557, 0.029679392, 0.016913483, - 0.003915283, -0.007985426, 0.0007751452, 0.0003656901, -0.005877974, - -0.036385532, 0.01204547, 0.0033513878, 0.007689171, -0.010631525, - 0.0050464394, 0.006002536, 0.027403614, 0.029275408, -0.004080243, - -0.01187041, 0.02321564, 0.02542409, -0.0075612427, -0.042633828, - -0.01852942, -0.01178288, -0.01377587, -0.008665467, -0.0017775317, - 0.0011555639, 0.058173764, -0.01758679, -0.012112801, 0.017465595, - 0.001049518, 0.011755948, 0.016980814, -0.0024845044, -0.018610219, - -0.03926729, -0.0055177547, -0.024589188, -0.0010469931, -0.015486071, - -0.018946871, 0.02538369, -0.015620733, 0.03196864, 0.008463475, - -0.011675151, 0.028871423, -0.02238074, 0.0020131893, -0.0065883133, - -0.016240176, -0.022636596, 0.023794685, 0.004642455, -0.0018179301, - -0.01049013, -0.011978139, 0.0073861824, -0.045919567, -0.0019963565, - 0.007163991, 0.0076622386, -0.006234827, -0.008571204, -0.010469931, - 0.008113354, -0.017559858, 0.011789613, -0.032911267, -0.04042538, - 0.0055312207, 0.0025602516, -0.009810089, -0.010106345, -0.022744326 - ], - "metadata": { - "chunkTitle": "Strength Training Benefits", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64046&chunkSid=chunk_127122" - }, - "document": "Andrew Huberman: The second tool that I've incorporated into my fitness regimen and that I believe can be of great benefit to frankly everybody, is to start including low repetition, pure strength work. Now some of you may already be doing low repetition, pure strength work, but I believe that most people don't. Most people who do resistance training are using either machines or free weights or some combination of those, or perhaps are using body weight. And they tend to focus on repetition ranges from about five and usually more like six repetitions out to about ten and perhaps 15 repetitions. Now of course, doing resistance training in repetition ranges of five to 15 reps per set, provided it's done at sufficient intensity. So either to failure or close to failure, of course, in good form is tremendously beneficial. It can help build strength, it can enhance hypertrophy. There is tremendous value to training in those repetition ranges. But when I sat down with Dr. Andy Galpin to discuss resistance training specifically, he made it very clear that at least for some portion of one's yearly training cycle so perhaps eight weeks or ten weeks, or in the case that I adopted, twelve weeks, there is tremendous benefit to training in the three to five repetition range, and maybe even lower. So the second tool of training specifically for strength in this three to five repetition range is something that I started to incorporate after I sat down to record that series. And I'll just tell you a few of the benefits that I've experienced and then I'll tell you the specific protocol that makes it very easy to do this.\n\nAndrew Huberman: The most obvious benefit to me was that I got much stronger and that that strength persisted. Such that when I went back to using higher repetition ranges. So typically I trained with weights or machines in the six to ten repetition range, sometimes a little higher, sometimes a little lower. But never before had I specifically trained in the three to five repetition range exclusively for a period of ten to twelve weeks. And when I did that I of course gained strength. But that strength stayed with me such that when I returned to higher repetition ranges I could use more weight in good form. And that, of course, enhanced strength and hypertrophy further. In addition, there was another effect that was at least to me, very unexpected, which was that my cardiovascular training improved significantly. Now why would this be? Because typically a three to five repetition set does not elevate the heart rate for long enough that you would consider it cardiovascular training. And of course the rest periods between those sets is pretty long as well. So even if heart rate goes up during those heavy sets, it's going to go down during those long three to five minute rest periods between those sets. But what I noticed was that my overall posture and my ability to maintain cardiovascular output while using good running form or good rowing form was also vastly improved. And the logical interpretation of why that would be is simply that the muscles got stronger and those same muscles are being incorporated into the cardiovascular, let's call it endurance work that I'm doing on other days. And therefore I can carry out those cardiovascular training sessions in better form for longer periods of time." - }, - "truncated_cells": [] - }, - { - "row_idx": 89, - "row": { - "id": "chunk_127140", - "embedding": [ - -0.0074945106, 0.0054207533, 0.039197806, -0.033428553, - -0.000096236916, 0.019985361, -0.016327819, -0.038038436, - -0.0035747297, -0.027231434, -0.0020616804, 0.03475355, 0.009875364, - 0.010668981, -0.0023515234, -0.021034317, 0.054214433, -0.0021945252, - 0.017197348, -0.03583011, -0.011179657, 0.00371275, -0.004413204, - -0.01194567, -0.033594176, 0.004109559, 0.024277797, -0.006566323, - 0.005789958, -0.01613459, 0.02692779, 0.0061936677, 0.0006935528, - 0.010572366, -0.020744475, -0.025837429, -0.016106987, -0.01167653, - 0.01667287, -0.020012965, 0.026679354, -0.01910203, -0.008764299, - 0.008860913, -0.005386248, -0.013760639, 0.0016898878, -0.03721031, - -0.00093163806, 0.008060394, 0.034339488, -0.0027586836, -0.021351764, - 0.020661661, -0.0059314286, 0.009226667, -0.008709091, 0.0071218554, - 0.027079612, -0.004851419, -0.0058693197, -0.01835672, -0.007073548, - 0.021655409, 0.013650223, 0.003057153, -0.016369225, 0.0018184194, - 0.013422489, 0.000091007234, 0.029646793, 0.0050377464, -0.0032158764, - 0.020675464, 0.03414626, -0.021434575, -0.0010765595, -0.010399841, - 0.017611409, 0.0020927351, -0.0051136576, -0.0078050564, -0.029508771, - 0.03497438, 0.012573663, -0.020219997, -0.0013922813, -0.02605826, - -0.00019247383, 0.0075842235, 0.002908781, 0.0061764154, 0.03475355, - 0.036603022, -0.014064284, 0.033180118, -0.016106987, -0.0054966644, - -0.017652815, -0.00627648, -0.010434346, 0.011683431, 0.0030502519, - -0.008018988, -0.050460275, -0.015692925, 0.007142558, -0.0025482026, - -0.00085357024, -0.022124678, -0.022331709, 0.022207491, -0.021931449, - -0.033925425, -0.0035177963, -0.020620255, -0.0014569784, - -0.014947615, -0.04035718, -0.026472323, 0.025354357, -0.0074393023, - 0.025989251, -0.014202304, -0.01032393, 0.005655388, -0.018522345, - 0.017859846, 0.0025413015, -0.026568936, 0.011966373, -0.0012706508, - 0.013712332, 0.0017571729, -0.010786298, 0.015899956, 0.0056174323, - -0.02146218, -0.017735628, -0.025851231, 0.021379368, -0.0069424286, - -0.021544993, -0.025395762, -0.010185909, 0.001205091, 0.02354629, - 0.017666617, 0.014726782, 0.009764947, -0.014029779, -0.023270248, - -0.004651289, -0.0033987537, -0.0084951585, 0.0043786988, - -0.011924967, 0.013174052, -0.01990255, -0.0068251113, 0.038590517, - -0.011862857, 0.008322633, 0.005389699, 0.011890462, 0.014450741, - 0.03185512, 0.0032555573, 0.023463476, 0.01066208, 0.019681716, - 0.019916352, -0.017335368, 0.021117128, 0.003733453, 0.031799912, - -0.008288128, 0.0004895413, -0.01714214, -0.022994207, 0.02321504, - 0.0064904117, 0.042068634, 0.035333235, 0.01268408, 0.023767121, - 0.028735857, -0.008660783, -0.005979736, -0.019557498, -0.008295029, - 0.021006713, -0.020068174, -0.011586817, -0.6377649, 0.006300634, - 0.013974571, -0.005900374, 0.023325456, -0.0004349801, -0.008315732, - 0.004737552, -0.015513498, 0.0418202, 0.004257931, 0.012518455, - 0.02800435, -0.01748719, 0.021834835, -0.020289006, 0.0050101425, - -0.005013593, -0.022704365, 0.002908781, -0.0263205, 0.025133524, - -0.0121388985, 0.0105792675, 0.0059279785, 0.030861372, 0.0027103766, - -0.0029001548, 0.011172756, 0.010717288, -0.011821452, 0.007929275, - 0.030944185, 0.0070217904, 0.06244045, -0.03961187, -0.013553608, - 0.026775967, 0.0057382, 0.02059265, 0.009820155, -0.006369644, - 0.025340555, -0.006297183, -0.008764299, 0.0026430916, 0.009958176, - 0.0129256155, 0.0195713, -0.0034246324, 0.029205127, 0.0010351534, - 0.016548652, 0.009088647, -0.0035057194, -0.005724398, 0.012635772, - -0.012221711, 0.0028294192, 0.00013866743, 0.0055035655, 0.021434575, - -0.02713482, 0.008108702, -0.030143667, 0.0105792675, -0.025851231, - -0.018342918, -0.00033146475, -0.01667287, 0.004489115, 0.00047617056, - -0.010468851, -0.011414291, 0.020026768, 0.017197348, -0.013560509, - -0.0017200799, -0.006014241, 0.026679354, 0.00985466, -0.0018667266, - 0.0038714737, -0.0068389135, 0.021310357, -0.003252107, -0.03420147, - 0.0015216755, 0.0033763254, -0.009261172, -0.013277567, 0.027093414, - 0.0002935091, -0.020150986, -0.010399841, -0.00082251563, 0.013243062, - -0.0057382, -0.009433698, -0.0049342313, 0.008681486, 0.0016691848, - 0.015237458, 0.011849056, -0.012028482, 0.010779398, -0.0010334281, - -0.014271314, 0.029205127, -0.011041636, -0.013774441, -0.009323281, - -0.00587277, 0.023836132, 0.010268722, -0.03340095, -0.001457841, - 0.007729145, -0.0041406136, -0.020896297, 0.015278864, -0.0045719272, - 0.014823397, -0.0039784396, 0.01255296, 0.016990317, 0.009274974, - -0.01781844, 0.007101152, -0.0067802547, 0.0051274598, 0.022842385, - 0.02140697, -0.013381083, 0.008288128, 0.018701771, 0.020482235, - -0.0152650615, 0.017970262, -0.04278634, -0.014892407, -0.023408268, - 0.026665552, -0.016631464, -0.020979108, -0.038424894, -0.0068251113, - 0.0029777912, 0.010337732, -0.012062987, 0.0048238146, 0.0060245926, - -0.027259039, 0.015872352, -0.023615299, -0.010220414, -0.009350886, - -0.038562912, -0.032931678, -0.008529664, -0.018246304, -0.006580125, - -0.0001613114, 0.021075724, -0.011662728, -0.007135657, 0.013194755, - 0.018605156, -0.007867166, -0.008778101, 0.0066042785, -0.014630168, - -0.021241346, 0.008177712, 0.010834605, -0.0026241138, -0.00290188, - -0.011648926, -0.023339259, 0.0008410621, -0.0034384346, 0.0033521717, - -0.019074427, -0.019460883, 0.027824923, 0.015982768, -0.008598674, - 0.0027241786, -0.0011585092, 0.007384094, 0.0044442583, 0.004447709, - -0.015058031, -0.004402852, -0.0004468412, 0.008916121, -0.007611828, - -0.0014612916, 0.03329053, 0.016424434, 0.01922625, -0.022483531, - 0.026430916, -0.0076325308, 0.025133524, -0.0051378114, 0.0018736277, - -0.009792551, 0.013677827, 0.018053075, -0.019516092, -0.016120788, - -0.014671573, -0.011234865, -0.012677179, 0.016286412, -0.002320469, - 0.031551477, -0.015541103, 0.029232731, 0.039363433, 0.0036506408, - 0.017376775, -0.012421841, -0.030585332, 0.0011412567, -0.010544762, - -0.0030761308, -0.0011973274, -0.027162425, 0.01707313, 0.02611347, - 0.01740438, 0.006452456, 0.018260106, -0.0012016406, 0.0046202345, - -0.00064093247, 0.056477968, -0.0008199277, 0.009426797, - -0.0069079236, 0.008087998, -0.025009306, 0.0141608985, 0.0045236205, - 0.025975449, -0.010634475, -0.014071185, -0.004468412, -0.012056086, - 0.023725715, -0.012394236, -0.00082035904, 0.0006137597, -0.013705431, - -0.010627574, 0.0017873648, 0.043752484, 0.020509839, -0.009640728, - 0.02321504, 0.011303875, -0.007673937, 0.013891758, -0.0023670506, - -0.0059314286, -0.01930906, -0.01788745, 0.008481356, 0.0013120569, - -0.012263117, -0.017362973, -0.015347874, 0.04237228, 0.006128108, - 0.022580145, -0.016769486, 0.009820155, 0.028225182, 0.0067112446, - -0.026665552, 0.025837429, 0.00992367, -0.0057416507, 0.00073366496, - -0.018453334, 0.0017287062, 0.004213074, -0.000651284, -0.020841088, - 0.020496037, -0.014436939, 0.0127254855, -0.020192392, 0.023380665, - 0.02895669, -0.025340555, 0.019336665, -0.020330412, -0.015306468, - 0.0017632112, -0.016410632, -0.033207722, -0.011172756, 0.015899956, - -0.026072063, -0.019654112, -0.0056312345, -0.021144733, 0.022041867, - -0.009454401, 0.003522972, -0.005731299, -0.011331479, 0.0143541265, - -0.033649385, 0.019143436, 0.010137602, -0.009571718, -0.0051447125, - -0.020371819, -0.0008009499, -0.0129256155, 0.12874548, 0.0042268764, - -0.020081976, 0.014188502, -0.00039055475, 0.02274577, 0.015610113, - -0.03097179, 0.021558795, -0.010130701, 0.020661661, 0.0036609925, - -0.008350237, 0.003733453, 0.0064145005, -0.021903845, 0.029011898, - -0.026030658, -0.03160668, -0.007101152, -0.0012844529, 0.0023843034, - -0.0023532487, 0.060232125, 0.0011464324, 0.036603022, 0.035885315, - 0.030060854, 0.01342939, -0.018273907, -0.003070955, 0.027397059, - 0.012297622, 0.036271773, -0.024112172, 0.011766244, 0.0043545454, - 0.0036885964, 0.008536565, -0.034919173, 0.00042009974, 0.021241346, - 0.024194986, 0.0067906063, 0.005048098, -0.010172107, -0.01248395, - 0.027148623, -0.017500993, -0.0051274598, 0.0060245926, 0.0032469311, - -0.028294193, -0.024043163, 0.029950438, -0.02085489, 0.0029812418, - -0.028625442, -0.0039991424, -0.008412346, -0.018908802, -0.027121019, - 0.0050515486, 0.0067457496, -0.0008488258, -0.02449863, -0.006863067, - 0.020730672, 0.0024740165, 0.00062281726, -0.027811121, -0.008522763, - -0.018563751, 0.01066208, 0.017859846, 0.019585103, 0.013077438, - 0.00904034, -0.0058451663, -0.021572595, 0.0062868316, -0.01592756, - -0.01120726, -0.018991614, -0.007846463, 0.0067457496, -0.014326523, - -0.0057865074, 0.00031442783, 0.0020237248, 0.017238755, 0.013974571, - 0.014188502, 0.0032089755, 0.021917647, 0.028846273, 0.021834835, - 0.0023032164, 0.021006713, -0.018246304, 0.01032393, -0.016175997, - -0.0066974424, -0.021807231, 0.016120788, -0.0043234904, 0.024678057, - 0.017500993, 0.009744244, -0.02477467, 0.033925425, -0.0009575169, - -0.0010748343, 0.01613459, 0.027300445, 0.013650223, 0.017708024, - 0.004623685, -0.0035057194, -0.011455697, -0.0052827327, -0.04110249, - 0.029867625, 0.01262197, -0.016272612, 0.0040509, 0.0015535927, - -0.02536816, -0.0066974424, 0.014616366, -0.006055647, 0.019240052, - -0.021365566, -0.03569209, -0.045877997, -0.018273907, -0.012007779, - 0.017708024, -0.004682344, -0.02463665, -0.008791903, 0.017252557, - 0.0022186788, -0.008198415, 0.030419707, -0.030612936, -0.006300634, - 0.004872122, 0.002456764, 0.010268722, -0.009620026, -0.010482653, - 0.015692925, 0.009882264, 0.003671344, -0.0072598755, 0.013022229, - 0.004954934, 0.023670508, 0.03077856, 0.029011898, -0.0053482926, - -0.011835254, 0.015430686, -0.0041682175, -0.02045463, 0.007887869, - -0.013884857, 0.0034574124, 0.031799912, 0.0027638595, 0.0021427674, - -0.0060694492, -0.016893703, 0.018605156, 0.031744704, -0.019253854, - -0.002598235, -0.014126393, -0.0391426, -0.013001527, 0.028929086, - -0.016327819, 0.010834605, -0.030695748, -0.016314017, 0.04758945, - 0.006079801, -0.0005408676, 0.0055587734, -0.00088246824, - -0.010689684, 0.009813254, 0.011400489, 0.025809824, 0.0014776814, - -0.01802547, -0.014754386, -0.0050791525, 0.019792132, 0.010261821, - 0.012456345, -0.011089943, -0.02139317, -0.02153119, -0.0042544804, - -0.011345281, -0.018425731, -0.009771848, -0.01410569, -0.0018063426, - -0.026444718, 0.00266552, -0.008522763, -0.002544752, 0.013167151, - -0.0036954975, 0.029922834, -0.0072184694, 0.00041988408, - -0.004965286, 0.0033797757, 0.015334072, -0.0028173425, 0.057471715, - 0.0023428972, -0.0065525207, -0.011566114, -0.0051033064, 0.023642903, - 0.019805934, 0.018674167, -0.019157238, -0.012918714, -0.011510906, - 0.027562683, -0.006794057, -0.005593279, -0.017086932, 0.029067107, - -0.003698948, 0.016700475, -0.00065818505, -0.007315084, -0.013456994, - 0.00037998756, -0.0067561013, 0.025602793, 0.0008928198, -0.008867814, - -0.012207909, 0.03737594, -0.022980405, 0.018536147, 0.022552542, - 0.008881616, -0.028059557, 0.005251678, -0.027410861, 0.0064662583, - 0.0034746649, 0.0055967295, -0.017307764, -0.0035574771, 0.015444488, - 0.02173822, -0.013077438, 0.00094716536, -0.018204898, 0.025478575, - -0.016728079, -0.013988373, -0.029950438, -0.03003325, 0.0022583597, - -0.009951275, -0.0094475, 0.0045063677, 0.014754386, -0.007570422, - 0.010151404, 0.0145473555, -0.026610343, -0.011918066, 0.00486177, - -0.009944374, 0.019667914, -0.01545829, 0.009219766, -0.022897592, - -0.013601915, -0.03110981, -0.0036816956, 0.024553837, -0.002781112, - -0.022028064, -0.015196051, 0.009330182, -0.014395533, 0.03077856, - -0.03400824, 0.016507246, -0.019046823, 0.025837429, -0.03185512, - -0.025575189, 0.00021813701, -0.00526203, -0.024760868, -0.02132416, - 0.014906209, 0.014326523, -0.012207909, 0.017873649, -0.007977582, - 0.001124004, 0.0138365505, -0.01863276, -0.03933583, -0.00008054787, - 0.0067043435, 0.0016277786, 0.008564169, -0.029950438, 0.001754585, - -0.021006713, 0.033428553, 0.018011669, -0.004803112, -0.004979088, - -0.018425731, -0.00863318, 0.0064352034, -0.0068389135, -0.021075724, - -0.0064283023, -0.041406136, 0.028294193, -0.012829001, -0.010586169, - 0.028459817, 0.019819736, 0.027824923, -0.009475104, -0.01944708, - -0.010793199, 0.0077981553, 0.0222765, -0.012780693, -0.018522345, - 0.00884021, 0.038811352, 0.027383257, -0.029867625, -0.0059210774, - -0.0037783098, -0.04297957, -0.008357138, 0.0071908655, 0.018301511, - 0.02004057, -0.0012965297, -0.022373116, 0.014837198, -0.005424204, - 0.010986428, 0.008081097, -0.013374181, 0.0010877737, 0.02505071, - -0.020123381, -0.022552542, -0.0090817455, -0.0033746, 0.015361676, - -0.008888517, -0.0028518476, 0.00735649, -0.0017045526, 0.010068592, - 0.0136364205, 0.014298919, 0.035664484, 0.021876242, 0.013919363, - -0.02213848, -0.004223426, 0.03502959, -0.0057347496, 0.0041751186, - 0.018881198, 0.024167381, -0.00978565, -0.015044229, 0.0055967295, - -0.014285116, 0.003664443, -0.011655827, 0.029591585, 0.012808298, - -0.012918714, 0.012035383, 0.009482005, -0.008481356, -0.025271544, - -0.0114902025, 0.0012016406, 0.00890922, 0.02774211, -0.019198645, - -0.009902967, -0.019240052, 0.020620255, 0.00884021, -0.009606224, - -0.011421192, 0.020275204, -0.001775288, 0.0030053954, 0.0013940065, - -0.030336894, -0.00043799926, -0.017362973, -0.0008082823, - 0.009047241, -0.012069888, -0.0026085866, -0.026306698, -0.01296012, - 0.0039991424, -0.03166189, -0.008660783, -0.018439531, -0.0061039543, - 0.01464397, 0.018715573, 0.21983898, -0.0229528, -0.019681716, - -0.0008954077, 0.0074945106, 0.0068596164, 0.012256216, 0.002841496, - -0.012511554, 0.010282524, 0.0139607685, -0.013512203, -0.014588761, - -0.0034470607, 0.009530312, -0.01126937, -0.040191554, -0.003367699, - -0.009033439, -0.010551663, 0.013394885, -0.001258574, -0.0050446475, - 0.0022083272, 0.018660365, -0.0012810023, -0.019019218, 0.007894769, - 0.018273907, 0.003286612, -0.018232502, -0.00958552, -0.008646981, - -0.0057520024, -0.010434346, 0.017832242, 0.016590059, -0.030364498, - 0.004061252, -0.00313824, 0.038756143, 0.0042475793, -0.018122084, - 0.007004538, 0.00073107705, 0.011883561, -0.0057071457, 0.0042958865, - -0.0047272006, 0.0060245926, -0.040605616, -0.0071563604, 0.020551246, - 0.02984002, 0.018743178, -0.0074738073, 0.016341621, -0.0066456846, - -0.014630168, 0.021310357, -0.0098615615, 0.013933164, 0.004043999, - 0.008150107, -0.017335368, -0.0048652207, 0.0046202345, 0.013974571, - -0.013187854, -0.013670926, 0.0058451663, -0.023449674, - 0.000038683465, -0.006114306, -0.027535079, 0.0018011669, 0.017045526, - 0.014050482, 0.033649385, 0.032103557, 0.0018322215, -0.024250193, - 0.0041509653, -0.0014362753, -0.00032909252, -0.039170206, - 0.011717936, 0.011331479, -0.007984483, -0.011158953, 0.010744892, - -0.015596311, 0.015361676, 0.01100023, 0.012249315, -0.01194567, - 0.0051274598, -0.021779627, -0.02409837, -0.004637487, -0.014492148, - 0.029922834, 0.010572366, 0.01106924, -0.0054897633, -0.0083640395, - -0.01572053, 0.023477279, 0.021572595, 0.001356051, -0.0011679981, - -0.032490015, 0.026168678, -0.012173404, 0.007570422, 0.013201656, - -0.000062540516, -0.010303226, 0.008743595, -0.022994207, - -0.031082205, -0.008971329, 0.034118656, -0.01255296, -0.0015484169, - -0.031965535, -0.02706581, -0.0032590078, -0.0037783098, -0.025588991, - 0.032628033, -0.004982538, 0.0009609674, -0.035857715, 0.01113825, - 0.00566919, -0.002430885, -0.02354629, -0.001724393, 0.0037507056, - -0.008308831, -0.008012087, 0.014015976, -0.018867396, 0.02914992, - -0.015610113, 0.022400718, 0.023987954, -0.012670278, -0.017307764, - 0.0017088657, 0.019212447, -0.015968965, -0.018177293, -0.008343336, - -0.015334072, -0.026665552, -0.003657542, -0.021241346, 0.0009764947, - -0.038700934, -0.0018253204, 0.020703068, -0.014285116, -0.015499696, - -0.018273907, -0.17633493, 0.011510906, 0.036271773, -0.022442125, - 0.040798847, -0.009944374, 0.019626508, 0.0081708105, -0.03279366, - 0.011531608, 0.0053689955, 0.006659487, -0.003940484, -0.0084951585, - -0.009157657, -0.0044994666, 0.02349108, 0.015679123, 0.042179048, - 0.016797088, 0.024029361, -0.006376545, -0.010503356, 0.013284468, - -0.016962713, 0.0016536575, 0.008660783, 0.016051779, -0.016231205, - 0.0013060186, -0.030585332, -0.001937462, 0.003414281, 0.00566919, - -0.008902319, 0.0031830966, -0.0003877512, -0.0048134634, - -0.026403312, 0.016327819, 0.024650453, 0.010772496, -0.0034453354, - 0.014699178, 0.007384094, 0.02713482, 0.0005369858, -0.0029312093, - -0.007956879, -0.010144503, -0.014823397, -0.016424434, 0.006863067, - 0.015058031, 0.012773792, -0.03671344, 0.00796378, 0.009847759, - -0.021089524, -0.02253874, -0.003031274, -0.0086262785, -0.003460863, - -0.0069700326, -0.013332776, -0.03812125, 0.007101152, 0.0051447125, - -0.018066877, 0.0018373972, -0.0062661283, -0.027576486, -0.016879901, - 0.0018149689, 0.012677179, 0.005386248, -0.010558564, 0.0032107008, - 0.013940065, 0.029094711, -0.010337732, 0.024346808, -0.0127254855, - -0.014188502, -0.006155712, -0.0026068613, -0.003940484, - -0.0031882725, -0.027576486, -0.010303226, 0.016645266, -0.0113590835, - -0.040550407, -0.018729376, 0.0029260335, 0.0034436102, 0.02531295, - -0.008253623, -0.011241766, -0.009261172, 0.0068803197, 0.015817143, - -0.017169744, 0.01681089, 0.018467136, 0.008274326, -0.0028880779, - 0.008522763, 0.028901482, -0.0041406136, -0.016576257, 0.015499696, - 0.019971559, 0.016728079, 0.020095777, 0.031192621, 0.025492378, - -0.03381501, 0.006956231, 0.0068182102, 0.025147326, -0.018881198, - -0.04151655, 0.009337083, -0.018618958, -0.024346808, -0.13382463, - -0.0049756374, 0.0027034755, 0.023794726, 0.036879063, 0.015306468, - 0.002004747, 0.022014262, -0.011248667, 0.0018736277, -0.017059328, - -0.006010791, 0.00015268513, 0.01296012, -0.009371589, -0.024443422, - 0.001302568, -0.04082645, -0.020068174, 0.040384784, -0.007418599, - -0.00992367, 0.0063144355, 0.0077705514, 0.0061764154, -0.028321797, - -0.02356009, 0.02314603, 0.009599322, -0.013981472, 0.003840419, - -0.0028207928, 0.026044458, -0.004496016, 0.013353478, -0.008619377, - 0.015734332, -0.010945022, 0.011842155, -0.017859846, 0.010192811, - 0.009309479, 0.00587277, -0.009482005, 0.013284468, -0.016700475, - -0.040246762, 0.037817605, -0.0121388985, -0.008612476, -0.043835294, - -0.014492148, -0.029508771, 0.010275623, 0.017045526, -0.028321797, - 0.02510592, 0.0005003241, -0.010565465, -0.0028259687, -0.0028984295, - -0.007618729, -0.026679354, 0.0031192622, 0.040439993, -0.008591773, - -0.012449444, -0.0114902025, -0.0031623936, -0.007066647, - -0.009875364, 0.016148392, -0.004130262, 0.03502959, -0.018950207, - -0.018094482, -0.008605575, -0.031744704, -0.00013791262, - -0.007867166, -0.004651289, -0.008343336, -0.01774943, -0.03469834, - 0.0027690353, 0.0050273947, -0.005972835, -0.0058865724, -0.01950229, - -0.015706727, -0.030750956, 0.045105085, 0.027824923, -0.013318974, - -0.013477697, -0.010675882, 0.00021781352, -0.021683013, - -0.0025758066, 0.006856166, 0.0075497185, -0.0054207533, -0.018839791, - 0.029867625, 0.0112279635, 0.004851419, 0.004961835, -0.012180305, - 0.00904034, 0.028045755, -0.002132416, -0.006897572, -0.005917627, - 0.018232502, 0.018384324, -0.031468663, -0.021752022, -0.03475355, - -0.014091888, -0.027162425, -0.0035574771, -0.001620015, -0.019295258, - 0.020799682, 0.004113009, 0.010917418, -0.00078326603, -0.011959472, - -0.0049238796, 0.0074531045, -0.018287709, -0.008074196, 0.028625442, - -0.0120767895, -0.022041867, 0.013953867, -0.0432004, -0.0052413265, - 0.012497752, 0.018315313, -0.0015889604, 0.04124051, -0.012877308, - -0.021310357, 0.0024740165, -0.023863737, -0.0098615615, -0.002227305, - -0.027341852, 0.002349798, 0.0023032164, 0.020399423, 0.014630168, - 0.010876011, -0.014450741, -0.0067250463, -0.0035609277, -0.007384094, - -0.0136364205, -0.010737991, -0.005493214, -0.01863276, 0.026044458, - -0.019322863, 0.019322863, -0.0072253705, -0.0028259687, 0.009620026, - -0.0016338171, 0.00070261036, -0.010544762, 0.0065421695, - -0.018618958, 0.010572366, 0.036299378, 0.016438236, 0.016231205, - 0.0033832262, -0.00064955873, 0.004216525, -0.008998933, 0.015872352, - 0.029039502, -0.014795792, -0.017528597, 0.012131997, 0.024277797, - 0.0034850163, -0.009606224, 0.013111942, 0.015375478, -0.002955363, - -0.0075359168, 0.015623915, -0.014947615, -0.015168447, 0.0025516532, - 0.040053535, 0.0026758714, -0.015830945, -0.01795646, 0.006335139, - 0.027355654, 0.025892636, -0.016272612, -0.031910326, 0.0022652606, - 0.012125096, -0.0118766595, -0.02071687, -0.0130498335, 0.008874715, - 0.00024973074, 0.031137414, -0.009751145, 0.0053206882, -0.0040923064, - -0.0070010875, 0.002482643, -0.00014028484, -0.0150028225, - 0.016714277, 0.006397248, 0.00070433563, 0.025547585, 0.0008988582, - 0.019184843, 0.023518685, 0.027962944, -0.0039197807, -0.0045650266, - 0.012256216, -0.0043959515, -0.008736694, -0.049714968, -0.00769464, - -0.0027897384, -0.021834835, -0.0010748343, 0.02942596, -0.01774943, - 0.045546748, 0.0068182102, -0.026665552, -0.0026361905, 0.01194567, - 0.020661661, -0.00091611076, 0.001902957, -0.007936176, -0.008108702, - 0.0074807084, -0.016921308, -0.015154646, -0.024443422, -0.04333842, - 0.024305401, 0.010945022, 0.022110876, 0.024194986, -0.008067295, - 0.028791066, 0.0029984943, -0.007397896, -0.007825759, -0.01606558, - -0.0099926805, 0.029674396, 0.012490851, -0.013719233, -0.016879901, - 0.018425731, -0.00028811768, -0.025947845, -0.014561158, 0.016369225, - -0.013305171, -0.009523411, -0.0065904767, 0.005068801, 0.038148854, - -0.0028052656, 0.0023912042, -0.02814237, -0.031579077, 0.002468841, - 0.016162194, -0.0016467565, 0.013974571, -0.022331709 - ], - "metadata": { - "chunkTitle": "Enjoying Hard Training", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64053&chunkSid=chunk_127140" - }, - "document": "Andrew Huberman: You are taking care of business. Which is not to say that you can't enjoy your workouts, in fact, you absolutely should. One of the best pieces of advice that I ever got about fitness was given to me when I was a teenager and I started lifting weights. And the person who was teaching me how to do that said, one of the best things that you can do and you absolutely should do for your fitness now and forever is to learn to enjoy training hard. And that really stuck with me. I really do enjoy training hard, but that was something that I learned how to do over time. I took on the mentality that I'm here by choice. I'm here for my own good and my own fitness to enhance my life. So I'm going to enjoy training hard, I'm going to enjoy training effectively. And of course, there are days when I train a little less hard where I back off quite a bit. I even take rest periods of a week every once in a while.\n\nAndrew Huberman: Every, say twelve to 16 weeks, I'll take a week off and just do some activities like hiking and things of that sort. I talked to all about extended layoffs, meaning a layoff of more than two days during the episode that I did by myself, which is the foundational Fitness protocol episode. But in any case, learning to train hard and enjoy training hard and really making the workout something that is separate from the rest of your life is one of the most gratifying things that you can do to enhance. Your overall fitness because it really teaches you how to designate your mind and your body toward this one specific set of goals while you are there and to really enjoy the process. Because fitness can be a truly enjoyable process even when you are exerting yourself especially hard. And for you masochists out there, it can be especially because you're training hard that it feels so good.\n\nAndrew Huberman: In any event, the key is to set some sort of boundary and know that when you cross into that boundary, you're training and when you cross out of that boundary, you're done training, which also lends itself to more adequate recovery. And the decompression type breathing exercises that we talked about before. I'm not going to tell you whether or not you need to do the down regulation breathing at the end of your workout within the line or after you cross the line. That's up to you. I don't think one needs to get that specific." - }, - "truncated_cells": [] - }, - { - "row_idx": 90, - "row": { - "id": "chunk_127124", - "embedding": [ - -0.024088854, 0.0037776004, 0.0047353017, -0.021468475, -0.0063048685, - 0.023729715, -0.011006917, -0.0386539, -0.03131152, -0.016147912, - -0.0015870244, 0.027400905, 0.008333334, 0.0015546023, -0.021042831, - 0.0023044692, 0.038441073, 0.008898643, 0.0043761637, -0.013687151, - 0.0024391462, 0.00015961692, -0.029449321, 0.0049281726, -0.019260442, - 0.01810322, 0.009583666, -0.0030992285, -0.0012312117, -0.016613461, - 0.03008779, -0.029795159, 0.010301942, 0.001681797, -0.004396116, - -0.003461692, -0.00358473, 0.007954244, 0.019592976, 0.0040901834, - 0.030726258, -0.0026203778, -0.0003695298, 0.009590317, -0.017650971, - -0.018808194, 0.010168928, -0.02595105, -0.013407821, 0.009816441, - 0.012150838, 0.0073822825, -0.04027667, 0.018342644, -0.021880819, - 0.00915137, -0.009377494, 0.028518222, 0.006793695, -0.005443602, - -0.030353818, 0.004805134, -0.005460229, 0.0072226655, 0.0021481777, - -0.011957968, 0.0024324954, 0.00013592378, 0.01687949, 0.0009377494, - 0.0058326684, 0.029502528, 0.0018788242, -0.012283852, 0.045144986, - -0.018595371, 0.0094839055, -0.002726789, -0.0102021815, -0.007914339, - -0.011871508, -0.008519553, -0.020031923, 0.009284385, 0.03189678, - -0.028837457, 0.006185156, -0.0042032455, 0.016387338, 0.00049256784, - -0.0065409685, 0.0076283584, 0.021628093, 0.0096368715, -0.019486565, - 0.013055334, -0.025538707, 0.0032605082, -0.040968344, 0.005463554, - -0.021495078, 0.0048749666, -0.004695398, -0.0070696995, -0.025631817, - 0.015230115, 0.011951317, -0.023809524, 0.008832136, -0.04197925, - 0.0009227853, 0.0339452, -0.0073822825, -0.043708432, -0.016360734, - -0.019300345, 0.028411811, -0.037616387, -0.0084863, -0.025591914, - 0.03386539, 0.012463422, 0.041660015, -0.0049547753, 0.012589784, - -0.008160415, -0.010242086, 0.01942006, 0.0016626762, -0.010395052, - 0.012164139, 0.003461692, 0.0037842512, -0.005413674, -0.011040171, - 0.0040901834, -0.010641128, 0.004352886, -0.02462091, -0.014166001, - 0.012483373, 0.0036179835, -0.009384145, 0.0067504654, -0.013806864, - 0.0077746743, 0.018236233, 0.0012918995, -0.027507316, -0.01904762, - -0.014458633, 0.018741686, 0.00754855, 0.0087656295, 0.010514764, - -0.0033985102, -0.021894122, 0.019273743, -0.05179569, -0.010853951, - 0.024926843, 0.021973928, 0.0113793565, -0.012909018, -0.0003917681, - 0.00091696595, 0.033093907, 0.0010790769, 0.013574089, 0.0018306065, - -0.016719872, 0.0038607342, -0.026456505, 0.0029811785, 0.0026818968, - 0.018409152, 0.008559457, -0.01952647, -0.013407821, -0.011459164, - 0.0017025805, -0.00698324, 0.021069434, 0.015043895, -0.018542165, - 0.028704442, 0.011645384, -0.014072891, 0.003923916, -0.0062682894, - 0.021614792, 0.00008677092, -0.028571429, -0.009197925, -0.632083, - 0.0169726, -0.002018489, -0.017810589, 0.034583665, 0.016280925, - -0.009929502, -0.005357143, -0.029582337, 0.025778132, 0.0111199785, - 0.014365523, 0.019167332, -0.022678904, 0.0026220405, -0.012689545, - -0.021441873, -0.023450386, -0.024740623, -0.0025871242, -0.021667996, - 0.0005482675, -0.006727188, 0.0074288375, 0.005812716, 0.016773079, - -0.017983506, -0.029662143, 0.015522745, 0.008346635, -0.013766959, - 0.020484172, 0.020098431, 0.001605314, 0.04168662, -0.023955839, - -0.018156424, 0.008852088, 0.015921788, 0.0339718, -0.012995478, - -0.0100492155, 0.020830007, 0.0032920989, -0.013075286, 0.019938814, - 0.014099495, -0.012702847, 0.025498804, 0.0015579277, 0.03367917, - 0.0068069967, 0.023131153, -0.030885873, -0.0025854616, -0.013248204, - -0.004964751, -0.00066714885, -0.022625698, -0.0017158819, - 0.016161213, 0.005480181, -0.017877094, -0.015802074, -0.031391326, - 0.013414472, -0.025219474, -0.013527534, 0.00020752278, -0.008054004, - 0.007688215, 0.0077214683, 0.008379889, -0.014192604, 0.026057461, - 0.024900239, -0.011439213, 0.009291035, -0.008891992, 0.012390263, - -0.011252993, 0.015270019, -0.010228784, 0.0033236898, 0.009922852, - 0.018409152, -0.036286246, 0.009111466, -0.013820165, 0.0005935754, - 0.00070871576, 0.0031308194, 0.014658154, -0.033732377, 0.010042565, - 0.0025039904, 0.021215748, 0.013633945, -0.020391062, -0.028598031, - -0.008280127, -0.01217079, 0.022825219, 0.0071761105, 0.0074554402, - -0.003327015, -0.022891726, -0.0024707369, 0.016161213, -0.016453844, - -0.004406092, 0.008832136, -0.005450253, 0.032083, 0.017757382, - -0.021960627, -0.0188614, -0.009497207, -0.0015304935, -0.03546156, - 0.024886938, 0.000811386, 0.01743815, -0.009370843, 0.014019686, - 0.012004523, -0.0014365523, -0.00857941, 0.006264964, -0.00073656556, - -0.0092710825, 0.0032239293, 0.030300612, -0.019207235, 0.015043895, - -0.0022113593, 0.019832402, 0.009949455, 0.026363395, -0.03075286, - -0.015043895, -0.0050977655, 0.01839585, 0.0026436553, 0.014671455, - -0.039584994, -0.022080341, -0.01028199, 0.030247407, 0.014365523, - 0.021069434, -0.0006002261, 0.005875898, 0.0043761637, -0.04160681, - 0.0012977188, -0.033625964, -0.048603352, -0.029103486, -0.006936685, - -0.013860069, 0.011871508, -0.0058991755, 0.01593509, -0.016014898, - -0.004805134, 0.0070497473, -0.004569034, -0.001202115, -0.014804469, - 0.0044659483, -0.020430965, -0.02424847, 0.005234105, 0.0034184624, - 0.018967811, 0.0018804868, -0.0024275074, -0.0115323225, 0.0060055866, - 0.002104948, -0.007595105, -0.0026968608, 0.0018306065, 0.02623038, - -0.0030077812, 0.00792099, -0.017757382, -0.021122638, 0.024394786, - -0.00013436502, -0.0029545757, 0.0064378823, -0.023370577, - 0.0076948656, 0.017557861, 0.012809258, -0.02745411, 0.00088371243, - 0.021534983, 0.046927374, -0.020351157, 0.009856345, -0.03027401, - 0.010700984, -0.010069167, 0.024115456, -0.020603884, 0.033226922, - 0.008845437, -0.00726257, -0.013846768, -0.009736632, 0.012350359, - -0.009796488, 0.015336526, 0.023038043, 0.021069434, -0.0022878426, - 0.020830007, 0.0064378823, 0.021801012, 0.029821761, 0.016147912, - -0.03828146, 0.019459963, 0.016839584, -0.0011829941, 0.0020700318, - -0.026443202, -0.0041467147, 0.013374568, 0.009690077, 0.016161213, - 0.0128624635, 0.0044360203, 0.003973796, -0.016919393, 0.01734504, - -0.00254722, 0.02330407, 0.015389731, 0.0018389199, -0.027321097, - 0.02878425, -0.003554802, 0.025246076, 0.004728651, -0.013939878, - -0.004519154, 0.0062716147, 0.033147115, -0.022612397, 0.012303804, - -0.023038043, -0.015536047, 0.0067770686, -0.00093442405, 0.03141793, - 0.038813513, 0.012576483, 0.020590583, 0.019819101, -0.002490689, - 0.018874701, 0.0049181962, 0.002746741, 0.0033669195, -0.028837457, - -0.0004850858, -0.014791168, -0.0029346235, 0.0038806864, - -0.020816706, 0.0018040037, -0.0022629024, 0.019885607, -0.010700984, - 0.003930567, 0.031577546, -0.013660548, -0.027799947, 0.014259111, - 0.015815377, -0.026549615, 0.010481511, -0.027094971, -0.0207502, - -0.0075552007, 0.01828944, -0.03546156, 0.046022877, -0.025738228, - 0.017145518, -0.0029944798, 0.022998137, 0.038361266, -0.0057960893, - 0.010607874, -0.02697526, 0.009909551, -0.008991753, -0.0005732076, - -0.043256186, 0.017797286, 0.017903699, -0.022572493, -0.032216016, - 0.014604948, -0.0033403165, 0.007947592, 0.0033253524, 0.010667731, - 0.016174514, 0.015296621, 0.0041101356, 0.0062117586, 0.009510508, - 0.037057728, -0.009543762, 0.0022512637, -0.03378558, -0.012210694, - -0.026283586, 0.07906358, 0.01773078, 0.0066739824, 0.02539239, - 0.013500931, 0.007934291, 0.0068834797, -0.009723331, 0.038068634, - 0.001209597, 0.001106511, -0.014604948, 0.005809391, -0.019539772, - 0.020603884, 0.01028199, 0.0003352371, -0.014578345, -0.016839584, - -0.015403032, 0.003554802, 0.02539239, 0.010301942, 0.056078743, - 0.016560255, 0.017611066, 0.044400107, 0.0022994813, 0.03386539, - -0.0147113595, -0.012337058, 0.0264299, 0.015057196, 0.027693536, - -0.010840649, 0.0017541235, -0.025990956, -0.017105613, 0.011957968, - -0.015389731, -0.0039538443, 0.025113061, 0.012090982, 0.018435754, - 0.0066440543, -0.015549349, -0.018888002, -0.0036545624, 0.0008330008, - -0.030140994, -0.0036479116, 0.0024590981, -0.026642725, - -0.0036113327, -0.00961692, -0.0254722, -0.010022612, -0.0050046556, - -0.029023677, -0.028704442, 0.01274275, -0.013727055, 0.010408353, - 0.011113328, -0.016613461, -0.009803139, -0.025552008, 0.029635541, - -0.015536047, -0.010434956, -0.050678372, -0.020271348, 0.00074487895, - 0.007482043, 0.006876829, 0.0053072628, 0.027214685, -0.007781325, - 0.0021531656, 0.0031208433, -0.013148444, -0.026722532, -0.0061086724, - -0.014831072, 0.020830007, 0.020204842, -0.007814579, -0.017198723, - 0.0081537645, 0.004236499, -0.010142325, -0.006830274, 0.0034683426, - -0.021588188, -0.0031125299, 0.0018505587, 0.00961692, -0.003390197, - 0.019193934, -0.026589518, -0.008439745, -0.030699654, 0.020923117, - -0.027906358, -0.01951317, -0.0028365257, 0.0132083, -0.0062217345, - -0.017717479, -0.018555466, 0.0042664274, -0.0036678638, 0.026084065, - 0.035514764, 0.015496142, 0.020630486, 0.029848363, -0.012762703, - -0.00041400638, -0.016839584, -0.0160415, -0.033359937, 0.021734504, - 0.005649774, -0.024181964, 0.0122639, -0.0083532855, -0.03604682, - -0.0014240822, 0.011146582, -0.011545624, 0.0311253, 0.00048009778, - -0.020364458, -0.036871508, -0.036472466, -0.019473264, 0.016999202, - -0.006763767, -0.0071495078, -0.0021199123, 0.009310987, -1.958191e-6, - -0.012004523, 0.025605215, -0.023570098, -0.003734371, 0.0033818835, - -0.043362595, 0.017464751, 0.041952647, 0.020005321, -0.0000812633, - 0.0124501195, -0.018449055, -0.017850492, 0.022173451, 0.0015762171, - 0.01593509, 0.017970204, 0.026496409, -0.0037543229, -0.02915669, - 0.01650705, -0.017611066, 0.005905826, -0.002284517, -0.009364192, - -0.018515563, 0.01669327, 0.004462623, 0.016387338, -0.00095021946, - -0.007375632, 0.018076615, 0.030327214, -0.031391326, -0.009138068, - -0.0049181962, -0.024700718, 0.010893854, 0.014112796, 0.0052041765, - 0.015496142, -0.021694599, -0.007462091, 0.036871508, -0.01292897, - 0.0016635075, 0.014977387, 0.008978452, -0.022838522, 0.01660016, - 0.022492684, 0.017704176, -0.015536047, -0.003528199, -0.029422719, - 0.0057029794, 0.009816441, 0.021774407, 0.013128492, -0.033625964, - 0.02557861, -0.034956105, -0.026004257, -0.023570098, -0.02093642, - -0.0015113727, -0.010514764, -0.0009959431, -0.000028811062, - 0.0035415003, 0.012330407, -0.039771214, 0.0030244081, -0.023224263, - 0.016267624, -0.032029796, -0.0045823357, 0.024501197, -0.005885874, - 0.03857409, 0.004618915, 0.037882414, 0.008286779, 0.03905294, - 0.0071827616, -0.022918329, 0.0051775738, 0.016347433, 0.016453844, - -0.00396382, -0.014285714, -0.011625432, 0.0024408088, -0.008446395, - -0.023809524, -0.031763766, 0.03942538, 0.009111466, -0.014764565, - -0.006707236, -0.0034783187, -0.014658154, -0.0016011572, - -0.015363129, 0.011731843, 0.015496142, -0.007462091, -0.015150306, - 0.039478585, -0.013687151, -0.00064137735, -0.020391062, 0.0007490356, - -0.021987231, 0.0022213354, -0.018129822, 0.01264964, 0.017384943, - 0.018994413, 0.012110934, -0.002028465, 0.036552273, 0.021056132, - -0.043442406, -0.0154296355, -0.015496142, 0.031258315, -0.017810589, - 0.00792764, 0.0150971, -0.013613993, 0.00905826, -0.016280925, - -0.0026353418, -0.024035648, -0.007528598, 0.0053305402, 0.013766959, - 0.00047885076, -0.009690077, 0.0051276935, -0.013035382, -0.008526204, - -0.0018838121, 0.0014199255, 0.03320032, -0.030353818, -0.00216813, - -0.028731046, 0.0106145255, 0.013248204, 0.00660415, -0.02482043, - 0.018728385, 0.010880553, -0.016759777, 0.013088588, -0.02650971, - 0.0025804734, -0.023955839, 0.0151237035, -0.016267624, -0.018422453, - 0.014698058, -0.012483373, -0.027720138, -0.027161479, 0.0060720937, - 0.0052307793, -0.009064911, -0.020018622, 0.003687816, -0.0058260174, - 0.004027002, -0.029183293, -0.018089918, 0.02037776, 0.004964751, - 0.018143123, 0.01669327, -0.020258047, 0.033173718, -0.008193669, - 0.010873903, 0.029741952, -0.032668263, 0.0027617053, -0.0047851824, - 0.03522213, -0.028518222, 0.00052956236, -0.030859271, 0.0027750067, - -0.022306465, 0.03641926, 0.028757649, 0.001740822, -0.0019203911, - 0.011100027, 0.003548151, 0.00349162, -0.0045357808, 0.0035980314, - 0.010215483, -0.027480712, -0.025711626, -0.00052582135, -0.018076615, - 0.025871241, 0.009344241, -0.025911147, -0.009477255, 0.0062583135, - -0.026177175, -0.010774142, 0.022958234, 0.008439745, 0.0026818968, - -0.0017208699, -0.00044642857, 0.014166001, -0.0047885077, - -0.005480181, -0.0207502, 0.010015962, 0.005696329, 0.014870976, - -0.017411545, -0.012044427, -0.02698856, -0.00072451116, 0.017012503, - 0.010501463, -0.019765895, 0.024767226, 0.013095238, 0.012223995, - -0.025139665, 0.012084331, 0.015363129, 0.025911147, 0.032003194, - -0.021854216, 0.013926576, 0.023649907, -0.006414605, -0.00400705, - 0.010501463, 0.013520883, -0.008446395, 0.007894387, -0.0044227187, - -0.023703113, 0.006065443, -0.007282522, 0.023317372, 0.00013893738, - -0.01952647, 0.01405959, 0.016812982, -0.009450652, 0.008998404, - -0.0023560124, -0.012044427, 0.025139665, 0.003004456, 0.0040901834, - -0.01923384, -0.0104017025, 0.016280925, 0.011266294, 0.0008695797, - -0.0031923384, -0.00783453, 0.027853152, 0.037749402, 0.017757382, - -0.021867517, 0.002136539, 0.012776004, -0.0014132748, 0.015496142, - 0.000924448, 0.010927108, -0.038707104, 0.0018621974, -0.023237564, - -0.023902634, -0.022772014, -0.0037210695, 0.009776536, -0.003707768, - 0.0093309395, 0.20271349, -0.024354883, -0.0022529264, 0.022399575, - 0.009969407, 0.0046388665, 0.01735834, -0.0037011174, 0.005849295, - 0.002362663, -0.0016402301, -0.008885342, -0.041899443, 0.0048816176, - 0.03149774, -0.01689279, -0.02557861, -0.029821761, -0.010521416, - 0.0018023411, 0.009756585, 0.0014714685, -0.02482043, -0.008466347, - 0.028065976, 0.023343975, -0.022346368, 0.008466347, 0.00971668, - 0.00037659617, -0.008619314, -0.013820165, -0.012037776, -0.02717478, - -0.0051243682, 0.006936685, 0.018715084, -0.01660016, -0.00707635, - 0.014325619, 0.034370843, 0.0056264964, -0.0051077413, -0.01018888, - 0.009044959, 0.010747539, -0.0024823756, 0.010434956, 3.361074e-6, - 0.005556664, -0.018262835, -0.009477255, 0.010109072, 0.054110136, - 0.001111499, -0.023437085, 0.01961958, 0.0021747805, 0.01330806, - 0.042883746, -0.020164937, 0.012955573, 0.0024075552, 0.010774142, - -0.017278532, 0.010760841, 0.010461559, 0.03168396, -0.014937484, - -0.010162277, -0.012337058, -0.005869247, -0.020923117, 0.021628093, - -0.016374035, 0.010069167, 0.055972334, 0.022492684, 0.0066274274, - 0.008406491, 0.010308593, -0.03998404, 0.012882415, 0.010774142, - 0.0018505587, -0.007063049, 0.0154296355, 0.0073623303, 0.0012411878, - 0.022306465, 0.0122639, -0.022572493, 0.007781325, -0.005131019, - 0.0001433019, -0.015389731, -0.017717479, -0.008752327, -0.025113061, - -0.017212024, -0.018888002, 0.05065177, 0.0017640995, -0.0034550412, - 0.0050179567, -0.018369246, -0.0076084067, 0.00065135345, - 0.0023194333, 0.0037543229, 0.0031208433, -0.016334131, 0.016520351, - -0.004123437, 0.020524075, -0.0031424582, 0.013234903, -0.009098165, - 0.0061618784, -0.0071761105, -0.017996809, -0.013899974, 0.024035648, - 0.016147912, 0.021215748, -0.033147115, -0.02793296, 0.0061286245, - 0.004525805, -0.029954774, 0.024900239, -0.004615589, 0.02047087, - -0.017531259, 0.00058775605, -0.024807129, -0.008054004, -0.014565044, - 0.001684291, 0.019752594, 0.0038939877, -0.0026203778, 0.014378824, - -0.015788773, 0.022905027, -0.010893854, 0.0009967744, 0.053365257, - -0.010913807, -0.023357276, 0.0012860801, 0.014259111, -0.025219474, - -0.015802074, 0.00961692, -0.020324554, -0.017650971, -0.0031906758, - -0.019193934, -0.004978053, -0.048071295, -0.0040502795, -0.015908487, - -0.010075818, -0.04235169, -0.009018356, -0.16685289, 0.025033254, - 0.054642193, -0.011100027, 0.03522213, -0.011073424, 0.04219207, - 0.017717479, -0.022931632, -0.013141793, -0.004010375, 0.004805134, - -0.000091706985, -0.021534983, -0.019207235, -0.023011439, - 0.013461027, 0.026084065, 0.053923916, 0.017291833, 0.02811918, - -0.029396117, 0.0041566906, 0.0022895052, -0.0030327216, -0.013727055, - 0.0074886936, 0.0044958764, -0.0039006385, -0.01452514, -0.027507316, - 0.016719872, 0.03633945, -0.022160148, 0.003943868, 0.0068369247, - -0.00074778864, 0.009184623, -0.03141793, 0.019646183, 0.029768556, - 0.009111466, -0.016294228, -0.0071960627, -0.0050246078, 0.028332002, - 0.0076948656, 0.0049381484, 0.0058725723, -0.0027384278, -0.010887204, - -0.0056730513, 0.03620644, 0.005413674, 0.007109604, -0.032881085, - 0.020524075, 0.026177175, -0.019087523, -0.022027135, 0.012889066, - -0.002480713, 0.045889866, -0.014312317, -0.010494812, -0.0023127827, - -0.0103751, 0.002778332, 0.005809391, 0.0075884545, -0.0027500666, - -0.039691407, -0.023649907, -0.027347699, 0.027480712, 0.010508114, - -0.008785581, -0.011519021, 0.020218143, 0.026376696, 0.021667996, - 0.02443469, -0.01811652, -0.0021564912, -0.0030476856, 0.007887736, - -0.005809391, 0.0066739824, -0.015735568, -0.01632083, 0.009816441, - -0.008951849, -0.030646449, -0.017092312, 0.0054569035, -0.025033254, - 0.008812184, -0.0153232245, -0.0020218142, -0.021681298, 0.01565576, - 0.00023506086, -0.029821761, 0.014950785, 0.018063314, 0.0034217876, - -0.004662144, 0.012942272, 0.035807397, -0.02084331, -0.010973663, - 0.00603884, 0.012283852, 0.016453844, 0.021814313, 0.0050977655, - 0.020577282, -0.022319766, 0.0063048685, 0.00849295, 0.038254853, - 0.013441075, -0.034025006, 0.0012162477, -0.011858207, -0.014698058, - -0.12886406, 0.022266561, -0.00004034588, 0.032003194, 0.016520351, - 0.01678638, -0.016493749, 0.025711626, 0.0020949722, 0.027214685, - -0.02396914, -0.011405959, 0.015589252, -0.01725193, -0.0034084863, - -0.009417398, -0.0018256186, -0.016108008, -0.017291833, 0.03689811, - -0.0042697527, -0.000014873159, 0.0032488694, -0.00066008244, - 0.0020933093, -0.018994413, -0.017504655, 0.0023393854, -0.007096302, - -0.016334131, 0.0160282, -0.00594573, 0.0029928172, -0.01452514, - 0.025272679, 0.0052806595, -0.0018638601, -0.018169725, 0.018262835, - -0.02697526, 0.01585528, 0.023077946, 0.005949056, -0.0179303, - 0.0024374833, -0.009424049, -0.008213621, 0.01830274, -0.012729449, - -0.012283852, -0.017012503, -0.018967811, -0.034104817, 0.011246342, - 0.0015512769, -0.004585661, 0.014684756, 0.004695398, -0.010015962, - 0.004682096, 0.0019070896, -0.0054269754, -0.026722532, 0.017557861, - 0.047033787, -0.014565044, -0.0065077147, -0.014392125, -0.0064678104, - -0.012589784, -0.002183094, 0.005140995, 0.017318435, 0.03753658, - -0.032322425, 0.011279596, -0.000807645, -0.032322425, 0.01942006, - 0.0025156292, -0.00290137, -0.0048749666, -0.01151237, -0.017956903, - 0.0075818035, 0.00999601, 0.004445996, -0.0033519552, 0.009197925, - -0.03274807, -0.00830008, 0.019925512, 0.010222133, -0.022426177, - -0.013261505, 0.002942937, -0.013188348, -0.011033519, -0.004848364, - 0.027347699, -0.0149108805, -0.0041533653, -0.033439744, 0.019885607, - -0.015735568, -0.032987498, 0.008386539, -0.012942272, 0.0070497473, - 0.020005321, -0.017531259, -0.011332802, -0.0035980314, -0.016999202, - -0.034849696, -0.021335462, -0.01876829, -0.007980846, -0.0013775273, - -0.01923384, 0.0122971535, 0.0025804734, 0.004791833, 0.013161745, - -0.012190742, 0.010920458, -0.015230115, -0.018156424, -0.0051243682, - 0.017903699, 0.00046430234, -0.011186486, 0.0070497473, -0.0245278, - -0.013687151, 0.010328545, -0.017850492, -0.0038806864, 0.012104283, - 0.0142990155, 0.018129822, 0.015802074, -0.01396648, -0.0292365, - -0.006763767, -0.021774407, -0.0035348497, -0.0010225459, - -0.016560255, 0.0108140465, -0.023330674, 0.014232509, 0.02084331, - 0.008346635, -0.0005511772, -0.02567172, -0.023942538, 0.014644852, - -0.0073357276, -0.012636339, 0.02584464, -0.034849696, 0.0124501195, - -0.0026519685, 0.027214685, -0.017092312, -0.010155627, 0.0047851824, - 0.0067404895, 0.005586592, -0.008838787, -0.023982443, -0.0022978187, - 0.008054004, 0.013820165, 0.012496674, 0.006916733, 0.0032937618, - 0.017212024, 0.01923384, -0.0008492119, -0.001910415, 0.026296888, - -0.023902634, -0.010541367, 0.019313646, 0.027879756, 0.012257249, - 0.01330806, 0.018435754, -0.0051542963, 0.00047261573, 0.010807396, - 0.042697527, -0.027959563, 0.009005055, -0.009889598, 0.041527003, - -0.012496674, 0.0048284116, 0.0017275206, -0.0016601823, 0.01867518, - -0.004565709, -0.021521682, -0.0132282525, -0.022905027, -0.013620644, - -0.009038308, -0.022625698, -0.024780527, 0.009437351, 0.015695663, - 0.017291833, 0.012396914, 0.0074022347, -0.0025538707, 0.0066307527, - 0.0067105615, -0.013254855, -0.034769885, 0.030859271, -0.0024773877, - 0.02008513, -0.008805533, -0.009490556, 0.014285714, 0.02008513, - 0.036738493, -0.012529928, -0.0080007985, 0.01811652, 0.021840915, - -0.025352487, -0.044267092, -0.020617185, 0.002716813, -0.025685024, - -0.006640729, 0.025206171, 0.0049747275, 0.06879489, -0.017371641, - -0.014126098, 0.012164139, 0.009204576, 0.016666668, 0.028172387, - -0.007482043, 0.004539106, -0.030832669, 0.0036479116, -0.0043894653, - -0.012057728, -0.02443469, -0.015070497, 0.021880819, -0.0028614658, - 0.030673051, 0.012184092, 0.0075418996, 0.042511307, -0.016267624, - 0.014831072, -0.0113793565, -0.011279596, -0.023543496, 0.021229051, - 0.019925512, -0.01405959, -0.020045225, -0.0027700185, -0.004991354, - -0.044001065, -0.014032988, -0.007501995, -0.014565044, 0.008559457, - -0.020976324, -0.010062517, -0.003774275, -0.0062782653, 0.007109604, - -0.022386273, -0.024009045, -0.019207235, -0.0072027133, -0.01500399, - 0.006414605, -0.03578079 - ], - "metadata": { - "chunkTitle": "Efficient Strength Training", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64046&chunkSid=chunk_127124" - }, - "document": "Andrew Huberman: The three by five protocol is very straightforward. It involves doing three to five exercises per workout. Okay? So if it's a workout for legs, it's three to five exercises. If it's a workout for some upper body muscle, it's three to five exercises. Three to five exercises for three to five sets per exercise, three to five repetitions per set, and three to five minutes of rest between each set. In addition, he emphasized that one can do those workouts three to five times per week. Although I'm going to put in asterisks next to that last statement, because I found that I couldn't do the three by five protocol, say, for legs, specifically three to five times per week. I realize that might be possible for some people, but I'm somebody who like. Many of you out there either doesn't have the time or doesn't have the recovery capacity to train my legs three to five times per week.\n\nAndrew Huberman: Even though I acknowledge that there are probably ways to do that that would still allow me to recover, it just simply starts to impede into other areas of training. It starts to impede other areas of life, like work and family and sleep and all the rest. So what I did, and what I'm suggesting you try, is for any existing resistance training that you're doing to take a period of eight or ten or ideally twelve weeks, and do the vast majority, if not all of that resistance training in the lower repetition range. That's designed specifically to induce strength adaptations and to not pay attention to whether or not you're hitting that same muscle group three to five times per week. Rather, if you train your legs once or twice per week to simply do all of the work for your legs in that three to five repetition range, if you train an upper body muscle or muscle groups, chest, shoulders, back once per week or twice per week, to just stay within that three to five repetition range.\n\nAndrew Huberman: For those work sets, right warm ups can include a few more reps. And then to adhere to this, three to five exercises, three to five sets per exercise, three to five repetitions per set, and three to five minutes between sets. Now, the one exception to this that I incorporated was that for very small muscle groups, so for instance, the rear deltoids, or for neck work, or for calf work, to not rely purely on three to five repetitions, but maybe to work in a range of anywhere from five to eight repetitions. So still fairly low repetitions, but not so low that it restricts you to three to five repetitions. The reason for that is that I, and I think a lot of people out there, find it hard to fatigue those smaller muscle groups adequately with good form when restricting oneself to those low repetitions. However, for big compound movements like presses and squats and deadlifts and glute ham raises and things of that sort." - }, - "truncated_cells": [] - }, - { - "row_idx": 91, - "row": { - "id": "chunk_127121", - "embedding": [ - -0.009558886, -0.0018170616, 0.014818625, -0.006421852, - -0.00092196563, 0.0274205, -0.009008057, -0.038074326, -0.015772497, - -0.02789072, -0.0238334, 0.034957442, -0.008054185, -0.0050985203, - 0.0024804065, 0.005736675, 0.037671283, 0.02224809, 0.030819515, - -0.004907074, 0.0068786363, -0.0038524393, -9.0035707e-7, - -0.019843252, -0.025902364, 0.02060904, 0.03353335, -0.0008027315, - 0.014348405, -0.02258396, 0.0417286, -0.010741152, -0.016538283, - -0.01355575, -0.0048802043, -0.012158527, 0.0069928323, 0.012232418, - 0.009095384, -0.0045174635, 0.025069404, -0.0012116543, -0.022060001, - -0.00079391483, -0.0060759047, 0.0019430132, 0.02133452, -0.026345715, - -0.008739361, 0.020904606, 0.000080294136, -0.0020185842, - -0.0044603655, 0.012648898, -0.0070600063, -0.009928344, -0.021549478, - 0.018929685, 0.008860274, -0.017371243, -0.022409307, -0.009337211, - -0.0036173298, 0.022328697, -0.014509623, -0.006005372, 0.003476264, - 0.0049675307, -0.006848408, 0.0019648448, -0.0019917146, 0.010633673, - -0.0038625156, 0.015248539, 0.03718763, -0.027729502, -0.008255707, - -0.030577688, 0.02333631, 0.0048399, -0.0013611169, -0.020635908, - -0.018284813, 0.021294216, 0.028051939, -0.0083430335, 0.017089112, - -0.0076175523, -0.028831158, 0.0010999772, 0.020434385, 0.018755032, - 0.019735774, 0.038638588, -0.0032948935, 0.011970439, -0.029395422, - 0.0020689648, 0.010902369, 0.010573216, -0.015329149, 0.00881997, - -0.0016398897, -0.011614416, -0.04285713, -0.01686072, 0.028374374, - -0.003765113, 0.0073018335, -0.024787273, -0.00018546372, 0.04847289, - -0.0062908623, -0.034715615, 0.0032529098, -0.008934166, 0.0027978048, - 0.00056216394, -0.019050598, -0.010815043, 0.018459465, 0.011883113, - 0.03777876, 0.025593363, 0.006049035, -0.008631882, -0.010311237, - 0.0043025063, 0.02869681, -0.021132998, 0.009787278, -0.004490594, - 0.0250291, 0.009189428, -0.016927894, 0.0031219202, 0.011735329, - -0.004547692, -0.017290635, -0.021321084, 0.014711145, 0.0068248967, - -0.0056291963, -0.034151353, -0.0045980727, 0.02869681, 0.03939094, - 0.018902814, 0.009841017, 0.004158082, -0.011036718, -0.004571203, - 0.0010873821, -0.018244509, 0.00481303, 0.007516791, -0.009518581, - 0.0086654695, -0.01636363, -0.008101206, 0.014455884, -0.0046719643, - 0.015127625, -0.0014534814, 0.0122257015, 0.009753691, 0.030658297, - 0.01274966, 0.008631882, -0.01636363, -0.0090617975, 0.02789072, - -0.024693228, 0.021536043, 0.009088667, 0.022758612, -0.0018506487, - -0.0026214723, 0.0048432583, -0.041621123, 0.009296907, 0.0064352867, - 0.014375275, 0.018620683, -0.0030530666, 0.0022369002, 0.025566494, - -0.010163453, 0.009605908, 0.0013292091, -0.013878186, 0.011748765, - -0.0060288827, -0.0035602315, -0.6435824, 0.017707115, 0.016793545, - -0.0145364925, 0.019265555, 0.0015105794, -0.01251455, 0.011789069, - -0.034017004, 0.039149113, 0.0044939527, 0.0043226588, 0.0035770251, - -0.0010168492, 0.012051048, -0.020756822, 0.021603217, -0.0018523281, - -0.016430805, 0.010479173, -0.03869233, 0.021253912, -0.0076847263, - 0.00575011, -0.003429242, 0.031840563, -0.00801388, -0.012857138, - 0.0005953312, 0.02474697, -0.016551718, 0.015114191, 0.03850424, - -0.017868333, 0.054841, -0.02416927, -0.009478277, 0.027124934, - 0.007261529, 0.02219435, -0.01714285, -0.018016115, 0.018137028, - -0.0040438855, 0.0010294443, -0.00059029314, 0.005783697, 0.021294216, - 0.013186292, -0.014738016, 0.0124339415, -0.0080205975, 0.007274964, - -0.0015248539, 0.00473578, -0.011023283, 0.008484099, -0.0006096057, - -0.011003131, -0.013676663, 0.0056191203, 0.004305865, -0.016927894, - -0.014939538, -0.020756822, 0.015705323, -0.016162109, -0.0023527758, - -0.016135238, -0.0050716507, -0.011352437, -0.0019010294, 0.016269587, - -0.014684276, 0.028266896, 0.012326462, 0.017115982, -0.006751005, - -0.019789513, 0.02300044, -0.0022654494, 0.017599635, -0.01672637, - -0.00647895, -0.00036127114, 0.000030254621, -0.026211366, - 0.015933717, -0.0022788842, 0.00034132882, -0.00048491362, - 0.0002053011, -0.011950287, -0.03197491, 0.0005214396, 0.013186292, - 0.008296011, 0.014254361, 0.017008502, -0.021979392, 0.003946483, - 0.0053873695, 0.032539174, 0.0069189407, 0.007516791, -0.007120463, - -0.016968198, -0.022476481, 0.03616658, -0.03205552, -0.004420061, - -0.013327357, -0.02386027, 0.025633669, -0.009975366, -0.020729952, - 0.00084681454, 0.005703088, 0.013495293, -0.013038509, 0.011527089, - -0.012474245, -0.012857138, -0.019064033, 0.0022318622, 0.020931475, - 0.024988795, -0.0007594881, -0.00088837853, -0.035602316, - -0.008376621, -0.010257497, 0.020568734, -0.014093143, 0.010069409, - -0.014267796, 0.022731744, 0.0023309442, 0.010909087, -0.02958351, - -0.0074630515, -0.0058172843, 0.018002681, -0.03116882, 0.02375279, - -0.024478272, -0.020743387, -0.001321652, -0.006569635, -0.020662779, - -0.0061598723, -0.01839229, -0.00988804, -0.000094778574, - -0.009612625, 0.0049238675, -0.012245853, -0.036596496, -0.016699502, - -0.008255707, 0.013213161, 0.0023477376, 0.016041195, 0.02789072, - -0.0011024963, 0.012588441, -0.014388709, 0.002401477, -0.0046450947, - -0.02052843, 0.004695475, -0.0013678343, -0.011352437, 0.015853107, - 0.01880877, 0.015423192, -0.027366761, -0.00575011, -0.04406626, - 0.009437973, -0.0013384456, 0.0072010723, -0.008927449, -0.0054545435, - 0.018257942, -0.016632328, 0.0037953414, -0.0056527075, -0.040761292, - 0.02386027, 0.020891171, 0.008188533, -0.023067614, -0.011923417, - -0.0069256583, -0.0051892055, -0.012158527, -0.0077317483, - 0.020434385, 0.000112516755, 0.046269577, -0.001738132, -0.0017532462, - -0.014496189, 0.022637699, -0.030658297, 0.023981182, -0.0105396295, - 0.043931916, 0.023873704, -0.01147335, -0.026157627, -0.0034493941, - -0.0015937075, -0.029744728, 0.029153595, -0.0041950275, 0.022382438, - 0.0018640836, 0.045409746, 0.036274057, 0.0035501556, 0.020273168, - -0.0052395863, -0.013407967, 0.009021493, -0.0006574673, 0.007993728, - -0.028078808, -0.015530671, 0.013051944, 0.022301828, 0.0058810995, - 0.028454984, 0.010855348, 0.004960813, -0.00037512582, 0.005058216, - 0.04522166, 0.012286158, 0.032458566, 0.0042084623, 0.012776529, - -0.037510063, 0.01025078, 0.021885348, 0.043931916, -0.004262202, - -0.0050985203, -0.0011562356, 0.009827583, -0.011271828, -0.017814593, - -0.012628746, 0.004836541, -0.017908636, -0.019346165, 0.0008900579, - 0.015503801, 0.043287043, 0.0024871242, 0.022315264, 0.0061262855, - -0.031544995, -0.021818174, -0.01849977, 0.01043215, -0.040411986, - -0.009632777, 0.0043461695, 0.011674873, 0.0025223906, -0.0021680468, - -0.039471548, 0.013616207, 0.022288393, -0.013656511, -0.018042985, - 0.03286161, 0.023148224, -0.015530671, -0.02658754, 0.0038322872, - 0.020205993, -0.012245853, 0.0042454083, -0.0062975795, -0.0062404815, - 0.0048197475, 0.011453198, -0.016901024, -0.0029338324, -0.027541414, - 0.0015130985, -0.0036005361, 0.014738016, 0.010949392, -0.014738016, - 0.009431255, -0.028428113, -0.021253912, 0.010600086, -0.00094463694, - -0.030174643, 0.028481852, 0.013045226, -0.0029489466, -0.0096798, - -0.0032428335, -0.017129416, 0.028186286, -0.0054041627, 0.016283022, - -0.00200347, 0.00087494374, 0.017707115, 0.007993728, -0.0112785455, - -0.0050884443, -0.034769356, -0.0050044768, -0.0141200125, - -0.007308551, -0.018996859, 0.10527538, 0.014039404, -0.00022125496, - 0.01391849, -0.0000923645, 0.0055452287, 0.011862961, -0.020044776, - 0.028132547, -0.0012989808, 0.0059617087, -0.010673977, -0.0075705303, - -0.01605463, 0.0063110143, 0.00085017324, 0.008181815, -0.014106578, - -0.0030295555, -0.0012284479, 0.01891625, 0.0060859807, 0.020662779, - 0.06744288, 0.013179574, 0.015517236, 0.022745177, 0.023551269, - 0.030900124, -0.038961027, 0.0030446697, 0.02942229, 0.007530226, - 0.016645763, -0.016901024, 0.0077317483, -0.012695921, -0.0020521712, - 0.022409307, -0.01313927, 0.004100984, 0.031034471, 0.019184947, - -0.0046484536, 0.0031370344, -0.01516793, -0.02136139, 0.027729502, - -0.00042634615, -0.015920281, 0.017599635, 0.024599185, -0.029046116, - -0.009585756, 0.0027675764, -0.042480953, -0.0060557523, -0.023296006, - -0.015759064, 0.0013283695, -0.013145987, -0.017895201, 0.0049944003, - 0.020138819, 0.012850421, -0.010559781, 0.0017784365, 0.015732193, - -0.0022990364, 0.00034783632, -0.01811016, -0.0080205975, - 0.0056493487, 0.012615311, 0.02880429, 0.020676212, 0.011654721, - 0.0041950275, -0.004178234, -0.014832059, -0.008390055, -0.010102997, - 0.005911328, -0.012319745, 0.004907074, -0.01722346, -0.02419614, - -0.0020656062, 0.012695921, 0.0031269582, 0.0003551835, -0.002154612, - 0.022758612, -0.017021937, 0.030604558, 0.03047021, 0.0033385567, - -0.003879309, 0.031034471, -0.023107918, -0.009431255, -0.011218089, - 0.008121358, 0.006811462, 0.007053289, -0.01274966, 0.027541414, - 0.0062740687, 0.021307651, -0.022060001, 0.007489921, -0.003855798, - 0.0079265535, 0.02008508, 0.017371243, 0.022369003, 0.028213156, - -0.015476932, -0.008772948, -0.008578143, 0.0061397203, -0.0049473783, - 0.0098208655, -0.010741152, -0.030926993, 0.0081347935, -0.013488576, - -0.0029287944, -0.017572766, 0.038101196, -0.013273618, 0.005417598, - -0.011433045, -0.01725033, -0.042292863, -0.009558886, 0.016162109, - 0.0032781002, -0.0043797567, 0.006697266, -0.009988801, -0.005390728, - -0.00897447, -0.008067619, 0.045114182, -0.02536497, -0.019937297, - 0.0088737095, -0.030523948, 0.009995518, 0.020071646, 0.008954318, - -0.009841017, 0.0064453627, 0.0028884897, -0.016578589, 0.0005445307, - -0.012440658, 0.004591355, 0.028508723, 0.016403936, -0.011553959, - -0.030685166, 0.017989246, 0.0051892055, -0.002828033, -0.012366767, - -0.0024451402, -0.020367213, 0.028858028, 0.0065158955, -0.0040338095, - 0.0046686055, -0.008181815, 0.0073488555, 0.009155841, -0.0094984295, - -0.008054185, -0.0187819, -0.029825337, -0.012527985, 0.016484544, - -0.01925212, 0.0029187181, -0.023591572, -0.01630989, 0.033237785, - 0.005656066, 0.025270928, 0.005887817, 0.020891171, -0.013159422, - 0.0068719187, 0.011439763, 0.023094483, -0.011748765, -0.007819075, - -0.042104777, 0.017438417, 0.026211366, -0.004799595, -0.007133898, - -0.020326907, -0.029932816, -0.009404385, 0.0021495738, -0.035575446, - -0.014724581, 0.018378856, -0.009317059, 0.022301828, -0.025808321, - 0.001979959, -0.0022856016, -0.0049944003, 0.016645763, -0.011339002, - 0.012796681, 0.004537616, -0.008175098, 0.015812803, 0.0041278536, - 0.004514105, -0.0031202408, 0.044738006, -0.013327357, 0.010707565, - 0.0026886465, 0.0008682263, -0.013179574, 0.01641737, 0.01886251, - 0.0004399909, -0.018002681, -0.0015206556, 0.02419614, -0.0022587318, - -0.014617102, -0.0279982, 0.016645763, 0.0046115075, 0.024921622, - -0.011325567, -0.02349753, -0.029959684, 0.011258393, -0.0026651355, - 0.018271377, -0.0033570298, -0.0003346114, -0.012460811, 0.04586653, - -0.033210915, 0.009249885, -0.0072413767, 0.0031185613, -0.03114195, - -0.008484099, 0.012212266, -0.0016130201, 0.018835641, 0.017115982, - -0.032404825, 0.009303624, 0.010002236, 0.01168159, -0.03291535, - 0.006153155, -0.00095891143, 0.023484094, -0.023457224, -0.023349745, - -0.0047660084, -0.019655166, -0.004087549, -0.00959919, -0.016081499, - -0.006314373, -0.0019631654, -0.0009051721, 0.025284361, 0.01597402, - -0.005417598, -0.011688308, 0.011923417, -0.028320635, -0.017062241, - -0.001979959, 0.008450512, -0.013475141, -0.023900574, -0.030631427, - 0.007550378, 0.0110703055, -0.015732193, -0.0024804065, -0.02797133, - 0.030013423, -0.025821755, 0.04737123, -0.027648892, 0.009921626, - -0.007839227, 0.016551718, -0.02203313, -0.01004254, 0.01755933, - -0.016014325, -0.03178682, -0.026224801, 0.015557541, -0.001477832, - -0.011258393, -0.0043226588, 0.011063588, 0.008510969, 0.00090769114, - -0.03033586, -0.020353777, 0.021576347, 0.0026550596, -0.0034729051, - -0.0040102988, -0.024773838, 0.016497979, -0.020770257, 0.014711145, - 0.015127625, 0.005162336, -0.008282577, 0.0029019245, -0.0051992815, - 0.012669051, -0.00988804, -0.020797126, 0.0011973798, -0.013972229, - 0.014173753, 0.004480518, 0.001446764, 0.022758612, -0.025015665, - -0.004480518, 0.012568289, -0.0030211587, -0.01886251, 0.008584861, - -0.0015937075, -0.025579927, -0.012192114, 0.01610837, 0.02474697, - 0.010774739, -0.024988795, 0.010754586, -0.018231073, -0.039955202, - -0.029449161, 0.02203313, 0.0041345707, 0.009881322, 0.0025022384, - 0.006005372, 0.013145987, -0.011339002, 0.023201963, -0.02466636, - -0.017532462, -0.00037428614, 0.0068416903, 0.002482086, -0.010613521, - -0.032351084, -0.0070264195, 0.024854448, 0.00986117, 0.008605013, - 0.008168381, 0.00066754344, 0.0063781887, 0.00189935, 0.008376621, - 0.0458934, 0.008034032, -0.013246749, -0.029932816, -0.0008615089, - 0.009995518, 0.005273173, 0.0069659627, -0.010707565, 0.007550378, - -0.00017654215, -0.0031034471, 0.009666365, -0.016430805, - 0.0072682463, -0.025391841, 0.0063345255, 0.031598736, 0.00096227013, - 0.022745177, 0.035575446, 0.003959918, -0.007053289, -0.0030278761, - -0.013354227, -0.0072010723, 0.020958345, 0.0032663445, 0.0053034015, - -0.012353332, 0.02875055, -0.005310119, -0.0072951163, -0.0024988796, - -0.002581168, 0.017183155, 0.014039404, 0.0074294643, -0.04823106, - -0.008961036, -0.005427674, -0.00738916, 0.028213156, -0.0028616202, - 0.00343428, -0.002742386, -0.012595159, -0.0032613066, -0.021804739, - -0.028589332, -0.025391841, -0.0018909532, -0.00452754, 0.006025524, - 0.19765331, -0.0099149095, -0.016188977, 0.0010521156, 0.0011310453, - 0.0033687851, 0.010976261, -0.00025547182, -0.0036811451, - 0.0074966387, -0.008322882, 0.010714282, 0.006153155, -0.002164688, - 0.030201511, -0.02291983, -0.018593814, -0.019158076, 0.0048063127, - 0.0056527075, 0.016188977, -0.030013423, 0.0058945343, -0.008269141, - 0.027487675, 0.020340342, -0.026359148, 0.01209807, 0.033237785, - -0.0012527985, -0.018849075, 0.0030413112, -0.021455433, - -0.0037012973, -0.017572766, 0.0040707556, 0.028992377, 0.0034729051, - 0.017935507, -0.0072480943, 0.00686856, 0.0056258375, -0.03197491, - 0.011547241, 0.016081499, 0.01630989, -0.0042319736, 0.019843252, - 0.0048432583, 0.0017297352, -0.03436631, -0.022933265, 0.009841017, - 0.015745629, 0.0031555071, -0.024491707, 0.007886249, -0.006304297, - -0.011426329, 0.03280787, -0.01805642, 0.0052798907, 0.0068047447, - 0.015476932, -0.019493947, -0.0053403475, 0.0016121804, 0.0120174615, - -0.019601427, -0.001056314, 0.012756377, -0.013011639, -0.013320641, - -0.0034896987, -0.0026600976, -0.0015609601, 0.015060452, 0.018620683, - 0.0072413767, 0.025217189, 0.008356468, -0.017263765, 0.026923412, - -0.012232418, 0.006327808, -0.037133887, 0.0018825565, -0.010714282, - -0.0094984295, 0.004755932, 0.008584861, -0.0055553047, -0.0013552391, - -0.02008508, 0.0064050583, -0.014657406, -0.02008508, 0.007550378, - -0.0076175523, 0.006106133, -0.012803399, 0.04186295, -0.0044032675, - -0.005921404, -0.006673755, -0.03210926, -0.0007603278, 0.0041950275, - 0.030980732, 0.014711145, -0.0074093123, -0.04903715, 0.0049574547, - -0.006337884, 0.014576797, 0.024706664, 0.01636363, -0.013972229, - 0.01334751, -0.04008955, -0.0063345255, -0.0088737095, 0.0070264195, - 0.028965507, 0.006381547, -0.034017004, -0.03286161, -0.0061363615, - -0.0103313895, -0.03447379, 0.00861173, 0.0063580363, 0.012568289, - -0.030443339, 0.02633228, -0.012756377, 0.0024888034, -0.009209581, - 0.0013863072, 0.015759064, 0.012890725, -0.014281231, 0.022704873, - -0.00035896205, 0.020797126, -0.034339443, 0.016430805, 0.009491712, - -0.00988804, -0.03374831, 0.030846383, 0.015463497, -0.013448271, - -0.02627854, 0.011634569, -0.026372584, -0.012151809, -0.034930576, - -0.009518581, -0.033479612, -0.029126724, 0.012024178, 0.006106133, - 0.007711596, -0.029314812, 0.0082288375, -0.16960138, -0.00066544424, - 0.049440198, -0.010922522, 0.010230628, -0.00045510507, 0.005830719, - 0.0062169707, -0.010734434, -0.003718091, 0.038047455, -0.02052843, - 0.013535597, 0.004745856, 0.0006562078, 0.015409757, -0.015047017, - 0.018419161, 0.031330038, 0.0066603203, 0.018902814, -0.015423192, - 0.012561572, 0.0008799818, -0.001714621, -0.0016634007, -0.003993505, - 0.037402585, 0.0067476467, -0.016484544, -0.03364083, 0.020125385, - 0.031867433, -0.000059249727, 0.006912223, -0.011742047, 0.00241995, - -0.030604558, -0.0151948, 0.016188977, 0.010895653, -0.011715177, - -0.015020147, -0.034097616, -0.011298697, 0.03218987, -0.006337884, - 0.0039196135, -0.014590233, 0.0060759047, -0.019238686, 0.012413789, - -0.011030001, 0.010532912, 0.00718092, -0.011332285, -0.02341692, - 0.0026936848, -0.02169726, -0.013891621, -0.0017599636, -0.016269587, - 0.0046484536, -0.0028952071, -0.004121136, -0.04535601, 0.014160317, - -0.0043898327, -0.019480513, 0.0077519007, -0.0068181795, - -0.0066703963, -0.00024917422, -0.02339005, 0.037939977, 0.013522163, - -0.018755032, -0.0044738003, 0.016511414, 0.017411549, - -0.000089530586, 0.020971779, -0.020649344, -0.022355568, 0.010828478, - 0.0064050583, -0.0013955436, 0.017599635, 0.005310119, -0.004883563, - -0.0064252103, -0.02658754, -0.017129416, -0.026211366, 0.0059146867, - -0.018244509, 0.020756822, -0.0041715167, 0.008490817, -0.045114182, - 0.012695921, 0.022758612, -0.024182705, -0.011077022, 0.03385579, - 0.0022822428, 0.007489921, 0.021455433, 0.011977157, -0.003476264, - 0.001293103, 0.01066726, 0.021751, 0.022731744, 0.010465737, - 0.034151353, 0.012561572, -0.042104777, 0.012158527, -0.00077628164, - 0.03283474, -0.025579927, -0.025378406, -0.0036408405, -0.01797581, - -0.02700402, -0.12585755, 0.01212494, 0.03114195, 0.0092700375, - 0.015570975, -0.0033603883, -0.02341692, 0.021012085, -0.008067619, - 0.024652924, -0.026023278, 0.0035031335, 0.0067375703, 0.002846506, - 0.0041480055, -0.026842803, 0.0010151698, -0.029771598, -0.04269591, - 0.03777876, -0.010519477, -0.009666365, -0.010781456, 0.006636809, - -0.009673082, -0.017035373, -0.029476032, 0.012689203, -0.013287053, - 0.0014375275, 0.015960585, -0.010741152, 0.009733539, -0.00658307, - 0.018351987, 0.022100305, 0.02211374, -0.036435276, 0.010996413, - -0.02508284, -0.011728612, 0.03119569, 0.016068064, 0.0045073875, - -0.008289294, -0.024317054, -0.02258396, 0.0027306306, -0.015382888, - -0.029905945, -0.028105678, -0.010069409, -0.01802955, 0.01600089, - 0.015933717, -0.024209576, 0.024693228, 0.007738466, -0.0024972002, - -0.010452303, -0.0096798, -0.010297802, -0.019587992, 0.016242716, - 0.024464836, -0.020676212, -0.025123144, 0.02161665, 0.0010185285, - -0.012407071, -0.01886251, 0.015785933, -0.009726821, 0.03839676, - -0.043206435, 0.0172772, -0.023981182, -0.003969994, 0.0031000886, - -0.0055452287, -0.020434385, 0.0010344824, 0.009572321, -0.02942229, - 0.000869066, 0.0030144413, -0.004534257, -0.008961036, 0.018217638, - -0.020823997, -0.014764885, 0.04763993, 0.02661441, -0.010311237, - -0.011137479, -0.012984769, -0.008920731, -0.013407967, 0.0038356457, - -0.0029640608, -0.013730403, -0.0013334075, -0.033802047, 0.012756377, - 0.0065158955, -0.008007162, 0.003946483, -0.0055015655, 0.01168159, - 0.039579026, -0.0050414223, -0.026842803, -0.0028481854, 0.017089112, - -0.019762645, -0.007644422, -0.009538733, -0.014402145, -0.016887588, - -0.012769812, 0.0082489895, -0.0016256152, 0.007167485, 0.02300044, - -0.02466636, 0.04006268, 0.0070465715, 0.009276754, -0.011957005, - 0.013575902, -0.0038860263, 0.0024753686, 0.018580379, 0.004309224, - 0.0017037052, 0.01930586, -0.02500223, -0.008255707, 0.015369453, - 0.031061342, -0.014267796, 0.03589788, 0.007422747, -0.0075705303, - -0.0032361161, -0.01043215, -0.021012085, -0.015235105, -0.016403936, - 0.0040841904, -0.0049944003, 0.0021143074, 0.013334075, 0.015759064, - -0.015261974, -0.025875494, -0.01516793, -0.005911328, 0.006324449, - -0.022180915, -0.0045006704, -0.023201963, 0.029099856, 0.009021493, - 0.02266457, 0.0039061788, 0.0038625156, 0.0013770707, -0.000031855256, - -0.0045006704, -0.0032428335, -0.015356018, 0.009565604, - -0.0037550367, 0.020058211, 0.0011402818, -0.016511414, -0.0077317483, - -0.0014047801, 0.014738016, -0.0049675307, 0.012642181, 0.02136139, - -0.018217638, -0.013575902, 0.026560672, 0.017411549, 0.013716968, - 0.01886251, 0.021751, 0.0014366878, -0.003959918, 0.012004026, - 0.011023283, 0.0017599636, -0.020810561, 0.013495293, 0.04927898, - -0.008678904, 0.00034132882, -0.010197041, 0.008067619, - -0.00038709122, 0.019453643, -0.011735329, -0.019587992, - -0.0023578138, -3.2816292e-6, -0.0033032903, -0.019641731, -0.0387192, - 0.009988801, 0.006394982, 0.035011183, 0.025351536, -0.0018875945, - -0.0068383315, -0.011103892, 0.007825792, -0.02177787, -0.028777419, - -0.0018103442, 0.0030916918, 0.008336316, 0.01769368, 0.0011663117, - -0.0027255923, 0.032942217, 0.013508728, 0.017881768, 0.0048163887, - 0.015678454, 0.036542755, -0.019265555, -0.029449161, -0.0106538255, - -0.0026920054, -0.006754364, 0.0060288827, 0.048607238, -0.0043831156, - 0.047935497, 0.0072413767, -0.019762645, 0.015060452, 0.014617102, - 0.012279441, 0.022960136, 0.009632777, -0.024088662, -0.041271817, - -0.026009843, -0.006845049, 0.0007401755, -0.030819515, -0.046484534, - 0.016565153, 0.010217193, 0.00022839222, 0.036300927, 0.014979842, - 0.011990591, -0.015020147, 0.014469319, 0.0012402033, -0.017156286, - -0.027124934, 0.03361396, 0.014079709, -0.02666815, -0.025311232, - 0.011957005, -0.020474691, -0.0491715, -0.018540075, 0.008927449, - 0.012084635, -0.010398563, -0.024491707, -0.010680695, 0.013562467, - 0.0017230178, 0.0056258375, -0.0450067, -0.027313022, -0.00014159059, - -0.011352437, -0.009894757, -0.022328697, -0.03955216 - ], - "metadata": { - "chunkTitle": "Zone Two Cardio Benefits", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64045&chunkSid=chunk_127121" - }, - "document": "Andrew Huberman: What he said was, look, if you want to schedule zone two cardio and head out for a long Sunday jog or hike, terrific. If you want to schedule zone two cardio as two or more sessions on the treadmill or on the bike, great. But that he doesn't actually think of zone two cardio as exercise at all. And to that I gasped. And then I was a little bit deflated. I thought, oh great, I'm doing all this zone two cardio and you don't even consider that exercise? And then what he said was very reassuring and I think it's going to be very reassuring to all of you. He said, first of all, zone two cardio is absolutely critical to our health for a number of reasons that I already mentioned. But in addition to that, zone two cardio does not impede and in fact can enhance our other aspects of fitness. So, for example, our strength training, our hypertrophy training, or any type of speed work or other types of cardiovascular training one might do. And that the best way to get zone two cardio is, okay, if you want to schedule it, schedule it as a session. But that to simply increase the amount of walking, and in particular walking at a rapid pace that one does, and to increase the total amount of movement that one's getting throughout the week. So taking groceries in and out of the grocery store, running around with the kids, taking a walk with a coworker while having a work discussion, taking your calls for work while pacing in the office or going outside.\n\nAndrew Huberman: What he impressed on me is that zone two cardio can be meshed throughout the daily activities that I and everybody else generally have to do. And this was of great relief to me because I, as many of you are, am extremely busy. I don't have time to schedule in more cardio per week. Or at least I don't see the way I could do that without reducing the amount of sleep that I'm getting or without reducing the amount of social connection that I'm getting with family and friends, both of which are extremely important to our mental health and physical health. So the basic tool here is, yes, get 200 minutes per week minimum of zone two cardio. And notice I said 200 minutes, not 150 minutes to 200 minutes. I'm going to set the higher threshold of 200 minutes per week minimum of zone two cardio. But that you don't need to schedule that as time on the treadmill if you want to, great. But what was communicated to me from Dr. Andy Galpin is that zone two cardio is immensely beneficial.\n\nAndrew Huberman: It's not going to impede and in fact it's going to improve other aspects of fitness and that it does not have to impede and it in fact can improve other aspects of our daily life, like our ability to engage socially, our ability to have a great output at work in whatever type of work you do. So the message is very simple, get 200 minutes or more of zone two cardio per week. And the message is also a very reassuring one, which is that that zone two cardio can be spread throughout your daily activities and that if you're doing enough of it, you probably don't even have to count the total amount of zone two cardio that you're getting. If you simply make the effort to move around a lot more during your daily activities and to mesh that zone two cardio with your daily activities, you're going to hit that threshold of 200 minutes per week, minimum. Now that's a great message for me because I'm already doing the three resistance training workouts per week. I'm doing what?\n\nAndrew Huberman: Now I can just call the two other cardiovascular training workouts per week because now I don't even count that long Sunday jog or Sunday hike as exercise. I just consider that movement out of doors on the weekend. And in doing so it's also allowed me to really enjoy that a lot more. There's something about considering something, a fitness training program that shifts it from just recreation and enjoying life to training. And I of course love training. I love training in the gym and I love training out ofdoors, I love running, I love lifting weights, I love all sorts of physical training. I know many people do, I know many people don't. But if one looks at zone two cardio as just part of their daily life, you're far more likely to get that zone two cardio in and all the benefits that come with it. And you're also opening up time for work, for social engagements and to do and pay attention to other aspects of fitness, which is what we're going to talk about next." - }, - "truncated_cells": [] - }, - { - "row_idx": 92, - "row": { - "id": "chunk_127142", - "embedding": [ - -0.0076136985, 0.0055041267, 0.033780634, -0.026441798, -0.017508758, - 0.014705158, -0.014224147, -0.023253389, -0.01405923, -0.018250886, - 0.010719648, 0.043813124, 0.0028139076, 0.020243643, -0.004944094, - -0.014011129, 0.048650708, 0.003348172, -0.0011217836, -0.020202413, - -0.03578713, 0.00042754042, 0.0021490832, -0.012162677, -0.017811107, - 0.019515255, 0.020064982, -0.010231766, -0.014279121, -0.018594466, - 0.040459797, -0.017907308, -0.008252755, 0.006043545, -0.008974269, - -0.0030990776, -0.0025253017, -0.006871569, 0.0091598015, - -0.032653697, 0.030454794, -0.0046314374, -0.012664301, 0.010417298, - -0.018938044, 0.002293386, -0.006823468, -0.023267133, -0.017137693, - 0.015983269, 0.005291108, 0.0015589872, -0.008218396, 0.009606454, - -0.00041057623, 0.011393061, -0.0080466075, 0.018718153, -0.005084961, - 0.012080219, -0.013612578, -0.0045146206, 0.00085250405, 0.012430668, - -0.001944654, -0.005438847, 0.000040692572, -0.008135938, - -0.0075174966, 0.0071670464, 0.00998439, 0.016450536, 0.009922545, - -0.0036865969, 0.02487508, -0.0062840497, -0.013866826, -0.008335213, - 0.027981028, 0.017014004, -0.009682041, -0.007428166, -0.026002018, - 0.039058, 0.018360833, -0.019295366, 0.00775113, 0.0048341486, - 0.0016637787, -0.0063699447, -0.009104829, 0.00963394, 0.033423312, - 0.016739141, 0.011887814, 0.029107966, -0.02295104, -0.011922172, - -0.02216768, 0.011880943, -0.021906562, 0.005706838, -0.023926804, - -0.011145685, -0.049475297, 0.002119879, 0.015845839, -0.016601712, - -0.005792733, -0.013282743, -0.018580722, 0.012650559, -0.014072973, - -0.03683161, -0.010300482, -0.008678792, 0.013207155, -0.009201031, - -0.034935057, -0.034880083, 0.041669194, 0.00030106062, 0.040927064, - 0.0064180456, -0.008245883, 0.010059977, -0.02930037, 0.019542743, - 0.00797102, -0.03323091, 0.02071091, -0.007256377, 0.01160608, - 0.013763753, -0.024710162, -0.0027932927, -0.0025527878, -0.012458155, - -0.024957538, -0.023528252, 0.00937282, 0.011880943, -0.017481271, - -0.016670426, -0.016601712, 0.037958547, 0.018883072, 0.014773874, - 0.01304911, 0.008795608, -0.010211151, -0.0065417336, -0.0070090005, - -0.00057592336, -0.009682041, 0.024558987, -0.015708407, 0.020958286, - -0.017440042, 0.007283863, 0.01698652, 0.008280241, 0.014938791, - -0.0047723046, 0.011935915, 0.022676177, 0.015749635, 0.008211525, - 0.01016305, 0.011557979, -0.0022384136, 0.011489264, -0.01498002, - 0.013914927, 0.00220062, 0.02066968, -0.00079151883, 0.025411062, - 0.0039511523, -0.047111478, 0.020216156, -0.0063733803, 0.032736156, - 0.015144938, 0.0009800575, 0.012760503, 0.028640699, -0.015584718, - -0.002820779, -0.019130448, 0.007826717, 0.008720021, -0.01580461, - -0.0021112897, -0.6521944, 0.012684916, 0.019364081, -0.0013159055, - 0.033093475, 0.0007481421, -0.008884938, 0.0053838743, -0.021521755, - 0.029987527, 0.009324719, 0.004748254, 0.0076617994, -0.011626694, - 0.005813347, -0.012684916, 0.000566475, -0.02391306, -0.019583972, - 0.0037999777, -0.040267393, -0.006280614, -0.0050128098, 0.00845203, - 0.014389065, 0.006936849, -0.00091563654, -0.0014756694, 0.003506218, - 0.011145685, -0.020037495, 0.013028495, 0.019364081, 0.024861336, - 0.054587744, -0.031774133, -0.0032330733, 0.04515995, 0.0046451804, - 0.016959032, -0.017096464, -0.010822721, 0.0042294506, -0.005562535, - -0.0080466075, 0.0059370357, 0.0055522276, 0.00096889125, 0.018030997, - 0.00085808715, 0.02225014, 0.00042689624, -0.0075037535, -0.002295104, - 0.00775113, 0.004098891, 0.0123482095, -0.021562984, 0.004813534, - -0.0020683422, -0.00091391866, 0.0044252905, -0.046094485, - -0.0114823915, -0.029217912, 0.010066848, -0.009661426, -0.0067375735, - -0.006356201, -0.0008847145, 0.002599171, 0.018965531, -0.011289988, - -0.013035366, 0.030757142, 0.0045833364, 0.013997386, 0.014086717, - -0.021411808, 0.027087726, 0.01042417, 0.009716398, 0.00039747733, - -0.011138814, 0.02597453, 0.00059439073, -0.02637308, -0.0050987042, - -0.0012514845, -0.029657692, -0.0055934573, 0.015186167, -0.008699406, - -0.025466034, -0.014265377, 0.0005278224, -0.005861448, 0.022786122, - -0.00053383503, -0.017233895, 0.0018364268, -0.0015048736, - 0.0012471898, 0.0049063005, 0.0025734026, 0.009489637, -0.0050780894, - -0.0049200435, 0.03463271, -0.006459275, -0.0027297307, -0.011640438, - 0.0008413377, 0.0071945325, 0.006936849, -0.02290981, 0.014856332, - 0.0065279906, -0.005964522, -0.009310976, 0.023294618, -0.01650551, - 0.029822608, -0.015406057, -0.00073998206, 0.023047242, 0.0034443738, - -0.01572215, -0.011963402, -0.013310229, 0.009695784, -0.009860702, - 0.024820108, -0.01638182, 0.022497516, 0.020491019, 0.005325466, - -0.008603204, 0.017495014, -0.03248878, -0.020298615, -0.007730515, - 0.013378945, -0.028530754, -0.0188281, -0.047056504, -0.01125563, - -0.009441536, 0.011571722, -0.029850096, 0.019817606, -0.019006759, - -0.02216768, 0.022744894, -0.016271876, -0.011887814, -0.01646428, - -0.039800126, -0.044472795, -0.0026696045, 0.0037999777, 0.015447287, - -0.012272622, 0.011296859, -0.0064833253, -0.0041847853, - -0.00065580534, 0.021095717, -0.0077580013, -0.01304911, 0.005861448, - -0.012897935, -0.040267393, 0.007668671, -0.026331853, 0.004253501, - -0.0149937635, 0.0052326997, -0.030317362, 0.006043545, 0.004064533, - -0.009132315, -0.026428055, -0.011276245, 0.029025508, -0.012183292, - 0.003731262, 0.00392023, -0.034192927, 0.031829108, -0.008589461, - 0.0023861523, -0.008823095, -0.020930799, -0.015378571, 0.010657803, - -0.01576338, -0.0072288904, 0.021659186, 0.005861448, 0.03815095, - -0.010589087, 0.01984509, -0.033835605, 0.033835605, 0.0047585615, - 0.0012222803, -0.014402809, 0.010341711, 0.025864586, -0.0139699, - -0.002631811, -0.023638198, -0.009908803, -0.0029410315, 0.008204653, - 0.009235389, 0.025905816, -0.011413676, 0.02916294, 0.020147441, - -0.004713896, 0.024009261, -0.012361953, -0.044225417, 0.016711656, - 0.010980767, 0.031389326, 0.008891811, -0.017508758, 0.0038961796, - 0.019542743, 0.019941293, -0.004164171, 0.007524368, -0.007428166, - -0.0009517123, -0.0062909215, 0.041449305, 0.003396273, 0.020064982, - -0.0035010644, 0.008479516, -0.01984509, 0.024627702, -0.001163013, - 0.04848579, -0.0013511223, 0.009654555, 0.0042054, -0.018979274, - -0.013028495, -0.018168429, -0.009654555, 0.00076059677, -0.014196661, - -0.0015649998, -0.017055234, 0.015076222, 0.03595205, -0.010218023, - 0.033780634, 0.008871196, -0.012781118, -0.012815476, -0.008809351, - 0.008067222, 0.00075286627, -0.017632445, 0.028255891, 0.00370034, - -0.0036247526, 0.0057137096, -0.01033484, 0.019872578, 0.016216902, - 0.011028868, 0.0047860476, 0.021095717, 0.01926788, -0.0072769914, - -0.03298353, 0.008774994, -0.008878067, -0.010994511, -0.017000262, - -0.018910557, 0.006809725, -0.013083467, 0.0086650485, -0.02916294, - 0.024586475, -0.015103709, 0.003202151, -0.008142809, 0.015392315, - 0.020765882, -0.015351085, 0.019790119, -0.021301864, -0.018250886, - 0.0011295142, -0.01800351, -0.011028868, 0.00529798, 0.027788624, - -0.02811846, -0.022263883, 0.0029685178, -0.022043994, 0.014031744, - -0.0045489785, 0.009668297, -0.003093924, 0.006016059, 0.009180416, - -0.030839602, 0.0043153455, 0.008747507, 0.007977892, 0.00963394, - -0.03136184, -0.0046829744, -0.011138814, 0.119290434, 0.021714158, - 0.0010908616, 0.03127938, 0.005579714, 0.028283378, 0.0063390224, - -0.03122441, 0.035759646, -0.017742392, -0.0035251149, -0.0061294395, - 0.0142516345, -0.017041491, -0.0011570004, -0.005208649, - -0.0005763529, -0.016519252, -0.026331853, -0.010341711, 0.010747134, - 0.005473205, 0.016299361, 0.036941554, 0.009860702, 0.007819845, - 0.037161443, 0.041861597, 0.018292116, -0.010417298, 0.02044979, - 0.020477276, 0.015859582, 0.011042612, -0.018374575, 0.008225268, - -0.0097026555, 0.020422302, 0.021920305, -0.015034993, 0.0073113493, - 0.024668932, 0.016106958, 0.0007992494, 0.010719648, -0.009091086, - -0.0007395526, 0.019336594, -0.009173544, -0.019006759, 0.010348583, - 0.005754939, -0.012148934, -0.007668671, 0.025892071, -0.024270382, - 0.0016637787, -0.015997013, 0.00020818706, -0.014485267, -0.010458528, - 0.0024325354, 0.0031849723, 0.003937409, -0.022181425, -0.018429548, - -0.009420921, 0.007297606, -0.0059679574, -0.0029685178, 0.0006201591, - -0.012018374, -0.012478769, 0.005528177, 0.012465026, 0.017948538, - 0.017783621, 0.012513127, -0.016395563, 0.014691414, 0.0055316132, - -0.0059404713, -0.0175225, -0.028723158, -0.0080466075, -0.0075518545, - -0.029272884, -0.0142516345, 0.013475147, 0.0017900437, -0.019460283, - 0.01607947, 0.026840348, -0.005981701, 0.010918923, 0.004030175, - 0.011661053, 0.0048341486, 0.025727155, -0.005895806, -0.0009371102, - -0.023596969, -0.0038996155, -0.034440305, -0.004538671, 0.022896068, - 0.020037495, 0.0057480675, -0.009805729, -0.01480136, 0.018140942, - -0.0006811443, -0.005270493, 0.016587967, 0.015777122, 0.0108158495, - 0.035457294, -0.00087784295, -0.0043737534, -0.0147463875, - -0.03323091, -0.04878814, 0.026606714, 0.01616193, -0.01992755, - 0.008678792, -0.00290152, -0.0015521157, -0.02110946, 0.01918542, - -0.014526497, 0.033615716, -0.008637562, -0.03460522, -0.03471517, - -0.024201665, -0.022786122, 0.015955783, 0.013784368, -0.009970646, - -0.0131384395, -0.007345707, 0.012252008, -0.008610076, 0.037078988, - -0.029190425, -0.0010075438, 0.0049337866, -0.012238264, - 0.000028667328, 0.0054560257, 0.016038243, -0.02154924, 0.00024845017, - -0.014567726, -0.014842589, 0.00014290716, -0.019955037, 0.026290623, - 0.020752138, 0.032048997, 0.007902305, -0.024160437, 0.025933301, - -0.000017098397, -0.0059988797, -0.0081702955, 0.0039511523, - -0.009991261, 0.022648692, 0.0068956194, 0.00884371, -0.0010384659, - -0.011523621, 0.008692535, 0.025218658, -0.005930164, -0.00806035, - -0.015928296, -0.020216156, -0.01926788, 0.017233895, -0.011709154, - 0.009420921, -0.027651194, -0.0004215278, 0.028145947, 0.00823214, - 0.0044390336, -0.0088368375, 0.015158681, 0.0030733093, 0.015598462, - 0.013983643, 0.01878687, -0.013117826, -0.017096464, -0.026675431, - -0.003507936, 0.02417418, 0.011269373, 0.0038308997, -0.019680174, - -0.0069402847, -0.0069299773, 0.008726893, -0.0078061023, -0.04296105, - 0.013935542, -0.019693917, -0.006524555, 0.009359077, -0.017206408, - -0.0013683012, -0.018319603, 0.012946036, -0.009585839, 0.014361579, - -0.014100459, -0.0027331666, 0.015227397, 0.016849088, 0.008369571, - -0.0037415694, 0.035897076, -0.007812974, -0.0061912835, -0.009393435, - -0.006205027, 0.009812601, 0.0020923926, 0.027390074, 0.0036213167, - -0.026661688, -0.010479143, 0.027981028, 0.005088397, 0.00039189417, - -0.015254883, 0.03298353, 0.035897076, 0.026826605, -0.0038996155, - -0.019900063, -0.021975277, 0.012176421, 0.004700153, 0.032213915, - 0.0064146095, -0.012897935, -0.00867192, 0.037518766, -0.0070983307, - 0.016725399, 0.0098263435, -0.003492475, -0.008589461, 0.00027915748, - -0.009434665, 0.0030509767, -0.007297606, 0.0079229195, -0.007964148, - 0.0006918811, 0.013750009, 0.016051985, 0.003315532, -0.013159054, - 0.0044596484, 0.03160922, -0.023418307, -0.01147552, 0.012774247, - -0.038755648, 0.0062359488, -0.017110206, -0.010362326, -0.007208276, - 0.0075862124, -0.007290735, 0.019006759, 0.015557232, -0.019680174, - -0.0038652576, 0.0012669455, -0.0036556746, -0.013811854, - -0.010176794, 0.027335102, -0.02579587, -0.03290107, -0.032956045, - 0.02044979, 0.005947343, -0.008623819, -0.029052993, 0.0042638085, - 0.012636815, -0.00880248, 0.008754379, -0.022593718, 0.008369571, - -0.021027, 0.019212907, -0.034962542, -0.04353826, -0.004607387, - -0.030509766, -0.036144454, 0.0003102943, 0.0026043246, 0.023844345, - -0.004720768, 0.01878687, 0.0033069425, -0.0058442694, 0.008080965, - -0.025108714, -0.04191657, -0.00727012, -0.012320723, -0.007916047, - 0.021617956, -0.016587967, 0.017000262, -0.016574224, 0.0147189, - 0.01918542, -0.018223401, -0.00091563654, -0.01926788, -0.010650932, - 0.0061122607, -0.00915293, -0.0004625425, -0.015131195, -0.022222655, - 0.0021885948, 0.007510625, 0.014155432, 0.012492512, 0.009310976, - 0.022525003, 0.0010307353, -0.0047585615, 0.005590021, -0.01804474, - 0.0141279455, -0.019474026, -0.0049887593, 0.01173664, 0.017728647, - 0.03372566, -0.039470293, -0.010671547, 0.0043462673, -0.018731898, - -0.044747658, 0.0019137319, 0.006266871, -0.0017316354, -0.010245509, - -0.009407178, 0.021315606, -0.011289988, 0.000781641, 0.01269866, - -0.00077605783, -0.013585092, 0.015474773, -0.008280241, -0.023844345, - -0.019254137, -0.0031059491, 0.013653807, -0.0077030286, 0.0028585726, - 0.011812227, 0.0063252794, 0.011118199, 0.007033051, 0.026469283, - 0.03537484, 0.015227397, 0.017247638, -0.023363335, -0.0031351533, - 0.018415805, 0.015488517, -0.008823095, 0.01650551, 0.010726519, - -0.0137087805, -0.012245136, 0.009888188, -0.0181272, 0.019735146, - -0.014306607, 0.0144990105, -0.0039099227, -0.018498264, - -0.0024325354, 0.01730261, -0.028723158, -0.0017591217, -0.005074654, - -0.0014928484, 0.0037553124, 0.014732644, -0.020655936, -0.011839713, - -0.0030973598, 0.0075999554, 0.0015237704, -0.01361945, 0.004384061, - 0.002406767, -0.012011503, 0.012870449, -0.006026366, -0.0108639505, - -0.0033756583, -0.018979274, 0.008280241, 0.023088472, -0.0043600104, - 0.0048272773, -0.019556485, -0.010939538, -0.008768122, -0.015309855, - 0.00013184822, -0.010176794, 0.0056827874, -0.0011870635, 0.011846585, - 0.2076863, -0.030152444, -0.014883818, 0.026441798, 0.0027675244, - 0.024806364, 0.036446802, 0.0041744784, -0.0011904993, 0.023280876, - 0.01800351, 0.0032588416, -0.026620459, -0.008403929, 0.009407178, - -0.03188408, -0.0454623, -0.006792546, -0.020642193, 0.008266497, - 0.013207155, -0.006995257, -0.017055234, -0.0061603617, 0.029272884, - 0.008417672, -0.026166935, 0.010245509, 0.030427307, 0.008513874, - -0.008520746, -0.0149937635, 0.002679912, -0.006905927, 0.0016182545, - 0.0175225, 0.0033550435, -0.015818352, -0.004150428, 0.0068543903, - -0.008685663, 0.0028448296, -0.01808597, 0.013207155, 0.012959779, - -0.0028087539, -0.011159428, 0.014828846, -0.003459835, 0.017728647, - -0.025218658, -0.016876573, 0.02150801, 0.016656684, -0.0063802516, - -0.00079366623, -0.004573029, 0.0119771445, 0.008781865, 0.030124959, - -0.008328342, 0.01690406, 0.012623073, 0.021027, -0.021659186, - 0.0055659707, 0.00031050903, 0.013743138, -0.00020174497, - -0.0071670464, -0.006964335, -0.013097211, -0.026661688, -0.009462151, - -0.03152676, -0.018333346, 0.028283378, 0.0095308665, 0.02930037, - 0.035402324, 0.00994316, -0.009860702, 0.020353587, 0.014677672, - -0.000693599, -0.041449305, 0.018113457, -0.016478023, -0.008561975, - 0.010245509, 0.0011114763, -0.020600963, -0.01616193, -0.0031334355, - -0.0043737534, -0.027871083, -0.00510214, -0.010142436, -0.018883072, - -0.004287859, -0.02058722, 0.031994026, 0.005136498, 0.0021628262, - -0.017659932, -0.020724652, -0.009791986, 0.026510512, 0.021906562, - 0.012162677, -0.01694529, -0.029822608, 0.010444785, -0.009097957, - 0.024064235, 0.0126436865, 0.02465519, -0.01094641, 0.01874564, - -0.013605706, -0.00037879523, -0.010080592, 0.035319865, 0.002659297, - 0.006407738, -0.031416815, -0.025012512, -0.007991634, 0.0014421706, - -0.02479262, 0.014938791, -0.009262875, 0.010389812, -0.032571238, - 0.0066516786, -0.016532995, 0.008376443, -0.019597715, 0.008548232, - 0.008362699, -0.008472645, -0.020917056, 0.020463532, -0.0034100162, - 0.033093475, -0.019721404, 0.023459537, 0.017921051, -0.024201665, - -0.019515255, 0.0071395603, 0.033863094, -0.035484783, -0.018951787, - 0.00069875264, -0.0060882103, -0.016368078, -0.020985771, - -0.017797364, -0.011049483, -0.009908803, 0.010108078, 0.020504761, - -0.007235762, -0.023995519, 0.0017032902, -0.17635195, 0.023198416, - 0.035319865, -0.024545245, 0.02176913, -0.023170931, 0.018374575, - 0.019831348, -0.013200284, -0.0019206036, 0.017330097, 0.0009027524, - -0.0058167833, -0.025301117, -0.006294357, 0.011324346, 0.009778243, - 0.025905816, 0.040927064, 0.021246891, 0.006476454, -0.01756373, - 0.0033086604, 0.0059370357, -0.010602831, -0.0011973709, 0.0122245215, - 0.024723906, -0.0016002166, -0.009737013, -0.02535609, 0.00036827315, - 0.010362326, -0.007173918, -0.0028396759, 0.003975203, -0.010266124, - -0.00051407923, -0.0027366024, 0.040294882, 0.017797364, 0.0048066624, - -0.0032313552, 0.014334093, -0.00606416, 0.016271876, -0.004267244, - -0.01948777, -0.0010754005, -0.0137568815, -0.0067822384, - 0.0020305486, -0.012959779, -0.0023809986, -0.001881092, -0.015749635, - -0.0043119094, 0.020875826, 0.0028139076, 0.0014164022, -0.023459537, - -0.009599582, 0.024765134, -0.006857826, -0.012375696, -0.026895322, - 0.0040576616, 0.006679165, -0.03149927, 0.02417418, -0.020353587, - -0.0060675954, 0.0032725846, -0.019680174, 0.020972028, -0.009187288, - -0.019460283, -0.0070433584, 0.008548232, 0.029575232, 0.015392315, - -0.0010659521, -0.011441163, -0.014966277, -0.02084834, 0.0012231392, - -0.011097584, 0.0005686223, -0.034962542, -0.013317101, 0.033038504, - -0.020106211, -0.020532249, -0.005088397, 0.031389326, 0.016766628, - 0.011468649, -0.008383314, 0.019157935, -0.022153938, 0.0061775404, - 0.009675169, -0.009386564, 0.018910557, 0.034935057, -0.0033464541, - 0.025892071, -0.007393808, 0.03529238, -0.013715652, -0.016216902, - 0.018195914, 0.020793367, 0.0336432, -0.0041057626, 0.02421541, - 0.024242895, -0.031416815, 0.0245315, 0.0017565448, 0.054257907, - -0.013303357, -0.028393323, 0.0069437204, -0.032873586, -0.029547747, - -0.1313844, -0.013317101, 0.0071395603, 0.020353587, 0.022401314, - 0.008774994, -0.005339209, 0.0017324943, 0.004212272, 0.04067969, - -0.020133696, -0.018333346, -0.0016371513, 0.0028293685, 0.01239631, - -0.022717407, -0.015777122, -0.025685925, -0.024229152, 0.041201927, - -0.011557979, -0.018594466, 0.0103210965, 0.02229137, -0.02058722, - -0.006084774, -0.042851105, 0.027019009, 0.0049750158, 0.0021387758, - 0.013378945, -0.008465773, 0.018759383, -0.008774994, 0.006899055, - -0.0033533257, 0.019556485, -0.019157935, 0.009201031, -0.023019755, - -0.015516003, 0.022263883, 0.01059596, 0.0033687868, 0.012032118, - -0.011468649, -0.029850096, 0.024696419, -0.011640438, 0.0017350712, - -0.04848579, -0.0021645443, -0.03839833, -0.019254137, 0.030949546, - -0.031774133, 0.01686283, -0.0064317887, -0.006167233, -0.020243643, - -0.0065417336, -0.016189417, -0.02833835, 0.02225014, 0.016024498, - -0.018979274, -0.01134496, 0.00085207453, -0.004861635, -0.017508758, - -0.009819472, 0.0128910635, 0.0062084626, 0.03542981, -0.032653697, - -0.0024840722, -0.0040610973, -0.023308363, 0.015117452, 0.0015272062, - -0.006246256, -0.01125563, -0.00094226387, -0.02150801, -0.009194159, - -0.00094913546, 0.012932293, -0.0036247526, -0.005370131, -0.02409172, - -0.018676924, 0.042823616, 0.020820854, -0.01059596, -0.02571341, - 0.011846585, 0.0058717555, -0.008431415, 0.01646428, -0.0078061023, - 0.012705531, 0.0010900026, -0.032653697, 0.031416815, 0.017714905, - -0.0010857079, -0.00026584382, -0.004497442, -0.00089158607, - 0.022497516, 0.0021748515, 0.0019137319, 0.0016938418, -0.0053323377, - -0.012733017, -0.026620459, -0.020051239, -0.025630953, -0.009846958, - -0.023995519, 0.0038308997, -0.000027781538, -0.0010401837, - 0.042521268, -0.011351832, 0.021562984, 0.0035027822, -0.017096464, - 0.00018864604, -0.004037047, -0.0077030286, -0.0110632265, - 0.015227397, -0.017453786, 0.0010161332, -0.01546103, -0.0052258284, - -0.014416552, 0.0009972365, 0.0181272, -0.013062852, 0.029492775, - 0.021672929, -0.0032330733, -0.0057686823, -0.028915562, -0.001403518, - -0.0023500766, -0.021879075, 0.015172425, 0.00015278504, 0.014430295, - 0.02351451, 0.015612205, -0.026180677, -0.0024926616, -0.028558241, - 0.0030750271, -0.011324346, 0.002980543, 0.0038034134, -0.021700416, - 0.0076068267, 0.0076343133, 0.008280241, -0.023170931, -0.00424663, - -0.0060950816, -0.000028533117, -0.012712402, -0.0031317177, - -0.012451283, -0.020037495, -0.0097026555, 0.023253389, 0.0045661577, - -0.000326829, -0.024009261, 0.0038618217, 0.006524555, -0.011496135, - 0.023006013, 0.021040745, -0.002075214, -0.0050437315, 0.021219404, - 0.0328461, -0.008383314, 0.0080466075, 0.025424805, 0.0068612616, - -0.0052739293, -0.0051845987, 0.01690406, -0.008658177, -0.010534115, - 0.0070433584, 0.03727139, -0.015392315, 0.010561601, -0.0043256525, - -0.005308287, 0.015309855, -0.0068887477, -0.0043634465, - -0.0038343356, -0.0068612616, 0.011915301, 0.007929791, -0.035099976, - -0.015488517, 0.0047242036, 0.0016328566, 0.025988273, 0.001163013, - 0.004796355, -0.018512007, 0.010836464, 0.00040134258, 0.0050574746, - -0.022964783, -0.003330993, 0.019735146, 0.021343093, 0.011104455, - -0.0105135, 0.027046496, -0.0017677111, 0.020972028, -0.022263883, - 0.0109876385, 0.010149308, 0.013695037, -0.013172798, -0.029382829, - -0.005201778, 0.006187848, -0.01646428, 0.0048410203, 0.022579975, - -0.0116816675, 0.071244426, -0.008019121, -0.024517758, -0.0035422938, - 0.01454024, 0.015997013, 0.0032244837, 0.010479143, -0.014663928, - -0.017769877, 0.0024136386, -0.011812227, -0.015433544, -0.026263136, - -0.015186167, 0.03235135, -0.00070090004, 0.032626208, 0.014141689, - -0.013949285, 0.03551227, -0.0075655975, 0.0040748403, 0.01458147, - -0.016258132, -0.00070562423, 0.024820108, 0.012568099, -0.00963394, - -0.03608948, 0.013097211, 0.0065623485, -0.030647198, -0.013447661, - 0.019089218, -0.0058236546, -0.00985383, 0.003889308, 0.0010599395, - 0.042603727, -0.017659932, -0.007455652, -0.023280876, -0.015584718, - -0.0031007954, -0.006792546, 0.0009912238, -0.005136498, -0.028998021 - ], - "metadata": { - "chunkTitle": "Efficient Fitness", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64054&chunkSid=chunk_127142" - }, - "document": "Andrew Huberman: To the point where focus during sets becomes harder to achieve at the beginning of a set. Because in between sets I was focused on a conversation, not on training. I'm a big believer in making your exercise fun, making it accessible, meaning not so expensive or geographically difficult to achieve that you don't do it, or that it starts to interfere with other areas of life. This is really important. You want fitness to be blended with the rest of your life, but you don't want it so blended with the rest of your life that the rest of your life starts to impede your efforts. Or, and this happens quite often for a lot of people, that workouts start to take an hour and a half, 2 hours, when they could easily be completed in 45 minutes to an hour if you were just more efficient with your time. And of course, you don't need me to tell you this, but smartphones can be one of the major bleeds on our focus and efficiency. In fact, it can cause you to hemorrhage focus and efficiency. So what I'm suggesting here is not throwing away your smartphone, although some people do benefit from just leaving it in the car or at home when they are training, but rather to designate podcasts, books, music playlists for that particular workout and to just stick to those for the duration of your workout. And once you cross into the line, that's what you're listening to, and only that or nothing. And of course, once you cross back over the line as you finish your workout, you can decide to continue to listen to the podcast or continue to listen to the audiobook or to the music.\n\nAndrew Huberman: That's up to you. Although I highly recommend that you do incorporate that down regulation period of three to five minutes minimum. The last category of tools to improve your fitness come from the discussions about nutrition and supplementation and recovery in the series with Dr. Andy Galpin. Now, the list of tools I'm about to describe is not exhaustive, meaning it doesn't even begin to come close to the total number of tools that one could glean from the discussion about nutrition and supplementationbased tools I had with Dr. Andy Galpin on this podcast. But they are the major ones that are definitely worth knowing, and those include supplementing with omega three fatty acids." - }, - "truncated_cells": [] - }, - { - "row_idx": 93, - "row": { - "id": "chunk_127150", - "embedding": [ - -0.024313394, -0.0065106307, 0.0026712394, -0.0073322966, - -0.001088955, -0.013648235, 0.007655683, -0.040891908, -0.014954981, - -0.015918542, 0.01570735, 0.026478104, -0.017515674, -0.024484986, - -0.0051906854, -0.009120823, 0.046937257, 0.0070221093, -0.0016705559, - -0.011404328, -0.005335879, 0.008130863, 0.004728704, -0.007853675, - -0.033236224, 0.008045067, -0.0025309953, -0.005438175, 0.017792864, - -0.026847688, 0.030226748, -0.0068043186, -0.006253241, 0.011826711, - -0.012037902, -0.01569415, 0.0056130677, -0.0136746345, 0.035348136, - -0.0008311531, 0.024511386, -0.006909914, -0.0014931882, 0.015152973, - -0.0061773444, -0.018413238, 0.010750955, -0.02129072, 0.0012093999, - 0.02848442, 0.03070193, -0.010651959, -0.008388253, -0.0030144253, - -0.017898459, -0.00085053983, -0.04276623, 0.029540377, 0.004613209, - 0.004883798, -0.010552963, -0.004081931, -0.0011755764, 0.008295856, - 0.021647105, -0.0055767694, -0.005622967, -0.0036166504, - -0.00037309082, 0.023864612, -0.0132258525, 0.02872201, 0.0035011552, - 0.011952105, 0.051847454, -0.009384812, -0.008282657, -0.0021333618, - -0.002780135, -0.010902748, 0.0042634234, -0.023310235, -0.02924999, - 0.040759914, 0.005781361, -0.019178806, 0.010486966, -0.019746384, - 0.000098789664, -0.01135153, 0.013978221, 0.0052104844, 0.032919437, - 0.022386273, 0.019627588, 0.008058267, -0.011371329, 0.010566163, - -0.02028756, -0.004006034, -0.014796588, 0.02750766, -0.0077942773, - -0.005679065, -0.021396315, 0.0064842314, 0.010533164, -0.0037090464, - 0.002270306, -0.033948995, 0.0020442654, 0.02753406, -0.0053754775, - -0.021422714, -0.027850848, -0.009866592, 0.010849951, -0.021211522, - -0.006890115, -0.0017555273, 0.027349269, 0.020181965, 0.042423043, - -0.000018097688, 0.00093551126, 0.011509923, -0.0057120635, - -0.0012547731, 0.00066492247, -0.02295385, 0.013542639, 0.005151087, - 0.0036364496, 0.010526564, -0.025316553, 0.010077783, -0.013965022, - -0.0027091878, -0.03883279, -0.019865178, 0.017621271, 0.004735304, - -0.0035440533, -0.016354123, -0.040205535, 0.020419555, 0.018043654, - 0.023587424, 0.0043657194, -0.007028709, 0.011212936, 0.021132326, - 0.008071466, -0.0056889644, -0.002440249, 0.016604913, -0.016763307, - 0.0060255504, -0.021343516, -0.02098713, 0.03218027, 0.0007358696, - 0.028642815, 0.0069165137, -0.0071145054, 0.018413238, 0.030305946, - -0.013153256, 0.012374488, 0.0047320044, -0.002707538, 0.025791733, - -0.03746005, 0.008612644, 0.0034450574, 0.017898459, 0.0032899638, - 0.0013570689, -0.02003677, -0.022861455, 0.009450809, 0.0033510113, - 0.030358743, 0.018413238, -0.0077612787, 0.0069891107, 0.023138642, - -0.007662283, -0.007121105, -0.01836044, -0.020010373, 0.0076754824, - -0.0047485037, -0.006870316, -0.6500467, 0.0034945554, -0.005451374, - -0.013417245, 0.027375666, 0.010117381, -0.0013686183, -0.0017340783, - 0.0025788434, 0.0120049035, 0.009543205, -0.0014106916, -0.004468015, - -0.032734644, -0.011714515, -0.020683544, 0.010216377, 0.0004854924, - -0.034872957, 0.0027520861, -0.030173952, 0.006154245, -0.00078165514, - 0.006306039, 0.025976526, -0.008876633, -0.000870339, 0.00014333782, - 0.01981238, 0.0122886915, -0.009582804, 0.01863763, 0.036852874, - 0.016327724, 0.05023712, -0.03334182, -0.012123698, 0.005695564, - 0.008639042, 0.03326262, -0.013140056, 0.00034937303, 0.026874088, - 0.017476076, -0.016076935, 0.018162448, -0.025989724, 0.009991987, - 0.033948995, -0.0029649273, 0.018466035, 0.0022884554, -0.02729647, - -0.013555839, 0.023613824, -0.00020675707, 0.017264886, - -0.00018365802, -0.02466978, 0.019152407, 0.023257438, 0.01836044, - -0.014545798, -0.0055899685, -0.02750766, 0.0074312924, -0.016235327, - 0.0045769108, -0.0055899685, -0.02268986, 0.022914251, 0.00078413007, - 0.01160232, 0.010559563, 0.017489277, 0.024313394, 0.006695423, - 0.020881535, -0.011773913, 0.014110216, 0.0006554354, 0.024682978, - -0.0020261162, -0.00265804, 0.0003815467, -0.0061971433, -0.013859427, - -5.5749647e-6, -0.022056287, -0.023732617, -0.0018693727, 0.010440768, - 0.016274927, -0.008130863, -0.02053835, 0.0013108707, -0.017898459, - -0.0106387595, -0.0010320323, -0.0018990714, 0.0117607135, - 0.0076886816, -0.0008134163, 0.007563287, 0.018215246, -0.00046486827, - -0.0015212371, 0.0011170037, 0.009338614, -0.027243672, 0.008355254, - -0.004398718, -0.003768444, 0.007616085, 0.008790836, -0.02345543, - 0.0046231085, 0.020630747, 0.0019205206, -0.021567907, 0.005632867, - -0.011305332, 0.0075500878, -0.00013890363, 0.0101305805, 0.01643332, - 0.008817235, -0.007807477, 0.01304106, -0.030385142, 0.007385094, - 0.010955547, 0.009846793, -0.025474945, 0.01375383, 0.009589403, - 0.02441899, 0.025936926, 0.0076490836, -0.017066894, -0.010407769, - -0.017502476, 0.0118003115, -0.023534626, -0.0040159337, -0.02056475, - -0.023336634, 0.0021185123, 0.004058832, -0.00064636074, -0.008619243, - -0.028801208, -0.019904776, 0.0026547401, -0.0021449113, -0.014624995, - -0.021449113, -0.039281573, -0.015073776, 0.0018248245, -0.0029434783, - 0.0053754775, -0.0071871025, 0.011404328, -0.012704474, -0.014295008, - 0.0026398906, 0.013727432, -0.019719984, -0.019653987, 0.00045785605, - -0.01257908, -0.01521897, 0.02345543, -0.012777071, 0.0020013673, - -0.02631971, 0.027402066, -0.032497056, 0.008579645, -0.0031596192, - -0.0038047426, -0.0068241176, -0.0033477114, 0.044561356, 0.013793429, - -0.01619573, 0.0042601237, -0.043531798, 0.01616933, 0.015416962, - 0.0008117664, -0.029857164, 0.011232736, 4.998133e-6, 0.0024913969, - -0.00032957387, 0.009873192, -0.006259841, 0.013833027, 0.022623863, - -0.0033411118, -0.017674068, -0.018043654, 0.023996606, -0.008658841, - 0.03431858, -0.013338048, 0.015047377, 0.021383114, -0.012790271, - -0.007470891, -0.013793429, -0.009008627, -0.006645925, 0.02006317, - -0.022887852, 0.013252252, -0.0169085, 0.032048274, 0.012843069, - 0.022808656, 0.017000897, -0.0035374537, -0.02609532, 0.02250507, - 0.019033613, 0.010249376, -0.015614954, -0.0314411, 0.015601754, - 0.029355586, -0.018888418, 0.010282375, 0.033817, 0.016750107, - 0.011311932, -0.021633904, 0.019495593, 0.0016928299, 0.0065007308, - -0.008493848, 0.028854005, -0.0139386235, 0.017449677, 0.016024137, - 0.023310235, 0.014624995, -0.022531468, 0.009734597, 0.008190261, - 0.005609768, -0.035084147, -0.015496159, -0.01742328, -0.0051048887, - -0.010909349, -0.005616368, -0.0016928299, 0.015918542, -0.004883798, - 0.037301656, -0.01572055, -0.015588555, 0.019521993, -0.0055965683, - 0.016750107, -0.03672088, -0.005636167, 0.015562156, -0.030754726, - 0.009760996, 0.0027867346, -0.021396315, 0.027190875, 0.010288974, - 0.015496159, -0.0049629947, 0.032021876, 0.03215387, -0.01961439, - -0.014308208, 0.012935464, 0.02564654, 0.000021474892, 0.00020386968, - -0.03841041, 0.00869844, 0.010830152, 0.004527413, -0.03170509, - 0.008427851, -0.010011786, -0.013463443, -0.0035704523, 0.0070947064, - 0.038595203, -0.0044449163, 0.010084382, -0.029408382, -0.008045067, - -0.009061425, 0.015918542, -0.023495028, 0.0193372, 0.019983973, - -0.016750107, -0.018518833, 0.025514545, -0.016604913, 0.012183096, - 0.0006744096, -0.0031068213, -0.008566446, -0.0039367373, - 0.0049200966, -0.026530903, 0.0058407583, 0.04041673, -0.0071739033, - -0.007893274, -0.01593174, -0.011424127, -0.0023610522, 0.09266017, - 0.019706784, 0.0028642814, 0.016816104, -0.018228445, 0.01956159, - 0.0059859524, -0.036800075, 0.025461746, -0.004468015, 0.031757887, - -0.0028593317, 0.0037255457, -0.02827323, -0.003481356, -0.002370952, - -0.023099044, -0.039043985, -0.011021544, 0.0018165748, 0.008401453, - -0.0004900297, 0.015034178, 0.035876114, 0.014057418, 0.00072844484, - 0.0021762599, 0.023732617, 0.009866592, -0.004012634, 0.0071805026, - 0.0016029087, 0.015918542, 0.012618678, 0.0030771226, -0.009325414, - -0.0045769108, -0.015812946, 0.024141802, 0.0021762599, 0.012150098, - 0.03429218, -0.0071607037, 0.00043805686, -0.0007659808, 0.0033774101, - -0.0009874841, 0.019944375, -0.007985669, -0.013199454, 0.012229294, - 0.0314939, -0.022188282, 0.008315655, 0.006695423, -0.021660304, - -0.00032524279, -0.021660304, -0.019865178, -0.0011648518, - -0.0011401029, -0.017304484, 0.011212936, 0.019891577, -0.0027223874, - -0.018690426, -0.008441051, -0.008922831, -0.0027405366, -0.01304106, - -0.038014427, -0.0217527, 0.0053028804, 0.008190261, 0.018056853, - 0.018730026, 0.015060577, 0.014334607, -0.0086852405, 0.0067449207, - -0.0034120588, -0.018426437, -0.0047188047, -0.018109651, 0.01620893, - 0.0067449207, 0.005094989, -0.016274927, -0.009318815, 0.0076688826, - -0.031124312, 0.0016243578, 0.04131429, 0.004006034, 0.0053490787, - 0.005629567, -0.0006228492, -0.0039202375, 0.031520296, -0.014479801, - -0.00845425, 0.012420686, 0.002316504, -0.013384246, 0.00021552233, - 0.012018102, 0.016736908, -0.0059331544, -0.002517796, 0.0031827183, - 0.0014667893, -0.010744356, 0.012407486, 0.0052830814, 0.041868668, - 0.047280442, 0.01088955, 0.02534295, 0.0049827937, -0.008843634, - -0.04176307, -0.025501344, 0.027666055, 0.0064149345, -0.03365861, - 0.023534626, -0.015047377, -0.0134898415, 0.0030012259, 0.014836186, - -0.011272334, 0.04015274, -0.0024204499, -0.030385142, -0.041842267, - -0.017674068, 0.0005143662, 0.0033526612, -0.015575356, -0.003454957, - -0.03233866, -0.033843398, -0.0008769387, -0.039281573, 0.020010373, - -0.026887286, 0.008408052, -0.029329186, -0.01352944, 0.009332014, - 0.017977657, 0.018162448, -0.016288126, -0.0061476454, 0.018650828, - -0.0122886915, -0.00017004609, -0.012084099, 0.04012634, 0.02993636, - 0.0217791, 0.0015006129, -0.026451705, 0.01158912, 0.0069429125, - -0.007655683, -0.03286664, -0.00918682, 0.0053259796, 0.02853722, - 0.009054826, -0.009200019, -0.0042304248, 0.00045826854, 0.01884882, - 0.021237921, -0.009457408, -0.013153256, -0.024946967, -0.035163343, - 0.0060849483, 0.0313883, 0.0005366403, 0.0071673035, -0.025527744, - -0.031678688, 0.027006082, -0.014347807, 0.018188847, 0.009081224, - 0.0032899638, -0.028405225, 0.019746384, 0.0012679725, -0.0030721729, - -0.008137464, -0.008414652, -0.015997738, 0.0001323039, 0.01475699, - 0.020129167, 0.0093980115, -0.016604913, -0.012889267, -0.03262905, - -0.015192571, -0.015522557, -0.026293311, -0.0041941265, - 0.00079939194, -0.028062038, -0.029038798, -0.0014263659, - -0.0060783485, -0.009760996, 0.007081507, 0.004250224, 0.010341772, - -0.024498187, -0.012235894, -0.001402442, -0.0087248385, 0.013635036, - 0.008579645, 0.04949795, -0.004936596, 0.014598596, -0.002029416, - -0.007926272, 0.007860275, 0.019931175, 0.014479801, -0.015416962, - 0.010209777, -0.019733183, 0.018320842, 0.018043654, -0.002948428, - -0.03357941, 0.037882432, -0.0048408997, 0.0033493615, -0.007220101, - -0.0361929, -0.032048274, 0.0023363032, 0.016274927, 0.020274362, - 0.0039301375, -0.0044548158, -0.013885825, 0.06937633, -0.023600623, - 0.0027190875, -0.0039928346, 0.01956159, 0.009028426, -0.010915948, - -0.009325414, 0.022399474, 0.020617547, 0.0025474946, -0.00627964, - 0.00084270263, 0.019495593, 0.018730026, -0.015047377, -0.0011722764, - -0.014321407, 0.022518268, 0.006817518, -0.028590016, 0.00015725911, - -0.010420969, 0.0066228257, 0.00037742188, -0.000033153316, - -0.00313817, 0.0004685806, -0.024207799, 0.016090134, -0.009543205, - -0.03532174, -0.030965919, -0.017304484, -0.034212984, -0.023561025, - -0.002775185, 0.027824448, -0.036852874, -0.008784236, -0.01619573, - 0.0046231085, -0.009457408, -0.007035309, -0.014017819, -0.0265573, - 0.010467167, -0.0019436196, 0.02872201, -0.008995428, 0.005629567, - -0.026794892, 0.020723142, -0.028880404, -0.022808656, 0.032233067, - -0.007880074, -0.019878378, 0.0025243955, 0.0386216, 0.014624995, - 0.0034714562, 0.021884695, 0.016261727, 0.022742659, 0.013806629, - 0.006141046, -0.03965116, -0.009813794, -0.041921467, -0.016565314, - 0.014347807, -0.004956395, 0.012407486, -0.019706784, 0.01643332, - 0.0096686, 0.0065370295, 0.003916938, -0.016591713, 0.016723707, - -0.0047815023, -0.013390846, -0.009919389, -0.00009853186, - -0.025936926, -0.008553246, -0.000665335, -0.017198889, 0.025026165, - 0.01616933, -0.0024715976, -0.0017373781, -0.020498753, -0.013331449, - 0.004831, -0.0027702353, -0.018228445, -0.004184227, -0.007847075, - 0.010981945, 0.03574412, -0.021317117, 0.014347807, -0.008414652, - -0.043584596, -0.007398294, 0.028220432, 0.029645974, -0.00459011, - -0.0120049035, -0.018505635, 0.018030453, -0.015812946, 0.008190261, - -0.0027223874, 0.019139208, -0.00193042, -0.01376703, -0.01183331, - -0.016063735, -0.02098713, -0.007847075, 0.017264886, -0.008797436, - 0.026689295, -0.00772828, 0.0028230331, 0.038964786, -0.0051675863, - 0.019244803, 0.04012634, 0.008658841, 0.0067317216, -0.006982511, - 0.0021383115, 0.04252864, -0.021119125, -0.0136746345, -0.0009140622, - 0.02031396, -0.0023016548, -0.017344082, 0.0037915432, -0.024841372, - 0.013951822, -0.030411541, 0.018452836, -0.008190261, -0.0074774907, - 0.0007998044, -0.010018385, -0.010519965, -0.015892142, -0.014400604, - -0.003435158, 0.025527744, 0.00555037, -0.0017010797, 0.003910338, - -0.010024985, 0.03582332, 0.010262575, -0.013239052, -0.0027900345, - 0.0056262673, 0.0007445317, 0.014783388, 0.0026497904, 0.004804601, - -0.0016763306, 0.0063192383, 0.012506482, 0.022188282, -0.014545798, - 0.004669307, 0.0017225287, -0.01766087, 0.00037370954, -0.01742328, - -0.020907935, -0.008870033, -0.012994862, 0.003692547, -0.007299298, - 0.1959855, -0.019192006, 0.020828739, 0.017674068, 0.014189413, - -0.00075979356, 0.031467497, 0.029276388, -0.021330317, 0.027217275, - 0.0020376656, 0.009609202, -0.029065197, 0.0003790718, 0.015865743, - -0.022095885, -0.03355301, -0.022056287, 0.0038047426, -0.020577949, - 0.0012465235, -0.025197757, -0.02924999, -0.0011549522, 0.029751569, - 0.010209777, -0.019785982, -0.0064446335, 0.019772781, 0.006870316, - -0.011226135, -0.013727432, -0.021699902, 0.023627022, -0.017977657, - 0.01425541, -0.00531278, -0.007391694, 0.0029154294, -0.00990619, - 0.0064380337, 0.002997926, -0.019033613, -0.008744638, 0.010948947, - 0.02610852, -0.007860275, 0.02007637, -0.0012366239, 0.010189978, - -0.025065763, -0.034714565, 0.0032008674, 0.0006838967, 0.009239618, - -0.006797719, 0.0050586904, 0.0053787776, -0.0042667235, 0.038120024, - -0.014902183, 0.015205771, -0.012150098, 0.013846227, -0.00093551126, - 0.009945788, -0.014690992, 0.026306512, 0.013357847, 0.010830152, - 0.013404045, -0.008823835, -0.01766087, -0.00010306917, -0.011608919, - -0.006203743, 0.014017819, 0.0122688925, 0.012136898, 0.036377694, - -0.002804884, -0.008830435, 0.025078962, 0.0019502193, -0.004058832, - -0.025765333, 0.01111394, -0.0019403197, 0.004567011, -0.008045067, - 0.0052995807, -0.0075962855, -0.007319097, -0.00893603, -0.005952954, - -0.058130395, 0.012684675, 0.01619573, 0.010948947, -0.02513176, - -0.007279499, 0.046594072, -0.00025078963, 0.012816669, -0.01110734, - -0.0070089097, -0.016037336, 0.010486966, 0.030781126, 0.009015227, - -0.0066294256, -0.0105991615, -0.007305898, -0.006797719, 0.012539481, - 0.014136615, 0.0061707445, -0.0029385283, 0.009134022, -0.031784285, - -0.005606468, -0.0134700425, 0.029329186, 0.012915665, 0.00072184514, - -0.014479801, -0.019060012, -0.0046726065, 0.0047452035, -0.02705888, - 0.014928582, -0.022161882, -0.007866874, -0.020683544, -0.006477632, - -0.009925989, 0.0042436244, -0.00074783154, 0.00082331593, - 0.0148757845, -0.004642908, -0.0134898415, 0.008546647, 0.0012118749, - 0.021185122, -0.0053259796, 0.0044614156, 0.0043624192, -0.024960168, - 0.014215812, 0.0037948429, 0.012427285, -0.007899873, -0.011133739, - 0.009596003, -0.007833876, -0.010486966, -0.027745252, -0.00074288173, - -0.010711357, -0.021198323, 0.0039268374, 0.023864612, -0.017410079, - 0.0061641447, -0.003334512, -0.16620752, 0.02874841, 0.042000663, - -0.007893274, 0.036087308, -0.03212747, 0.039255176, -0.0010460567, - -0.033896197, -0.0048672985, 0.01711969, -0.03117711, 0.00007393757, - -0.0021713101, 0.013100458, -0.001956819, 0.0063489373, 0.02391741, - 0.018518833, 0.019139208, 0.006870316, -0.020181965, 0.02271626, - -0.013331449, -0.0069495123, 0.004494414, -0.000702046, 0.065310895, - -0.02489417, -0.0153641645, -0.024062604, 0.017924858, 0.016116533, - 0.0029154294, 0.00048755482, -0.021673502, -0.00041145174, - -0.011549522, -0.029989159, 0.03326262, 0.03191628, 0.0052269837, - -0.013687833, 0.016274927, -0.008480649, -0.0036793477, 0.00035782895, - 0.011245934, -0.014387405, -0.01760807, 0.0062928395, -0.010684958, - 0.0049827937, -0.0061047473, -0.011080941, -0.033685006, 0.007985669, - -0.00051972846, -0.0060354504, -0.007807477, 0.0038707398, - -0.0071145054, 0.04569651, 0.003288314, -0.02488097, -0.008243059, - 0.00033802976, -0.008619243, -0.02606892, 0.0036430492, -0.016776506, - -0.016261727, 0.00796587, -0.01739688, 0.025092162, 0.006546929, - -0.022307077, -0.012711074, 0.020485552, 0.03645689, 0.0032206667, - -0.002267006, -0.019772781, -0.020102767, -0.0034615567, -0.007127705, - 0.009615802, 0.024722576, -0.01717249, -0.0061047473, 0.034371376, - -0.00676472, -0.045353323, -0.010684958, 0.018532032, -0.014097016, - 0.025316553, -0.009332014, 0.016618112, -0.01837364, 0.016327724, - -0.0063885357, -0.03236506, 0.026253713, 0.024141802, -0.008282657, - -0.0012861218, 0.0021630605, 0.022029888, -0.034186587, 0.016525716, - 0.015020979, 0.0026728893, 0.021897893, 0.0106387595, 0.021607505, - 0.023085844, -0.046171688, 0.012229294, -0.0217527, 0.03825202, - 0.0022620563, -0.013899025, 0.023415832, -0.024709377, -0.024511386, - -0.114360064, -0.023495028, 0.028695613, 0.0032223167, 0.017568473, - 0.0016639561, 0.003577052, 0.01667091, -0.017344082, 0.016750107, - -0.011404328, -0.007035309, 0.009107623, -0.00990619, 0.0040720315, - 0.0036199503, 0.023970207, -0.016895302, -0.035136946, 0.024286995, - 0.007662283, -0.010117381, -0.0026167918, 0.022188282, 0.00821666, - -0.0006529605, -0.014136615, 0.0010815302, 0.020089569, -0.0024253996, - -0.009021827, -0.0003103934, 0.021818697, -0.0015781597, 0.016116533, - 0.009048225, -0.0020492151, -0.022835055, 0.011674917, -0.019297602, - -0.00008290907, 0.022003489, 0.0027949843, -0.012994862, - -0.0058407583, -0.009622402, -0.05464574, 0.019785982, 0.0052599823, - -0.009622402, -0.006339038, -0.01160232, -0.035717722, -0.013885825, - 0.033526614, -0.0020360157, 0.016050536, 0.015416962, -0.0011566022, - -0.021831896, 0.006451233, -0.012638477, -0.03357941, 0.0052962806, - 0.035876114, -0.00627964, -0.022003489, 0.0070023104, 0.0010823552, - 0.008394852, -0.007814077, 0.01303446, -0.0041182297, 0.038700797, - -0.030041957, -0.013219253, -0.012367888, -0.022267478, 0.0024616981, - -0.004712205, -0.005632867, -0.011140339, -0.012763872, 0.004441616, - -0.0069033145, 0.002872531, 0.028827608, -0.0022191582, 0.0003089497, - -0.028616415, -0.011212936, 0.04976194, 0.027745252, -0.010242776, - -0.023099044, 0.020921133, 0.013126857, -0.008823835, -0.0033675106, - 0.0068043186, 0.014506199, 0.00014055356, -0.027032482, - -0.00046486827, 0.00045249378, 0.0030672231, 0.01644652, - -0.0044152173, 0.01616933, 0.005943054, 0.0056889644, 0.02101353, - -0.010559563, 0.014545798, -0.015496159, -0.022029888, -0.02777165, - -0.0110875415, 0.004392118, -0.01063216, 0.025065763, 0.017291285, - -0.01957479, 0.013925424, -0.03574412, 0.022623863, 0.0031530196, - 0.022148684, -0.010453967, -0.0033889597, -0.014770188, -0.00941121, - 0.020828739, -0.01280347, -0.013991421, -0.0012976713, -0.026636498, - -0.024722576, -0.010381371, 0.032972235, -0.007827276, 0.03698487, - 0.0029616274, -0.019389998, -0.009087824, -0.041895065, -0.012473484, - -0.010777354, -0.02851082, 0.017792864, 0.00869184, 0.0016829304, - 0.002489747, 0.035453733, -0.0064380337, -0.016591713, -0.0029500779, - -0.013872626, -0.0010790554, -0.010592561, -0.011021544, -0.024049405, - 0.032761045, -0.024471788, -0.014493, -0.018426437, -0.014479801, - -0.011529723, -0.008731439, -0.008203461, -0.014611796, -0.005959553, - -0.011391128, 0.008104465, 0.020934334, -0.020591147, 0.019957574, - -0.0019403197, 0.011490124, 0.0030259748, -0.0002765698, 0.016248528, - 0.013199454, -0.0040522325, -0.003214067, 0.016882101, 0.030754726, - 0.017740065, 0.017357282, 0.010341772, -0.016644511, 0.00038629025, - -0.0006909089, 0.01304106, 0.0011029794, -0.0014816386, 0.023851413, - 0.029434782, -0.0018726725, 0.029830765, 0.014466601, 0.004976194, - 0.016499316, -0.011813511, -0.021198323, -0.0265837, -0.030622732, - -0.013912224, -0.016050536, -0.039466366, -0.023310235, -0.012394287, - -0.002879131, 0.018690426, 0.00084476505, 0.0024748975, -0.014664593, - -0.0055701695, 0.00087363884, -0.02125112, -0.01521897, -0.004728704, - 0.010282375, 0.018571632, 0.009101023, -0.015126574, 0.0023000047, - 0.009252817, 0.014836186, -0.02969877, 0.02874841, 0.016987696, - 0.0035704523, 0.0012745722, -0.04540612, -0.039967947, -0.008500448, - -0.017924858, -0.00916702, 0.014308208, 0.00991279, 0.051689062, - 0.012592278, 0.017106492, -0.0013545939, 0.007319097, 0.01812285, - 0.007154104, -0.022267478, -0.019231604, 0.0106189605, -0.008348655, - -0.020591147, -0.017687269, -0.04273983, -0.026992884, 0.013542639, - -0.0035407534, -0.0017340783, 0.029355586, -0.011985104, 0.027824448, - -0.01572055, 0.033896197, -0.019759582, -0.014624995, -0.005781361, - 0.016156131, 0.0025342952, 0.0070749074, -0.025026165, 0.0022191582, - 0.011054543, -0.043874983, -0.008817235, 0.01884882, 0.00037247207, - -0.03511055, 0.01618253, 0.019653987, 0.02151511, -0.01618253, - -0.002610192, -0.02851082, 0.008658841, -0.0012003253, -0.025738934, - -0.0026778392, 0.006233442, -0.029302787 - ], - "metadata": { - "chunkTitle": "Fasted or Fed?", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64058&chunkSid=chunk_127150" - }, - "document": "Andrew Huberman: I would consider myself one of those people. You may be somebody in that category as well or you might be somebody who really feels as if you run best, you resistance train best when you've eaten, say, 90 minutes or a couple of hours before you do that. There are basically no specific rules as it relates to whether or not you train fasted or train fed except what you can handle in terms of gastric distress. So you'll want to make food choices according to that and try and avoid of course gastric distress. But basically the change that I've made is if I wake up and I'm hungry, I'll eat a small meal or if I want to work out in the afternoon or I have to work out in the afternoon and I have lunch at, say, twelve or 1230 or 11:00 A.m, and the only opportunity that I have to train is 01:00 P.m or even 1230, I will go ahead and train. And that's a new thing for me. Typically I try to keep my meals at least three to 4 hours prior to any training bout. And of course if you're sleeping all night you're not eating and then if you wake up and you don't eat and you train in the morning, that's certainly longer than three or 4 hours unless you're sleeping very, very little, frankly. So essentially what I'm saying is figure out what works best for you.\n\nAndrew Huberman: Do you prefer to train fasted or Fed? For some of you you might prefer fasted before cardio and Fed before resistance training. For some of you it might be fasted is always best. Again, I put myself in that category. For some of you it might be Fed is always best. Again, this is highly individual and that's another point that I'm trying to make here, which is Dr. Galpin really impressed upon me that there is no hard and fast rule about training fasted or fed. And this is the second point that having some flexibility in whether or not you can train fasted or fed allows you to incorporate your fitness training sessions more readily into a shifting schedule." - }, - "truncated_cells": [] - }, - { - "row_idx": 94, - "row": { - "id": "chunk_57122", - "embedding": [ - -0.024527768, 0.01351016, 0.03256227, -0.014663627, -0.006881033, - 0.015220474, -0.012283771, -0.041074067, -0.008306296, -0.010401099, - 0.033941127, 0.030016685, 0.013496902, 0.011249628, 0.02072265, - -0.03187284, 0.03367596, -0.0065992954, 0.01221748, -0.022592062, - 0.0029565904, -0.0065064877, -0.011945686, -0.006586037, -0.018946044, - -0.0027643458, 0.02459406, 0.005720936, 0.0036393905, -0.021120397, - 0.011766699, -0.0035300099, 0.010261888, -0.009393472, -0.023334526, - -0.01958244, -0.02413002, -0.009446505, 0.015300024, -0.015286766, - 0.0074710255, -0.00066539855, -0.01820358, 0.016639108, -0.0077892235, - -0.011289403, -0.0069539538, -0.024792934, 0.004746455, -0.007179344, - 0.015538673, 0.006254581, -0.030467466, 0.013457127, -0.010314921, - -0.00063929637, -0.025243714, 0.027312001, 0.009903915, -0.014186331, - -0.006973841, 0.006867775, 0.005406053, 0.025283488, 0.001197386, - 0.003941016, -0.0012454471, -0.013496902, -0.020788942, -0.009433247, - 0.02413002, 0.0050348216, 0.003937701, 0.011309289, 0.043089323, - -0.0043122466, 0.0007652498, -0.015724288, -0.019237725, 0.0041465187, - 0.0095326835, -0.017898642, -0.020510517, 0.04833959, 0.012343434, - -0.014385205, 0.018866494, 0.0018511836, -0.006784911, -0.002295335, - 0.015379573, 0.01191917, 0.024766417, 0.010653006, -0.0065528913, - 0.009771332, -0.01054694, 0.007948322, -0.018163806, 0.0056214994, - -0.02086849, -0.0020550292, -0.019754797, -0.014464754, -0.028584793, - 0.0115280505, 0.016334167, -0.02617179, -0.00062023767, -0.02861131, - -0.015167441, 0.03640716, -0.01548564, -0.039880823, 0.0035266953, - -0.029327255, 0.012820731, -0.01964873, -0.022074992, -0.028929507, - 0.016069002, -0.005213808, 0.028027946, -0.0130593795, -0.016228102, - -0.0007002015, -0.047464546, -0.012310288, 0.023732273, -0.023533398, - 0.043911334, 0.007868773, 0.024236087, 0.020576809, -0.023732273, - 0.03028185, 0.00827315, 0.0025936458, -0.008359329, -0.04311584, - 0.020457484, 0.004537637, -0.0091084195, -0.004189608, -0.01373555, - 0.028134013, 0.015618222, 0.003195239, -0.011256257, -0.0036758506, - -0.01579058, -0.0073251845, -0.0063175573, -0.0023997438, 0.025933143, - 0.017805833, -0.0233743, 0.015300024, -0.027524132, -0.001400403, - 0.02314891, 0.014981826, 0.02625134, -0.0145443035, -0.0010225427, - 0.021332528, 0.027365034, -0.031024313, 0.017328536, -0.007245635, - -0.00020861032, 0.009983464, -0.027046837, 0.021332528, -0.003354338, - 0.026291115, -0.008783593, 0.004507806, -0.0077295615, -0.024315637, - 0.010261888, 0.04054374, 0.038448934, 0.014942051, -0.016983822, - 0.017646736, 0.02906209, -0.0027809185, -0.004600614, -0.029459838, - 0.0067285635, 0.017355053, -0.005419311, -0.015803838, -0.6321535, - 0.0073715886, 0.00070600194, -0.021995442, 0.018057741, 0.008637751, - -0.0024577486, -0.0031803234, -0.006009303, 0.035770766, 0.008763705, - 0.0117004085, -0.00006323565, -0.0037520856, 0.023798564, - -0.0065296898, -0.00033394224, 0.011163449, 0.017195955, -0.011667263, - -0.011183336, 0.0016697112, 0.008312925, 0.015021601, -0.0031571216, - 0.028346146, -0.020059736, -0.0005808772, 0.013503531, 0.020616584, - -0.0039575887, 0.0093205515, 0.018786944, 0.010706039, 0.050699558, - -0.030175785, -0.010818735, 0.006731878, -0.022340156, 0.022777678, - 0.0093205515, -0.020895006, 0.013066009, -0.032747883, 0.0065296898, - 0.006642385, -0.0033709109, -0.007172715, 0.010739185, 0.006440196, - 0.017063372, 0.009811107, 0.004255899, -0.00040686264, 0.020179061, - -0.00089410343, -0.0013689146, -0.0032217554, -0.004070284, - 0.0007677357, 0.020828715, 0.027789298, -0.01587013, -0.0066125537, - -0.03688446, 0.014716661, -0.025296746, -0.01935705, 0.00091233355, - -0.010520424, 0.016069002, 0.0072655226, -0.00573088, 0.0033526807, - 0.02139882, 0.023785306, -0.015167441, 0.0038979263, 0.006397107, - 0.031607676, -0.002018569, 0.019794572, -0.010188967, -0.010858509, - 0.0072058607, -0.01084525, -0.034710106, -0.019834347, -0.012356692, - -0.005986101, -0.030361399, 0.008989096, 0.03460404, -0.021438595, - 0.0044382, 0.004166406, 0.0028571535, -0.00713294, 0.001580218, - -0.022419706, -0.0057109925, -0.006649014, 0.0014575792, -0.020364676, - -0.0012537335, 0.01457082, -0.021239722, 0.014252622, 0.021160172, - -0.019078625, -0.008114051, -0.016175069, -0.0028157216, - -0.0019191321, 0.01980783, -0.030334882, 0.020749167, 0.0033145633, - 0.016267877, -0.020019962, 0.020072995, -0.0055485787, 0.01009616, - 0.0072655226, -0.00675508, 0.014981826, -0.00050629955, -0.015127666, - -0.0042525847, -0.0023284806, 0.0046867924, -0.013569822, 0.027948398, - 0.0007350044, 0.02708661, 0.024275862, 0.02102759, -0.0032167835, - 0.0046470175, -0.028664343, -0.01608226, -0.033888094, 0.02292352, - -0.009837624, -0.014663627, -0.01646675, -0.025827076, 0.0071064234, - 0.0076168664, -0.0025870167, 0.010560199, 0.00064633985, - -0.0018213525, 0.015459123, -0.021279495, -0.00040479103, - -0.011998719, -0.057912048, -0.039562628, -0.003937701, 0.018402455, - 0.02488574, 0.007020245, -0.0032399856, -0.028478727, 0.002848867, - 0.0036559633, -0.00038241773, -0.0015686171, -0.02533652, 0.019847605, - -0.023387559, 0.0010623175, 0.008962579, 0.012495903, -0.013576451, - -0.011269515, 0.01715618, -0.0038482079, 0.000040473926, 0.02816053, - 0.007431251, 0.0071461983, 0.001836268, 0.030016685, -0.002853839, - -0.011567825, -0.01972828, -0.03240317, 0.024156537, -0.014398463, - -0.0044183126, 0.004819375, -0.009426618, 0.010288404, 0.009247632, - -0.009247632, 0.002606904, -0.011693779, 0.024753159, 0.008167083, - -0.016877756, 0.011773328, -0.014650369, 0.030520499, 0.022671612, - -0.0017434603, -0.008604607, 0.038952745, -0.00034057137, - -0.016413717, -0.009254261, -0.0031355768, 0.017567186, -0.011567825, - 0.034816172, 0.012621857, 0.008365958, 0.020629842, 0.027444584, - 0.019701764, -0.016148552, 0.03028185, 0.01176007, -0.048286557, - 0.0071926024, -0.013921166, 0.0012959943, -0.014013973, -0.029459838, - 0.016586075, 0.0045873555, 0.021836342, -0.0113159185, 0.0046205013, - 0.01593642, 0.01404049, 0.014451495, 0.032827433, 0.01555193, - -0.013178703, 0.0025107816, 0.0090355, -0.008299666, 0.02496529, - 0.014703402, 0.019370308, -0.020351417, -0.006781596, 0.02072265, - -0.0046205013, 0.018946044, -0.026224824, 0.0031620932, -0.0056546447, - -0.01206501, 0.0032615303, -0.00963875, 0.01964873, 0.030228816, - -0.0063473885, 0.019966928, 0.021372303, -0.0057010488, 0.023029586, - -0.00077685073, -0.016745174, 0.0076897866, -0.025628204, - -0.0043354486, -0.017129663, 0.0029897362, -0.008604607, -0.009844253, - 0.037123106, 0.0071528275, 0.009340439, -0.0013614568, 0.010772331, - 0.009360326, -0.014955309, -0.016294394, 0.00020933538, 0.021610953, - -0.023016328, 0.008206858, -0.008452136, 0.006065651, -0.009519425, - 0.014451495, -0.018694136, 0.03924443, -0.034577522, 0.0060059885, - -0.0026002747, -0.012177706, 0.03269485, 0.0006774139, 0.027868848, - -0.0060822237, -0.0067186197, -0.0006044935, 0.0001374508, - -0.011309289, 0.020696133, 0.022181056, -0.009777961, -0.021292754, - 0.012893651, -0.006178346, -0.00034968642, 0.013291399, 0.012940055, - 0.019463114, -0.0045044916, 0.002424603, -0.011163449, -0.031766772, - 0.036009416, -0.018495264, -0.005356334, -0.024938773, -0.0045111207, - -0.025866851, 0.088087834, 0.027789298, -0.015764063, 0.026596056, - -0.027709749, 0.033278216, 0.008936062, -0.023400817, 0.020139286, - 0.000725475, -0.0005522891, 0.003536639, 0.01707663, -0.008670897, - 0.026808187, 0.0017964933, -0.0009819394, -0.03158116, -0.006466713, - -0.002959905, -0.0063805343, 0.0050348216, 0.019078625, 0.06480634, - -0.0074776546, 0.03195239, 0.029353771, 0.00018240456, 0.033569895, - -0.0096188625, -0.00849854, 0.027073352, 0.016055744, 0.026516506, - -0.0062479516, 0.0048757223, -0.0012288743, -0.0122506255, - 0.0059529557, -0.023745531, 0.003407371, 0.025946401, 0.009850882, - 0.017368311, 0.007828998, -0.024156537, 0.0019970243, 0.022950036, - -0.016811464, -0.0012379894, 0.02314891, 0.0011609257, -0.026887737, - -0.011766699, 0.010706039, -0.008704043, -0.008465394, -0.007345072, - 0.0069075497, -0.010420986, -0.020205578, -0.0034670332, -0.003100774, - 0.011335806, -0.009804478, -0.0043984256, -0.033543378, 0.0011990432, - -0.024249345, -0.023891373, -0.029327255, -0.029645454, -0.022141282, - 0.008392474, 0.018614586, 0.006214806, 0.02011277, 0.0055220625, - -0.018495264, -0.010653006, -0.0010258573, -0.03105083, -0.02260532, - -0.034020677, 0.00041369893, 0.003324507, 0.011375581, -0.005737509, - 0.004444829, -0.003878039, 0.0117401825, -0.005943012, 0.025707753, - -0.026304374, 0.0061684023, 0.028823443, 0.038952745, 0.019900639, - 0.02260532, -0.014000715, 0.0095592, -0.026238082, 0.015432606, - -0.009983464, 0.00849854, -0.00032234128, -0.00459067, 0.016665624, - 0.0010043127, -0.023361042, 0.009313922, -0.020497259, 0.01555193, - 0.009274148, 0.025376296, 0.04311584, 0.017739542, -0.002341739, - -0.021372303, -0.012502532, -0.0033361078, -0.045396257, 0.031528126, - 0.01699708, -0.019343792, 0.025866851, -0.003854837, -0.03349035, - -0.013244995, 0.018839978, -0.0125489365, 0.036460195, 0.0071528275, - -0.051203374, -0.033066083, -0.012210851, -0.013470385, 0.0032134692, - -0.020616584, -0.014729919, -0.014663627, 0.005349705, 0.007888661, - -0.008916175, 0.017142922, -0.022711387, 0.017063372, 0.00872393, - -0.013841616, -0.015989453, 0.0038349496, -0.010036497, -0.009724929, - 0.0013846587, -0.017553927, -0.023745531, 0.009313922, -0.014517787, - 0.012754439, 0.0054358835, 0.0233743, 0.0001941091, 0.019635472, - 0.030573532, -0.014199588, -0.013291399, -0.016519783, -0.011647375, - 0.0030212244, 0.03150161, -0.004259214, 0.006569464, -0.011110416, - -0.00091896264, 0.025827076, 0.0066357558, -0.030043202, 0.0013929452, - -0.009075274, -0.022300381, -0.040968, 0.027789298, 0.008286408, - -0.008220117, -0.02808098, -0.027577166, 0.02816053, -0.008511798, - 0.005266841, -0.020709392, -0.006088853, -0.030149268, 0.026834704, - 0.016599333, 0.022698129, -0.016930789, -0.029804552, -0.0106795225, - -0.016930789, -0.004680163, 0.0077693365, 0.0009554229, -0.021809826, - 0.006973841, -0.03733524, -0.0128870215, -0.013669259, -0.019940412, - -0.0030179098, -0.0007325185, -0.016970564, -0.018946044, 0.007848886, - -0.0051806625, -0.026543023, 0.03248272, 0.0194366, 0.015684513, - -0.007398105, -0.0028886418, 0.009128307, 0.002394772, 0.031156894, - 0.009817736, 0.043248422, -0.003142206, -0.015246991, -0.008743818, - -0.0060623363, 0.012542307, 0.0017898642, 0.0016746831, -0.0017053428, - -0.027524132, -0.011660634, 0.010944688, 0.01548564, -0.0089824665, - -0.029274223, 0.025482362, -0.013423981, 0.0004627959, -0.013987456, - -0.013138928, -0.015697772, -0.014676886, 0.0043685944, 0.0057408237, - -0.026582798, -0.02208825, -0.020126028, 0.0334108, 0.009598975, - 0.009360326, 0.02027187, 0.0035764137, -0.032986533, 0.0076964158, - -0.039032295, 0.0139079075, -0.001174184, 0.0033609672, -0.02163747, - 0.005121, 0.025097873, 0.011866136, -0.016029228, -0.017699767, - -0.017023597, 0.031315994, -0.0037520856, -0.00028774553, - -0.011143561, -0.029990168, -0.0070600198, -0.015724288, -0.009764703, - -0.006546262, 0.015300024, -0.002083203, 0.013523418, 0.038767133, - -0.02466035, -0.0021677243, 0.005031507, 0.018548297, -0.0013548278, - 0.010997721, 0.017553927, -0.033649445, -0.0063042995, -0.019516148, - -0.0043056174, -0.0002633006, 0.003825006, -0.018017966, 0.0055419495, - 0.014133298, 0.010831993, 0.016983822, -0.011932428, -0.0023583118, - 0.0014161471, 0.02451451, -0.023705756, -0.015830355, -0.0064269383, - 0.00024652065, -0.011958945, -0.008624493, 0.008312925, 0.019847605, - -0.0100431265, 0.003301305, 0.00978459, 0.022963295, 0.024342153, - -0.00017919358, -0.024275862, -0.009983464, 0.00070517336, - -0.007941693, 0.029857585, -0.0055717807, -0.011276145, -0.013105783, - 0.019966928, 0.029300738, -0.021385562, -0.007318556, -0.011640746, - 0.012714664, -0.0057010488, -0.020762425, -0.017633477, 0.006761709, - -0.037918605, 0.035452567, 0.010162451, 0.007490913, 0.010228742, - 0.008326183, 0.010242, 0.01069941, -0.01054694, 0.006314243, - 0.017978191, 0.023878114, -0.016480008, 0.0057275654, 0.00056140416, - 0.048604757, 0.0220087, -0.03497527, -0.02131927, 0.017792575, - -0.031289477, -0.0069075497, -0.023665981, 0.015498898, 0.0035863575, - -0.0045210645, -0.009526054, 0.028717376, -0.0056447014, -0.008823368, - -0.0015735889, -0.0064302525, 0.024607318, 0.005014934, -0.025071356, - 0.001935705, -0.03929746, -0.0026234768, 0.011965573, 0.02260532, - 0.005130944, 0.026543023, 0.009963577, 0.0015644738, -0.0018926156, - 0.0054458273, 0.006131942, 0.009937061, -0.0032499293, -0.014358688, - -0.0012048437, 0.026344148, 0.0067451363, -0.011726925, 0.026092242, - 0.01897256, -0.02367924, -0.0057772836, -0.025972918, -0.02109388, - 0.0035465828, -0.0043752235, 0.013317915, 0.02390463, -0.02890299, - 0.01919795, 0.010759072, -0.020961298, -0.025667978, -0.001303452, - -0.0036625923, 0.022499256, 0.0001321682, -0.006708676, -0.00436528, - 0.0044249417, 0.0009976835, -0.0028090924, -0.0065827225, 0.006267839, - 0.011879395, 0.017355053, 0.030759146, 0.02861131, -0.009015612, - 0.0029052147, -0.015074634, -0.0011965573, 0.018959302, 0.010692781, - -0.025283488, -0.022870487, 0.0037056818, -0.009844253, -0.03134251, - -0.019834347, -0.028478727, 0.0058004856, 0.012741181, 0.007709674, - 0.22655703, -0.00053323037, -0.010281775, 0.0012727922, -0.017474378, - -0.012137931, 0.012542307, 0.010454132, -0.0216905, -0.006814742, - 0.00061277987, -0.002613533, -0.051548086, -0.003990734, 0.0058236877, - -0.0031372341, -0.045581874, -0.022883745, -0.0035333245, - -0.011037496, -0.014173073, -0.00451775, -0.0067882254, -0.004942014, - 0.010480649, -0.016877756, 0.0015346428, 0.012933426, -0.0057507674, - 0.00042799299, -0.007974839, -0.00094299327, -0.0032946758, - -0.0077229324, -0.033543378, 0.005472344, 0.018813461, -0.02466035, - -0.016612591, 0.02708661, 0.012084898, 0.009671896, -0.018786944, - -0.0017086574, -0.016904272, 0.0025704438, -0.012164447, -0.012343434, - -0.0019787943, -0.010613232, -0.0355056, -0.0030742574, 0.016095519, - 0.039403528, 0.02313565, -0.015538673, -0.0036393905, -0.010228742, - -0.0028405807, 0.051972352, -0.019065367, 0.026914254, 0.012164447, - 0.023082618, -0.023851598, 0.0191184, -0.01858807, 0.014053748, - -0.017593702, -0.031925872, -0.0053927945, -0.021491628, -0.001663082, - -0.0045939847, -0.02504484, 0.0076831575, 0.032376654, 0.023864856, - 0.029831069, 0.0126748895, -0.011163449, 0.009473022, -0.0077958526, - -0.004444829, -0.017620219, -0.028717376, -0.01571103, 0.0051508313, - -0.0089824665, 0.005472344, -0.0009603947, -0.014067006, -0.007550575, - -0.0014451495, 0.028372662, -0.016798206, 0.009923803, -0.014226105, - -0.023467109, -0.019304017, -0.0008153826, 0.03497527, 0.0013208535, - -0.008087534, -0.0024875798, -0.016453492, -0.023652723, 0.03248272, - 0.02003322, 0.0052171224, -0.0033493661, -0.024686867, 0.010931429, - -0.009804478, 0.020961298, 0.009473022, -0.00095127965, 0.0061816606, - 0.0088962875, -0.013404094, -0.019091884, -0.008127309, 0.027842332, - 0.009168082, 0.019980187, -0.009850882, -0.030069718, 0.012482645, - -0.006055707, -0.034630556, 0.010825364, -0.00288367, 0.008167083, - -0.044415146, -0.0044481438, -0.016904272, -0.0022025274, -0.0408089, - -0.0059960447, -0.013801841, 0.009068645, 0.008922804, 0.013377577, - -0.01799145, 0.037467822, -0.024792934, 0.01956918, 0.027921882, - -0.00633413, -0.010069643, -0.023241717, 0.032906983, -0.0047829146, - -0.013629484, 0.007888661, -0.01176007, -0.011289403, -0.0026649088, - -0.028664343, 0.02390463, -0.016665624, -0.005349705, 0.011958945, - -0.020921523, -0.025243714, -0.025230456, -0.16652365, 0.01754067, - 0.041074067, -0.016851239, 0.024792934, 0.0046635903, 0.031156894, - 0.023533398, -0.030997796, -0.0011484962, 0.018269872, -0.014849244, - -0.0043023033, -0.004143204, -0.032668334, -0.037123106, 0.026847962, - 0.012615228, 0.047464546, -0.00010440874, 0.027258968, -0.030679597, - 0.003659278, 0.011892653, -0.023639465, -0.013642742, -0.0111037865, - 0.02800143, -0.016639108, -0.004719938, -0.023268234, -0.010414357, - 0.024753159, -0.00789529, -0.0064004217, -0.0026847962, 0.011793216, - -0.023042843, -0.014676886, 0.007530688, 0.021306012, 0.011203224, - -0.033941127, -0.0046602758, -0.016069002, 0.0179119, 0.004053711, - -0.0052535827, 0.0132715115, 0.0037189398, 0.00043793666, - -0.021199947, 0.002807435, 0.015856871, -0.023042843, -0.03529347, - -0.0024444903, 0.0044282563, -0.013331173, -0.008975837, - 0.00012274242, -0.013390835, 0.027312001, 0.0070865364, -0.0022141282, - -0.013775324, -0.0014153185, -0.0024643778, -0.01738157, 0.021425337, - 0.0043917964, -0.02245948, -0.021107139, -0.0021992128, 0.0056115557, - 0.008989096, -0.0041929223, 0.007338443, 0.011779957, 0.008544944, - 0.007809111, 0.017408086, -0.027126385, -0.0051408876, -0.016851239, - 0.0113159185, -0.0058071148, -0.0033725682, -0.0019174748, - 0.002583702, 0.029168157, -0.022711387, -0.032906983, 0.0043685944, - 0.0056380723, -0.01016908, 0.015379573, -0.016440233, 0.0066390703, - 0.011766699, 0.016267877, -0.007928436, -0.01691753, 0.01047402, - 0.02276442, 0.0008617864, 0.009221115, 0.0059562703, 0.03383506, - -0.02906209, -0.011296031, -0.0047928584, 0.02352014, 0.033543378, - 0.004468031, 0.014517787, 0.0025986177, -0.035770766, -0.0052171224, - 0.0165463, 0.04120665, -0.016652366, -0.0021594379, 0.011939057, - -0.01752741, -0.012005348, -0.12664284, -0.039509594, 0.023361042, - 0.055260397, 0.014199588, 0.0019025593, -0.011899282, 0.023175426, - 0.010268517, 0.04152485, -0.009187969, -0.00542594, 0.017142922, - 0.013543305, 0.008883029, 0.009705042, 0.026291115, -0.031156894, - -0.029459838, 0.025906626, -0.0145443035, 0.015021601, 0.017275503, - -0.00056637597, -0.020377934, -0.024474734, -0.014716661, 0.026052468, - 0.0047166236, -0.013085895, 0.005366278, -0.0068942914, 0.0023036215, - -0.017978191, 0.0013117384, -0.0133974645, 0.004908868, -0.018031225, - -0.003771973, -0.015777322, 0.00044746604, 0.023851598, 0.027577166, - 0.011501535, 0.0060126176, -0.013960941, -0.025933143, 0.03264182, - -0.0141200395, -0.015989453, -0.0206431, -0.0003784817, -0.028743893, - 0.0034935498, 0.0029118438, -0.013138928, 0.015817096, 0.016307652, - -0.019078625, 0.0032631876, 0.0070467615, -0.0034802915, -0.01813729, - -0.0120384935, 0.018071, -0.018495264, -0.011547938, -0.017341794, - 0.001326654, -0.00089410343, -0.01844223, 0.021292754, 0.0040172506, - 0.043513585, -0.03415326, -0.002553871, 0.0037554002, -0.033622928, - 0.014159814, -0.002588674, 0.0019721652, -0.007537317, -0.007888661, - -0.029009057, 0.0038415787, 0.010414357, 0.012270513, -0.000492627, - 0.012588711, -0.048313074, -0.03492224, 0.04470683, 0.006489915, - -0.0043818527, -0.030865213, 0.0042525847, -0.0038415787, - -0.0009015612, -0.014464754, 0.0025339837, 0.0024975233, 0.0008551573, - -0.018786944, 0.0071461983, -0.006228064, 0.0058932933, 0.024647092, - -0.018415714, 0.013012975, 0.040517222, -0.00949291, 0.011594342, - -0.017726284, 0.025906626, -0.012303659, -0.020735908, -0.00766327, - -0.011163449, -0.015684513, -0.0132715115, -0.013656001, 0.014199588, - -0.011428614, 0.022910262, -0.030600049, 0.02663583, -0.007079907, - -0.0036493342, -0.014371946, 0.010732556, -0.012721294, -0.015087892, - 0.0045210645, -0.022101508, 0.0114020975, 0.006556206, -0.026808187, - -0.0070931655, 0.019264242, 0.015140925, 0.018177064, 0.010135935, - -0.005422625, -0.0076234955, -0.005177348, -0.0057341945, - -0.0029217876, 0.011335806, -0.0034106856, 0.017500894, - -0.00072257477, 0.00440174, 0.011567825, 0.0054889168, 0.0077892235, - -0.022061734, -0.025508879, 0.008485282, -0.009811107, 0.005674532, - 0.01548564, -0.033516865, 0.039854307, -0.02670212, 0.023559915, - -0.033066083, -0.017023597, 0.012343434, -0.0059065516, 0.0013755438, - 0.006781596, -0.036115482, 0.0048061167, -0.006702047, 0.007901919, - 0.0019937097, 0.008829997, 0.0009537656, 0.01009616, 0.00872393, - -0.0044249417, 0.029937135, 0.026821446, 0.009340439, -0.026436957, - -0.0045409515, 0.04311584, -0.0004690107, 0.0035034933, 0.016055744, - 0.00978459, 0.011150191, 0.0130593795, 0.013709034, -0.018508522, - -0.006861146, 0.023400817, 0.024328895, -0.025150906, 0.006463398, - 0.007557204, 0.011322548, 0.027391551, 0.019715022, -0.024686867, - -0.013536676, 0.00028588108, 0.014438237, -0.002300307, -0.037202656, - -0.028876474, 0.00044705172, 0.016055744, 0.0014708374, 0.0006098796, - 0.0068346295, -0.011720296, 0.023732273, -0.01191917, -0.015167441, - -0.026900996, 0.023626206, -0.008034501, 0.0067882254, 0.008412361, - -0.0050679673, 0.024859224, 0.008710672, 0.0132715115, -0.0035565263, - 0.0011170078, -0.0056115557, 0.022698129, -0.00020115255, - -0.054783102, -0.027709749, -0.013530047, -0.0055286917, 0.007855515, - 0.001591819, 0.00035859432, 0.055896796, 0.006784911, -0.02686122, - 0.013337802, 0.027630199, 0.0067285635, 0.026291115, -0.005406053, - 0.003100774, -0.018071, 0.0050215633, -0.00865101, -0.0035730992, - -0.022751162, -0.024395185, 0.017116405, 0.022035217, 0.01624136, - 0.023321267, 0.0016075631, 0.026436957, -0.016214844, 0.013788583, - -0.019012334, -0.015750805, -0.0052535827, 0.027391551, 0.01282736, - -0.019516148, -0.014835985, 0.0035266953, 0.0053861653, -0.021412078, - -0.017487636, -0.0022688184, 0.01100435, -0.009042129, 0.004852521, - -0.009731557, 0.015034859, 0.013324544, 0.013629484, -0.020921523, - -0.035691217, -0.0007470197, -0.017089888, 0.0005564323, 0.013543305, - -0.014809469 - ], - "metadata": { - "chunkTitle": "Breathing Techniques", - "episodeTitle": "Dr. Andy Galpin: Optimal Protocols to Build Strength & Grow Muscles | Huberman Lab Guest Series", - "imgUrl": "https://img.youtube.com/vi/CyDLbrZK75U/maxresdefault.jpg", - "published": "2023-01-25T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2078?sectionSid=sec_28761&chunkSid=chunk_57122" - }, - "document": "Andrew Huberman: This is very helpful, I'm going to work on it. But can we say that an effective way to start off in terms of creatine during repetitions would be to take a gulp of air during the lowering phase, the eccentric phase, and then to exhale during the concentric exertion phase. I asked that because that's what I've been doing for a while and it makes me feel safe. I don't know if I am. Andy it allows me to exhale as I exert the hardest portion of the exercise. And perhaps I also borrowed that from martial arts, where one tendons most often is trained to exhale on the strike.\n\nAndy Galpin: If you're going to be doing again, the number of repetitions can be completed without a breath. A lot of times you're better off saving that exhalation until you complete.\n\nAndrew Huberman: Well, but you don't have to. But for a reasonably heavy set of hack squats or even leg extensions, and given that I already can't leg extension my body weight, maybe we establish maybe this is why the idea of holding my breath for an entire compound set. So again, I'm bringing to mind where is my insurance card, who's going to drive me to the hospital, this kind of thing. In all seriousness, what if I want to breathe during the set?\n\nAndy Galpin: Yeah, so I'll clarify, I'm generally meaning if you're doing like a one rep max or something like that.\n\nAndrew Huberman: Okay, so certainly I could hold my breath for a one repetition maximum, maybe.\n\nAndy Galpin: Like a double or something like that, depending on what you're doing, like maybe Aaaa bench press, you can probably do three and get away with it. A squat. It gets harder deadlift. So it kind of depends on the exercise. You want to take that breath, though, prior to the eccentric portion, not during. So creatine, lower creatine in lock. We're set. And now start our movement pattern. Wherever it's going to be exhaling on the concentric portion during it is fine. It's no problem, especially if you're not extremely heavy.\n\nAndrew Huberman: Andy, what are your thoughts on grunting and screaming?\n\nAndy Galpin: Yeah, fine, I don't care.\n\nAndrew Huberman: I don't tend to do that. I'm occasionally known to squeal or whimper, but I do, that matches your personal. But I do it very quietly.\n\nAndy Galpin: I think of you and I think squeal whimper absolutely. Thanks. If you're going to be doing multiple repetitions, what we actually do for the NFL Combine is we teach them a very specific Excel strategy. So there's one test that they do, which is they bench press £225 for as many reps as possible. A lot of these people will get 25 to 40 repetitions. So we have a very specific breathing pattern. It would be something like if we think that they're going to do around 25 reps, say, that's like our goal. We might say, okay, do the first ten without a breath and then exhale, reset, and then do five breath. And then you might do five breath, three breath, two breath, and then one breath per rep until we can't get anymore. So we'll have very specific strategies for them. So what I would say is think about how many you're going to complete and then breathe according to that. And it tends to increase in frequency as the number gets closer to failure, because you're going to want that error a little bit, but you just want to make sure that when you're breathing back in, you're in a safe spot. So you don't want to be catching that rebreath when the weight's on you.\n\nAndy Galpin: You want to be in a locked out position or away from you or when you're standing. So it tends to be like at the end of the exercise, not in the middle of it, which is going to be a recipe for problems. If you take your breath, then one." - }, - "truncated_cells": [] - }, - { - "row_idx": 95, - "row": { - "id": "chunk_57998", - "embedding": [ - -0.010236512, -0.0076723364, 0.022101713, -0.019867314, -0.013143924, - 0.013615033, 0.0042332453, -0.00040443815, -0.03881933, -0.028804913, - 0.0124641815, 0.0062825666, -0.0069454834, 0.010532637, -0.0034962972, - 0.030770108, 0.055186983, 0.026059024, 0.0062522814, -0.0073223705, - -0.02192673, 0.014092871, -0.010647049, 0.008136715, -0.0035669636, - -0.0047884802, 0.041995946, -0.027970377, -0.006592152, -0.004549561, - 0.0214287, 0.010364384, -0.022330537, 0.00038004146, -0.019248143, - 0.017780976, -0.0069791344, -0.009213534, 0.01568118, -0.018467449, - 0.001149168, -0.0052730488, 0.017888658, -0.01796942, -0.04040764, - -0.024901444, 0.025776358, -0.009422168, -0.030150937, 0.031039312, - 0.016556095, -0.010088449, -0.0035232177, 0.023151612, -0.02019036, - -0.021051815, 0.019180842, 0.009960577, 0.021415241, 0.021401782, - 0.01351408, -0.0010566288, -0.019732712, 0.0025439854, -0.010182671, - 0.0040649925, 0.015883083, 0.022640122, -0.0036208045, 0.005279779, - 0.03098547, 0.024214972, -0.009603881, -0.031712323, 0.023420816, - 0.0005968775, -0.019382745, -0.026758956, 0.007699257, 0.00028708167, - 0.029666368, 0.011057586, 0.0018995763, 0.02585712, 0.024887983, - 0.00161607, 0.012645895, 0.02308431, 0.02016344, 0.0022495426, - 0.017094504, -0.012962211, -0.0073291003, 0.007537734, 0.025022585, - 0.017296407, 0.008217476, -0.0016715935, -0.0019264967, -0.0060604727, - -0.0056667607, -0.018736653, -0.013547732, -0.022707425, -0.023797704, - 0.0054110163, 0.0038092479, -0.0060806633, 0.008358809, -0.006868087, - -0.029558687, 0.040730685, 0.0018406877, -0.0202442, 0.020769149, - -0.024336113, 0.008466491, 0.018090563, -0.016044606, 0.009819245, - 0.035885, 0.019382745, 0.029908651, 0.0010793429, 0.02242476, - 0.013971728, -0.026072484, -0.0102701625, 0.0034458213, -0.0070531657, - 0.008614553, -0.018238625, 0.018211704, -0.0013973411, -0.01405249, - 0.022693964, -0.016084986, -0.029639447, -0.013763095, -0.03981539, - -0.007921351, 0.023366977, -0.007968462, 8.563815e-6, -0.039761547, - 0.019746171, 0.019530807, 0.025170648, 0.005155272, -0.0010423273, - -0.018144403, -0.012760307, 0.0038395333, -0.0089981705, -0.007705987, - 0.003124458, -0.014819724, -0.0076521463, -0.0089981705, -0.025695598, - 0.024080368, 0.0010162481, 0.010774922, 0.021159496, 0.027755015, - 0.028562628, 0.017202185, 0.00009800737, 0.011165269, -0.0122555485, - -0.004061627, 0.02027112, -0.04789153, 0.017027203, 0.0123026585, - 0.03822708, -0.019059699, 0.017188726, -0.0024144305, -0.03529275, - -0.007369481, -0.015210071, 0.026059024, 0.00952312, -0.016004225, - 0.0128343385, 0.004034707, -0.018252084, -0.018359767, -0.016475333, - 0.00395731, 0.035669636, -0.014294774, -0.050502818, -0.6379077, - -0.011380632, 0.0016488794, 0.008789537, 0.02133448, 0.017282948, - 0.017148346, 0.0074906233, -0.027674252, 0.03715026, -0.02249206, - 0.028831834, -0.006121044, -0.010606669, -0.007524274, -0.026045563, - 0.010835493, -0.007921351, 0.017713675, -0.0036948358, -0.030716266, - 0.0070464355, 0.012174787, 0.016152287, 0.0125112925, 0.0066594537, - 0.016058065, -0.010734541, -0.0050139395, 0.028401105, -0.02635515, - 0.017821357, 0.0133660175, 0.0069791344, 0.042453595, -0.030097095, - -0.0006195917, 0.029047197, 0.007732908, 0.024013067, -0.022949709, - -0.014200552, 0.02185943, 0.00032809333, -0.014510138, 0.015533117, - 0.013837126, -0.0037217562, 0.012033454, 0.02529179, -0.009953847, - 0.0035299477, -0.021738287, 0.0027408414, 0.00025090727, 0.0013561192, - 0.022909328, -0.03440437, -0.016488794, -0.006110949, 0.0027055081, - 0.011044127, -0.01631381, -0.012073834, 0.01068743, 0.019450046, - -0.0107076205, 0.022020953, -0.009065472, -0.0035871537, 0.023353515, - 0.023245834, -0.011145079, -0.02308431, 0.035992682, 0.020513404, - 0.0168253, 0.012417071, -0.02578982, 0.015263911, 0.035185065, - -0.008197286, -0.022276696, 0.016071526, 0.025426393, -0.008574173, - -0.013291987, 0.011528695, 0.0027290636, -0.0010154068, 0.012518023, - 0.009314486, -0.00839246, -0.027135843, 0.0011155173, 0.0040313415, - 0.02134794, -0.0050543197, -0.008076143, -0.030124016, -0.016031146, - -0.006575327, 0.007255069, 0.0031025852, 0.006911833, -0.016879141, - -0.023945766, 0.0070531657, 0.0235285, -0.026274387, 0.010357655, - 0.0077665583, -0.003550138, -0.024080368, -0.0036645501, -0.02358234, - 0.00393039, 0.016529175, -0.00591241, -0.013520811, 0.04425727, - 0.016394572, -0.0035871537, -0.004061627, 0.024659159, 0.023703482, - -0.0045461957, 0.007591575, 0.011010476, -0.0066560884, 0.008594363, - -0.036073443, 0.013446779, -0.013608302, 0.019032778, 0.019355824, - 0.018965477, -0.004721179, 0.0077463677, -0.013217955, -0.018252084, - 0.00091950264, 0.01345351, 0.005394191, -0.011710408, -0.052602615, - -0.017686754, 0.01239688, 0.0034559164, 0.009428898, -0.011387363, - -0.023690023, 0.008372269, 0.022020953, -0.00038172398, 0.016071526, - 0.002867031, -0.016771458, -0.01961157, -0.009422168, -0.006188345, - 0.043772697, -0.0050374945, -0.0039001044, -0.0054951427, - 0.0007108689, -0.0077934787, -0.007214688, -0.005575904, -0.03208921, - 0.008742426, -0.03257378, -0.0055523487, 0.013298716, -0.008917409, - 0.009112583, -0.004704354, -0.002419478, -0.035238907, 0.0025894137, - -0.010573018, -0.013177575, 0.0005026558, 0.011118158, 0.03152388, - -0.008338618, 0.0030790297, -0.0057609826, -0.01295548, 0.016583014, - -0.013379478, 0.016959902, -0.0064912005, 0.010599938, 0.010027879, - -0.02356888, 0.004266896, 0.007551194, -0.00060234574, 0.020378802, - 0.01849437, -0.002949475, 0.030581664, -0.0094154375, 0.021684445, - -0.015600418, 0.008681854, 0.0071541173, 0.03203537, 0.012484373, - -0.006124409, 0.015115849, -0.009381787, -0.00154288, -0.020944133, - 0.0055220635, 0.004717814, 0.010485526, -0.0033448695, 0.016650317, - -0.014873565, 0.018669352, 0.0034020755, -0.002749254, -0.010896064, - 0.0077261776, 0.045253325, -0.0045159105, -0.004620227, -0.021576764, - -0.013386209, 0.017861739, 0.014200552, 0.02133448, 0.008654934, - -0.015506196, 0.006121044, 0.0012787228, 0.015856162, 0.0035703285, - 0.0068882774, 0.0009211851, 0.0062522814, 0.0032439178, 0.016731078, - -0.02702816, 0.034646656, 0.008621284, 0.0063296775, 0.015223531, - 0.023205454, 0.0029124594, -0.0050846054, 0.011306602, 0.009657722, - -0.012639165, -0.020742228, 0.011346982, 0.033354472, 0.019032778, - 0.022788186, 0.019315444, -0.0016690698, 0.004653878, -0.00031147836, - 0.012753577, 0.0068781823, 0.002873761, -0.016461873, 0.0064811055, - -0.01690606, -0.0052966042, 4.873422e-6, -0.033865962, 0.005623015, - 0.011145079, 0.00645082, 0.027364668, 0.014456297, 0.0073896716, - -0.022963168, -0.033300634, 0.0037284864, 0.026678195, -0.017996341, - -0.013877507, 0.0056398404, -0.0141736325, -0.011670028, -0.00791462, - 0.004091913, -0.0064844703, -0.013406399, 0.009967308, -0.019019319, - 0.009644262, 0.026543593, -0.009489469, 0.0065113907, -0.026287848, - -0.014658201, -0.0056499355, -0.009502929, 0.005562444, 0.009166423, - 0.0049264478, -0.013224686, -0.03750023, -0.014658201, -0.019019319, - 0.019773092, -0.034727417, 0.0005813141, 0.007625226, 0.008863567, - 0.012491102, 0.0021250353, -0.018911637, 0.006285932, -0.009772134, - -0.0031126805, -0.008870298, -0.0011138348, 0.0067637702, 0.08280739, - 0.01745793, -0.012242088, -0.0034088057, -0.0018608781, 0.009819245, - -0.016542634, -0.0179425, 0.017484851, 0.008580903, 0.01233631, - 0.0064407247, 0.004118833, -0.009684643, 0.019907694, 0.018144403, - 0.013810206, -0.0394385, 0.0055523487, 0.003536678, 0.018736653, - 0.0024177956, 0.018373227, 0.046303224, 0.01683876, 0.000533362, - 0.024578398, 0.0073156403, 0.014887025, -0.001882751, -0.00023282008, - 0.015371594, 0.013864047, 0.02642245, 0.011730599, -0.03529275, - -0.0058652996, -0.034646656, 0.00085093954, -0.0088366475, - 0.0017414185, 0.037338704, 0.027108923, 0.0053773657, 0.0129487505, - -0.011293141, 0.018252084, 0.0049096225, 0.0020173534, -0.015438895, - 0.0009262327, 0.010458606, -0.0460071, -0.023070851, 0.021549843, - -0.0050543197, 0.020378802, -0.019476967, -0.020728769, 0.024578398, - -0.0072887195, -0.0032809335, 0.012107486, -0.005003844, -0.010613399, - -0.005390826, -0.030823948, -0.017525231, -0.015627338, -0.01182482, - -0.010048069, -0.015883083, -0.0022209396, -0.006026822, 0.021455621, - 0.01743101, 0.0027610317, 0.024255352, -0.0059359656, 0.029181799, - -0.0024043352, -0.008143445, -0.006514756, -0.031120073, - -0.0045865765, 0.014631281, -0.008298238, -0.009422168, -0.026301308, - 0.024066908, -0.00030643077, -0.0014015475, 0.014375536, -0.017242568, - -0.00041474364, 0.010586479, -0.016165748, 0.022626663, 0.0030218237, - -0.011575806, 0.0071608475, -0.026085945, -0.033408314, -0.016757999, - 0.009476009, 0.015990764, 0.0068209763, -0.008183826, -0.018104022, - -0.033865962, 0.0022343998, -0.017296407, -0.021199876, -0.020096138, - 0.013904427, 0.012006533, 0.036504168, 0.01348716, 0.00097166107, - -0.002577636, -0.007100276, 0.0064811055, 0.041780584, -0.0071541173, - -0.010149021, -0.005283144, -0.009805785, 0.0009851212, -0.03499662, - -0.00393712, 0.004953368, 0.028374186, -0.002501922, -0.019907694, - -0.035481192, -0.03319295, -0.028912595, -0.005242763, 0.001882751, - 0.012107486, -0.010997016, 0.010290354, -0.03817324, -0.011858471, - 0.034485135, -0.02417459, -0.021563305, 0.002978078, -0.030581664, - -0.002917507, 0.004677433, 0.010243243, -0.0030588394, -0.009428898, - -0.009832705, -0.019355824, 0.0098528955, -0.008708775, 0.01749831, - 0.0025826835, 0.037688673, -0.016986823, -0.030231697, 0.029262561, - 0.010236512, 0.008022303, 0.0059763463, 0.0027896347, -0.014483218, - 0.029693289, 0.017134884, 0.01290164, -0.007510814, -0.013083353, - 0.021280639, 0.0076790666, -0.027055081, -0.01975963, -0.023259293, - -0.0336506, -0.016919522, 0.004906257, -0.026785877, 0.0020207185, - -0.034000564, 0.0021721462, 0.01623305, 0.00787424, 0.028185742, - -0.022263236, 0.032923747, -0.019840393, -0.0021284004, 0.0007886859, - -0.0111921895, -0.008163636, -0.021994032, 0.0018272275, -0.009906736, - 0.03416209, 0.0077463677, 0.02974713, -0.0048053055, -0.015102388, - -0.031846926, 0.009684643, -0.00841265, -0.0069791344, -0.0023252564, - -0.010196132, 0.008405919, -0.0068849125, -0.01125276, -0.009482739, - -0.008345349, -0.014362075, -0.0050139395, 0.01346697, -0.01574848, - -0.0041995947, 0.00027235952, -0.0021435432, 0.011696948, - -0.017215647, 0.042453595, 0.022963168, 0.0030268715, -0.009179884, - -0.019476967, 0.004455339, 0.022815106, 0.029504845, 0.010290354, - -0.0028586183, 0.0060941232, -0.01234304, 0.00030916487, -0.019396205, - -0.030204777, 0.029585607, 0.004091913, 0.002495192, -0.01853475, - -0.012067105, -0.027916538, -0.008567442, -0.0010818668, 0.014833184, - 0.0023151613, -0.031900767, -0.003368425, 0.02702816, -0.012040184, - 0.019275064, 0.008776076, -0.0077665583, -0.020136518, -0.035885, - 0.0015605466, 0.0010978507, -0.008244397, 0.009994227, 0.0003459702, - 0.0054379366, 0.009287565, -0.0092068035, -0.015856162, -0.023191992, - -0.029854812, 0.038496286, 0.01239688, 0.022774726, 0.018655892, - -0.014658201, 0.017646374, -0.008897218, -0.0077194474, -0.001165152, - -0.018171323, -0.012491102, 0.011885392, 0.031631563, -0.037446387, - 0.003768867, -0.038469363, 0.0056095547, -0.022909328, -0.015936924, - 0.026099404, -0.03327371, -0.017525231, -0.0025069697, -0.018184783, - 0.0007525115, 0.009650991, -0.019234682, -0.025695598, 0.010862413, - -0.025143728, 0.02301701, 0.0012728339, 0.003597249, -0.02467262, - 0.004704354, -0.026920479, -0.017256027, -0.001501658, -0.0077261776, - -0.026018644, -0.018104022, 0.004098643, 0.013406399, 0.022761265, - -0.008789537, -0.0010776605, 0.008163636, 0.0025221123, -0.01965195, - -0.014873565, -0.0032775684, -0.018642431, 0.020580707, 0.006524851, - -0.010970095, 0.016946442, -0.02702816, 0.010976825, 0.00791462, - -0.0053134295, 0.02082299, 0.016138827, 0.017996341, -0.02356888, - -0.011515235, -0.011925772, -0.01576194, -0.035131223, 0.020997973, - 0.033596758, -0.024188051, 0.0074569727, 0.005114891, 0.0008715505, - -0.0046303226, -0.020109598, -0.010613399, -0.019301983, 0.021186417, - -0.00010599939, -0.0055355234, 0.00024312557, 0.038496286, - 0.035831157, -0.018938556, -0.022007491, -0.015654258, -0.04371886, - -0.013985189, 0.0008433681, 0.0042500705, 0.0011954375, -0.012975671, - 0.005855204, 0.025991723, 0.01805018, 0.000041143114, -0.012046915, - -0.01857513, -0.021078736, -0.029585607, 0.0074435123, 0.02362272, - -0.047003157, -0.038980853, 0.02303047, -0.022236316, -0.012154596, - 0.023259293, -0.016367652, 0.014685121, -0.022317078, -0.0021384954, - 0.0072752596, 0.0016926251, 0.02584366, -0.023366977, -0.0018608781, - 0.032062292, 0.006561867, -0.020742228, -0.025224488, 0.0006721707, - 0.005939331, -0.0037890575, 0.0048456863, -0.01568118, 0.009375057, - -0.015075468, 0.010478796, 0.036854137, -0.013796746, 0.019544268, - -0.0027038257, -0.00012703102, -0.020338422, 0.004606767, 0.021482542, - -0.013890967, 0.0048557813, -0.0050240345, -0.008069414, 0.0043442925, - -0.0033162665, 0.00092875655, 0.0017935769, 0.0079348115, -0.03766175, - -0.007423322, 0.026180167, 0.0016514031, -0.031093154, 0.008278048, - -0.011744059, 0.003321314, 0.0015664353, -0.02642245, -0.0067132944, - -0.02083645, -0.025386011, 0.015102388, -0.018130943, -0.0056196502, - 0.014833184, -0.00028203407, -0.00899144, 0.017027203, 0.20028837, - 0.007638686, -0.018777033, 0.028347265, 0.009684643, -0.0037890575, - 0.032385338, 0.014523598, 0.0060907584, -0.009139502, 0.041888267, - 0.012423801, -0.021711366, 0.0022932882, 0.013958269, -0.016650317, - -0.03203537, -0.014429376, -0.01514277, -0.007376211, 0.009610611, - 0.008722235, -0.006188345, -0.024578398, 0.02519757, 0.014792804, - -0.009301025, -0.007369481, 0.021751747, -0.02071531, -0.024053449, - 0.006447455, 0.01625997, 0.00902509, -0.019019319, 0.0017498311, - -0.008708775, -0.008076143, 0.0028384281, -0.006181615, 0.0052494933, - 0.037904035, -0.01961157, 0.006073933, -0.00021683605, 0.012423801, - 0.013722714, -0.009893276, -0.0065517714, 0.014214013, -0.022693964, - -0.0140121095, 0.030258618, 0.007032975, -0.011750789, 0.0012846116, - 0.012639165, -0.00898471, -0.013278526, 0.0069791344, 0.0019550999, - -0.0035030274, -0.0076588765, 0.0134333195, -0.03604652, 0.026557053, - -0.01625997, 0.004953368, -0.0046404176, -0.002724016, 0.005999902, - -0.0023790973, -0.017054124, -0.0020930672, -0.016071526, - -0.020957593, 0.025534075, 0.032250732, 0.0138505865, -0.00147642, - -0.0043745777, -0.00898471, -0.014308235, -0.0011828186, -0.023555418, - -0.019032778, 0.010822033, 0.009832705, -0.013958269, -0.008109794, - -0.0037890575, -0.0001584733, -0.0037486767, -0.0063229473, - 0.018386688, -0.0122555485, -0.001911354, 0.008163636, -0.034538973, - 0.004532736, -0.03580424, 0.06853954, 0.0101221, 0.004549561, - -0.0007609242, -0.002787952, -0.017040662, 0.047514647, -0.0043644826, - 0.0013569604, -0.009455819, -0.03655801, -0.0019988455, -0.0070531657, - 0.0034693768, 0.015115849, 0.0007554559, 0.0049230824, 0.018292466, - -0.01068743, -0.020109598, -0.018063642, 0.044364948, 0.031820007, - 0.0005518698, 0.0034626466, -0.0102701625, -0.032869905, 0.006868087, - -0.015573497, 0.019463506, 0.006235456, -0.0009607246, 0.0056364755, - -0.008527062, -0.029908651, -0.009704833, -0.018373227, 0.012430531, - 0.03822708, -0.009846165, -0.0043173716, 0.0057710777, 0.024834141, - 0.00617152, -0.029154878, 0.018480908, -0.0004908781, -0.006783961, - 0.010613399, -0.034942783, 0.01181136, -0.012235357, -0.0065585016, - 0.01683876, 0.008870298, -0.011495044, -0.026207086, -0.012524753, - 0.018696273, -0.01737717, 0.025076427, 0.040273037, -0.0053773657, - -0.012174787, -0.0012694688, -0.17067584, 0.01293529, 0.031308517, - -0.025345631, 0.030231697, 0.0015857845, 0.026260927, 0.005185557, - -0.021670986, -0.030016335, 0.03774251, 0.008264587, -0.002781222, - -0.0010238194, -0.0032405527, -0.005673491, 0.0026432546, 0.02752619, - 0.044364948, 0.011434473, 0.0017018791, -0.022990089, 0.0042568007, - -0.022303617, 0.01292183, 0.009220264, 0.033919804, 0.02194019, - 0.010377845, 0.0022007492, -0.0127872275, -0.001165152, 0.024443796, - 0.0051519065, 0.022626663, 0.0025221123, -0.0057172365, -0.011871931, - -0.0049197176, 0.00093464536, 0.017579073, 0.009247185, -0.006905103, - 0.0032691557, -0.02245168, 0.023541959, 0.0126257045, -0.00675704, - 0.027916538, 0.0106807, 0.00092370895, 0.00533362, 0.03321987, - 0.010048069, 0.0028518883, 0.0028232853, 0.010391305, 0.010532637, - 0.0022175745, -0.009220264, -0.012571864, -0.0269474, 0.021038355, - -0.0051350812, 0.003819343, -0.02472646, -0.011569076, -0.0019231318, - -0.03095855, 0.01805018, -0.027135843, -0.015129309, 0.0037722322, - -0.031012392, 0.019301983, 0.018628972, -0.01516969, -0.00093380414, - 0.017363708, 0.01908662, -0.01907316, -0.005276414, -0.017309869, - -0.016946442, -0.019234682, 0.019180842, 0.022209395, -0.0043543875, - 0.004266896, -0.015492735, 0.016448412, -0.026085945, -0.011320061, - -0.022572821, -0.0061445995, -0.011744059, -0.0049028923, 0.018130943, - -0.014590899, -0.0314162, 0.019423125, -0.014240934, -0.012316119, - -0.0042938166, 0.03257378, -0.006689739, -0.0005657507, -0.018655892, - 0.023905385, -0.007234879, -0.011097968, 0.009213534, 0.008574173, - 0.010943174, -0.0135275405, 0.032358415, 0.017821357, -0.0131102735, - 0.008661664, -0.022142094, 0.0482415, 0.021805588, 0.018332846, - 0.034081325, -0.0044115935, -0.03432361, -0.12060375, -0.005397556, - 0.013170844, 0.004532736, -0.00064146455, -0.0037924226, -0.024066908, - 0.015008167, 0.0052158427, 0.027203145, -0.011865201, -0.038280923, - -0.010896064, 0.009132773, 0.010936445, -0.018871255, 0.016771458, - -0.03593884, -0.045630213, 0.040784527, -0.005794633, -0.0006725913, - 0.010606669, 0.0007407338, 0.015062008, -0.014200552, -0.025897501, - 0.010398035, 0.013419859, 0.0057643475, -0.0070464355, -0.0015235308, - -0.002898999, -0.0102230515, -0.010169211, -0.034673575, 0.01402557, - -0.013662144, 0.017484851, -0.018305926, 0.002974713, 0.047568485, - 0.027728094, 0.0022916058, 0.021213338, -0.030931631, -0.04557637, - 0.008755886, 0.0073156403, -0.008648204, -0.025170648, -0.013170844, - -0.01574848, 0.004327467, 0.0029612528, -0.010377845, 0.0035703285, - 0.013177575, -0.010027879, -0.04032688, -0.036800295, -0.00845303, - -0.027405048, 0.007073356, 0.024282273, -0.014860105, 0.0045562913, - -0.017188726, -0.00043703715, -0.007356021, -0.022949709, 0.020486485, - -0.0065315813, -0.0020476389, -0.031550802, -0.0049264478, - -0.014496678, -0.012558403, 0.025507154, -0.026664734, 0.0035871537, - -0.011010476, 0.009260645, 0.0034895672, 0.009166423, 0.025641756, - 0.005387461, -0.005098066, 0.00007445195, -0.030689346, -0.03871165, - 0.031846926, 0.011898852, -0.017256027, -0.007800209, -0.010424956, - 0.010169211, -0.03090471, 0.0303663, -0.0039606756, -0.018359767, - -0.016704157, -0.030770108, 0.02872415, 0.013063163, 0.004159214, - -0.014214013, -0.0016530857, 0.016408032, 0.023407357, 0.0095298495, - 0.0034660117, -0.0061277742, 0.044957202, -0.007571385, -0.016583014, - -0.0090923915, -0.009677912, 0.0055927294, -0.0021603685, 0.017646374, - 0.007988652, 0.0016850537, 0.010647049, 0.001768339, -0.0020880196, - 0.02472646, 0.00058173476, -0.017215647, 0.004906257, -0.0202442, - 0.019140461, 0.027620412, -0.019396205, -0.015398514, -0.010842223, - -0.00952312, -0.008150175, -0.014644741, 0.034565896, 0.018925097, - 0.025089886, -0.020028837, -0.014927406, 0.008957789, -0.009058741, - 0.0021586858, 0.0094154375, -0.050798945, -0.008944329, 0.010815303, - -0.0056465706, 0.019328903, -0.0051990175, -0.02578982, -0.037984796, - -0.018198244, 0.010902794, -0.008264587, -0.009718293, -0.014887025, - -0.008957789, 0.01683876, 0.018844336, -0.03820016, -0.0073425607, - -0.0002576374, -0.018319385, -0.030608585, 0.015640799, 0.007234879, - -0.02242476, -0.015492735, -0.004950003, -0.0094154375, 0.008594363, - 0.023515038, -0.003597249, -0.013164114, 0.00095483573, 0.004310642, - 0.015008167, -0.018117482, -0.0045798463, 0.003550138, -0.0003432361, - -0.016084986, 0.026072484, -0.010842223, 0.008802997, -0.007080086, - 0.009388517, 0.010492257, 0.0023673195, 0.013224686, 0.0055792695, - 0.00899144, 0.02413421, 0.01566772, 0.018319385, -0.0006789008, - 0.030716266, 0.020607626, 0.0051384466, -0.0143351555, -0.01239688, - -0.007396402, -0.0076723364, -0.025668677, -0.031146994, -0.013069892, - 0.0068748174, 0.0051485416, -0.014092871, 0.024228431, 0.006746945, - 0.0006305281, 0.0095769605, 0.0020913847, 0.008002113, -0.023838084, - 0.025951343, 0.012908369, 0.0016648634, 0.0015058643, 0.020136518, - 0.033758283, 0.0014654836, 0.04993749, -0.01406595, 0.022088254, - -0.010822033, 0.015008167, 0.004667338, -0.032196894, 0.011481584, - 0.00043283083, -0.008076143, 0.012262278, 0.021994032, -0.018588591, - 0.073385224, -0.01181809, -0.022249777, -0.0017481486, -0.0059258705, - 0.009725023, 0.011017206, 0.01907316, -0.013096813, -0.0026331593, - 0.007349291, -0.0035535032, 0.019880773, -0.032331496, -0.025251409, - 0.012141136, 0.018157864, 0.022155555, -0.0032069022, -0.021832509, - 0.026072484, -0.0007710194, 0.010411495, -0.0046437825, -0.042830482, - 0.01519661, 0.027351206, 0.012679545, -0.017888658, -0.020109598, - -0.01856167, 0.0026684925, -0.0337852, -0.019880773, 0.016111907, - -0.004953368, -0.0074973535, -0.011690218, 0.052602615, -0.017040662, - -0.019853853, 0.022303617, -0.02810498, -0.035481192, 0.0035535032, - -0.016609935, -0.018130943, -0.025386011, -0.04396114 - ], - "metadata": { - "chunkTitle": "Misleading Headlines", - "episodeTitle": "Dr. Peter Attia: Exercise, Nutrition, Hormones for Vitality & Longevity | Huberman Lab Podcast #85", - "imgUrl": "https://img.youtube.com/vi/DTCmprPCDqc/maxresdefault.jpg", - "published": "2022-08-15T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2065?sectionSid=sec_29175&chunkSid=chunk_57998" - }, - "document": "Peter Attia: Biggest pet peeves is and my team knows this because sometimes they'll occasionally they'll do this and I'll have to remind them. You Peter, talk about a relative risk change without an absolute risk accommodating. It right? So what does that look like? So the relative risk increase of breast cancer in the estrogen plus MPA group versus the placebo was 25 27%, and that became the only headline, HRT increases Risk of Breast Cancer by 27%. Now, I don't think that's true at all today, but let's even look at the data. What was the arr? What was the absolute risk increase? It was a difference between five cases per 1004 cases per thousand. So the Arr was 0.1%, one case in a thousand. And it's true, going from four in a thousand to five in a thousand is a 25% increase, but it's a completely inappropriate context.\n\nAndrew Huberman: I agree, and I feel like headlines of that sort, which have come up recently around various dietary interventions, we won't go there, at least for the time being, are nothing short of criminal because they really distort people's thinking. But also they steer the course of science and medicine for, as you pointed out, for decades, if not longer, and they can really take us off our health track in serious ways.\n\nPeter Attia: So I'll bring this meandering to a close. Which is to say, even though I could spend the next hour talking about all of the ways in which this study was flawed and all of the very unethical things that were done by a number of the investigators, who went out of their way to mask the truth of this study from the world. I'll tell a woman today we're going to start you on this. When you're going through menopause, we're using bioidentical hormones. And if your upper bound risk of breast cancer is one case in 1000, you should at least weigh that against all of the other benefits which I'll talk about. Now, there's something else I want to say, because a moment ago I alluded to the fact that I think the MPA might have been the biggest issue in that study. So there were two findings in that study that were negative. One was the small increase in the risk of heart disease and the small increase in the risk of breast cancer. But consider the other group we forgot about, the group that didn't have a uterus because remember, those women got estrogen only versus placebo.\n\nPeter Attia: What was the difference in breast cancer there? Well, this is interesting because it didn't reach statistical significance, but its p value was zero six or zero seven. So it came very close, but it was in the opposite direction. It was a 24% risk reduction, about one in 1000 as well. So when you had estrogen plus MPA, you had barely statistically significant. The p value was zero five. So it just hit statistical significance, one in a thousand cases for breast cancer, and then you had one in a thousand cases, but p value of zero seven for reduction of risk of breast cancer, which to me suggests that the MPA, the synthetic progesterone, was playing more of a role than anything else. The second thing I point out is oral estrogen, which we no longer use, does increase coagulability. It does increase the ability of the blood to clot a little bit. And when we look at the more recent data on HRT using topical estrogen or patches of estrogen, we don't see that at all. In fact, we see the opposite now. So now we see the risk of heart disease going down in women with estradiol.\n\nAndrew Huberman: And some women will be arriving to those treatments with mutations and things like factor five, litin and other clotting factors. Is it appropriate to say that everyone, both male and female, should know whether or not they. Have mutant forms of factor five Lidin.\n\nPeter Attia: We don't typically test people for factor five. My wife actually has it, but we didn't learn it until she had help syndrome giving birth to our first daughter. But we kind of look for more family history, reason to be testing, things like that. We take a pretty detailed family history, so we'll kind of look for clotting issues there.\n\nAndrew Huberman: So your reflex nowadays is to put women on these topical estrogen to basically have the discussion." - }, - "truncated_cells": [] - }, - { - "row_idx": 96, - "row": { - "id": "chunk_57997", - "embedding": [ - -0.004130417, -0.010120532, 0.00012770687, -0.0100262, -0.00006037913, - 0.014877587, -0.009008756, -0.022114238, -0.05279926, -0.023461845, - 0.010861716, -0.0002705743, -0.021723432, -0.0074387933, 0.0042685466, - 0.017963607, 0.04740883, 0.02303061, 0.012344084, -0.0075263875, - -0.02471512, 0.0044875327, -0.02289585, 0.012680986, -0.010187913, - -0.0018344306, 0.02176386, -0.0203893, -0.0081193345, -0.012404727, - 0.002996742, 0.014298115, -0.009776892, 0.013671477, -0.005060266, - 0.00013834033, 0.011495092, 0.0032241507, 0.017518897, 0.0034313456, - 0.024769025, -0.0051882886, 0.02049711, 0.0006443248, -0.042692203, - -0.00837538, 0.006003591, -0.010922358, -0.006465147, 0.01812532, - 0.021022676, -0.0050333138, -0.005963163, 0.00950737, -0.010295721, - -0.010632623, 0.008132811, 0.0057307007, 0.010720218, -0.011926326, - -0.0008494138, 0.0037362417, -0.017491944, -0.0016516614, - -0.020874439, -0.0041977973, 0.003975442, 0.013718644, -0.011239046, - -0.021467386, 0.03048288, 0.0017434672, -0.011070595, -0.038784143, - 0.033097237, -0.0070277727, -0.005771129, -0.025321543, -0.0056296303, - 0.0005638895, 0.03083326, -0.01287639, -0.001041869, 0.021885145, - 0.010134008, 0.0062057325, 0.007432055, 0.023610082, 0.017572802, - 0.00055588805, 0.0018041094, 0.01088193, -0.012990936, 0.015659198, - 0.017855799, 0.0129774595, 0.0057037487, 0.018933885, 0.00042512803, - 0.0003158455, -0.013031364, -0.013799501, -0.013866881, -0.024081744, - -0.025941443, 0.010686527, 0.009520846, -0.0034768272, 0.0009626971, - -0.0057239626, -0.0071827476, 0.055251904, 0.012155419, -0.03010555, - 0.0018495913, -0.007674624, 0.01918993, -0.003446506, -0.009042446, - -0.0126540335, 0.025685398, 0.0025621387, 0.04552218, -0.004383093, - 0.015093204, 0.03086021, -0.0073444606, 0.0020045661, 0.021507815, - -0.0028956714, 0.007910456, -0.017262852, 0.016211718, -0.0010772437, - -0.016252145, 0.010356363, -0.02344837, -0.020402776, 0.014001641, - -0.031776585, -0.0069940826, 0.026898244, -0.021912098, 0.014931491, - -0.020294968, 0.032477338, 0.015470534, 0.018017512, -0.010100318, - 0.010922358, -0.010720218, 0.0006245318, 0.0012187425, -0.0071894857, - -0.0197694, -0.015470534, -0.016696855, 0.011279474, -0.0046357694, - -0.004335927, 0.012189109, 0.013516502, 0.027895475, -0.008496665, - 0.017155042, 0.025995348, 0.019728974, -0.0008603631, 0.013658001, - -0.019931113, -0.021804288, 0.012344084, -0.049565002, 0.017303279, - 0.011353592, 0.036035024, 0.00018961258, 0.008153025, -0.0028636658, - -0.052017648, 0.0067414064, -0.0042011663, 0.009352395, 0.020860963, - -0.014015118, 0.0081193345, 0.0029815815, -0.036924444, -0.002804708, - -0.0031534014, -0.007196224, 0.027572049, -0.014190306, -0.06500858, - -0.64426416, -0.012613606, 0.0057542836, -0.0023364143, 0.0058418782, - 0.0035812669, 0.0055656186, 0.016494716, -0.025927966, 0.015362725, - -0.0060372814, 0.020591442, -0.006320279, 0.005235455, -0.014069022, - -0.013199815, -0.0028063925, -0.015564866, 0.010565243, -0.0102822445, - -0.020995723, -0.005050159, -0.0032595254, 0.019486403, 0.03277381, - 0.01047091, 0.019203406, -0.010120532, 0.0018596983, 0.023057563, - -0.020524062, 0.029809076, -0.00978363, -0.003955228, 0.037679106, - -0.01874522, 0.0054106438, 0.01974245, 0.004477426, 0.032046106, - -0.027181242, -0.014352019, 0.021265246, 0.00017013543, -0.021615623, - 0.03449875, 0.020092826, -0.019378595, 0.011191879, 0.019136027, - -0.0015935458, 0.014513732, 0.005764391, 0.014203782, -0.027464239, - -0.012593391, 0.016629476, -0.028677087, -0.009210897, -0.009581489, - 0.011784827, 0.022060335, 0.000100280944, 0.00060852896, - -0.0029681055, 0.00950737, -0.025105927, -0.010565243, -0.0024964428, - 0.0014133033, 0.014446352, 0.015349248, -0.005110801, -0.0050299447, - 0.017155042, 0.029674316, 0.017424565, -0.0011446241, -0.017586278, - 0.012155419, 0.015847864, 0.00008133022, -0.02811109, 0.024364743, - 0.009857749, -0.002622781, -0.014432875, 0.015942195, -0.00026846866, - -0.024984643, 0.013725382, 0.0058553545, 0.024499504, -0.03083326, - -0.011326641, 0.014176831, 0.0058721993, 0.019041693, 0.005606047, - -0.03528036, -0.002821553, -0.017424565, 0.0064112423, 0.005481393, - 0.001412461, 0.0010730324, -0.04778616, 0.014015118, 0.029809076, - -0.02526764, 0.025078975, 0.009022232, -0.017330231, -0.026547866, - 0.0040529296, -0.03099497, 0.0024139017, 0.021992953, 0.004366248, - -0.024661217, 0.026830865, 0.009076136, 0.005420751, 0.013826452, - -0.0030556999, 0.014554161, -0.012647296, -0.020645346, 0.011703971, - -0.0017434672, 0.024607312, -0.014298115, 0.025361972, -0.012903341, - 0.011885897, 0.016804665, 0.03975442, -0.00068938546, -0.0024088484, - 0.007411841, 0.0015657514, 0.009965557, 0.0021747015, -0.0020719464, - -0.013529979, -0.029512603, -0.022046858, 0.023259705, 0.008705544, - 0.0060608643, -0.0037968839, -0.029000511, -0.002824922, 0.009500632, - -0.0068391077, 0.019486403, -0.0016600839, -0.01586134, -0.009655607, - 0.0029748434, -0.0021797551, 0.033690184, -0.017774941, 0.005781236, - -0.0035138864, -0.0038878475, 0.012721415, -0.002811446, -0.020780107, - -0.02653439, 0.01945945, -0.020577965, -0.011111024, 0.02639963, - -0.011656804, 0.00014149878, -0.02187167, -0.003473458, -0.03250429, - -0.00046113442, 0.0007887715, 0.008954852, -0.0058957827, 0.010059889, - 0.031776585, -0.00052177673, 0.023003658, 0.009049184, -0.002060155, - 0.028003283, -0.010807811, 0.017087663, -0.00019308687, 0.01586134, - 0.0023701047, -0.026386153, 0.014661969, 0.0031837225, 0.0059058894, - 0.025725827, 0.04363553, -0.031426206, 0.011778089, -0.020173684, - 0.01410945, -0.02125177, -0.011427711, -0.007391627, 0.026386153, - 0.0062899576, 0.0016398698, 0.021548243, -0.02588754, 0.011077333, - -0.03024031, 0.017141568, 0.00012160052, 0.002632888, 0.016117385, - 0.020308444, -0.01517406, -0.0012827539, 0.01517406, 0.015066251, - -0.031318396, 0.010356363, 0.024742072, 0.009271539, -0.009844272, - 0.005996853, 0.0023987412, 0.031749632, 0.011811779, 0.01486411, - -0.00021193233, 0.00042618086, 0.025698874, 0.00015128999, - 0.017155042, 0.0030068492, 0.0015135317, 0.010275506, 0.026574818, - -0.0064449324, 0.04075165, -0.020551013, 0.020982249, 0.0009862802, - 0.0062192082, 0.015820911, 0.016562095, -0.01294377, -0.009999247, - -0.012606868, -0.0005714698, -0.011717447, -0.01266751, 0.0040832506, - 0.030051647, 0.0071490575, 0.019971542, 0.013233505, 0.005619523, - -0.0016979853, 0.02564497, 0.01945945, 0.018610459, -0.0096892975, - -0.016023053, -0.0012120045, -0.02886575, -0.0016760868, 0.01204761, - -0.024809454, 0.01918993, 0.0075600776, 0.002001197, 0.022572424, - 0.020860963, 0.014149878, -0.028919656, -0.023111468, 0.006148459, - 0.00964887, -0.0055083456, 0.00031731944, 0.000279418, -0.017020281, - 0.0004910345, -0.009985771, 0.003343751, 0.026278345, -0.009359133, - 0.013442384, -0.00023456792, -0.00672793, 0.005036683, -0.016616, - -0.005242193, -0.016602524, -0.008153025, -0.0096892975, - -0.0055588805, 0.003793515, 0.007479221, -0.0013610835, -0.025739303, - -0.045872558, -0.015847864, -0.017572802, 0.02107658, -0.014405924, - -0.019001264, 0.0053331563, -0.014904538, 0.021925572, -0.011387283, - -0.0038945854, 0.01929774, -0.006667288, -0.011953278, -0.022424188, - 0.0042719156, -0.006855953, 0.0751965, 0.01256644, -0.012377774, - 0.014554161, 0.018287033, 0.015915245, -0.006842477, -0.03234258, - 0.043069534, -0.0011084072, 0.0039114305, -0.0076544103, 0.006532527, - -0.008092383, 0.015942195, -0.009857749, -0.008651639, -0.03183049, - -0.001901811, -0.0002225658, 0.012101515, -0.00033479623, 0.01867784, - 0.033555426, 0.007607244, -0.0004025977, 0.017087663, 0.012020659, - 0.015659198, 0.010120532, 0.0049389815, 0.0003320589, 0.020119779, - 0.023879604, -0.0034768272, -0.0038474193, 2.2240788e-6, -0.018179225, - 0.010080104, 0.0010005985, -0.00021709113, 0.0532844, 0.015457057, - 0.013550193, 0.00755334, -0.02451298, 0.021224817, 0.0008342532, - -0.008456237, -0.0024560145, 0.009190682, 0.012303656, -0.017074186, - -0.030617641, 0.01204761, -0.0019557152, 0.03387885, -0.025186783, - -0.027423812, 0.0053331563, -0.004191059, -0.01799056, 0.0031180268, - 0.0002068788, -0.018610459, -0.00015844915, -0.046195984, -0.008308, - -0.025361972, 0.008988542, -0.018273557, -0.03024031, -0.0077554807, - -0.004713257, 0.0044673188, 0.009938605, 0.019028217, -0.003820467, - -0.006731299, 0.041290693, -0.009790368, -0.02464774, -0.0014823682, - -0.015470534, -0.006566217, 0.018179225, 0.0023145159, -0.0016036528, - -0.026062729, -0.0053567397, 0.0104439575, -0.019162977, - -0.0023195692, -0.020955296, 0.0072096996, -0.009864487, 0.0028687194, - 0.02409522, -0.011939802, -0.014608065, 0.008227143, -0.028164996, - -0.0029681055, -0.031587917, 0.010639361, 0.011340117, 0.0038406812, - 0.000859942, -0.03590026, -0.019513356, -0.003426292, -0.011279474, - 0.004403307, -0.013705168, 0.023394465, 0.012829223, -0.0046020793, - 0.0038912166, 0.003065807, -0.0075668157, -0.0042719156, 0.003972073, - 0.053230494, 0.005134384, -0.022100762, 0.010639361, 0.0062596365, - -0.0074657453, -0.029243082, 0.019958066, 0.009581489, 0.04463276, - -0.016373431, -0.024472551, -0.05994158, -0.04075165, -0.039404042, - 0.0112525225, 0.023044087, -0.008395595, -0.010484386, 0.004787375, - -0.026359202, -0.009662345, 0.017478468, -0.018623935, -0.022046858, - -0.0019001265, -0.04239573, 0.0040428224, 0.018004036, 0.0110908095, - 0.021898622, 0.004733471, -0.009352395, -0.02334056, 0.00031416098, - 0.00030194828, 0.01675076, 0.0070884153, 0.02615706, -0.010255293, - -0.010275506, 0.018920409, 0.0040495605, 0.010080104, -0.017855799, - -0.0016895628, -0.008328214, 0.029701268, 0.027572049, 0.014419399, - -0.0021999693, -0.015120155, 0.014769778, 0.017438041, -0.03196525, - -0.023097992, -0.026493963, -0.029431747, -0.03474132, -0.0010646099, - 0.0004931401, 0.0027979698, -0.019284263, -0.0077487426, 0.0048143277, - -0.003999025, 0.015753532, -0.03083326, 0.035711598, -0.020133255, - 0.01754585, 0.017909704, 0.0014116188, -0.008456237, -0.039080616, - 0.009156993, -0.006913226, 0.025321543, -0.004504378, 0.034175325, - 0.0041000955, -0.006869429, -0.017518897, 0.001419199, -0.003426292, - -0.03236953, 0.013907309, -0.041910592, 0.0039114305, -0.009076136, - -0.028623182, -0.012168895, -0.01887998, -0.0064280876, 0.005262407, - 0.018516127, -0.018556554, -0.01410945, 0.009015494, -0.004369617, - 0.018165749, -0.018152272, 0.035711598, 0.04428238, -0.0076544103, - -0.010787598, -0.002887249, 0.013523241, 0.0060473885, 0.02344837, - 0.030321168, -0.010113793, 0.003999025, 0.017896228, 0.0024728596, - -0.011131237, -0.053419158, 0.019513356, 0.01448678, -0.0012937031, - -0.013516502, -0.02427041, -0.0110369045, 0.011730922, -0.014729349, - 0.019823305, -0.0027811248, -0.0012726468, -0.011858946, 0.017438041, - -0.00026846866, 0.017572802, -0.019445976, 0.013671477, -0.019540308, - -0.03347457, -0.017262852, 0.0047637923, -0.017276328, -0.0019826675, - -0.01122557, -0.00086415326, 0.008334952, 0.0011159874, -0.01084824, - -0.028164996, -0.019230358, 0.034552656, 0.012573177, 0.033528473, - 0.016939426, 0.004666091, 0.0037564558, -0.037921675, -0.013604097, - -0.0102822445, 0.002461068, -0.0029377842, 0.012687724, 0.02351575, - -0.026871292, -0.0073646745, -0.021413483, 0.0191495, -0.04050908, - 0.00037880402, 0.023623558, -0.036035024, -0.018098367, -0.0034801962, - -0.025078975, -0.0032359425, 0.0030051647, -0.023219276, - -0.0075937677, 0.0007504489, -0.0055993088, -0.001895073, 0.003426292, - -0.0016541881, -0.031210588, 0.0020180421, -0.037086155, - -0.0071557956, -0.015699627, -0.0053735846, -0.033232, -0.0047637923, - 0.013934261, 0.0069738687, 0.019513356, -0.005481393, 0.00086204766, - 0.014688921, 0.021346102, -0.030590689, -0.006182149, 0.006697609, - 0.0030573844, 0.016602524, -0.002636257, -0.024755549, 0.008301262, - -0.014554161, -0.005781236, 0.0104439575, -0.030941067, 0.013482813, - -0.007054725, 0.010046413, -0.03673578, -0.022195095, -0.028542325, - -0.01898779, -0.037921675, 0.025186783, 0.019270787, -0.0036857063, - -0.0021966002, 0.025038546, 0.014122926, -0.011111024, -0.0064786226, - -0.017478468, -0.020173684, -0.005585833, -0.0058924137, 0.012674248, - -0.004534699, 0.038945854, 0.0024678062, -0.023111468, -0.017855799, - 0.0006060022, -0.014163354, -0.011394021, 0.008759448, 0.015982624, - 0.014257687, -0.004922136, 0.017613228, 0.016508192, 0.0030489617, - -0.0013248665, -0.023232752, -0.03398666, -0.010423743, -0.01994459, - 0.007795909, 0.00224882, -0.046977594, -0.030671546, 0.002629519, - -0.006559479, -0.006148459, 0.028542325, -0.004918767, 0.012013921, - -0.013226767, -0.00724339, 0.009669083, 0.0072164377, 0.006886274, - -0.027208194, -0.020456681, 0.027787665, -0.013233505, -0.0035239935, - -0.018354414, 0.0118993735, -0.016535142, 0.0014663653, -0.0026042515, - 0.0017737882, 0.017343707, -0.0029462068, 0.005040052, 0.012869651, - -0.018718267, 0.011387283, -0.0039114305, -0.009844272, -0.029296987, - 0.0011968438, 0.021669528, 0.001091562, -0.0032174129, -0.022653282, - 0.00786329, -0.0031096041, 0.021844717, -0.01805794, -0.020874439, - -0.0062899576, -0.01187916, -0.019526832, 0.025591066, 0.025011593, - -0.025725827, -0.014149878, -0.010828026, 0.009500632, 0.003931645, - -0.022599377, -0.019513356, -0.017303279, -0.009291753, 0.011218832, - -0.024782501, -0.002265665, 0.023839176, 0.00902897, -0.003992287, - 0.007795909, 0.18629326, -0.0016693487, -0.002966421, 0.03689749, - 0.021413483, -0.0042921295, 0.013125696, 0.0036890754, -0.005606047, - 0.004177583, 0.042692203, 0.0044167833, -0.03145316, 0.0043898313, - 0.045117896, -0.024418646, -0.034606557, -0.01369843, -0.0017485206, - -0.027787665, -0.025078975, 0.003360596, 0.009224373, -0.0015606979, - 0.027275575, -0.0064213495, -0.015537914, -0.0036924444, 0.022909326, - -0.016939426, -0.012856175, -0.009392824, -0.0067784656, -0.005016469, - -0.003793515, 0.0020955296, -0.0028316602, -0.004164107, - -0.0020618394, 0.006704347, 0.007250128, 0.03021336, -0.006215839, - 0.0021090056, -0.011178404, 0.011515305, 0.0019759294, 0.012418203, - -0.0048109586, 0.0072770803, -0.025375448, -0.0025385555, 0.026992576, - 0.01980983, -0.0006093712, -0.009224373, 0.007991312, -0.002255558, - -0.020968772, 0.019445976, 0.0015025823, 0.008853781, -0.003436399, - 0.04606122, -0.025052022, 0.007236652, -0.009642132, -0.00042449633, - -0.007391627, -0.009022232, -0.007546602, -0.002156172, -0.008665116, - -0.00045355412, -0.019176453, -0.011973492, 0.018462222, 0.02948565, - 0.0068020485, -0.013961213, -0.010511338, -0.008671854, -0.023327084, - -0.011326641, -0.02464774, -0.016575571, 0.0075129117, 0.0007293925, - -0.012317132, 0.016386906, -0.0064617777, -0.016777713, -0.006822263, - -0.008833567, 0.0066167526, -0.0059429486, -0.007229914, -0.007573554, - -0.038891952, 0.0027609107, -0.019001264, 0.05541362, 0.018004036, - -0.0028097616, -0.010834764, -0.0020685773, -0.004147262, 0.033663236, - 0.008894209, 0.0028198685, -0.02094182, -0.03678968, -0.0027508037, - -0.020874439, 0.013085268, 0.028353661, 0.005248931, -0.017316755, - 0.0018984419, 0.006161935, -0.011259261, -0.022990184, 0.044848375, - 0.020685773, -0.0048985532, -0.017801894, -0.015915245, -0.007870028, - -0.019216882, -0.011164928, 0.0036553852, 0.008462975, 0.02873099, - -0.0004855598, -0.012539487, -0.018340938, 0.0017754728, -0.024216507, - -0.0076813623, 0.033717137, -0.002870404, 0.005932842, 0.013529979, - 0.013934261, 0.011973492, -0.024176078, 0.014648493, 0.012923555, - -0.003618326, -0.0025486625, -0.021885145, -0.0017316756, -0.00398218, - -0.009136778, 0.029997742, 0.007775695, -0.04929548, -0.043258198, - -0.008847043, 0.011050381, -0.047247116, 0.019958066, 0.029701268, - 0.003456613, -0.012984198, -0.009824058, -0.17098443, 0.014985395, - 0.034202278, -0.014944967, 0.018421793, 0.00844276, 0.017801894, - -0.0014242526, -0.021346102, -0.04802873, 0.031938296, 0.00056641625, - 0.0013147595, -0.014352019, 0.008227143, -0.011218832, 0.022397235, - 0.011562472, 0.043878097, -0.0052219788, 0.0003274265, -0.016386906, - 0.008745972, -0.040050894, 0.016629476, 0.03395971, 0.014527208, - 0.017694086, 0.0051478604, -0.0006628544, 0.0015396415, 0.009952081, - 0.025954919, 0.0065527414, 0.020524062, -0.0025318174, 0.0058890446, - -0.016265621, -0.00021393268, -0.0008868941, 0.0077487426, - -0.001713146, 0.007917194, 0.009359133, -0.008186716, 0.025375448, - 0.013334576, 0.0060945544, 0.034067515, -0.0062966957, 0.011077333, - -0.0046256627, 0.012492321, 0.0064415634, 0.004089989, 0.012586653, - 0.022734137, 0.035037793, -0.010956049, -0.008921161, -0.014567637, - -0.03608893, 0.018179225, -0.0037463487, -0.003837312, -0.015713103, - 0.002093845, 0.01410945, -0.029647363, 0.0071423193, -0.019661592, - -0.018192701, 0.0043291887, -0.0074657453, 0.028757943, -0.0049895165, - -0.008469713, 0.009008756, 0.007600506, -0.0006965446, -0.014527208, - 0.007849813, -0.027545096, -0.0007841391, -0.02111701, 0.019917637, - 0.0036958135, 0.007202962, -0.0059025204, 0.0049524573, 0.0013265511, - -0.03250429, -0.02200643, -0.020914868, -0.011555734, -0.013786024, - 0.0036082189, 0.018273557, -0.009285015, -0.019553784, 0.043824196, - -0.014163354, -0.026413105, 0.009891438, 0.028326709, -0.010241817, - -0.010208126, -0.01850265, 0.0313723, 0.0011530466, -0.013974689, - 0.01167028, 0.008348428, 0.048594724, -0.0129774595, 0.03449875, - 0.019486403, -0.010720218, 0.021588672, -0.009109827, 0.058647875, - 0.016535142, 0.025213735, 0.016413858, -0.0028282912, -0.011191879, - -0.13432951, -0.017074186, 0.004760423, 0.018960837, -0.000107913875, - 0.004558282, -0.015457057, 0.028569277, -0.00023267284, 0.03277381, - -0.0014276216, -0.024391694, -0.0042011663, 0.009332182, 0.0049996236, - -0.020429729, -0.006118138, -0.038838048, -0.030779354, 0.020968772, - 0.00013760335, -0.0014865794, -0.0002701532, 0.011380545, 0.013543455, - -0.0069334405, -0.0032426803, 0.011690495, 0.013880356, -0.017222423, - -0.0010140745, -0.01812532, 0.00025857217, -0.009291753, - -0.0015817542, -0.032692958, -0.002183124, 0.0036924444, 0.011407497, - -0.023192324, 0.0014015117, 0.03134535, 0.019351643, 0.01781537, - 0.005420751, -0.01706071, -0.03660102, 0.004116941, 0.0018933885, - 0.0008986857, -0.037032254, -0.010322673, -0.0034246075, 0.014621541, - 0.0023701047, -0.0036924444, 0.012687724, 0.023569655, -0.00971625, - -0.027127339, -0.035792455, 0.008355166, -0.016669905, -0.0048648627, - 0.024418646, 0.0035442077, 0.0031281337, -0.016252145, -0.0110369045, - -0.023111468, -0.023946984, 0.0075937677, -0.02138653, 0.011986968, - -0.019823305, 0.0057879738, 0.0057879738, -0.012620344, 0.0023920033, - -0.011447925, -0.004719995, -0.019486403, 0.015699627, -0.017801894, - 0.0018613827, 0.034956936, 0.03072545, 0.0010839817, 0.008921161, - -0.023475321, -0.047813114, 0.005434227, 0.035064746, -0.027235147, - -0.011063857, -0.01905517, -0.0010292352, -0.018893456, 0.026345726, - 0.00508048, -0.014742825, -0.0034801962, -0.04506399, 0.03387885, - 0.0073107705, -0.009076136, 0.012923555, 0.008193453, 0.012384512, - 0.03312419, 0.004895184, 0.012418203, -0.015093204, 0.0232058, - 0.0069671306, -0.016966378, -0.029323937, 0.014230735, 0.03775996, - 0.009877963, 0.011326641, -0.0058182953, 0.007432055, 0.010134008, - 0.0017502052, 0.008732496, -0.008981803, -0.0017417826, -0.02846147, - -0.00062832196, -0.022181619, 0.0013947737, 0.015780482, -0.019162977, - 0.0035947429, 0.00094248296, 0.0019203406, -0.010107056, 0.004659353, - 0.037733007, 0.0063573383, 0.020672299, -0.023003658, -0.02708691, - -0.0024930737, -0.010295721, 0.002695215, 0.004164107, -0.015376201, - 0.008301262, 0.008395595, 0.004056298, 0.02413565, 0.0067784656, - -0.019162977, -0.039808325, -0.027814617, -0.0047974824, -0.015578342, - -0.009696036, -0.0101744365, -0.0044369977, 0.0037362417, 0.008260834, - -0.017249376, -0.017788418, 0.0116298525, -0.0017687348, -0.011353592, - 0.0007428686, 0.009621917, -0.029162224, -0.021575196, 0.0060305432, - -0.008954852, 0.0062461607, -0.002629519, -0.01956726, -0.012229538, - 0.013105483, -0.0030506463, 0.019755926, -0.004025977, 0.0028687194, - 0.003631802, 0.002774387, -0.005360109, 0.015524438, 0.0028164994, - 0.02396046, 0.015591818, 0.012155419, -0.00085825747, 0.009568013, - 0.007398365, 0.001141255, 0.0056296303, 0.012768581, 0.003645278, - 0.019419024, -0.0066437046, 0.019931113, 0.016198242, 0.016359955, - 0.005299466, -0.002715429, -0.01617129, -0.0018074785, -0.027572049, - -0.026628723, -0.011697233, 0.01019465, -0.014001641, -0.009433252, - 0.014594588, 0.008961589, 0.0019338167, 0.01795013, 0.012492321, - -0.014136402, -0.022356808, 0.030887162, 0.01898779, 0.019243835, - 0.0032039366, 0.0004590288, 0.042072304, 0.005444334, 0.031048875, - -0.003357227, 0.012391251, 0.00032658424, 0.007263604, -0.040455174, - -0.026628723, -0.006535896, -0.012189109, -0.0062225773, -0.013880356, - 0.029377842, -0.010309197, 0.08074864, 0.012094777, -0.014419399, - 0.008045216, 0.0051478604, 0.016642952, 0.02111701, 0.012141943, - 0.00072770804, -0.008725759, 0.014176831, -0.001670191, 0.038083386, - -0.018650888, -0.013307624, 0.021952525, 0.018556554, 0.020416252, - -0.0122227995, -0.007937408, 0.027652904, -0.00861795, 0.025901016, - -0.012492321, -0.039457947, 0.025631493, 0.018853027, 0.02200643, - 0.010794336, -0.044956185, -0.014325067, 0.0065763243, -0.022976708, - -0.031156683, 0.020793583, -0.0048345416, -0.00824062, 0.014904538, - 0.045872558, -0.016737284, -0.019378595, 0.017869275, -0.024310838, - -0.0065898006, 0.014015118, -0.032639053, -0.02859623, -0.00666055, - -0.031911343 - ], - "metadata": { - "chunkTitle": "Hormone Replacement Therapy", - "episodeTitle": "Dr. Peter Attia: Exercise, Nutrition, Hormones for Vitality & Longevity | Huberman Lab Podcast #85", - "imgUrl": "https://img.youtube.com/vi/DTCmprPCDqc/maxresdefault.jpg", - "published": "2022-08-15T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_2065?sectionSid=sec_29175&chunkSid=chunk_57997" - }, - "document": "Andrew Huberman: A lot or at least when they urinate, it seems like a large volume of urine from what I've observed.\n\nPeter Attia: You have a lot of experience with this?\n\nAndrew Huberman: No, but my sister rode horses for a little while. My high school girlfriend had a horse, and that thing, I mean, the peas were legendary. Male horse.\n\nPeter Attia: Yeah, the conjugated equine estrogen is the estrogen that's collected from female horses. And then it says synthetic progesterone. And I said to the person, I said, well, why didn't you use what we use today, which is bioidentical estrogen and progesterone? Like today when we put women on estrogen, it's an FDA product called the Vivel Dot. So it's a patch that you just put on and it's estradiol, but it's bioidentical estradiol, and we use what's called micronized progesterone. So bioidentical progesterone. And she said, well, at the time we just wanted to test what was currently being used. And I said, totally makes sense. But again, now you have four considerations that you have to keep in mind. Okay? So despite those four considerations, and I'm going to make a case for you why? I think the MPA created a real problem in that study, the synthetic progesterone.\n\nPeter Attia: When the preliminary results were first made available, but not yet peer reviewed and not yet published, there was a huge fiasco, huge press announcement about it suggesting that the women receiving the cee plus MPA in the group with the uterus had a higher incidence of breast cancer. And that basically became the headline that never went away, though it turned out not to be true. Let's talk about the numbers. What was the increase in the risk of breast cancer in that group? Which gets to my one of my if you've ever listened to me on the podcast rail on something, listen, I.\n\nAndrew Huberman: Have about 3800 pet peeves and counting. My laboratory staff know these, know a good number of them. You do not have to apologize for having many pet peeves, because as long as they have experience and data to support them, it provides one of my." - }, - "truncated_cells": [] - }, - { - "row_idx": 97, - "row": { - "id": "chunk_127143", - "embedding": [ - 0.016918095, 0.008929352, 0.013683943, -0.024842411, -0.015500737, - 0.011139141, -0.034892764, -0.0015252699, -0.005353746, -0.01868335, - -0.0026704303, 0.033217706, -0.024236813, -0.0015486241, -0.019379143, - 0.003071478, 0.056178898, -0.008001627, -0.0043938085, 0.0028153874, - 0.0049510878, -0.006783989, 0.020706305, 0.0007102894, -0.025357815, - 0.0082979845, 0.015371887, -0.03208382, -0.021865962, -0.014830714, - 0.0378821, -0.014637438, -0.012498517, 0.013851449, 0.01669905, - 0.013632403, 0.0033662242, 0.0066873506, 0.0022291169, -0.019958971, - 0.0064844107, -0.00017948498, 0.009715342, -0.014714749, - -0.0039363885, -0.018722005, -0.021543834, -0.0107461475, - -0.011094044, 0.032831155, 0.0047996882, -0.0021824085, -0.007666616, - -0.012865741, -0.0009534951, -0.01504976, -0.0032325415, -0.009644474, - -0.004960751, -0.002056779, -0.0043036127, -0.0030263804, - -0.021698456, -0.00889714, -0.015152841, 0.025576862, 0.0015164115, - 0.016428463, -0.013413357, -0.006970822, -0.0056372173, 0.016647508, - -0.027058644, 0.004374481, 0.003640032, -0.007563535, -0.005537358, - -0.023502365, 0.006848414, -0.019714154, 0.012298798, -0.0170856, - -0.0051347, 0.01034671, 0.007930759, -0.008027398, 0.0055792346, - 0.020706305, -0.0046354034, 0.006378109, 0.014444162, 0.01136463, - 0.027496736, 0.0011652934, 0.010166319, -0.011487039, -0.016325383, - -0.0038880694, -0.007022362, -0.036567826, -0.011963787, - -0.0133489305, -0.0028894767, -0.0046257395, -0.03582049, - -0.026169574, 0.02040995, 0.009773324, -0.007937202, -0.025435125, - -0.012047539, 0.03527932, 0.004657952, -0.034248512, 0.008407507, - 0.009103301, 0.02552532, 0.0021018768, -0.007621518, -0.004545208, - 0.00051942933, 0.019250292, 0.03205805, 0.00994083, 0.00042762322, - 0.020461489, -0.033475406, 0.0053247544, -0.011139141, -0.0060463184, - 0.026233999, 0.01123578, 0.030589152, 0.014895139, -0.04494312, - 0.03561433, -0.0185545, -0.010533543, -0.0060914163, -0.03012529, - 0.0336558, 0.0036207042, -0.014882254, -0.0102887275, -0.019507993, - 0.025834562, 0.027084414, 0.018580269, -0.002535137, -0.026040724, - 0.007022362, -0.0012240815, 0.020358408, 0.018219488, 0.0042842855, - 0.0014487649, -0.006564942, 0.019198753, -0.029635658, -0.004126443, - 0.019160097, -0.042031094, -0.0030086634, 0.0010348321, 0.0051669125, - 0.02181442, 0.0058530425, -0.02341217, -0.00009361807, -0.01672482, - 0.0047223778, 0.030511843, -0.0065971552, 0.0072865062, 0.012408321, - 0.040871438, 0.009728227, 0.015359001, 0.008903583, -0.028759472, - 0.03780479, 0.022046352, 0.031259175, -0.0031439567, 0.017472154, - -0.012517844, 0.013902989, -0.010230744, 0.022845227, -0.026981333, - 0.0018796094, -0.00948341, -0.015797094, -0.020757845, -0.6403364, - -0.00084719324, 0.0112808775, -0.00592391, 0.035227776, 0.011963787, - -0.003414543, 0.013915874, -0.014985335, 0.006426428, 0.007621518, - 0.0045645353, 0.011802723, -0.024687791, 0.0012409932, -0.017485037, - 0.0018828306, -0.032418832, -0.0037785464, -0.011654545, -0.05509655, - -0.018283913, -0.01123578, 0.0012844802, 0.037856333, 0.022304054, - -0.00037890155, -0.01946934, 0.008259329, 0.05483885, -0.0056533236, - 0.034274284, 0.01886374, 0.01789736, 0.04295882, -0.027342115, - -0.0034628622, 0.01763966, 0.010868555, 0.030357221, -0.017678315, - -0.012388993, 0.028939864, 0.0030134954, -0.010340268, 0.018438533, - 0.025563976, 0.023656987, 0.034635063, 0.02803791, 0.011867148, - 0.004306834, -0.03022837, -0.030202601, 0.01039825, -0.021827307, - 0.018322567, -0.013980299, 0.0010098673, 0.00008652122, 0.025924757, - 0.0016364037, -0.03945408, -0.006210603, -0.008903583, 0.016480003, - -0.034274284, 0.0041650985, 0.010881441, -0.0044807824, 0.007892105, - 0.018747775, 0.0012893121, -0.038835596, 0.013774138, -0.0043615955, - 0.013374701, 0.0036045979, -0.044530798, 0.016789244, -0.009257922, - -0.00014727231, -0.022677721, -0.0185545, 0.028759472, 0.0089873355, - -0.025718596, -0.0067582186, 0.0038719631, -0.027728667, - -0.0032550904, 0.03027991, 0.010308055, -0.0155651625, -0.008974451, - -0.0010823457, -0.012053981, -0.020590339, 0.013426241, - -0.00005622118, -0.008040283, -0.022677721, 0.02356679, 0.000405477, - 0.0034306494, -0.012872184, -0.03344964, -0.012930166, 0.042546496, - -0.014766289, 0.009502738, -0.00889714, -0.031001475, -0.015706899, - 0.013993184, -0.012595154, -0.005257108, 0.01588729, -0.007479782, - -0.040974516, 0.042829968, 0.012988149, -0.000907592, -0.004445349, - 0.016119221, 0.022432905, -0.007892105, 0.003116576, -0.008027398, - -0.013555092, 0.02171134, 0.016943865, -0.018451419, -0.018541614, - 0.0076601733, 0.02275503, 0.042933047, -0.0077954666, 0.025254734, - -0.023154467, -0.003607819, -0.0035305088, 0.01949511, -0.037083227, - 0.0051185936, -0.031284947, 0.00063257635, -0.0047255987, - -0.012653138, -0.0155651625, 0.019172981, 0.0023273656, -0.010417578, - 0.042598035, -0.008401065, -0.007344489, -0.0333981, -0.034944307, - -0.008980893, 0.008278657, 0.0010283896, 0.006426428, -0.0045806416, - 0.0070739025, -0.017150026, -0.015243036, 0.011029619, 0.013026805, - -0.011545021, -0.012588712, -0.01959819, -0.011570792, -0.007344489, - 0.009741112, -0.009947273, 0.027702898, 0.0025882882, -0.002557686, - -0.007106115, -0.0074217995, -0.0041200006, -0.016570197, - -0.008665209, 0.016621739, 0.042572267, -0.00932879, 0.009348117, - 0.017691199, -0.022767916, 0.015346116, 0.01499822, 0.027548276, - -0.0012877015, 0.0054922607, -0.0017040503, -0.02422393, -0.006655138, - -0.0023273656, 0.015217266, 0.0024401098, 0.040227182, -0.030357221, - -0.005501924, -0.039995253, 0.038758285, -0.011499924, -0.00040225574, - -0.006088195, 0.003296967, 0.02529339, -0.009476968, -0.0050219554, - -0.027316345, 0.0058691488, -0.0037688825, -0.00022488472, 0.00935456, - 0.011229337, 0.001507553, 0.009348117, 0.0054793754, 0.008066053, - 0.012537172, 0.0075570927, 0.0036690233, 0.022200974, 0.04355153, - 0.0003136709, -0.02824407, -0.025937643, -0.0042005326, -0.015719784, - -0.020500144, 0.02549955, 0.027522506, 0.0065874914, 0.0009977875, - -0.024816642, 0.01580998, 0.01609345, 0.030846855, 0.012588712, - 0.013084787, -0.0013360205, 0.007582863, -0.013838564, 0.036645133, - 0.013928759, 0.0067066783, 0.00039198794, 0.0063362326, -0.0001393198, - -0.030331451, -0.019237407, 0.004329383, 0.008156248, -0.00057902274, - 0.013258736, 0.0032615329, 0.018180832, 0.032702304, -0.004812573, - -0.0065391725, -0.0009196718, 0.009876405, -0.006258922, -0.017832935, - -0.012556499, -0.024958378, -0.0074604545, -0.02615669, 0.0008608836, - 0.00075417914, -0.038294423, 0.027135955, -0.0025770138, - -0.0031230184, -0.0062041604, -0.0011628774, 0.005076717, - -0.0152559215, -0.006629368, 0.021466523, 0.024803758, -0.006764661, - -0.016815014, -0.0028153874, 0.01959819, 0.004664395, 0.013529322, - -0.010791245, 0.016106335, -0.0030650357, 0.010862113, -0.015333232, - 0.012131292, 0.03187766, 0.0017282098, 0.02272926, -0.028476002, - 0.024275469, -0.02236848, -0.018850856, 0.009869963, 0.01763966, - 0.0060012206, -0.038861368, -0.0024642693, 0.0049833003, -0.016789244, - 0.007344489, -0.016183646, -0.0047352626, 0.013722598, 0.00092530897, - 0.018206602, 0.007621518, 0.005005849, 0.014018955, -0.013555092, - 0.0045033316, -0.05058678, -0.005063832, -0.009728227, 0.06030212, - 0.009605818, 0.00399115, 0.012189275, 0.04520082, 0.025937643, - -0.00100423, -0.012646695, 0.0070481324, 0.015359001, 0.008826272, - 0.006874184, 0.0051475847, -0.023824492, 0.013323161, -0.0062299306, - -0.031362258, -0.034248512, 0.011564349, -0.004390587, 0.025319159, - -0.0037044573, 0.0050831595, 0.061487548, 0.015281691, 0.03022837, - 0.01672482, 0.053756505, 0.030666463, -0.0146503225, 0.009721784, - -0.0135035515, 0.015706899, 0.004638625, -0.0108234575, -0.021170167, - -0.0069257244, -0.004380923, 0.007479782, 0.017652543, -0.01617076, - 0.021131512, 0.0058788126, -0.015371887, -0.026646322, -0.005273214, - -0.011145584, 0.013671057, 0.0008520252, -0.004197311, 0.007647288, - -0.0022661614, -0.0020600003, 0.013426241, 0.0048415647, -0.03022837, - 0.009264364, 0.0050477255, -0.014018955, -0.011087601, 0.029584117, - -0.013799909, -0.009625146, 0.0022258956, 0.0036432531, -0.0074926675, - -0.008220674, 0.015706899, -0.028707933, -0.010114779, -0.0154878525, - -0.02236848, -0.02158249, -0.024185274, 0.028553313, 0.01090721, - -0.0072671785, -0.00330502, 0.008549243, 0.04522659, 0.011706085, - -0.0102887275, -0.0051057083, -0.009161283, 0.008471932, 0.015204381, - 0.00042359662, -0.0052635507, 0.004380923, -0.00706746, 0.008678094, - 0.020345524, 0.009805537, -0.013464897, -0.005189461, 0.017910246, - 0.013020362, -0.0039396095, 0.01421223, -0.021131512, -0.003727006, - 0.008549243, -0.019147212, -0.031516876, -0.00020857704, -0.012769103, - 0.015668243, -0.0066422527, 0.009953716, -0.020306868, 0.015114185, - -0.0033855517, -0.017098486, -0.0050831595, 0.021015547, 0.017291762, - 0.009663802, 0.011242222, -0.0035401725, 0.011068274, -0.021299018, - -0.025705712, 0.022175202, -0.0037592188, -0.023206009, -0.010604411, - -0.00399115, 0.013123442, -0.011338861, -0.0072671785, 0.014444162, - 0.036490515, -0.026904022, -0.024211043, -0.035227776, -0.02641439, - -0.04179916, 0.022716375, 0.0053698523, -0.007737484, -0.0039943713, - 0.0102887275, 0.005472933, -0.009573606, 0.023914687, -0.02644016, - -0.018361222, -0.00056492974, -0.016273841, 0.0040298053, 0.012562942, - -0.0282183, -0.02074496, 0.010578642, -0.0034403133, -0.012672465, - 0.00003326965, -0.003987929, 0.027522506, -0.011673872, 0.047983997, - 0.003498296, -0.041000288, 0.01591306, 0.0039396095, -0.013110558, - -0.010971636, 0.013065459, -0.012852856, 0.03195497, 0.022767916, - 0.009953716, -0.0047932453, -0.034557752, 0.02989336, 0.02432701, - -0.02369564, -0.015977485, -0.017588118, -0.010997406, 0.012955937, - 0.022935422, -0.013593747, 0.01894105, -0.01800044, -0.013774138, - 0.031671498, -0.0014608447, 0.02618246, -0.0099086175, 0.027599817, - -0.026878253, 0.016441347, 0.011680314, -0.0025592968, 0.0064199856, - -0.023154467, -0.014701863, -0.005682315, 0.02346371, 0.02644016, - 0.014122035, -0.006848414, -0.015346116, -0.00007237784, 0.011396843, - -0.022639066, -0.0135035515, -0.0007211612, -0.008858484, 0.008864927, - -0.014637438, 0.0066164825, -0.0007561925, -0.0018924944, - -0.0074668974, 0.013696828, 0.020229558, -0.0033179051, -0.025628401, - 0.00033984368, -0.008407507, 0.028836783, -0.0109780785, 0.04125799, - -0.0032341522, 0.018477188, -0.013838564, -0.0016621739, 0.007344489, - -0.0040459116, 0.023837376, 0.01983012, -0.024314124, 0.0046837223, - -0.013336046, -0.012524286, -0.00010358387, -0.036773987, 0.031516876, - 0.00932879, 0.016441347, 0.0055534644, 0.020628994, -0.039814863, - -0.0018457861, 0.024301238, 0.023966227, 0.0124276485, -0.0045774207, - -0.02997067, 0.046592407, 0.009257922, 0.023734296, 0.010688164, - 0.020397063, -0.011609447, -0.023811607, -0.034763914, 0.006983707, - 0.009927945, 0.022832341, 0.009805537, 0.018799314, -0.00808538, - 0.013387586, -0.0170856, -0.013297391, -0.01687944, 0.029223336, - -0.015500737, -0.0039718226, 0.036773987, -0.024365665, 0.003952495, - -0.015797094, -0.008658766, 0.017227337, -0.03004798, -0.00836241, - 0.010688164, 0.003714121, -0.027831748, 0.0050445045, 0.0028620958, - -0.014598782, -0.03605242, -0.017485037, 0.00072800636, -0.01883797, - -0.000091906775, -0.0054697115, -0.0011097265, -0.0008000822, - 0.00083350285, 0.0024240036, -0.0021260362, -0.008645881, - -0.0047996882, 0.0159646, -0.0007332409, 0.03375888, -0.031181866, - 0.002092213, -0.0131943105, -0.049684823, -0.023244664, -0.015307462, - -0.042829968, -0.022420019, -0.000051414445, 0.012885069, 0.007415357, - 0.030975705, 0.013838564, -0.017961785, 0.0027719003, -0.022097893, - -0.0036464743, -0.0053376397, -0.010784802, -0.011319533, 0.01695675, - 0.013799909, -0.0029345744, -0.021505179, -0.0035401725, 0.005028398, - -0.0007324356, 0.017884474, -0.010990963, 0.016595969, -0.01886374, - 0.0064940746, 0.009985928, -0.010153434, -0.022381363, 0.01316854, - 0.009438313, 0.00092450366, -0.0023257548, 0.037392467, 0.027135955, - -0.020603225, 0.012369665, -0.029326417, -0.020319752, 0.0024997033, - -0.003727006, 0.022020582, -0.012878626, -0.0023354187, 0.0024062865, - -0.04334537, 0.007969415, -0.008813387, -0.060611364, -0.004426021, - 0.0058659273, 0.012169947, 0.012988149, 0.0038300867, -0.010701049, - 0.028836783, -0.0118929185, 0.0067711035, -0.01614499, -0.018103521, - -0.004123222, -0.026749402, -0.012775545, 0.0028637066, -0.02801214, - 0.0040716818, 0.02529339, -0.024597596, -0.02555109, 0.0032728075, - -0.004558093, 0.014547243, -0.016647508, 0.001911822, 0.046540868, - -0.0020728854, 0.017124256, -0.025203194, 0.012266586, 0.020474374, - -0.00024501764, -0.023206009, -0.00096154824, -0.0051830187, - 0.0030231592, 0.009116186, -0.025847448, -0.001250657, 0.0017749182, - -0.019739926, 0.013387586, 0.027470967, -0.0055888984, -0.0057628467, - 0.0216598, -0.0065874914, -0.003411322, -0.009947273, -0.008980893, - 0.035253547, 0.012788431, 0.0112035675, -0.02051303, -0.004848007, - -0.009850635, 0.0028347152, 0.01032094, -0.0069643795, -0.012595154, - -0.005498703, 0.0014584287, 0.011023176, -0.019031245, -0.003640032, - -0.019714154, 0.005041283, 0.004087788, -0.015178611, 0.0076988284, - -0.02262618, -0.017961785, 0.001314277, -0.021131512, -0.04473696, - 0.0021840192, 0.017601004, -0.0065198448, 0.013606632, 0.18152484, - -0.003134293, -0.028527541, 0.026298424, 0.0109780785, -0.006316905, - 0.018309683, 0.017330417, 0.011963787, 0.0031842226, 0.031104555, - 0.0021373108, -0.045819305, 0.0054213926, 0.016943865, -0.030357221, - -0.041696083, -0.01784582, -0.002039062, 0.0025383586, 0.024211043, - 0.0040298053, -0.0067324485, 0.0022258956, 0.036438975, 0.007189868, - -0.013787024, 0.0077439263, 0.021930387, -0.009650916, -0.006258922, - -0.039015986, 0.018193716, 0.0054117288, -0.0135035515, 0.0017362629, - 0.015320347, -0.005099266, 0.0099021755, 0.008568571, 0.010752589, - 0.017936016, -0.030872624, 0.0030231592, 0.013323161, 0.031594187, - 0.0071190004, 0.000040693663, -0.021672685, 0.013033247, -0.040278725, - -0.010662395, 0.0075055524, 0.026195344, -0.009612261, -0.010494889, - 0.01395453, 0.006455419, -0.0109007675, 0.034377363, -0.00849126, - 0.028450232, 0.0029780616, 0.040433343, -0.02801214, 0.0029152466, - 0.00704169, -0.008078938, 0.004667616, -0.011267993, 0.005956123, - -0.011113372, -0.02448163, 0.0021550278, -0.0005979477, 0.008072495, - 0.011242222, 0.015243036, 0.020757845, 0.021543834, 0.013181425, - -0.004339047, -0.0052410015, 0.02069342, 0.006097859, -0.025216078, - 0.015500737, 0.0009857077, -0.003987929, -0.007318719, 0.004110337, - -0.021286134, -0.00953495, 0.019739926, 0.027677128, -0.016492888, - -0.0043712594, 0.0047255987, -0.023038503, 0.003520845, -0.01131309, - 0.04349999, -0.010565756, 0.012949494, -0.007344489, -0.014482817, - -0.019907432, 0.00467728, -0.003727006, 0.0012828696, -0.019572418, - -0.032418832, 0.022123663, -0.0019714155, 0.00043607905, 0.008587898, - 0.03239306, -0.014792059, 0.017381957, 0.010945866, -0.0011201956, - -0.01499822, 0.009650916, 0.007801909, -0.025821676, -0.011622332, - -0.022870997, 0.008703864, -0.0010340267, -0.033269245, 0.022407135, - 0.0077245985, -0.000988929, -0.010842785, -0.020100707, -0.026852483, - 0.0050477255, 0.0049124323, 0.0077439263, -0.0014785617, - -0.0035240662, -0.03190343, 0.014753403, -0.013941644, 0.0071447706, - -0.012749775, 0.018077752, 0.0059722294, -0.01870912, 0.0025383586, - -0.00017243845, 0.024533171, -0.007454012, 0.00790499, 0.007988743, - -0.017858705, -0.03430005, -0.038861368, -0.008175576, -0.009605818, - -0.036464743, 0.008678094, 0.012376108, -0.01792313, -0.021672685, - 0.021337673, -0.15956868, 0.008117593, 0.009837749, -0.027213264, - 0.015474968, 0.009180611, 0.031156095, 0.021105742, 0.010095451, - -0.017729854, 0.023721412, -0.008639438, -0.03612973, -0.03989217, - 0.019804351, -0.029738737, -0.008175576, 0.019147212, 0.012749775, - -0.00092289306, 0.03932523, -0.0086072255, 0.01227947, -0.016119221, - 0.015281691, 0.03247037, -0.0016815014, -0.00836241, -0.0019875218, - 0.011950901, 0.0051926826, 0.012627367, 0.04687588, 0.019237407, - 0.031465337, -0.012601597, -0.0061783902, -0.005269993, -0.0039009545, - 0.026929794, -0.018799314, 0.007911432, -0.0016992184, 0.0032663648, - -0.012943052, 0.002356357, -0.0032985776, -0.022381363, 0.004306834, - 0.0041393284, -0.010469118, -0.011673872, -0.0056533236, - 0.00054922607, 0.0015679518, -0.0037108997, 0.006088195, 0.025151653, - -0.013593747, -0.0341712, -0.0233864, -0.019507993, 0.015578047, - -0.0141864605, 0.024146618, -0.02811522, -0.034248512, 0.017304648, - -0.025087228, -0.0013859501, -0.007975858, -0.022819456, - -0.0011201956, -0.03801095, 0.005595341, -0.0047900244, -0.025151653, - 0.0042714, 0.028888324, 0.018219488, -0.016003255, -0.015822863, - -0.031465337, -0.0030553718, -0.034403134, -0.0028266618, -0.00256735, - 0.006932167, -0.013516437, 0.0014141363, 0.03899022, 0.0006543199, - -0.009657359, 0.007737484, 0.0096766865, 0.004664395, -0.009129071, - 0.01800044, -0.008768289, 0.0064940746, 0.0037044573, -0.009141956, - -0.025641287, 0.01964973, 0.034609295, 0.0011314701, -0.019482223, - -0.00012633407, 0.042933047, -0.011925131, -0.002021345, 0.015552278, - 0.007563535, 0.014328197, -0.00095188443, 0.0039009545, -0.004606412, - -0.033372328, 0.007511995, 0.01669905, 0.045278132, -0.023231778, - -0.0027638471, 0.0019327602, -0.019263178, -0.017704085, -0.11864571, - 0.009129071, -0.0050734957, 0.035176236, 0.018167946, 0.01403184, - 0.012015326, 0.015011105, -0.006970822, 0.02061611, 0.0027300238, - -0.010771917, -0.004777139, -0.027677128, 0.04520082, -0.00031850277, - -0.015706899, -0.012627367, -0.029068714, 0.015346116, 0.0072736214, - -0.018180832, 0.0074862246, 0.014856484, -0.008800502, -0.012988149, - -0.017652543, 0.0022001255, 0.01606768, 0.0144183915, 0.021505179, - -0.029661428, 0.016531544, -0.0034950748, 0.0056017837, -0.009702456, - 0.017150026, -0.0020696642, 0.012524286, -0.0075764204, 0.00039279327, - 0.011106929, 0.012440533, -0.015861519, 0.0014801723, -0.00023092459, - -0.028527541, 0.017626774, -0.010520658, -0.0043132766, -0.042598035, - -0.005463269, -0.044015393, 0.02257464, 0.03174881, -0.0068097585, - 0.023888918, 0.027677128, -0.021724226, -0.02069342, -0.012331011, - -0.0017733076, -0.01507553, 0.004922096, 0.022033468, -0.0014906414, - -0.013110558, -0.010282285, -0.004116779, -0.0033372326, -0.010024583, - 0.027857518, 0.01878643, 0.012550057, -0.02801214, 0.03731516, - -0.02257464, -0.021389214, -0.00015270819, -0.00638133, -0.005907804, - -0.0056372173, -0.018490074, 0.024468744, -0.019018361, 0.033810418, - 0.013323161, 0.009309462, -0.00048319006, -0.059322856, -0.02461048, - 0.021234592, 0.021505179, 0.0119702285, -0.017034061, 0.0042230813, - 0.0102887275, 0.001489836, 0.04311344, -0.017613888, -0.02432701, - -0.01776851, -0.038397506, 0.011171354, 0.015977485, -0.0011403286, - -0.0064038793, -0.019288948, -0.013928759, 0.011673872, 0.01403184, - -0.0009301409, 0.00889714, 4.690341e-6, -0.0020632215, -0.007582863, - -0.009973043, -0.011854263, 0.02832138, -0.007028805, 0.025435125, - 0.0152559215, -0.00447434, 0.0103595955, -0.021865962, 0.011422614, - -0.02163403, -0.005308648, 0.014044724, -0.015578047, -0.013799909, - 0.009779767, -0.011480596, -0.0116932, 0.0070094774, 0.01868335, - -0.012975264, -0.030537613, 0.00948341, 0.022329824, 0.0066035977, - 0.012498517, -0.004438906, -0.013174983, 0.018747775, 0.007537765, - -0.01685367, -0.00604954, -0.034970075, -0.0023241441, 0.0023805164, - -0.0031890546, 0.028939864, 0.03919638, 0.0014817829, -0.007731041, - -0.024713561, 0.0070481324, -0.005289321, 0.0032212671, 0.004715935, - -0.02529339, 0.022304054, -0.0059818933, 0.00040587966, -0.0015598986, - -0.009116186, 0.0060108844, -0.007911432, -0.022213858, 0.005260329, - -0.021827307, -0.029171795, 0.0016211027, 0.023450825, 0.015011105, - 0.021144398, -0.005292542, -0.0001022249, -0.021118628, -0.006829086, - 0.018206602, 0.0072091958, -0.0071190004, -0.00072800636, - 0.0123503385, 0.008884255, 0.015771324, 0.024107963, -0.0011330807, - -0.002145364, -0.0021373108, 0.007563535, 0.028836783, 0.0046225186, - -0.008394622, 0.031104555, 0.016428463, 0.012234372, 0.0056243325, - -0.008420392, -0.006848414, 0.0008882644, 0.016969636, 0.0031681163, - -0.021208823, -0.01410915, -0.02443009, -0.026878253, -0.051978365, - -0.023141583, -0.007080345, -0.0025512436, 0.0078405645, 0.0060012206, - -0.01123578, -0.00945764, 0.0058337147, -0.0051089297, -0.010018141, - -0.0074668974, 0.001560704, -0.009045318, 0.020062052, -0.0060269907, - 0.005737077, 0.03386196, 0.01779428, 0.026517471, 0.011113372, - 0.012543614, 0.0012675686, 0.0016315718, -0.01034671, -0.022896767, - -0.0042842855, -0.000055516524, -0.015539393, 0.00029897384, - 0.016132105, -0.011487039, 0.061281387, -0.015925944, -0.025009917, - 0.012008884, 0.016003255, 0.022445789, -0.0061848327, 0.020087821, - 0.0074668974, 0.01314277, 0.012086194, -0.036438975, 0.020049166, - -0.032960005, -0.013902989, 0.01680213, -0.0024046758, 0.03208382, - -0.021131512, 0.012401879, 0.042211484, -0.023231778, -0.005379516, - -0.023128698, -0.044659648, -0.007827679, 0.031053016, -0.023876032, - 0.0095993765, -0.03216113, -0.017562348, -0.006371666, -0.045973923, - -0.0020358409, 0.0077245985, -0.012073309, -0.0013013919, - -0.021221709, 0.024649136, 0.021775765, 0.00094061, 0.012608039, - -0.0054922607, -0.023785837, 0.007608633, 0.0053601884, -0.008774731, - 0.004426021, -0.04494312 - ], - "metadata": { - "chunkTitle": "Boosting Mood with Omega-3s", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64055&chunkSid=chunk_127143" - }, - "document": "Andrew Huberman: Now, omega three fatty acids are found, of course, in foods, things like fatty fish and krill of all things, certain forms of algae, et cetera. But most people do not get enough of so called EPA form of omega three s. And for that reason, I and many other people choose to supplement with a minimum of 1 gram per day, and in some cases as high as 2 grams per day of omega three s in supplement form. So typically, one would get to one to 2 grams of EPA by supplementing their nutrition, their diet, that is, with fish oil capsules or liquid fish oil. There are many different sources of these. That was discussed in an episode that I did with Dr. Ronda Patrick. I find that it's most cost efficient to get that one to 2 grams of EPAs from liquid fish oil. Despite what you might see on the internet. I don't have any relationship whatsoever to a liquid fish oil company. You just want to make sure that you go with a reputable brand.\n\nAndrew Huberman: I like the ones that are flavored with lemon so that it offsets the taste of fish oil, and I'll take a tablespoon or two of that per day. And if I'm traveling and even if I'm not, I will often use fish oil capsules. And there are a variety of different sources of those as well. Getting sufficient amounts of omega three has been shown to be important for mood, okay? So as a way to offset depression, but also for enhancing overall mood, that probably relates to the omega three s effect on neurotransmission. Not just for neuromodulators like serotonin and dopamine, but for all neurotransmission. And neurotransmission, of course, is essential for neuromuscular performance. And the omega three s have been implicated in reducing the inflammation response, cardiovascular health, et cetera.\n\nAndrew Huberman: I realize that there is some debate about omega three s, but when I look at the bulk of literature about the omega three s, it's very clear to me that getting one to 2 grams of EPA form of omega three per day is the right thing for me to do. And many others find that as well." - }, - "truncated_cells": [] - }, - { - "row_idx": 98, - "row": { - "id": "chunk_127136", - "embedding": [ - -0.022808757, 0.025218325, 0.020933125, -0.007392994, -0.0060307663, - 0.020152755, -0.007481984, -0.042167448, 0.0027244552, -0.0066639627, - -0.0029760224, 0.040990043, 0.0051134876, 0.015360999, 0.015046112, - -0.023301622, 0.048109226, 0.009508212, 0.023178406, -0.021453373, - 0.006184787, -0.0043091574, -0.0075915097, -0.004517941, - -0.0033473833, 0.008981119, 0.0072903135, 0.0042064767, 0.017140795, - -0.017688423, 0.004754106, -0.03039342, 0.008823675, -0.0019526404, - 0.0016095164, -0.034637548, -0.0081528295, -0.0070575713, 0.038936436, - -0.029873172, 0.012650235, -0.0033268475, -0.017318774, 0.018181289, - -0.018153908, -0.01596339, -0.008960582, -0.039265014, 0.008495098, - 0.01633304, 0.0073245405, -0.010671924, -0.035349466, 0.0159497, - -0.0060068076, -0.021686116, -0.0085772425, 0.037238784, 0.011746646, - -0.019728342, -0.011993079, -0.0034278166, -0.014649081, 0.014046689, - 0.019098569, -0.0049628895, -0.0031077957, 0.0025961048, 0.007577819, - -0.0057364157, 0.015046112, 0.024876056, -0.008652541, 0.0013322792, - 0.06429167, -0.0030170947, -0.0005540467, 0.0019594857, 0.0024455066, - 0.0019577744, 0.0052811992, -0.035157796, -0.026779067, 0.030831523, - 0.04895805, -0.04186625, -0.013259471, 0.0074614477, -0.0019098568, - -0.0080569945, 0.018906899, 0.030092224, 0.015237782, 0.024561169, - 0.0064620245, 0.02191886, -0.024410572, 0.001880764, -0.018140217, - -0.017291391, -0.0140124615, 0.0076599633, -0.022439105, -0.011034728, - -0.023890324, -0.02981841, -0.007516211, -0.014169905, -0.001226176, - -0.022986736, -0.013081492, 0.026094532, -0.029489832, -0.015046112, - 0.0021100838, -0.019358693, 0.02345222, 0.001020815, -0.029216018, - -0.04088052, 0.025916552, -0.0102064395, 0.045562748, -0.0011414646, - 0.01407407, -0.0035903938, -0.026039768, -0.0041996315, -0.009234398, - -0.020303352, -0.012732379, 0.0024095685, 0.014087761, 0.0037033425, - -0.021302776, 0.00057886116, 0.0031882287, -0.020768838, -0.021494446, - -0.030941049, 0.019646198, -0.00058356737, -0.028914822, -0.019262858, - 0.00051853637, 0.024725458, 0.018660465, 0.020563476, -0.019413454, - -0.0016060937, -0.009439758, -0.019920012, -0.00825551, -0.021973621, - -0.012629698, 0.011027883, -0.024287354, 0.009439758, -0.021645043, - -0.011945162, 0.036636394, 0.027162408, 0.0058664777, 0.005582395, - -0.001457207, 0.007714726, 0.025985004, 0.002733012, 0.005637158, - -0.02888744, -0.004127755, 0.017578898, -0.02100158, 0.023219477, - -0.0025841251, 0.025040345, 0.0047438378, -0.011438604, -0.0039703115, - -0.03170773, 0.0003865492, 0.013115719, 0.031077957, 0.012410646, - -0.0010952584, 0.022055766, 0.036362577, -0.012876132, -0.005698766, - -0.013718111, -0.0003127476, 0.007091798, -0.0028699192, -0.018153908, - -0.63875467, 0.0026491561, -0.003359363, -0.019440837, 0.04011384, - 0.021234322, -0.0033918782, -0.019372383, -0.016949123, 0.039922167, - -0.00218196, 0.01633304, -0.010897821, -0.005277776, -0.0006250674, - -0.0104323365, -0.024780221, 0.014087761, -0.009296006, -0.0029315276, - -0.025587974, 0.021371229, -0.0026080841, 0.039894786, 0.012910359, - 0.0036554248, -0.01592232, -0.0054181064, -0.0032378577, 0.015415762, - -0.0030222286, 0.0014777431, 0.019016424, 0.020987889, 0.05947253, - -0.028175522, -0.017729495, 0.028093377, 0.022658158, 0.022973044, - -0.0084471805, -0.020549785, 0.0076462724, -0.015538978, - -0.0041003735, 0.0065133646, 0.005366766, -0.019933702, 0.025437376, - -0.0074409116, 0.023329003, -0.01426574, 0.00028814707, 0.01330739, - 0.02699812, -0.016223514, -0.0021083723, -0.0023000427, -0.004921817, - 0.0068624783, 0.021809332, 0.014046689, 0.0029058575, -0.009446603, - -0.010733532, 0.009549284, -0.010418645, -0.028668389, -0.0034774453, - -0.010630852, 0.013040421, 0.023548055, 0.00036900796, -0.00431258, - 0.011027883, 0.019084878, -0.009802562, 0.019440837, -0.0020741455, - 0.009104336, -0.006304581, -0.000018798013, -0.016675308, - -0.011541286, 0.014868133, -0.00515456, -0.019345, -0.006075261, - -0.016976506, 0.011671348, -0.025382614, 0.011445451, 0.009207016, - -0.021165868, -0.00318994, 0.015648505, 0.0069035506, -0.009056418, - -0.006633159, -0.00881683, -0.0034432185, 0.018030692, -0.00034975537, - 0.010658233, -0.0072903135, 0.004227013, -0.030886287, -0.011883553, - 0.03712926, -0.007824252, 0.009296006, -0.0018448258, 0.007523056, - 0.018646775, 0.0060136532, -0.025834408, 0.030995812, 0.0069891177, - -0.018660465, -0.02193255, 0.013286853, -0.0128076775, 0.0009874438, - -0.0008359902, -0.012739224, 0.024862366, 0.016278278, -0.014525864, - 0.002211053, -0.009823099, -0.001997135, -0.0040764147, 0.034007773, - -0.006075261, 0.0116028935, 0.020221207, 0.031105338, 0.012492791, - 0.016866978, -0.016784836, -0.024889747, -0.004634312, -0.005661117, - -0.019646198, 0.0049183946, -0.04709611, -0.023205787, 0.00043211365, - 0.009241243, 0.008310273, 0.013800256, -0.0044700233, 0.003966889, - 0.003229301, -0.011630275, -0.014306813, -0.030174369, -0.03206369, - -0.047150873, 0.00054591784, 0.00069266534, -0.00003732863, - -0.005000539, 0.0033114452, -0.025286779, -0.02812076, 0.006133447, - 0.015155638, -0.01596339, -0.029024348, 0.016866978, -0.010418645, - -0.025218325, 0.011404378, 0.012739224, 0.0007893561, -0.000060966533, - 0.0016326195, -0.025807025, -0.00074058294, 0.0032327236, - -0.008173366, -0.0062258593, -0.006314849, 0.04068885, -0.0023958776, - -0.00049243844, -0.010452872, -0.02024859, 0.034582783, 0.0031454451, - 0.007968005, -0.011041573, -0.011616584, -0.0058254055, 0.014498482, - -0.020385496, -0.0010336501, 0.0133621525, 0.017483061, 0.015251473, - -0.008002232, 0.033870865, -0.023274241, 0.0085772425, 0.0007525623, - 0.017222939, -0.03523994, 0.022576014, 0.019043805, -0.009740954, - 0.0009882996, -0.017387226, -0.021905167, -0.017181866, 0.032912515, - 0.01916702, 0.037238784, 0.0032601051, 0.019878939, 0.024670696, - -0.024123065, 0.027518367, -0.00590755, -0.040360272, 0.005130601, - 0.011465986, 0.01707234, 0.0022949085, -0.018619392, 0.014128833, - 0.016812216, -0.0008821964, 0.0055652815, 0.018400341, 0.0047027655, - -0.0038539404, -0.0012723822, 0.024068303, 0.024561169, 0.007707881, - -0.0037957549, 0.007392994, -0.038717385, 0.01556636, 0.012800832, - 0.03847095, -0.0010875574, -0.018989041, 0.009261779, -0.004247549, - 0.0084471805, -0.037211403, 0.024588551, 0.0013125987, -0.008070685, - -0.012013615, -0.00890582, 0.026231438, 0.04142815, -0.009111181, - 0.019016424, 0.02026228, 0.0012946296, 0.017154485, 0.0007829386, - 0.009220706, 0.008132294, -0.018099144, -0.004764374, 0.0042646625, - 0.008454026, -0.0024557747, -0.033350617, 0.02699812, -0.008180211, - 0.00890582, 0.011424914, 0.011089491, -0.0013057534, 0.00246262, - -0.023493292, 0.0012817946, 0.013964544, -0.017373536, 0.006434643, - -0.0075709736, 0.0053325393, -0.0077763344, -0.010726687, - -0.037567362, 0.022548633, -0.0326387, 0.0012869287, -0.0060513024, - 0.00068881485, 0.03849833, -0.005681653, 0.023383766, -0.006821406, - -0.012068379, 0.016387803, -0.0028100223, -0.023123642, 0.011630275, - 0.028969584, -0.021521827, -0.027463604, -0.00058313954, - -0.0072697774, 0.007468293, -0.016894361, 0.015621123, -0.013177328, - 0.014868133, 0.01182879, -0.007091798, -0.020002156, 0.045699656, - 0.00014343178, -0.024862366, -0.016894361, -0.009994233, -0.03488398, - 0.09610892, 0.021467064, -0.0063114264, 0.02661478, -0.019399764, - 0.021357538, 0.014744916, -0.028969584, 0.029380307, 0.0019817331, - -0.010856749, -0.007933778, 0.018140217, 0.003966889, 0.0046616937, - 0.0001278158, 0.0236302, -0.023301622, -0.024520097, -0.013793411, - -0.0062737768, 0.003675961, 0.01501873, 0.053120032, -0.00787217, - 0.023397457, 0.030174369, 0.009898398, 0.010979965, -0.02100158, - -0.009302851, 0.028641006, 0.0023445375, 0.017154485, -0.015224092, - 0.016565783, 0.0025190944, 0.009946316, 0.0029212595, -0.015141947, - 0.011335924, 0.026669541, 0.014238359, -0.011157945, 0.006544169, - -0.0076599633, 0.001750702, 0.010801986, -0.009542439, -0.009186479, - -0.002722744, -0.0014383823, -0.013608585, -0.008303428, 0.016305659, - -0.009610892, -0.012527018, -0.011294852, -0.013560668, - -0.00038676313, -0.02662847, -0.0038128681, -0.0033935898, - 0.0026491561, -0.025286779, -0.005010807, -0.0039326623, 0.0007003664, - -0.010795141, -0.01499135, -0.010391264, -0.025409995, -0.015689576, - 0.020412879, 0.020796219, 0.011390687, 0.017592588, 0.0058151376, - -0.02044026, 0.010261202, -0.0048533636, -0.032939896, -0.008741531, - -0.015894938, -0.0020056919, 0.014210978, 0.010076378, 0.0030273627, - 0.008974274, -0.01060347, 0.008809985, -0.0054831374, 0.027477294, - -0.0096519645, 0.017003886, 0.016469948, 0.019933702, 0.012232667, - 0.023794489, 0.003901858, 0.008036459, -0.039073344, 0.014799679, - -0.025779644, 0.009131717, 0.0037101877, 0.011863017, 0.0005972581, - -0.009823099, -0.010535017, 0.026560016, -0.019851558, -0.01022013, - 0.031625587, 0.03803285, 0.03203631, 0.030968431, 0.034089915, - -0.016113989, -0.019180713, 0.00010535445, -0.035157796, 0.027819563, - 0.020741455, -0.007612046, -0.006082107, -0.0015598875, -0.008782603, - -0.013286853, 0.025286779, -0.032392267, 0.043454375, -0.00022183261, - -0.042167448, -0.033870865, -0.018592011, -0.013375843, -0.0011234955, - 0.005654271, 0.0046788068, -0.028914822, -0.004387879, -0.015237782, - 0.002051898, 0.045891326, -0.024643313, 0.016086608, -0.008597778, - -0.016004464, 0.0044460646, -0.004552168, -0.008330809, -0.018345578, - 0.01481337, -0.0187563, -0.022562323, -0.005431797, -0.0299827, - 0.00881683, 0.025259396, 0.02530047, 0.0051066424, -0.010151676, - 0.02907911, -0.017318774, -0.022630777, 0.00927547, -0.013314235, - -0.022877209, 0.0348566, 0.023671271, 0.0023650737, -0.0037786413, - -0.013238936, 0.020015847, 0.03228274, -0.011021038, -0.0128076775, - -0.012882977, -0.034062535, -0.0027056304, 0.032583937, -0.0017207536, - 0.009864171, -0.02063193, -0.0021580013, 0.03504827, -0.0030016925, - -0.0012681038, 0.0035287857, 0.02250756, -0.015333617, 0.023561746, - -0.0014982793, 0.025546903, -0.0249582, -0.023356386, -0.012711843, - -0.008200747, 0.014772298, 0.009494521, 0.00955613, -0.007865325, - 0.016278278, -0.041537676, -0.017592588, -0.010932048, -0.033843484, - -0.023178406, 0.007968005, -0.018071763, 0.015333617, 0.008173366, - -0.016949123, -0.01444372, 0.018660465, -0.006814561, 0.025656428, - -0.017934857, -0.007926933, 0.022466488, -0.01838665, 0.005260663, - 0.021124797, 0.062046386, -0.00825551, -0.015826484, -0.025793334, - -0.020043228, 0.009056418, 0.012924049, 0.015265164, -0.011007347, - -0.01782533, -0.014183596, -0.00083556236, 0.018345578, -0.018893206, - -0.03745784, 0.01894797, 0.00047404153, 0.0046788068, -0.019783104, - -0.0036793835, -0.026477871, 0.0027740842, -0.011856172, 0.0042304355, - 0.0021100838, -0.017181866, -0.014525864, 0.030776761, -0.011863017, - 0.02102896, 0.004148291, 0.01614137, -0.019673578, -0.0053941477, - -0.026423108, 0.0029862905, 0.012533863, 0.012273739, -0.023192097, - -0.0063114264, 0.021864096, 0.007468293, -0.01013114, -0.016962815, - -0.012814523, 0.032912515, -0.022973044, -0.011513904, -0.008940047, - -0.0131020285, 0.008193902, -0.02812076, -0.009809408, -0.020125372, - 0.018167598, 0.010849903, 0.018140217, 0.029681502, -0.03020175, - -0.01022013, -0.010090068, -0.0058699003, -0.004949199, 0.006640004, - 0.009925779, -0.019755723, -0.019933702, -0.016237205, 0.0002810878, - 0.020166446, -0.013225245, -0.022685539, -0.0050929515, 0.016031845, - -0.008344499, 0.049971163, -0.017551515, 0.022178981, -0.0017489907, - 0.027874326, -0.0367733, -0.012711843, 0.012225822, -0.012643389, - -0.022671849, -0.00064432, 0.012704997, 0.032912515, -0.013115719, - 0.0035424763, 0.0036006619, 0.029161254, -0.0049834256, -0.0072287056, - -0.02231589, -0.012704997, 0.0048157144, -0.00262862, 0.024657004, - -0.024369499, 0.017880093, -0.018852135, 0.006814561, 0.021645043, - -0.0223022, -0.009576665, -0.0126776155, 0.0029571976, -0.0116028935, - -0.02457486, -0.025026655, -0.0057158796, -0.04183887, 0.029489832, - 0.010596625, 0.0009754645, -0.014347885, 0.012335348, 0.0131978635, - -0.017921165, -0.009234398, 0.019427145, 0.004839673, -0.0020570322, - -0.019632507, -0.012294276, -0.0108225215, 0.039100725, 0.038881674, - -0.033049423, -0.0026063726, 0.00806384, -0.017975928, -0.019235475, - -0.004463178, -0.0014597741, 0.008385572, -0.0014032999, - -0.0148270605, 0.014539555, 0.0027997543, -0.0061813644, - -0.0006100931, 0.0020690116, 0.011732955, 0.01011745, -0.024670696, - -0.0013630833, -0.025232015, -0.0018174443, 0.027066574, -0.022001002, - -0.004322848, -0.0018876094, 0.014347885, -0.004408415, 0.012561245, - 0.006951468, 0.018249743, 0.005743261, 0.017113412, -0.01574434, - 0.0013511039, 0.035212558, 0.0028801872, -0.0059657353, 0.012828214, - 0.027107645, -0.006653695, -0.02872315, 0.0025858367, -0.01050079, - 0.0040182294, -0.018468795, 0.02343853, 0.0032173216, -0.04649372, - 0.018058073, 0.00014610575, -0.011650811, -0.023986159, -0.006735839, - -0.0075709736, 0.031023193, 0.018427722, 0.00016846016, -0.005479715, - 0.009391841, 0.03244703, 0.0060649933, -0.00872784, -0.011527594, - 0.0068487874, -0.0010978254, 0.025779644, 0.04764374, -0.011616584, - -0.00956982, -0.019947393, -0.0024164137, 0.0019697538, 0.0013861863, - -0.017907474, -0.021603972, 0.0074135303, -0.012835059, -0.019221785, - -0.0025036922, -0.015812794, 0.008495098, 0.01030912, 0.016620547, - 0.18674156, 0.0025259396, -0.0031488677, 0.0129377395, -0.0003317863, - -0.0014649081, 0.005702189, 0.0048738997, -0.004945776, 0.010247511, - 0.01274607, -0.011541286, -0.028367192, -0.0011080934, 0.005835674, - -0.034035154, -0.02514987, -0.019208094, -0.029106492, 0.0012638255, - 0.009337078, -0.040059075, -0.0352947, -0.01011745, 0.020207517, - 0.0061163334, -0.019783104, 0.001168846, 0.022822447, 0.0016343308, - -0.016387803, 0.007126025, 0.004449487, 0.007386149, -0.015128257, - -0.0016343308, 0.010863594, -0.012301121, -0.002301754, 0.0055242097, - 0.0174283, 0.0077968705, -0.019878939, 0.0063901483, -0.001319444, - 0.0043707653, 0.0030684348, 0.0011192171, 0.022384344, 0.016990196, - -0.03773165, -0.005746684, 0.02194624, 0.029133873, 0.011157945, - 0.00093952636, 0.007618891, 0.018222362, -0.005366766, 0.040606704, - -0.0314613, 0.016853288, 0.0033063113, 0.018523557, -0.022986736, - 0.0065133646, -0.0035527444, 0.015128257, -0.019440837, -0.005421529, - 0.0017866403, -0.0047575287, -0.021645043, -0.0069583133, - -0.036143526, 0.009343923, 0.019221785, 0.03696497, 0.020549785, - 0.023917705, -0.016552093, -0.009891552, -0.0035322083, -0.0040045385, - 0.00279462, -0.019673578, 0.016949123, 0.01426574, -0.025081417, - 0.016045535, 0.006975427, -0.021590281, -0.007837943, -0.013245781, - 0.0064551793, -0.042112686, -0.00078721694, -0.0172777, -0.021248013, - -0.008015922, -0.004884168, 0.03567804, 0.004107219, 0.0060957973, - -0.0040627243, -0.03132439, -0.011199017, 0.021686116, 0.025245706, - 0.01267077, -0.009398686, -0.02625882, 0.012054687, -0.0058699003, - 0.008748377, 0.009330233, 0.022685539, -0.0062361276, 0.010185903, - -0.016647927, -0.00011359027, 0.0036383115, 0.012999348, 0.0051340237, - 0.010945738, -0.014375267, -0.032611318, -0.013896091, 0.006153983, - -0.020563476, 0.020864673, -0.017195556, -0.006164251, -0.030146986, - -0.009528748, -0.0149228955, 0.000037916903, -0.00007000455, - 0.0083171185, 0.00047917553, 0.0060068076, -0.011568666, 0.0052640857, - 0.0072013238, 0.027860636, -0.0140124615, 0.018811062, 0.03994955, - -0.02194624, -0.022576014, -0.018455103, 0.013807101, -0.016552093, - -0.018455103, -0.009843634, -0.008898974, -0.0174283, -0.006633159, - 0.005452333, -0.0074203755, -0.013964544, -0.0036451567, 0.0029452182, - 0.0019338155, -0.021111105, -0.019043805, -0.17414609, 0.01746937, - 0.05941777, -0.03195416, 0.036800683, -0.0037786413, 0.01312941, - 0.032611318, -0.028093377, 0.011671348, 0.0078927055, 0.012390111, - 0.0005134024, -0.011691883, -0.01896166, 0.0025858367, 0.012574935, - 0.019892631, 0.025560593, 0.008118602, 0.006564705, -0.027258243, - -0.006058148, 0.004161982, -0.005058725, 0.019810487, -0.0027603933, - 0.018030692, -0.011630275, -0.0031933628, -0.050929517, 0.0015248051, - 0.02269923, 0.0001987295, 0.009419222, -0.006855633, -0.009734109, - -0.030530328, -0.011589203, 0.038553096, 0.025163561, 0.0022161868, - -0.02645049, -7.3400497e-6, -0.009056418, 0.01171242, 0.00056987663, - -0.009248088, -0.0015727226, -0.0141425235, -0.021672426, - -0.017921165, -0.005277776, 0.00016760448, -0.00955613, -0.034774452, - -0.004870477, 0.003857363, -0.01766104, -0.0098778615, -0.011753491, - -0.024273664, 0.03901858, 0.011397532, -0.0024164137, -0.015648505, - 0.010466563, -0.010281738, -0.0020690116, 0.0077900253, 0.008036459, - -0.027244553, -0.018071763, -0.023356386, 0.012431183, 0.014115143, - -0.009056418, -0.0021032384, -0.0041448683, 0.028257666, - -0.0052948897, 0.011938317, -0.030886287, -0.0069891177, -0.003901858, - 0.015155638, 0.014799679, 0.010137985, -0.013184173, 0.0063182716, - 0.025642738, -0.01274607, -0.00034205432, -0.0037854868, 0.01781164, - -0.023506982, 0.011548131, -0.0033268475, 0.008015922, -0.0018961661, - 0.009453449, 0.007728417, -0.002592682, 0.009076954, 0.014032998, - 0.016086608, -0.0019303929, -0.009029036, 0.033049423, -0.019742033, - -0.0019423723, 0.0077900253, 0.009083799, 0.038936436, 0.01125378, - 0.027901707, 0.020139063, -0.021248013, 0.0021254858, -0.0048122914, - 0.047178254, -0.014046689, -0.019878939, 0.010966275, -0.004973158, - -0.03184464, -0.13975497, -0.007379303, 0.025779644, 0.023205787, - 0.017359845, -0.0025892593, 0.0015436298, 0.014690153, -0.0038539404, - 0.02384925, -0.011609739, -0.016168753, -0.000862516, 0.014703844, - 0.0078105615, -0.015908629, 0.020412879, -0.033268474, 0.00015284416, - 0.038799528, 0.00028750533, -0.013019884, 0.008180211, 0.0069275093, - -0.023342695, -0.024396881, -0.019646198, 0.015853865, -0.0019577744, - -0.0037649507, 0.008262356, -0.0064722924, 0.020782528, - -0.00074486126, -0.0048465184, 0.0038197136, -0.0025789912, - -0.023411147, 0.03392563, -0.002171692, 0.0011731244, -0.0074203755, - 0.021603972, 0.011404378, -0.0011987946, -0.0223022, -0.022384344, - 0.032939896, -0.0076599633, -0.02194624, -0.029270781, -0.0042886212, - -0.026245128, 0.012266894, 0.03168035, -0.02514987, 0.015141947, - 0.008748377, -0.0026354655, -0.000017648206, 0.00013904647, - -0.0017284546, -0.027518367, 0.016059225, 0.029051729, -0.021686116, - -0.00399427, -0.014854442, 0.005893859, -0.0033285588, -0.0072150147, - 0.016360423, 0.010507635, 0.033898246, -0.02682014, -0.0009865882, - -0.008029613, -0.030749379, 0.010979965, -0.0063422304, -0.0026303316, - -0.007947469, -0.0085772425, -0.019084878, 0.013998771, -0.00218196, - 0.010144831, 0.0008907531, 0.012752915, -0.032967277, -0.029791027, - 0.037019733, 0.014128833, -0.00431258, -0.0029161253, 0.0002054679, - 0.00064346433, -0.011157945, 0.000012534238, 0.0067734886, - -0.005212745, -0.0022589704, -0.014881823, 0.003029074, 0.0018722073, - -0.012321657, 0.00853617, -0.005746684, 0.004774642, 0.03039342, - -0.012985657, -0.0071739424, -0.019988466, -0.006335385, - -0.0012218977, -0.024520097, -0.02080991, -0.026464181, 0.0056953435, - -0.0064106844, 0.015100875, -0.008898974, -0.019413454, 0.017524134, - -0.011479677, 0.019742033, 0.007427221, -0.024615932, -0.0005069848, - 0.008043304, -0.01781164, -0.011630275, 0.012876132, -0.019372383, - -0.021877786, -0.0067084576, -0.04129124, -0.0053530755, 0.010288583, - 0.010856749, 0.021083724, 0.018030692, -0.017606279, -0.008070685, - -0.009473985, -0.040634084, -0.0030975277, 0.015183019, -0.027244553, - 0.004463178, -0.009843634, 0.006961736, 0.011356461, 0.0085772425, - -0.016825907, 0.00009904387, -0.018687846, 0.020166446, -0.007126025, - 0.009809408, -0.011883553, -0.042934127, 0.029407687, 0.012992502, - 0.01519671, -0.017510444, 0.002662847, 0.004247549, -0.00054420653, - -0.004257817, 0.0075846645, -0.014580627, -0.017496753, 0.009754645, - 0.027313005, 0.014963968, 0.01519671, -0.012629698, 0.0033011772, - -0.008495098, 0.0029606202, 0.016223514, 0.023890324, 0.015470524, - -0.030092224, 0.005058725, 0.041893635, 0.0086114695, -0.010090068, - 0.031160101, 0.0104118, 0.0045624357, 0.00890582, 0.0048465184, - -0.00083941285, -0.010370728, 0.009953161, 0.03302204, -0.013149946, - -0.0068111382, 0.0068042926, 0.012205286, 0.013143101, -0.0057535293, - 0.00011669208, -0.01746937, -0.011110027, -0.0074135303, 0.010151676, - -0.027121335, -0.033323236, -0.0022983314, 0.00081374275, 0.024506407, - 0.008748377, 0.004778065, -0.0035322083, 0.02869577, -0.007112334, - -0.009597202, -0.032912515, 0.01596339, 0.011568666, 0.021220632, - 0.0026457335, 0.008228129, 0.0043262704, 0.0075299013, 0.026217747, - -0.013457987, 0.012609162, 0.033487525, 0.02383556, -0.01265708, - -0.04506988, -0.02253494, -0.00003099132, -0.030174369, 0.00399427, - 0.0061813644, 0.00511691, 0.060293972, -0.004463178, -0.017291391, - -0.0024129911, 0.021056343, 0.018222362, -0.009515057, 0.014430029, - -0.000040376955, -0.03203631, 0.021467064, -0.024424262, 0.011924625, - -0.018400341, -0.01097312, 0.03869, -0.008310273, 0.013560668, - 0.040825758, -0.009261779, 0.043782953, -0.016661618, 0.0074203755, - -0.0026474448, -0.0076257363, -0.023370076, 0.022822447, - -0.0006336241, -0.0066776536, -0.017880093, 0.0063833026, - 0.0037991775, -0.05103904, -0.002442084, 0.014046689, 0.0025943932, - -0.015894938, -0.009159098, -0.006263509, 0.020905744, -0.0014007328, - 0.0014204133, -0.026518943, -0.02872315, -0.0025533212, 0.0103022745, - 0.01876999, 0.0059896945, -0.030338658 - ], - "metadata": { - "chunkTitle": "Enhancing Workout Recovery", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64051&chunkSid=chunk_127136" - }, - "document": "Andrew Huberman: In fact, I recommend you do not do that, but rather if you're doing six repetitions of a given exercise and you, let's say fail on the 6th, or you do that 6th repetition and you're just close to failure. Because again, your work set should be to failure or close to it most of the time, then set down the weight and then you're going to do the next repetition as the physiological PSI, meaning you're not going to do the movement. You're going to think of doing a physiological PSI as the last repetition of every set, not during the last repetition of the resistance training movement. Okay? So the physiological sigh is something you do at the beginning of the rest period immediately following a set. If you'd rather think about it that way because it's more convenient than thinking about it as the last rep of a set, be my guest, whatever works for you. But what you'll quickly find is that if you do a physiological sigh right after completing your last repetition, you'll calm down much more quickly, your heart rate will come down more quickly, and you'll recover more completely in whatever designated rest period you've allowed yourself.\n\nAndrew Huberman: Whether or not it's 30 seconds, which will be very short, frankly, or it's a five minute period of rest between sets, if you do one truly just one physiological side, at the beginning of the rest period, you are going to effectively shift your nervous system in the direction you want it to go during those rest periods. And of course, if you're training hard during your work sets, you run zero risk whatsoever of feeling so calm that you don't feel motivated to do your next set. I promise you that it will allow you to relax more at the beginning of the rest period than you ordinarily would to shift into a state of rest. There are differing opinions about whether or not you should walk around or stay still during your rest periods. I like to walk around a bit and stay standing. I'm not one of these people that kind of collapses into a C shape on the bench in between sets. I like to stand up and breathe normally, walk around, drink a little water, et cetera.\n\nAndrew Huberman: In any case, doing a physiological side, the beginning of each rest interval between work sets of resistance training is a very effective way to enhance your focus and your output during your work sets. Now, the last respiration tool to improve your fitness is, again a tool gleaned from the discussion with Dr. Andy Galpin, and that's to include a three to five minute period at the end of every single workout. So it doesn't matter if it's high intensity interval training or it's resistance training or it's a long run of some sort at the end of every workout to take three to five minutes. So you'll want to set a timer and to do some form of parasympathetic that is calming promoting breathing in order to shift your nervous system from a state of heightened alertness and output into a state of recovery. Because, as you all well know by now, you get fitter not during your workouts, but rather after your workouts, in between workouts. So you stimulate the adaptation during a workout, but you get the adaptation, you get the actual improvement in between workouts. And a common mistake that many people make, and I made this mistake for years, was to finish a great workout. And then you're texting on your phone, or you're talking on the phone and you're driving home." - }, - "truncated_cells": [] - }, - { - "row_idx": 99, - "row": { - "id": "chunk_127133", - "embedding": [ - -0.028872073, 0.008258756, 0.026025152, 0.00083217036, -0.021915918, - 0.003142356, -0.0026639523, -0.05602525, -0.005207045, -0.032551583, - 0.022533646, 0.01666523, -0.011615974, 0.014691185, -0.00773503, - -0.016880091, 0.055971537, 0.010252943, 0.0061672092, -0.03225615, - -0.0047873924, -0.013556446, -0.0059456327, -0.005901989, - 0.000041938994, 0.02509856, 0.010514806, -0.013308012, 0.0044617425, - -0.011582402, 0.020129878, 0.00031159178, -0.00084224204, - -0.0116831185, -0.014597183, 0.0022359071, -0.011501828, -0.019431576, - 0.02806634, -0.014422608, 0.015617778, 0.010541664, -0.029221224, - 0.0055394094, -0.0108370995, -0.0054319785, -0.02449426, -0.028657211, - 0.008634765, 0.003175928, 0.012307561, -0.004653104, -0.036848824, - 0.013005862, -0.0048981807, 0.0015031943, -0.020747606, 0.01606093, - 0.0039984463, -0.0063887853, 0.003305181, 0.023487097, -0.01118625, - 0.008480332, -0.009286065, 0.009863506, -0.019700155, -0.033115596, - 0.0055696242, 0.01077667, 0.0106893815, 0.01737696, 0.000103444276, - -0.003360575, 0.047189053, 0.000070186834, 0.0076880287, -0.004035376, - 0.0021184045, -0.014301748, 0.005807987, -0.029919526, -0.018531842, - 0.029570375, 0.028254345, -0.033733323, 0.01808869, -0.016087787, - -0.008675051, -0.009930651, -0.0031339629, 0.015067194, 0.009091346, - 0.004434885, 0.00014478002, 0.031933855, -0.042354662, 0.0018162548, - -0.0166518, 0.021486195, -0.018102119, 0.0128312865, -0.017309815, - -0.013475873, -0.026468305, 0.012226988, 0.0033538607, -0.00532119, - 0.013052863, -0.017309815, -0.008030465, 0.016463796, -0.016638372, - -0.03295445, 0.0109378155, -0.011280252, 0.036257952, -0.02570286, - -0.003103748, -0.04307982, 0.02724718, 0.013039434, 0.024198826, - 0.006046349, 0.015483488, -0.011327253, -0.006227639, 0.020183593, - 0.000028326525, -0.041575786, -0.0025783433, -0.015631206, - 0.029301798, 0.0059456327, -0.015913213, 0.029248081, -0.011756977, - -0.013872024, -0.025877435, -0.029731521, 0.024803126, 0.01902871, - -0.018840706, -0.008473618, -0.031342987, 0.019968731, 0.03703683, - 0.014543468, 0.02570286, 0.0068218666, -0.0015443203, 0.004085734, - -0.013818309, -0.009118204, 0.009165205, -0.0012715462, -0.02654888, - 0.001654269, -0.03593566, -0.0037567269, 0.030993836, -0.014301748, - 0.002729418, -0.016718945, 0.0067580794, 0.025461141, 0.0028015983, - 0.0069561554, 0.025676003, 0.011112391, 0.015026907, 0.0044785286, - -0.034968782, 0.018948138, 0.003253144, 0.023124516, -0.015429773, - 0.013818309, -0.018357268, -0.028845215, 0.031557847, 0.015617778, - 0.036231093, 0.022506788, -0.011777121, 0.0032481083, 0.021754771, - 0.0011901337, -0.0032212506, -0.009608357, -0.008433331, 0.015725208, - -0.022802224, -0.020599889, -0.6351319, 0.008070752, 0.025877435, - -0.018384125, 0.027153177, 0.01498662, 0.010226086, -0.005149972, - -0.013717592, 0.01975387, 0.012965575, 0.0019891516, 0.007862604, - -0.015913213, -0.0013403692, -0.0058784885, 0.003090319, 0.0034545772, - 0.006170566, 0.009695645, -0.027744047, 0.019055568, -0.0004418938, - -0.005626697, 0.026710026, 0.018491555, -0.013979455, -0.021137044, - 0.013966026, 0.0025733074, -0.011132535, 0.01557749, 0.019297289, - 0.035049353, 0.059785336, -0.021741344, -0.0262803, 0.031369843, - -0.001948865, 0.029436085, -0.011011674, -0.019458435, 0.0039548026, - 0.00416295, -0.0053581195, 0.0025951294, 0.022788795, 0.00293253, - 0.01094453, -0.005653555, 0.021311618, -0.012985718, 0.005969133, - -0.017068096, -0.00048176077, -0.00909806, 0.020787893, -0.010427519, - 0.011159392, 0.018625844, 0.015000049, 0.031020693, -0.037224833, - -0.028737785, -0.021244474, 0.00946064, -0.004495315, -0.003605652, - 0.014530038, -0.0159535, 0.0059758476, 0.022641078, -0.0014075136, - -0.0035385075, 0.0409312, 0.022869367, -0.012965575, -0.017994687, - -0.01451661, 0.035747655, 0.0011993661, 0.0031541062, -0.029221224, - -0.0035955803, 0.025367139, 0.007446309, -0.045013577, -0.0018011474, - -0.007412737, -0.0071105873, -0.0048713232, 0.0068621533, - -0.0050492557, -0.03596252, -0.020559601, 0.014892618, -0.008977201, - 0.006523074, -0.019001853, -0.0025649145, -0.02509856, 0.038675148, - 0.009292779, 0.0016693766, 0.0026404518, 0.02140562, -0.01415403, - 0.01165626, 0.012005411, -0.019794157, 0.003095355, -0.010125369, - 0.01439575, -0.007607456, 0.009111489, -0.020908752, 0.012985718, - -0.013509445, -0.0130327195, -0.03725169, 0.007808889, -0.00269081, - 0.029113794, -0.0023483739, 0.00040265633, 0.013039434, 0.012441849, - -0.017323244, 0.0071105873, -0.021593625, -0.01975387, -0.021607054, - 0.016463796, -0.0087959105, 0.009299493, 0.026226586, 0.004005161, - 0.0020260809, 0.007936463, -0.014409179, -0.023769103, -0.01833041, - 0.0073858793, -0.0155237755, -0.0012027232, -0.046463896, - -0.027045747, -0.012864859, 0.008305757, -0.019109285, -0.00749331, - -0.00696287, -0.010420804, 0.017229242, -0.00035565527, -0.006472716, - 0.0015199804, -0.041548926, -0.015899783, 0.00749331, -0.004434885, - -0.0153492, 0.009440497, 0.011495114, -0.01416746, -0.019727012, - 0.004028661, -0.00039384363, -0.004904895, -0.023581099, 0.014691185, - -0.0026773813, -0.016020644, 0.008332615, -0.010857242, 0.002296337, - -0.027502328, 0.0015837675, -0.014221175, 0.014865761, 0.012898431, - -0.01771268, -0.028630354, -0.003713083, 0.03161156, 0.0008703587, - 0.004142807, -0.0053581195, -0.029462943, 0.019982161, 0.007983464, - -0.0019035426, -0.018048404, -0.0018179335, -0.006237711, - 0.0037735128, -0.005764343, -0.0042133084, 0.013247581, 0.0068352954, - 0.032981306, -0.01737696, -0.002961066, -0.015872926, 0.02523285, - -0.00040622335, 0.014610612, -0.009386781, 0.03150413, 0.008923485, - -0.02830806, -0.0005862542, -0.029543517, -0.005596482, -0.024829984, - 0.03486135, -0.0026152728, 0.018934708, -0.022439644, -0.0071911607, - 0.02129819, -0.014825474, 0.017820112, -0.0012530816, -0.027381469, - 0.045980457, -0.00008387799, 0.017578393, -0.03094012, -0.04342897, - 0.0249777, 0.012106127, 0.017430674, 0.0057374854, 0.023352807, - -0.0106893815, 0.028630354, -0.011495114, 0.047215912, 0.026052011, - 0.008238613, 0.0058818455, 0.0065767895, -0.0003657269, 0.022788795, - 0.0064190007, 0.021338476, 0.00108606, 0.01547006, 0.0021704414, - -0.0029694592, 0.018652702, -0.02701889, -0.005979205, -0.012938717, - -0.0005375745, -0.0029845666, -0.008406473, 0.028093198, 0.03735912, - 0.0001479274, 0.015510347, 0.012958861, -0.0033421104, 0.017940972, - -0.012958861, -0.0019874729, -0.015094051, -0.01415403, -0.007030014, - -0.03410933, -0.0046497467, -0.0049653254, -0.011810692, 0.021808486, - 0.014704614, 0.023688529, 0.017591821, 0.020519316, 0.0070703006, - -0.0287915, -0.019955304, 0.017363532, -0.009010772, -0.008802625, - 0.0067580794, -0.036123663, -0.0028872073, -0.023178233, - -0.0100917965, -0.014812045, 0.036929395, -0.031396702, -0.0054991227, - -0.0063887853, 0.011226537, 0.04745763, -0.003021496, 0.025420854, - -0.012193415, 0.015537204, 0.010454376, -0.007990179, -0.0086951945, - 0.021513052, 0.013314726, -0.033357315, -0.0017977902, 0.000044194625, - -0.03153099, -0.00047672493, -0.008245327, 0.00940021, -0.007459738, - -0.0076880287, 0.01713524, -0.0067110783, -0.023419952, 0.048155934, - -0.006996442, -0.010830385, -0.03974946, -0.015282055, -0.021593625, - 0.08309785, 0.019565865, 0.008245327, 0.008339329, -0.0022610861, - 0.01320058, 0.0077753165, -0.014194317, 0.017336672, 0.001794433, - -0.0044617425, -0.01666523, 0.013952597, -0.0047101765, -0.0003518784, - -0.008043894, -0.00084140274, -0.01654437, -0.0057878434, 0.005025755, - 0.022547076, 0.003944731, 0.014691185, 0.04560445, 0.027287466, - 0.017363532, 0.020640176, 0.012905145, 0.018115547, -0.028120056, - -0.0035485793, -0.0005325387, -0.0030282105, 0.015644636, - -0.011615974, 0.008426617, -0.0033102168, -0.013690734, 0.014691185, - -0.024856841, 0.009017487, 0.007412737, 0.03056411, 0.010011223, - 0.018075261, -0.017323244, -0.0055461237, 0.010528235, -0.0061269226, - 0.000027303624, 0.03225615, 0.005703913, -0.0003705529, -0.004639675, - 0.019740442, -0.03021496, -0.0047538206, -0.01047452, -0.012616425, - -0.03201443, -0.009252492, 0.017323244, -0.010205942, 0.022761937, - -0.035264216, -0.021795059, -0.01784697, 0.006083279, -0.0028620283, - 0.014570326, -0.02654888, -0.010071654, -0.0027327754, 0.009198776, - 0.020452172, 0.020116448, 0.023258805, 0.00773503, -0.016047502, - 0.013227439, 0.011723405, -0.017699253, -0.014315177, -0.028361777, - 0.018169263, 0.0034478628, 0.01830355, -0.011642831, -0.0067849373, - -0.027878337, -0.005287618, -0.0028066342, 0.014959763, -0.0015736959, - 0.01677266, -0.003914516, 0.027878337, 0.004686676, 0.027233751, - 0.003807085, -0.0116361175, -0.043697547, -0.0028519565, -0.010548378, - -0.00041608518, -0.0068688677, 0.009165205, -0.0048478227, - 0.008158039, -0.02260079, 0.0071911607, -0.0032766445, -0.011213108, - 0.0067278645, 0.016705517, 0.038487144, 0.026025152, 0.0054689078, - -0.016316079, -0.00081496465, -0.0075000245, -0.037385978, - 0.015711779, 0.0034142905, -0.035667084, 0.016517513, -0.007815603, - -0.035881944, -0.0031927142, -0.0038574433, -0.022466501, 0.038487144, - -0.008540763, -0.037439693, -0.009984366, -0.026683167, -0.014086886, - 0.014892618, 0.009124918, 0.0019606152, -0.017470961, 0.0020848322, - 0.00696287, -0.0040454473, 0.016611515, -0.029489802, -0.010984817, - 0.024789697, -0.01771268, 0.006734579, 0.011172821, 0.013549731, - -0.0038305856, -0.011649546, -0.014462895, -0.0059120604, - -0.0036123665, 0.00003475245, 0.03596252, 0.041334067, 0.0144763235, - 0.010749811, 0.0065935757, 0.035049353, -0.004025304, -0.017578393, - -0.012072556, -0.013247581, -0.008084181, 0.018209549, 0.027985768, - 0.01890785, -0.006301498, -0.019673297, -0.016759232, 0.013596732, - 0.0012312597, -0.027045747, -0.016906949, -0.048505083, 0.0056636264, - 0.01845127, -0.011172821, -0.0009576464, -0.02654888, -0.015846068, - 0.02521942, -0.0018431126, -0.00473032, -0.004837751, 0.010736383, - -0.015402916, 0.045121007, 0.012119557, 0.0010457734, -0.0011767049, - -0.0178604, -0.012012125, -0.018974995, -0.0017289672, 0.0017575035, - -0.0014385679, -0.01771268, -0.014436036, -0.018974995, -0.013677306, - -0.011756977, -0.022681363, 0.00033446282, -0.011192964, -0.017068096, - -0.0054420503, 0.0010692739, -0.00779546, -0.0014906047, 0.019418148, - -0.0013638698, 0.021083329, -0.03212186, 0.020438742, 0.0052943327, - -0.0069158687, 0.023688529, 0.0013227438, 0.027341181, 0.0061571375, - 0.006684221, -0.021714484, -0.008560905, 0.02844235, 0.006690935, - 0.018934708, -0.0012144735, -0.02308423, -0.010199227, 0.010669238, - -0.0057744146, 0.003870872, -0.023594527, 0.03545222, 0.0034277195, - 0.014530038, -0.005673698, -0.0064895023, -0.020264167, -0.0076678856, - -0.0204656, 0.007224733, 0.0039212303, -0.0037634412, -0.019297289, - 0.06220253, -0.004713534, 0.01498662, -0.009413639, 0.005720699, - -0.03198757, 0.0008359472, -0.03639224, 0.0034579344, 0.025461141, - 0.0108908145, -0.031853285, 0.009077917, 0.03292759, 0.010306659, - 0.000069662274, -0.00018705998, 0.020720748, 0.02844235, -0.030617828, - -0.01760525, 0.008782482, -0.029221224, 0.00059129, -0.02641459, - -0.0005287618, -0.014718043, -0.0018179335, -0.018061832, 0.017390389, - 0.020049306, -0.011159392, -0.01975387, 0.007741744, -0.00017499497, - -0.025541713, 0.0021066542, 0.016598085, -0.025864007, -0.024333116, - -0.010743097, 0.015134338, 0.008534048, -0.000068980335, -0.018948138, - -0.0015720172, 0.022909654, -0.00015600571, 0.035291076, -0.026992032, - 0.0034579344, -0.0028217416, 0.030993836, -0.017323244, -0.02833492, - -0.00021087525, -0.023889963, -0.020291025, -0.0020462242, - -0.0026874528, 0.0098433625, -0.015738638, 0.008560905, 0.0045960313, - -0.0008523137, 0.027099462, -0.020801323, -0.026965173, 0.0039279447, - -0.0071844463, -0.008272185, 0.026669739, -0.021915918, -0.011407826, - -0.0060329204, 0.018746704, 0.004636318, 0.0031222126, -0.009984366, - -0.018276693, 0.0033891115, 0.00313732, -0.0072314474, -0.027435184, - -0.014113744, -0.0108370995, 0.015711779, 0.014086886, -0.0030349249, - 0.012153128, 0.017041238, 0.022641078, 0.021110186, -0.011864408, - -0.0110385325, 0.018357268, 0.0210699, -0.013120008, 0.0062041385, - 0.0159535, 0.028254345, 0.016906949, -0.013966026, 0.007829032, - 0.008675051, -0.031933855, -0.027072605, -0.004579245, 0.007647742, - 0.011085534, 0.0018280051, -0.016624942, 0.010971388, -0.0060631353, - -0.010769955, -0.011253394, -0.0076880287, 0.013549731, -0.0027327754, - -0.008675051, -0.00010092636, -0.020317882, -0.0037097258, - 0.015389486, -0.013751164, 0.014422608, 0.020277595, 0.029086936, - -0.013697449, -0.0056636264, 0.016799519, 0.050895423, 0.008453474, - 0.007855889, -0.012327704, -0.017900685, 0.015698351, -0.0006017813, - 0.010736383, 0.0028435634, 0.022654505, -0.012159843, -0.0014645862, - -0.0010919351, -0.014785187, 0.013301297, -0.013516159, 0.019606153, - -0.014207746, -0.011924838, 0.011777121, -0.0036694391, -0.039480884, - -0.022506788, -0.011239965, -0.011877837, 0.015067194, 0.025756575, - -0.012898431, -0.016692087, 0.013872024, 0.020734178, -0.00032439118, - -0.023500524, 0.0043240967, -0.006694292, 0.00826547, -0.0002331168, - 0.0054789796, -0.007520168, -0.021016184, 0.0129790045, 0.010595379, - 0.021190759, -0.0047873924, -0.014852332, -0.0128312865, 0.012683569, - 0.0069292975, -0.029570375, -0.0404209, -0.015966928, -0.023970535, - -0.006811795, 0.012871573, 0.19853243, -0.018182691, -0.0049854685, - 0.03161156, 0.022238212, 0.012562709, 0.009534499, -0.0032565014, - -0.006288069, 0.04256952, 0.015483488, 0.017068096, -0.032068145, - 0.0025078417, 0.012401563, -0.015698351, -0.045953598, -0.012394848, - -0.0011850978, -0.00067773834, 0.008863055, -0.008675051, - -0.0045658164, 0.012764142, 0.03889001, -0.0046228888, -0.022667935, - 0.012233702, 0.01047452, 0.0035217216, -0.0078021744, -0.020076163, - -0.006949441, 0.0071844463, -0.02008959, 0.012643282, 0.0039245877, - 0.005270832, 0.023164803, 0.011944981, 0.024212254, -0.016947236, - -0.009292779, 0.030644685, -0.0018968281, 0.0063652853, -0.01368402, - 0.009930651, 0.014288319, 0.0016307685, -0.0409312, -0.0062679257, - 0.026052011, 0.010454376, 0.015617778, -0.011723405, 0.004864609, - -0.0045691733, 0.0077148867, 0.043455828, -0.034915067, 0.026589165, - -0.011891265, 0.024588263, -0.031718995, -0.0013034398, -0.010360374, - 0.026146013, -0.033813898, 0.011481685, -0.012307561, -0.026522022, - -0.0011229893, -0.005979205, -0.01100496, 0.010346945, 0.021929346, - 0.0172561, 0.02736804, -0.007782031, -0.02152648, -0.031289272, - 0.010299944, 0.01724267, -0.024856841, -0.027435184, 0.010105225, - -0.009856791, 0.0031339629, 0.016396651, -0.002450769, -0.02570286, - 0.009944079, -0.023688529, -0.00016366437, -0.031933855, 0.0024356616, - -0.005824773, -0.027314324, -0.029167509, -0.01857213, 0.040608905, - -0.00048595728, 0.013616876, -0.0025733074, -0.03797685, -0.0178604, - 0.011347396, 0.007030014, 0.006563361, 0.004303953, -0.038943727, - -0.008245327, -0.023997393, -0.015214912, 0.007647742, 0.025729718, - -0.0134423, 0.0054118354, -0.012878288, 0.0072381618, -0.002665631, - 0.020895325, 0.0074530235, 0.007829032, -0.018061832, -0.0390243, - 0.0016232148, 0.0071911607, -0.013603447, 0.0033035025, -0.010736383, - -0.0034747205, -0.01833041, 0.0056166253, -0.003399183, 0.0048813946, - -0.0031272485, 0.01798126, 0.006996442, -0.016356366, -0.026804028, - 0.011904694, 0.0068688677, 0.025085133, -0.022949941, 0.0011263465, - 0.028415492, -0.002627023, -0.02795891, -0.013187151, 0.0073254495, - -0.0024239114, -0.02820063, -0.0030718544, 0.011454827, -0.016114645, - -0.022923084, -0.012542566, -0.02010302, -0.029650947, 0.00862805, - 0.013026006, -0.00862805, -0.0068151522, -0.0065163597, -0.16888149, - 0.026857743, 0.03735912, -0.051029712, -0.0006315766, -0.007379165, - 0.03322303, 0.017497819, -0.025487999, -0.007876033, 0.02390339, - -0.0011087212, -0.022815652, -0.03236358, 0.0007474006, -0.010870672, - 0.04842451, 0.010850528, 0.024346543, 0.0068185097, 0.022291927, - -0.026226586, 0.004206594, 0.008272185, -0.014798616, 0.00454903, - -0.0010625594, 0.014664328, 0.005636769, 0.0039548026, 0.009212206, - 0.014140601, 0.010998245, -0.010152226, -0.0030164602, 0.0046497467, - -0.0013328155, -0.014274891, -0.0059657763, 0.014785187, 0.014315177, - 0.008668336, 0.0029828881, -0.01416746, 0.02570286, -0.00081748253, - -0.0018750061, -0.024306256, 0.0032917522, -0.016517513, -0.008661622, - -0.014449466, -0.0010810242, 0.0037802274, 0.012576138, -0.03486135, - -0.014449466, 0.017470961, -0.0027999196, -0.0045356015, 0.011233251, - -0.029677806, 0.025205992, 0.002227514, -0.002494413, -0.044046696, - -0.0101925135, 0.0005824773, -0.028576639, 0.01403317, -0.017336672, - 0.0032246078, 0.0024675552, -0.01857213, 0.017027808, 0.0274889, - -0.011112391, 0.011374254, -0.0081513245, 0.010011223, -0.009675502, - 0.010098511, -0.032336723, -0.013543017, -0.0009828255, -0.007124016, - 0.008634765, 0.003412612, 0.009574785, 0.003374004, 0.023648242, - 0.0014729793, -0.027932052, -0.020452172, 0.021647342, 0.013167009, - 0.01005151, -0.0055091945, 0.014704614, -0.0016232148, 0.016947236, - 0.013012576, -0.020505887, 0.027327754, 0.020129878, 0.008218469, - 0.022573933, 0.0067882943, 0.02570286, -0.017162098, -0.0060530636, - 0.013650448, 0.028818358, 0.030617828, 0.027932052, 0.038863152, - 0.0033035025, -0.033813898, 0.031692136, -0.0039078016, 0.026804028, - -0.009675502, -0.039776318, -0.0048444653, 0.014597183, -0.010716239, - -0.1377265, -0.021835344, 0.010017938, 0.024453975, 0.0025951294, - 0.0076678856, -0.0007482399, 0.021257903, 0.008742196, 0.025273137, - -0.009688931, -0.010407375, 0.041817505, 0.017752968, -0.0018968281, - -0.002756276, 0.0029778522, -0.017551536, -0.032497868, 0.042193513, - -0.0026840956, -0.012153128, -0.00023500525, 0.006476073, - -0.0046430323, 0.0014360499, -0.023299092, 0.012858144, 0.016571227, - -0.01416746, 0.011085534, -0.008064037, 0.026374303, -0.016154932, - 0.019525578, -0.009104774, 0.022359071, -0.0105886655, 0.0037869418, - -0.013650448, 0.02069389, 0.018464698, 0.03010753, 0.010857242, - 0.0058516306, -0.021163901, -0.021754771, 0.004780678, -0.000503163, - -0.01949872, -0.035667084, 0.007056872, -0.036150523, 0.012414992, - 0.030188102, -0.011743548, 0.013334869, 0.0083259, -0.0048411083, - -0.021459337, -0.013529588, -0.010743097, -0.030725257, -0.0041730218, - 0.03413619, -0.00074656133, -0.027797764, -0.008903341, 0.009816505, - -0.018424412, 0.018155834, 0.016624942, 0.00042217015, 0.028684068, - -0.024615122, 0.016705517, 0.0015266949, -0.0287915, 0.0066137193, - 0.002428947, -0.0035217216, -0.004636318, -0.010185799, -0.01784697, - 0.0002515815, 0.005552838, 0.0076410277, -0.008278899, 0.023769103, - -0.047215912, -0.011340681, 0.025420854, 0.032417294, 0.0020143306, - -0.02152648, 0.00070921227, -0.006506288, 0.010387232, 0.027462041, - 0.0065835044, 0.004038733, 0.007412737, -0.020801323, 0.019404719, - 0.019216714, 0.005207045, 0.005673698, -0.0061101364, 0.00927935, - 0.015429773, 0.0071911607, 0.03843343, -0.014704614, 0.0042233802, - 0.000070291746, -0.0038406572, -0.01374445, -0.019740442, - 0.00011697806, -0.018478127, 0.014825474, 0.016799519, 0.013120008, - 0.027797764, -0.011354111, 0.018746704, -0.0031020693, -0.0012329383, - -0.027462041, -0.0017658966, -0.016101217, -0.027556043, 0.016168362, - -0.011810692, -0.0117368335, -0.003184321, -0.026038582, 0.0062511396, - 0.0089436285, 0.027905194, -0.0061940667, 0.018840706, -0.01522834, - -0.018719846, -0.01248885, -0.015389486, -0.032981306, 0.017994687, - -0.021002755, 0.0037970133, -0.004807536, 0.009406924, 0.019418148, - 0.012428421, -0.005532695, -0.03056411, -0.006549932, 0.010407375, - 0.023003656, 0.0068185097, -0.0159535, -0.02833492, 0.029946383, - 0.0023685172, 0.006684221, -0.0143286055, -0.020277595, 0.0056770556, - 0.014798616, -0.009950793, 0.010333517, -0.015201482, 0.0125828525, - -0.0042603095, 0.01808869, -0.01701438, 0.023607956, -0.006361928, - -0.006778223, -0.00083259004, -0.0036895825, 0.02379596, 0.030859547, - 0.007889462, -0.03448534, 0.03760084, 0.021580197, 0.0021351906, - 0.0060597784, 0.013496016, 0.0062041385, -0.01463747, -0.004592674, - 0.018666131, -0.022520218, -0.010541664, 0.012529137, 0.03045668, - -0.009682217, -0.011918123, 0.020143308, -0.020626746, 0.0075940266, - 0.0032027857, -0.0046967478, -0.02701889, 0.015778923, 0.0021570125, - -0.0058147013, -0.040635765, -0.02093561, -0.0077148867, 0.0060597784, - 0.008238613, 0.00081622356, -0.009709074, 0.00047462666, 0.034189906, - -0.009762789, -0.015698351, -0.025434282, -0.0073657357, 0.03437791, - 0.0060967077, 0.013167009, -0.012193415, -0.006284712, 0.013321441, - 0.018760134, -0.0021872274, 0.004904895, 0.012898431, -0.00035376684, - -0.0014914441, -0.024118252, -0.017430674, -0.020197023, -0.026911458, - -0.0052137594, 0.01011194, 0.010682668, 0.05973162, 0.031369843, - 0.006237711, 0.005076113, 0.026616024, 0.023231948, 0.0028553137, - -0.011105676, 0.0083460435, -0.013898882, -0.02021045, -0.02166077, - 0.006492859, -0.03410933, -0.016960664, 0.032471012, -0.0064660017, - 0.0019387933, 0.007882748, -0.00856762, 0.022936512, -0.014556897, - -0.0012455278, 0.008231898, -0.026119154, 0.006643934, 0.03899744, - -0.0020932253, 0.0017877185, -0.016705517, 0.015402916, 0.021795059, - -0.054709222, -0.027824622, 0.0134825865, -0.0044113845, -0.01512091, - 0.0038339428, -0.018155834, 0.016692087, 0.013751164, -0.00899063, - -0.03295445, -0.02034474, -0.008292328, -0.0037063684, -0.0034159692, - 0.008480332, -0.042462092 - ], - "metadata": { - "chunkTitle": "Enhancing Muscular Endurance", - "episodeTitle": "Science-Supported Tools to Accelerate Your Fitness Goals | Huberman Lab Podcast", - "imgUrl": "https://img.youtube.com/vi/LYYyQcAJZfk/maxresdefault.jpg", - "published": "2023-07-03T00:00:00+00:00", - "url": "https://dexa.ai/huberman/episodes/doc_5521?sectionSid=sec_64050&chunkSid=chunk_127133" - }, - "document": "Andrew Huberman: It's of course to do this while not getting injured and it is entirely compatible with an existing exercise program. It in no way is going to impede your performance in strength or hypertrophy or other forms of long form endurance or high intensity interval training. Quite to the contrary, everything we know about these exercise snacks is that they enhance various aspects of your physiology in ways that promote both recovery and performance in your other types of exercise and your other types of athletic endeavors. So no reason to think that they are going to be problematic for your training. But of course, don't trip, don't fall, don't undertake a movement that puts you into a range of motion that has you hurting your back or your knee or any other part of your body. Start off slowly and find something that really works for you. So these are very easy, they take very little time, they're fun to be honest. And as was discussed in the conversation with Dr. Andy Galpin, they're also very effective.\n\nAndrew Huberman: The second category of exercise snack are the exercise snacks that enhance muscular endurance. So muscular endurance is the type of endurance that allows you to maintain a fixed position for some period of time, usually somewhere between one and three minutes. But these endurance bouts are never going to last twelve or more minutes unless you are exceptionally evolved in terms of your muscular endurance abilities. What I'm talking about here are things like planks, wall sits, maximum number of pushups, things of that sort. And this is an aspect of fitness that translates to other aspects of fitness in a very important way. And again, this was covered in the exercise series with Dr. Andy Galpin. I don't want to go into any of the details now because it was all covered there. It's very easy to look up because it's timestamped. But just in brief, muscular endurance allows the buildup of more microvascular supply to muscles and connective tissue in a way that allows delivery and removal of more nutrients and waste products.\n\nAndrew Huberman: Now, I realized to the physios, things like nutrients and waste products is far too broad a category. But what we're talking about here is the ability to deliver more fuel and oxygen and to remove waste products of muscular effort, or to be more specific, neuromuscular effort. This is a great thing because it can help you enhance your strength training, enhance your hypertrophy training, enhance your long distance endurance, and your middle distance, and even your short distance endurance. And these exercise snacks for building muscular endurance are exceedingly easy to do. And you can even do them while talking on the phone, especially if you're using headphones or if you have your phone on speaker. A good example of an exercise snack for muscular endurance would be a 30 to 62nd or perhaps longer wall sit. So remember, wall sits. Wall sits are, as the name suggests, where you put your feet out some distance from a wall, you squat down into a seated position, but there's no chair there. And then you maintain that seated position, and that is harder to do over time." - }, - "truncated_cells": [] - } - ], - "num_rows_total": 293, - "num_rows_per_page": 100 -} diff --git a/examples/chatbot/ingest.ts b/examples/chatbot/ingest.ts deleted file mode 100644 index 9d87b33..0000000 --- a/examples/chatbot/ingest.ts +++ /dev/null @@ -1,41 +0,0 @@ -import 'dotenv/config'; - -import { readFile } from 'node:fs/promises'; - -import { type Chunk, chunkDatastore } from './tools.js'; - -async function main() { - const chunks = await loadChunks(); - const docs = chunks.map((chunk) => ({ - id: chunk.chunkId, - metadata: chunk, - })); - - console.log(`Upserting ${chunks.length} chunks...`); - - const start = Date.now(); - await chunkDatastore.upsert(docs); - const end = Date.now(); - - console.log(`Upserted ${chunks.length} chunks in ${end - start}ms`); -} - -// From: https://huggingface.co/datasets/dexaai/huberman_on_exercise -async function loadChunks(): Promise { - const json = JSON.parse( - await readFile('./examples/chatbot/data.json', 'utf8') - ); - const rows = json.rows.map((row: any) => row.row); - const chunks: Chunk[] = rows.map((row: any) => ({ - chunkId: row.id, - chunkTitle: row.metadata.chunkTitle, - episodeTitle: row.metadata.episodeTitle, - imgUrl: row.metadata.imgUrl, - published: row.metadata.published, - url: row.metadata.url, - transcript: row.document, - })); - return chunks; -} - -main(); diff --git a/examples/chatbot/readme.md b/examples/chatbot/readme.md deleted file mode 100644 index 279cfd6..0000000 --- a/examples/chatbot/readme.md +++ /dev/null @@ -1,26 +0,0 @@ -# Chatbot Example - -This is a more involved example using `dexter` to build a basic chatbot using RAG. It indexes 100 transcript chunks from the [Huberman Lab Podcast](https://hubermanlab.com) into a [hybrid Pinecone datastore](https://docs.pinecone.io/docs/hybrid-search) using [OpenAI ada-002 embeddings](https://platform.openai.com/docs/guides/embeddings) for the dense vectors and a [HuggingFace SPLADE model](https://huggingface.co/naver/splade-cocondenser-ensembledistil) for the sparse embeddings. - -## Prequisites - -- `OPENAI_API_KEY` -- `PINECONE_API_KEY` -- `PINECONE_BASE_URL` - - Note: Pinecone's free starter indexes don't seem to support namespaces or hybrid search, so unfortunately you'll need to upgrade to a paid plan to run this example. See Pinecone's [hybrid docs](https://docs.pinecone.io/docs/hybrid-search) for details on setting up a hybrid index, and make sure it is using the `dotproduct` metric. -- `SPLADE_SERVICE_URL` - - Here is an [example](https://gist.github.com/transitive-bullshit/cc9140ff832fc7e815a48f0a45e1fc27) of how to run a SPLADE REST API, which can be deployed to [Modal](https://modal.com) or any other GPU-enabled hosting provider. - -## Usage - -```bash -tsx examples/chatbot/ingest.ts -``` - -```bash -tsx examples/chatbot/cli.ts -``` - -## License - -MIT © [Dexa](https://dexa.ai) diff --git a/examples/chatbot/tools.ts b/examples/chatbot/tools.ts deleted file mode 100644 index 3c66baa..0000000 --- a/examples/chatbot/tools.ts +++ /dev/null @@ -1,44 +0,0 @@ -import { PineconeHybridDatastore } from '@dexaai/dexter/datastore/pinecone'; -import { - ChatModel, - EmbeddingModel, - SparseVectorModel, -} from '@dexaai/dexter/model'; -import { type JsonObject } from 'type-fest'; - -export interface Chunk extends JsonObject { - chunkId: string; - chunkTitle: string; - episodeTitle: string; - imgUrl: string; - published: string; - url: string; - transcript: string; -} - -const embeddingModel = new EmbeddingModel({ - params: { model: 'text-embedding-ada-002' }, -}); - -const spladeModel = new SparseVectorModel({ - params: { - model: 'naver/splade-cocondenser-ensembledistil', - concurrency: 30, - }, -}); - -export const chunkDatastore = new PineconeHybridDatastore({ - namespace: 'test12', - contentKey: 'transcript', - embeddingModel, - spladeModel, -}); - -export const chatModel = new ChatModel({ - debug: true, - params: { - model: 'gpt-4', - temperature: 0.5, - max_tokens: 200, - }, -}); diff --git a/examples/package.json b/examples/package.json index 054ef59..b137751 100644 --- a/examples/package.json +++ b/examples/package.json @@ -8,6 +8,6 @@ "@keyv/redis": "^2.8.4", "dotenv": "^16.4.5", "keyv": "^4.5.4", - "quick-lru": "^7.0.0" + "zod": "^3.23.8" } } diff --git a/knip.json b/knip.json new file mode 100644 index 0000000..29983ea --- /dev/null +++ b/knip.json @@ -0,0 +1,7 @@ +{ + "workspaces": { + "examples": { + "entry": "**/*.ts" + } + } +} diff --git a/package.json b/package.json index 476859e..81de99c 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,7 @@ "dev": "tsc --watch", "fix": "eslint --fix --quiet . ; prettier --write --log-level=silent .", "format": "prettier --check \"**/*.{js,ts,tsx}\"", + "knip": "knip", "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .", "prebuild": "rimraf dist", "prepare": "pnpm run build", @@ -70,8 +71,8 @@ "p-map": "^7.0.2", "p-throttle": "^6.2.0", "parse-json": "^8.1.0", - "pinecone-client": "^2.0.0", "tiktoken": "^1.0.17", + "tslib": "^2.7.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.3", "zod-validation-error": "^3.4.0" @@ -82,11 +83,10 @@ "@types/node": "^20.14.11", "dotenv-cli": "^7.4.2", "eslint": "^8.57.0", - "globby": "^14.0.2", + "knip": "^5.33.3", "np": "^10.0.7", "prettier": "^3.3.3", "rimraf": "^6.0.1", - "tsx": "^4.19.1", "type-fest": "4.26.1", "typescript": "^5.6.3", "vite": "^5.4.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ee403ad..f4aafbb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,12 +35,12 @@ importers: parse-json: specifier: ^8.1.0 version: 8.1.0 - pinecone-client: - specifier: ^2.0.0 - version: 2.0.0 tiktoken: specifier: ^1.0.17 version: 1.0.17 + tslib: + specifier: ^2.7.0 + version: 2.7.0 zod: specifier: ^3.23.8 version: 3.23.8 @@ -66,9 +66,9 @@ importers: eslint: specifier: ^8.57.0 version: 8.57.1 - globby: - specifier: ^14.0.2 - version: 14.0.2 + knip: + specifier: ^5.33.3 + version: 5.33.3(@types/node@20.14.11)(typescript@5.6.3) np: specifier: ^10.0.7 version: 10.0.7(typescript@5.6.3) @@ -78,9 +78,6 @@ importers: rimraf: specifier: ^6.0.1 version: 6.0.1 - tsx: - specifier: ^4.19.1 - version: 4.19.1 type-fest: specifier: 4.26.1 version: 4.26.1 @@ -108,9 +105,9 @@ importers: keyv: specifier: ^4.5.4 version: 4.5.4 - quick-lru: - specifier: ^7.0.0 - version: 7.0.0 + zod: + specifier: ^3.23.8 + version: 3.23.8 packages: @@ -143,282 +140,138 @@ packages: cpu: [ppc64] os: [aix] - '@esbuild/aix-ppc64@0.23.1': - resolution: {integrity: sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [aix] - '@esbuild/android-arm64@0.21.5': resolution: {integrity: sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==} engines: {node: '>=12'} cpu: [arm64] os: [android] - '@esbuild/android-arm64@0.23.1': - resolution: {integrity: sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==} - engines: {node: '>=18'} - cpu: [arm64] - os: [android] - '@esbuild/android-arm@0.21.5': resolution: {integrity: sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==} engines: {node: '>=12'} cpu: [arm] os: [android] - '@esbuild/android-arm@0.23.1': - resolution: {integrity: sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==} - engines: {node: '>=18'} - cpu: [arm] - os: [android] - '@esbuild/android-x64@0.21.5': resolution: {integrity: sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==} engines: {node: '>=12'} cpu: [x64] os: [android] - '@esbuild/android-x64@0.23.1': - resolution: {integrity: sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==} - engines: {node: '>=18'} - cpu: [x64] - os: [android] - '@esbuild/darwin-arm64@0.21.5': resolution: {integrity: sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] - '@esbuild/darwin-arm64@0.23.1': - resolution: {integrity: sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==} - engines: {node: '>=18'} - cpu: [arm64] - os: [darwin] - '@esbuild/darwin-x64@0.21.5': resolution: {integrity: sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==} engines: {node: '>=12'} cpu: [x64] os: [darwin] - '@esbuild/darwin-x64@0.23.1': - resolution: {integrity: sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==} - engines: {node: '>=18'} - cpu: [x64] - os: [darwin] - '@esbuild/freebsd-arm64@0.21.5': resolution: {integrity: sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] - '@esbuild/freebsd-arm64@0.23.1': - resolution: {integrity: sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==} - engines: {node: '>=18'} - cpu: [arm64] - os: [freebsd] - '@esbuild/freebsd-x64@0.21.5': resolution: {integrity: sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] - '@esbuild/freebsd-x64@0.23.1': - resolution: {integrity: sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==} - engines: {node: '>=18'} - cpu: [x64] - os: [freebsd] - '@esbuild/linux-arm64@0.21.5': resolution: {integrity: sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==} engines: {node: '>=12'} cpu: [arm64] os: [linux] - '@esbuild/linux-arm64@0.23.1': - resolution: {integrity: sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==} - engines: {node: '>=18'} - cpu: [arm64] - os: [linux] - '@esbuild/linux-arm@0.21.5': resolution: {integrity: sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==} engines: {node: '>=12'} cpu: [arm] os: [linux] - '@esbuild/linux-arm@0.23.1': - resolution: {integrity: sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==} - engines: {node: '>=18'} - cpu: [arm] - os: [linux] - '@esbuild/linux-ia32@0.21.5': resolution: {integrity: sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==} engines: {node: '>=12'} cpu: [ia32] os: [linux] - '@esbuild/linux-ia32@0.23.1': - resolution: {integrity: sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==} - engines: {node: '>=18'} - cpu: [ia32] - os: [linux] - '@esbuild/linux-loong64@0.21.5': resolution: {integrity: sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==} engines: {node: '>=12'} cpu: [loong64] os: [linux] - '@esbuild/linux-loong64@0.23.1': - resolution: {integrity: sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==} - engines: {node: '>=18'} - cpu: [loong64] - os: [linux] - '@esbuild/linux-mips64el@0.21.5': resolution: {integrity: sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] - '@esbuild/linux-mips64el@0.23.1': - resolution: {integrity: sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==} - engines: {node: '>=18'} - cpu: [mips64el] - os: [linux] - '@esbuild/linux-ppc64@0.21.5': resolution: {integrity: sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] - '@esbuild/linux-ppc64@0.23.1': - resolution: {integrity: sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==} - engines: {node: '>=18'} - cpu: [ppc64] - os: [linux] - '@esbuild/linux-riscv64@0.21.5': resolution: {integrity: sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] - '@esbuild/linux-riscv64@0.23.1': - resolution: {integrity: sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==} - engines: {node: '>=18'} - cpu: [riscv64] - os: [linux] - '@esbuild/linux-s390x@0.21.5': resolution: {integrity: sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==} engines: {node: '>=12'} cpu: [s390x] os: [linux] - '@esbuild/linux-s390x@0.23.1': - resolution: {integrity: sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==} - engines: {node: '>=18'} - cpu: [s390x] - os: [linux] - '@esbuild/linux-x64@0.21.5': resolution: {integrity: sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==} engines: {node: '>=12'} cpu: [x64] os: [linux] - '@esbuild/linux-x64@0.23.1': - resolution: {integrity: sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==} - engines: {node: '>=18'} - cpu: [x64] - os: [linux] - '@esbuild/netbsd-x64@0.21.5': resolution: {integrity: sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] - '@esbuild/netbsd-x64@0.23.1': - resolution: {integrity: sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==} - engines: {node: '>=18'} - cpu: [x64] - os: [netbsd] - - '@esbuild/openbsd-arm64@0.23.1': - resolution: {integrity: sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==} - engines: {node: '>=18'} - cpu: [arm64] - os: [openbsd] - '@esbuild/openbsd-x64@0.21.5': resolution: {integrity: sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] - '@esbuild/openbsd-x64@0.23.1': - resolution: {integrity: sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==} - engines: {node: '>=18'} - cpu: [x64] - os: [openbsd] - '@esbuild/sunos-x64@0.21.5': resolution: {integrity: sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==} engines: {node: '>=12'} cpu: [x64] os: [sunos] - '@esbuild/sunos-x64@0.23.1': - resolution: {integrity: sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==} - engines: {node: '>=18'} - cpu: [x64] - os: [sunos] - '@esbuild/win32-arm64@0.21.5': resolution: {integrity: sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==} engines: {node: '>=12'} cpu: [arm64] os: [win32] - '@esbuild/win32-arm64@0.23.1': - resolution: {integrity: sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==} - engines: {node: '>=18'} - cpu: [arm64] - os: [win32] - '@esbuild/win32-ia32@0.21.5': resolution: {integrity: sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==} engines: {node: '>=12'} cpu: [ia32] os: [win32] - '@esbuild/win32-ia32@0.23.1': - resolution: {integrity: sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==} - engines: {node: '>=18'} - cpu: [ia32] - os: [win32] - '@esbuild/win32-x64@0.21.5': resolution: {integrity: sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==} engines: {node: '>=12'} cpu: [x64] os: [win32] - '@esbuild/win32-x64@0.23.1': - resolution: {integrity: sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==} - engines: {node: '>=18'} - cpu: [x64] - os: [win32] - '@eslint-community/eslint-utils@4.4.0': resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -837,9 +690,10 @@ packages: '@sinclair/typebox@0.27.8': resolution: {integrity: sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==} - '@sindresorhus/merge-streams@2.3.0': - resolution: {integrity: sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==} - engines: {node: '>=18'} + '@snyk/github-codeowners@1.1.0': + resolution: {integrity: sha512-lGFf08pbkEac0NYgVf4hdANpAgApRjNByLXB+WBip3qj1iendOIyAwP2GKkKbQMNVy2r1xxDf0ssfWscoiC+Vw==} + engines: {node: '>=8.10'} + hasBin: true '@testing-library/dom@8.20.1': resolution: {integrity: sha512-/DiOQ5xBxgdYRC8LNk7U+RWat0S3qRLeIw3ZIkMQ9kkVlRmwD/Eg8k8CqIpD6GW7u20JIUOfMKbxtiLutpjQ4g==} @@ -969,6 +823,10 @@ packages: engines: {node: '>=0.4.0'} hasBin: true + aggregate-error@3.1.0: + resolution: {integrity: sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==} + engines: {node: '>=8'} + aggregate-error@4.0.1: resolution: {integrity: sha512-0poP0T7el6Vq3rstR8Mn4V/IQrpBLO6POkUSrN7RhyY+GF/InCFShQzsQ39T25gkHhLgSLByyAz+Kjb+c2L98w==} engines: {node: '>=12'} @@ -1178,6 +1036,10 @@ packages: cjs-module-lexer@1.4.1: resolution: {integrity: sha512-cuSVIHi9/9E/+821Qjdvngor+xpnlwnuwIyZOaLmHBVdXL+gP+I6QQB9VkO7RI77YIcTV+S1W9AreJ5eN63JBA==} + clean-stack@2.2.0: + resolution: {integrity: sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==} + engines: {node: '>=6'} + clean-stack@4.2.0: resolution: {integrity: sha512-LYv6XPxoyODi36Dp976riBtSY27VmFo+MKqEU9QCCWyTrdEPDog+RWA7xQWHi6Vbp61j5c4cdzzX1NidnwtUWg==} engines: {node: '>=12'} @@ -1238,6 +1100,10 @@ packages: color-name@1.1.4: resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + commander@4.1.1: + resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==} + engines: {node: '>= 6'} + concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} @@ -1399,6 +1265,9 @@ packages: eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + easy-table@1.2.0: + resolution: {integrity: sha512-OFzVOv03YpvtcWGe5AayU5G2hgybsg3iqA6drU8UaoZyB9jLGMTrz9+asnLp/E+6qPh88yEI1gvyZFZ41dmgww==} + elegant-spinner@1.0.1: resolution: {integrity: sha512-B+ZM+RXvRqQaAmkMlO/oSe5nMUOaUnyfGYCEHoR8wrXsZR2mA0XVibsxV1bvTwxdRWah1PkQqso2EzhILGHtEQ==} engines: {node: '>=0.10.0'} @@ -1409,8 +1278,8 @@ packages: emoji-regex@9.2.2: resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} - enhanced-resolve@5.16.1: - resolution: {integrity: sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==} + enhanced-resolve@5.17.1: + resolution: {integrity: sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==} engines: {node: '>=10.13.0'} error-ex@1.3.2: @@ -1455,11 +1324,6 @@ packages: engines: {node: '>=12'} hasBin: true - esbuild@0.23.1: - resolution: {integrity: sha512-VVNz/9Sa0bs5SELtn3f7qhJCDPCF5oMEl5cO9/SSinpE9hbPVvxbd572HH5AKiP7WD8INO53GgfDDhRjkylHEg==} - engines: {node: '>=18'} - hasBin: true - escape-goat@4.0.0: resolution: {integrity: sha512-2Sd4ShcWxbx6OY1IHyla/CVNwvg7XwZVoXZHcSu9w9SReNP1EzzD5T8NWKIR38fIqEns9kDWKUQTXXAmlDrdPg==} engines: {node: '>=12'} @@ -1758,10 +1622,6 @@ packages: resolution: {integrity: sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - globby@14.0.2: - resolution: {integrity: sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==} - engines: {node: '>=18'} - gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} @@ -1859,6 +1719,10 @@ packages: resolution: {integrity: sha512-BYqTHXTGUIvg7t1r4sJNKcbDZkL92nkXA8YtRpbjFHRHGDL/NtUeiBJMeE60kIFN/Mg8ESaWQvftaYMGJzQZCQ==} engines: {node: '>=4'} + indent-string@4.0.0: + resolution: {integrity: sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==} + engines: {node: '>=8'} + indent-string@5.0.0: resolution: {integrity: sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==} engines: {node: '>=12'} @@ -2133,6 +1997,10 @@ packages: resolution: {integrity: sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==} engines: {node: 20 || >=22} + jiti@2.3.3: + resolution: {integrity: sha512-EX4oNDwcXSivPrw2qKH2LB5PoFxEvgtv2JgwW0bU858HoLQ+kutSvjLMUqBd0PeJYEinLWhoI9Ol0eYMqj/wNQ==} + hasBin: true + js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} @@ -2170,6 +2038,14 @@ packages: keyv@4.5.4: resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + knip@5.33.3: + resolution: {integrity: sha512-saUxedVDCa/8p3w445at66vLmYKretzYsX7+elMJ5ROWGzU+1aTRm3EmKELTaho1ue7BlwJB5BxLJROy43+LtQ==} + engines: {node: '>=18.6.0'} + hasBin: true + peerDependencies: + '@types/node': '>=18' + typescript: '>=5.0.4' + ky@1.7.2: resolution: {integrity: sha512-OzIvbHKKDpi60TnF9t7UUVAF1B4mcqc02z5PIvrm08Wyb+yOcz63GRvEuVxNT18a9E1SrNouhB4W2NNLeD7Ykg==} engines: {node: '>=18'} @@ -2481,6 +2357,10 @@ packages: resolution: {integrity: sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==} engines: {node: '>=6'} + p-map@4.0.0: + resolution: {integrity: sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==} + engines: {node: '>=10'} + p-map@5.5.0: resolution: {integrity: sha512-VFqfGDHlx87K66yZrNdI4YGtD70IRyd+zSvgks6mzHPRNkoKy+9EKP4SFC77/vTTQYmRmti7dvqC+m5jBrBAcg==} engines: {node: '>=12'} @@ -2524,6 +2404,10 @@ packages: resolution: {integrity: sha512-rum1bPifK5SSar35Z6EKZuYPJx85pkNaFrxBK3mwdfSJ1/WKbYrjoW/zTPSjRRamfmVX1ACBIdFAO0VRErW/EA==} engines: {node: '>=18'} + parse-ms@4.0.0: + resolution: {integrity: sha512-TXfryirbmq34y8QBwgqCVLi+8oA3oWx2eAnSn62ITyEhEYaWRlVZ2DvMM9eZbMs/RfxPu/PK/aBLyGj4IrqMHw==} + engines: {node: '>=18'} + path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} engines: {node: '>=8'} @@ -2555,10 +2439,6 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - path-type@5.0.0: - resolution: {integrity: sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==} - engines: {node: '>=12'} - pathe@1.1.2: resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} @@ -2583,9 +2463,9 @@ packages: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} engines: {node: '>=8.6'} - pinecone-client@2.0.0: - resolution: {integrity: sha512-CxpKuck4zxi/LaGaTrnWQNs9NmXiMB3UtynOhD6dVDoWRKGEXmgRbSFipMUdqGyyQEKMFXzTKvzo4qMHi2Gj8Q==} - engines: {node: '>=18'} + picomatch@4.0.2: + resolution: {integrity: sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==} + engines: {node: '>=12'} pkg-dir@4.2.0: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} @@ -2639,6 +2519,10 @@ packages: resolution: {integrity: sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + pretty-ms@9.1.0: + resolution: {integrity: sha512-o1piW0n3tgKIKCwk2vpM/vOV13zjJzvP37Ioze54YlTHE06m4tjEbzg9WsKkvTuyYln2DHjo5pY4qrZGI0otpw==} + engines: {node: '>=18'} + prop-types@15.8.1: resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==} @@ -2656,10 +2540,6 @@ packages: queue-microtask@1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - quick-lru@7.0.0: - resolution: {integrity: sha512-MX8gB7cVYTrYcFfAnfLlhRd0+Toyl8yX8uBx1MrX7K0jegiz9TumwOK27ldXrgDlHRdVi+MqU9Ssw6dr4BNreg==} - engines: {node: '>=18'} - rc@1.2.8: resolution: {integrity: sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==} hasBin: true @@ -2860,14 +2740,14 @@ packages: resolution: {integrity: sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==} engines: {node: '>=12'} - slash@5.1.0: - resolution: {integrity: sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==} - engines: {node: '>=14.16'} - slice-ansi@0.0.4: resolution: {integrity: sha512-up04hB2hR92PgjpyU3y/eg91yIBILyjVY26NvvciY3EVVPjybkMszMpXQ9QAkcS3I5rtJBDLoTxxg+qvW8c7rw==} engines: {node: '>=0.10.0'} + smol-toml@1.3.0: + resolution: {integrity: sha512-tWpi2TsODPScmi48b/OQZGi2lgUmBCHy6SZrhi/FdnnHiU1GwebbCfuQuxsC3nHaLwtYeJGPrDZDIeodDOc4pA==} + engines: {node: '>= 18'} + sort-keys@5.0.0: resolution: {integrity: sha512-Pdz01AvCAottHTPQGzndktFNdbRA75BgOfeT1hH+AMnJFv8lynkPi42rfeEhpx1saTEI3YNMWxfqu0sFD1G8pw==} engines: {node: '>=12'} @@ -2977,9 +2857,16 @@ packages: resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} engines: {node: '>=8'} + strip-json-comments@5.0.1: + resolution: {integrity: sha512-0fk9zBqO67Nq5M/m45qHCJxylV/DhBlIOVExqgOMiCCrzrhU6tCibRXNqE3jwJLftzE9SNuZtYbpzcO+i9FiKw==} + engines: {node: '>=14.16'} + strip-literal@2.1.0: resolution: {integrity: sha512-Op+UycaUt/8FbN/Z2TWPBLge3jWrP3xj10f3fnYxf052bKuS3EKs1ZQcVGjnEMdsNVAM+plXRdmjrZ/KgG3Skw==} + summary@2.1.0: + resolution: {integrity: sha512-nMIjMrd5Z2nuB2RZCKJfFMjgS3fygbeyGk9PxPPaJR1RIcyN9yn4A63Isovzm3ZtQuEkLBVgMdPup8UeLH7aQw==} + supports-color@2.0.0: resolution: {integrity: sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==} engines: {node: '>=0.8.0'} @@ -3059,11 +2946,6 @@ packages: tslib@2.7.0: resolution: {integrity: sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==} - tsx@4.19.1: - resolution: {integrity: sha512-0flMz1lh74BR4wOvBjuh9olbnwqCPc35OOlfyzHba0Dc+QNUeWX/Gq2YTbnwcWPO3BMd8fkzRVrHcsR+a7z7rA==} - engines: {node: '>=18.0.0'} - hasBin: true - type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} @@ -3355,144 +3237,72 @@ snapshots: '@esbuild/aix-ppc64@0.21.5': optional: true - '@esbuild/aix-ppc64@0.23.1': - optional: true - '@esbuild/android-arm64@0.21.5': optional: true - '@esbuild/android-arm64@0.23.1': - optional: true - '@esbuild/android-arm@0.21.5': optional: true - '@esbuild/android-arm@0.23.1': - optional: true - '@esbuild/android-x64@0.21.5': optional: true - '@esbuild/android-x64@0.23.1': - optional: true - '@esbuild/darwin-arm64@0.21.5': optional: true - '@esbuild/darwin-arm64@0.23.1': - optional: true - '@esbuild/darwin-x64@0.21.5': optional: true - '@esbuild/darwin-x64@0.23.1': - optional: true - '@esbuild/freebsd-arm64@0.21.5': optional: true - '@esbuild/freebsd-arm64@0.23.1': - optional: true - '@esbuild/freebsd-x64@0.21.5': optional: true - '@esbuild/freebsd-x64@0.23.1': - optional: true - '@esbuild/linux-arm64@0.21.5': optional: true - '@esbuild/linux-arm64@0.23.1': - optional: true - '@esbuild/linux-arm@0.21.5': optional: true - '@esbuild/linux-arm@0.23.1': - optional: true - '@esbuild/linux-ia32@0.21.5': optional: true - '@esbuild/linux-ia32@0.23.1': - optional: true - '@esbuild/linux-loong64@0.21.5': optional: true - '@esbuild/linux-loong64@0.23.1': - optional: true - '@esbuild/linux-mips64el@0.21.5': optional: true - '@esbuild/linux-mips64el@0.23.1': - optional: true - '@esbuild/linux-ppc64@0.21.5': optional: true - '@esbuild/linux-ppc64@0.23.1': - optional: true - '@esbuild/linux-riscv64@0.21.5': optional: true - '@esbuild/linux-riscv64@0.23.1': - optional: true - '@esbuild/linux-s390x@0.21.5': optional: true - '@esbuild/linux-s390x@0.23.1': - optional: true - '@esbuild/linux-x64@0.21.5': optional: true - '@esbuild/linux-x64@0.23.1': - optional: true - '@esbuild/netbsd-x64@0.21.5': optional: true - '@esbuild/netbsd-x64@0.23.1': - optional: true - - '@esbuild/openbsd-arm64@0.23.1': - optional: true - '@esbuild/openbsd-x64@0.21.5': optional: true - '@esbuild/openbsd-x64@0.23.1': - optional: true - '@esbuild/sunos-x64@0.21.5': optional: true - '@esbuild/sunos-x64@0.23.1': - optional: true - '@esbuild/win32-arm64@0.21.5': optional: true - '@esbuild/win32-arm64@0.23.1': - optional: true - '@esbuild/win32-ia32@0.21.5': optional: true - '@esbuild/win32-ia32@0.23.1': - optional: true - '@esbuild/win32-x64@0.21.5': optional: true - '@esbuild/win32-x64@0.23.1': - optional: true - '@eslint-community/eslint-utils@4.4.0(eslint@8.57.1)': dependencies: eslint: 8.57.1 @@ -3977,7 +3787,11 @@ snapshots: '@sinclair/typebox@0.27.8': {} - '@sindresorhus/merge-streams@2.3.0': {} + '@snyk/github-codeowners@1.1.0': + dependencies: + commander: 4.1.1 + ignore: 5.3.2 + p-map: 4.0.0 '@testing-library/dom@8.20.1': dependencies: @@ -4148,6 +3962,11 @@ snapshots: acorn@8.12.1: {} + aggregate-error@3.1.0: + dependencies: + clean-stack: 2.2.0 + indent-string: 4.0.0 + aggregate-error@4.0.1: dependencies: clean-stack: 4.2.0 @@ -4385,6 +4204,8 @@ snapshots: cjs-module-lexer@1.4.1: {} + clean-stack@2.2.0: {} + clean-stack@4.2.0: dependencies: escape-string-regexp: 5.0.0 @@ -4430,6 +4251,8 @@ snapshots: color-name@1.1.4: {} + commander@4.1.1: {} + concat-map@0.0.1: {} confbox@0.1.7: {} @@ -4601,13 +4424,19 @@ snapshots: eastasianwidth@0.2.0: {} + easy-table@1.2.0: + dependencies: + ansi-regex: 5.0.1 + optionalDependencies: + wcwidth: 1.0.1 + elegant-spinner@1.0.1: {} emoji-regex@8.0.0: {} emoji-regex@9.2.2: {} - enhanced-resolve@5.16.1: + enhanced-resolve@5.17.1: dependencies: graceful-fs: 4.2.11 tapable: 2.2.1 @@ -4746,33 +4575,6 @@ snapshots: '@esbuild/win32-ia32': 0.21.5 '@esbuild/win32-x64': 0.21.5 - esbuild@0.23.1: - optionalDependencies: - '@esbuild/aix-ppc64': 0.23.1 - '@esbuild/android-arm': 0.23.1 - '@esbuild/android-arm64': 0.23.1 - '@esbuild/android-x64': 0.23.1 - '@esbuild/darwin-arm64': 0.23.1 - '@esbuild/darwin-x64': 0.23.1 - '@esbuild/freebsd-arm64': 0.23.1 - '@esbuild/freebsd-x64': 0.23.1 - '@esbuild/linux-arm': 0.23.1 - '@esbuild/linux-arm64': 0.23.1 - '@esbuild/linux-ia32': 0.23.1 - '@esbuild/linux-loong64': 0.23.1 - '@esbuild/linux-mips64el': 0.23.1 - '@esbuild/linux-ppc64': 0.23.1 - '@esbuild/linux-riscv64': 0.23.1 - '@esbuild/linux-s390x': 0.23.1 - '@esbuild/linux-x64': 0.23.1 - '@esbuild/netbsd-x64': 0.23.1 - '@esbuild/openbsd-arm64': 0.23.1 - '@esbuild/openbsd-x64': 0.23.1 - '@esbuild/sunos-x64': 0.23.1 - '@esbuild/win32-arm64': 0.23.1 - '@esbuild/win32-ia32': 0.23.1 - '@esbuild/win32-x64': 0.23.1 - escape-goat@4.0.0: {} escape-string-regexp@1.0.5: {} @@ -4797,7 +4599,7 @@ snapshots: dependencies: '@nolyfill/is-core-module': 1.0.39 debug: 4.3.7 - enhanced-resolve: 5.16.1 + enhanced-resolve: 5.17.1 eslint: 8.57.1 eslint-module-utils: 2.12.0(@typescript-eslint/parser@8.8.1(eslint@8.57.1)(typescript@5.6.3))(eslint-import-resolver-node@0.3.9)(eslint-import-resolver-typescript@3.6.3)(eslint@8.57.1) fast-glob: 3.3.2 @@ -5167,15 +4969,6 @@ snapshots: merge2: 1.4.1 slash: 4.0.0 - globby@14.0.2: - dependencies: - '@sindresorhus/merge-streams': 2.3.0 - fast-glob: 3.3.2 - ignore: 5.3.2 - path-type: 5.0.0 - slash: 5.1.0 - unicorn-magic: 0.1.0 - gopd@1.0.1: dependencies: get-intrinsic: 1.2.4 @@ -5260,6 +5053,8 @@ snapshots: indent-string@3.2.0: {} + indent-string@4.0.0: {} + indent-string@5.0.0: {} index-to-position@0.1.2: {} @@ -5534,6 +5329,8 @@ snapshots: optionalDependencies: '@pkgjs/parseargs': 0.11.0 + jiti@2.3.3: {} + js-tokens@4.0.0: {} js-tokens@9.0.0: {} @@ -5567,6 +5364,27 @@ snapshots: dependencies: json-buffer: 3.0.1 + knip@5.33.3(@types/node@20.14.11)(typescript@5.6.3): + dependencies: + '@nodelib/fs.walk': 1.2.8 + '@snyk/github-codeowners': 1.1.0 + '@types/node': 20.14.11 + easy-table: 1.2.0 + enhanced-resolve: 5.17.1 + fast-glob: 3.3.2 + jiti: 2.3.3 + js-yaml: 4.1.0 + minimist: 1.2.8 + picocolors: 1.1.0 + picomatch: 4.0.2 + pretty-ms: 9.1.0 + smol-toml: 1.3.0 + strip-json-comments: 5.0.1 + summary: 2.1.0 + typescript: 5.6.3 + zod: 3.23.8 + zod-validation-error: 3.4.0(zod@3.23.8) + ky@1.7.2: {} language-subtag-registry@0.3.23: {} @@ -5939,6 +5757,10 @@ snapshots: p-map@2.1.0: {} + p-map@4.0.0: + dependencies: + aggregate-error: 3.1.0 + p-map@5.5.0: dependencies: aggregate-error: 4.0.1 @@ -5982,6 +5804,8 @@ snapshots: index-to-position: 0.1.2 type-fest: 4.26.1 + parse-ms@4.0.0: {} + path-exists@4.0.0: {} path-exists@5.0.0: {} @@ -6001,8 +5825,6 @@ snapshots: path-type@4.0.0: {} - path-type@5.0.0: {} - pathe@1.1.2: {} pathval@1.1.1: {} @@ -6023,9 +5845,7 @@ snapshots: picomatch@2.3.1: {} - pinecone-client@2.0.0: - dependencies: - ky: 1.7.2 + picomatch@4.0.2: {} pkg-dir@4.2.0: dependencies: @@ -6076,6 +5896,10 @@ snapshots: ansi-styles: 5.2.0 react-is: 18.3.1 + pretty-ms@9.1.0: + dependencies: + parse-ms: 4.0.0 + prop-types@15.8.1: dependencies: loose-envify: 1.4.0 @@ -6092,8 +5916,6 @@ snapshots: queue-microtask@1.2.3: {} - quick-lru@7.0.0: {} - rc@1.2.8: dependencies: deep-extend: 0.6.0 @@ -6320,10 +6142,10 @@ snapshots: slash@4.0.0: {} - slash@5.1.0: {} - slice-ansi@0.0.4: {} + smol-toml@1.3.0: {} + sort-keys@5.0.0: dependencies: is-plain-obj: 4.1.0 @@ -6453,10 +6275,14 @@ snapshots: strip-json-comments@3.1.1: {} + strip-json-comments@5.0.1: {} + strip-literal@2.1.0: dependencies: js-tokens: 9.0.0 + summary@2.1.0: {} + supports-color@2.0.0: {} supports-color@5.5.0: @@ -6520,13 +6346,6 @@ snapshots: tslib@2.7.0: {} - tsx@4.19.1: - dependencies: - esbuild: 0.23.1 - get-tsconfig: 4.8.1 - optionalDependencies: - fsevents: 2.3.3 - type-check@0.4.0: dependencies: prelude-ls: 1.2.1 diff --git a/src/datastore/datastore.ts b/src/datastore/datastore.ts deleted file mode 100644 index a49a33e..0000000 --- a/src/datastore/datastore.ts +++ /dev/null @@ -1,161 +0,0 @@ -import { - type CacheKey, - type CacheStorage, - defaultCacheKey, -} from '../utils/cache.js'; -import { mergeEvents } from '../utils/helpers.js'; -import { type Datastore } from './types.js'; - -export abstract class AbstractDatastore< - DocMeta extends Datastore.BaseMeta, - Filter extends Datastore.BaseFilter, -> { - protected abstract runQuery( - query: Datastore.Query, - context?: Datastore.Ctx - ): Promise>; - abstract upsert( - docs: Datastore.Doc[], - context?: Datastore.Ctx - ): Promise; - abstract delete(docIds: string[]): Promise; - abstract deleteAll(): Promise; - - /** Clones the datastore, optionally modifying it's config */ - abstract extend>( - args?: Partial - ): this; - - public abstract readonly datastoreType: Datastore.Type; - public abstract readonly datastoreProvider: Datastore.Provider; - - protected readonly cacheKey: CacheKey< - Datastore.Query, - string - >; - protected readonly cache?: CacheStorage< - string, - Datastore.QueryResult - >; - - public readonly contentKey: keyof DocMeta; - public readonly embeddingModel: any; - public readonly namespace?: string; - public readonly events: Datastore.Events; - public readonly context: Datastore.Ctx; - public readonly debug: boolean; - - constructor(args: Datastore.Opts) { - this.namespace = args.namespace; - this.contentKey = args.contentKey; - this.embeddingModel = args.embeddingModel; - this.cacheKey = args.cacheKey ?? defaultCacheKey; - this.cache = args.cache; - this.context = args.context ?? {}; - this.debug = args.debug ?? false; - this.events = mergeEvents( - args.events, - args.debug - ? { - onQueryStart: [console.debug], - onQueryComplete: [console.debug], - onError: [console.error], - } - : {} - ); - } - - async query( - query: Datastore.Query, - context?: Datastore.Ctx - ): Promise> { - const start = Date.now(); - const mergedContext = { ...this.context, ...context }; - - await Promise.allSettled( - this.events?.onQueryStart?.map((event) => - Promise.resolve( - event({ - timestamp: new Date().toISOString(), - datastoreType: this.datastoreType, - datastoreProvider: this.datastoreProvider, - query, - context: mergedContext, - }) - ) - ) ?? [] - ); - - const cacheKey = await this.cacheKey(query); - - // Return cached response if available - const cached = await Promise.resolve(this.cache?.get(cacheKey)); - if (cached) { - await Promise.allSettled( - this.events?.onQueryComplete?.map((event) => - Promise.resolve( - event({ - timestamp: new Date().toISOString(), - datastoreType: this.datastoreType, - datastoreProvider: this.datastoreProvider, - query, - response: cached, - cached: true, - context: mergedContext, - latency: Date.now() - start, - }) - ) - ) ?? [] - ); - return { - ...cached, - cached: true, - }; - } - - try { - // Run the query - const response = await this.runQuery(query, context); - - await Promise.allSettled( - this.events?.onQueryComplete?.map((event) => - Promise.resolve( - event({ - timestamp: new Date().toISOString(), - datastoreType: this.datastoreType, - datastoreProvider: this.datastoreProvider, - query, - response, - cached: false, - context: mergedContext, - latency: Date.now() - start, - }) - ) - ) ?? [] - ); - - // Update the cache - await Promise.resolve(this.cache?.set(cacheKey, response)); - - return { - ...response, - cached: false, - }; - } catch (error) { - await Promise.allSettled( - this.events?.onError?.map((event) => - Promise.resolve( - event({ - timestamp: new Date().toISOString(), - datastoreType: this.datastoreType, - datastoreProvider: this.datastoreProvider, - error, - context: mergedContext, - }) - ) - ) ?? [] - ); - throw error; - } - } -} diff --git a/src/datastore/hybrid-datastore.ts b/src/datastore/hybrid-datastore.ts deleted file mode 100644 index 6ca40be..0000000 --- a/src/datastore/hybrid-datastore.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { AbstractDatastore } from './datastore.js'; -import { type Datastore } from './types.js'; - -export abstract class AbstractHybridDatastore< - DocMeta extends Datastore.BaseMeta, - Filter extends Datastore.BaseFilter, -> extends AbstractDatastore { - protected spladeModel: any; - - constructor(args: Datastore.OptsHybrid) { - const { spladeModel: _, ...rest } = args; - super(rest); - this.spladeModel = args.spladeModel; - } -} diff --git a/src/datastore/index.ts b/src/datastore/index.ts deleted file mode 100644 index bb31664..0000000 --- a/src/datastore/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -export { AbstractDatastore } from './datastore.js'; -export { AbstractHybridDatastore } from './hybrid-datastore.js'; -export type { Datastore } from './types.js'; -export { VectorUtils } from './utils/vectors.js'; diff --git a/src/datastore/pinecone/client.ts b/src/datastore/pinecone/client.ts deleted file mode 100644 index 9a11847..0000000 --- a/src/datastore/pinecone/client.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { PineconeClient } from 'pinecone-client'; -import { type JsonObject } from 'type-fest'; - -type PineconeConfig = ConstructorParameters[0]; - -/** Create a new Pinecone client instance. */ -export function createPineconeClient( - config: PineconeConfig -): PineconeClient { - return new PineconeClient(config); -} - -export type { PineconeClient }; diff --git a/src/datastore/pinecone/datastore.test.ts b/src/datastore/pinecone/datastore.test.ts deleted file mode 100644 index 8f93b80..0000000 --- a/src/datastore/pinecone/datastore.test.ts +++ /dev/null @@ -1,331 +0,0 @@ -import { PineconeClient } from 'pinecone-client'; -import { describe, expect, it, vi } from 'vitest'; - -import { EmbeddingModel, SparseVectorModel } from '../../model/index.js'; -import { PineconeDatastore } from './datastore.js'; -import { PineconeHybridDatastore } from './hybrid-datastore.js'; - -vi.mock('../../model/index.js', () => { - const EmbeddingModel = vi.fn(); - const SparseVectorModel = vi.fn(); - EmbeddingModel.prototype.run = vi - .fn() - .mockImplementation((args: { input: string[] }) => { - if (args.input.length === 1) { - return { embeddings: [[1, 1]] }; - } else { - return { - embeddings: [ - [1, 1], - [2, 2], - ], - }; - } - }); - SparseVectorModel.prototype.run = vi - .fn() - .mockImplementation((_args: { input: string[] }) => ({ - vectors: [ - { indices: [1, 1], values: [1, 1] }, - { indices: [2, 2], values: [2, 2] }, - ], - })); - return { EmbeddingModel, SparseVectorModel }; -}); - -vi.mock('pinecone-client', () => { - const PineconeClient = vi.fn(); - PineconeClient.prototype.query = vi.fn().mockImplementation(() => ({ - matches: [], - })); - PineconeClient.prototype.upsert = vi - .fn() - .mockImplementation((_args: { vectors: unknown }) => {}); - PineconeClient.prototype.query = vi.fn().mockImplementation(() => ({ - query: {}, - docs: [], - })); - return { PineconeClient }; -}); - -type Meta = { content: string }; - -describe('Datastore', () => { - let datastore: PineconeDatastore; - let embeddingModel: EmbeddingModel; - let client: PineconeClient; - - beforeEach(() => { - embeddingModel = new EmbeddingModel({ - params: { model: 'text-embedding-ada-002' }, - }); - client = new PineconeClient({ apiKey: '', baseUrl: '' }); - datastore = new PineconeDatastore({ - namespace: 'test', - contentKey: 'content', - embeddingModel, - pinecone: client, - }); - }); - - afterEach(() => { - vi.clearAllMocks(); - }); - - it('upsert with embeddings', async () => { - await datastore.upsert([ - { - id: '1', - metadata: { content: '1' }, - embedding: [1, 1], - }, - { - id: '2', - metadata: { content: '2' }, - embedding: [2, 2], - }, - ]); - // No embeddings should have been generated - expect(embeddingModel.run).not.toHaveBeenCalled(); - // The documents should be upserted with their embeddings - expect(client.upsert).toHaveBeenCalledOnce(); - expect(client.upsert).toHaveBeenCalledWith({ - vectors: [ - { - id: '1', - metadata: { content: '1' }, - values: [1, 1], - }, - { - id: '2', - metadata: { content: '2' }, - values: [2, 2], - }, - ], - }); - }); - - it('upsert without embeddings', async () => { - await datastore.upsert([ - { id: '1', metadata: { content: '1' } }, - { id: '2', metadata: { content: '2' } }, - ]); - // A batch of embeddings should have been generated - expect(embeddingModel.run).toHaveBeenCalledOnce(); - expect(client.upsert).toHaveBeenCalledOnce(); - expect(client.upsert).toHaveBeenCalledWith({ - vectors: [ - { - id: '1', - metadata: { content: '1' }, - values: [1, 1], - }, - { - id: '2', - metadata: { content: '2' }, - values: [2, 2], - }, - ], - }); - }); - - it('upsert with some embeddings', async () => { - await datastore.upsert([ - { id: '1', metadata: { content: '1' } }, - { - id: '2', - metadata: { content: '2' }, - embedding: [2, 2], - }, - { - id: '3', - metadata: { content: '3' }, - embedding: [3, 3], - }, - { id: '4', metadata: { content: '4' } }, - ]); - expect(embeddingModel.run).toHaveBeenCalledOnce(); - expect(client.upsert).toHaveBeenCalledOnce(); - expect(client.upsert).toHaveBeenCalledWith({ - vectors: [ - { - id: '1', - metadata: { content: '1' }, - values: [1, 1], - }, - { - id: '2', - metadata: { content: '2' }, - values: [2, 2], - }, - { - id: '3', - metadata: { content: '3' }, - values: [3, 3], - }, - { - id: '4', - metadata: { content: '4' }, - values: [2, 2], - }, - ], - }); - }); -}); - -describe('HybridDatastore', () => { - let datastore: PineconeHybridDatastore; - let embeddingModel: EmbeddingModel; - let spladeModel: SparseVectorModel; - let pineconeClient: PineconeClient; - - beforeEach(() => { - embeddingModel = new EmbeddingModel({ - params: { model: 'text-embedding-ada-002' }, - }); - spladeModel = new SparseVectorModel({ - params: { model: 'naver/splade-cocondenser-ensembledistil' }, - }); - pineconeClient = new PineconeClient({ apiKey: '', baseUrl: '' }); - datastore = new PineconeHybridDatastore({ - namespace: 'test', - contentKey: 'content', - embeddingModel, - spladeModel, - pinecone: pineconeClient, - }); - }); - - afterEach(() => { - vi.clearAllMocks(); - }); - - it('upsert with embeddings', async () => { - await datastore.upsert([ - { - id: '1', - metadata: { content: '1' }, - embedding: [1, 1], - sparseVector: { indices: [1, 1], values: [1, 1] }, - }, - { - id: '2', - metadata: { content: '2' }, - embedding: [2, 2], - sparseVector: { indices: [2, 2], values: [2, 2] }, - }, - ]); - // No embeddings should have been generated - expect(embeddingModel.run).not.toHaveBeenCalled(); - expect(spladeModel.run).not.toHaveBeenCalled(); - // The documents should be upserted with their embeddings - expect(pineconeClient.upsert).toHaveBeenCalledOnce(); - expect(pineconeClient.upsert).toHaveBeenCalledWith({ - vectors: [ - { - id: '1', - metadata: { content: '1' }, - values: [1, 1], - sparseValues: { indices: [1, 1], values: [1, 1] }, - }, - { - id: '2', - metadata: { content: '2' }, - values: [2, 2], - sparseValues: { indices: [2, 2], values: [2, 2] }, - }, - ], - }); - }); - - it('upsert without embeddings', async () => { - await datastore.upsert([ - { id: '1', metadata: { content: '1' } }, - { id: '2', metadata: { content: '2' } }, - ]); - // A batch of embeddings should have been generated - expect(embeddingModel.run).toHaveBeenCalledOnce(); - expect(spladeModel.run).toHaveBeenCalledOnce(); - expect(pineconeClient.upsert).toHaveBeenCalledOnce(); - expect(pineconeClient.upsert).toHaveBeenCalledWith({ - vectors: [ - { - id: '1', - metadata: { content: '1' }, - values: [1, 1], - sparseValues: { indices: [1, 1], values: [1, 1] }, - }, - { - id: '2', - metadata: { content: '2' }, - values: [2, 2], - sparseValues: { indices: [2, 2], values: [2, 2] }, - }, - ], - }); - }); - - it('upsert with some embeddings', async () => { - await datastore.upsert([ - { id: '1', metadata: { content: '1' } }, - { - id: '2', - metadata: { content: '2' }, - embedding: [2, 2], - sparseVector: { indices: [2, 2], values: [2, 2] }, - }, - { - id: '3', - metadata: { content: '3' }, - embedding: [3, 3], - sparseVector: { indices: [3, 3], values: [3, 3] }, - }, - { id: '4', metadata: { content: '4' } }, - ]); - expect(embeddingModel.run).toHaveBeenCalledOnce(); - expect(pineconeClient.upsert).toHaveBeenCalledOnce(); - expect(pineconeClient.upsert).toHaveBeenCalledWith({ - vectors: [ - { - id: '1', - metadata: { content: '1' }, - values: [1, 1], - sparseValues: { indices: [1, 1], values: [1, 1] }, - }, - { - id: '2', - metadata: { content: '2' }, - values: [2, 2], - sparseValues: { indices: [2, 2], values: [2, 2] }, - }, - { - id: '3', - metadata: { content: '3' }, - values: [3, 3], - sparseValues: { indices: [3, 3], values: [3, 3] }, - }, - { - id: '4', - metadata: { content: '4' }, - values: [2, 2], - sparseValues: { indices: [2, 2], values: [2, 2] }, - }, - ], - }); - }); - - it('caches queries', async () => { - const datastore = new PineconeHybridDatastore({ - namespace: 'test', - contentKey: 'content', - embeddingModel, - spladeModel, - pinecone: pineconeClient, - cache: new Map(), - }); - await datastore.query({ query: 'test' }); - expect(pineconeClient.query).toHaveBeenCalledOnce(); - await datastore.query({ query: 'test' }); - expect(pineconeClient.query).toHaveBeenCalledOnce(); - }); -}); diff --git a/src/datastore/pinecone/datastore.ts b/src/datastore/pinecone/datastore.ts deleted file mode 100644 index 874626c..0000000 --- a/src/datastore/pinecone/datastore.ts +++ /dev/null @@ -1,179 +0,0 @@ -import { deepMerge, mergeEvents } from '../../utils/helpers.js'; -import { AbstractDatastore } from '../datastore.js'; -import { type Datastore, type Prettify } from '../types.js'; -import { createPineconeClient, type PineconeClient } from './client.js'; -import { type Pinecone } from './types.js'; - -export type PineconeDatastoreArgs = - Prettify< - Datastore.Opts> & { - pinecone?: PineconeClient; - } - >; - -export class PineconeDatastore< - DocMeta extends Datastore.BaseMeta, -> extends AbstractDatastore> { - datastoreType = 'embedding' as const; - datastoreProvider = 'pinecone' as const; - private readonly pinecone: PineconeClient; - - constructor(args: PineconeDatastoreArgs) { - const { pinecone, ...rest } = args; - super(rest); - this.pinecone = - pinecone || - createPineconeClient({ - namespace: this.namespace, - }); - } - - async runQuery( - query: Datastore.Query>, - context?: Datastore.Ctx - ): Promise> { - const mergedContext = { ...this.context, ...context }; - - // Get the query embedding - let queryEmbedding = query.embedding; - - // If no query embedding is provided, run the query embedder - if (!queryEmbedding) { - const { embeddings } = await this.embeddingModel.run( - { - input: [query.query], - }, - mergedContext - ); - const embedding = embeddings[0]; - queryEmbedding = embedding; - } - - // Query Pinecone - // @ts-expect-error: legacy ignore - const response = await this.pinecone.query({ - topK: query.topK ?? 10, - ...(typeof query.minScore === 'number' - ? { minScore: query.minScore } - : {}), - ...(query.filter && { filter: query.filter }), - ...(typeof query.hybridAlpha === 'number' && { - hybridAlpha: query.hybridAlpha, - }), - includeValues: query.includeValues ?? false, - includeMetadata: true, - vector: queryEmbedding, - }); - - const queryResult: Datastore.QueryResult = { - query: query.query, - // @ts-expect-error: legacy ignore - docs: response.matches, - }; - - return queryResult; - } - - async upsert( - docs: Datastore.Doc[], - context?: Datastore.Ctx - ): Promise { - const mergedContext = { ...this.context, ...context }; - try { - // Get the text from the docs that are missing an embedding - const textsToEmbed = docs - .filter((doc) => !doc.embedding?.length) - .map((doc) => { - const content = doc.metadata[this.contentKey]; - if (typeof content !== 'string') { - throw new Error( - `The value of the contentKey (${String( - this.contentKey - )}) must be a string` - ); - } - return content; - }); - - if (textsToEmbed.length === 0) { - return this.pinecone.upsert({ - vectors: docs.map((doc, i) => ({ - id: doc.id, - values: docs[i].embedding as number[], - metadata: doc.metadata, - })), - }); - } - - // Create the embedding for docs that are missing one - // This relies on the classes to handle batching and throttling - const embeddingRes = await this.embeddingModel.run( - { input: textsToEmbed }, - mergedContext - ); - const embeddings = embeddingRes.embeddings; - - // Merge the existing embeddings and sparse vectors with the generated ones - const docsWithEmbeddings = docs.map((doc) => { - let embedding = doc.embedding; - // If the doc was missing an embedding, use the generated one - if (!embedding) { - embedding = embeddings.shift(); - if (!embedding) { - throw new Error('Unexpected missing embedding'); - } - } - return { ...doc, embedding }; - }); - - // Combine the results into Pinecone's vector format and upsert - // The Pinecone client will handle batching and throttling - return this.pinecone.upsert({ - vectors: docs.map((doc, i) => ({ - id: doc.id, - values: docsWithEmbeddings[i].embedding, - metadata: doc.metadata, - })), - }); - } catch (error) { - await Promise.allSettled( - this.events?.onError?.map((event) => - Promise.resolve( - event({ - timestamp: new Date().toISOString(), - datastoreType: this.datastoreType, - datastoreProvider: this.datastoreProvider, - error, - context: mergedContext, - }) - ) - ) ?? [] - ); - throw error; - } - } - - async delete(docIds: string[]): Promise { - return this.pinecone.delete({ ids: docIds }); - } - - async deleteAll(): Promise { - return this.pinecone.delete({ deleteAll: true }); - } - - /** Clones the datastore, optionally modifying it's config */ - extend(args?: Partial>): this { - return new PineconeDatastore({ - contentKey: this.contentKey, - namespace: this.namespace, - embeddingModel: this.embeddingModel, - cacheKey: this.cacheKey, - cache: this.cache, - debug: this.debug, - pinecone: this.pinecone, - ...args, - context: deepMerge(this.context, args?.context), - events: mergeEvents(this.events, args?.events), - }) as unknown as this; - } -} diff --git a/src/datastore/pinecone/hybrid-datastore.ts b/src/datastore/pinecone/hybrid-datastore.ts deleted file mode 100644 index c5e9c98..0000000 --- a/src/datastore/pinecone/hybrid-datastore.ts +++ /dev/null @@ -1,201 +0,0 @@ -import { type Model } from '../../model/index.js'; -import { deepMerge, mergeEvents } from '../../utils/helpers.js'; -import { AbstractHybridDatastore } from '../hybrid-datastore.js'; -import { type Datastore, type Prettify } from '../types.js'; -import { createPineconeClient, type PineconeClient } from './client.js'; -import { type Pinecone } from './types.js'; - -export type PineconeHybridDatastoreArgs = - Prettify< - Datastore.OptsHybrid> & { - pinecone?: PineconeClient; - } - >; - -export class PineconeHybridDatastore< - DocMeta extends Datastore.BaseMeta, -> extends AbstractHybridDatastore> { - datastoreType = 'hybrid' as const; - datastoreProvider = 'pinecone' as const; - private readonly pinecone: PineconeClient; - - constructor(args: PineconeHybridDatastoreArgs) { - const { pinecone, ...rest } = args; - super(rest); - this.pinecone = - pinecone || - createPineconeClient({ - namespace: this.namespace, - }); - } - - async runQuery( - query: Datastore.Query>, - context?: Datastore.Ctx - ): Promise> { - const mergedContext = { ...this.context, ...context }; - - // Get the query embedding and sparse vector - const queryEmbedding = query.embedding; - const querySparseVector = query.sparseVector; - const [ - { embeddings }, - { - vectors: [sparseVector], - }, - ] = await Promise.all([ - queryEmbedding - ? { embeddings: [queryEmbedding] } - : this.embeddingModel.run( - { - input: [query.query], - }, - mergedContext - ), - querySparseVector - ? { vectors: [querySparseVector] } - : this.spladeModel.run( - { - input: [query.query], - }, - mergedContext - ), - ]); - const embedding = embeddings[0]; - - // Query Pinecone - const response = await this.pinecone.query({ - topK: query.topK ?? 10, - ...(typeof query.minScore === 'number' - ? { minScore: query.minScore } - : {}), - ...(query.filter && { filter: query.filter }), - ...(typeof query.hybridAlpha === 'number' && { - hybridAlpha: query.hybridAlpha, - }), - includeValues: query.includeValues ?? false, - includeMetadata: true, - vector: embedding, - sparseVector, - }); - - const queryResult: Datastore.QueryResult = { - query: query.query, - docs: response.matches, - }; - - return queryResult; - } - - async upsert( - docs: Datastore.Doc[], - context?: Datastore.Ctx - ): Promise { - const mergedContext = { ...this.context, ...context }; - try { - // Get the text from the docs that are missing embeddings or sparse vectors - const textsToEmbed = docs - .filter((doc) => doc.embedding == null || doc.sparseVector == null) - .map((doc) => { - const content = doc.metadata[this.contentKey]; - if (typeof content !== 'string') { - throw new Error( - `The value of the contentKey (${String( - this.contentKey - )}) must be a string` - ); - } - return content; - }); - - if (textsToEmbed.length === 0) { - return this.pinecone.upsert({ - vectors: docs.map((doc, i) => ({ - id: doc.id, - values: docs[i].embedding as number[], - sparseValues: docs[i].sparseVector as Model.SparseVector.Vector, - metadata: doc.metadata, - })), - }); - } - - // Create the embeddings and sparse vectors - // This relies on the classes to handle batching and throttling - const [embeddingRes, spladeRes] = await Promise.all([ - this.embeddingModel.run({ input: textsToEmbed }, mergedContext), - this.spladeModel.run({ input: textsToEmbed }, mergedContext), - ]); - - const embeddings = embeddingRes.embeddings; - - // Merge the existing embeddings and sparse vectors with the generated ones - const docsWithEmbeddings = docs.map((doc) => { - let embedding = doc.embedding; - let sparseVector = doc.sparseVector; - // If the doc was missing an embedding or sparse vector, use the generated values - if (embedding == null || sparseVector == null) { - embedding = embeddings.shift(); - sparseVector = spladeRes.vectors.shift(); - if (embedding == null || sparseVector == null) { - throw new Error('Unexpected missing embedding or sparse vector'); - } - } - return { - ...doc, - embedding, - sparseVector, - }; - }); - - // Combine the results into Pinecones vector format and upsert - return this.pinecone.upsert({ - vectors: docs.map((doc, i) => ({ - id: doc.id, - values: docsWithEmbeddings[i].embedding, - sparseValues: docsWithEmbeddings[i].sparseVector, - metadata: doc.metadata, - })), - }); - } catch (error) { - await Promise.allSettled( - this.events?.onError?.map((event) => - Promise.resolve( - event({ - timestamp: new Date().toISOString(), - datastoreType: this.datastoreType, - datastoreProvider: this.datastoreProvider, - error, - context: mergedContext, - }) - ) - ) ?? [] - ); - throw error; - } - } - - async delete(docIds: string[]): Promise { - return this.pinecone.delete({ ids: docIds }); - } - - async deleteAll(): Promise { - return this.pinecone.delete({ deleteAll: true }); - } - - /** Clones the datastore, optionally modifying it's config */ - extend(args?: Partial>): this { - return new PineconeHybridDatastore({ - contentKey: this.contentKey, - namespace: this.namespace, - embeddingModel: this.embeddingModel, - cacheKey: this.cacheKey, - cache: this.cache, - debug: this.debug, - pinecone: this.pinecone, - spladeModel: this.spladeModel, - ...args, - context: deepMerge(this.context, args?.context), - events: mergeEvents(this.events, args?.events), - }) as unknown as this; - } -} diff --git a/src/datastore/pinecone/index.ts b/src/datastore/pinecone/index.ts deleted file mode 100644 index 7f9cec8..0000000 --- a/src/datastore/pinecone/index.ts +++ /dev/null @@ -1,4 +0,0 @@ -export type { PineconeClient } from './client.js'; -export { createPineconeClient } from './client.js'; -export { PineconeDatastore } from './datastore.js'; -export { PineconeHybridDatastore } from './hybrid-datastore.js'; diff --git a/src/datastore/pinecone/types.ts b/src/datastore/pinecone/types.ts deleted file mode 100644 index fa51b00..0000000 --- a/src/datastore/pinecone/types.ts +++ /dev/null @@ -1,32 +0,0 @@ -import { type Datastore } from '../types.js'; - -export namespace Pinecone { - /** - * The possible leaf values for filter objects. - * @note Null values aren't supported in metadata for filters, but are allowed here and automatically removed for convenience. - */ - type FilterValue = string | number | boolean | null | string[] | number[]; - - /** Mongo style query operators */ - type FilterOperator = - | '$eq' - | '$ne' - | '$gt' - | '$gte' - | '$lt' - | '$lte' - | '$in' - | '$nin'; - - /** - * An object of metadata filters. - * @see https://www.pinecone.io/docs/metadata-filtering/ - */ - export type QueryFilter = { - [key in keyof Metadata | FilterOperator]?: - | FilterValue - | { - [key in keyof Metadata | FilterOperator]?: FilterValue; - }; - }; -} diff --git a/src/datastore/types.ts b/src/datastore/types.ts deleted file mode 100644 index ce6fdca..0000000 --- a/src/datastore/types.ts +++ /dev/null @@ -1,159 +0,0 @@ -/* eslint-disable no-use-before-define */ -import { type JsonObject } from 'type-fest'; - -import { type Model } from '../model/index.js'; -import { type CacheKey, type CacheStorage } from '../utils/cache.js'; -import { type AbstractDatastore } from './datastore.js'; - -/** Improve preview of union types in autocomplete. */ -export type Prettify = { [K in keyof T]: T[K] } & {}; - -/** - * Generic Datastore extended by provider-specific implementations. - */ -export namespace Datastore { - /** Base document metadata to be extended */ - export type BaseMeta = JsonObject; - - /** Generic metadata object. */ - export type Ctx = { [key: string]: any }; - - /** A Doc is the unit of storage for data in a Datastore */ - export interface Doc { - id: string; - metadata: Meta; - embedding?: number[]; - sparseVector?: Model.SparseVector.Vector; - score?: number; - } - - /** - * Event handlers for logging and debugging - */ - export interface Events< - DocMeta extends BaseMeta, - Filter extends BaseFilter, - > { - onQueryStart?: ((event: { - timestamp: string; - datastoreType: Type; - datastoreProvider: Provider; - query: Query; - context: Ctx; - }) => void | Promise)[]; - onQueryComplete?: ((event: { - timestamp: string; - datastoreType: Type; - datastoreProvider: Provider; - query: Query; - response: QueryResult; - latency: number; - cached: boolean; - context: Ctx; - }) => void | Promise)[]; - onError?: ((event: { - timestamp: string; - datastoreType: Type; - datastoreProvider: Provider; - error: unknown; - context: Ctx; - }) => void | Promise)[]; - } - - /** - * Abstract Datastore extended by provider specific implementations. - */ - export type Datastore< - DocMeta extends BaseMeta, - Filter extends BaseFilter, - > = AbstractDatastore; - - /** - * Options for creating a Datastore instance. - */ - export interface Opts< - DocMeta extends BaseMeta, - Filter extends BaseFilter, - > { - /** - * The metadata key of the content that is embedded. - * The value associated with the key must be a string. - */ - contentKey: keyof DocMeta; - namespace?: string; - embeddingModel: any; - /** - * A function that returns a cache key for the given params. - * - * A simple example would be: `(params) => JSON.stringify(params)` - * - * The default `cacheKey` function uses [hash-object](https://github.com/sindresorhus/hash-object) to create a stable sha256 hash of the params. - */ - cacheKey?: CacheKey, string>; - /** - * Enables caching for queries. Must implement `.get(key)` and `.set(key, value)`, both of which can be either sync or async. - * - * Some examples include: `new Map()`, [quick-lru](https://github.com/sindresorhus/quick-lru), or any [keyv adaptor](https://github.com/jaredwray/keyv). - */ - cache?: CacheStorage>; - events?: Events; - context?: Ctx; - /** Whether or not to add default `console.log` event handlers */ - debug?: boolean; - } - - /** - * Options for creating a hybrid Datastore instance (with Splade). - */ - export interface OptsHybrid< - DocMeta extends BaseMeta, - Filter extends BaseFilter, - > extends Opts { - /** Splade instance for creating sparse vectors */ - spladeModel: any; - } - - /** The provider of the vector database. */ - export type Provider = (string & {}) | 'pinecone' | 'custom'; - - /** - * Arguments to run a query. - */ - export interface Query< - Meta extends BaseMeta, - Filter extends BaseFilter, - > { - query: string; - embedding?: number[]; - sparseVector?: Model.SparseVector.Vector; - topK?: number; - minScore?: number; - filter?: Filter; - includeValues?: boolean; - hybridAlpha?: number; - } - - // @ts-expect-error: legacy ignore - // eslint-disable-next-line @typescript-eslint/no-unused-vars - export type BaseFilter = any; - - /** - * The results of running a query. - */ - export interface QueryResult { - query: string; - docs: ScoredDoc[]; - cached?: boolean; - } - - /** - * Document with a query score (vector distance/similarity). - */ - export interface ScoredDoc - extends Doc { - score: number; - } - - /** The type of embedding model. */ - export type Type = (string & {}) | 'embedding' | 'hybrid'; -} diff --git a/src/datastore/utils/vectors.ts b/src/datastore/utils/vectors.ts deleted file mode 100644 index de65abd..0000000 --- a/src/datastore/utils/vectors.ts +++ /dev/null @@ -1,80 +0,0 @@ -/** Utilities for working with vectors/embeddings. */ -export class VectorUtils { - /** Calculate the cosine similarity between two vectors. */ - static cosineSimilarity(a: number[], b: number[]): number { - if (a.length !== b.length) { - throw new Error('Vectors must have the same length.'); - } - - let dotProduct = 0; - let aMagnitudeSquared = 0; - let bMagnitudeSquared = 0; - - for (let i = 0; i < a.length; i++) { - const aValue = a[i]; - const bValue = b[i]; - - dotProduct += aValue * bValue; - aMagnitudeSquared += aValue * aValue; - bMagnitudeSquared += bValue * bValue; - } - - // Check for non-zero magnitude after the loop to avoid multiple divisions by zero. - if (aMagnitudeSquared === 0 || bMagnitudeSquared === 0) { - return 0; - } - - const magnitudeProduct = aMagnitudeSquared * bMagnitudeSquared; - const magnitudeProductRoot = Math.sqrt(magnitudeProduct); - - return dotProduct / magnitudeProductRoot; - } - - /** Calculate the dot product of two vectors */ - static dotProduct(a: number[], b: number[]): number { - if (a.length !== b.length) { - throw new Error('Vectors must have the same length.'); - } - - let dotProduct = 0; - - for (let i = 0; i < a.length; i++) { - const aValue = a[i]; - const bValue = b[i]; - - dotProduct += aValue * bValue; - } - - return dotProduct; - } - - /** - * Find the nearest neighbors of a vector in a set of documents with embeddings. - * @param vector The vector to find neighbors for. - * @param docs The set of documents with a vector/embedding to search. - * @param topK The number of neighbors to find. - * @param distanceFunction The distance function to use. - * @returns The k nearest neighbors of the vector with the similarity score added (sorted by similarity). - */ - static nearestNeighbors(args: { - vector: number[]; - docs: D[]; - topK: number; - distanceFunction?: 'cosineSimilarity' | 'dotProduct'; - }): (D & { score: number })[] { - const { vector, docs, topK, distanceFunction } = args; - const distance = - distanceFunction === 'cosineSimilarity' - ? VectorUtils.cosineSimilarity - : VectorUtils.dotProduct; - const distances: (D & { score: number })[] = docs.map((doc) => ({ - ...doc, - score: distance(vector, doc.embedding), - })); - - // Sort the distances in descending order of similarity (higher similarity means closer) - distances.sort((a, b) => b.score - a.score); - - return distances.slice(0, topK); - } -} diff --git a/src/index.ts b/src/index.ts index 0634abf..e8f047d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,5 @@ // this file is only used as the entry point for documentation generation -export * from './datastore/index.js'; -export * from './datastore/pinecone/index.js'; export * from './model/index.js'; export * from './prompt/index.js'; export * from './telemetry/index.js'; diff --git a/src/model/completion.ts b/src/model/completion.ts index c13ed1c..c9c2cdf 100644 --- a/src/model/completion.ts +++ b/src/model/completion.ts @@ -1,6 +1,6 @@ import { type PartialDeep, type SetOptional } from 'type-fest'; -import { deepMerge, mergeEvents, type Prettify } from '../index.js'; +import { deepMerge, mergeEvents, type Prettify } from '../utils/helpers.js'; import { createOpenAIClient } from './clients/openai.js'; import { AbstractModel, type ModelArgs } from './model.js'; import { type Model } from './types.js'; From f2f16905181abcf498e17df7f7c3a381e55fc1c2 Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 12:40:43 -0400 Subject: [PATCH 06/30] Remove unused code and exports --- src/model/clients/openai.ts | 19 +------------------ src/prompt/utils/get-error-message.ts | 2 +- 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/src/model/clients/openai.ts b/src/model/clients/openai.ts index bdd457c..a41ad9e 100644 --- a/src/model/clients/openai.ts +++ b/src/model/clients/openai.ts @@ -1,4 +1,4 @@ -import { type ChatMessage, OpenAIClient } from 'openai-fetch'; +import { OpenAIClient } from 'openai-fetch'; /** Cached OpenAI clients. */ const cachedClients = new Map(); @@ -20,20 +20,3 @@ export function createOpenAIClient( return client; } - -// deprecated? -/** Reformat name to adhere to OpenAI's naming restrictions: /^[a-zA-Z0-9_-]{1,64}$/ */ -export function formatName(message: Msg): Msg { - const { name, role, content } = message; - - // Remove the name key if it's empty. - if (!name) return { role, content } as Msg; - - // Reformat to meet OpenAI's naming restrictions. - const formattedName = name - .replace(/\s/g, '-') - .replace(/[^a-zA-Z0-9_]/g, '') - .toLowerCase(); - - return { role, name: formattedName, content } as Msg; -} diff --git a/src/prompt/utils/get-error-message.ts b/src/prompt/utils/get-error-message.ts index 94d09e4..f558030 100644 --- a/src/prompt/utils/get-error-message.ts +++ b/src/prompt/utils/get-error-message.ts @@ -11,7 +11,7 @@ function isErrorWithMsg(error: unknown): error is ErrorWithMessage { ); } -export function toErrorWithMsg(maybeError: unknown): ErrorWithMessage { +function toErrorWithMsg(maybeError: unknown): ErrorWithMessage { if (isErrorWithMsg(maybeError)) return maybeError; try { From 799a34240ee016f8390526039c2286d72bf26d34 Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 12:47:14 -0400 Subject: [PATCH 07/30] Refactor to remove top-level exports --- examples/abort-chat-completion.ts | 3 ++- examples/ai-function.ts | 3 ++- examples/ai-runner-with-error.ts | 8 ++------ examples/ai-runner.ts | 8 ++------ examples/extract-people-names.ts | 3 ++- examples/with-telemetry.ts | 2 +- package.json | 2 -- src/index.ts | 7 ++----- src/prompt/functions/ai-runner.ts | 2 +- src/prompt/types.ts | 2 +- 10 files changed, 15 insertions(+), 25 deletions(-) diff --git a/examples/abort-chat-completion.ts b/examples/abort-chat-completion.ts index d25d3ce..49d3bd5 100644 --- a/examples/abort-chat-completion.ts +++ b/examples/abort-chat-completion.ts @@ -1,6 +1,7 @@ import 'dotenv/config'; -import { ChatModel, Msg, type Prompt } from '@dexaai/dexter'; +import { ChatModel } from '@dexaai/dexter/model'; +import { Msg, type Prompt } from '@dexaai/dexter/prompt'; /** * npx tsx examples/abort-chat-completion.ts diff --git a/examples/ai-function.ts b/examples/ai-function.ts index f50d83c..d919fda 100644 --- a/examples/ai-function.ts +++ b/examples/ai-function.ts @@ -1,6 +1,7 @@ import 'dotenv/config'; -import { ChatModel, createAIFunction, Msg, type Prompt } from '@dexaai/dexter'; +import { ChatModel } from '@dexaai/dexter/model'; +import { createAIFunction, Msg, type Prompt } from '@dexaai/dexter/prompt'; import { z } from 'zod'; /** diff --git a/examples/ai-runner-with-error.ts b/examples/ai-runner-with-error.ts index 4aa9f53..c430ddd 100644 --- a/examples/ai-runner-with-error.ts +++ b/examples/ai-runner-with-error.ts @@ -1,11 +1,7 @@ import 'dotenv/config'; -import { - ChatModel, - createAIFunction, - createAIRunner, - Msg, -} from '@dexaai/dexter'; +import { ChatModel } from '@dexaai/dexter/model'; +import { createAIFunction, createAIRunner, Msg } from '@dexaai/dexter/prompt'; import { z } from 'zod'; /** Get the weather for a given location. */ diff --git a/examples/ai-runner.ts b/examples/ai-runner.ts index 06ee444..e803ac1 100644 --- a/examples/ai-runner.ts +++ b/examples/ai-runner.ts @@ -1,11 +1,7 @@ import 'dotenv/config'; -import { - ChatModel, - createAIFunction, - createAIRunner, - Msg, -} from '@dexaai/dexter'; +import { ChatModel } from '@dexaai/dexter/model'; +import { createAIFunction, createAIRunner, Msg } from '@dexaai/dexter/prompt'; import { z } from 'zod'; /** Get the weather for a given location. */ diff --git a/examples/extract-people-names.ts b/examples/extract-people-names.ts index 9dd5f8e..d41aaa8 100644 --- a/examples/extract-people-names.ts +++ b/examples/extract-people-names.ts @@ -1,6 +1,7 @@ import 'dotenv/config'; -import { ChatModel, createAIExtractFunction } from '@dexaai/dexter'; +import { ChatModel } from '@dexaai/dexter/model'; +import { createAIExtractFunction } from '@dexaai/dexter/prompt'; import { z } from 'zod'; /** A function to extract people names from text. */ diff --git a/examples/with-telemetry.ts b/examples/with-telemetry.ts index 8ee7751..e7f4366 100644 --- a/examples/with-telemetry.ts +++ b/examples/with-telemetry.ts @@ -1,7 +1,7 @@ import './instrument.js'; import 'dotenv/config'; -import { ChatModel } from '@dexaai/dexter'; +import { ChatModel } from '@dexaai/dexter/model'; import * as Sentry from '@sentry/node'; const chatModel = new ChatModel({ diff --git a/package.json b/package.json index 81de99c..fd445c5 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,6 @@ "import": "./dist/utils/index.js" } }, - "main": "./dist/index.js", - "types": "./dist/index.d.ts", "sideEffects": false, "files": [ "dist" diff --git a/src/index.ts b/src/index.ts index e8f047d..d17ead8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,3 @@ -// this file is only used as the entry point for documentation generation +// This is intentionally empty, but here to make bundlers happy. -export * from './model/index.js'; -export * from './prompt/index.js'; -export * from './telemetry/index.js'; -export * from './utils/index.js'; +export {}; diff --git a/src/prompt/functions/ai-runner.ts b/src/prompt/functions/ai-runner.ts index 60b2d79..5f51ee7 100644 --- a/src/prompt/functions/ai-runner.ts +++ b/src/prompt/functions/ai-runner.ts @@ -1,6 +1,6 @@ import pMap from 'p-map'; -import { type Model } from '../../index.js'; +import { type Model } from '../../model/types.js'; import { getErrorMsg, Msg } from '../index.js'; import { type Prompt } from '../types.js'; diff --git a/src/prompt/types.ts b/src/prompt/types.ts index afe8440..1e531d7 100644 --- a/src/prompt/types.ts +++ b/src/prompt/types.ts @@ -2,7 +2,7 @@ import { type SetOptional } from 'type-fest'; import { type z } from 'zod'; -import { type Model } from '../index.js'; +import { type Model } from '../model/types.js'; export namespace Prompt { /** From 788170f36803155ed6c38693c164c2f8d304b871 Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 12:54:57 -0400 Subject: [PATCH 08/30] Remove remnants of deleted Datastore class --- .env.example | 6 +--- package.json | 8 ------ readme.md | 81 ---------------------------------------------------- 3 files changed, 1 insertion(+), 94 deletions(-) diff --git a/.env.example b/.env.example index 314e984..8cbdce0 100644 --- a/.env.example +++ b/.env.example @@ -7,9 +7,5 @@ OPENAI_API_KEY= -# Most examples will work with a free-tier index, but you'll need a paid hybrid-compatible index to run the chatbot example -PINECONE_API_KEY= -PINECONE_BASE_URL= - -# Optional; only needed if using a hybrid datastore +# Optional; only needed if using SPLADE embeddings #SPLADE_SERVICE_URL= diff --git a/package.json b/package.json index fd445c5..4a3a644 100644 --- a/package.json +++ b/package.json @@ -19,14 +19,6 @@ "types": "./dist/index.d.ts", "import": "./dist/index.js" }, - "./datastore": { - "types": "./dist/datastore/index.d.ts", - "import": "./dist/datastore/index.js" - }, - "./datastore/pinecone": { - "types": "./dist/datastore/pinecone/index.d.ts", - "import": "./dist/datastore/pinecone/index.js" - }, "./prompt": { "types": "./dist/prompt/index.d.ts", "import": "./dist/prompt/index.js" diff --git a/readme.md b/readme.md index fc1505d..fad499e 100644 --- a/readme.md +++ b/readme.md @@ -15,17 +15,14 @@ _If you're a TypeScript AI engineer, check it out!_ 😊 - [Install](#install) - [Usage](#usage) - [Examples](#examples) - - [Basic](#basic) - [Caching](#caching) - [Redis Caching](#redis-caching) - [AI Function](#ai-function) - [AI Runner](#ai-runner) - - [Chatbot](#chatbot) - [License](#license) ## Features -- production-quality RAG - extremely fast and minimal - handles caching, throttling, and batching for ingesting large datasets - optional hybrid search w/ SPLADE embeddings @@ -43,41 +40,6 @@ This package requires `node >= 18` or an environment with `fetch` support. This package exports [ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). If your project uses CommonJS, consider switching to ESM or use the [dynamic `import()`](https://v8.dev/features/dynamic-import) function. -## Usage - -This is a basic example using OpenAI's [text-embedding-ada-002](https://platform.openai.com/docs/guides/embeddings) embedding model and a [Pinecone](https://www.pinecone.io/) datastore to index and query a set of documents. - -```ts -import 'dotenv/config'; -import { EmbeddingModel } from '@dexaai/dexter/model'; -import { PineconeDatastore } from '@dexaai/dexter/datastore/pinecone'; - -async function example() { - const embeddingModel = new EmbeddingModel({ - params: { model: 'text-embedding-ada-002' }, - }); - - const store = new PineconeDatastore({ - contentKey: 'content', - embeddingModel, - }); - - await store.upsert([ - { id: '1', metadata: { content: 'cat' } }, - { id: '2', metadata: { content: 'dog' } }, - { id: '3', metadata: { content: 'whale' } }, - { id: '4', metadata: { content: 'shark' } }, - { id: '5', metadata: { content: 'computer' } }, - { id: '6', metadata: { content: 'laptop' } }, - { id: '7', metadata: { content: 'phone' } }, - { id: '8', metadata: { content: 'tablet' } }, - ]); - - const result = await store.query({ query: 'dolphin' }); - console.log(result); -} -``` - ## Examples To run the included examples, clone this repo, run `pnpm install`, set up your `.env` file, and then run an example file using `tsx`. @@ -85,28 +47,8 @@ To run the included examples, clone this repo, run `pnpm install`, set up your ` Environment variables required to run the examples: - `OPENAI_API_KEY` - OpenAI API key -- `PINECONE_API_KEY` - Pinecone API key -- `PINECONE_BASE_URL` - Pinecone index's base URL - - You should be able to use a free-tier "starter" index for most of the examples, but you'll need to upgrade to a paid index to run the any of the hybrid search examples - - Note that Pinecone's free starter index doesn't support namespaces, `deleteAll`, or hybrid search _:sigh:_ - `SPLADE_SERVICE_URL` - optional; only used for the chatbot hybrid search example -### Basic - -```bash -npx tsx examples/basic.ts -``` - -[source](./examples/basic.ts) - -### Caching - -```bash -npx tsx examples/caching.ts -``` - -[source](./examples/caching.ts) - ### Redis Caching This example requires a valid `REDIS_URL` env var. @@ -139,29 +81,6 @@ npx tsx examples/ai-runner.ts [source](./examples/ai-runner.ts) -### Chatbot - -This is a more involved example of a chatbot using RAG. It indexes 100 transcript chunks from the [Huberman Lab Podcast](https://hubermanlab.com) into a [hybrid Pinecone datastore](https://docs.pinecone.io/docs/hybrid-search) using [OpenAI ada-002 embeddings](https://platform.openai.com/docs/guides/embeddings) for the dense vectors and a [HuggingFace SPLADE model](https://huggingface.co/naver/splade-cocondenser-ensembledistil) for the sparse embeddings. - -You'll need the following environment variables to run this example: - -- `OPENAI_API_KEY` -- `PINECONE_API_KEY` -- `PINECONE_BASE_URL` - - Note: Pinecone's free starter indexes don't seem to support namespaces or hybrid search, so unfortunately you'll need to upgrade to a paid plan to run this example. See Pinecone's [hybrid docs](https://docs.pinecone.io/docs/hybrid-search) for details on setting up a hybrid index, and make sure it is using the `dotproduct` metric. -- `SPLADE_SERVICE_URL` - - Here is an [example](https://gist.github.com/transitive-bullshit/cc9140ff832fc7e815a48f0a45e1fc27) of how to run a SPLADE REST API, which can be deployed to [Modal](https://modal.com) or any other GPU-enabled hosting provider. - -```bash -npx tsx examples/chatbot/ingest.ts -``` - -```bash -npx tsx examples/chatbot/cli.ts -``` - -[source](./examples/chatbot) - ## License MIT © [Dexa](https://dexa.ai) From 2213098e39a3f7b07d0896c8e8520f68af965722 Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 13:21:25 -0400 Subject: [PATCH 09/30] Refactor telemetry file structure and imports --- src/model/model.ts | 8 ++++---- src/{ => model}/telemetry/default-telemetry.ts | 0 src/model/{utils/telemetry.ts => telemetry/extractors.ts} | 2 +- src/{ => model}/telemetry/sentry.test.ts | 0 src/{ => model}/telemetry/types.ts | 0 src/telemetry/index.ts | 2 -- 6 files changed, 5 insertions(+), 7 deletions(-) rename src/{ => model}/telemetry/default-telemetry.ts (100%) rename src/model/{utils/telemetry.ts => telemetry/extractors.ts} (99%) rename src/{ => model}/telemetry/sentry.test.ts (100%) rename src/{ => model}/telemetry/types.ts (100%) delete mode 100644 src/telemetry/index.ts diff --git a/src/model/model.ts b/src/model/model.ts index 7e97fbc..021ae38 100644 --- a/src/model/model.ts +++ b/src/model/model.ts @@ -1,20 +1,20 @@ import { type PartialDeep } from 'type-fest'; -import { DefaultTelemetry } from '../telemetry/default-telemetry.js'; -import { type Telemetry } from '../telemetry/types.js'; import { type CacheKey, type CacheStorage, defaultCacheKey, } from '../utils/cache.js'; import { deepMerge, type Prettify } from '../utils/helpers.js'; -import { type Model } from './types.js'; +import { DefaultTelemetry } from './telemetry/default-telemetry.js'; import { extractAttrsFromContext, extractAttrsFromParams, extractAttrsFromResponse, getSpanName, -} from './utils/telemetry.js'; +} from './telemetry/extractors.js'; +import { type Telemetry } from './telemetry/types.js'; +import { type Model } from './types.js'; import { createTokenizer } from './utils/tokenizer.js'; export interface ModelArgs< diff --git a/src/telemetry/default-telemetry.ts b/src/model/telemetry/default-telemetry.ts similarity index 100% rename from src/telemetry/default-telemetry.ts rename to src/model/telemetry/default-telemetry.ts diff --git a/src/model/utils/telemetry.ts b/src/model/telemetry/extractors.ts similarity index 99% rename from src/model/utils/telemetry.ts rename to src/model/telemetry/extractors.ts index 33b0c0f..f39a2b5 100644 --- a/src/model/utils/telemetry.ts +++ b/src/model/telemetry/extractors.ts @@ -1,6 +1,6 @@ import { type ChatMessage, type ChatParams } from 'openai-fetch'; -import { type Telemetry } from '../../telemetry/types.js'; +import { type Telemetry } from './types.js'; const SpanAttrs = { LLM_MODEL: 'llm.model', diff --git a/src/telemetry/sentry.test.ts b/src/model/telemetry/sentry.test.ts similarity index 100% rename from src/telemetry/sentry.test.ts rename to src/model/telemetry/sentry.test.ts diff --git a/src/telemetry/types.ts b/src/model/telemetry/types.ts similarity index 100% rename from src/telemetry/types.ts rename to src/model/telemetry/types.ts diff --git a/src/telemetry/index.ts b/src/telemetry/index.ts deleted file mode 100644 index f125389..0000000 --- a/src/telemetry/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export { DefaultTelemetry } from './default-telemetry.js'; -export type { Telemetry } from './types.js'; From 5234eaaa0bf3a71902a266973c2ed89702932797 Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 13:31:36 -0400 Subject: [PATCH 10/30] Refactor: Move utils to `model/utils` directory - Updated import paths for helper functions from `utils` to `model/utils` - Removed `./` export paths in `package.json` for `utils` - Deleted `src/utils/index.ts` file as it's no longer needed --- package.json | 8 -------- src/model/chat.ts | 2 +- src/model/completion.ts | 2 +- src/model/embedding.ts | 2 +- src/model/index.ts | 3 ++- src/model/model.ts | 12 ++++++------ src/model/sparse-vector.ts | 2 +- src/{ => model}/utils/cache.ts | 0 src/{ => model}/utils/helpers.test.ts | 0 src/{ => model}/utils/helpers.ts | 0 src/model/utils/tokenizer.ts | 2 ++ src/prompt/functions/zod-to-json.ts | 2 +- src/utils/index.ts | 2 -- 13 files changed, 15 insertions(+), 22 deletions(-) rename src/{ => model}/utils/cache.ts (100%) rename src/{ => model}/utils/helpers.test.ts (100%) rename src/{ => model}/utils/helpers.ts (100%) delete mode 100644 src/utils/index.ts diff --git a/package.json b/package.json index 4a3a644..e6a88b5 100644 --- a/package.json +++ b/package.json @@ -15,10 +15,6 @@ }, "exports": { "./package.json": "./package.json", - ".": { - "types": "./dist/index.d.ts", - "import": "./dist/index.js" - }, "./prompt": { "types": "./dist/prompt/index.d.ts", "import": "./dist/prompt/index.js" @@ -26,10 +22,6 @@ "./model": { "types": "./dist/model/index.d.ts", "import": "./dist/model/index.js" - }, - "./utils": { - "types": "./dist/utils/index.d.ts", - "import": "./dist/utils/index.js" } }, "sideEffects": false, diff --git a/src/model/chat.ts b/src/model/chat.ts index 4a15f7e..eb028dc 100644 --- a/src/model/chat.ts +++ b/src/model/chat.ts @@ -2,11 +2,11 @@ import { type ChatResponse } from 'openai-fetch'; import { type PartialDeep, type SetOptional } from 'type-fest'; import { Msg } from '../prompt/index.js'; -import { deepMerge, mergeEvents, type Prettify } from '../utils/helpers.js'; import { createOpenAIClient } from './clients/openai.js'; import { AbstractModel, type ModelArgs } from './model.js'; import { type Model } from './types.js'; import { calculateCost } from './utils/calculate-cost.js'; +import { deepMerge, mergeEvents, type Prettify } from './utils/helpers.js'; export type ChatModelArgs = SetOptional< ModelArgs< diff --git a/src/model/completion.ts b/src/model/completion.ts index c9c2cdf..701e059 100644 --- a/src/model/completion.ts +++ b/src/model/completion.ts @@ -1,10 +1,10 @@ import { type PartialDeep, type SetOptional } from 'type-fest'; -import { deepMerge, mergeEvents, type Prettify } from '../utils/helpers.js'; import { createOpenAIClient } from './clients/openai.js'; import { AbstractModel, type ModelArgs } from './model.js'; import { type Model } from './types.js'; import { calculateCost } from './utils/calculate-cost.js'; +import { deepMerge, mergeEvents, type Prettify } from './utils/helpers.js'; export type CompletionModelArgs = SetOptional< ModelArgs< diff --git a/src/model/embedding.ts b/src/model/embedding.ts index 753bf19..1430f33 100644 --- a/src/model/embedding.ts +++ b/src/model/embedding.ts @@ -2,11 +2,11 @@ import pMap from 'p-map'; import pThrottle from 'p-throttle'; import { type PartialDeep, type SetOptional } from 'type-fest'; -import { deepMerge, mergeEvents, type Prettify } from '../utils/helpers.js'; import { createOpenAIClient } from './clients/openai.js'; import { AbstractModel, type ModelArgs } from './model.js'; import { type Model } from './types.js'; import { calculateCost } from './utils/calculate-cost.js'; +import { deepMerge, mergeEvents, type Prettify } from './utils/helpers.js'; export type EmbeddingModelArgs = SetOptional< ModelArgs< diff --git a/src/model/index.ts b/src/model/index.ts index 9fc78db..35c1bb0 100644 --- a/src/model/index.ts +++ b/src/model/index.ts @@ -10,5 +10,6 @@ export { AbstractModel } from './model.js'; export type { SparseVectorModelArgs } from './sparse-vector.js'; export { SparseVectorModel } from './sparse-vector.js'; export type { Model } from './types.js'; +export { type CacheKey, type CacheStorage } from './utils/cache.js'; export { calculateCost } from './utils/calculate-cost.js'; -export { createTokenizer } from './utils/tokenizer.js'; +export { createTokenizer, type Tokenizer } from './utils/tokenizer.js'; diff --git a/src/model/model.ts b/src/model/model.ts index 021ae38..a5ede51 100644 --- a/src/model/model.ts +++ b/src/model/model.ts @@ -1,11 +1,5 @@ import { type PartialDeep } from 'type-fest'; -import { - type CacheKey, - type CacheStorage, - defaultCacheKey, -} from '../utils/cache.js'; -import { deepMerge, type Prettify } from '../utils/helpers.js'; import { DefaultTelemetry } from './telemetry/default-telemetry.js'; import { extractAttrsFromContext, @@ -15,6 +9,12 @@ import { } from './telemetry/extractors.js'; import { type Telemetry } from './telemetry/types.js'; import { type Model } from './types.js'; +import { + type CacheKey, + type CacheStorage, + defaultCacheKey, +} from './utils/cache.js'; +import { deepMerge, type Prettify } from './utils/helpers.js'; import { createTokenizer } from './utils/tokenizer.js'; export interface ModelArgs< diff --git a/src/model/sparse-vector.ts b/src/model/sparse-vector.ts index 589a680..ef9ba5a 100644 --- a/src/model/sparse-vector.ts +++ b/src/model/sparse-vector.ts @@ -3,10 +3,10 @@ import pMap from 'p-map'; import pThrottle from 'p-throttle'; import { type PartialDeep } from 'type-fest'; -import { deepMerge, mergeEvents, type Prettify } from '../utils/helpers.js'; import { createSpladeClient } from './clients/splade.js'; import { AbstractModel, type ModelArgs } from './model.js'; import { type Model } from './types.js'; +import { deepMerge, mergeEvents, type Prettify } from './utils/helpers.js'; export type SparseVectorModelArgs = Prettify< Omit< diff --git a/src/utils/cache.ts b/src/model/utils/cache.ts similarity index 100% rename from src/utils/cache.ts rename to src/model/utils/cache.ts diff --git a/src/utils/helpers.test.ts b/src/model/utils/helpers.test.ts similarity index 100% rename from src/utils/helpers.test.ts rename to src/model/utils/helpers.test.ts diff --git a/src/utils/helpers.ts b/src/model/utils/helpers.ts similarity index 100% rename from src/utils/helpers.ts rename to src/model/utils/helpers.ts diff --git a/src/model/utils/tokenizer.ts b/src/model/utils/tokenizer.ts index aea43a9..0ae9b1c 100644 --- a/src/model/utils/tokenizer.ts +++ b/src/model/utils/tokenizer.ts @@ -148,3 +148,5 @@ export const createTokenizer: (model: string) => Tokenizer = ( return tokenizer; } }; + +export type { Tokenizer }; diff --git a/src/prompt/functions/zod-to-json.ts b/src/prompt/functions/zod-to-json.ts index eba705e..87cd8c7 100644 --- a/src/prompt/functions/zod-to-json.ts +++ b/src/prompt/functions/zod-to-json.ts @@ -1,7 +1,7 @@ import { type z } from 'zod'; import { zodToJsonSchema as zodToJsonSchemaImpl } from 'zod-to-json-schema'; -import { omit } from '../../utils/helpers.js'; +import { omit } from '../../model/utils/helpers.js'; /** Generate a JSON Schema from a Zod schema. */ export function zodToJsonSchema(schema: z.ZodType): Record { diff --git a/src/utils/index.ts b/src/utils/index.ts deleted file mode 100644 index 84b9d57..0000000 --- a/src/utils/index.ts +++ /dev/null @@ -1,2 +0,0 @@ -export * from './cache.js'; -export * from './helpers.js'; From 80f3efe199ce689a33c143ee9ec32294a1ba447e Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 13:40:07 -0400 Subject: [PATCH 11/30] Refactor error handling into `model/utils/errors.ts` Moved error-related functions and classes from `prompt` to the `model/utils/errors.ts` file for better organization and reuse. Updated imports to reflect this change. --- src/core/index.ts | 0 src/model/chat.test.ts | 2 +- src/model/index.ts | 1 + src/{prompt => model}/utils/errors.ts | 30 +++++++++++++++++++++++++++ src/prompt/functions/ai-runner.ts | 3 ++- src/prompt/index.ts | 3 --- src/prompt/utils/get-error-message.ts | 29 -------------------------- src/prompt/utils/message.ts | 2 +- 8 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 src/core/index.ts rename src/{prompt => model}/utils/errors.ts (52%) delete mode 100644 src/prompt/utils/get-error-message.ts diff --git a/src/core/index.ts b/src/core/index.ts new file mode 100644 index 0000000..e69de29 diff --git a/src/model/chat.test.ts b/src/model/chat.test.ts index 24dff56..5ac1e6a 100644 --- a/src/model/chat.test.ts +++ b/src/model/chat.test.ts @@ -1,8 +1,8 @@ import { describe, expect, it, vi } from 'vitest'; -import { RefusalError } from '../prompt/index.js'; import { ChatModel } from './chat.js'; import { type Model } from './types.js'; +import { RefusalError } from './utils/errors.js'; const FAKE_RESPONSE: Model.Chat.Response = { message: { diff --git a/src/model/index.ts b/src/model/index.ts index 35c1bb0..ba08865 100644 --- a/src/model/index.ts +++ b/src/model/index.ts @@ -12,4 +12,5 @@ export { SparseVectorModel } from './sparse-vector.js'; export type { Model } from './types.js'; export { type CacheKey, type CacheStorage } from './utils/cache.js'; export { calculateCost } from './utils/calculate-cost.js'; +export { AbortError, RefusalError } from './utils/errors.js'; export { createTokenizer, type Tokenizer } from './utils/tokenizer.js'; diff --git a/src/prompt/utils/errors.ts b/src/model/utils/errors.ts similarity index 52% rename from src/prompt/utils/errors.ts rename to src/model/utils/errors.ts index 9ba6494..b30b758 100644 --- a/src/prompt/utils/errors.ts +++ b/src/model/utils/errors.ts @@ -37,3 +37,33 @@ export class RefusalError extends Error { this.message = message; } } + +type ErrorWithMessage = { + message: string; +}; + +function isErrorWithMsg(error: unknown): error is ErrorWithMessage { + return ( + typeof error === 'object' && + error !== null && + 'message' in error && + typeof (error as Record).message === 'string' + ); +} + +function toErrorWithMsg(maybeError: unknown): ErrorWithMessage { + if (isErrorWithMsg(maybeError)) return maybeError; + + try { + return new Error(JSON.stringify(maybeError)); + } catch { + // fallback in case there's an error stringifying the maybeError + // like with circular references for example. + return new Error(String(maybeError)); + } +} + +/** Get the error message string from an unknown type. */ +export function getErrorMsg(error: unknown) { + return toErrorWithMsg(error).message; +} diff --git a/src/prompt/functions/ai-runner.ts b/src/prompt/functions/ai-runner.ts index 5f51ee7..55fdecc 100644 --- a/src/prompt/functions/ai-runner.ts +++ b/src/prompt/functions/ai-runner.ts @@ -1,7 +1,8 @@ import pMap from 'p-map'; import { type Model } from '../../model/types.js'; -import { getErrorMsg, Msg } from '../index.js'; +import { getErrorMsg } from '../../model/utils/errors.js'; +import { Msg } from '../index.js'; import { type Prompt } from '../types.js'; /** diff --git a/src/prompt/index.ts b/src/prompt/index.ts index 148e76a..4b68939 100644 --- a/src/prompt/index.ts +++ b/src/prompt/index.ts @@ -9,7 +9,4 @@ export { extractZodObject } from './functions/extract-zod-object.js'; export { stringifyForModel } from './functions/stringify-for-model.js'; export { zodToJsonSchema } from './functions/zod-to-json.js'; export type { Prompt } from './types.js'; -export * from './utils/errors.js'; -export { AbortError, RefusalError } from './utils/errors.js'; -export { getErrorMsg } from './utils/get-error-message.js'; export { Msg } from './utils/message.js'; diff --git a/src/prompt/utils/get-error-message.ts b/src/prompt/utils/get-error-message.ts deleted file mode 100644 index f558030..0000000 --- a/src/prompt/utils/get-error-message.ts +++ /dev/null @@ -1,29 +0,0 @@ -type ErrorWithMessage = { - message: string; -}; - -function isErrorWithMsg(error: unknown): error is ErrorWithMessage { - return ( - typeof error === 'object' && - error !== null && - 'message' in error && - typeof (error as Record).message === 'string' - ); -} - -function toErrorWithMsg(maybeError: unknown): ErrorWithMessage { - if (isErrorWithMsg(maybeError)) return maybeError; - - try { - return new Error(JSON.stringify(maybeError)); - } catch { - // fallback in case there's an error stringifying the maybeError - // like with circular references for example. - return new Error(String(maybeError)); - } -} - -/** Get the error message string from an unknown type. */ -export function getErrorMsg(error: unknown) { - return toErrorWithMsg(error).message; -} diff --git a/src/prompt/utils/message.ts b/src/prompt/utils/message.ts index f9f3fec..cbfefe7 100644 --- a/src/prompt/utils/message.ts +++ b/src/prompt/utils/message.ts @@ -2,9 +2,9 @@ import dedent from 'dedent'; import { type ChatMessage, type ChatResponse } from 'openai-fetch'; import { type Jsonifiable } from 'type-fest'; +import { RefusalError } from '../../model/utils/errors.js'; import { stringifyForModel } from '../functions/stringify-for-model.js'; import { type Prompt } from '../types.js'; -import { RefusalError } from './errors.js'; type ChatResponseMessage = ChatResponse['choices'][0]['message']; From 7f86124b54fbccdd51f6a65d8c33c19afa665206 Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 15:00:45 -0400 Subject: [PATCH 12/30] Refactor `Msg` to `MsgUtil` and update related imports This commit refactors the `Msg` utility to `MsgUtil` and updates all related imports and references throughout the codebase. Additionally, it includes the unification of message type definitions under the `Model` namespace and removes the duplicated type definitions. --- examples/abort-chat-completion.ts | 5 +- examples/ai-function.ts | 14 +- examples/ai-runner-with-error.ts | 6 +- examples/ai-runner.ts | 6 +- src/core/index.ts | 0 src/model/chat.test.ts | 38 ++- src/model/chat.ts | 12 +- src/model/index.ts | 3 +- src/model/types.ts | 99 ++++++- src/model/utils/message-util.test.ts | 60 +++++ .../utils/message-util.ts} | 246 ++++++++++++------ src/prompt/functions/ai-extract-function.ts | 8 +- src/prompt/functions/ai-function.ts | 20 +- src/prompt/functions/ai-runner.ts | 54 ++-- src/prompt/index.ts | 3 +- src/prompt/types.ts | 237 +++++------------ src/prompt/utils/message.test.ts | 63 ----- 17 files changed, 475 insertions(+), 399 deletions(-) delete mode 100644 src/core/index.ts create mode 100644 src/model/utils/message-util.test.ts rename src/{prompt/utils/message.ts => model/utils/message-util.ts} (53%) delete mode 100644 src/prompt/utils/message.test.ts diff --git a/examples/abort-chat-completion.ts b/examples/abort-chat-completion.ts index 49d3bd5..f5f02da 100644 --- a/examples/abort-chat-completion.ts +++ b/examples/abort-chat-completion.ts @@ -1,7 +1,6 @@ import 'dotenv/config'; -import { ChatModel } from '@dexaai/dexter/model'; -import { Msg, type Prompt } from '@dexaai/dexter/prompt'; +import { ChatModel, type Msg, MsgUtil } from '@dexaai/dexter/model'; /** * npx tsx examples/abort-chat-completion.ts @@ -16,7 +15,7 @@ async function main() { }, }); - const messages: Prompt.Msg[] = [Msg.user(`Write a short story`)]; + const messages: Msg[] = [MsgUtil.user(`Write a short story`)]; { const abortController = new AbortController(); diff --git a/examples/ai-function.ts b/examples/ai-function.ts index d919fda..906e9cf 100644 --- a/examples/ai-function.ts +++ b/examples/ai-function.ts @@ -1,7 +1,7 @@ import 'dotenv/config'; -import { ChatModel } from '@dexaai/dexter/model'; -import { createAIFunction, Msg, type Prompt } from '@dexaai/dexter/prompt'; +import { ChatModel, type Msg, MsgUtil } from '@dexaai/dexter/model'; +import { createAIFunction } from '@dexaai/dexter/prompt'; import { z } from 'zod'; /** @@ -51,8 +51,8 @@ async function main() { }, }); - const messages: Prompt.Msg[] = [ - Msg.user('What is the weather in San Francisco?'), + const messages: Msg[] = [ + MsgUtil.user('What is the weather in San Francisco?'), ]; { @@ -67,7 +67,7 @@ async function main() { }, }); - if (!Msg.isToolCall(message)) { + if (!MsgUtil.isToolCall(message)) { throw new Error('Expected tool call'); } messages.push(message); @@ -78,7 +78,7 @@ async function main() { } const result = await getWeather(toolCall.function.arguments); - const toolResult = Msg.toolResult(result, toolCall.id); + const toolResult = MsgUtil.toolResult(result, toolCall.id); messages.push(toolResult); } } @@ -89,7 +89,7 @@ async function main() { messages, tool_choice: 'none', }); - if (!Msg.isAssistant(message)) { + if (!MsgUtil.isAssistant(message)) { throw new Error('Expected assistant message'); } diff --git a/examples/ai-runner-with-error.ts b/examples/ai-runner-with-error.ts index c430ddd..1370871 100644 --- a/examples/ai-runner-with-error.ts +++ b/examples/ai-runner-with-error.ts @@ -1,7 +1,7 @@ import 'dotenv/config'; -import { ChatModel } from '@dexaai/dexter/model'; -import { createAIFunction, createAIRunner, Msg } from '@dexaai/dexter/prompt'; +import { ChatModel, MsgUtil } from '@dexaai/dexter/model'; +import { createAIFunction, createAIRunner } from '@dexaai/dexter/prompt'; import { z } from 'zod'; /** Get the weather for a given location. */ @@ -84,7 +84,7 @@ async function main() { // Run with a message input const rMessage = await weatherCapitalRunner({ messages: [ - Msg.user( + MsgUtil.user( `Whats the capital of California and NY and the weather for both` ), ], diff --git a/examples/ai-runner.ts b/examples/ai-runner.ts index e803ac1..60959f9 100644 --- a/examples/ai-runner.ts +++ b/examples/ai-runner.ts @@ -1,7 +1,7 @@ import 'dotenv/config'; -import { ChatModel } from '@dexaai/dexter/model'; -import { createAIFunction, createAIRunner, Msg } from '@dexaai/dexter/prompt'; +import { ChatModel, MsgUtil } from '@dexaai/dexter/model'; +import { createAIFunction, createAIRunner } from '@dexaai/dexter/prompt'; import { z } from 'zod'; /** Get the weather for a given location. */ @@ -78,7 +78,7 @@ async function main() { // Run with a message input const rMessage = await weatherCapitalRunner({ messages: [ - Msg.user( + MsgUtil.user( `Whats the capital of California and NY and the weather for both` ), ], diff --git a/src/core/index.ts b/src/core/index.ts deleted file mode 100644 index e69de29..0000000 diff --git a/src/model/chat.test.ts b/src/model/chat.test.ts index 5ac1e6a..000831a 100644 --- a/src/model/chat.test.ts +++ b/src/model/chat.test.ts @@ -3,11 +3,13 @@ import { describe, expect, it, vi } from 'vitest'; import { ChatModel } from './chat.js'; import { type Model } from './types.js'; import { RefusalError } from './utils/errors.js'; +import { MsgUtil } from './utils/message-util.js'; const FAKE_RESPONSE: Model.Chat.Response = { message: { content: 'Hi from fake AI', role: 'assistant', + refusal: null, }, cached: false, latency: 0, @@ -37,8 +39,9 @@ const FAKE_RESPONSE: Model.Chat.Response = { const FAKE_REFUSAL_RESPONSE: Model.Chat.Response = { message: { - content: null, role: 'assistant', + refusal: 'I refuse to answer', + content: null, }, cached: false, latency: 0, @@ -57,9 +60,9 @@ const FAKE_REFUSAL_RESPONSE: Model.Chat.Response = { finish_reason: 'stop', index: 0, message: { - content: null, role: 'assistant', refusal: 'I refuse to answer', + content: null, }, logprobs: null, }, @@ -87,10 +90,7 @@ describe('ChatModel', () => { const response = await chatModel.run({ messages: [{ role: 'user', content: 'content' }], }); - expect(response).toEqual({ - ...FAKE_RESPONSE, - message: FAKE_RESPONSE.message, - }); + expect(response).toEqual(FAKE_RESPONSE); }); it('triggers events', async () => { @@ -283,17 +283,31 @@ describe('ChatModel', () => { expect(chatModel.params.model).toBe('gpt-fake'); }); - it('throws a refusal error when a refusal is returned', async () => { + it('handles refusal messages', async () => { vi.setSystemTime(new Date()); Client = vi.fn() as unknown as Model.Chat.Client; Client.createChatCompletion = vi .fn() .mockImplementation(() => Promise.resolve(FAKE_REFUSAL_RESPONSE)); const chatModel = new ChatModel({ client: Client }); - await expect(() => - chatModel.run({ - messages: [{ role: 'user', content: 'content' }], - }) - ).rejects.toThrowError(RefusalError); + const response = await chatModel.run({ + messages: [{ role: 'user', content: 'content' }], + }); + expect(response).toEqual(FAKE_REFUSAL_RESPONSE); + }); + + it('can assert to throw on refusal messages', async () => { + vi.setSystemTime(new Date()); + Client = vi.fn() as unknown as Model.Chat.Client; + Client.createChatCompletion = vi + .fn() + .mockImplementation(() => Promise.resolve(FAKE_REFUSAL_RESPONSE)); + const chatModel = new ChatModel({ client: Client }); + const response = await chatModel.run({ + messages: [{ role: 'user', content: 'content' }], + }); + expect(() => MsgUtil.assertAssistant(response.message)).toThrowError( + 'I refuse to answer' + ); }); }); diff --git a/src/model/chat.ts b/src/model/chat.ts index eb028dc..b9d9cdb 100644 --- a/src/model/chat.ts +++ b/src/model/chat.ts @@ -1,12 +1,12 @@ import { type ChatResponse } from 'openai-fetch'; import { type PartialDeep, type SetOptional } from 'type-fest'; -import { Msg } from '../prompt/index.js'; import { createOpenAIClient } from './clients/openai.js'; import { AbstractModel, type ModelArgs } from './model.js'; import { type Model } from './types.js'; import { calculateCost } from './utils/calculate-cost.js'; import { deepMerge, mergeEvents, type Prettify } from './utils/helpers.js'; +import { MsgUtil } from './utils/message-util.js'; export type ChatModelArgs = SetOptional< ModelArgs< @@ -99,7 +99,7 @@ export class ChatModel< ) ?? [] ); - const message = Msg.fromChatMessage(response.choices[0].message); + const message = MsgUtil.fromChatMessage(response.choices[0].message); const modelResponse: Model.Chat.Response = { ...response, @@ -237,7 +237,7 @@ export class ChatModel< ) ?? [] ); - const message = Msg.fromChatMessage(response.choices[0].message); + const message = MsgUtil.fromChatMessage(response.choices[0].message); const modelResponse: Model.Chat.Response = { ...response, @@ -317,13 +317,13 @@ function logResponse(args: { function logMessage(message: Model.Message, index: number) { console.debug( `[${index}] ${message.role.toUpperCase()}:${ - message.name ? ` (${message.name}) ` : '' + 'name' in message ? ` (${message.name}) ` : '' }` ); if (message.content) { console.debug(message.content); } - if (message.function_call) { + if (MsgUtil.isFuncCall(message)) { console.debug(`Function call: ${message.function_call.name}`); if (message.function_call.arguments) { try { @@ -337,7 +337,7 @@ function logMessage(message: Model.Message, index: number) { console.error(`Failed to parse function call arguments`, err); } } - } else if (message.tool_calls) { + } else if (MsgUtil.isToolCall(message)) { for (const toolCall of message.tool_calls) { const toolCallFunction = toolCall.function; console.debug( diff --git a/src/model/index.ts b/src/model/index.ts index ba08865..ab46620 100644 --- a/src/model/index.ts +++ b/src/model/index.ts @@ -9,8 +9,9 @@ export type { ModelArgs } from './model.js'; export { AbstractModel } from './model.js'; export type { SparseVectorModelArgs } from './sparse-vector.js'; export { SparseVectorModel } from './sparse-vector.js'; -export type { Model } from './types.js'; +export type { Model, Msg } from './types.js'; export { type CacheKey, type CacheStorage } from './utils/cache.js'; export { calculateCost } from './utils/calculate-cost.js'; export { AbortError, RefusalError } from './utils/errors.js'; +export { MsgUtil } from './utils/message-util.js'; export { createTokenizer, type Tokenizer } from './utils/tokenizer.js'; diff --git a/src/model/types.ts b/src/model/types.ts index 235023c..386b6fc 100644 --- a/src/model/types.ts +++ b/src/model/types.ts @@ -11,7 +11,6 @@ import { type OpenAIClient, } from 'openai-fetch'; -import { type Prompt } from '../prompt/types.js'; import { type ChatModel } from './chat.js'; import { type CompletionModel } from './completion.js'; import { type EmbeddingModel } from './embedding.js'; @@ -20,6 +19,97 @@ import { type SparseVectorModel } from './sparse-vector.js'; type InnerType = T extends ReadableStream ? U : never; +/** All possible message types except Refusal, which we throw errors for instead. */ +export type Msg = + | Msg.System + | Msg.User + | Msg.Assistant + | Msg.Refusal + | Msg.FuncCall + | Msg.FuncResult + | Msg.ToolCall + | Msg.ToolResult; + +export namespace Msg { + export namespace Call { + /** The name and arguments of a function that should be called, as generated by the model. */ + export type Function = { + /** The arguments to call the function with, as generated by the model in JSON format. */ + arguments: string; + /** The name of the function to call. */ + name: string; + }; + + /** The tool calls generated by the model, such as function calls. */ + export type Tool = { + /** The ID of the tool call. */ + id: string; + /** The type of the tool. Currently, only `function` is supported. */ + type: 'function'; + /** The function that the model called. */ + function: Call.Function; + }; + } + + /** Message with text content for the system. */ + export type System = { + role: 'system'; + content: string; + name?: string; + }; + + /** Message with text content from the user. */ + export type User = { + role: 'user'; + name?: string; + content: string; + }; + + /** Message with text content from the assistant. */ + export type Assistant = { + role: 'assistant'; + name?: string; + content: string; + }; + + /** Message with a refusal reason and no content. */ + export type Refusal = { + role: 'assistant'; + refusal: string; + content?: null; + }; + + /** Message with arguments to call a function. */ + export type FuncCall = { + role: 'assistant'; + name?: string; + content: null; + function_call: Call.Function; + }; + + /** Message with the result of a function call. */ + export type FuncResult = { + role: 'function'; + name: string; + content: string; + }; + + /** Message with arguments to call one or more tools. */ + export type ToolCall = { + role: 'assistant'; + name?: string; + content: null; + tool_calls: Call.Tool[]; + }; + + /** Message with the result of a tool call. */ + export type ToolResult = { + role: 'tool'; + tool_call_id: string; + content: string; + }; +} + /** * Generic Model extended by provider specific implementations. */ @@ -79,7 +169,7 @@ export namespace Model { top_p?: ChatParams['top_p']; } export interface Response extends Base.Response, ChatResponse { - message: Prompt.Msg; + message: Msg; } /** Streaming response from the OpenAI API. */ type StreamResponse = ChatStreamResponse; @@ -205,7 +295,7 @@ export namespace Model { * A single ChatMessage is counted as a completion and an array as a prompt. * Strings are counted as is. */ - countTokens(input?: string | Prompt.Msg | Prompt.Msg[]): number; + countTokens(input?: string | Msg | Msg[]): number; /** Truncate a string to a maximum number of tokens */ truncate(args: { /** Text to truncate */ @@ -217,8 +307,9 @@ export namespace Model { }): string; } + // TODO: replace iwth just Msg /** Primary message type for chat models */ - export type Message = Prompt.Msg; + export type Message = Msg; /** The provider of the model (eg: OpenAI) */ export type Provider = (string & {}) | 'openai' | 'custom'; diff --git a/src/model/utils/message-util.test.ts b/src/model/utils/message-util.test.ts new file mode 100644 index 0000000..9adbdd6 --- /dev/null +++ b/src/model/utils/message-util.test.ts @@ -0,0 +1,60 @@ +import type * as OpenAI from 'openai-fetch'; +import { describe, expect, it } from 'vitest'; + +import { type Msg } from '../types.js'; +import { MsgUtil } from './message-util.js'; + +describe('Msg', () => { + it('creates a message and fixes indentation', () => { + const msgContent = ` + Hello, World! + `; + const msg = MsgUtil.system(msgContent); + expect(msg.role).toEqual('system'); + expect(msg.content).toEqual('Hello, World!'); + }); + + it('supports disabling indentation fixing', () => { + const msgContent = ` + Hello, World! + `; + const msg = MsgUtil.system(msgContent, { cleanContent: false }); + expect(msg.content).toEqual('\n Hello, World!\n '); + }); + + it('handles tool calls request', () => { + const msg = MsgUtil.toolCall([ + { + id: 'fake-tool-call-id', + type: 'function', + function: { + arguments: '{"prompt": "Hello, World!"}', + name: 'hello', + }, + }, + ]); + expectTypeOf(msg).toMatchTypeOf(); + expect(MsgUtil.isToolCall(msg)).toBe(true); + }); + + it('handles tool call response', () => { + const msg = MsgUtil.toolResult('Hello, World!', 'fake-tool-call-id'); + expectTypeOf(msg).toMatchTypeOf(); + expect(MsgUtil.isToolResult(msg)).toBe(true); + }); + + // Same as OpenAI.ChatMessage, except we throw a RefusalError if the message is a refusal + // so `refusal` isn't on the object and content can't be optional. + it('prompt message types should interop with openai-fetch message types', () => { + // TODO: get the types to fully align + // expectTypeOf( + // {} as Omit & { content: string | null } + // ).toMatchTypeOf(); + expectTypeOf({} as Msg).toMatchTypeOf(); + expectTypeOf({} as Msg.System).toMatchTypeOf(); + expectTypeOf({} as Msg.User).toMatchTypeOf(); + expectTypeOf({} as Msg.Assistant).toMatchTypeOf(); + expectTypeOf({} as Msg.FuncCall).toMatchTypeOf(); + expectTypeOf({} as Msg.FuncResult).toMatchTypeOf(); + }); +}); diff --git a/src/prompt/utils/message.ts b/src/model/utils/message-util.ts similarity index 53% rename from src/prompt/utils/message.ts rename to src/model/utils/message-util.ts index cbfefe7..0eb4eff 100644 --- a/src/prompt/utils/message.ts +++ b/src/model/utils/message-util.ts @@ -2,25 +2,13 @@ import dedent from 'dedent'; import { type ChatMessage, type ChatResponse } from 'openai-fetch'; import { type Jsonifiable } from 'type-fest'; -import { RefusalError } from '../../model/utils/errors.js'; -import { stringifyForModel } from '../functions/stringify-for-model.js'; -import { type Prompt } from '../types.js'; +import { type Msg } from '../types.js'; +import { RefusalError } from './errors.js'; type ChatResponseMessage = ChatResponse['choices'][0]['message']; -/** - * Clean a string by removing extra newlines and indentation. - * @see: https://github.com/dmnd/dedent - */ -export function cleanString(text: string): string { - // TODO: Should this trim the output as well? could be useful for multiline - // templated strings which begin or end with unnecessary newlines. - const dedenter = dedent.withOptions({ escapeSpecialCharacters: true }); - return dedenter(text); -} - /** Utility class for creating and checking message types. */ -export class Msg { +export class MsgUtil { /** Create a system message. Cleans indentation and newlines by default. */ static system( content: string, @@ -30,7 +18,7 @@ export class Msg { /** Whether to clean extra newlines and indentation. Defaults to true. */ cleanContent?: boolean; } - ): Prompt.Msg.System { + ): Msg.System { const { name, cleanContent = true } = opts ?? {}; return { role: 'system', @@ -48,7 +36,7 @@ export class Msg { /** Whether to clean extra newlines and indentation. Defaults to true. */ cleanContent?: boolean; } - ): Prompt.Msg.User { + ): Msg.User { const { name, cleanContent = true } = opts ?? {}; return { role: 'user', @@ -66,7 +54,7 @@ export class Msg { /** Whether to clean extra newlines and indentation. Defaults to true. */ cleanContent?: boolean; } - ): Prompt.Msg.Assistant { + ): Msg.Assistant { const { name, cleanContent = true } = opts ?? {}; return { role: 'assistant', @@ -87,7 +75,7 @@ export class Msg { /** The name descriptor for the message.(message.name) */ name?: string; } - ): Prompt.Msg.FuncCall { + ): Msg.FuncCall { return { ...opts, role: 'assistant', @@ -97,19 +85,19 @@ export class Msg { } /** Create a function result message. */ - static funcResult(content: Jsonifiable, name: string): Prompt.Msg.FuncResult { + static funcResult(content: Jsonifiable, name: string): Msg.FuncResult { const contentString = stringifyForModel(content); return { role: 'function', content: contentString, name }; } /** Create a function call message with argumets. */ static toolCall( - tool_calls: Prompt.Msg.Call.Tool[], + tool_calls: Msg.Call.Tool[], opts?: { /** The name descriptor for the message.(message.name) */ name?: string; } - ): Prompt.Msg.ToolCall { + ): Msg.ToolCall { return { ...opts, role: 'assistant', @@ -126,105 +114,178 @@ export class Msg { /** The name of the tool which was called */ name?: string; } - ): Prompt.Msg.ToolResult { + ): Msg.ToolResult { const contentString = stringifyForModel(content); return { ...opts, role: 'tool', tool_call_id, content: contentString }; } - /** Get the narrowed message from an EnrichedResponse. */ - static getMessage( - // @TODO - response: any - // response: ChatModel.EnrichedResponse - ): Prompt.Msg.Assistant | Prompt.Msg.FuncCall | Prompt.Msg.ToolCall { - const msg = response.choices[0].message as Prompt.Msg; - return this.narrowResponseMessage(msg); + /** Check if a message is a system message. */ + static isSystem( + message: ChatMessage | ChatResponseMessage | Msg + ): message is Msg.System { + return message.role === 'system'; } - /** Narrow a message received from the API. It only responds with role=assistant */ - static narrowResponseMessage( - msg: Prompt.Msg - ): Prompt.Msg.Assistant | Prompt.Msg.FuncCall | Prompt.Msg.ToolCall { - if (msg.content === null && msg.tool_calls != null) { - return Msg.toolCall(msg.tool_calls); - } else if (msg.content === null && msg.function_call != null) { - return Msg.funcCall(msg.function_call); - } else if (msg.content != null) { - return Msg.assistant(msg.content); - } else { - // @TODO: probably don't want to error here - console.log('Invalid message', msg); - throw new Error('Invalid message'); + /** Throw a RefusalError if a message is a refusal. */ + private static throwIfRefusal( + message: ChatMessage | ChatResponseMessage | Msg + ) { + if (this.isRefusal(message)) { + throw new RefusalError(message.refusal); } } - /** Check if a message is a system message. */ - static isSystem( - message: ChatMessage | ChatResponseMessage - ): message is Prompt.Msg.System { - return message.role === 'system'; + /** Assert that a message is a system message. */ + static assertSystem( + message: ChatMessage | ChatResponseMessage | Msg + ): asserts message is Msg.System { + this.throwIfRefusal(message); + if (!this.isSystem(message)) { + throw new Error('Expected system message'); + } } + /** Check if a message is a user message. */ static isUser( - message: ChatMessage | ChatResponseMessage - ): message is Prompt.Msg.User { + message: ChatMessage | ChatResponseMessage | Msg + ): message is Msg.User { return message.role === 'user'; } + + /** Assert that a message is a user message. */ + static assertUser( + message: ChatMessage | ChatResponseMessage | Msg + ): asserts message is Msg.User { + this.throwIfRefusal(message); + if (!this.isUser(message)) { + throw new Error('Expected user message'); + } + } + /** Check if a message is an assistant message. */ static isAssistant( - message: ChatMessage | ChatResponseMessage - ): message is Prompt.Msg.Assistant { + message: ChatMessage | ChatResponseMessage | Msg + ): message is Msg.Assistant { return message.role === 'assistant' && message.content != null; } + + /** Assert that a message is an assistant message. */ + static assertAssistant( + message: ChatMessage | ChatResponseMessage | Msg + ): asserts message is Msg.Assistant { + this.throwIfRefusal(message); + if (!this.isAssistant(message)) { + throw new Error('Expected assistant message'); + } + } + /** Check if a message is a refusal message. */ static isRefusal( + // TODO: add back `| Msg` message: ChatMessage | ChatResponseMessage - ): message is Prompt.Msg.Refusal { + ): message is Msg.Refusal { return message.role === 'assistant' && message.refusal != null; } + + /** Assert that a message is a refusal message. */ + static assertRefusal( + message: ChatMessage | ChatResponseMessage | Msg + ): asserts message is Msg.Refusal { + if (!this.isRefusal(message)) { + throw new Error('Expected refusal message'); + } + } + /** Check if a message is a function call message with arguments. */ static isFuncCall( - message: ChatMessage | ChatResponseMessage - ): message is Prompt.Msg.FuncCall { - return message.role === 'assistant' && message.function_call != null; + message: ChatMessage | ChatResponseMessage | Msg + ): message is Msg.FuncCall { + return ( + message.role === 'assistant' && + 'function_call' in message && + message.function_call != null + ); + } + + /** Assert that a message is a function call message with arguments. */ + static assertFuncCall( + message: ChatMessage | ChatResponseMessage | Msg + ): asserts message is Msg.FuncCall { + this.throwIfRefusal(message); + if (!this.isFuncCall(message)) { + throw new Error('Expected function call message'); + } } + /** Check if a message is a function result message. */ static isFuncResult( - message: ChatMessage | ChatResponseMessage - ): message is Prompt.Msg.FuncResult { + message: ChatMessage | ChatResponseMessage | Msg + ): message is Msg.FuncResult { return message.role === 'function' && message.name != null; } + + /** Assert that a message is a function result message. */ + static assertFuncResult( + message: ChatMessage | ChatResponseMessage | Msg + ): asserts message is Msg.FuncResult { + this.throwIfRefusal(message); + if (!this.isFuncResult(message)) { + throw new Error('Expected function result message'); + } + } + /** Check if a message is a tool calls message. */ static isToolCall( - message: ChatMessage | ChatResponseMessage - ): message is Prompt.Msg.ToolCall { - return message.role === 'assistant' && message.tool_calls != null; + message: ChatMessage | ChatResponseMessage | Msg + ): message is Msg.ToolCall { + return ( + message.role === 'assistant' && + 'tool_calls' in message && + message.tool_calls != null + ); + } + + /** Assert that a message is a tool calls message. */ + static assertToolCall( + message: ChatMessage | ChatResponseMessage | Msg + ): asserts message is Msg.ToolCall { + this.throwIfRefusal(message); + if (!this.isToolCall(message)) { + throw new Error('Expected tool call message'); + } } + /** Check if a message is a tool call result message. */ static isToolResult( - message: ChatMessage | ChatResponseMessage - ): message is Prompt.Msg.ToolResult { + message: ChatMessage | ChatResponseMessage | Msg + ): message is Msg.ToolResult { return message.role === 'tool' && !!message.tool_call_id; } + /** Assert that a message is a tool call result message. */ + static assertToolResult( + message: ChatMessage | ChatResponseMessage | Msg + ): asserts message is Msg.ToolResult { + this.throwIfRefusal(message); + if (!this.isToolResult(message)) { + throw new Error('Expected tool result message'); + } + } + /** * Narrow a ChatModel.Message to a specific type. - * Throws a RefusalError if the message is a refusal. */ static fromChatMessage( message: ChatMessage | ChatResponseMessage ): - | Prompt.Msg.System - | Prompt.Msg.User - | Prompt.Msg.Assistant - | Prompt.Msg.FuncCall - | Prompt.Msg.FuncResult - | Prompt.Msg.ToolCall - | Prompt.Msg.ToolResult { - if (this.isRefusal(message)) { - throw new RefusalError(message.refusal); - } - delete message.refusal; + | Msg.System + | Msg.User + | Msg.Assistant + | Msg.Refusal + | Msg.FuncCall + | Msg.FuncResult + | Msg.ToolCall + | Msg.ToolResult { if (this.isSystem(message)) { return message; } @@ -234,6 +295,9 @@ export class Msg { if (this.isAssistant(message)) { return message; } + if (this.isRefusal(message)) { + return message; + } if (this.isFuncCall(message)) { return message; } @@ -249,3 +313,31 @@ export class Msg { throw new Error('Invalid message type'); } } + +/** + * Clean a string by removing extra newlines and indentation. + * @see: https://github.com/dmnd/dedent + */ +export function cleanString(text: string): string { + // TODO: Should this trim the output as well? could be useful for multiline + // templated strings which begin or end with unnecessary newlines. + const dedenter = dedent.withOptions({ escapeSpecialCharacters: true }); + return dedenter(text); +} + +/** + * Stringifies a JSON value in a way that's optimized for use with LLM prompts. + * + * This is intended to be used with `function` and `tool` arguments and responses. + */ +export function stringifyForModel(jsonObject: Jsonifiable | void): string { + if (jsonObject === undefined) { + return ''; + } + + if (typeof jsonObject === 'string') { + return jsonObject; + } + + return JSON.stringify(jsonObject, null, 0); +} diff --git a/src/prompt/functions/ai-extract-function.ts b/src/prompt/functions/ai-extract-function.ts index 021dfbe..4801ebb 100644 --- a/src/prompt/functions/ai-extract-function.ts +++ b/src/prompt/functions/ai-extract-function.ts @@ -1,7 +1,7 @@ import { type z } from 'zod'; -import { type Model } from '../../model/index.js'; -import { Msg, type Prompt } from '../index.js'; +import { type Model, MsgUtil } from '../../model/index.js'; +import { type ExtractFunction } from '../types.js'; import { createAIFunction } from './ai-function.js'; import { createAIRunner } from './ai-runner.js'; @@ -41,7 +41,7 @@ export function createAIExtractFunction>( customExtractImplementation?: ( params: z.infer ) => z.infer | Promise> -): Prompt.ExtractFunction { +): ExtractFunction { // The AIFunction that will be used to extract the data const extractFunction = createAIFunction( { @@ -68,7 +68,7 @@ export function createAIExtractFunction>( mode: 'functions', maxIterations: maxRetries + 1, functionCallConcurrency, - shouldBreakLoop: (message) => Msg.isFuncResult(message), + shouldBreakLoop: (message) => MsgUtil.isFuncResult(message), validateContent: (content) => { return extractFunction.parseArgs(content || ''); }, diff --git a/src/prompt/functions/ai-function.ts b/src/prompt/functions/ai-function.ts index 281128c..a2fa369 100644 --- a/src/prompt/functions/ai-function.ts +++ b/src/prompt/functions/ai-function.ts @@ -1,7 +1,8 @@ import { type z } from 'zod'; -import { type Prompt } from '../types.js'; -import { cleanString } from '../utils/message.js'; +import { type Msg, MsgUtil } from '../../model/index.js'; +import { cleanString } from '../../model/utils/message-util.js'; +import { type AIFunction } from '../types.js'; import { extractZodObject } from './extract-zod-object.js'; import { zodToJsonSchema } from './zod-to-json.js'; @@ -25,22 +26,21 @@ export function createAIFunction, Return>( }, /** Implementation of the function to call with the parsed arguments. */ implementation: (params: z.infer) => Promise -): Prompt.AIFunction { +): AIFunction { /** Parse the arguments string, optionally reading from a message. */ - const parseArgs = (input: string | Prompt.Msg) => { + const parseArgs = (input: string | Msg) => { if (typeof input === 'string') { return extractZodObject({ schema: spec.argsSchema, json: input }); - } else { - const args = input.function_call?.arguments; - if (!args) { - throw new Error(`Missing required function_call.arguments property`); - } + } else if (MsgUtil.isFuncCall(input)) { + const args = input.function_call.arguments; return extractZodObject({ schema: spec.argsSchema, json: args }); + } else { + throw new Error(`Missing required function_call.arguments property`); } }; // Call the implementation function with the parsed arguments. - const aiFunction = (input: string | Prompt.Msg) => { + const aiFunction = (input: string | Msg) => { const parsedArgs = parseArgs(input); return implementation(parsedArgs); }; diff --git a/src/prompt/functions/ai-runner.ts b/src/prompt/functions/ai-runner.ts index 55fdecc..ba95051 100644 --- a/src/prompt/functions/ai-runner.ts +++ b/src/prompt/functions/ai-runner.ts @@ -1,9 +1,9 @@ import pMap from 'p-map'; -import { type Model } from '../../model/types.js'; +import { MsgUtil } from '../../model/index.js'; +import { type Model, type Msg } from '../../model/types.js'; import { getErrorMsg } from '../../model/utils/errors.js'; -import { Msg } from '../index.js'; -import { type Prompt } from '../types.js'; +import { type AIFunction, type Runner } from '../types.js'; /** * Creates a function to run a chat model in a loop @@ -15,9 +15,9 @@ export function createAIRunner(args: { /** The ChatModel used to make API calls. */ chatModel: Model.Chat.Model; /** The functions the model can call. */ - functions?: Prompt.AIFunction[]; + functions?: AIFunction[]; /** Use this to control when the runner should stop. */ - shouldBreakLoop?: (msg: Prompt.Msg) => boolean; + shouldBreakLoop?: (msg: Msg) => boolean; /** The maximum number of iterations before the runner throws an error. An iteration is a single call to the model/API. */ maxIterations?: number; /** The number of function calls to make concurrently. */ @@ -25,19 +25,19 @@ export function createAIRunner(args: { /** Parse and validate the content of the last message. */ validateContent?: (content: string | null) => Content | Promise; /** Controls whether functions or tool_calls are used. */ - mode?: Prompt.Runner.Mode; + mode?: Runner.Mode; /** Add a system message to the beginning of the messages array. */ systemMessage?: string; /** Called when a retriable error occurs. */ onRetriableError?: (error: Error) => void; -}): Prompt.Runner { +}): Runner { /** Return the content string or an empty string if null. */ function defaultValidateContent(content: string | null): Content { return (content ?? '') as Content; } /** Break when an assistant message with content is received. */ - function defaultShouldBreakLoop(msg: Prompt.Msg): boolean { + function defaultShouldBreakLoop(msg: Msg): boolean { return msg.role === 'assistant' && msg.content !== null; } @@ -61,11 +61,11 @@ export function createAIRunner(args: { const { messages, ...modelParams }: Model.Chat.Run = typeof params === 'string' ? { - messages: [Msg.user(params)], + messages: [MsgUtil.user(params)], } : params; if (systemMessage) { - messages.unshift(Msg.system(systemMessage)); + messages.unshift(MsgUtil.system(systemMessage)); } let iterations = 0; @@ -74,7 +74,7 @@ export function createAIRunner(args: { let lastError: unknown | undefined; // Store the last response message from the model - let lastResponseMessage: Prompt.Msg | undefined; + let lastResponseMessage: Msg | undefined; // Iterate until the shouldBreakLoop function returns true or the maxIterations // is reached @@ -104,7 +104,7 @@ export function createAIRunner(args: { const lastMessage = messages[messages.length - 1]; if (shouldBreakLoop(lastMessage)) { const content = await Promise.resolve( - validateContent(lastMessage.content) + validateContent(lastMessage.content || null) ); return { status: 'success', messages, content }; } @@ -124,10 +124,10 @@ export function createAIRunner(args: { // with special handling for tool_calls errors that must be followed // by a tools message. const errMessage = getErrorMsg(error); - if (lastResponseMessage && Msg.isToolCall(lastResponseMessage)) { + if (lastResponseMessage && MsgUtil.isToolCall(lastResponseMessage)) { lastResponseMessage.tool_calls.forEach((toolCall) => { messages.push( - Msg.toolResult( + MsgUtil.toolResult( { message: `There was an error validating the tool arguments. Please check the error message and try again with new arguments.`, errorMessage: errMessage, @@ -138,7 +138,7 @@ export function createAIRunner(args: { }); } else { messages.push( - Msg.user( + MsgUtil.user( `There was an error validating the response. Please check the error message and try again.\nError:\n${errMessage}` ) ); @@ -160,8 +160,8 @@ export function createAIRunner(args: { /** Get the chat model params for the tools or functions. */ function getParams(args: { - functions?: Prompt.AIFunction[]; - mode: Prompt.Runner.Mode; + functions?: AIFunction[]; + mode: Runner.Mode; }): Pick { const { functions } = args; // Return an empty object if there are no functions @@ -189,12 +189,12 @@ function getParams(args: { * Note: Does not include args.message in the returned array */ export async function handleFunctionCallMessage(args: { - message: Prompt.Msg; - functions?: Prompt.AIFunction[]; + message: Msg; + functions?: AIFunction[]; functionCallConcurrency?: number; -}): Promise { +}): Promise { const { message, functions = [], functionCallConcurrency = 8 } = args; - const messages: Prompt.Msg[] = [message]; + const messages: Msg[] = [message]; const funcMap = getFuncMap(functions); /** Call a function and return the result. */ @@ -220,18 +220,18 @@ export async function handleFunctionCallMessage(args: { } // Run the function with the given name and arguments and add the result messages. - if (Msg.isFuncCall(message)) { + if (MsgUtil.isFuncCall(message)) { const result = await callFunction(message.function_call); - messages.push(Msg.funcResult(result, message.function_call.name)); + messages.push(MsgUtil.funcResult(result, message.function_call.name)); } // Run all the tool_calls functions and add the result messages. - if (Msg.isToolCall(message)) { + if (MsgUtil.isToolCall(message)) { await pMap( message.tool_calls, async (toolCall) => { const result = await callFunction(toolCall.function); - messages.push(Msg.toolResult(result, toolCall.id)); + messages.push(MsgUtil.toolResult(result, toolCall.id)); }, { concurrency: functionCallConcurrency } ); @@ -241,9 +241,9 @@ export async function handleFunctionCallMessage(args: { } /** Create a map of function names to functions for easy lookup. */ -function getFuncMap(functions: Prompt.AIFunction[]) { +function getFuncMap(functions: AIFunction[]) { return functions.reduce((map, func) => { map.set(func.spec.name, func); return map; - }, new Map()); + }, new Map()); } diff --git a/src/prompt/index.ts b/src/prompt/index.ts index 4b68939..e86cb5e 100644 --- a/src/prompt/index.ts +++ b/src/prompt/index.ts @@ -8,5 +8,4 @@ export { extractJsonObject } from './functions/extract-json.js'; export { extractZodObject } from './functions/extract-zod-object.js'; export { stringifyForModel } from './functions/stringify-for-model.js'; export { zodToJsonSchema } from './functions/zod-to-json.js'; -export type { Prompt } from './types.js'; -export { Msg } from './utils/message.js'; +export { type AIFunction, type ExtractFunction, type Runner } from './types.js'; diff --git a/src/prompt/types.ts b/src/prompt/types.ts index 1e531d7..08002c3 100644 --- a/src/prompt/types.ts +++ b/src/prompt/types.ts @@ -2,185 +2,68 @@ import { type SetOptional } from 'type-fest'; import { type z } from 'zod'; -import { type Model } from '../model/types.js'; - -export namespace Prompt { - /** - * A runner that iteratively calls the model and handles function calls. - */ - export type Runner = ( - params: string | Runner.Params, - context?: Model.Ctx - ) => Promise>; - - export namespace Runner { - /** Parameters to execute a runner */ - export type Params = SetOptional< - Model.Chat.Run & Model.Chat.Config, - 'model' - >; - - export type ModelParams = Partial< - Omit< - Model.Chat.Run & Model.Chat.Config, - 'messages' | 'functions' | 'tools' - > - >; - - /** Response from executing a runner */ - export type Response = - | { - status: 'success'; - messages: Prompt.Msg[]; - content: Content; - } - | { - status: 'error'; - messages: Prompt.Msg[]; - error: Error; - }; - - /** Controls use of functions or tool_calls from OpenAI API */ - export type Mode = 'tools' | 'functions'; - } - - /** - * A function used to extract data using OpenAI function calling. - */ - export type ExtractFunction> = ( - params: string | Runner.Params, - context?: Model.Ctx - ) => Promise>; - - export interface AIFunctionSpec { - name: string; - description?: string; - parameters: Record; - } - - /** - * A function meant to be used with OpenAI function calling. - */ - export interface AIFunction< - Schema extends z.ZodObject = z.ZodObject, - Return = any, - > { - /** The implementation of the function, with arg parsing and validation. */ - (input: string | Msg): Promise; - /** The Zod schema for the arguments string. */ - argsSchema: Schema; - /** Parse the function arguments from a message. */ - parseArgs(input: string | Msg): z.infer; - /** The function spec for the OpenAI API `functions` property. */ - spec: AIFunctionSpec; - } - - /** - * Generic/default OpenAI message without any narrowing applied - */ - export interface Msg { - /** The contents of the message. `content` is required for all messages, and may be null for assistant messages with function calls. */ - content: string | null; - /** The role of the messages author. One of `system`, `user`, `assistant`, 'tool', or `function`. */ - role: Msg.Role; - /** The name and arguments of a function that should be called, as generated by the model. */ - function_call?: Msg.Call.Function; - /** The tool calls generated by the model, such as function calls. */ - tool_calls?: Msg.Call.Tool[]; - /** - * Tool call that this message is responding to. - */ - tool_call_id?: string; - /** - * The name of the author of this message. `name` is required if role is - * `function`, and it should be the name of the function whose response is in the - * `content`. May contain a-z, A-Z, 0-9, and underscores, with a maximum length of - * 64 characters. - */ - name?: string; - } - - /** Narrowed ChatModel.Message types. */ - export namespace Msg { - /** The possible roles for a message. */ - export type Role = 'system' | 'user' | 'assistant' | 'function' | 'tool'; - - export namespace Call { - /** The name and arguments of a function that should be called, as generated by the model. */ - export type Function = { - /** The arguments to call the function with, as generated by the model in JSON format. */ - arguments: string; - /** The name of the function to call. */ - name: string; - }; - - /** The tool calls generated by the model, such as function calls. */ - export type Tool = { - /** The ID of the tool call. */ - id: string; - /** The type of the tool. Currently, only `function` is supported. */ - type: 'function'; - /** The function that the model called. */ - function: Call.Function; +import { type Model, type Msg } from '../model/types.js'; + +/** + * A runner that iteratively calls the model and handles function calls. + */ +export type Runner = ( + params: string | Runner.Params, + context?: Model.Ctx +) => Promise>; + +export namespace Runner { + /** Parameters to execute a runner */ + export type Params = SetOptional; + + export type ModelParams = Partial< + Omit + >; + + /** Response from executing a runner */ + export type Response = + | { + status: 'success'; + messages: Msg[]; + content: Content; + } + | { + status: 'error'; + messages: Msg[]; + error: Error; }; - } - - /** Message with text content for the system. */ - export type System = { - role: 'system'; - content: string; - name?: string; - }; - - /** Message with text content from the user. */ - export type User = { - role: 'user'; - name?: string; - content: string; - }; - /** Message with text content from the assistant. */ - export type Assistant = { - role: 'assistant'; - name?: string; - content: string; - }; - - /** Message with a refusal reason and no content. */ - export type Refusal = { - role: 'assistant'; - refusal: string; - content?: null; - }; - - /** Message with arguments to call a function. */ - export type FuncCall = { - role: 'assistant'; - name?: string; - content: null; - function_call: Call.Function; - }; - - /** Message with the result of a function call. */ - export type FuncResult = { - role: 'function'; - name: string; - content: string; - }; + /** Controls use of functions or tool_calls from OpenAI API */ + export type Mode = 'tools' | 'functions'; +} - /** Message with arguments to call one or more tools. */ - export type ToolCall = { - role: 'assistant'; - name?: string; - content: null; - tool_calls: Call.Tool[]; - }; +/** + * A function used to extract data using OpenAI function calling. + */ +export type ExtractFunction> = ( + params: string | Runner.Params, + context?: Model.Ctx +) => Promise>; + +export interface AIFunctionSpec { + name: string; + description?: string; + parameters: Record; +} - /** Message with the result of a tool call. */ - export type ToolResult = { - role: 'tool'; - tool_call_id: string; - content: string; - }; - } +/** + * A function meant to be used with OpenAI function calling. + */ +export interface AIFunction< + Schema extends z.ZodObject = z.ZodObject, + Return = any, +> { + /** The implementation of the function, with arg parsing and validation. */ + (input: string | Msg): Promise; + /** The Zod schema for the arguments string. */ + argsSchema: Schema; + /** Parse the function arguments from a message. */ + parseArgs(input: string | Msg): z.infer; + /** The function spec for the OpenAI API `functions` property. */ + spec: AIFunctionSpec; } diff --git a/src/prompt/utils/message.test.ts b/src/prompt/utils/message.test.ts deleted file mode 100644 index c3d3f3b..0000000 --- a/src/prompt/utils/message.test.ts +++ /dev/null @@ -1,63 +0,0 @@ -import type * as OpenAI from 'openai-fetch'; -import { describe, expect, it } from 'vitest'; - -import { type Prompt } from '../types.js'; -import { Msg } from './message.js'; - -describe('Msg', () => { - it('creates a message and fixes indentation', () => { - const msgContent = ` - Hello, World! - `; - const msg = Msg.system(msgContent); - expect(msg.role).toEqual('system'); - expect(msg.content).toEqual('Hello, World!'); - }); - - it('supports disabling indentation fixing', () => { - const msgContent = ` - Hello, World! - `; - const msg = Msg.system(msgContent, { cleanContent: false }); - expect(msg.content).toEqual('\n Hello, World!\n '); - }); - - it('handles tool calls request', () => { - const msg = Msg.toolCall([ - { - id: 'fake-tool-call-id', - type: 'function', - function: { - arguments: '{"prompt": "Hello, World!"}', - name: 'hello', - }, - }, - ]); - expectTypeOf(msg).toMatchTypeOf(); - expect(Msg.isToolCall(msg)).toBe(true); - }); - - it('handles tool call response', () => { - const msg = Msg.toolResult('Hello, World!', 'fake-tool-call-id'); - expectTypeOf(msg).toMatchTypeOf(); - expect(Msg.isToolResult(msg)).toBe(true); - }); - - // Same as OpenAI.ChatMessage, except we throw a RefusalError if the message is a refusal - // so `refusal` isn't on the object and content can't be optional. - it('prompt message types should interop with openai-fetch message types', () => { - expectTypeOf( - {} as Omit & { content: string | null } - ).toMatchTypeOf(); - expectTypeOf({} as Prompt.Msg).toMatchTypeOf(); - expectTypeOf({} as Prompt.Msg.System).toMatchTypeOf(); - expectTypeOf({} as Prompt.Msg.User).toMatchTypeOf(); - expectTypeOf( - {} as Prompt.Msg.Assistant - ).toMatchTypeOf(); - expectTypeOf({} as Prompt.Msg.FuncCall).toMatchTypeOf(); - expectTypeOf( - {} as Prompt.Msg.FuncResult - ).toMatchTypeOf(); - }); -}); From b7ea3fae26117dd6735f047850a99d422832096f Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 15:25:56 -0400 Subject: [PATCH 13/30] Refactor `prompt` directory to `ai-function` This change restructures the codebase by renaming and relocating files from the `prompt` directory to the `ai-function` directory. This includes moving functions like `createAIFunction` and `createAIRunner`, along with their corresponding types and tests. --- examples/ai-function.ts | 2 +- examples/ai-runner-with-error.ts | 2 +- examples/ai-runner.ts | 2 +- examples/extract-people-names.ts | 2 +- package.json | 6 +++--- .../ai-extract-function.ts | 4 ++-- .../ai-function.test.ts | 0 .../functions => ai-function}/ai-function.ts | 13 +++++++----- .../functions => ai-function}/ai-runner.ts | 8 +++---- src/ai-function/index.ts | 4 ++++ src/{prompt => ai-function}/types.ts | 1 - src/model/chat.test.ts | 10 ++++++--- src/model/index.ts | 3 +++ .../utils}/extract-json.test.ts | 0 .../functions => model/utils}/extract-json.ts | 0 .../utils}/extract-zod-object.test.ts | 0 .../utils}/extract-zod-object.ts | 0 .../utils/zod-to-json-schema.test.ts} | 2 +- .../utils/zod-to-json-schema.ts} | 2 +- .../functions/stringify-for-model.test.ts | 21 ------------------- src/prompt/functions/stringify-for-model.ts | 18 ---------------- src/prompt/index.ts | 11 ---------- 22 files changed, 37 insertions(+), 74 deletions(-) rename src/{prompt/functions => ai-function}/ai-extract-function.ts (95%) rename src/{prompt/functions => ai-function}/ai-function.test.ts (100%) rename src/{prompt/functions => ai-function}/ai-function.ts (86%) rename src/{prompt/functions => ai-function}/ai-runner.ts (97%) create mode 100644 src/ai-function/index.ts rename src/{prompt => ai-function}/types.ts (97%) rename src/{prompt/functions => model/utils}/extract-json.test.ts (100%) rename src/{prompt/functions => model/utils}/extract-json.ts (100%) rename src/{prompt/functions => model/utils}/extract-zod-object.test.ts (100%) rename src/{prompt/functions => model/utils}/extract-zod-object.ts (100%) rename src/{prompt/functions/zod-to-json.test.ts => model/utils/zod-to-json-schema.test.ts} (96%) rename src/{prompt/functions/zod-to-json.ts => model/utils/zod-to-json-schema.ts} (88%) delete mode 100644 src/prompt/functions/stringify-for-model.test.ts delete mode 100644 src/prompt/functions/stringify-for-model.ts delete mode 100644 src/prompt/index.ts diff --git a/examples/ai-function.ts b/examples/ai-function.ts index 906e9cf..c158896 100644 --- a/examples/ai-function.ts +++ b/examples/ai-function.ts @@ -1,7 +1,7 @@ import 'dotenv/config'; +import { createAIFunction } from '@dexaai/dexter/ai-function'; import { ChatModel, type Msg, MsgUtil } from '@dexaai/dexter/model'; -import { createAIFunction } from '@dexaai/dexter/prompt'; import { z } from 'zod'; /** diff --git a/examples/ai-runner-with-error.ts b/examples/ai-runner-with-error.ts index 1370871..48d7565 100644 --- a/examples/ai-runner-with-error.ts +++ b/examples/ai-runner-with-error.ts @@ -1,7 +1,7 @@ import 'dotenv/config'; +import { createAIFunction, createAIRunner } from '@dexaai/dexter/ai-function'; import { ChatModel, MsgUtil } from '@dexaai/dexter/model'; -import { createAIFunction, createAIRunner } from '@dexaai/dexter/prompt'; import { z } from 'zod'; /** Get the weather for a given location. */ diff --git a/examples/ai-runner.ts b/examples/ai-runner.ts index 60959f9..46cfca7 100644 --- a/examples/ai-runner.ts +++ b/examples/ai-runner.ts @@ -1,7 +1,7 @@ import 'dotenv/config'; +import { createAIFunction, createAIRunner } from '@dexaai/dexter/ai-function'; import { ChatModel, MsgUtil } from '@dexaai/dexter/model'; -import { createAIFunction, createAIRunner } from '@dexaai/dexter/prompt'; import { z } from 'zod'; /** Get the weather for a given location. */ diff --git a/examples/extract-people-names.ts b/examples/extract-people-names.ts index d41aaa8..bab449c 100644 --- a/examples/extract-people-names.ts +++ b/examples/extract-people-names.ts @@ -1,7 +1,7 @@ import 'dotenv/config'; +import { createAIExtractFunction } from '@dexaai/dexter/ai-function'; import { ChatModel } from '@dexaai/dexter/model'; -import { createAIExtractFunction } from '@dexaai/dexter/prompt'; import { z } from 'zod'; /** A function to extract people names from text. */ diff --git a/package.json b/package.json index e6a88b5..81ca508 100644 --- a/package.json +++ b/package.json @@ -15,9 +15,9 @@ }, "exports": { "./package.json": "./package.json", - "./prompt": { - "types": "./dist/prompt/index.d.ts", - "import": "./dist/prompt/index.js" + "./ai-function": { + "types": "./dist/ai-function/index.d.ts", + "import": "./dist/ai-function/index.js" }, "./model": { "types": "./dist/model/index.d.ts", diff --git a/src/prompt/functions/ai-extract-function.ts b/src/ai-function/ai-extract-function.ts similarity index 95% rename from src/prompt/functions/ai-extract-function.ts rename to src/ai-function/ai-extract-function.ts index 4801ebb..c38e122 100644 --- a/src/prompt/functions/ai-extract-function.ts +++ b/src/ai-function/ai-extract-function.ts @@ -1,9 +1,9 @@ import { type z } from 'zod'; -import { type Model, MsgUtil } from '../../model/index.js'; -import { type ExtractFunction } from '../types.js'; +import { type Model, MsgUtil } from '../model/index.js'; import { createAIFunction } from './ai-function.js'; import { createAIRunner } from './ai-runner.js'; +import { type ExtractFunction } from './types.js'; /** * Use OpenAI function calling to extract data from a message. diff --git a/src/prompt/functions/ai-function.test.ts b/src/ai-function/ai-function.test.ts similarity index 100% rename from src/prompt/functions/ai-function.test.ts rename to src/ai-function/ai-function.test.ts diff --git a/src/prompt/functions/ai-function.ts b/src/ai-function/ai-function.ts similarity index 86% rename from src/prompt/functions/ai-function.ts rename to src/ai-function/ai-function.ts index a2fa369..f801668 100644 --- a/src/prompt/functions/ai-function.ts +++ b/src/ai-function/ai-function.ts @@ -1,10 +1,13 @@ import { type z } from 'zod'; -import { type Msg, MsgUtil } from '../../model/index.js'; -import { cleanString } from '../../model/utils/message-util.js'; -import { type AIFunction } from '../types.js'; -import { extractZodObject } from './extract-zod-object.js'; -import { zodToJsonSchema } from './zod-to-json.js'; +import { + extractZodObject, + type Msg, + MsgUtil, + zodToJsonSchema, +} from '../model/index.js'; +import { cleanString } from '../model/utils/message-util.js'; +import { type AIFunction } from './types.js'; /** * Create a function meant to be used with OpenAI tool or function calling. diff --git a/src/prompt/functions/ai-runner.ts b/src/ai-function/ai-runner.ts similarity index 97% rename from src/prompt/functions/ai-runner.ts rename to src/ai-function/ai-runner.ts index ba95051..b5abc4f 100644 --- a/src/prompt/functions/ai-runner.ts +++ b/src/ai-function/ai-runner.ts @@ -1,9 +1,9 @@ import pMap from 'p-map'; -import { MsgUtil } from '../../model/index.js'; -import { type Model, type Msg } from '../../model/types.js'; -import { getErrorMsg } from '../../model/utils/errors.js'; -import { type AIFunction, type Runner } from '../types.js'; +import { MsgUtil } from '../model/index.js'; +import { type Model, type Msg } from '../model/types.js'; +import { getErrorMsg } from '../model/utils/errors.js'; +import { type AIFunction, type Runner } from './types.js'; /** * Creates a function to run a chat model in a loop diff --git a/src/ai-function/index.ts b/src/ai-function/index.ts new file mode 100644 index 0000000..9a3515e --- /dev/null +++ b/src/ai-function/index.ts @@ -0,0 +1,4 @@ +export { createAIExtractFunction } from './ai-extract-function.js'; +export { createAIFunction } from './ai-function.js'; +export { createAIRunner, handleFunctionCallMessage } from './ai-runner.js'; +export { type AIFunction, type ExtractFunction, type Runner } from './types.js'; diff --git a/src/prompt/types.ts b/src/ai-function/types.ts similarity index 97% rename from src/prompt/types.ts rename to src/ai-function/types.ts index 08002c3..efc698d 100644 --- a/src/prompt/types.ts +++ b/src/ai-function/types.ts @@ -1,4 +1,3 @@ -/* eslint-disable no-use-before-define */ import { type SetOptional } from 'type-fest'; import { type z } from 'zod'; diff --git a/src/model/chat.test.ts b/src/model/chat.test.ts index 000831a..0af890f 100644 --- a/src/model/chat.test.ts +++ b/src/model/chat.test.ts @@ -2,14 +2,12 @@ import { describe, expect, it, vi } from 'vitest'; import { ChatModel } from './chat.js'; import { type Model } from './types.js'; -import { RefusalError } from './utils/errors.js'; import { MsgUtil } from './utils/message-util.js'; const FAKE_RESPONSE: Model.Chat.Response = { message: { content: 'Hi from fake AI', role: 'assistant', - refusal: null, }, cached: false, latency: 0, @@ -90,7 +88,13 @@ describe('ChatModel', () => { const response = await chatModel.run({ messages: [{ role: 'user', content: 'content' }], }); - expect(response).toEqual(FAKE_RESPONSE); + expect(response).toEqual({ + ...FAKE_RESPONSE, + message: { + ...FAKE_RESPONSE.message, + refusal: null, + }, + }); }); it('triggers events', async () => { diff --git a/src/model/index.ts b/src/model/index.ts index ab46620..5b18b53 100644 --- a/src/model/index.ts +++ b/src/model/index.ts @@ -13,5 +13,8 @@ export type { Model, Msg } from './types.js'; export { type CacheKey, type CacheStorage } from './utils/cache.js'; export { calculateCost } from './utils/calculate-cost.js'; export { AbortError, RefusalError } from './utils/errors.js'; +export { extractJsonObject } from './utils/extract-json.js'; +export { extractZodObject } from './utils/extract-zod-object.js'; export { MsgUtil } from './utils/message-util.js'; export { createTokenizer, type Tokenizer } from './utils/tokenizer.js'; +export { zodToJsonSchema } from './utils/zod-to-json-schema.js'; diff --git a/src/prompt/functions/extract-json.test.ts b/src/model/utils/extract-json.test.ts similarity index 100% rename from src/prompt/functions/extract-json.test.ts rename to src/model/utils/extract-json.test.ts diff --git a/src/prompt/functions/extract-json.ts b/src/model/utils/extract-json.ts similarity index 100% rename from src/prompt/functions/extract-json.ts rename to src/model/utils/extract-json.ts diff --git a/src/prompt/functions/extract-zod-object.test.ts b/src/model/utils/extract-zod-object.test.ts similarity index 100% rename from src/prompt/functions/extract-zod-object.test.ts rename to src/model/utils/extract-zod-object.test.ts diff --git a/src/prompt/functions/extract-zod-object.ts b/src/model/utils/extract-zod-object.ts similarity index 100% rename from src/prompt/functions/extract-zod-object.ts rename to src/model/utils/extract-zod-object.ts diff --git a/src/prompt/functions/zod-to-json.test.ts b/src/model/utils/zod-to-json-schema.test.ts similarity index 96% rename from src/prompt/functions/zod-to-json.test.ts rename to src/model/utils/zod-to-json-schema.test.ts index a072880..5654e0d 100644 --- a/src/prompt/functions/zod-to-json.test.ts +++ b/src/model/utils/zod-to-json-schema.test.ts @@ -1,7 +1,7 @@ import { describe, expect, it } from 'vitest'; import { z } from 'zod'; -import { zodToJsonSchema } from './zod-to-json.js'; +import { zodToJsonSchema } from './zod-to-json-schema.js'; describe('zodToJsonSchema', () => { it('handles basic objects', () => { diff --git a/src/prompt/functions/zod-to-json.ts b/src/model/utils/zod-to-json-schema.ts similarity index 88% rename from src/prompt/functions/zod-to-json.ts rename to src/model/utils/zod-to-json-schema.ts index 87cd8c7..fd47688 100644 --- a/src/prompt/functions/zod-to-json.ts +++ b/src/model/utils/zod-to-json-schema.ts @@ -1,7 +1,7 @@ import { type z } from 'zod'; import { zodToJsonSchema as zodToJsonSchemaImpl } from 'zod-to-json-schema'; -import { omit } from '../../model/utils/helpers.js'; +import { omit } from './helpers.js'; /** Generate a JSON Schema from a Zod schema. */ export function zodToJsonSchema(schema: z.ZodType): Record { diff --git a/src/prompt/functions/stringify-for-model.test.ts b/src/prompt/functions/stringify-for-model.test.ts deleted file mode 100644 index 0d08a68..0000000 --- a/src/prompt/functions/stringify-for-model.test.ts +++ /dev/null @@ -1,21 +0,0 @@ -import { describe, expect, it } from 'vitest'; - -import { stringifyForModel } from './stringify-for-model.js'; - -describe('stringifyForModel', () => { - it('handles basic objects', () => { - const input = { - foo: 'bar', - nala: ['is', 'cute'], - kittens: null, - cats: undefined, - paws: 4.3, - }; - const result = stringifyForModel(input); - expect(result).toEqual(JSON.stringify(input, null)); - }); - it('handles empty input', () => { - const result = stringifyForModel(); - expect(result).toEqual(''); - }); -}); diff --git a/src/prompt/functions/stringify-for-model.ts b/src/prompt/functions/stringify-for-model.ts deleted file mode 100644 index 34973cc..0000000 --- a/src/prompt/functions/stringify-for-model.ts +++ /dev/null @@ -1,18 +0,0 @@ -import { type Jsonifiable } from 'type-fest'; - -/** - * Stringifies a JSON value in a way that's optimized for use with LLM prompts. - * - * This is intended to be used with `function` and `tool` arguments and responses. - */ -export function stringifyForModel(jsonObject: Jsonifiable | void): string { - if (jsonObject === undefined) { - return ''; - } - - if (typeof jsonObject === 'string') { - return jsonObject; - } - - return JSON.stringify(jsonObject, null, 0); -} diff --git a/src/prompt/index.ts b/src/prompt/index.ts deleted file mode 100644 index e86cb5e..0000000 --- a/src/prompt/index.ts +++ /dev/null @@ -1,11 +0,0 @@ -export { createAIExtractFunction } from './functions/ai-extract-function.js'; -export { createAIFunction } from './functions/ai-function.js'; -export { - createAIRunner, - handleFunctionCallMessage, -} from './functions/ai-runner.js'; -export { extractJsonObject } from './functions/extract-json.js'; -export { extractZodObject } from './functions/extract-zod-object.js'; -export { stringifyForModel } from './functions/stringify-for-model.js'; -export { zodToJsonSchema } from './functions/zod-to-json.js'; -export { type AIFunction, type ExtractFunction, type Runner } from './types.js'; From d4cb343b2b43f3142c24f62c52661c3ef8a23beb Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 16:39:07 -0400 Subject: [PATCH 14/30] Move `@dexaai/dexter/model` exports to package root --- examples/abort-chat-completion.ts | 2 +- examples/ai-function.ts | 2 +- examples/ai-runner-with-error.ts | 2 +- examples/ai-runner.ts | 2 +- examples/caching-redis.ts | 2 +- examples/extract-people-names.ts | 2 +- examples/with-telemetry.ts | 2 +- package.json | 8 ++++---- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/abort-chat-completion.ts b/examples/abort-chat-completion.ts index f5f02da..c62e092 100644 --- a/examples/abort-chat-completion.ts +++ b/examples/abort-chat-completion.ts @@ -1,6 +1,6 @@ import 'dotenv/config'; -import { ChatModel, type Msg, MsgUtil } from '@dexaai/dexter/model'; +import { ChatModel, type Msg, MsgUtil } from '@dexaai/dexter'; /** * npx tsx examples/abort-chat-completion.ts diff --git a/examples/ai-function.ts b/examples/ai-function.ts index c158896..0091927 100644 --- a/examples/ai-function.ts +++ b/examples/ai-function.ts @@ -1,7 +1,7 @@ import 'dotenv/config'; +import { ChatModel, type Msg, MsgUtil } from '@dexaai/dexter'; import { createAIFunction } from '@dexaai/dexter/ai-function'; -import { ChatModel, type Msg, MsgUtil } from '@dexaai/dexter/model'; import { z } from 'zod'; /** diff --git a/examples/ai-runner-with-error.ts b/examples/ai-runner-with-error.ts index 48d7565..8c547fd 100644 --- a/examples/ai-runner-with-error.ts +++ b/examples/ai-runner-with-error.ts @@ -1,7 +1,7 @@ import 'dotenv/config'; +import { ChatModel, MsgUtil } from '@dexaai/dexter'; import { createAIFunction, createAIRunner } from '@dexaai/dexter/ai-function'; -import { ChatModel, MsgUtil } from '@dexaai/dexter/model'; import { z } from 'zod'; /** Get the weather for a given location. */ diff --git a/examples/ai-runner.ts b/examples/ai-runner.ts index 46cfca7..6bd4972 100644 --- a/examples/ai-runner.ts +++ b/examples/ai-runner.ts @@ -1,7 +1,7 @@ import 'dotenv/config'; +import { ChatModel, MsgUtil } from '@dexaai/dexter'; import { createAIFunction, createAIRunner } from '@dexaai/dexter/ai-function'; -import { ChatModel, MsgUtil } from '@dexaai/dexter/model'; import { z } from 'zod'; /** Get the weather for a given location. */ diff --git a/examples/caching-redis.ts b/examples/caching-redis.ts index 9a78a1f..dcae608 100644 --- a/examples/caching-redis.ts +++ b/examples/caching-redis.ts @@ -1,6 +1,6 @@ import 'dotenv/config'; -import { EmbeddingModel } from '@dexaai/dexter/model'; +import { EmbeddingModel } from '@dexaai/dexter'; import KeyvRedis from '@keyv/redis'; import Keyv from 'keyv'; diff --git a/examples/extract-people-names.ts b/examples/extract-people-names.ts index bab449c..b52baab 100644 --- a/examples/extract-people-names.ts +++ b/examples/extract-people-names.ts @@ -1,7 +1,7 @@ import 'dotenv/config'; +import { ChatModel } from '@dexaai/dexter'; import { createAIExtractFunction } from '@dexaai/dexter/ai-function'; -import { ChatModel } from '@dexaai/dexter/model'; import { z } from 'zod'; /** A function to extract people names from text. */ diff --git a/examples/with-telemetry.ts b/examples/with-telemetry.ts index e7f4366..8ee7751 100644 --- a/examples/with-telemetry.ts +++ b/examples/with-telemetry.ts @@ -1,7 +1,7 @@ import './instrument.js'; import 'dotenv/config'; -import { ChatModel } from '@dexaai/dexter/model'; +import { ChatModel } from '@dexaai/dexter'; import * as Sentry from '@sentry/node'; const chatModel = new ChatModel({ diff --git a/package.json b/package.json index 81ca508..0a71a32 100644 --- a/package.json +++ b/package.json @@ -15,13 +15,13 @@ }, "exports": { "./package.json": "./package.json", + ".": { + "types": "./dist/model/index.d.ts", + "import": "./dist/model/index.js" + }, "./ai-function": { "types": "./dist/ai-function/index.d.ts", "import": "./dist/ai-function/index.js" - }, - "./model": { - "types": "./dist/model/index.d.ts", - "import": "./dist/model/index.js" } }, "sideEffects": false, From 8681798cb4cadb8950f50e2f1c5ffe23b8b5e0d1 Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 17:00:22 -0400 Subject: [PATCH 15/30] Update readme --- readme.md | 496 ++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 459 insertions(+), 37 deletions(-) diff --git a/readme.md b/readme.md index fad499e..6280df5 100644 --- a/readme.md +++ b/readme.md @@ -5,32 +5,50 @@ Prettier Code Formatting

-# Dexter +# Dexter -Dexter is a set of mature LLM tools used in production at [Dexa](https://dexa.ai), with a focus on real-world RAG ([Retrieval Augmented Generation](https://arxiv.org/abs/2005.11401)). +Dexter is a powerful TypeScript library for working with Large Language Models (LLMs), with a focus on real-world Retrieval-Augmented Generation (RAG) applications. It provides a set of tools and utilities to interact with various AI models, manage caching, handle embeddings, and implement AI functions. -_If you're a TypeScript AI engineer, check it out!_ 😊 +## Features + +- **Comprehensive Model Support**: Implementations for Chat, Completion, Embedding, and Sparse Vector models, with efficient OpenAI API integration via `openai-fetch`. + +- **Advanced AI Function Utilities**: Tools for creating and managing AI functions, including `createAIFunction`, `createAIExtractFunction`, and `createAIRunner`, with Zod integration for schema validation. + +- **Flexible Caching and Tokenization**: Built-in caching system with custom cache support, and advanced tokenization based on `tiktoken` for accurate token management. + +- **Robust Observability and Control**: Customizable telemetry system, comprehensive event hooks, and specialized error handling for enhanced monitoring and control. -- [Features](#features) -- [Install](#install) +- **Performance Optimization**: Built-in support for batching, throttling, and streaming, optimized for handling large-scale operations and real-time responses. + +- **TypeScript-First and Environment Flexible**: Fully typed for excellent developer experience, with minimal dependencies and compatibility across Node.js 18+, Deno, Cloudflare Workers, and Vercel edge functions. + +## Table of Contents + +- [Installation](#installation) - [Usage](#usage) - [Examples](#examples) +- [Repository Structure](#repository-structure) +- [API Reference](#api-reference) + - [ChatModel](#chatmodel) + - [CompletionModel](#completionmodel) + - [EmbeddingModel](#embeddingmodel) + - [SparseVectorModel](#sparsevectormodel) + - [AI Functions](#ai-functions) + - [Utilities](#utilities) +- [Advanced Topics](#advanced-topics) + - [OpenAI Client (openai-fetch)](#openai-client-openai-fetch) + - [Message Types and MsgUtil](#message-types-and-msgutil) + - [Telemetry](#telemetry) - [Caching](#caching) - - [Redis Caching](#redis-caching) - - [AI Function](#ai-function) - - [AI Runner](#ai-runner) + - [Tokenization](#tokenization) + - [Model Event Hooks](#model-event-hooks) +- [Contributing](#contributing) - [License](#license) -## Features +## Installation -- extremely fast and minimal -- handles caching, throttling, and batching for ingesting large datasets -- optional hybrid search w/ SPLADE embeddings -- minimal TS package w/ full typing -- uses `fetch` everywhere -- supports Node.js 18+, Deno, Cloudflare Workers, Vercel edge functions, etc - -## Install +To install Dexter, use your preferred package manager: ```bash npm install @dexaai/dexter @@ -40,46 +58,450 @@ This package requires `node >= 18` or an environment with `fetch` support. This package exports [ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). If your project uses CommonJS, consider switching to ESM or use the [dynamic `import()`](https://v8.dev/features/dynamic-import) function. +## Usage + +Here's a basic example of how to use the ChatModel: + +```typescript +import { ChatModel } from '@dexaai/dexter'; + +const chatModel = new ChatModel({ + params: { model: 'gpt-3.5-turbo' }, +}); + +async function main() { + const response = await chatModel.run({ + messages: [{ role: 'user', content: 'Tell me a short joke' }], + }); + console.log(response.message.content); +} + +main().catch(console.error); +``` + ## Examples -To run the included examples, clone this repo, run `pnpm install`, set up your `.env` file, and then run an example file using `tsx`. +### Chat Completion with Streaming -Environment variables required to run the examples: +```typescript +import { ChatModel, MsgUtil } from '@dexaai/dexter'; -- `OPENAI_API_KEY` - OpenAI API key -- `SPLADE_SERVICE_URL` - optional; only used for the chatbot hybrid search example +const chatModel = new ChatModel({ + params: { model: 'gpt-4' }, +}); -### Redis Caching +async function main() { + const response = await chatModel.run({ + messages: [MsgUtil.user('Write a short story about a robot learning to love')], + handleUpdate: (chunk) => { + process.stdout.write(chunk); + }, + }); + console.log('\n\nFull response:', response.message.content); +} -This example requires a valid `REDIS_URL` env var. +main().catch(console.error); +``` -```bash -npx tsx examples/caching-redis.ts +### Using AI Functions + +```typescript +import { ChatModel, createAIFunction, MsgUtil } from '@dexaai/dexter'; +import { z } from 'zod'; + +const getWeather = createAIFunction( + { + name: 'get_weather', + description: 'Gets the weather for a given location', + argsSchema: z.object({ + location: z.string().describe('The city and state e.g. San Francisco, CA'), + unit: z.enum(['c', 'f']).optional().default('f').describe('The unit of temperature to use'), + }), + }, + async ({ location, unit }) => { + // Simulate API call + await new Promise((resolve) => setTimeout(resolve, 500)); + return { + location, + unit, + temperature: Math.floor(Math.random() * 30) + 10, + condition: ['sunny', 'cloudy', 'rainy'][Math.floor(Math.random() * 3)], + }; + } +); + +const chatModel = new ChatModel({ + params: { + model: 'gpt-4', + tools: [{ type: 'function', function: getWeather.spec }], + }, +}); + +async function main() { + const response = await chatModel.run({ + messages: [MsgUtil.user('What\'s the weather like in New York?')], + }); + console.log(response.message); +} + +main().catch(console.error); ``` -[source](./examples/caching-redis.ts) +### Embedding Generation -### AI Function +```typescript +import { EmbeddingModel } from '@dexaai/dexter'; -This example shows how to use `createAIFunction` to handle `function` and `tool_calls` with the OpenAI chat completions API and Zod. +const embeddingModel = new EmbeddingModel({ + params: { model: 'text-embedding-ada-002' }, +}); -```bash -npx tsx examples/ai-function.ts +async function main() { + const response = await embeddingModel.run({ + input: ['Hello, world!', 'How are you?'], + }); + console.log(response.embeddings); +} + +main().catch(console.error); ``` -[source](./examples/ai-function.ts) +## Repository Structure -### AI Runner +The Dexter library is organized into the following main directories: -This example shows how to use `createAIRunner` to easily invoke a chain of OpenAI chat completion calls, resolving tool / function calls, retrying when necessary, and optionally validating the resulting output via Zod. +- `src/`: Contains the source code for the library + - `model/`: Core model implementations and utilities + - `ai-function/`: AI function creation and handling +- `examples/`: Contains example scripts demonstrating library usage +- `dist/`: Contains the compiled JavaScript output (generated after build) -Note that `createAIRunner` takes in a `functions` array of `AIFunction` objects created by `createAIFunction`, as the two utility functions are meant to used together. +Key files: -```bash -npx tsx examples/ai-runner.ts +- `src/model/chat.ts`: Implementation of the ChatModel +- `src/model/completion.ts`: Implementation of the CompletionModel +- `src/model/embedding.ts`: Implementation of the EmbeddingModel +- `src/model/sparse-vector.ts`: Implementation of the SparseVectorModel +- `src/ai-function/ai-function.ts`: AI function creation utilities +- `src/model/utils/`: Various utility functions and helpers + +## API Reference + +### ChatModel + +The `ChatModel` class is used for interacting with chat-based language models. + +#### Constructor + +```typescript +new ChatModel(args?: ChatModelArgs) ``` -[source](./examples/ai-runner.ts) +- `args`: Optional configuration object + - `params`: Model parameters (e.g., `model`, `temperature`) + - `client`: Custom OpenAI client (optional) + - `cache`: Cache implementation (optional) + - `context`: Custom context object (optional) + - `events`: Event handlers (optional) + - `debug`: Enable debug logging (optional) + +#### Methods + +- `run(params: ChatModelRun, context?: CustomCtx): Promise` + - Executes the chat model with the given parameters and context +- `extend(args?: PartialChatModelArgs): ChatModel` + - Creates a new instance of the model with modified configuration + +### CompletionModel + +The `CompletionModel` class is used for text completion tasks. + +#### Constructor + +```typescript +new CompletionModel(args?: CompletionModelArgs) +``` + +- `args`: Optional configuration object (similar to ChatModel) + +#### Methods + +- `run(params: CompletionModelRun, context?: CustomCtx): Promise` + - Executes the completion model with the given parameters and context +- `extend(args?: PartialCompletionModelArgs): CompletionModel` + - Creates a new instance of the model with modified configuration + +### EmbeddingModel + +The `EmbeddingModel` class is used for generating embeddings from text. + +#### Constructor + +```typescript +new EmbeddingModel(args?: EmbeddingModelArgs) +``` + +- `args`: Optional configuration object (similar to ChatModel) + +#### Methods + +- `run(params: EmbeddingModelRun, context?: CustomCtx): Promise` + - Generates embeddings for the given input texts +- `extend(args?: PartialEmbeddingModelArgs): EmbeddingModel` + - Creates a new instance of the model with modified configuration + +### SparseVectorModel + +The `SparseVectorModel` class is used for generating sparse vector representations. + +#### Constructor + +```typescript +new SparseVectorModel(args: SparseVectorModelArgs) +``` + +- `args`: Configuration object + - `serviceUrl`: URL of the SPLADE service (required) + - Other options similar to ChatModel + +#### Methods + +- `run(params: SparseVectorModelRun, context?: CustomCtx): Promise` + - Generates sparse vector representations for the given input texts +- `extend(args?: PartialSparseVectorModelArgs): SparseVectorModel` + - Creates a new instance of the model with modified configuration + +### AI Functions + +#### createAIFunction + +Creates a function meant to be used with OpenAI tool or function calling. + +```typescript +createAIFunction, Return>( + spec: { + name: string; + description?: string; + argsSchema: Schema; + }, + implementation: (params: z.infer) => Promise +): AIFunction +``` + +#### createAIExtractFunction + +Creates a function to extract structured data from text using OpenAI function calling. + +```typescript +createAIExtractFunction>( + { + chatModel: Model.Chat.Model; + name: string; + description?: string; + schema: Schema; + maxRetries?: number; + systemMessage?: string; + functionCallConcurrency?: number; + }, + customExtractImplementation?: (params: z.infer) => z.infer | Promise> +): ExtractFunction +``` + +#### createAIRunner + +Creates a function to run a chat model in a loop, handling parsing, running, and inserting responses for function & tool call messages. + +```typescript +createAIRunner(args: { + chatModel: Model.Chat.Model; + functions?: AIFunction[]; + shouldBreakLoop?: (msg: Msg) => boolean; + maxIterations?: number; + functionCallConcurrency?: number; + validateContent?: (content: string | null) => Content | Promise; + mode?: Runner.Mode; + systemMessage?: string; + onRetriableError?: (error: Error) => void; +}): Runner +``` + +### Utilities + +#### MsgUtil + +Utility class for creating and checking message types. + +- `MsgUtil.system(content: string, opts?): Msg.System` +- `MsgUtil.user(content: string, opts?): Msg.User` +- `MsgUtil.assistant(content: string, opts?): Msg.Assistant` +- `MsgUtil.funcCall(function_call: { name: string; arguments: string }, opts?): Msg.FuncCall` +- `MsgUtil.funcResult(content: Jsonifiable, name: string): Msg.FuncResult` +- `MsgUtil.toolCall(tool_calls: Msg.Call.Tool[], opts?): Msg.ToolCall` +- `MsgUtil.toolResult(content: Jsonifiable, tool_call_id: string, opts?): Msg.ToolResult` + +#### Tokenizer + +Utility for encoding, decoding, and counting tokens for various models. + +- `createTokenizer(model: string): Tokenizer` + +#### Cache + +Utilities for caching model responses. + +- `type CacheStorage` +- `type CacheKey, KeyType = string>` +- `defaultCacheKey>(params: Params): string` + +## Advanced Topics + +### OpenAI Client (openai-fetch) + +Dexter uses the `openai-fetch` library to interact with the OpenAI API. This client is lightweight, well-typed, and provides a simple interface for making API calls. Here's how it's used in Dexter: + +1. **Default Client**: By default, Dexter creates an instance of `OpenAIClient` from `openai-fetch` when initializing models. + +2. **Custom Client**: You can provide your own instance of `OpenAIClient` when creating a model: + + ```typescript + import { OpenAIClient } from 'openai-fetch'; + import { ChatModel } from '@dexaai/dexter'; + + const client = new OpenAIClient({ apiKey: 'your-api-key' }); + const chatModel = new ChatModel({ client }); + ``` + +3. **Client Caching**: Dexter implements caching for `OpenAIClient` instances to improve performance when creating multiple models with the same configuration. + +4. **Streaming Support**: The `openai-fetch` client supports streaming responses, which Dexter utilizes for real-time output in chat models. + +### Message Types and MsgUtil + +Dexter defines a set of message types (`Msg`) that closely align with the OpenAI API's message formats but with some enhancements for better type safety and easier handling. The `MsgUtil` class provides methods for creating, checking, and asserting these message types. + +#### Msg Types + +- `Msg.System`: System messages +- `Msg.User`: User messages +- `Msg.Assistant`: Assistant messages +- `Msg.Refusal`: Refusal messages (thrown as errors in Dexter) +- `Msg.FuncCall`: Function call messages +- `Msg.FuncResult`: Function result messages +- `Msg.ToolCall`: Tool call messages +- `Msg.ToolResult`: Tool result messages + +These types are designed to be compatible with the `ChatMessage` type from `openai-fetch`, with some differences: + +- Dexter throws a `RefusalError` for refusal messages instead of including them in the `Msg` union. +- The `content` property is always defined (string or null) in Dexter's types. + +#### MsgUtil Methods + +1. Creation Methods: + - `system`, `user`, `assistant`, `funcCall`, `funcResult`, `toolCall`, `toolResult` + +2. Type Checking Methods: + - `isSystem`, `isUser`, `isAssistant`, `isRefusal`, `isFuncCall`, `isFuncResult`, `isToolCall`, `isToolResult` + +3. Type Assertion Methods: + - `assertSystem`, `assertUser`, `assertAssistant`, `assertRefusal`, `assertFuncCall`, `assertFuncResult`, `assertToolCall`, `assertToolResult` + +4. Conversion Method: + - `fromChatMessage`: Converts an `openai-fetch` `ChatMessage` to a Dexter `Msg` type + +### Telemetry + +Dexter includes a telemetry system for tracking and logging model operations. The telemetry system is based on the OpenTelemetry standard and can be integrated with various observability platforms. + +1. **Default Telemetry**: By default, Dexter uses a no-op telemetry provider that doesn't perform any actual logging or tracing. + +2. **Custom Telemetry**: You can provide your own telemetry provider when initializing models. The provider should implement the `Telemetry.Provider` interface: + + ```typescript + interface Provider { + startSpan(options: SpanOptions, callback: (span: Span) => T): T; + setTags(tags: { [key: string]: Primitive }): void; + } + ``` + +3. **Span Attributes**: Dexter automatically adds various attributes to telemetry spans, including model type, provider, input tokens, output tokens, and more. + +4. **Usage**: Telemetry is used internally in the `AbstractModel` class to wrap the `run` method, providing insights into model execution. + +### Caching + +Dexter provides a flexible caching system to improve performance and reduce API calls: + +1. **Cache Interface**: The cache must implement the `CacheStorage` interface: + + ```typescript + interface CacheStorage { + get: (key: KeyType) => Promise | ValueType | undefined; + set: (key: KeyType, value: ValueType) => Promise | unknown; + } + ``` + +2. **Default Cache Key**: Dexter uses a default cache key function that creates a SHA512 hash of the input parameters. + +3. **Custom Cache**: You can provide your own cache implementation when initializing models: + + ```typescript + import { ChatModel } from '@dexaai/dexter'; + + const customCache = new Map(); + const chatModel = new ChatModel({ cache: customCache }); + ``` + +4. **Cache Usage**: Caching is automatically applied in the `AbstractModel` class. Before making an API call, it checks the cache for a stored response. After receiving a response, it stores it in the cache for future use. + +5. **Cache Invalidation**: Cache invalidation is left to the user. You can implement your own cache invalidation strategy based on your specific use case. + +### Tokenization + +Dexter includes a tokenization system based on the `tiktoken` library, which is used by OpenAI for their models. This system is crucial for accurately counting tokens and managing model inputs and outputs. + +1. **Tokenizer Creation**: The `createTokenizer` function creates a `Tokenizer` instance for a specific model: + + ```typescript + const tokenizer = createTokenizer('gpt-3.5-turbo'); + ``` + +2. **Tokenizer Methods**: + - `encode(text: string): Uint32Array`: Encodes text to tokens + - `decode(tokens: number[] | Uint32Array): string`: Decodes tokens to text + - `countTokens(input?: string | ChatMessage | ChatMessage[]): number`: Counts tokens in various input formats + - `truncate({ text: string, max: number, from?: 'start' | 'end' }): string`: Truncates text to a maximum number of tokens + +3. **Model Integration**: Each model instance has its own `Tokenizer`, which is used internally for token counting and management. + +### Model Event Hooks + +Dexter provides a system of event hooks that allow you to add custom logic at various points in the model execution process. These hooks are defined in the `Model.Events` interface: + +1. **Available Hooks**: + - `onStart`: Called before the model execution starts + - `onApiResponse`: Called after receiving a response from the API + - `onComplete`: Called after the model execution is complete + - `onError`: Called if an error occurs during model execution + +2. **Hook Parameters**: Each hook receives an event object with relevant information, such as timestamps, model parameters, responses, and context. + +3. **Usage**: Event hooks can be defined when creating a model instance: + + ```typescript + const chatModel = new ChatModel({ + events: { + onStart: [(event) => console.log('Starting model execution', event)], + onComplete: [(event) => console.log('Model execution complete', event)], + }, + }); + ``` + +4. **Multiple Handlers**: Each event can have multiple handlers, which are executed in the order they are defined. + +5. **Async Handlers**: Event handlers can be asynchronous functions. Dexter uses `Promise.allSettled` to handle multiple async handlers. + +6. **Extending Models**: When using the `extend` method to create a new model instance, event handlers are merged, allowing you to add new handlers without removing existing ones. ## License From 3eb2fa8eb78aab43a671ddf9920bf7dca54fcd73 Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 17:18:35 -0400 Subject: [PATCH 16/30] Remove unused exports --- src/model/utils/helpers.ts | 18 +----------------- src/model/utils/message-util.ts | 2 +- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/src/model/utils/helpers.ts b/src/model/utils/helpers.ts index d34ddf3..013a91e 100644 --- a/src/model/utils/helpers.ts +++ b/src/model/utils/helpers.ts @@ -4,7 +4,7 @@ import { deepmerge as deepmergeInit } from '@fastify/deepmerge'; export type Prettify = { [K in keyof T]: T[K] } & {}; type DeepMerge = ReturnType; -export const deepMergeImpl: DeepMerge = deepmergeInit(); +const deepMergeImpl: DeepMerge = deepmergeInit(); const deepMergeEventsImpl: DeepMerge = deepmergeInit({ // Note: this is not using a recursive deep merge since it isn't used for events. @@ -61,19 +61,3 @@ export const omit = , K extends keyof T>( Object.fromEntries( Object.entries(obj).filter(([k]) => !keys.includes(k as any)) ) as any; - -/** - * From `obj`, create a new object that only includes `keys`. - * - * @example - * ``` - * pick({ a: 1, b: 2, c: 3 }, 'a', 'c') // { a: 1, c: 3 } - * ``` - */ -export const pick = , K extends keyof T>( - obj: T, - ...keys: K[] -): Pick => - Object.fromEntries( - Object.entries(obj).filter(([k]) => keys.includes(k as any)) - ) as any; diff --git a/src/model/utils/message-util.ts b/src/model/utils/message-util.ts index 0eb4eff..4e0ab4b 100644 --- a/src/model/utils/message-util.ts +++ b/src/model/utils/message-util.ts @@ -330,7 +330,7 @@ export function cleanString(text: string): string { * * This is intended to be used with `function` and `tool` arguments and responses. */ -export function stringifyForModel(jsonObject: Jsonifiable | void): string { +function stringifyForModel(jsonObject: Jsonifiable | void): string { if (jsonObject === undefined) { return ''; } From 9a260601bec0cfba6460fbd2881bf6a7fc2199af Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 19:20:42 -0400 Subject: [PATCH 17/30] Add `createExtractFunction` for data extraction Introduce `createExtractFunction` using OpenAI's structured output feature, leveraging a Zod schema for data validation and extraction. This is a better and more modern alternative to the `createAIExtractFunction` utility, which is now deprecated. --- examples/extract-people-names.ts | 11 +++--- package.json | 5 +++ pnpm-lock.yaml | 13 +++++++ readme.md | 53 +++++++++++++++++++++++++- src/ai-function/ai-extract-function.ts | 1 + src/extract/index.ts | 52 +++++++++++++++++++++++++ 6 files changed, 128 insertions(+), 7 deletions(-) create mode 100644 src/extract/index.ts diff --git a/examples/extract-people-names.ts b/examples/extract-people-names.ts index b52baab..24ac57f 100644 --- a/examples/extract-people-names.ts +++ b/examples/extract-people-names.ts @@ -1,15 +1,14 @@ import 'dotenv/config'; import { ChatModel } from '@dexaai/dexter'; -import { createAIExtractFunction } from '@dexaai/dexter/ai-function'; +import { createExtractFunction } from '@dexaai/dexter/extract'; import { z } from 'zod'; /** A function to extract people names from text. */ -const extractPeopleNamesRunner = createAIExtractFunction({ - chatModel: new ChatModel({ params: { model: 'gpt-4-1106-preview' } }), - systemMessage: `You use functions to extract people names from a message.`, - name: 'log_people_names', - description: `Use this to log the full names of people from a message. Don't include duplicate names.`, +const extractPeopleNamesRunner = createExtractFunction({ + chatModel: new ChatModel({ params: { model: 'gpt-4o-mini' } }), + systemMessage: `You extract the names of people from unstructured text.`, + name: 'people_names', schema: z.object({ names: z.array( z diff --git a/package.json b/package.json index 0a71a32..81f762e 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,10 @@ "./ai-function": { "types": "./dist/ai-function/index.d.ts", "import": "./dist/ai-function/index.js" + }, + "./extract": { + "types": "./dist/extract/index.d.ts", + "import": "./dist/extract/index.js" } }, "sideEffects": false, @@ -50,6 +54,7 @@ "jsonrepair": "^3.8.1", "ky": "^1.7.2", "openai-fetch": "3.3.1", + "openai-zod-to-json-schema": "^1.0.2", "p-map": "^7.0.2", "p-throttle": "^6.2.0", "parse-json": "^8.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f4aafbb..711752b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -26,6 +26,9 @@ importers: openai-fetch: specifier: 3.3.1 version: 3.3.1 + openai-zod-to-json-schema: + specifier: ^1.0.2 + version: 1.0.2(zod@3.23.8) p-map: specifier: ^7.0.2 version: 7.0.2 @@ -2317,6 +2320,12 @@ packages: resolution: {integrity: sha512-/b7rPeKLgS+3C2dxQHPiWDj4wOcbL/SF5L2dxktmJyfFza/VK6Mr3+rIldgGxRNpqsa3oonEowafPNx5Tdq9dA==} engines: {node: '>=18'} + openai-zod-to-json-schema@1.0.2: + resolution: {integrity: sha512-ow+YY1aLbGx5kmgIi5FD3Aw/shL/jHAkFBIWbmW8+mzB4u/FtemBqnNbt17vr++eNopbihhJxw8/ubfeaqe6ug==} + engines: {node: '>=18'} + peerDependencies: + zod: ^3.23.8 + optionator@0.9.4: resolution: {integrity: sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==} engines: {node: '>= 0.8.0'} @@ -5710,6 +5719,10 @@ snapshots: dependencies: ky: 1.7.2 + openai-zod-to-json-schema@1.0.2(zod@3.23.8): + dependencies: + zod: 3.23.8 + optionator@0.9.4: dependencies: deep-is: 0.1.4 diff --git a/readme.md b/readme.md index 6280df5..e723f26 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,8 @@ Dexter is a powerful TypeScript library for working with Large Language Models ( - **Advanced AI Function Utilities**: Tools for creating and managing AI functions, including `createAIFunction`, `createAIExtractFunction`, and `createAIRunner`, with Zod integration for schema validation. +- **Structured Data Extraction**: Dexter supports OpenAI's structured output feature through the `createExtractFunction`, which uses the `response_format` parameter with a JSON schema derived from a Zod schema. + - **Flexible Caching and Tokenization**: Built-in caching system with custom cache support, and advanced tokenization based on `tiktoken` for accurate token management. - **Robust Observability and Control**: Customizable telemetry system, comprehensive event hooks, and specialized error handling for enhanced monitoring and control. @@ -103,10 +105,41 @@ async function main() { main().catch(console.error); ``` +### Extracting Structured Data + +```typescript +import { ChatModel } from '@dexaai/dexter'; +import { createExtractFunction } from '@dexaai/dexter/extract'; +import { z } from 'zod'; + +const extractPeopleNames = createExtractFunction({ + chatModel: new ChatModel({ params: { model: 'gpt-4o-mini' } }), + systemMessage: `You extract the names of people from unstructured text.`, + name: 'people_names', + schema: z.object({ + names: z.array( + z.string().describe( + `The name of a person from the message. Normalize the name by removing suffixes, prefixes, and fixing capitalization` + ) + ), + }), +}); + +async function main() { + const peopleNames = await extractPeopleNames( + `Dr. Andrew Huberman interviewed Tony Hawk, an idol of Andrew Hubermans.` + ); + console.log('peopleNames', peopleNames); +} + +main().catch(console.error); +``` + ### Using AI Functions ```typescript -import { ChatModel, createAIFunction, MsgUtil } from '@dexaai/dexter'; +import { ChatModel, MsgUtil } from '@dexaai/dexter'; +import { createAIFunction } from '@dexaai/dexter/ai-function'; import { z } from 'zod'; const getWeather = createAIFunction( @@ -271,6 +304,22 @@ new SparseVectorModel(args: SparseVectorModelArgs) - `extend(args?: PartialSparseVectorModelArgs): SparseVectorModel` - Creates a new instance of the model with modified configuration +### Extract Functions + +#### createExtractFunction + +Creates a function to extract structured data from text using OpenAI's structured output feature. +This is a better way to extract structured data than using the legacy `createAIExtractFunction` function. + +```typescript +createExtractFunction>(args: { + chatModel: Model.Chat.Model; + name: string; + schema: Schema; + systemMessage: string; +}): (input: string | Msg) => Promise> +``` + ### AI Functions #### createAIFunction @@ -375,6 +424,8 @@ Dexter uses the `openai-fetch` library to interact with the OpenAI API. This cli 4. **Streaming Support**: The `openai-fetch` client supports streaming responses, which Dexter utilizes for real-time output in chat models. +5. **Structured Output**: Dexter supports OpenAI's structured output feature through the `createExtractFunction`, which uses the `response_format` parameter with a JSON schema derived from a Zod schema. + ### Message Types and MsgUtil Dexter defines a set of message types (`Msg`) that closely align with the OpenAI API's message formats but with some enhancements for better type safety and easier handling. The `MsgUtil` class provides methods for creating, checking, and asserting these message types. diff --git a/src/ai-function/ai-extract-function.ts b/src/ai-function/ai-extract-function.ts index c38e122..6c57119 100644 --- a/src/ai-function/ai-extract-function.ts +++ b/src/ai-function/ai-extract-function.ts @@ -7,6 +7,7 @@ import { type ExtractFunction } from './types.js'; /** * Use OpenAI function calling to extract data from a message. + * @deprecated Use `createExtractFunction()` from `@dexaai/dexter/extract` instead. */ export function createAIExtractFunction>( { diff --git a/src/extract/index.ts b/src/extract/index.ts new file mode 100644 index 0000000..d3cf59b --- /dev/null +++ b/src/extract/index.ts @@ -0,0 +1,52 @@ +import { zodToJsonSchema } from 'openai-zod-to-json-schema'; +import { type z } from 'zod'; + +import { type Model, type Msg, MsgUtil } from '../model/index.js'; + +/** + * Extract data using OpenAI structured outputs. + * + * Always returns an object satisfying the provided Zod schema. + */ +export function createExtractFunction>(args: { + /** The ChatModel used to make API calls. */ + chatModel: Model.Chat.Model; + /** A descriptive name for the object to extract. */ + name: string; + /** The Zod schema for the data to extract. */ + schema: Schema; + /** Add a system message to the beginning of the messages array. */ + systemMessage: string; +}): (input: string | Msg) => Promise> { + const { chatModel, schema, systemMessage } = args; + + async function runExtract(input: string | Msg): Promise> { + const inputVal = typeof input === 'string' ? input : (input.content ?? ''); + const messages: Msg[] = [ + MsgUtil.system(systemMessage), + MsgUtil.user(inputVal), + ]; + + const { message } = await chatModel.run({ + messages, + response_format: { + type: 'json_schema', + json_schema: { + name: args.name, + strict: true, + schema: zodToJsonSchema(schema, { + $refStrategy: 'none', + openaiStrictMode: true, + }), + }, + }, + }); + + MsgUtil.assertAssistant(message); + + const json = JSON.parse(message.content); + return schema.parse(json); + } + + return runExtract; +} From 93b038dca93e11457c05cd27ff7d6650a34b8d13 Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Sun, 13 Oct 2024 22:40:59 -0400 Subject: [PATCH 18/30] Add rough Swarm implementation This commit introduces a new `Swarm` module that includes REPL functionality and tools for handling functions. Additional changes include the integration of the `chalk` library for colorful terminal output. Modifications are made to `package.json` to reflect these new dependencies and module structures. --- package.json | 5 + pnpm-lock.yaml | 3 + src/swarm/index.ts | 3 + src/swarm/repl.ts | 79 +++++++++++++++ src/swarm/swarm-tools.ts | 98 +++++++++++++++++++ src/swarm/swarm.ts | 202 +++++++++++++++++++++++++++++++++++++++ src/swarm/test.ts | 69 +++++++++++++ src/swarm/types.ts | 42 ++++++++ 8 files changed, 501 insertions(+) create mode 100644 src/swarm/index.ts create mode 100644 src/swarm/repl.ts create mode 100644 src/swarm/swarm-tools.ts create mode 100644 src/swarm/swarm.ts create mode 100644 src/swarm/test.ts create mode 100644 src/swarm/types.ts diff --git a/package.json b/package.json index 81f762e..c6ed349 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,10 @@ "./extract": { "types": "./dist/extract/index.d.ts", "import": "./dist/extract/index.js" + }, + "./swarm": { + "types": "./dist/swarm/index.d.ts", + "import": "./dist/swarm/index.js" } }, "sideEffects": false, @@ -68,6 +72,7 @@ "@dexaai/eslint-config": "^1.3.6", "@sentry/node": "^8.34.0", "@types/node": "^20.14.11", + "chalk": "^5.3.0", "dotenv-cli": "^7.4.2", "eslint": "^8.57.0", "knip": "^5.33.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 711752b..ab60087 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,6 +63,9 @@ importers: '@types/node': specifier: ^20.14.11 version: 20.14.11 + chalk: + specifier: ^5.3.0 + version: 5.3.0 dotenv-cli: specifier: ^7.4.2 version: 7.4.2 diff --git a/src/swarm/index.ts b/src/swarm/index.ts new file mode 100644 index 0000000..f23d766 --- /dev/null +++ b/src/swarm/index.ts @@ -0,0 +1,3 @@ +export { runSwarmRepl } from './repl.js'; +export { Swarm } from './swarm.js'; +export { swarmFunction, swarmHandoff } from './swarm-tools.js'; diff --git a/src/swarm/repl.ts b/src/swarm/repl.ts new file mode 100644 index 0000000..68d86eb --- /dev/null +++ b/src/swarm/repl.ts @@ -0,0 +1,79 @@ +import * as readline from 'node:readline'; + +import chalk from 'chalk'; + +import { type Msg, MsgUtil } from '../model/index.js'; +import { Swarm } from './swarm.js'; +import { type Agent } from './types.js'; + +function prettyPrintMessages(messages: Msg[]): void { + for (const message of messages) { + // Print tool results + if (MsgUtil.isToolResult(message)) { + const { content } = message; + console.log(`<== ${chalk.green(content)}`); + } + + if (message.role !== 'assistant') continue; + + // Print agent name in blue + if ('name' in message) { + process.stdout.write(`${chalk.blue(message.name || '')}: `); + } + + // Print response, if any + if (message.content) { + console.log(message.content); + } + + // Print tool calls in purple, if any + const toolCalls = MsgUtil.isToolCall(message) ? message.tool_calls : []; + if (toolCalls.length > 1) { + console.log(); + } + for (const toolCall of toolCalls) { + const { name, arguments: args } = toolCall.function; + const argObj = JSON.parse(args); + const argStr = JSON.stringify(argObj).replace(/:/g, '='); + if (name.startsWith('transfer_')) { + console.log(`<> ${chalk.yellow(name)}(${argStr.slice(1, -1)})`); + } else { + console.log(`${chalk.magenta(name)}(${argStr.slice(1, -1)})`); + } + } + } +} + +export async function runSwarmRepl( + startingAgent: Agent, + contextVariables: Record = {} +): Promise { + const client = new Swarm(); + console.log('Swarm initialized.'); + + let messages: Msg[] = []; + let agent = startingAgent; + + const rl = readline.createInterface({ + input: process.stdin, + output: process.stdout, + }); + + while (true) { + const userInput = await new Promise((resolve) => { + rl.question(`${chalk.gray('User')}: `, resolve); + }); + + messages.push({ role: 'user', content: userInput }); + + const response = await client.run({ + agent, + messages, + ctx: contextVariables, + }); + + prettyPrintMessages(response.messages); + messages = messages.concat(response.messages); + agent = response.agent; + } +} diff --git a/src/swarm/swarm-tools.ts b/src/swarm/swarm-tools.ts new file mode 100644 index 0000000..5533ede --- /dev/null +++ b/src/swarm/swarm-tools.ts @@ -0,0 +1,98 @@ +import { z } from 'zod'; + +import { + extractZodObject, + type Msg, + MsgUtil, + zodToJsonSchema, +} from '../model/index.js'; +import { getErrorMsg } from '../model/utils/errors.js'; +import { cleanString } from '../model/utils/message-util.js'; +import { type Agent, type SwarmFunc } from './types.js'; + +export function swarmFunction, Return>( + spec: { + /** Name of the function. */ + name: string; + /** Description of the function. */ + description?: string; + /** Zod schema for the arguments string. */ + argsSchema: Schema; + }, + /** Implementation of the function to call with the parsed arguments. */ + implementation: (params: z.infer) => Promise +): SwarmFunc { + /** Parse the arguments string, optionally reading from a message. */ + const parseArgs = (input: string | Msg) => { + if (typeof input === 'string') { + return extractZodObject({ schema: spec.argsSchema, json: input }); + } else if (MsgUtil.isFuncCall(input)) { + const args = input.function_call.arguments; + return extractZodObject({ schema: spec.argsSchema, json: args }); + } else { + throw new Error('Invalid input type'); + } + }; + + // Call the implementation function with the parsed arguments. + const aiFunction = async (input: string | Msg) => { + const parsedArgs = parseArgs(input); + const result = await implementation(parsedArgs); + try { + const resultStr = + typeof result === 'string' ? result : JSON.stringify(result); + return { value: resultStr }; + } catch (err) { + console.error(`Error stringifying function ${spec.name} result:`, err); + const errMsg = getErrorMsg(err); + return { + value: `Error stringifying function ${spec.name} result: ${errMsg}`, + }; + } + }; + + aiFunction.parseArgs = parseArgs; + aiFunction.argsSchema = spec.argsSchema; + aiFunction.spec = { + name: spec.name, + description: cleanString(spec.description ?? ''), + parameters: zodToJsonSchema(spec.argsSchema), + }; + + return aiFunction; +} + +/** This is a simple no-op function that can be used to transfer context to another agent. */ +export function swarmHandoff(args: { + agent: Agent; + description?: string; +}): SwarmFunc { + const { agent, description } = args; + const schema = z.object({}); + + /** Parse the arguments string, optionally reading from a message. */ + const parseArgs = (input: string | Msg) => { + if (typeof input === 'string') { + return extractZodObject({ schema, json: input }); + } else if (MsgUtil.isFuncCall(input)) { + const args = input.function_call.arguments; + return extractZodObject({ schema, json: args }); + } else { + throw new Error(`Invalid input type`); + } + }; + const aiFunction = async () => { + const value = `Transfered to ${agent.name}. Adopt the role and responsibilities of ${agent.name} and continue the conversation.`; + return { value, agent }; + }; + + aiFunction.parseArgs = parseArgs; + aiFunction.argsSchema = schema; + aiFunction.spec = { + name: `transfer_to_${agent.name}`, + description: description || '', + parameters: zodToJsonSchema(schema), + }; + + return aiFunction; +} diff --git a/src/swarm/swarm.ts b/src/swarm/swarm.ts new file mode 100644 index 0000000..2507adb --- /dev/null +++ b/src/swarm/swarm.ts @@ -0,0 +1,202 @@ +import pMap from 'p-map'; + +import { ChatModel } from '../model/chat.js'; +import { MsgUtil } from '../model/index.js'; +import { type Msg } from '../model/types.js'; +import { getErrorMsg } from '../model/utils/errors.js'; +import { + type Agent, + type CtxVal, + type SwarmFunc, + type SwarmFuncResult, + type SwarmResponse, +} from './types.js'; + +export class Swarm { + chatModel: ChatModel; + defaultModel: string; + + constructor(args?: { chatModel?: ChatModel }) { + this.defaultModel = 'gpt-4o'; + this.chatModel = + args?.chatModel || + new ChatModel({ params: { model: this.defaultModel } }); + } + + async run(args: { + agent: Agent; + messages: Msg[]; + ctx?: CtxVal; + modelOverride?: string; + maxTurns?: number; + }): Promise { + const { agent, messages, modelOverride, maxTurns = Infinity } = args; + + let activeAgent: Agent = agent; + const ctx: CtxVal = { ...args.ctx }; + const history: Msg[] = [...messages]; + const initLen = messages.length; + + while (history.length - initLen < maxTurns && activeAgent) { + // HOOK: beforeGetChatCompletion(??) => Promise + // - Use this to manage conversation history length + + // Get completion with current history, agent + const message = await this.getChatCompletion({ + agent: activeAgent, + history, + ctx, + modelOverride, + }); + + history.push({ ...message }); + + // HOOK: afterGetChatCompletion(??) => Promise + // - Use this to post-process the message from the model + + // HOOK: shouldEndTurn(??) => Promise + // - Use this to end the conversation early (eg: tool to halt loop) + + if (!MsgUtil.isToolCall(message)) { + break; + } + + // Handle function calls, updating context_variables, and switching agents + const partialResponse = await this.handleToolCalls({ + message, + functions: activeAgent.functions || [], + functionCallConcurrency: 1, + ctx, + }); + + history.push(...partialResponse.messages); + Object.assign(ctx, partialResponse.ctx); + + if (partialResponse.agent) { + activeAgent = partialResponse.agent; + } + } + + return { + messages: history.slice(initLen), + agent: activeAgent, + ctx, + }; + } + + private async getChatCompletion(args: { + agent: Agent; + history: Msg[]; + ctx: CtxVal; + modelOverride?: string; + }): Promise { + const { agent, history, modelOverride } = args; + const ctx: CtxVal = { ...args.ctx }; + const instructions = + typeof agent.instructions === 'function' + ? agent.instructions(ctx) + : agent.instructions; + const messages: Msg[] = [ + { role: 'system', content: instructions }, + ...history, + ]; + + const tools = agent.functions.map((func) => ({ + function: func.spec, + type: 'function' as const, + })); + + const response = await this.chatModel.run({ + messages, + model: modelOverride || agent.model || this.defaultModel, + tools: tools.length > 0 ? tools : undefined, + // handleUpdate: (c) => console.log('ChatModel.run update:', c), + }); + + if (MsgUtil.isToolCall(response.message)) { + return response.message; + } else if (MsgUtil.isAssistant(response.message)) { + return { ...response.message, name: agent.name }; + } else { + // TODO: not sure when this would happen so log and cast for now... + console.error('Unexpected message type:', response.message); + return response.message as unknown as Msg.Assistant; + } + } + + /** + * Handle messages that require calling functions. + * @returns An array of the new messages from the function calls + * Note: Does not include args.message in the returned array + */ + private async handleToolCalls(args: { + message: Msg; + functions?: SwarmFunc[]; + functionCallConcurrency?: number; + ctx: CtxVal; + }): Promise<{ + messages: Msg[]; + agent?: Agent; + ctx: CtxVal; + }> { + const { ctx, message, functions = [], functionCallConcurrency = 8 } = args; + const messages: Msg[] = [message]; + const funcMap = this.getFuncMap(functions); + let agent: Agent | undefined; + + // Run all the tool_calls functions and add the result messages. + if (MsgUtil.isToolCall(message)) { + await pMap( + message.tool_calls, + async (toolCall) => { + const result = await this.callFunction({ + ...toolCall.function, + funcMap, + }); + messages.push(MsgUtil.toolResult(result.value, toolCall.id)); + if (result.agent) { + agent = result.agent; + } + }, + { concurrency: functionCallConcurrency } + ); + } + + return { + messages: messages.slice(1), + agent, + ctx, + }; + } + + /** Call a function and return the result. */ + private async callFunction(args: { + name: string; + arguments: string; + funcMap: Map; + }): Promise { + const { arguments: funcArgs, name, funcMap } = args; + + const func = funcMap.get(name); + if (!func) { + console.error(`Tool ${name} not found in function map.`); + return { value: `Error: Tool ${name} not found.` }; + } + + try { + return await func(funcArgs); + } catch (err) { + const errMsg = getErrorMsg(err); + console.error(`Error running function ${name}:`, err); + return { value: `Error running function ${name}: ${errMsg}` }; + } + } + + /** Create a map of function names to functions for easy lookup. */ + private getFuncMap(functions: SwarmFunc[]): Map { + return functions.reduce((map, func) => { + map.set(func.spec.name, func); + return map; + }, new Map()); + } +} diff --git a/src/swarm/test.ts b/src/swarm/test.ts new file mode 100644 index 0000000..dce0adc --- /dev/null +++ b/src/swarm/test.ts @@ -0,0 +1,69 @@ +import { z } from 'zod'; + +import { runSwarmRepl } from './repl.js'; +import { swarmFunction, swarmHandoff } from './swarm-tools.js'; + +const weatherFunc = swarmFunction( + { + name: 'get_weather', + description: 'Gets the weather for a given location', + argsSchema: z.object({ + location: z + .string() + .describe('The city and state e.g. San Francisco, CA'), + }), + }, + async ({ location }) => { + await new Promise((resolve) => setTimeout(resolve, 500)); + const temperature = (30 + Math.random() * 70) | 0; + return { location, temperature }; + } +); + +const weatherAgent = { + name: 'weather', + instructions: 'Get the weather for a given location.', + functions: [weatherFunc], +}; + +const calendarFunc = swarmFunction( + { + name: 'get_calendar', + description: 'Gets the calendar events for today', + argsSchema: z.object({}), + }, + async () => { + return Promise.resolve( + 'Calendar events for today: Go to the central park zoo at 10am' + ); + } +); + +const calendarAgent = { + name: 'calendar', + instructions: 'Get the calendar events for today.', + functions: [calendarFunc], +}; + +const weatherHandoff = swarmHandoff({ agent: weatherAgent }); +const calendarHandoff = swarmHandoff({ agent: calendarAgent }); + +const dispatchAgent = { + name: 'dispatch', + instructions: + 'You are a helpful assistant that can dispatch tasks to other agents.', + functions: [weatherHandoff, calendarHandoff], +}; + +const dispatchHandoff = swarmHandoff({ + agent: dispatchAgent, + description: + "Transfer to the dispatch agent if you aren't able to handle the user's request.", +}); +weatherAgent.functions.push(dispatchHandoff); +calendarAgent.functions.push(dispatchHandoff); + +await runSwarmRepl(dispatchAgent).catch((err) => { + console.error(err); + process.exit(1); +}); diff --git a/src/swarm/types.ts b/src/swarm/types.ts new file mode 100644 index 0000000..eb5b15a --- /dev/null +++ b/src/swarm/types.ts @@ -0,0 +1,42 @@ +import { type z } from 'zod'; + +import { type Msg } from '../model/types.js'; + +export type CtxVal = Record; + +export type Agent = { + name: string; + model?: string; + functions: SwarmFunc[]; // eslint-disable-line no-use-before-define + instructions: string | ((args: CtxVal) => string); + toolChoice?: string; + parallelToolCalls?: boolean; +}; + +export type SwarmFuncResult = { + value: string; + agent?: Agent; + ctx?: CtxVal; +}; + +export interface SwarmFunc = z.ZodObject> { + // TODO: add support for context injection + /** The implementation of the function, with arg parsing and validation. */ + (input: string | Msg): Promise; + /** The Zod schema for the arguments string. */ + argsSchema: Schema; + /** Parse the function arguments from a message. */ + parseArgs(input: string | Msg): z.infer; + /** The function spec for the OpenAI API `functions` property. */ + spec: { + name: string; + description?: string; + parameters: Record; + }; +} + +export type SwarmResponse = { + messages: Msg[]; + agent: Agent; + ctx: CtxVal; +}; From c334720b8835294023d5c09e6acd3506a8a55aef Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Mon, 14 Oct 2024 06:50:08 -0400 Subject: [PATCH 19/30] 4.0.0-0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c6ed349..b2a7457 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dexaai/dexter", "type": "module", - "version": "3.0.0-3", + "version": "4.0.0-0", "description": "LLM tools used in production at Dexa, with a focus on real-world RAG.", "repository": "dexaai/dexter", "license": "MIT", From e3b290ebfd4093dbe5f82c052a088a91ee16b1da Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Wed, 16 Oct 2024 21:06:44 -0400 Subject: [PATCH 20/30] Rename `Runner` to `AIRunner` for consistency ...with AIFunction. --- src/ai-function/ai-runner.ts | 8 ++++---- src/ai-function/index.ts | 6 +++++- src/ai-function/types.ts | 10 +++++----- 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/ai-function/ai-runner.ts b/src/ai-function/ai-runner.ts index b5abc4f..61a4420 100644 --- a/src/ai-function/ai-runner.ts +++ b/src/ai-function/ai-runner.ts @@ -3,7 +3,7 @@ import pMap from 'p-map'; import { MsgUtil } from '../model/index.js'; import { type Model, type Msg } from '../model/types.js'; import { getErrorMsg } from '../model/utils/errors.js'; -import { type AIFunction, type Runner } from './types.js'; +import { type AIFunction, type AIRunner } from './types.js'; /** * Creates a function to run a chat model in a loop @@ -25,12 +25,12 @@ export function createAIRunner(args: { /** Parse and validate the content of the last message. */ validateContent?: (content: string | null) => Content | Promise; /** Controls whether functions or tool_calls are used. */ - mode?: Runner.Mode; + mode?: AIRunner.Mode; /** Add a system message to the beginning of the messages array. */ systemMessage?: string; /** Called when a retriable error occurs. */ onRetriableError?: (error: Error) => void; -}): Runner { +}): AIRunner { /** Return the content string or an empty string if null. */ function defaultValidateContent(content: string | null): Content { return (content ?? '') as Content; @@ -161,7 +161,7 @@ export function createAIRunner(args: { /** Get the chat model params for the tools or functions. */ function getParams(args: { functions?: AIFunction[]; - mode: Runner.Mode; + mode: AIRunner.Mode; }): Pick { const { functions } = args; // Return an empty object if there are no functions diff --git a/src/ai-function/index.ts b/src/ai-function/index.ts index 9a3515e..49b4c88 100644 --- a/src/ai-function/index.ts +++ b/src/ai-function/index.ts @@ -1,4 +1,8 @@ export { createAIExtractFunction } from './ai-extract-function.js'; export { createAIFunction } from './ai-function.js'; export { createAIRunner, handleFunctionCallMessage } from './ai-runner.js'; -export { type AIFunction, type ExtractFunction, type Runner } from './types.js'; +export { + type AIFunction, + type AIRunner, + type ExtractFunction, +} from './types.js'; diff --git a/src/ai-function/types.ts b/src/ai-function/types.ts index efc698d..16702a1 100644 --- a/src/ai-function/types.ts +++ b/src/ai-function/types.ts @@ -6,12 +6,12 @@ import { type Model, type Msg } from '../model/types.js'; /** * A runner that iteratively calls the model and handles function calls. */ -export type Runner = ( - params: string | Runner.Params, +export type AIRunner = ( + params: string | AIRunner.Params, context?: Model.Ctx -) => Promise>; +) => Promise>; -export namespace Runner { +export namespace AIRunner { /** Parameters to execute a runner */ export type Params = SetOptional; @@ -40,7 +40,7 @@ export namespace Runner { * A function used to extract data using OpenAI function calling. */ export type ExtractFunction> = ( - params: string | Runner.Params, + params: string | AIRunner.Params, context?: Model.Ctx ) => Promise>; From 7947e4bdbf4dc611792efc7f86ff138f74214aed Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Wed, 16 Oct 2024 21:09:48 -0400 Subject: [PATCH 21/30] Add optional strict validation to extract function --- src/extract/index.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/extract/index.ts b/src/extract/index.ts index d3cf59b..6bbf441 100644 --- a/src/extract/index.ts +++ b/src/extract/index.ts @@ -17,8 +17,10 @@ export function createExtractFunction>(args: { schema: Schema; /** Add a system message to the beginning of the messages array. */ systemMessage: string; + /** Apply strict validation to the extracted data (default: true) */ + strict?: boolean; }): (input: string | Msg) => Promise> { - const { chatModel, schema, systemMessage } = args; + const { chatModel, schema, systemMessage, strict = true } = args; async function runExtract(input: string | Msg): Promise> { const inputVal = typeof input === 'string' ? input : (input.content ?? ''); @@ -33,7 +35,7 @@ export function createExtractFunction>(args: { type: 'json_schema', json_schema: { name: args.name, - strict: true, + strict, schema: zodToJsonSchema(schema, { $refStrategy: 'none', openaiStrictMode: true, From d419fd08068a5f618dadcfe08950ef542c13c18b Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Wed, 16 Oct 2024 21:15:48 -0400 Subject: [PATCH 22/30] Replace legacy `Model.Message` type with `Msg` --- src/model/chat.ts | 10 +++++----- src/model/types.ts | 10 +++------- src/model/utils/tokenizer.ts | 11 ++++++----- 3 files changed, 14 insertions(+), 17 deletions(-) diff --git a/src/model/chat.ts b/src/model/chat.ts index b9d9cdb..66ed9f9 100644 --- a/src/model/chat.ts +++ b/src/model/chat.ts @@ -3,7 +3,7 @@ import { type PartialDeep, type SetOptional } from 'type-fest'; import { createOpenAIClient } from './clients/openai.js'; import { AbstractModel, type ModelArgs } from './model.js'; -import { type Model } from './types.js'; +import { type Model, type Msg } from './types.js'; import { calculateCost } from './utils/calculate-cost.js'; import { deepMerge, mergeEvents, type Prettify } from './utils/helpers.js'; import { MsgUtil } from './utils/message-util.js'; @@ -276,7 +276,7 @@ export class ChatModel< /** * Verbose logging for debugging prompts */ -function logInput(args: { params: { messages: Model.Message[] } }) { +function logInput(args: { params: { messages: Msg[] } }) { console.debug(`-----> [Request] ----->`); console.debug(); args.params.messages.forEach(logMessage); @@ -290,10 +290,10 @@ function logResponse(args: { }; cached: boolean; latency?: number; - choices: { message: Model.Message }[]; + choices: { message: Msg }[]; cost?: number; }; - params: { messages: Model.Message[] }; + params: { messages: Msg[] }; }) { const { usage, cost, latency, choices } = args.response; const tokens = { @@ -314,7 +314,7 @@ function logResponse(args: { logMessage(message, args.params.messages.length + 1); } -function logMessage(message: Model.Message, index: number) { +function logMessage(message: Msg, index: number) { console.debug( `[${index}] ${message.role.toUpperCase()}:${ 'name' in message ? ` (${message.name}) ` : '' diff --git a/src/model/types.ts b/src/model/types.ts index 386b6fc..d3dad77 100644 --- a/src/model/types.ts +++ b/src/model/types.ts @@ -148,7 +148,7 @@ export namespace Model { streamChatCompletion: OpenAIClient['streamChatCompletion']; }; export interface Run extends Base.Run { - messages: Model.Message[]; + messages: Msg[]; } export interface Config extends Base.Config { /** Handle new chunk from streaming requests. */ @@ -291,8 +291,8 @@ export namespace Model { /** Decode an array of integer tokens into a string */ decode(tokens: number[] | Uint32Array): string; /** - * Count the number of tokens in a string or ChatMessage(s). - * A single ChatMessage is counted as a completion and an array as a prompt. + * Count the number of tokens in a string or message(s). + * A single Msg is counted as a completion and an array as a prompt. * Strings are counted as is. */ countTokens(input?: string | Msg | Msg[]): number; @@ -307,10 +307,6 @@ export namespace Model { }): string; } - // TODO: replace iwth just Msg - /** Primary message type for chat models */ - export type Message = Msg; - /** The provider of the model (eg: OpenAI) */ export type Provider = (string & {}) | 'openai' | 'custom'; diff --git a/src/model/utils/tokenizer.ts b/src/model/utils/tokenizer.ts index 0ae9b1c..97fbb5d 100644 --- a/src/model/utils/tokenizer.ts +++ b/src/model/utils/tokenizer.ts @@ -1,11 +1,10 @@ -import { type ChatMessage } from 'openai-fetch'; import { encoding_for_model, type Tiktoken, type TiktokenModel, } from 'tiktoken'; -import { type Model } from '../types.js'; +import { type Model, type Msg } from '../types.js'; const GPT_4_MODELS = [ 'gpt-4', @@ -56,7 +55,7 @@ class Tokenizer implements Model.ITokenizer { * Count the number of tokens in a string or ChatMessage(s) * A single message is counted as a completion and an array as a prompt **/ - countTokens(input?: string | ChatMessage | ChatMessage[]): number { + countTokens(input?: string | Msg | Msg[]): number { if (!input) return 0; if (typeof input === 'string') { return this.tiktoken.encode(input).length; @@ -79,13 +78,15 @@ class Tokenizer implements Model.ITokenizer { // For 4, the name and role are included // Details here: https://github.com/openai/openai-python/blob/main/chatml.md numTokens += 1; // role - if (message.name) { + if ('name' in message) { // No idea why this, but tested with many examples and it works... numTokens += this.countTokens(`${message.name}`) + 1; } } else { // For 3.5, the name replaces the role if it's present - numTokens += this.countTokens(message.name || message.role); + numTokens += this.countTokens( + 'name' in message ? message.name : message.role + ); } } From 9f4dd7742cb0262d1ad28a86aa6a4031b83b4ceb Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Wed, 16 Oct 2024 21:19:43 -0400 Subject: [PATCH 23/30] Enhance `readme.md` based on feedback --- readme.md | 85 ++++++++++++++++++++++++------------------------------- 1 file changed, 37 insertions(+), 48 deletions(-) diff --git a/readme.md b/readme.md index e723f26..8307b6d 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ Dexter is a powerful TypeScript library for working with Large Language Models ( ## Features -- **Comprehensive Model Support**: Implementations for Chat, Completion, Embedding, and Sparse Vector models, with efficient OpenAI API integration via `openai-fetch`. +- **Comprehensive Model Support**: Implementations for Chat, Completion, Embedding, and Sparse Vector models, with efficient OpenAI API integration via [`openai-fetch`](https://github.com/dexaai/openai-fetch). - **Advanced AI Function Utilities**: Tools for creating and managing AI functions, including `createAIFunction`, `createAIExtractFunction`, and `createAIRunner`, with Zod integration for schema validation. @@ -71,14 +71,11 @@ const chatModel = new ChatModel({ params: { model: 'gpt-3.5-turbo' }, }); -async function main() { - const response = await chatModel.run({ - messages: [{ role: 'user', content: 'Tell me a short joke' }], - }); - console.log(response.message.content); +const response = await chatModel.run({ + messages: [{ role: 'user', content: 'Tell me a short joke' }], +}); +console.log(response.message.content); } - -main().catch(console.error); ``` ## Examples @@ -92,17 +89,13 @@ const chatModel = new ChatModel({ params: { model: 'gpt-4' }, }); -async function main() { - const response = await chatModel.run({ - messages: [MsgUtil.user('Write a short story about a robot learning to love')], - handleUpdate: (chunk) => { - process.stdout.write(chunk); - }, - }); - console.log('\n\nFull response:', response.message.content); -} - -main().catch(console.error); +const response = await chatModel.run({ + messages: [MsgUtil.user('Write a short story about a robot learning to love')], + handleUpdate: (chunk) => { + process.stdout.write(chunk); + }, +}); +console.log('\n\nFull response:', response.message.content); ``` ### Extracting Structured Data @@ -125,14 +118,12 @@ const extractPeopleNames = createExtractFunction({ }), }); -async function main() { - const peopleNames = await extractPeopleNames( - `Dr. Andrew Huberman interviewed Tony Hawk, an idol of Andrew Hubermans.` - ); - console.log('peopleNames', peopleNames); -} +const peopleNames = await extractPeopleNames( + `Dr. Andrew Huberman interviewed Tony Hawk, an idol of Andrew Hubermans.` +); -main().catch(console.error); +console.log('peopleNames', peopleNames); +// => ['Andrew Huberman', 'Tony Hawk'] ``` ### Using AI Functions @@ -170,14 +161,10 @@ const chatModel = new ChatModel({ }, }); -async function main() { - const response = await chatModel.run({ - messages: [MsgUtil.user('What\'s the weather like in New York?')], - }); - console.log(response.message); -} - -main().catch(console.error); +const response = await chatModel.run({ + messages: [MsgUtil.user('What\'s the weather like in New York?')], +}); +console.log(response.message); ``` ### Embedding Generation @@ -189,14 +176,10 @@ const embeddingModel = new EmbeddingModel({ params: { model: 'text-embedding-ada-002' }, }); -async function main() { - const response = await embeddingModel.run({ - input: ['Hello, world!', 'How are you?'], - }); - console.log(response.embeddings); -} - -main().catch(console.error); +const response = await embeddingModel.run({ + input: ['Hello, world!', 'How are you?'], +}); +console.log(response.embeddings); ``` ## Repository Structure @@ -404,11 +387,11 @@ Utilities for caching model responses. ## Advanced Topics -### OpenAI Client (openai-fetch) +### OpenAI Client ([openai-fetch](https://github.com/dexaai/openai-fetch)) -Dexter uses the `openai-fetch` library to interact with the OpenAI API. This client is lightweight, well-typed, and provides a simple interface for making API calls. Here's how it's used in Dexter: +Dexter uses the [`openai-fetch`](https://github.com/dexaai/openai-fetch) library to interact with the OpenAI API. This client is lightweight, well-typed, and provides a simple interface for making API calls. Here's how it's used in Dexter: -1. **Default Client**: By default, Dexter creates an instance of `OpenAIClient` from `openai-fetch` when initializing models. +1. **Default Client**: By default, Dexter creates an instance of `OpenAIClient` from [`openai-fetch`](https://github.com/dexaai/openai-fetch) when initializing models. 2. **Custom Client**: You can provide your own instance of `OpenAIClient` when creating a model: @@ -422,7 +405,7 @@ Dexter uses the `openai-fetch` library to interact with the OpenAI API. This cli 3. **Client Caching**: Dexter implements caching for `OpenAIClient` instances to improve performance when creating multiple models with the same configuration. -4. **Streaming Support**: The `openai-fetch` client supports streaming responses, which Dexter utilizes for real-time output in chat models. +4. **Streaming Support**: The [`openai-fetch`](https://github.com/dexaai/openai-fetch) client supports streaming responses, which Dexter utilizes for real-time output in chat models. 5. **Structured Output**: Dexter supports OpenAI's structured output feature through the `createExtractFunction`, which uses the `response_format` parameter with a JSON schema derived from a Zod schema. @@ -441,7 +424,7 @@ Dexter defines a set of message types (`Msg`) that closely align with the OpenAI - `Msg.ToolCall`: Tool call messages - `Msg.ToolResult`: Tool result messages -These types are designed to be compatible with the `ChatMessage` type from `openai-fetch`, with some differences: +These types are designed to be compatible with the `ChatMessage` type from [`openai-fetch`](https://github.com/dexaai/openai-fetch), with some differences: - Dexter throws a `RefusalError` for refusal messages instead of including them in the `Msg` union. - The `content` property is always defined (string or null) in Dexter's types. @@ -458,7 +441,7 @@ These types are designed to be compatible with the `ChatMessage` type from `open - `assertSystem`, `assertUser`, `assertAssistant`, `assertRefusal`, `assertFuncCall`, `assertFuncResult`, `assertToolCall`, `assertToolResult` 4. Conversion Method: - - `fromChatMessage`: Converts an `openai-fetch` `ChatMessage` to a Dexter `Msg` type + - `fromChatMessage`: Converts an [`openai-fetch`](https://github.com/dexaai/openai-fetch) `ChatMessage` to a Dexter `Msg` type ### Telemetry @@ -554,6 +537,12 @@ Dexter provides a system of event hooks that allow you to add custom logic at va 6. **Extending Models**: When using the `extend` method to create a new model instance, event handlers are merged, allowing you to add new handlers without removing existing ones. + ```typescript + const boringModel = new ChatModel({ params: { model: 'gpt-4o', temperature: 0 } }); + const funModel = boringModel.extend({ params: { temperature: 2 } }); + const cheapAndFunModel = funModel.extend({ params: { model: 'gpt-4o-mini' } }); + ``` + ## License MIT © [Dexa](https://dexa.ai) From 08748597da8527ed8c3dc5614357e4c63fd933cf Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Wed, 16 Oct 2024 21:20:47 -0400 Subject: [PATCH 24/30] Upgrade `openai-zod-to-json-schema` to v1.0.3 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b2a7457..8ef6202 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "jsonrepair": "^3.8.1", "ky": "^1.7.2", "openai-fetch": "3.3.1", - "openai-zod-to-json-schema": "^1.0.2", + "openai-zod-to-json-schema": "^1.0.3", "p-map": "^7.0.2", "p-throttle": "^6.2.0", "parse-json": "^8.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ab60087..bb20d9c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: 3.3.1 version: 3.3.1 openai-zod-to-json-schema: - specifier: ^1.0.2 - version: 1.0.2(zod@3.23.8) + specifier: ^1.0.3 + version: 1.0.3(zod@3.23.8) p-map: specifier: ^7.0.2 version: 7.0.2 @@ -2323,8 +2323,8 @@ packages: resolution: {integrity: sha512-/b7rPeKLgS+3C2dxQHPiWDj4wOcbL/SF5L2dxktmJyfFza/VK6Mr3+rIldgGxRNpqsa3oonEowafPNx5Tdq9dA==} engines: {node: '>=18'} - openai-zod-to-json-schema@1.0.2: - resolution: {integrity: sha512-ow+YY1aLbGx5kmgIi5FD3Aw/shL/jHAkFBIWbmW8+mzB4u/FtemBqnNbt17vr++eNopbihhJxw8/ubfeaqe6ug==} + openai-zod-to-json-schema@1.0.3: + resolution: {integrity: sha512-CFU+KtOmX1dk2nPCZcGYgbrI3YLJJgMSehx1mLbH1A2fsRmZevHzMau6vFIhtkCpHWkGQ3ossA4a0OzVHlGrkw==} engines: {node: '>=18'} peerDependencies: zod: ^3.23.8 @@ -5722,7 +5722,7 @@ snapshots: dependencies: ky: 1.7.2 - openai-zod-to-json-schema@1.0.2(zod@3.23.8): + openai-zod-to-json-schema@1.0.3(zod@3.23.8): dependencies: zod: 3.23.8 From 4513b78f0a062bf5953e497bc0e1951e02f9c69f Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Thu, 17 Oct 2024 19:54:13 -0400 Subject: [PATCH 25/30] Refactor imports and simplify module exports --- examples/ai-function.ts | 3 +-- examples/ai-runner-with-error.ts | 8 ++++-- examples/ai-runner.ts | 8 ++++-- examples/extract-people-names.ts | 3 +-- package.json | 12 ++------- readme.md | 6 ++--- src/ai-function/ai-extract-function.ts | 2 +- src/ai-function/ai-function.ts | 2 +- src/ai-function/ai-runner.ts | 2 +- src/ai-function/index.ts | 8 ------ src/ai-function/types.ts | 2 +- src/extract/index.ts | 2 +- src/index.ts | 35 +++++++++++++++++++++++--- src/model/index.ts | 20 --------------- src/swarm/repl.ts | 2 +- src/swarm/swarm-tools.ts | 2 +- src/swarm/swarm.ts | 4 +-- src/swarm/types.ts | 2 +- 18 files changed, 59 insertions(+), 64 deletions(-) delete mode 100644 src/ai-function/index.ts delete mode 100644 src/model/index.ts diff --git a/examples/ai-function.ts b/examples/ai-function.ts index 0091927..c21c42c 100644 --- a/examples/ai-function.ts +++ b/examples/ai-function.ts @@ -1,7 +1,6 @@ import 'dotenv/config'; -import { ChatModel, type Msg, MsgUtil } from '@dexaai/dexter'; -import { createAIFunction } from '@dexaai/dexter/ai-function'; +import { ChatModel, createAIFunction, type Msg, MsgUtil } from '@dexaai/dexter'; import { z } from 'zod'; /** diff --git a/examples/ai-runner-with-error.ts b/examples/ai-runner-with-error.ts index 8c547fd..faf3450 100644 --- a/examples/ai-runner-with-error.ts +++ b/examples/ai-runner-with-error.ts @@ -1,7 +1,11 @@ import 'dotenv/config'; -import { ChatModel, MsgUtil } from '@dexaai/dexter'; -import { createAIFunction, createAIRunner } from '@dexaai/dexter/ai-function'; +import { + ChatModel, + createAIFunction, + createAIRunner, + MsgUtil, +} from '@dexaai/dexter'; import { z } from 'zod'; /** Get the weather for a given location. */ diff --git a/examples/ai-runner.ts b/examples/ai-runner.ts index 6bd4972..9f5f03a 100644 --- a/examples/ai-runner.ts +++ b/examples/ai-runner.ts @@ -1,7 +1,11 @@ import 'dotenv/config'; -import { ChatModel, MsgUtil } from '@dexaai/dexter'; -import { createAIFunction, createAIRunner } from '@dexaai/dexter/ai-function'; +import { + ChatModel, + createAIFunction, + createAIRunner, + MsgUtil, +} from '@dexaai/dexter'; import { z } from 'zod'; /** Get the weather for a given location. */ diff --git a/examples/extract-people-names.ts b/examples/extract-people-names.ts index 24ac57f..4943841 100644 --- a/examples/extract-people-names.ts +++ b/examples/extract-people-names.ts @@ -1,7 +1,6 @@ import 'dotenv/config'; -import { ChatModel } from '@dexaai/dexter'; -import { createExtractFunction } from '@dexaai/dexter/extract'; +import { ChatModel, createExtractFunction } from '@dexaai/dexter'; import { z } from 'zod'; /** A function to extract people names from text. */ diff --git a/package.json b/package.json index 8ef6202..fc83240 100644 --- a/package.json +++ b/package.json @@ -16,16 +16,8 @@ "exports": { "./package.json": "./package.json", ".": { - "types": "./dist/model/index.d.ts", - "import": "./dist/model/index.js" - }, - "./ai-function": { - "types": "./dist/ai-function/index.d.ts", - "import": "./dist/ai-function/index.js" - }, - "./extract": { - "types": "./dist/extract/index.d.ts", - "import": "./dist/extract/index.js" + "types": "./dist/index.d.ts", + "import": "./dist/index.js" }, "./swarm": { "types": "./dist/swarm/index.d.ts", diff --git a/readme.md b/readme.md index 8307b6d..face35c 100644 --- a/readme.md +++ b/readme.md @@ -101,8 +101,7 @@ console.log('\n\nFull response:', response.message.content); ### Extracting Structured Data ```typescript -import { ChatModel } from '@dexaai/dexter'; -import { createExtractFunction } from '@dexaai/dexter/extract'; +import { ChatModel, createExtractFunction } from '@dexaai/dexter'; import { z } from 'zod'; const extractPeopleNames = createExtractFunction({ @@ -129,8 +128,7 @@ console.log('peopleNames', peopleNames); ### Using AI Functions ```typescript -import { ChatModel, MsgUtil } from '@dexaai/dexter'; -import { createAIFunction } from '@dexaai/dexter/ai-function'; +import { ChatModel, MsgUtil, createAIFunction } from '@dexaai/dexter'; import { z } from 'zod'; const getWeather = createAIFunction( diff --git a/src/ai-function/ai-extract-function.ts b/src/ai-function/ai-extract-function.ts index 6c57119..6a28948 100644 --- a/src/ai-function/ai-extract-function.ts +++ b/src/ai-function/ai-extract-function.ts @@ -1,6 +1,6 @@ import { type z } from 'zod'; -import { type Model, MsgUtil } from '../model/index.js'; +import { type Model, MsgUtil } from '../index.js'; import { createAIFunction } from './ai-function.js'; import { createAIRunner } from './ai-runner.js'; import { type ExtractFunction } from './types.js'; diff --git a/src/ai-function/ai-function.ts b/src/ai-function/ai-function.ts index f801668..6d6f913 100644 --- a/src/ai-function/ai-function.ts +++ b/src/ai-function/ai-function.ts @@ -5,7 +5,7 @@ import { type Msg, MsgUtil, zodToJsonSchema, -} from '../model/index.js'; +} from '../index.js'; import { cleanString } from '../model/utils/message-util.js'; import { type AIFunction } from './types.js'; diff --git a/src/ai-function/ai-runner.ts b/src/ai-function/ai-runner.ts index 61a4420..98dee0a 100644 --- a/src/ai-function/ai-runner.ts +++ b/src/ai-function/ai-runner.ts @@ -1,6 +1,6 @@ import pMap from 'p-map'; -import { MsgUtil } from '../model/index.js'; +import { MsgUtil } from '../index.js'; import { type Model, type Msg } from '../model/types.js'; import { getErrorMsg } from '../model/utils/errors.js'; import { type AIFunction, type AIRunner } from './types.js'; diff --git a/src/ai-function/index.ts b/src/ai-function/index.ts deleted file mode 100644 index 49b4c88..0000000 --- a/src/ai-function/index.ts +++ /dev/null @@ -1,8 +0,0 @@ -export { createAIExtractFunction } from './ai-extract-function.js'; -export { createAIFunction } from './ai-function.js'; -export { createAIRunner, handleFunctionCallMessage } from './ai-runner.js'; -export { - type AIFunction, - type AIRunner, - type ExtractFunction, -} from './types.js'; diff --git a/src/ai-function/types.ts b/src/ai-function/types.ts index 16702a1..a8e5f5f 100644 --- a/src/ai-function/types.ts +++ b/src/ai-function/types.ts @@ -1,7 +1,7 @@ import { type SetOptional } from 'type-fest'; import { type z } from 'zod'; -import { type Model, type Msg } from '../model/types.js'; +import { type Model, type Msg } from '../index.js'; /** * A runner that iteratively calls the model and handles function calls. diff --git a/src/extract/index.ts b/src/extract/index.ts index 6bbf441..25434c3 100644 --- a/src/extract/index.ts +++ b/src/extract/index.ts @@ -1,7 +1,7 @@ import { zodToJsonSchema } from 'openai-zod-to-json-schema'; import { type z } from 'zod'; -import { type Model, type Msg, MsgUtil } from '../model/index.js'; +import { type Model, type Msg, MsgUtil } from '../index.js'; /** * Extract data using OpenAI structured outputs. diff --git a/src/index.ts b/src/index.ts index d17ead8..d5658eb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,32 @@ -// This is intentionally empty, but here to make bundlers happy. - -export {}; +export { createAIExtractFunction } from './ai-function/ai-extract-function.js'; +export { createAIFunction } from './ai-function/ai-function.js'; +export { + createAIRunner, + handleFunctionCallMessage, +} from './ai-function/ai-runner.js'; +export { + type AIFunction, + type AIRunner, + type ExtractFunction, +} from './ai-function/types.js'; +export { createExtractFunction } from './extract/index.js'; +export type { ChatModelArgs } from './model/chat.js'; +export { ChatModel } from './model/chat.js'; +export { createOpenAIClient } from './model/clients/openai.js'; +export type { CompletionModelArgs } from './model/completion.js'; +export { CompletionModel } from './model/completion.js'; +export type { EmbeddingModelArgs } from './model/embedding.js'; +export { EmbeddingModel } from './model/embedding.js'; +export type { ModelArgs } from './model/model.js'; +export { AbstractModel } from './model/model.js'; +export type { SparseVectorModelArgs } from './model/sparse-vector.js'; +export { SparseVectorModel } from './model/sparse-vector.js'; +export type { Model, Msg } from './model/types.js'; +export { type CacheKey, type CacheStorage } from './model/utils/cache.js'; +export { calculateCost } from './model/utils/calculate-cost.js'; +export { AbortError, RefusalError } from './model/utils/errors.js'; +export { extractJsonObject } from './model/utils/extract-json.js'; +export { extractZodObject } from './model/utils/extract-zod-object.js'; +export { MsgUtil } from './model/utils/message-util.js'; +export { createTokenizer, type Tokenizer } from './model/utils/tokenizer.js'; +export { zodToJsonSchema } from './model/utils/zod-to-json-schema.js'; diff --git a/src/model/index.ts b/src/model/index.ts deleted file mode 100644 index 5b18b53..0000000 --- a/src/model/index.ts +++ /dev/null @@ -1,20 +0,0 @@ -export type { ChatModelArgs } from './chat.js'; -export { ChatModel } from './chat.js'; -export { createOpenAIClient } from './clients/openai.js'; -export type { CompletionModelArgs } from './completion.js'; -export { CompletionModel } from './completion.js'; -export type { EmbeddingModelArgs } from './embedding.js'; -export { EmbeddingModel } from './embedding.js'; -export type { ModelArgs } from './model.js'; -export { AbstractModel } from './model.js'; -export type { SparseVectorModelArgs } from './sparse-vector.js'; -export { SparseVectorModel } from './sparse-vector.js'; -export type { Model, Msg } from './types.js'; -export { type CacheKey, type CacheStorage } from './utils/cache.js'; -export { calculateCost } from './utils/calculate-cost.js'; -export { AbortError, RefusalError } from './utils/errors.js'; -export { extractJsonObject } from './utils/extract-json.js'; -export { extractZodObject } from './utils/extract-zod-object.js'; -export { MsgUtil } from './utils/message-util.js'; -export { createTokenizer, type Tokenizer } from './utils/tokenizer.js'; -export { zodToJsonSchema } from './utils/zod-to-json-schema.js'; diff --git a/src/swarm/repl.ts b/src/swarm/repl.ts index 68d86eb..ff4f017 100644 --- a/src/swarm/repl.ts +++ b/src/swarm/repl.ts @@ -2,7 +2,7 @@ import * as readline from 'node:readline'; import chalk from 'chalk'; -import { type Msg, MsgUtil } from '../model/index.js'; +import { type Msg, MsgUtil } from '../index.js'; import { Swarm } from './swarm.js'; import { type Agent } from './types.js'; diff --git a/src/swarm/swarm-tools.ts b/src/swarm/swarm-tools.ts index 5533ede..072f47e 100644 --- a/src/swarm/swarm-tools.ts +++ b/src/swarm/swarm-tools.ts @@ -5,7 +5,7 @@ import { type Msg, MsgUtil, zodToJsonSchema, -} from '../model/index.js'; +} from '../index.js'; import { getErrorMsg } from '../model/utils/errors.js'; import { cleanString } from '../model/utils/message-util.js'; import { type Agent, type SwarmFunc } from './types.js'; diff --git a/src/swarm/swarm.ts b/src/swarm/swarm.ts index 2507adb..59e3eca 100644 --- a/src/swarm/swarm.ts +++ b/src/swarm/swarm.ts @@ -1,8 +1,6 @@ import pMap from 'p-map'; -import { ChatModel } from '../model/chat.js'; -import { MsgUtil } from '../model/index.js'; -import { type Msg } from '../model/types.js'; +import { ChatModel, type Msg, MsgUtil } from '../index.js'; import { getErrorMsg } from '../model/utils/errors.js'; import { type Agent, diff --git a/src/swarm/types.ts b/src/swarm/types.ts index eb5b15a..e840760 100644 --- a/src/swarm/types.ts +++ b/src/swarm/types.ts @@ -1,6 +1,6 @@ import { type z } from 'zod'; -import { type Msg } from '../model/types.js'; +import { type Msg } from '../index.js'; export type CtxVal = Record; From 952919608453cbfe1bf892e50315b4db111bf3bb Mon Sep 17 00:00:00 2001 From: Riley Tomasek Date: Thu, 17 Oct 2024 19:57:31 -0400 Subject: [PATCH 26/30] 4.0.0-1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc83240..5c924b3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dexaai/dexter", "type": "module", - "version": "4.0.0-0", + "version": "4.0.0-1", "description": "LLM tools used in production at Dexa, with a focus on real-world RAG.", "repository": "dexaai/dexter", "license": "MIT", From 33255ac2892c3022c029c84edc12a8a5d5873fdf Mon Sep 17 00:00:00 2001 From: Colin Fortuner Date: Fri, 25 Oct 2024 11:39:35 -0400 Subject: [PATCH 27/30] Adding aifetch, anthropic fetch --- examples/abort-chat-completion.ts | 2 +- examples/ai-function.ts | 3 +- examples/ai-runner-with-error.ts | 5 +- examples/ai-runner.ts | 5 +- examples/anthropic-ai-function.ts | 102 ++++++++++++++++++++ examples/anthropic-ai-runner.ts | 98 ++++++++++++++++++++ examples/caching-redis.ts | 3 +- examples/embeddings.ts | 28 ++++++ examples/extract-people-names.ts | 3 +- examples/with-telemetry.ts | 3 +- package.json | 6 +- pnpm-lock.yaml | 18 ++-- src/ai-function/ai-runner.ts | 2 +- src/ai-function/types.ts | 6 +- src/index.ts | 1 + src/model/chat.ts | 60 +++++++----- src/model/clients/anthropic.ts | 22 +++++ src/model/completion.ts | 51 ++++++---- src/model/embedding.ts | 65 ++++++++----- src/model/model.ts | 17 ++-- src/model/sparse-vector.ts | 47 ++++++---- src/model/telemetry/extractors.ts | 8 +- src/model/types.ts | 148 ++++++++++++++++++++---------- src/model/utils/message-util.ts | 2 +- src/swarm/swarm.ts | 20 ++-- 25 files changed, 554 insertions(+), 171 deletions(-) create mode 100644 examples/anthropic-ai-function.ts create mode 100644 examples/anthropic-ai-runner.ts create mode 100644 examples/embeddings.ts create mode 100644 src/model/clients/anthropic.ts diff --git a/examples/abort-chat-completion.ts b/examples/abort-chat-completion.ts index c62e092..338c16c 100644 --- a/examples/abort-chat-completion.ts +++ b/examples/abort-chat-completion.ts @@ -1,6 +1,6 @@ import 'dotenv/config'; -import { ChatModel, type Msg, MsgUtil } from '@dexaai/dexter'; +import { ChatModel, type Msg, MsgUtil } from '../src/index.js'; /** * npx tsx examples/abort-chat-completion.ts diff --git a/examples/ai-function.ts b/examples/ai-function.ts index c21c42c..8177fda 100644 --- a/examples/ai-function.ts +++ b/examples/ai-function.ts @@ -1,8 +1,9 @@ import 'dotenv/config'; -import { ChatModel, createAIFunction, type Msg, MsgUtil } from '@dexaai/dexter'; import { z } from 'zod'; +import { ChatModel, createAIFunction, type Msg, MsgUtil } from '../src/index.js'; + /** * npx tsx examples/ai-function.ts */ diff --git a/examples/ai-runner-with-error.ts b/examples/ai-runner-with-error.ts index faf3450..6ec844b 100644 --- a/examples/ai-runner-with-error.ts +++ b/examples/ai-runner-with-error.ts @@ -1,12 +1,13 @@ import 'dotenv/config'; +import { z } from 'zod'; + import { ChatModel, createAIFunction, createAIRunner, MsgUtil, -} from '@dexaai/dexter'; -import { z } from 'zod'; +} from '../src/index.js'; /** Get the weather for a given location. */ const getWeather = createAIFunction( diff --git a/examples/ai-runner.ts b/examples/ai-runner.ts index 9f5f03a..e17c806 100644 --- a/examples/ai-runner.ts +++ b/examples/ai-runner.ts @@ -1,12 +1,13 @@ import 'dotenv/config'; +import { z } from 'zod'; + import { ChatModel, createAIFunction, createAIRunner, MsgUtil, -} from '@dexaai/dexter'; -import { z } from 'zod'; +} from '../src/index.js'; /** Get the weather for a given location. */ const getWeather = createAIFunction( diff --git a/examples/anthropic-ai-function.ts b/examples/anthropic-ai-function.ts new file mode 100644 index 0000000..d736cd4 --- /dev/null +++ b/examples/anthropic-ai-function.ts @@ -0,0 +1,102 @@ +import 'dotenv/config'; + +import { z } from 'zod'; + +import { ChatModel, createAIFunction, createAnthropicClient, type Msg, MsgUtil } from '../src/index.js'; + +/** + * npx tsx examples/ai-function.ts + */ +async function main() { + const getWeather = createAIFunction( + { + name: 'get_weather', + description: 'Gets the weather for a given location', + argsSchema: z.object({ + location: z + .string() + .describe('The city and state e.g. San Francisco, CA'), + unit: z + .enum(['c', 'f']) + .optional() + .default('f') + .describe('The unit of temperature to use'), + }), + }, + // Fake weather API implementation which returns a random temperature + // after a short delay + async (args: { location: string; unit?: string }) => { + await new Promise((resolve) => setTimeout(resolve, 500)); + + return { + location: args.location, + unit: args.unit, + temperature: (30 + Math.random() * 70) | 0, + }; + } + ); + + const chatModel = new ChatModel({ + debug: true, + client: createAnthropicClient(), + params: { + model: 'claude-2.0', + temperature: 0.5, + max_tokens: 500, + tools: [ + { + type: 'function', + function: getWeather.spec, + }, + ], + }, + }); + + const messages: Msg[] = [ + MsgUtil.user('What is the weather in San Francisco?'), + ]; + + { + // Invoke the chat model and have it create the args for the `get_weather` function + const { message } = await chatModel.run({ + messages, + model: 'claude-2.0', + tool_choice: { + type: 'function', + function: { + name: 'get_weather', + }, + }, + }); + + if (!MsgUtil.isToolCall(message)) { + throw new Error('Expected tool call'); + } + messages.push(message); + + for (const toolCall of message.tool_calls) { + if (toolCall.function.name !== 'get_weather') { + throw new Error(`Invalid function name: ${toolCall.function.name}`); + } + + const result = await getWeather(toolCall.function.arguments); + const toolResult = MsgUtil.toolResult(result, toolCall.id); + messages.push(toolResult); + } + } + + { + // Invoke the chat model with the result + const { message } = await chatModel.run({ + messages, + tool_choice: 'none', + }); + if (!MsgUtil.isAssistant(message)) { + throw new Error('Expected assistant message'); + } + + console.log(message.content); + } +} + +main(); diff --git a/examples/anthropic-ai-runner.ts b/examples/anthropic-ai-runner.ts new file mode 100644 index 0000000..d0e67ab --- /dev/null +++ b/examples/anthropic-ai-runner.ts @@ -0,0 +1,98 @@ +import 'dotenv/config'; + +import { z } from 'zod'; + +import { + ChatModel, + createAIFunction, + createAIRunner, + createAnthropicClient, + MsgUtil, +} from '../src/index.js'; + +/** Get the weather for a given location. */ +const getWeather = createAIFunction( + { + name: 'get_weather', + description: 'Gets the weather for a given location', + argsSchema: z.object({ + location: z + .string() + .describe('The city and state e.g. San Francisco, CA'), + unit: z + .enum(['c', 'f']) + .optional() + .default('f') + .describe('The unit of temperature to use'), + }), + }, + async ({ location, unit }) => { + await new Promise((resolve) => setTimeout(resolve, 500)); + const temperature = (30 + Math.random() * 70) | 0; + return { location, unit, temperature }; + } +); + +/** Get the capital city for a given state. */ +const getCapitalCity = createAIFunction( + { + name: 'get_capital_city', + description: 'Use this to get the the capital city for a given state', + argsSchema: z.object({ + state: z + .string() + .length(2) + .describe( + 'The state to get the capital city for, using the two letter abbreviation e.g. CA' + ), + }), + }, + async ({ state }) => { + await new Promise((resolve) => setTimeout(resolve, 500)); + let capitalCity = ''; + switch (state) { + case 'CA': + capitalCity = 'Sacramento'; + break; + case 'NY': + capitalCity = 'Albany'; + break; + default: + capitalCity = 'Unknown'; + } + return { capitalCity }; + } +); + +/** A runner that uses the weather and capital city functions. */ +const weatherCapitalRunner = createAIRunner({ + chatModel: new ChatModel({ + client: createAnthropicClient(), + params: { model: 'claude-2.0'}, + }), + functions: [getWeather, getCapitalCity], + systemMessage: `You use functions to answer questions about the weather and capital cities.`, +}); + +/** + * npx tsx examples/ai-runner.ts + */ +async function main() { + // Run with a string input + const rString = await weatherCapitalRunner( + `Whats the capital of California and NY and the weather for both` + ); + console.log('rString', rString); + + // Run with a message input + const rMessage = await weatherCapitalRunner({ + messages: [ + MsgUtil.user( + `Whats the capital of California and NY and the weather for both` + ), + ], + }); + console.log('rMessage', rMessage); +} + +main().catch(console.error); diff --git a/examples/caching-redis.ts b/examples/caching-redis.ts index dcae608..3691fbb 100644 --- a/examples/caching-redis.ts +++ b/examples/caching-redis.ts @@ -1,9 +1,10 @@ import 'dotenv/config'; -import { EmbeddingModel } from '@dexaai/dexter'; import KeyvRedis from '@keyv/redis'; import Keyv from 'keyv'; +import { EmbeddingModel } from '../src/index.js'; + /** * npx tsx examples/caching-redis.ts */ diff --git a/examples/embeddings.ts b/examples/embeddings.ts new file mode 100644 index 0000000..9eeb6d6 --- /dev/null +++ b/examples/embeddings.ts @@ -0,0 +1,28 @@ +import 'dotenv/config'; + +import { createOpenAIClient, EmbeddingModel} from '../src/index.js'; + +/** + * npx tsx examples/ai-function.ts + */ +async function main() { + const embeddingModel = new EmbeddingModel({ + client: createOpenAIClient(), + params: { model: 'text-embedding-3-small' }, + }); + + + { + // Invoke the chat model and have it create the args for the `get_weather` function + const response = await embeddingModel.run({ + input: ['What is the weather in San Francisco?'], + model: 'text-embedding-3-small', + }); + + console.log(response); + + } +} + + +main(); diff --git a/examples/extract-people-names.ts b/examples/extract-people-names.ts index 4943841..6ff4f1a 100644 --- a/examples/extract-people-names.ts +++ b/examples/extract-people-names.ts @@ -1,8 +1,9 @@ import 'dotenv/config'; -import { ChatModel, createExtractFunction } from '@dexaai/dexter'; import { z } from 'zod'; +import { ChatModel, createExtractFunction } from '../src/index.js'; + /** A function to extract people names from text. */ const extractPeopleNamesRunner = createExtractFunction({ chatModel: new ChatModel({ params: { model: 'gpt-4o-mini' } }), diff --git a/examples/with-telemetry.ts b/examples/with-telemetry.ts index 8ee7751..6b5863a 100644 --- a/examples/with-telemetry.ts +++ b/examples/with-telemetry.ts @@ -1,9 +1,10 @@ import './instrument.js'; import 'dotenv/config'; -import { ChatModel } from '@dexaai/dexter'; import * as Sentry from '@sentry/node'; +import { ChatModel } from '../src/index.js'; + const chatModel = new ChatModel({ // Send tracing data to Sentry telemetry: Sentry, diff --git a/package.json b/package.json index 5c924b3..aab13c8 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,8 @@ "hash-object": "^5.0.1", "jsonrepair": "^3.8.1", "ky": "^1.7.2", - "openai-fetch": "3.3.1", + "ai-fetch": "../ai-fetch", + "openai-fetch": "../openai-fetch", "openai-zod-to-json-schema": "^1.0.3", "p-map": "^7.0.2", "p-throttle": "^6.2.0", @@ -58,7 +59,8 @@ "tslib": "^2.7.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.3", - "zod-validation-error": "^3.4.0" + "zod-validation-error": "^3.4.0", + "anthropic-fetch": "../anthropic-fetch" }, "devDependencies": { "@dexaai/eslint-config": "^1.3.6", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bb20d9c..3d29be1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,12 @@ importers: '@fastify/deepmerge': specifier: ^2.0.0 version: 2.0.0 + ai-fetch: + specifier: ../ai-fetch + version: link:../ai-fetch + anthropic-fetch: + specifier: ../anthropic-fetch + version: link:../anthropic-fetch dedent: specifier: ^1.5.3 version: 1.5.3 @@ -24,8 +30,8 @@ importers: specifier: ^1.7.2 version: 1.7.2 openai-fetch: - specifier: 3.3.1 - version: 3.3.1 + specifier: ../openai-fetch + version: link:../openai-fetch openai-zod-to-json-schema: specifier: ^1.0.3 version: 1.0.3(zod@3.23.8) @@ -2319,10 +2325,6 @@ packages: resolution: {integrity: sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==} engines: {node: '>=18'} - openai-fetch@3.3.1: - resolution: {integrity: sha512-/b7rPeKLgS+3C2dxQHPiWDj4wOcbL/SF5L2dxktmJyfFza/VK6Mr3+rIldgGxRNpqsa3oonEowafPNx5Tdq9dA==} - engines: {node: '>=18'} - openai-zod-to-json-schema@1.0.3: resolution: {integrity: sha512-CFU+KtOmX1dk2nPCZcGYgbrI3YLJJgMSehx1mLbH1A2fsRmZevHzMau6vFIhtkCpHWkGQ3ossA4a0OzVHlGrkw==} engines: {node: '>=18'} @@ -5718,10 +5720,6 @@ snapshots: is-inside-container: 1.0.0 is-wsl: 3.1.0 - openai-fetch@3.3.1: - dependencies: - ky: 1.7.2 - openai-zod-to-json-schema@1.0.3(zod@3.23.8): dependencies: zod: 3.23.8 diff --git a/src/ai-function/ai-runner.ts b/src/ai-function/ai-runner.ts index 98dee0a..823dd65 100644 --- a/src/ai-function/ai-runner.ts +++ b/src/ai-function/ai-runner.ts @@ -162,7 +162,7 @@ export function createAIRunner(args: { function getParams(args: { functions?: AIFunction[]; mode: AIRunner.Mode; -}): Pick { +}): Pick, 'functions' | 'tools'> { const { functions } = args; // Return an empty object if there are no functions if (!functions?.length) { diff --git a/src/ai-function/types.ts b/src/ai-function/types.ts index a8e5f5f..32994a0 100644 --- a/src/ai-function/types.ts +++ b/src/ai-function/types.ts @@ -12,11 +12,13 @@ export type AIRunner = ( ) => Promise>; export namespace AIRunner { + export type Client = any; + /** Parameters to execute a runner */ - export type Params = SetOptional; + export type Params = SetOptional, 'model'>; export type ModelParams = Partial< - Omit + Omit, 'messages' | 'functions' | 'tools'> >; /** Response from executing a runner */ diff --git a/src/index.ts b/src/index.ts index d5658eb..9c65d2d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,6 +12,7 @@ export { export { createExtractFunction } from './extract/index.js'; export type { ChatModelArgs } from './model/chat.js'; export { ChatModel } from './model/chat.js'; +export { createAnthropicClient } from './model/clients/anthropic.js'; export { createOpenAIClient } from './model/clients/openai.js'; export type { CompletionModelArgs } from './model/completion.js'; export { CompletionModel } from './model/completion.js'; diff --git a/src/model/chat.ts b/src/model/chat.ts index 66ed9f9..1fd55f1 100644 --- a/src/model/chat.ts +++ b/src/model/chat.ts @@ -8,10 +8,14 @@ import { calculateCost } from './utils/calculate-cost.js'; import { deepMerge, mergeEvents, type Prettify } from './utils/helpers.js'; import { MsgUtil } from './utils/message-util.js'; -export type ChatModelArgs = SetOptional< +export type ChatModelArgs< + CustomCtx extends Model.Ctx, + CustomClient extends Model.Chat.Client, + CustomConfig extends Model.Chat.Config, +> = SetOptional< ModelArgs< - Model.Chat.Client, - Model.Chat.Config, + CustomClient, + CustomConfig, Model.Chat.Run, Model.Chat.Response, CustomCtx @@ -19,25 +23,31 @@ export type ChatModelArgs = SetOptional< 'client' | 'params' >; -export type PartialChatModelArgs = Prettify< - PartialDeep>, 'params'>> & - Partial>, 'params'>> +export type PartialChatModelArgs< + CustomCtx extends Model.Ctx, + CustomClient extends Model.Chat.Client, + CustomConfig extends Model.Chat.Config, +> = Prettify< + PartialDeep, CustomClient, CustomConfig>, 'params'>> & + Partial, CustomClient, CustomConfig>, 'params'>> >; export class ChatModel< - CustomCtx extends Model.Ctx = Model.Ctx, + CustomCtx extends Model.Ctx, + CustomClient extends Model.Chat.Client, + CustomConfig extends Model.Chat.Config, > extends AbstractModel< - Model.Chat.Client, - Model.Chat.Config, + CustomClient, + CustomConfig, Model.Chat.Run, Model.Chat.Response, Model.Chat.ApiResponse, CustomCtx > { modelType = 'chat' as const; - modelProvider = 'openai' as const; + modelProvider = 'anthropic' as const; - constructor(args: ChatModelArgs = {}) { + constructor(args: ChatModelArgs = {}) { const { // Add a default client if none is provided client = createOpenAIClient(), @@ -49,8 +59,8 @@ export class ChatModel< } = args; super({ - client, - params, + client: client as CustomClient, + params: params as CustomConfig & Partial, debug, events: mergeEvents( events, @@ -65,21 +75,27 @@ export class ChatModel< }); } - protected async runModel( + protected async runModel>( { handleUpdate, requestOpts, ...params - }: Model.Chat.Run & Model.Chat.Config, + }: Partial & Model.Chat.Run, context: CustomCtx ): Promise { const start = Date.now(); + const allParams = { + ...this.params, + ...params, + messages: params.messages ?? this.params.messages ?? [], + }; + // Use non-streaming API if no handler is provided if (!handleUpdate) { // Make the OpenAI API request const response = await this.client.createChatCompletion( - params, + allParams, requestOpts ); @@ -90,7 +106,7 @@ export class ChatModel< timestamp: new Date().toISOString(), modelType: this.modelType, modelProvider: this.modelProvider, - params, + params: allParams, response, latency: Date.now() - start, context, @@ -106,14 +122,14 @@ export class ChatModel< message, cached: false, latency: Date.now() - start, - cost: calculateCost({ model: params.model, tokens: response.usage }), + cost: calculateCost({ model: allParams.model, tokens: response.usage }), }; return modelResponse; } else { // Use the streaming API if a handler is provided const stream = await this.client.streamChatCompletion( - params, + allParams, requestOpts ); @@ -228,7 +244,7 @@ export class ChatModel< timestamp: new Date().toISOString(), modelType: this.modelType, modelProvider: this.modelProvider, - params, + params: allParams, response, latency: Date.now() - start, context, @@ -244,7 +260,7 @@ export class ChatModel< message, cached: false, latency: Date.now() - start, - cost: calculateCost({ model: params.model, tokens: response.usage }), + cost: calculateCost({ model: allParams.model, tokens: response.usage }), }; return modelResponse; @@ -252,7 +268,7 @@ export class ChatModel< } /** Clone the model and merge/override the given properties. */ - extend(args?: PartialChatModelArgs): this { + extend(args?: PartialChatModelArgs): this { return new ChatModel({ cacheKey: this.cacheKey, cache: this.cache, diff --git a/src/model/clients/anthropic.ts b/src/model/clients/anthropic.ts new file mode 100644 index 0000000..0b953f5 --- /dev/null +++ b/src/model/clients/anthropic.ts @@ -0,0 +1,22 @@ +import { AnthropicClient } from 'anthropic-fetch'; + +/** Cached Anthropic clients. */ +const cachedClients = new Map(); + +/** Create a new anthropic-fetch AnthropicClient. */ +export function createAnthropicClient( + /** Options to pass to the Anthropic client. */ + opts?: ConstructorParameters[0], + /** Force a new client to be created. */ + forceNew = false +): AnthropicClient { + if (!forceNew) { + const cachedClient = cachedClients.get(JSON.stringify(opts)); + if (cachedClient) return cachedClient; + } + + const client = new AnthropicClient(opts); + cachedClients.set(JSON.stringify(opts), client); + + return client; +} diff --git a/src/model/completion.ts b/src/model/completion.ts index 701e059..858d067 100644 --- a/src/model/completion.ts +++ b/src/model/completion.ts @@ -6,10 +6,14 @@ import { type Model } from './types.js'; import { calculateCost } from './utils/calculate-cost.js'; import { deepMerge, mergeEvents, type Prettify } from './utils/helpers.js'; -export type CompletionModelArgs = SetOptional< +export type CompletionModelArgs< + CustomCtx extends Model.Ctx, + CustomClient extends Model.Completion.Client, + CustomConfig extends Model.Completion.Config, +> = SetOptional< ModelArgs< - Model.Completion.Client, - Model.Completion.Config, + CustomClient, + CustomConfig, Model.Completion.Run, Model.Completion.Response, CustomCtx @@ -17,16 +21,22 @@ export type CompletionModelArgs = SetOptional< 'client' | 'params' >; -export type PartialCompletionModelArgs = Prettify< - PartialDeep>, 'params'>> & - Partial>, 'params'>> +export type PartialCompletionModelArgs< + CustomCtx extends Model.Ctx, + CustomClient extends Model.Completion.Client, + CustomConfig extends Model.Completion.Config, +> = Prettify< + PartialDeep, CustomClient, CustomConfig>, 'params'>> & + Partial, CustomClient, CustomConfig>, 'params'>> >; export class CompletionModel< CustomCtx extends Model.Ctx = Model.Ctx, + CustomClient extends Model.Completion.Client = Model.Completion.Client, + CustomConfig extends Model.Completion.Config = Model.Completion.Config, > extends AbstractModel< - Model.Completion.Client, - Model.Completion.Config, + CustomClient, + CustomConfig, Model.Completion.Run, Model.Completion.Response, Model.Completion.ApiResponse, @@ -35,24 +45,33 @@ export class CompletionModel< modelType = 'completion' as const; modelProvider = 'openai' as const; - constructor(args?: CompletionModelArgs) { + constructor(args?: CompletionModelArgs) { let { client, params } = args ?? {}; const { client: _, params: __, ...rest } = args ?? {}; // Add a default client if none is provided - client = client ?? createOpenAIClient(); + client = (client ?? createOpenAIClient()) as CustomClient; // Set default model if no params are provided - params = params ?? { model: 'gpt-3.5-turbo-instruct' }; + params = params ?? { model: 'gpt-3.5-turbo-instruct' } as CustomConfig & Partial; super({ client, params, ...rest }); } protected async runModel( - { requestOpts, ...params }: Model.Completion.Run & Model.Completion.Config, + { requestOpts, ...params }: Partial>, context: CustomCtx ): Promise { const start = Date.now(); + const allParams = { + ...this.params, + ...params, + prompt: params.prompt ?? this.params.prompt ?? null, + }; + // Make the OpenAI API request - const response = await this.client.createCompletions(params, requestOpts); + const response = await this.client.createCompletions( + allParams, + requestOpts + ); await Promise.allSettled( this.events?.onApiResponse?.map((event) => @@ -61,7 +80,7 @@ export class CompletionModel< timestamp: new Date().toISOString(), modelType: this.modelType, modelProvider: this.modelProvider, - params, + params: allParams, response, latency: Date.now() - start, context, @@ -74,14 +93,14 @@ export class CompletionModel< ...response, completion: response.choices[0].text, cached: false, - cost: calculateCost({ model: params.model, tokens: response.usage }), + cost: calculateCost({ model: allParams.model, tokens: response.usage }), }; return modelResponse; } /** Clone the model and merge/override the given properties. */ - extend(args?: PartialCompletionModelArgs): this { + extend(args?: PartialCompletionModelArgs): this { return new CompletionModel({ cacheKey: this.cacheKey, cache: this.cache, diff --git a/src/model/embedding.ts b/src/model/embedding.ts index 1430f33..89adcb0 100644 --- a/src/model/embedding.ts +++ b/src/model/embedding.ts @@ -8,10 +8,14 @@ import { type Model } from './types.js'; import { calculateCost } from './utils/calculate-cost.js'; import { deepMerge, mergeEvents, type Prettify } from './utils/helpers.js'; -export type EmbeddingModelArgs = SetOptional< +export type EmbeddingModelArgs< + CustomCtx extends Model.Ctx, + CustomClient extends Model.Embedding.Client = Model.Embedding.Client, + CustomConfig extends Model.Embedding.Config = Model.Embedding.Config, +> = SetOptional< ModelArgs< - Model.Embedding.Client, - Model.Embedding.Config, + CustomClient, + CustomConfig, Model.Embedding.Run, Model.Embedding.Response, CustomCtx @@ -19,13 +23,21 @@ export type EmbeddingModelArgs = SetOptional< 'client' | 'params' >; -export type PartialEmbeddingModelArgs = Prettify< - PartialDeep>, 'params'>> & - Partial>, 'params'>> +export type PartialEmbeddingModelArgs< + CustomCtx extends Model.Ctx, + CustomClient extends Model.Embedding.Client = Model.Embedding.Client, + CustomConfig extends Model.Embedding.Config = Model.Embedding.Config, +> = Prettify< + PartialDeep, CustomClient, CustomConfig>, 'params'>> & + Partial, CustomClient, CustomConfig>, 'params'>> >; -type BulkEmbedder = ( - params: Model.Embedding.Run & Model.Embedding.Config, +type BulkEmbedder< + CustomCtx extends Model.Ctx, + CustomClient extends Model.Embedding.Client = Model.Embedding.Client, + CustomConfig extends Model.Embedding.Config = Model.Embedding.Config, +> = ( + params: Model.Embedding.Run & CustomConfig, context: CustomCtx ) => Promise; @@ -41,9 +53,11 @@ const DEFAULTS = { export class EmbeddingModel< CustomCtx extends Model.Ctx = Model.Ctx, + CustomClient extends Model.Embedding.Client = Model.Embedding.Client, + CustomConfig extends Model.Embedding.Config = Model.Embedding.Config, > extends AbstractModel< - Model.Embedding.Client, - Model.Embedding.Config, + CustomClient, + CustomConfig, Model.Embedding.Run, Model.Embedding.Response, Model.Embedding.ApiResponse, @@ -51,15 +65,15 @@ export class EmbeddingModel< > { modelType = 'embedding' as const; modelProvider = 'openai' as const; - throttledModel: BulkEmbedder; + throttledModel: BulkEmbedder; - constructor(args: EmbeddingModelArgs = {}) { + constructor(args: EmbeddingModelArgs = {}) { const { client = createOpenAIClient(), params = { model: DEFAULTS.model }, ...rest } = args; - super({ client, params, ...rest }); + super({ client: client as CustomClient, params: params as CustomConfig, ...rest }); const interval = DEFAULTS.throttleInterval; const limit = @@ -68,7 +82,7 @@ export class EmbeddingModel< // Create the throttled function this.throttledModel = pThrottle({ limit, interval })( async ( - params: Model.Embedding.Run & Model.Embedding.Config, + params: Model.Embedding.Run & Model.Embedding.Config, context: CustomCtx ) => { const start = Date.now(); @@ -86,7 +100,7 @@ export class EmbeddingModel< timestamp: new Date().toISOString(), modelType: this.modelType, modelProvider: this.modelProvider, - params, + params: params as Model.Embedding.Run & CustomConfig, response, latency: Date.now() - start, context, @@ -110,17 +124,24 @@ export class EmbeddingModel< return modelResponse; } - ); + ) as BulkEmbedder>; } protected async runModel( - { requestOpts, ...params }: Model.Embedding.Run & Model.Embedding.Config, + { requestOpts, ...params }: Model.Embedding.Run & Partial>, context: CustomCtx ): Promise { const start = Date.now(); + + const allParams = { + ...this.params, + ...params, + input: params.input ?? this.params.input ?? [], + }; + // Batch the inputs for the requests const batches = batchInputs({ - input: params.input, + input: allParams.input, tokenizer: this.tokenizer, options: this.params.batch, }); @@ -136,7 +157,7 @@ export class EmbeddingModel< input: batch, model: this.params.model, requestOpts, - }, + } as Model.Embedding.Run & CustomConfig, mergedContext ); return response; @@ -164,7 +185,7 @@ export class EmbeddingModel< data: embeddingsObjs, embeddings: embeddingBatches.map((batch) => batch.embeddings).flat(), cached: false, - cost: calculateCost({ model: params.model, tokens: usage }), + cost: calculateCost({ model: allParams.model, tokens: usage }), latency: Date.now() - start, }; @@ -172,8 +193,8 @@ export class EmbeddingModel< } /** Clone the model and merge/override the given properties. */ - extend(args?: PartialEmbeddingModelArgs): this { - return new EmbeddingModel({ + extend(args?: PartialEmbeddingModelArgs): this { + return new EmbeddingModel({ cacheKey: this.cacheKey, cache: this.cache, client: this.client, diff --git a/src/model/model.ts b/src/model/model.ts index a5ede51..1d39bdf 100644 --- a/src/model/model.ts +++ b/src/model/model.ts @@ -19,7 +19,7 @@ import { createTokenizer } from './utils/tokenizer.js'; export interface ModelArgs< MClient extends Model.Base.Client, - MConfig extends Model.Base.Config, + MConfig extends Model.Base.Config, MRun extends Model.Base.Run, MResponse extends Model.Base.Response, Ctx extends Model.Ctx, @@ -41,7 +41,7 @@ export interface ModelArgs< client: MClient; context?: Ctx; params: MConfig & Partial; - events?: Model.Events; + events?: Model.Events; telemetry?: Telemetry.Provider; /** Whether or not to add default `console.log` event handlers */ debug?: boolean; @@ -49,7 +49,7 @@ export interface ModelArgs< export type PartialModelArgs< MClient extends Model.Base.Client, - MConfig extends Model.Base.Config, + MConfig extends Model.Base.Config, MRun extends Model.Base.Run, MResponse extends Model.Base.Response, CustomCtx extends Model.Ctx, @@ -70,15 +70,15 @@ export type PartialModelArgs< export abstract class AbstractModel< MClient extends Model.Base.Client, - MConfig extends Model.Base.Config, + MConfig extends Model.Base.Config, MRun extends Model.Base.Run, MResponse extends Model.Base.Response, AResponse = any, CustomCtx extends Model.Ctx = Model.Ctx, > { /** This is used to implement specific model calls */ - protected abstract runModel( - params: Prettify, + protected abstract runModel>( + params: Prettify, context: CustomCtx ): Promise; @@ -97,6 +97,7 @@ export abstract class AbstractModel< public readonly debug: boolean; public readonly params: MConfig & Partial; public readonly events: Model.Events< + MClient, MRun & MConfig, MResponse, CustomCtx, @@ -117,8 +118,8 @@ export abstract class AbstractModel< this.telemetry = args.telemetry ?? DefaultTelemetry; } - async run( - params: Prettify>, + async run>( + params: Prettify>, context?: CustomCtx ): Promise { const mergedContext = deepMerge(this.context, context); diff --git a/src/model/sparse-vector.ts b/src/model/sparse-vector.ts index ef9ba5a..a01bc52 100644 --- a/src/model/sparse-vector.ts +++ b/src/model/sparse-vector.ts @@ -8,11 +8,15 @@ import { AbstractModel, type ModelArgs } from './model.js'; import { type Model } from './types.js'; import { deepMerge, mergeEvents, type Prettify } from './utils/helpers.js'; -export type SparseVectorModelArgs = Prettify< +export type SparseVectorModelArgs< + CustomCtx extends Model.Ctx, + CustomClient extends Model.SparseVector.Client = Model.SparseVector.Client, + CustomConfig extends Model.SparseVector.Config = Model.SparseVector.Config +> = Prettify< Omit< ModelArgs< - Model.SparseVector.Client, - Model.SparseVector.Config, + CustomClient, + CustomConfig, Model.SparseVector.Run, Model.SparseVector.Response, CustomCtx @@ -23,17 +27,22 @@ export type SparseVectorModelArgs = Prettify< } >; -export type PartialSparseVectorModelArgs = - Prettify< - PartialDeep>, 'params'>> & - Partial>, 'params'>> +export type PartialSparseVectorModelArgs< + CustomCtx extends Model.Ctx, + CustomClient extends Model.SparseVector.Client = Model.SparseVector.Client, + CustomConfig extends Model.SparseVector.Config = Model.SparseVector.Config +> = Prettify< + PartialDeep, CustomClient, CustomConfig>, 'params'>> & + Partial, CustomClient, CustomConfig>, 'params'>> >; export class SparseVectorModel< CustomCtx extends Model.Ctx = Model.Ctx, + CustomClient extends Model.SparseVector.Client = Model.SparseVector.Client, + CustomConfig extends Model.SparseVector.Config = Model.SparseVector.Config > extends AbstractModel< - Model.SparseVector.Client, - Model.SparseVector.Config, + CustomClient, + CustomConfig, Model.SparseVector.Run, Model.SparseVector.Response, Model.SparseVector.ApiResponse, @@ -43,9 +52,9 @@ export class SparseVectorModel< modelProvider = 'custom' as const; serviceUrl: string; - constructor(args: SparseVectorModelArgs) { + constructor(args: SparseVectorModelArgs) { const { serviceUrl, ...rest } = args; - super({ client: createSpladeClient(), ...rest }); + super({ client: createSpladeClient() as CustomClient, ...rest }); const safeProcess = globalThis.process || { env: {} }; const tempServiceUrl = serviceUrl || safeProcess.env.SPLADE_SERVICE_URL; if (!tempServiceUrl) { @@ -58,7 +67,7 @@ export class SparseVectorModel< { requestOpts: _, ...params - }: Model.SparseVector.Run & Model.SparseVector.Config, + }: Model.SparseVector.Run & Partial>, context: CustomCtx ): Promise { const start = Date.now(); @@ -66,16 +75,19 @@ export class SparseVectorModel< const limit = params.throttleLimit ?? 600; const concurrency = params.concurrency ?? 10; + const model = params.model ?? this.params.model; + const input = params.input ?? this.params.input ?? []; + // Create a throttled version of the function for a single request const throttled = pThrottle({ limit, interval })( - async (params: { input: string; model: string }) => + async (params: { input: string; model: CustomConfig['model'] }) => this.runSingle(params, context) ); // Run the requests in parallel, respecting the maxConcurrentRequests value - const inputs = params.input.map((input) => ({ + const inputs = input.map((input) => ({ input, - model: params.model, + model, })); const responses = await pMap(inputs, throttled, { concurrency }); @@ -89,7 +101,7 @@ export class SparseVectorModel< protected async runSingle( params: { input: string; - model: string; + model: CustomConfig['model']; requestOpts?: { headers?: KYOptions['headers']; }; @@ -111,6 +123,7 @@ export class SparseVectorModel< // Don't need tokens for this model const tokens = { prompt: 0, completion: 0, total: 0 } as const; const { input, model } = params; + await Promise.allSettled( this.events?.onApiResponse?.map((event) => Promise.resolve( @@ -131,7 +144,7 @@ export class SparseVectorModel< } /** Clone the model and merge/override the given properties. */ - extend(args?: PartialSparseVectorModelArgs): this { + extend(args?: PartialSparseVectorModelArgs): this { return new SparseVectorModel({ cacheKey: this.cacheKey, cache: this.cache, diff --git a/src/model/telemetry/extractors.ts b/src/model/telemetry/extractors.ts index f39a2b5..871e90b 100644 --- a/src/model/telemetry/extractors.ts +++ b/src/model/telemetry/extractors.ts @@ -43,8 +43,8 @@ export function extractAttrsFromParams(params: { modelProvider?: string; max_tokens?: number; temperature?: number; - functions?: ChatParams['functions']; - tools?: ChatParams['tools']; + functions?: ChatParams['functions']; + tools?: ChatParams['tools']; messages?: ChatMessage[]; prompt?: string | string[]; input?: string[]; @@ -99,7 +99,7 @@ export function extractAttrsFromResponse(resp: { } } -function extractAttrsFromFunctions(funcs?: ChatParams['functions']): AttrMap { +function extractAttrsFromFunctions(funcs?: ChatParams['functions']): AttrMap { const attrs: AttrMap = {}; if (!funcs) return attrs; funcs.forEach((func, index) => { @@ -111,7 +111,7 @@ function extractAttrsFromFunctions(funcs?: ChatParams['functions']): AttrMap { return attrs; } -function extractAttrsFromTools(tools?: ChatParams['tools']): AttrMap { +function extractAttrsFromTools(tools?: ChatParams['tools']): AttrMap { const attrs: AttrMap = {}; if (!tools) return attrs; tools.forEach((tool, index) => { diff --git a/src/model/types.ts b/src/model/types.ts index d3dad77..ad9d147 100644 --- a/src/model/types.ts +++ b/src/model/types.ts @@ -1,6 +1,8 @@ /* eslint-disable no-use-before-define */ -import { type Options as KYOptions } from 'ky'; import { + type AIChatClient, + type AICompletionClient, + type AIEmbeddingClient, type ChatParams, type ChatResponse, type ChatStreamResponse, @@ -8,8 +10,8 @@ import { type CompletionResponse, type EmbeddingParams, type EmbeddingResponse, - type OpenAIClient, -} from 'openai-fetch'; +} from 'ai-fetch'; +import { type Options as KYOptions } from 'ky'; import { type ChatModel } from './chat.js'; import { type CompletionModel } from './completion.js'; @@ -30,6 +32,7 @@ export type Msg = | Msg.ToolCall | Msg.ToolResult; + export namespace Msg { export namespace Call { /** The name and arguments of a function that should be called, as generated by the model. */ @@ -110,6 +113,7 @@ export namespace Msg { }; } + /** * Generic Model extended by provider specific implementations. */ @@ -120,8 +124,19 @@ export namespace Model { export namespace Base { /** Client for making API calls. Extended by specific model clients. */ export type Client = any; - export interface Config { - model: string; + + export type AvailableModels = C extends Client + ? { + [K in keyof C]: C[K] extends (params: infer P) => any + ? P extends { model: infer M } + ? M + : never + : never; + }[keyof C] + : never; + + export interface Config { + model: AvailableModels; } export interface Run { [key: string]: any; @@ -130,43 +145,53 @@ export namespace Model { headers?: KYOptions['headers']; }; } - export interface Params extends Config, Run {} + export interface Params extends Config, Run {} export interface Response { cached: boolean; latency?: number; cost?: number; } - export type Model = AbstractModel; + export type Model = AbstractModel, Run, Response, any>; } + /** * Chat Model */ export namespace Chat { - export type Client = { - createChatCompletion: OpenAIClient['createChatCompletion']; - streamChatCompletion: OpenAIClient['streamChatCompletion']; - }; + export type Client = AIChatClient; + + type AvailableModels = C extends Client + ? C extends { createChatCompletion: (params: infer P) => any } + ? P extends { model: infer M } + ? M + : never + : never + : never; + + type Params = ChatParams>; + export interface Run extends Base.Run { messages: Msg[]; + handleUpdate?: (chunk: string) => void; } - export interface Config extends Base.Config { + export interface Config extends Base.Config { /** Handle new chunk from streaming requests. */ handleUpdate?: (chunk: string) => void; - frequency_penalty?: ChatParams['frequency_penalty']; - function_call?: ChatParams['function_call']; - functions?: ChatParams['functions']; - logit_bias?: ChatParams['logit_bias']; - max_tokens?: ChatParams['max_tokens']; - model: ChatParams['model']; - presence_penalty?: ChatParams['presence_penalty']; - response_format?: ChatParams['response_format']; - seed?: ChatParams['seed']; - stop?: ChatParams['stop']; - temperature?: ChatParams['temperature']; - tools?: ChatParams['tools']; - tool_choice?: ChatParams['tool_choice']; - top_p?: ChatParams['top_p']; + frequency_penalty?: Params['frequency_penalty']; + function_call?: Params['function_call']; + functions?: Params['functions']; + logit_bias?: Params['logit_bias']; + max_tokens?: Params['max_tokens']; + model: Params['model']; + presence_penalty?: Params['presence_penalty']; + response_format?: Params['response_format']; + seed?: Params['seed']; + stop?: Params['stop']; + temperature?: Params['temperature']; + tools?: Params['tools']; + tool_choice?: Params['tool_choice']; + top_p?: Params['top_p']; } export interface Response extends Base.Response, ChatResponse { message: Msg; @@ -176,23 +201,32 @@ export namespace Model { /** A chunk recieved from a streaming response */ export type CompletionChunk = InnerType; export type ApiResponse = ChatResponse; - export type Model = ChatModel; + export type Model = ChatModel>; } /** * Completion model */ export namespace Completion { - export type Client = { - createCompletions: OpenAIClient['createCompletions']; - }; + export type Client = AICompletionClient; + + type AvailableModels = C extends Client + ? C extends { createCompletion: (params: infer P) => any } + ? P extends { model: infer M } + ? M + : never + : never + : never; + + type Params = CompletionParams>; + export interface Run extends Base.Run { prompt: string | string[] | number[] | number[][] | null; } - export interface Config - extends Base.Config, - Omit { - model: CompletionParams['model']; + export interface Config + extends Base.Config, + Omit, 'prompt' | 'user'> { + model: Params['model']; } export interface Response extends Base.Response, CompletionResponse { completion: string; @@ -208,9 +242,18 @@ export namespace Model { * Embedding Model */ export namespace Embedding { - export type Client = { - createEmbeddings: OpenAIClient['createEmbeddings']; - }; + export type Client = AIEmbeddingClient; + + type AvailableModels = C extends Client + ? C extends { createEmbeddings: (params: infer P) => any } + ? P extends { model: infer M } + ? M + : never + : never + : never; + + type Params = EmbeddingParams>; + export interface Run extends Base.Run { input: string[]; } @@ -224,10 +267,10 @@ export namespace Model { maxRequestsPerMin: number; maxConcurrentRequests: number; } - export interface Config - extends Base.Config, - Omit { - model: EmbeddingParams['model']; + export interface Config + extends Base.Config, + Omit, 'input' | 'user'> { + model: Params['model']; batch?: Partial; throttle?: Partial; } @@ -242,8 +285,9 @@ export namespace Model { * Event handlers for logging and debugging */ export interface Events< - MParams extends Base.Params, - MResponse extends Base.Response, + C extends Model.Base.Client, + MParams extends Model.Base.Params, + MResponse extends Model.Base.Response, MCtx extends Model.Ctx, AResponse = any, > { @@ -251,16 +295,18 @@ export namespace Model { timestamp: string; modelType: Type; modelProvider: Provider; - params: Readonly; + params: Readonly>>; context: Readonly; }) => void | Promise)[]; - onApiResponse?: ((event: { + onApiResponse?: (< + P extends Model.Base.Params, + >(event: { timestamp: string; - modelType: Type; - modelProvider: Provider; - params: Readonly; - response: Readonly; - latency: number; + modelType: Type; + modelProvider: Provider; + params: Readonly

; + response: Readonly; + latency: number; context: Readonly; }) => void | Promise)[]; onComplete?: ((event: { @@ -334,7 +380,7 @@ export namespace Model { export interface Run extends Model.Base.Run { input: string[]; } - export interface Config extends Model.Base.Config { + export interface Config extends Model.Base.Config { concurrency?: number; throttleLimit?: number; throttleInterval?: number; diff --git a/src/model/utils/message-util.ts b/src/model/utils/message-util.ts index 4e0ab4b..17ccc21 100644 --- a/src/model/utils/message-util.ts +++ b/src/model/utils/message-util.ts @@ -1,5 +1,5 @@ +import { type ChatMessage, type ChatResponse } from 'ai-fetch'; import dedent from 'dedent'; -import { type ChatMessage, type ChatResponse } from 'openai-fetch'; import { type Jsonifiable } from 'type-fest'; import { type Msg } from '../types.js'; diff --git a/src/swarm/swarm.ts b/src/swarm/swarm.ts index 59e3eca..7e953de 100644 --- a/src/swarm/swarm.ts +++ b/src/swarm/swarm.ts @@ -1,6 +1,7 @@ import pMap from 'p-map'; -import { ChatModel, type Msg, MsgUtil } from '../index.js'; +import { ChatModel, createOpenAIClient, type Msg, MsgUtil } from '../index.js'; +import { type Model } from '../model/types.js'; import { getErrorMsg } from '../model/utils/errors.js'; import { type Agent, @@ -11,14 +12,21 @@ import { } from './types.js'; export class Swarm { - chatModel: ChatModel; - defaultModel: string; + chatModel: ChatModel>; + defaultModel: Model.Base.AvailableModels; - constructor(args?: { chatModel?: ChatModel }) { - this.defaultModel = 'gpt-4o'; + constructor( + args?: { + chatModel?: ChatModel>; + } + ) { this.chatModel = args?.chatModel || - new ChatModel({ params: { model: this.defaultModel } }); + new ChatModel({ + client: createOpenAIClient(), + params: { model: 'gpt-4o' }, + }); + this.defaultModel = this.chatModel.params.model } async run(args: { From 42ba106ea760e49a694d3b29ba5b78cc0ba58647 Mon Sep 17 00:00:00 2001 From: Colin Fortuner Date: Fri, 25 Oct 2024 11:41:00 -0400 Subject: [PATCH 28/30] prettier --- examples/ai-function.ts | 7 ++++- examples/anthropic-ai-function.ts | 8 ++++- examples/anthropic-ai-runner.ts | 2 +- examples/embeddings.ts | 5 +-- src/ai-function/types.ts | 10 ++++-- src/model/chat.ts | 24 ++++++++++----- src/model/completion.ts | 35 ++++++++++++++++----- src/model/embedding.ts | 51 ++++++++++++++++++++++++------- src/model/sparse-vector.ts | 36 ++++++++++++++++------ src/model/telemetry/extractors.ts | 4 ++- src/model/types.ts | 37 +++++++++++----------- src/swarm/swarm.ts | 20 +++++++----- 12 files changed, 169 insertions(+), 70 deletions(-) diff --git a/examples/ai-function.ts b/examples/ai-function.ts index 8177fda..f1e5862 100644 --- a/examples/ai-function.ts +++ b/examples/ai-function.ts @@ -2,7 +2,12 @@ import 'dotenv/config'; import { z } from 'zod'; -import { ChatModel, createAIFunction, type Msg, MsgUtil } from '../src/index.js'; +import { + ChatModel, + createAIFunction, + type Msg, + MsgUtil, +} from '../src/index.js'; /** * npx tsx examples/ai-function.ts diff --git a/examples/anthropic-ai-function.ts b/examples/anthropic-ai-function.ts index d736cd4..b4bda78 100644 --- a/examples/anthropic-ai-function.ts +++ b/examples/anthropic-ai-function.ts @@ -2,7 +2,13 @@ import 'dotenv/config'; import { z } from 'zod'; -import { ChatModel, createAIFunction, createAnthropicClient, type Msg, MsgUtil } from '../src/index.js'; +import { + ChatModel, + createAIFunction, + createAnthropicClient, + type Msg, + MsgUtil, +} from '../src/index.js'; /** * npx tsx examples/ai-function.ts diff --git a/examples/anthropic-ai-runner.ts b/examples/anthropic-ai-runner.ts index d0e67ab..a008459 100644 --- a/examples/anthropic-ai-runner.ts +++ b/examples/anthropic-ai-runner.ts @@ -68,7 +68,7 @@ const getCapitalCity = createAIFunction( const weatherCapitalRunner = createAIRunner({ chatModel: new ChatModel({ client: createAnthropicClient(), - params: { model: 'claude-2.0'}, + params: { model: 'claude-2.0' }, }), functions: [getWeather, getCapitalCity], systemMessage: `You use functions to answer questions about the weather and capital cities.`, diff --git a/examples/embeddings.ts b/examples/embeddings.ts index 9eeb6d6..135e3d6 100644 --- a/examples/embeddings.ts +++ b/examples/embeddings.ts @@ -1,6 +1,6 @@ import 'dotenv/config'; -import { createOpenAIClient, EmbeddingModel} from '../src/index.js'; +import { createOpenAIClient, EmbeddingModel } from '../src/index.js'; /** * npx tsx examples/ai-function.ts @@ -11,7 +11,6 @@ async function main() { params: { model: 'text-embedding-3-small' }, }); - { // Invoke the chat model and have it create the args for the `get_weather` function const response = await embeddingModel.run({ @@ -20,9 +19,7 @@ async function main() { }); console.log(response); - } } - main(); diff --git a/src/ai-function/types.ts b/src/ai-function/types.ts index 32994a0..d93db5f 100644 --- a/src/ai-function/types.ts +++ b/src/ai-function/types.ts @@ -15,10 +15,16 @@ export namespace AIRunner { export type Client = any; /** Parameters to execute a runner */ - export type Params = SetOptional, 'model'>; + export type Params = SetOptional< + Model.Chat.Run & Model.Chat.Config, + 'model' + >; export type ModelParams = Partial< - Omit, 'messages' | 'functions' | 'tools'> + Omit< + Model.Chat.Run & Model.Chat.Config, + 'messages' | 'functions' | 'tools' + > >; /** Response from executing a runner */ diff --git a/src/model/chat.ts b/src/model/chat.ts index 1fd55f1..27b5b11 100644 --- a/src/model/chat.ts +++ b/src/model/chat.ts @@ -28,8 +28,18 @@ export type PartialChatModelArgs< CustomClient extends Model.Chat.Client, CustomConfig extends Model.Chat.Config, > = Prettify< - PartialDeep, CustomClient, CustomConfig>, 'params'>> & - Partial, CustomClient, CustomConfig>, 'params'>> + PartialDeep< + Pick< + ChatModelArgs, CustomClient, CustomConfig>, + 'params' + > + > & + Partial< + Omit< + ChatModelArgs, CustomClient, CustomConfig>, + 'params' + > + > >; export class ChatModel< @@ -76,11 +86,7 @@ export class ChatModel< } protected async runModel>( - { - handleUpdate, - requestOpts, - ...params - }: Partial & Model.Chat.Run, + { handleUpdate, requestOpts, ...params }: Partial & Model.Chat.Run, context: CustomCtx ): Promise { const start = Date.now(); @@ -268,7 +274,9 @@ export class ChatModel< } /** Clone the model and merge/override the given properties. */ - extend(args?: PartialChatModelArgs): this { + extend( + args?: PartialChatModelArgs + ): this { return new ChatModel({ cacheKey: this.cacheKey, cache: this.cache, diff --git a/src/model/completion.ts b/src/model/completion.ts index 858d067..8a30764 100644 --- a/src/model/completion.ts +++ b/src/model/completion.ts @@ -26,14 +26,25 @@ export type PartialCompletionModelArgs< CustomClient extends Model.Completion.Client, CustomConfig extends Model.Completion.Config, > = Prettify< - PartialDeep, CustomClient, CustomConfig>, 'params'>> & - Partial, CustomClient, CustomConfig>, 'params'>> + PartialDeep< + Pick< + CompletionModelArgs, CustomClient, CustomConfig>, + 'params' + > + > & + Partial< + Omit< + CompletionModelArgs, CustomClient, CustomConfig>, + 'params' + > + > >; export class CompletionModel< CustomCtx extends Model.Ctx = Model.Ctx, CustomClient extends Model.Completion.Client = Model.Completion.Client, - CustomConfig extends Model.Completion.Config = Model.Completion.Config, + CustomConfig extends + Model.Completion.Config = Model.Completion.Config, > extends AbstractModel< CustomClient, CustomConfig, @@ -45,18 +56,26 @@ export class CompletionModel< modelType = 'completion' as const; modelProvider = 'openai' as const; - constructor(args?: CompletionModelArgs) { + constructor( + args?: CompletionModelArgs + ) { let { client, params } = args ?? {}; const { client: _, params: __, ...rest } = args ?? {}; // Add a default client if none is provided client = (client ?? createOpenAIClient()) as CustomClient; // Set default model if no params are provided - params = params ?? { model: 'gpt-3.5-turbo-instruct' } as CustomConfig & Partial; + params = + params ?? + ({ model: 'gpt-3.5-turbo-instruct' } as CustomConfig & + Partial); super({ client, params, ...rest }); } protected async runModel( - { requestOpts, ...params }: Partial>, + { + requestOpts, + ...params + }: Partial>, context: CustomCtx ): Promise { const start = Date.now(); @@ -100,7 +119,9 @@ export class CompletionModel< } /** Clone the model and merge/override the given properties. */ - extend(args?: PartialCompletionModelArgs): this { + extend( + args?: PartialCompletionModelArgs + ): this { return new CompletionModel({ cacheKey: this.cacheKey, cache: this.cache, diff --git a/src/model/embedding.ts b/src/model/embedding.ts index 89adcb0..1966b62 100644 --- a/src/model/embedding.ts +++ b/src/model/embedding.ts @@ -11,7 +11,8 @@ import { deepMerge, mergeEvents, type Prettify } from './utils/helpers.js'; export type EmbeddingModelArgs< CustomCtx extends Model.Ctx, CustomClient extends Model.Embedding.Client = Model.Embedding.Client, - CustomConfig extends Model.Embedding.Config = Model.Embedding.Config, + CustomConfig extends + Model.Embedding.Config = Model.Embedding.Config, > = SetOptional< ModelArgs< CustomClient, @@ -26,16 +27,28 @@ export type EmbeddingModelArgs< export type PartialEmbeddingModelArgs< CustomCtx extends Model.Ctx, CustomClient extends Model.Embedding.Client = Model.Embedding.Client, - CustomConfig extends Model.Embedding.Config = Model.Embedding.Config, + CustomConfig extends + Model.Embedding.Config = Model.Embedding.Config, > = Prettify< - PartialDeep, CustomClient, CustomConfig>, 'params'>> & - Partial, CustomClient, CustomConfig>, 'params'>> + PartialDeep< + Pick< + EmbeddingModelArgs, CustomClient, CustomConfig>, + 'params' + > + > & + Partial< + Omit< + EmbeddingModelArgs, CustomClient, CustomConfig>, + 'params' + > + > >; type BulkEmbedder< CustomCtx extends Model.Ctx, CustomClient extends Model.Embedding.Client = Model.Embedding.Client, - CustomConfig extends Model.Embedding.Config = Model.Embedding.Config, + CustomConfig extends + Model.Embedding.Config = Model.Embedding.Config, > = ( params: Model.Embedding.Run & CustomConfig, context: CustomCtx @@ -54,7 +67,8 @@ const DEFAULTS = { export class EmbeddingModel< CustomCtx extends Model.Ctx = Model.Ctx, CustomClient extends Model.Embedding.Client = Model.Embedding.Client, - CustomConfig extends Model.Embedding.Config = Model.Embedding.Config, + CustomConfig extends + Model.Embedding.Config = Model.Embedding.Config, > extends AbstractModel< CustomClient, CustomConfig, @@ -67,13 +81,19 @@ export class EmbeddingModel< modelProvider = 'openai' as const; throttledModel: BulkEmbedder; - constructor(args: EmbeddingModelArgs = {}) { + constructor( + args: EmbeddingModelArgs = {} + ) { const { client = createOpenAIClient(), params = { model: DEFAULTS.model }, ...rest } = args; - super({ client: client as CustomClient, params: params as CustomConfig, ...rest }); + super({ + client: client as CustomClient, + params: params as CustomConfig, + ...rest, + }); const interval = DEFAULTS.throttleInterval; const limit = @@ -124,11 +144,18 @@ export class EmbeddingModel< return modelResponse; } - ) as BulkEmbedder>; + ) as BulkEmbedder< + CustomCtx, + CustomClient, + Model.Embedding.Config + >; } protected async runModel( - { requestOpts, ...params }: Model.Embedding.Run & Partial>, + { + requestOpts, + ...params + }: Model.Embedding.Run & Partial>, context: CustomCtx ): Promise { const start = Date.now(); @@ -193,7 +220,9 @@ export class EmbeddingModel< } /** Clone the model and merge/override the given properties. */ - extend(args?: PartialEmbeddingModelArgs): this { + extend( + args?: PartialEmbeddingModelArgs + ): this { return new EmbeddingModel({ cacheKey: this.cacheKey, cache: this.cache, diff --git a/src/model/sparse-vector.ts b/src/model/sparse-vector.ts index a01bc52..25a22e3 100644 --- a/src/model/sparse-vector.ts +++ b/src/model/sparse-vector.ts @@ -11,7 +11,8 @@ import { deepMerge, mergeEvents, type Prettify } from './utils/helpers.js'; export type SparseVectorModelArgs< CustomCtx extends Model.Ctx, CustomClient extends Model.SparseVector.Client = Model.SparseVector.Client, - CustomConfig extends Model.SparseVector.Config = Model.SparseVector.Config + CustomConfig extends + Model.SparseVector.Config = Model.SparseVector.Config, > = Prettify< Omit< ModelArgs< @@ -30,16 +31,28 @@ export type SparseVectorModelArgs< export type PartialSparseVectorModelArgs< CustomCtx extends Model.Ctx, CustomClient extends Model.SparseVector.Client = Model.SparseVector.Client, - CustomConfig extends Model.SparseVector.Config = Model.SparseVector.Config + CustomConfig extends + Model.SparseVector.Config = Model.SparseVector.Config, > = Prettify< - PartialDeep, CustomClient, CustomConfig>, 'params'>> & - Partial, CustomClient, CustomConfig>, 'params'>> - >; + PartialDeep< + Pick< + SparseVectorModelArgs, CustomClient, CustomConfig>, + 'params' + > + > & + Partial< + Omit< + SparseVectorModelArgs, CustomClient, CustomConfig>, + 'params' + > + > +>; export class SparseVectorModel< CustomCtx extends Model.Ctx = Model.Ctx, CustomClient extends Model.SparseVector.Client = Model.SparseVector.Client, - CustomConfig extends Model.SparseVector.Config = Model.SparseVector.Config + CustomConfig extends + Model.SparseVector.Config = Model.SparseVector.Config, > extends AbstractModel< CustomClient, CustomConfig, @@ -52,7 +65,9 @@ export class SparseVectorModel< modelProvider = 'custom' as const; serviceUrl: string; - constructor(args: SparseVectorModelArgs) { + constructor( + args: SparseVectorModelArgs + ) { const { serviceUrl, ...rest } = args; super({ client: createSpladeClient() as CustomClient, ...rest }); const safeProcess = globalThis.process || { env: {} }; @@ -67,7 +82,8 @@ export class SparseVectorModel< { requestOpts: _, ...params - }: Model.SparseVector.Run & Partial>, + }: Model.SparseVector.Run & + Partial>, context: CustomCtx ): Promise { const start = Date.now(); @@ -144,7 +160,9 @@ export class SparseVectorModel< } /** Clone the model and merge/override the given properties. */ - extend(args?: PartialSparseVectorModelArgs): this { + extend( + args?: PartialSparseVectorModelArgs + ): this { return new SparseVectorModel({ cacheKey: this.cacheKey, cache: this.cache, diff --git a/src/model/telemetry/extractors.ts b/src/model/telemetry/extractors.ts index 871e90b..27aac66 100644 --- a/src/model/telemetry/extractors.ts +++ b/src/model/telemetry/extractors.ts @@ -99,7 +99,9 @@ export function extractAttrsFromResponse(resp: { } } -function extractAttrsFromFunctions(funcs?: ChatParams['functions']): AttrMap { +function extractAttrsFromFunctions( + funcs?: ChatParams['functions'] +): AttrMap { const attrs: AttrMap = {}; if (!funcs) return attrs; funcs.forEach((func, index) => { diff --git a/src/model/types.ts b/src/model/types.ts index ad9d147..af23a37 100644 --- a/src/model/types.ts +++ b/src/model/types.ts @@ -32,7 +32,6 @@ export type Msg = | Msg.ToolCall | Msg.ToolResult; - export namespace Msg { export namespace Call { /** The name and arguments of a function that should be called, as generated by the model. */ @@ -113,7 +112,6 @@ export namespace Msg { }; } - /** * Generic Model extended by provider specific implementations. */ @@ -151,10 +149,15 @@ export namespace Model { latency?: number; cost?: number; } - export type Model = AbstractModel, Run, Response, any>; + export type Model = AbstractModel< + Client, + Config, + Run, + Response, + any + >; } - /** * Chat Model */ @@ -165,9 +168,9 @@ export namespace Model { ? C extends { createChatCompletion: (params: infer P) => any } ? P extends { model: infer M } ? M - : never : never - : never; + : never + : never; type Params = ChatParams>; @@ -214,9 +217,9 @@ export namespace Model { ? C extends { createCompletion: (params: infer P) => any } ? P extends { model: infer M } ? M - : never : never - : never; + : never + : never; type Params = CompletionParams>; @@ -248,9 +251,9 @@ export namespace Model { ? C extends { createEmbeddings: (params: infer P) => any } ? P extends { model: infer M } ? M - : never : never - : never; + : never + : never; type Params = EmbeddingParams>; @@ -298,15 +301,13 @@ export namespace Model { params: Readonly>>; context: Readonly; }) => void | Promise)[]; - onApiResponse?: (< - P extends Model.Base.Params, - >(event: { + onApiResponse?: (

>(event: { timestamp: string; - modelType: Type; - modelProvider: Provider; - params: Readonly

; - response: Readonly; - latency: number; + modelType: Type; + modelProvider: Provider; + params: Readonly

; + response: Readonly; + latency: number; context: Readonly; }) => void | Promise)[]; onComplete?: ((event: { diff --git a/src/swarm/swarm.ts b/src/swarm/swarm.ts index 7e953de..a4bfabf 100644 --- a/src/swarm/swarm.ts +++ b/src/swarm/swarm.ts @@ -12,21 +12,27 @@ import { } from './types.js'; export class Swarm { - chatModel: ChatModel>; + chatModel: ChatModel< + Model.Ctx, + Model.Chat.Client, + Model.Chat.Config + >; defaultModel: Model.Base.AvailableModels; - constructor( - args?: { - chatModel?: ChatModel>; - } - ) { + constructor(args?: { + chatModel?: ChatModel< + Model.Ctx, + Model.Chat.Client, + Model.Chat.Config + >; + }) { this.chatModel = args?.chatModel || new ChatModel({ client: createOpenAIClient(), params: { model: 'gpt-4o' }, }); - this.defaultModel = this.chatModel.params.model + this.defaultModel = this.chatModel.params.model; } async run(args: { From 554c3980dbcf4d635d808c986e3bc88066eeda38 Mon Sep 17 00:00:00 2001 From: Colin Fortuner Date: Mon, 28 Oct 2024 12:22:59 -0400 Subject: [PATCH 29/30] working on getting types to align --- src/model/chat.test.ts | 6 +++--- src/model/chat.ts | 15 ++++++++------- src/model/model.ts | 39 +++++++++++++++++++++++++++++---------- 3 files changed, 40 insertions(+), 20 deletions(-) diff --git a/src/model/chat.test.ts b/src/model/chat.test.ts index 0af890f..d7c4340 100644 --- a/src/model/chat.test.ts +++ b/src/model/chat.test.ts @@ -120,7 +120,7 @@ describe('ChatModel', () => { expect(apiResponseEvent).toHaveBeenCalledWith({ timestamp: new Date().toISOString(), modelType: 'chat', - modelProvider: 'openai', + modelProvider: 'spy', // because we mocked the client params: { model: 'gpt-fake', messages: [{ role: 'user', content: 'content' }], @@ -133,7 +133,7 @@ describe('ChatModel', () => { it('implements extend', async () => { type ChatContext = { userId: string; cloned?: boolean }; - const chatModel = new ChatModel({ + const chatModel = new ChatModel>({ client: Client, context: { userId: '123' }, params: { model: 'gpt-fake' }, @@ -220,7 +220,7 @@ describe('ChatModel', () => { // Extend the model and make another request const secondChatModel = chatModel.extend({ - params: { model: 'gpt-fake-extended' }, + params: { model: 'gpt-fake-extended'}, context: { level: 2 }, events: { onComplete: [newOnComplete] }, }); diff --git a/src/model/chat.ts b/src/model/chat.ts index 27b5b11..22f4fb5 100644 --- a/src/model/chat.ts +++ b/src/model/chat.ts @@ -55,7 +55,7 @@ export class ChatModel< CustomCtx > { modelType = 'chat' as const; - modelProvider = 'anthropic' as const; + modelProvider = 'openai'; constructor(args: ChatModelArgs = {}) { const { @@ -83,6 +83,8 @@ export class ChatModel< ), ...rest, }); + + this.modelProvider = this.client.name; } protected async runModel>( @@ -274,17 +276,16 @@ export class ChatModel< } /** Clone the model and merge/override the given properties. */ - extend( - args?: PartialChatModelArgs - ): this { + extend(args?: PartialChatModelArgs>): this { + const { client, params, ...rest } = args ?? {}; return new ChatModel({ cacheKey: this.cacheKey, cache: this.cache, - client: this.client, + client: client ?? this.client, debug: this.debug, telemetry: this.telemetry, - ...args, - params: deepMerge(this.params, args?.params), + ...rest, + params: deepMerge(this.params, params), context: args?.context && Object.keys(args.context).length === 0 ? undefined diff --git a/src/model/model.ts b/src/model/model.ts index 1d39bdf..ec8b684 100644 --- a/src/model/model.ts +++ b/src/model/model.ts @@ -83,23 +83,33 @@ export abstract class AbstractModel< ): Promise; /** Clones the model, optionally modifying its config */ - abstract extend< - Args extends PartialModelArgs, - >(args?: Args): this; + abstract extend( + args?: PartialModelArgs< + MClient, + Model.Base.Config, + MRun, + // Note: this response type maybe change over time as the user + // extends the model + // it should be inferred from some types rather than set to MResponse + MResponse, + CustomCtx + > + ): this; public abstract readonly modelType: Model.Type; - public abstract readonly modelProvider: Model.Provider; + public abstract modelProvider: Model.Provider; - protected readonly cacheKey: CacheKey; + // the cache key can be updated in a call to .extend so it doesn't necessarily conform to MRun & MConfig + protected readonly cacheKey: CacheKey, string>; protected readonly cache?: CacheStorage; public readonly client: MClient; public readonly context: CustomCtx; public readonly debug: boolean; public readonly params: MConfig & Partial; public readonly events: Model.Events< - MClient, - MRun & MConfig, - MResponse, + Model.Base.Client, + Model.Base.Run & Model.Base.Config, + Model.Base.Response, CustomCtx, AResponse >; @@ -107,13 +117,22 @@ export abstract class AbstractModel< public readonly telemetry: Telemetry.Provider; constructor(args: ModelArgs) { - this.cacheKey = args.cacheKey ?? defaultCacheKey; + this.cacheKey = (args.cacheKey ?? defaultCacheKey) as CacheKey< + Model.Base.Run & Model.Base.Config, + string + >; this.cache = args.cache; this.client = args.client; this.context = args.context ?? ({} as CustomCtx); this.debug = args.debug ?? false; this.params = args.params; - this.events = args.events || {}; + this.events = (args.events || {}) as Model.Events< + Model.Base.Client, + Model.Base.Run & Model.Base.Config, + Model.Base.Response, + CustomCtx, + AResponse + >; this.tokenizer = createTokenizer(args.params.model); this.telemetry = args.telemetry ?? DefaultTelemetry; } From bdc3fcfa4913a58cc03d1d4e822641d339b61f85 Mon Sep 17 00:00:00 2001 From: Colin Fortuner Date: Mon, 28 Oct 2024 12:26:28 -0400 Subject: [PATCH 30/30] fix merge --- examples/abort-chat-completion.ts | 4 ---- examples/ai-function.ts | 4 ---- package.json | 8 -------- src/ai-function/ai-runner.ts | 4 ---- src/ai-function/types.ts | 8 -------- src/index.ts | 3 --- 6 files changed, 31 deletions(-) diff --git a/examples/abort-chat-completion.ts b/examples/abort-chat-completion.ts index 9626797..338c16c 100644 --- a/examples/abort-chat-completion.ts +++ b/examples/abort-chat-completion.ts @@ -1,10 +1,6 @@ import 'dotenv/config'; -<<<<<<< HEAD import { ChatModel, type Msg, MsgUtil } from '../src/index.js'; -======= -import { ChatModel, type Msg, MsgUtil } from '@dexaai/dexter'; ->>>>>>> origin/master /** * npx tsx examples/abort-chat-completion.ts diff --git a/examples/ai-function.ts b/examples/ai-function.ts index 0b1fc48..f1e5862 100644 --- a/examples/ai-function.ts +++ b/examples/ai-function.ts @@ -1,9 +1,5 @@ import 'dotenv/config'; -<<<<<<< HEAD -======= -import { ChatModel, createAIFunction, type Msg, MsgUtil } from '@dexaai/dexter'; ->>>>>>> origin/master import { z } from 'zod'; import { diff --git a/package.json b/package.json index e2cad84..964a928 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,7 @@ { "name": "@dexaai/dexter", "type": "module", -<<<<<<< HEAD - "version": "4.0.0-1", -======= "version": "4.0.0", ->>>>>>> origin/master "description": "LLM tools used in production at Dexa, with a focus on real-world RAG.", "repository": "dexaai/dexter", "license": "MIT", @@ -53,12 +49,8 @@ "hash-object": "^5.0.1", "jsonrepair": "^3.8.1", "ky": "^1.7.2", -<<<<<<< HEAD "ai-fetch": "../ai-fetch", "openai-fetch": "../openai-fetch", -======= - "openai-fetch": "3.3.1", ->>>>>>> origin/master "openai-zod-to-json-schema": "^1.0.3", "p-map": "^7.0.2", "p-throttle": "^6.2.0", diff --git a/src/ai-function/ai-runner.ts b/src/ai-function/ai-runner.ts index b60c2a9..823dd65 100644 --- a/src/ai-function/ai-runner.ts +++ b/src/ai-function/ai-runner.ts @@ -162,11 +162,7 @@ export function createAIRunner(args: { function getParams(args: { functions?: AIFunction[]; mode: AIRunner.Mode; -<<<<<<< HEAD }): Pick, 'functions' | 'tools'> { -======= -}): Pick { ->>>>>>> origin/master const { functions } = args; // Return an empty object if there are no functions if (!functions?.length) { diff --git a/src/ai-function/types.ts b/src/ai-function/types.ts index 56fe387..d93db5f 100644 --- a/src/ai-function/types.ts +++ b/src/ai-function/types.ts @@ -12,7 +12,6 @@ export type AIRunner = ( ) => Promise>; export namespace AIRunner { -<<<<<<< HEAD export type Client = any; /** Parameters to execute a runner */ @@ -26,13 +25,6 @@ export namespace AIRunner { Model.Chat.Run & Model.Chat.Config, 'messages' | 'functions' | 'tools' > -======= - /** Parameters to execute a runner */ - export type Params = SetOptional; - - export type ModelParams = Partial< - Omit ->>>>>>> origin/master >; /** Response from executing a runner */ diff --git a/src/index.ts b/src/index.ts index 3c3a75b..9c65d2d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -12,10 +12,7 @@ export { export { createExtractFunction } from './extract/index.js'; export type { ChatModelArgs } from './model/chat.js'; export { ChatModel } from './model/chat.js'; -<<<<<<< HEAD export { createAnthropicClient } from './model/clients/anthropic.js'; -======= ->>>>>>> origin/master export { createOpenAIClient } from './model/clients/openai.js'; export type { CompletionModelArgs } from './model/completion.js'; export { CompletionModel } from './model/completion.js';