Li Jiang

Results 28 issues of Li Jiang

## Related Issues/PRs None ## What changes are proposed in this pull request? Add two notebooks for aisample into `notebooks/community/aisample` folder. - AIsample - Book Recommendation.ipynb - AIsample - Fraud...

有些地方写的是init_model_path,有些地方写的又是model_init_path,建议统一一下

## Related Issues/PRs None ## What changes are proposed in this pull request? - Simplified data downloading section in notebooks. - Added mlflow logging and loading to uplift modelling sample....

isort helps to organize the order of dependencies import, the current code is not formatted with isort. If a new PR is formatted with isort, there will be many changes...

Is this version restriction still needed? https://github.com/microsoft/FLAML/blob/d36b2afe7fedfc24126e5c2588f53e4b53f8eeb7/setup.py#LL101C14-L101C14

## Why are these changes needed? Verify and add support to python 3.11 ## Related issue number Closes #1079 ## Checks - [ ] I've included any doc changes needed...

Currently, FLAML supports python from 3.7 to 3.10. As python 3.7 is near its end of life (2023-06-27), I suggest that we discontinue support for python 3.7 and instead include...

## Why RAG Retrieval-Augmented Generation (RAG) is a technique that enhances the capabilities of LLMs by incorporating a retrieval mechanism into the generative process. This approach allows the model to...

roadmap
rag
0.2

### Describe the bug When I create a session without setting the llm_config, it raises an error message saying that I need to config the llm_config. Then I go the...

bug
studio

### Is your feature request related to a problem? Please describe. When I see the error message, I can't find a place to update the llm config. ![image](https://github.com/microsoft/autogen/assets/3197038/28821765-b6bd-4858-87b2-e561ff20b6c3) ### Describe...

enhancement
studio