-
I have created index using the below sample.ipynb file:
https://github.com/Azure/azure-search-vector-samples/blob/main/demo-python/code/integrated-vectorization/azure-search-integrated-vectorization-…
-
Is it possible (or will be possible in the future) to use OpenAI models deployed via Azure? Models are always distributed via API KEY but through a different service from the OpenAI platform.
Thank…
-
I’ve tried to use the `autoevals.Factuality` module with my Azure endpoint. I noticed the `engine` argument in the documentation, so I assumed that it corresponds to the model name for Azure OpenA…
-
### Confirm this is not an issue with the underlying OpenAI API
- [X] This is an issue with the Python library
### Confirm this is not an issue with Azure OpenAI
- [X] This is not an issue wi…
-
### Description
Currently opencommit doesn't support Github Models API calls. It would be nice to have the support for Github models, as they're free to use (if you get your access granted) and gives…
-
**Describe the bug**
Trying to use an Azure API Key to run a LLM evaluation using UpTrain. I received a 404 error message saying that the deployment is not found. However, there is no deployment name…
-
### 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…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have this code:
```
import streamlit as st
from llama_index.llms.azure_openai imp…
-
**To Reproduce**
Give a full working code snippet that can be pasted into a notebook cell or python file. Make sure to include the LLM load step so we know which model you are using.
```python
gpt3…
-
there were no error about it
config:
```
[app]
video_source = "pexels"
pexels_api_keys = [ "",]
pixabay_api_keys = []
llm_provider = "openai"
ollama_base_url = ""
ollama_model_name = ""
open…