MCPcopy Create free account

hub / github.com/lfnovo/open-notebook / functions

Functions1,250 in github.com/lfnovo/open-notebook

Methodtest_vectorize_submits_command_with_valid_text
Test that vectorize() submits embed_source command when text is valid.
tests/test_domain.py:341
FunctiontoggleAll
()
frontend/src/app/(dashboard)/settings/api-keys/page.tsx:532
Functiontoken_cost
Calculate the cost of tokens based on the token count and cost per million tokens. Args: token_count (int): The number of tokens.
open_notebook/utils/token_utils.py:43
Methodtopics
(self)
api/sources_service.py:46
Functiontransform_content
(state: TransformationState)
open_notebook/graphs/source.py:162
Functiontrigger_queries
(state: ThreadState, config: RunnableConfig)
open_notebook/graphs/ask.py:83
Functiontrigger_transformations
(state: SourceState, config: RunnableConfig)
open_notebook/graphs/source.py:143
Functionupdate_credential
Update an existing credential.
api/routers/credentials.py:197
Functionupdate_default_models
Update default model assignments.
api/routers/models.py:316
Methodupdate_default_models
Update default model assignments.
api/client.py:186
Methodupdate_default_models
Update default model assignments.
api/models_service.py:78
Functionupdate_default_prompt
Update the default transformation prompt.
api/routers/transformations.py:139
Functionupdate_episode_profile
Update an existing episode profile
api/routers/episode_profiles.py:130
Methodupdate_episode_profile
Update an episode profile.
api/client.py:513
Methodupdate_episode_profile
Update an episode profile.
api/podcast_api_service.py:48
Functionupdate_note
Update a note.
api/routers/notes.py:134
Methodupdate_note
Update a note.
api/client.py:281
Methodupdate_note
Update a note.
api/notes_service.py:76
Functionupdate_notebook
Update a notebook.
api/routers/notebooks.py:184
Methodupdate_notebook
Update a notebook.
api/client.py:104
Methodupdate_notebook
Update a notebook.
api/notebook_service.py:64
Functionupdate_session
Update session title.
api/routers/chat.py:251
Methodupdate_session
Update session properties
api/chat_service.py:79
Functionupdate_settings
Update application settings.
api/routers/settings.py:32
Methodupdate_settings
Update application settings.
api/settings_service.py:43
Methodupdate_settings
Update application settings.
api/client.py:339
Functionupdate_source
Update a source.
api/routers/sources.py:782
Methodupdate_source
Update a source.
api/client.py:423
Methodupdate_source
Update a source.
api/sources_service.py:286
Functionupdate_source_chat_session
Update source chat session title and/or model override.
api/routers/source_chat.py:294
Functionupdate_speaker_profile
Update an existing speaker profile
api/routers/speaker_profiles.py:106
Methodupdate_speaker_profile
Update a speaker profile.
api/podcast_api_service.py:92
Functionupdate_transformation
Update a transformation.
api/routers/transformations.py:191
Methodupdate_transformation
Update a transformation.
api/client.py:222
Methodupdate_transformation
Update a transformation.
api/transformations_service.py:96
Methodupdated
(self)
api/sources_service.py:62
FunctionuseCreateModel
()
frontend/src/lib/hooks/use-models.ts:31
FunctionuseCredentialsByProvider
(provider: string)
frontend/src/lib/hooks/use-credentials.ts:57
FunctionuseErrorBoundary
()
frontend/src/components/common/ErrorBoundary.tsx:101
FunctionuseFileUpload
()
frontend/src/lib/hooks/use-sources.ts:203
FunctionuseMigrateFromProviderConfig
()
frontend/src/lib/hooks/use-credentials.ts:340
FunctionuseModel
(id: string)
frontend/src/lib/hooks/use-models.ts:23
FunctionuseProviders
()
frontend/src/lib/hooks/use-models.ts:112
FunctionuseSource
(id: string)
frontend/src/lib/hooks/use-sources.ts:79
FunctionuseUpdateSource
()
frontend/src/lib/hooks/use-sources.ts:149
Methodvalidate_not_empty_string
Reject empty strings - convert to None or raise error.
api/models.py:498
Methodvalidate_notebook_fields
(self)
api/models.py:309
Methodvalidate_segments
(cls, v)
open_notebook/podcasts/models.py:84
Methodvalidate_speakers
(cls, v)
open_notebook/podcasts/models.py:160
Functionwrite_final_answer
(state: ThreadState, config: RunnableConfig)
open_notebook/graphs/ask.py:127
← previous1,201–1,250 of 1,250, ranked by callers