Replies: 1 comment
-
As I understand it, it uses 1 The plugin integrates OpenAI Embeddings, a technology from the organization behind ChatGPT, to use AI that finds connections between notes. Instead of matching keywords, the AI interprets your notes as 1,536-dimension vectors 2 the vectorisation shouldn't take too long. I have a larger vault and it was pretty quick 3 the vector results are stored in a json file in a hidden folder in your obsidian vault folder |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ok, I just found this gem as I was thinking, "How do I vectorize my obsidian DB and then query it?" Et voila!
So, a few questions.
How does it generate the vectors? Are the notes uploaded to openAI and returned as vectors? It doesn't look like it, because the number is just skyrocketing higher and higher...so it looks like it is vectorizing "locally". Is that true?
How long does it take to vectorize? Per word or token? I have 3 million words, so....?
For 1+2, does it cost money to vectorize? How much? :o
What is the number that cycles upward when you turn it on? Does that just go on forever? I tried it with a tiny DB and it's at 20k+? Why? Do I need to restart?
If I have multiple VAULTS, will they all be vectorized at once?
Where will the vector results be stored?
Beta Was this translation helpful? Give feedback.
All reactions