Lei Li(Roy Lee)
Lei Li(Roy Lee)
Hi, I am glad to find this powerful pkg. However, their is no tutorial or example to show how to use it. Could we add some tutorials or examples for...
**Why is this feature needed:** Consider this scenario, There are two GPU machines, named GPU1, GPU2, Job1 is running on GPU1 without fluid. Then Job2 using fluid requires 1 GPU....
Add `PasswordAuthE` function, because sometimes ssh server should returns detailed error than "permission denied". if `PasswordAuthE`and `PasswordAuth` both set, `PasswordAuthE` will overwrite PasswordAuth
In our ssh server, we integrate third-party authn system. When error occurs, it always prompts "permision denied", which confuses our users, meanwhile, we have to inspect server logs to give...
fix #3181 ## Changes 1. Add two more more fields for `ModelInfo` ```rust pub struct ModelInfo { pub urls_sha256: Option, pub entrypoint: String, } ``` - `urls` and `urls_sha256` are...
#2894 ## implements I followed the pattern `WebCrawler`, creating the following core components: - Adding list/create/delete interfaces to `Query`and `Mutation`. - Adding new interface `NotionDocumentService` and impl `NotionServiceImpl` - Adding...
**Please describe the feature you want** The embedding system is a fantastic feature that makes suggestions and responses more accurate. However, it is essentially imperceptible to the outside. is it...