vault backup: 2024-10-29 11:16:30
This commit is contained in:
parent
63da6484c7
commit
0e7ab476be
12 changed files with 31566 additions and 17 deletions
57
.obsidian/plugins/smart-second-brain/data.json
vendored
Normal file
57
.obsidian/plugins/smart-second-brain/data.json
vendored
Normal file
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"isChatComfy": true,
|
||||
"isUsingRag": true,
|
||||
"assistantLanguage": "en",
|
||||
"initialAssistantMessageContent": "Hello, I am your assistant. How can I help you?",
|
||||
"isIncognitoMode": true,
|
||||
"ollamaGenModel": {
|
||||
"model": "llama3.1:8b-instruct-q8_0",
|
||||
"baseUrl": "http://localhost:11434",
|
||||
"temperature": 0.5,
|
||||
"contextWindow": 1948,
|
||||
"lcModel": {
|
||||
"lc": 1,
|
||||
"type": "constructor",
|
||||
"id": [
|
||||
"langchain",
|
||||
"chat_models",
|
||||
"ollama",
|
||||
"ChatOllama"
|
||||
],
|
||||
"kwargs": {
|
||||
"model": "llama3.1:8b-instruct-q8_0",
|
||||
"base_url": "http://localhost:11434",
|
||||
"temperature": 0.5,
|
||||
"context_window": 1948
|
||||
}
|
||||
}
|
||||
},
|
||||
"ollamaEmbedModel": {
|
||||
"model": "nomic-embed-text",
|
||||
"baseUrl": "http://localhost:11434",
|
||||
"similarityThreshold": 0.75,
|
||||
"k": 100
|
||||
},
|
||||
"openAIGenModel": {
|
||||
"model": "gpt-3.5-turbo",
|
||||
"openAIApiKey": "",
|
||||
"temperature": 0.5
|
||||
},
|
||||
"openAIEmbedModel": {
|
||||
"model": "text-embedding-ada-002",
|
||||
"openAIApiKey": "",
|
||||
"similarityThreshold": 0.75,
|
||||
"k": 100
|
||||
},
|
||||
"targetFolder": "Chats",
|
||||
"defaultChatName": "New Chat",
|
||||
"excludeFF": [
|
||||
"Chats",
|
||||
"*.excalidraw.md"
|
||||
],
|
||||
"isQuickSettingsOpen": true,
|
||||
"isVerbose": false,
|
||||
"isOnboarded": true,
|
||||
"hideIncognitoWarning": false,
|
||||
"isAutostart": true
|
||||
}
|
575
.obsidian/plugins/smart-second-brain/main.js
vendored
Normal file
575
.obsidian/plugins/smart-second-brain/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/smart-second-brain/manifest.json
vendored
Normal file
10
.obsidian/plugins/smart-second-brain/manifest.json
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"id": "smart-second-brain",
|
||||
"name": "Smart Second Brain",
|
||||
"description": "Interact with your privacy focused assistant, leveraging Ollama or OpenAI, making your second brain even smarter.",
|
||||
"author": "Leo310, nicobrauchtgit",
|
||||
"authorUrl": "https://github.com/nicobrauchtgit",
|
||||
"version": "1.3.0",
|
||||
"minAppVersion": "1.5.0",
|
||||
"isDesktopOnly": true
|
||||
}
|
1
.obsidian/plugins/smart-second-brain/styles.css
vendored
Normal file
1
.obsidian/plugins/smart-second-brain/styles.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
.obsidian/plugins/smart-second-brain/vectorstores/nomic-embed-text.bin
vendored
Normal file
BIN
.obsidian/plugins/smart-second-brain/vectorstores/nomic-embed-text.bin
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue