Adam Dougal

Results 16 issues of Adam Dougal

I'm sometimes getting the following exception when running a parallel pipeline: ``` java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445) at java.util.HashMap$EntryIterator.next(HashMap.java:1479) at java.util.HashMap$EntryIterator.next(HashMap.java:1477) at com.thoughtworks.xstream.converters.collections.MapConverter.marshal(MapConverter.java:75) at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69) at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58) at com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:84) at hudson.util.RobustReflectionConverter.marshallField(RobustReflectionConverter.java:263) at...

Required by https://github.com/microsoft/sample-app-aoai-chatGPT/issues/391

Heya! Thanks for the library! Would it be possible to add fault simulation to this library? I've used WireMock in the past in Java projects and it's ability to simulate...

Required by https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/issues/323 # Description Generate image embeddings using computer vision and store them in a modified search index. # Tasks - [x] Investigate what needs to change with the...

subtask

- This is POC code, it's not unit tested and if we proceed it may be structured differently - Retrains langchain as an overall orchestrator - Motivation for doing this...

Required by #321 # Description Update the QuestionAnswerTool (chat) to use Integrated Vectorization. # Tasks - [x] Remove the dependency on get_vector_store - [x] Update the 'search' call to get...

Integrated Vectorisation
subtask

Required by https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/issues/323 # Description When calling the `/api/conversation/azure_byod` endpoint, generate embeddings of the question using computer vision and query the image embeddings using the question embeddings. We should continue...

subtask

Required by https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/issues/323 # Description When calling the `/api/conversation/custom` endpoint and using the `langchain` orchestrator, generate embeddings of the question using computer vision and query the image embeddings using the...

subtask

Required by https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/issues/323 # Description When calling the `/api/conversation/custom` endpoint, generate embeddings of the question using computer vision and query the image embeddings using the question embeddings. We should continue...

subtask

Required by https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/issues/323 # Description Generate descriptions of image using `gpt-4-vision`. Generate embeddings of that description using `text-embeddings-ada-002`. Store embeddings in modified search index. # Tasks - [ ] Generate...

subtask