Find answers from the community

Updated 6 months ago

Review

@Logan M One of the members from my team added functionality for filtering on queries from for a Neo4J Database. He has an open PR what are the steps for getting that merged?

https://github.com/run-llama/llama_index/pull/14362
L
C
5 comments
A little backed up in reviews (it's basically just me and one other guy lol)

Will get to it today hopefully πŸ˜…
Hey @Logan M Quick question about the recent LlamaIndex updates:
We're seeing something weird with the packages
The llama-index-vector-stores-neo4jvector subpackage changes are in the latest package.
But the LlamaIndex core changes (in vector.py and text_to_cypher.py) aren't in the latest build package. We can see them in the repo, but not in the package.
We know there's a thing about not incrementing the core counter in the repo. Is that why the core package isn't updated?
Any ideas why only part of the PR made it into the build? Do we need to do something to get the core changes included?
Thanks for the help! πŸ™Œ
Changes to llama-index-core need to be manually published (since it's core, need to be a bit more thoughtful than auto-publishing)
Usually will publish every 3 days or so, but if you need it now, you can clone and install
okay cool I think we will just wait
Add a reply
Sign up and join the conversation on Discord