brianpetro / obsidian-smart-connections

Chat with your notes & see links to related content with AI embeddings. Use local models or 100+ via APIs like Claude, Gemini, ChatGPT & Llama 3
https://smartconnections.app
GNU General Public License v3.0
2.82k stars 185 forks source link

Update Embedding model nodes #878

Closed 3-ark closed 1 week ago

3-ark commented 1 week ago

I found the nodes from nomic-AI doesn't work anymore when I was trying to compare with the embedding.

And Xenova/bge-m3 is a better choice now from the same provider of Jina-V2 and bge-small.

brianpetro commented 1 week ago

Thanks for letting me know about the updated models. It's a lot to keep track of.

I'd like to import the models dynamically from hugging face in the future, but I haven't evaluated the feasibility of that yet.

The underlying embedding component https://github.com/brianpetro/jsbrains/tree/main/smart-embed-model is still being worked on but I will make a note to include the newer models before release 🌴

3-ark commented 1 week ago

Thanks for letting me know about the updated models. It's a lot to keep track of.

I'd like to import the models dynamically from hugging face in the future, but I haven't evaluated the feasibility of that yet.

The underlying embedding component https://github.com/brianpetro/jsbrains/tree/main/smart-embed-model is still being worked on but I will make a note to include the newer models before release 🌴

Thanks, yes, it's working well. No worries. It's just a heads-up for the unworking ones and some better newer models I have tested.