-
[ ] I have checked the [documentation](https://docs.ragas.io/) and related resources and couldn't resolve my bug.
**Describe the bug**
Further request for LLamaIndex support regarding Azure OpenAI…
-
The current AzureOpenAI auto-configuration code assume that the users will provide a static api key if no key is set, then an exception is throw see https://github.com/spring-projects/spring-ai/blob/c…
-
### Describe the bug
I pulled the latest changes and deployed the langfuse on my local docker. i was able to sign up, create accounts, org, retrieve the secrets etc and use it on sample application a…
-
### Describe the bug
I am not able to update the trace name user with `langfuse_context.update_current_trace`
![image](https://github.com/user-attachments/assets/577edaed-1019-45c8-91c6-5e450f5018…
-
**Describe the bug**
I can’t seem to be able to pass headers while creating AzureOpenAI connections. Headers are needed in cases of Azure OpenAI instances placed behind Azure API Management.
**How…
-
I see that langkit is not supporting Azure Open AI. When can this be supported?
-
Apparently Azure OpenAI deployed models can't be reached with the `openai.OpenAI` client instead it requires the `openai.AzureOpenAI` client which has a slightly different interface (see [link](https:…
-
Hi,
I still get this error message despite I use the last commit & version from bertopic, could you please help ?
Code:
import openai
from bertopic.backend import OpenAIBackend
from op…
-
### SDK
Python
### Description
Azure provides access to OpenAI and other models, but the `openai` client object is different. I copy/pasted and modified `python/python/lancedb/embeddings/openai.py`…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
When i generate response from query_engine using below code:
`response = query_en…