Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 15 commits into from
Oct 14, 2024
Merged

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
11 checks passed
@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