Khanh Tran

Results 10 issues of Khanh Tran

I would like to read more about the structure of ACNET and how it works. Do you intend to write more about it?

Hello, can you share the source of newsgroup.txt?

Sometimes characters in non-latin language may be rendered wrongly. Do you have an option to filter these characters out? Read more about `--strict` option [here](https://github.com/Sanster/text_renderer)

Can you add a guide to data preparation for training?

### 🚀 The feature ```python from azure.identity import ( AzureCliCredential, get_bearer_token_provider, ) token_provider = get_bearer_token_provider( AzureCliCredential(), "https://cognitiveservices.azure.com/.default" ) client = AzureOpenAI( api_version="2025-01-01-preview", azure_endpoint="https://{endpoint}.openai.azure.com", azure_ad_token_provider=token_provider, ) ``` ### Motivation, pitch Using...

Azure AI Search supports creating multimodal embedding using AI Vision Vectorizer now: This will create an unified embedding field in the index with dimension 1024: I already set the following...

- Copilot Chat Extension Version: 0.33.2 - VS Code Version: 1.106.2 - OS Version: Windows 11/WSL2 - Feature (e.g. agent/edit/ask mode): Agent mode - Selected model (e.g. GPT 4.1, Claude...

bug
chat-tools
claude