Pamela Fox

Results 180 issues of Pamela Fox

## Purpose This PR updates the dev container to use a Python 3.10 base image, instead of the universal bullseye. It subsequently removes the Python feature, since it's slow. The...

I was wondering if there's any possibility of adding an OpenAI-compatible embedding endpoint, or if that wouldn't make sense with the underlying models. My goal is to be able to...

enhancement

Your blog post mentions you're considering it. We'd love it so that we can point our RAG apps at ollama. Thanks!

feature request
compatibility
embeddings

We'd love tools support so we can use ollama with our existing OpenAI-using apps. Not sure if that's possible across the board with all models.

feature request
compatibility

The dev container linter claims that "ms-python.black-formatter" is invalid as a value. I believe it's valid, however. (It seems to work) Version: 1.77.3 Commit: 704ed70d4fd1c6bd6342c436f1ede30d1cff4710 User Agent: Mozilla/5.0 (Macintosh; Intel...

triage-needed

## Purpose I realized during loadtesting that RateLimitError is being returned as a 500. This PR adjusts the error handling code so that the status code is passed along, and...

Our prepdocs code currently only uploads image versions of PDF documents, per this line of code: ``` if self.store_page_images and os.path.splitext(file.content.name)[1].lower() == ".pdf": return await self.upload_pdf_blob_images(service_client, container_client, file) ``` That...

It would help developers to know how the HTTP API works if we generate an openapi.json using Quart-Schema. It also helps in confirming confomance with the HTTP Chat Protocol: https://github.com/Azure-Samples/ai-chat-app-protocol...

## Purpose This PR adds the python property to the Quart launch.json configuration, so that the debugger selects Python interpreter in the correct virtual environment. ## Does this introduce a...

We're discussing APIM integration in this sample, as we know many developers are manually adding APIM, so we'd like to make it easier for everyone. However, there are many ways...