MCPcopy Create free account

hub / github.com/BarsatKhadka/Vinaya-Journal / functions

Functions165 in github.com/BarsatKhadka/Vinaya-Journal

↓ 6 callersMethodgetConnection
()
backend/app/src/main/java/com/vinaya_journal/app/Service/JournalDatabase.java:48
↓ 4 callersFunctioncreate_collection
(chunks_info)
ai/rag/chromautils.py:40
↓ 4 callersFunctionget_all_entries_embeddings_with_sentiment
()
ai/rag/embedder.py:17
↓ 4 callersFunctionget_existing_entry_dates
()
ai/rag/chromautils.py:13
↓ 2 callersFunctionadd_entry
(date, chunked_sentences, embeddings , sentiment)
ai/rag/chromautils.py:20
↓ 2 callersFunctionaggregate_sentiment
(sentiment_output)
ai/rag/embedder.py:33
↓ 2 callersFunctionb
()
desktop/dist-electron/main.js:21
↓ 2 callersFunctionchangeLanguage
(lng: string)
desktop/src/HomePage/AfterLogin/RightSide/Settings.tsx:14
↓ 2 callersFunctioncheckOllamaRunning
()
desktop/src/HomePage/BeforeLogin/OllamaAISection/OllamaAICard.tsx:9
↓ 2 callersFunctioncreateWindow
()
desktop/electron/main.ts:43
↓ 2 callersFunctionfetchOllamaModels
()
desktop/src/HomePage/BeforeLogin/OllamaAISection/OllamaRunningCard.tsx:56
↓ 2 callersFunctiongenerate_mood_insights
(collection , last_n_days = 2)
ai/rag/embedder.py:63
↓ 2 callersFunctiongetCharCount
(text: string)
desktop/src/HomePage/AfterLogin/TextEditor/EditorFooter.tsx:26
↓ 2 callersMethodgetModified_at
()
backend/app/src/main/java/com/vinaya_journal/app/DTO/InsertServiceResultDTO.java:16
↓ 2 callersFunctiongetWordCount
(text: string)
desktop/src/HomePage/AfterLogin/TextEditor/EditorFooter.tsx:21
↓ 2 callersFunctionget_all_entries
Returns all entries with content date from the database
ai/rag/sqlite_utils.py:8
↓ 2 callersFunctionnavigateDate
(direction: 'prev' | 'next')
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/RetrievePastEntries.tsx:46
↓ 2 callersFunctionquery
(collection , query)
ai/rag/embedder.py:49
↓ 2 callersFunctiontransformAvgSentimentData
(data: any)
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/MoodCharts.tsx:14
↓ 2 callersFunctiontransformDominantMoodData
(data: Record<string, string>)
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/MoodCharts.tsx:28
↓ 1 callersFunctionSettings
()
desktop/src/HomePage/AfterLogin/RightSide/Settings.tsx:8
↓ 1 callersFunctionT
()
desktop/dist-electron/main.js:32
↓ 1 callersFunction_entries_block
entries: list of (date, content) tuples in any order -> chronological text block.
ai/rag/reflection.py:44
↓ 1 callersFunctionanalyze_current_text_sentiment
(text)
ai/rag/embedder.py:76
↓ 1 callersFunctionanalyze_mood_trends
(mood_data)
ai/pandasFolder/analyze_mood_trends.py:4
↓ 1 callersFunctionbackend
()
desktop/src/HomePage/LoadingPage/LoadingPage.tsx:16
↓ 1 callersFunctionbuild_mood_arc
Turns [{'date', 'sentiment'}] into a chronological, human-readable arc of the dominant emotion per day.
ai/rag/reflection.py:21
↓ 1 callersFunctionbuild_reflection_system_prompt
Builds the system prompt that asks Vinaya to reflect on a period: recurring themes, the mood arc, and 2-3 grounded questions. Supports 'en' and 'f
ai/rag/reflection.py:53
↓ 1 callersFunctionchangeLanguage
(lng: string)
desktop/src/HomePage/BeforeLogin/TopBar.tsx:10
↓ 1 callersFunctionchat_stream
()
ai/main.py:112
↓ 1 callersMethodcorsConfigurationSource
()
backend/app/src/main/java/com/vinaya_journal/app/Security/SecurityConfig.java:50
↓ 1 callersMethodcreateTables
(Connection conn)
backend/app/src/main/java/com/vinaya_journal/app/Service/JournalDatabase.java:33
↓ 1 callersFunctiondelete_existing_entry
(today_date, today_prev_entry, today_prev_entry_len)
ai/rag/chromautils.py:36
↓ 1 callersFunctiondominant_emotion
Returns (label, score) for the strongest emotion in a sentiment dict, or (None, 0.0) when there is no data.
ai/rag/reflection.py:12
↓ 1 callersFunctionfetchCurrentSentiment
()
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/CurrentMood.tsx:14
↓ 1 callersFunctionfetchEntries
()
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/RetrievePastEntries.tsx:29
↓ 1 callersFunctionfetchModels
()
desktop/src/HomePage/BeforeLogin/OllamaAISection/OllamaRunningCard.tsx:71
↓ 1 callersFunctionfetchMoodInsights
()
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/MoodInsights.tsx:26
↓ 1 callersFunctionfetchMoodResults
()
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/AnalyzeMood.tsx:17
↓ 1 callersFunctionfetchOllamaRunning
()
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/OllamaAIModelDropdown.tsx:15
↓ 1 callersFunctionfetchOllamaRunning
()
desktop/src/HomePage/BeforeLogin/OllamaAISection/OllamaAICard.tsx:25
↓ 1 callersFunctionfetchRepoStats
()
website/src/components/Footer.tsx:9
↓ 1 callersFunctionfetchSaved_at
()
desktop/src/HomePage/AfterLogin/TextEditor/EditorFooter.tsx:35
↓ 1 callersFunctionfetchSearchResults
()
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/ContextualRAG/ContextualRAG.tsx:21
↓ 1 callersMethodgetContent
()
backend/app/src/main/java/com/vinaya_journal/app/DTO/JournalEntryDTO.java:7
↓ 1 callersFunctiongetInitialLanguage
()
desktop/src/i18n.ts:16
↓ 1 callersMethodgetLastSavedAt
()
backend/app/src/main/java/com/vinaya_journal/app/Service/LastSavedAtService.java:10
↓ 1 callersFunctiongetOsName
()
desktop/src/HomePage/BeforeLogin/OllamaAISection/OllamaNotRunningCard.tsx:172
↓ 1 callersFunctiongetRowColor
(mood: string, currentValue: number, previousValue: number | undefined)
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/DailyChangesAndTrends.tsx:26
↓ 1 callersFunctiongetSentimentColor
(sentiment: string)
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/AvgSentiment.tsx:38
↓ 1 callersFunctiongetSignificantEmotions
()
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/MoodCharts.tsx:50
↓ 1 callersFunctionget_recent_entries
Returns the most recent journal entries as (entry_date, content) tuples, newest first, limited to `last_n_days` distinct entries. Unlike get_
ai/rag/sqlite_utils.py:26
↓ 1 callersFunctiongive_chunks_info
()
ai/rag/text_utils.py:33
↓ 1 callersFunctionhandleAskStream
()
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/VinayaOllamaAI/VInayaOllamaAI.tsx:37
↓ 1 callersMethodinitialize
()
backend/app/src/main/java/com/vinaya_journal/app/Service/JournalDatabase.java:14
↓ 1 callersMethodinsertJournal
(JournalEntryDTO journalEntryDTO)
backend/app/src/main/java/com/vinaya_journal/app/Service/JournalInsertService.java:11
↓ 1 callersMethodisSuccess
()
backend/app/src/main/java/com/vinaya_journal/app/DTO/InsertServiceResultDTO.java:12
↓ 1 callersFunctionloadContent
()
desktop/src/HomePage/AfterLogin/TextEditor/TextEditor.tsx:36
↓ 1 callersFunctionmood_insights
(last_n_days: int = Query(default=2))
ai/main.py:200
↓ 1 callersFunctionno_entries
()
ai/main.py:143
↓ 1 callersFunctionno_model
()
ai/main.py:155
↓ 1 callersFunctionpython
()
desktop/src/HomePage/LoadingPage/LoadingPage.tsx:38
↓ 1 callersFunctionreflection_stream
()
ai/main.py:173
↓ 1 callersFunctionrenderOSCard
()
desktop/src/HomePage/BeforeLogin/OllamaAISection/OllamaNotRunningCard.tsx:183
↓ 1 callersMethodretrieveJournal
(String date)
backend/app/src/main/java/com/vinaya_journal/app/Service/JournalRetrieveService.java:9
↓ 1 callersMethodretrieveRange
Returns every entry whose entry_date falls within [start, end] (inclusive), ordered chronologically. Dates are ISO strings (YYYY-MM-DD), which compare
backend/app/src/main/java/com/vinaya_journal/app/Service/JournalRangeService.java:19
↓ 1 callersMethodrun
(ApplicationArguments args)
backend/app/src/main/java/com/vinaya_journal/app/AppApplication.java:16
↓ 1 callersFunctionsentence_chunks
(text, date , stride=2 , chunk_size=3)
ai/rag/text_utils.py:19
↓ 1 callersFunctionsentencizer
(text, date)
ai/rag/text_utils.py:10
↓ 1 callersFunctionserverStart
()
desktop/electron/main.ts:66
↓ 1 callersFunctionsqlite
()
desktop/src/HomePage/LoadingPage/LoadingPage.tsx:27
↓ 1 callersFunctiontransformDailyChangesData
(data: Record<string, Record<string, number>>)
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/MoodCharts.tsx:38
↓ 1 callersFunctiontransformData
(data: any)
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/CurrentMood.tsx:36
↓ 1 callersFunctionuseTextEditor
()
desktop/src/HomePage/AfterLogin/TextEditor/TextEditorHandles.tsx:3
FunctionAfterLoginHome
()
desktop/src/HomePage/AfterLogin/AfterLoginHome.tsx:11
FunctionAfterLoginRightTopBar
()
desktop/src/HomePage/AfterLogin/RightSide/AfterLoginRightTopBar.tsx:7
FunctionAnalyzeMood
()
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/AnalyzeMood.tsx:10
FunctionAnalyzeMoodResults
({ data })
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/AnalyzeMoodResults.tsx:11
FunctionApp
()
desktop/src/App.tsx:9
FunctionApp
()
website/src/App.tsx:4
FunctionAvgSentiment
({ avgSentiment })
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/AvgSentiment.tsx:72
FunctionBeforeLoginHome
()
desktop/src/HomePage/BeforeLogin/BeforeLoginHome.tsx:9
FunctionBeginJournaling
()
desktop/src/HomePage/BeforeLogin/BeginJournalingSection/BeginJournaling.tsx:59
FunctionContextualRAG
()
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/ContextualRAG/ContextualRAG.tsx:15
FunctionCurrentMood
()
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/CurrentMood.tsx:8
FunctionDailyChangesAndTrends
({ dailyChangesAndTrends })
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/DailyChangesAndTrends.tsx:37
FunctionDhammaWheel
()
desktop/src/HomePage/BeforeLogin/BeginJournalingSection/BeginJournaling.tsx:7
FunctionDominantMood
({dominantMood})
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/MoodInsights/DominantMood.tsx:12
FunctionEditorHeader
()
desktop/src/HomePage/AfterLogin/TextEditor/EditorHeader.tsx:4
FunctionEncryption
()
desktop/src/HomePage/BeforeLogin/BeginJournalingSection/Encryption.tsx:5
FunctionExploreMoreSection
()
desktop/src/HomePage/BeforeLogin/OllamaAISection/OllamaRunningCard.tsx:14
FunctionFeatureButtons
({ onSelectFeature, selectedFeature })
website/src/components/FeatureButtons.tsx:16
FunctionFooter
()
website/src/components/Footer.tsx:5
MethodGetSqliteConnection
()
backend/app/src/main/java/com/vinaya_journal/app/Controller/JournalController.java:33
FunctionInChatAIModelDropdown
()
desktop/src/HomePage/AfterLogin/RightSide/SideBarComponents/VinayaOllamaAI/InChatAIModelDropdown.tsx:6
FunctionIndicator
()
desktop/src/HomePage/AfterLogin/TextEditor/EditorFooter.tsx:30
MethodInsertServiceResultDTO
(boolean success, String modified_at)
backend/app/src/main/java/com/vinaya_journal/app/DTO/InsertServiceResultDTO.java:7
FunctionJournalCard
({ selectedFeature, featureImages })
website/src/components/JournalCard.tsx:16
MethodJournalEntryRecordDTO
(String entryDate, String content)
backend/app/src/main/java/com/vinaya_journal/app/DTO/JournalEntryRecordDTO.java:7
FunctionLinuxCard
()
desktop/src/HomePage/BeforeLogin/OllamaAISection/OllamaNotRunningCard.tsx:80
next →1–100 of 165, ranked by callers