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

Make API layer implementation support async and streaming output mode #177

Open
imbajin opened this issue Feb 25, 2025 · 3 comments · May be fixed by #179
Open

Make API layer implementation support async and streaming output mode #177

imbajin opened this issue Feb 25, 2025 · 3 comments · May be fixed by #179
Assignees
Labels
enhancement New feature or request

Comments

@imbajin
Copy link
Member

imbajin commented Feb 25, 2025

refer: https://github.com/apache/incubator-hugegraph-ai/tree/main/hugegraph-llm/src/hugegraph_llm/api

At present, we only support synchronous return, without asynchronous implementation or the option to add streaming output

@dosubot dosubot bot added the enhancement New feature or request label Feb 25, 2025
@chiruu12
Copy link

Can i work on this issue?

@chiruu12
Copy link

Do i also have to do the TODO part in the rag_api.py file?

@imbajin
Copy link
Member Author

imbajin commented Feb 26, 2025

rag_api.py

@chiruu12 Not necessary, it's not important at the moment(fewer calls), we can handle it later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants