ChenZiHong-Gavin opened a new pull request, #80: URL: https://github.com/apache/incubator-hugegraph-ai/pull/80
 Configs are collapsed at the top. The functionality is divided into three tab pages: ```python with gr.Tab(label="Build Vector/Graph Index"): create_vector_graph_block() with gr.Tab(label="RAG and User Functions"): create_rag_block() with gr.Tab(label="Others"): create_other_block() ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
