-
### This issue is for a: (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior …
-
I tried the Azure OpenAI for the embedding, but i don't think it's working.
Any ideas on supporting ? The Azure website says it doesn't support batch yet.
https://learn.microsoft.com/en-us/azur…
-
#### Issue Description
Currently, vector embeddings in Azure SDKs use the `ROM` type. However, embeddings can also be of narrower types such as `int8`, `int16`, and `float16`, which consume less memo…
-
### Library name
Azure.AI.OpenAI
### Please describe the feature.
From what I can see, there is no way to get the `CompletionsUsage` of a request when using `StreamingChatCompletions`. It has `priv…
-
Any tips or recommendations on productionizing this app for a 1000 users?
I found this guide in the other repo: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/productionizi…
-
### Project Name
Reduce Bias
### Description
Objective: Reduce bias in recruitment by focusing on skills and experience.
Vector Store: We store candidate profiles as vector embeddings using…
-
This allows the code to execute outside of user profile settings:
See example here: https://github.com/Azure-Samples/azure-search-openai-demo-csharp/blob/main/scripts/prepdocs.ps1
-
Referring couple of API's to list of models, below API's returns list of supported ML models:
https://platform.openai.com/docs/api-reference/models/list https://docs.mistral.ai/api/#tag/models/opera…
-
while the token calculation currently its only used to take tokens inside `content` alone, but actually gpt uses the `role` also when doing the calculation.
e.g,
```{
"messages": [
…
-
**Describe the bug**
java.lang.ExceptionInInitializerError in Android studio
I wanna run azure openai sdk at Android, but when I created OpenAIClient, app broke down bacause of ReflectionUtils.
*…