Leo

Results 51 comments of Leo

The numeric filter also doesn't seem to work as expected: For this code: ```typescript const before = 1705758397008; console.log('Searching for entries indexed before', before, 'in Oramadb', db.data.docs); const results =...

@AND-TomHarris Unfortunately not, I ended up using Dexie.js instead of Orama

Hi @itbeard, thanks for your offer. At the moment, we are really busy with writing our bachelor thesis that we have to submit in August. After submission we will be...

Are you sure you set the correct OLLAMA_ORIGINS environment variable? How it's set is explained in the onboarding instructions when initially starting the plugin. If you set it correctly, could...

Actually, to see the error in the Developer Console you first need to activate "Developer Console logging" in our plugin settings under "Advanced Settings". Then retry running the plugin.

Do you use local models? If yes, it can be time-consuming if you don't have much computing power. So it would be interesting to know which specs your computer has....

Will be added in the future.

We need to reindex again after reloading obsidian to ensure that the content of your notes is in sync with the vectorstore embeddings. But as I said reindexing should happen...

> I am also using the obsidian-copilot plugin, I wonder if this is the cause of the confusion? This shouldn't be an issue.