-
Notifications
You must be signed in to change notification settings - Fork 33
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
improve some RAG function UT(tests) #167
Comments
Hello, I'm new to the community and interested in handling this task. Would that be possible? |
@yanchaomei Sure, assigned to u~ You can also use LLM as much as possible to assist in generating a large number of functions. We can divide the testing into several parts/steps. The core goal of the first phase is to prioritize testing to ensure that the functionality is normal and there will be no serious/obvious errors caused by modifying the code |
Hello sir if this issue had not been resolved yet can I start working on it too? |
@chiruu12 Sure, before the previous claiming dev @yanchaomei submitted PR, you can participate in some of its tasks, and then you can also work with this classmate in the future |
@imbajin Ok sir I will complete the pr I have at hand and then move forward to working on this one |
Hi, I have submitted the related PR. |
Refer https://github.com/apache/incubator-hugegraph-ai/tree/main/hugegraph-llm/src/tests
We do lack UT for the LLM module, the reliability of this code cannot be guaranteed, and a basic testing framework is urgently needed to improve it
The text was updated successfully, but these errors were encountered: