Skip to content

refactor(llm): enhance a string of graph query method#89

Merged
simon824 merged 15 commits intomainfrom
graph-query
Oct 14, 2024
Merged

refactor(llm): enhance a string of graph query method#89
simon824 merged 15 commits intomainfrom
graph-query

Conversation

@imbajin
Copy link
Member

@imbajin imbajin commented Sep 28, 2024

Main Changes

  • enhance vid k-neighbor query
  • enhance property k-neighbor query
  • limit edges to avoid super vertex expanding
  • fetch vids only instead of fetch all vertices (with property)
  • refactor the code logic / simplify it
  • enhance extract keywords logic with @vichayturen
  • filter single char & avoid match meanness words (compare distance)
  • compress duplicate property output
  • use better path for LLM to get the graph related info
  • .....

@github-actions github-actions bot added the llm label Sep 28, 2024
@imbajin
Copy link
Member Author

imbajin commented Sep 28, 2024

Follow #84 (merge it first), and maybe include some vid matching enhancement

@imbajin imbajin marked this pull request as ready for review October 10, 2024 09:33
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. enhancement New feature or request labels Oct 10, 2024
@simon824 simon824 merged commit 7b02fd4 into main Oct 14, 2024
@simon824 simon824 deleted the graph-query branch October 14, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request llm python-client size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants