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

[Summary] Good AI/LLM Tasks for Newcomers #107

Open
3 of 12 tasks
imbajin opened this issue Nov 8, 2024 · 1 comment
Open
3 of 12 tasks

[Summary] Good AI/LLM Tasks for Newcomers #107

imbajin opened this issue Nov 8, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@imbajin
Copy link
Member

imbajin commented Nov 8, 2024

Small Tasks: (新手村任务)

  • support log output in RAG platform feat(llm): support log_block in RAG platform & rest-api #110
    • step1: reading static log file (like rest-api -> ip:port/logs)
    • step2: reading rolling logs (like tail -f)
  • support rag platform containerization (Dockerfile)
  • fix some tiny bug (like handle some exception / empty case)
    • enable auto-restart/reload code in fastapi (refer here)
  • improve some RAG function UT(tests)
  • enhance the vertexid (vid) vector index rebuilding process (To rebuild it more user-friendly & no need to clear graph data together)
    image
  • ....

Tiny Task

  • show vertex/edge count in UI/platform (async use g.V().count() / g.E().count()) & graph info button
  • should handle empty keywords case(keywords = []), currently we will match all vertexes (wrong fallback)
  • handle fuzzy match vid empty case (keywords exists but no matched vid)
@imbajin imbajin moved this to 📋 Backlog in HugeGraph Tasks Nov 8, 2024
@imbajin imbajin changed the title [Summary] Good Tasks for Newcomers [Summary] Good AI/LLM Tasks for Newcomers Nov 8, 2024
@imbajin imbajin added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Nov 8, 2024
@diya-he
Copy link
Contributor

diya-he commented Nov 9, 2024

Apply for the first and third tasks

@imbajin imbajin pinned this issue Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants