Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lfnovo/open-notebook
/ functions
Functions
1,250 in github.com/lfnovo/open-notebook
⨍
Functions
1,250
◇
Types & classes
422
↳
Endpoints
144
Method
test_vectorize_submits_command_with_valid_text
Test that vectorize() submits embed_source command when text is valid.
tests/test_domain.py:341
Function
toggleAll
()
frontend/src/app/(dashboard)/settings/api-keys/page.tsx:532
Function
token_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
Method
topics
(self)
api/sources_service.py:46
Function
transform_content
(state: TransformationState)
open_notebook/graphs/source.py:162
Function
trigger_queries
(state: ThreadState, config: RunnableConfig)
open_notebook/graphs/ask.py:83
Function
trigger_transformations
(state: SourceState, config: RunnableConfig)
open_notebook/graphs/source.py:143
Function
update_credential
Update an existing credential.
api/routers/credentials.py:197
Function
update_default_models
Update default model assignments.
api/routers/models.py:316
Method
update_default_models
Update default model assignments.
api/client.py:186
Method
update_default_models
Update default model assignments.
api/models_service.py:78
Function
update_default_prompt
Update the default transformation prompt.
api/routers/transformations.py:139
Function
update_episode_profile
Update an existing episode profile
api/routers/episode_profiles.py:130
Method
update_episode_profile
Update an episode profile.
api/client.py:513
Method
update_episode_profile
Update an episode profile.
api/podcast_api_service.py:48
Function
update_note
Update a note.
api/routers/notes.py:134
Method
update_note
Update a note.
api/client.py:281
Method
update_note
Update a note.
api/notes_service.py:76
Function
update_notebook
Update a notebook.
api/routers/notebooks.py:184
Method
update_notebook
Update a notebook.
api/client.py:104
Method
update_notebook
Update a notebook.
api/notebook_service.py:64
Function
update_session
Update session title.
api/routers/chat.py:251
Method
update_session
Update session properties
api/chat_service.py:79
Function
update_settings
Update application settings.
api/routers/settings.py:32
Method
update_settings
Update application settings.
api/settings_service.py:43
Method
update_settings
Update application settings.
api/client.py:339
Function
update_source
Update a source.
api/routers/sources.py:782
Method
update_source
Update a source.
api/client.py:423
Method
update_source
Update a source.
api/sources_service.py:286
Function
update_source_chat_session
Update source chat session title and/or model override.
api/routers/source_chat.py:294
Function
update_speaker_profile
Update an existing speaker profile
api/routers/speaker_profiles.py:106
Method
update_speaker_profile
Update a speaker profile.
api/podcast_api_service.py:92
Function
update_transformation
Update a transformation.
api/routers/transformations.py:191
Method
update_transformation
Update a transformation.
api/client.py:222
Method
update_transformation
Update a transformation.
api/transformations_service.py:96
Method
updated
(self)
api/sources_service.py:62
Function
useCreateModel
()
frontend/src/lib/hooks/use-models.ts:31
Function
useCredentialsByProvider
(provider: string)
frontend/src/lib/hooks/use-credentials.ts:57
Function
useErrorBoundary
()
frontend/src/components/common/ErrorBoundary.tsx:101
Function
useFileUpload
()
frontend/src/lib/hooks/use-sources.ts:203
Function
useMigrateFromProviderConfig
()
frontend/src/lib/hooks/use-credentials.ts:340
Function
useModel
(id: string)
frontend/src/lib/hooks/use-models.ts:23
Function
useProviders
()
frontend/src/lib/hooks/use-models.ts:112
Function
useSource
(id: string)
frontend/src/lib/hooks/use-sources.ts:79
Function
useUpdateSource
()
frontend/src/lib/hooks/use-sources.ts:149
Method
validate_not_empty_string
Reject empty strings - convert to None or raise error.
api/models.py:498
Method
validate_notebook_fields
(self)
api/models.py:309
Method
validate_segments
(cls, v)
open_notebook/podcasts/models.py:84
Method
validate_speakers
(cls, v)
open_notebook/podcasts/models.py:160
Function
write_final_answer
(state: ThreadState, config: RunnableConfig)
open_notebook/graphs/ask.py:127
← previous
1,201–1,250 of 1,250, ranked by callers