-
They should be compatible with the OpenAI models so nothing to change in the code, just in the utility function where we create the LLM
https://python.langchain.com/v0.1/docs/integrations/chat/azur…
jexp updated
3 months ago
-
### Bug Description
I got retrying error raised on running batch embeddings with AzuerOpenAI, and I wonder how do I make it wait for the limited time (60s per AOAI but 30s per raised error code) and …
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a sim…
-
**Is your contribution request related to a problem? Please describe.**
A clear and concise description of what you will contribute.
text-davinci-003 is deprecated by openai and we should remove it …
-
Similarly to what I've previously done with [Brain](https://github.com/HelgeSverre/brain/), add support for implementing swappable and extendable Drivers for the underlying LLM API so we can use this …
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Below is my code
from fastapi import FastAPI, HTTPException
from pydantic import Bas…
-
**元手順**
[スクラッチでの開始](https://github.com/kfujisaki3/jp-azureopenai-samples/tree/main/5.internal-document-search#%E3%82%B9%E3%82%AF%E3%83%A9%E3%83%83%E3%83%81%E3%81%A7%E3%81%AE%E9%96%8B%E5%A7%8B)
- 新規…
-
I want to do the retrieval process using AzureOpen AI model, how to do it, where can i pass those extra variables?
-
```
`{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Warning"
}
},
//CO2NET 设置
"SenparcSetting": {
"IsDebug": true,
"DefaultCacheNamespace…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
Hello everyone,
I've developed two RAG (Naive RAG and Advance RAG) applications using…