Matthew Parnell
Matthew Parnell
> Since .git does not exist in the subdirectories added via "git worktree add" It *does* create a `.git`; however, it is not a directory, it is a file containing...
Rather than creating another issue, this issue seems to be similar if not the same. I do not know what the compilation database file is, @Shougo, where would this file...
Indeed, `libclang` is located, and symlinked to `/usr/lib/libclang.so -> libclang.so.3.9`. This is a standard place for the library to be located, and certainly should be in the library path. Why...
Yep correcting this has solved my issue. I correctly pointed `libclang_path` and `clang_header` to the correct paths. However the moment I start typing `#include` it freezes (I assume looking for...
The GenAI plugin was written with Aura in mind, and as such we are only allowing known and controlled endpoints and options. However, we have implemented the plugin with such...
Hey @pangyyen that really is odd. I've just pulled 5.18.1 directly from the source we provide, and installed the GenAI plugin by moving from `products` to `plugins`. When running the...
Hey @pangyyen we haven't heard back from you in a month. Hopefully, you've found what was wrong in your environment that prevented the plugin from working as expected. I will...
Though I understand that it looks a little off, this is not a bug and is inherent to _approximate_ nearest neighbor searching. Neo4j uses an HNSW implementation powered by Apache...
Hi @kunal-gandhi22, it's been a little over a month and we've not heard back, as there is nothing really further here, I will close this issue. As mentioned above, this...
@TomVanWemmel can you please provide an example of what you mean. `Entity::getProperty` indeed returns an `Object`, because that is the _most specialised type_ that they all share. It _is_ a...