-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Smart Connect App (1.3.7) stuck in 'Making Smart Connections... Embedding progress: 210 / 16803 25571 tokens/sec using TaylorAl/bge-micro-v2' #857
Comments
Thanks for the detailed bug report and screenshots 😊 I tried a few different ways to reproduce the issue, but I haven't had any luck. Can you create a "test vault" that reliably reproduces the issue? This way I can dig in to what might be happening 🌴 |
I may have found the problem. It seems that Smart-Connect is unable to process filenames containing the '#' sign. All my files get embedded, except those meeting this criterion. I have attached a one-file test-vault that reproduces the error reliably I think. |
Oh yeah, that's got to be it. # in file names is currently not compatible. It should be better handled, though. As in, providing a warning and not breaking things. I'll have to see what I can do. Thanks for the test vault |
@sjhogerzeil the error should be prevented in the Obsidian Smart Connections plugin as of The patch will also be included with the next Smart Connect app update ( |
@sjhogerzeil Hi , I'd like to know how to get the plugin's setting's file? I incorrectly change the AI model and now I met the same problem as you had met, moreover, my obsidian doesn't work when the Embedding process started and stuck at 10/1421 tokens, now I want to change my AI model to see if I can solve the problem but before the embedding process done, I can't change the AI model through the plugin's settings from obsidian |
You might try changing the (hidden) smart_env.json file in your main
vault folder.
It’s inside the (hidden) .smart-env/multi/ directory.
…On 11 Nov 2024, at 17:21, Kyomoto wrote:
@sjhogerzeil Hi , I'd like to know how to get the plugin's
setting's file? I incorrectly change the AI model and now I met
the same problem as you had met, moreover, my obsidian doesn't
work when the Embedding process started and stuck at 10/1421 tokens,
now I want to change my AI model to see if I can solve the problem but
before the embedding process done, I can't change the AI model
through the plugin's settings from obsidian
--
Reply to this email directly or view it on GitHub:
#857 (comment)
You are receiving this because you were mentioned.
Message ID:
***@***.***>
|
That helps! Thanks a lot 🥰 now the embedding process is ongoing although remains a long time xd |
Obsidian and all plugins up-to-date
Smart Connect App cannot finish the embedding.
Reloading, re-installing Smart Connect app and Smart-Connections plugin -> no result
I have attached the errors from the console log of Smart Connect app.
Here are the settings:
{
"smart_blocks": {
"embed_model": {
"model_key": "TaylorAI/bge-micro-v2"
},
"embed_blocks": true
},
"smart_sources": {
"embed_model": {
"model_key": "TaylorAI/bge-micro-v2",
"legacy_transformers": true,
"TaylorAI/bge-micro-v2": {
"gpu_batch_size": 10,
"min_chars": 300
}
},
"pdf_adapter": {
"chat_model": {
"openai": {}
}
},
"image_adapter": {
"chat_model": {
"openai": {}
}
},
"smart_change": {
"active": true
}
},
"file_exclusions": "Untitled",
"folder_exclusions": "smart-chats, readwise, journals, assets, export, kindle-highlights",
"is_obsidian_vault": true,
"excluded_headings": ""
}
The text was updated successfully, but these errors were encountered: