William Brach

Results 6 issues of William Brach

Hi! I discovered a potential new feature for the qdrant Filter capabilities. ## Problem In our qdrant instance, we score our custom implementation of the ID (wineId) in the point...

Hi, I'm experimenting with fine-tuning nanoGPT and I have a question about performance. I have a MacBook Pro with an M1 chip and an Azure Compute instance with a Tesla...

Hello, I attempted to create a JSON file with pattern matching features using Azure OpenAI. Here is the code I used: ``` # We can pre-define valid option sets. valid_weapons...

Hi! We tried to implement Annoy angular index into our FastAPI python service which runs on Azure k8s service. An index is being built every time from the pandas dataframe...

The current regex pattern used to extract the __init__ method content doesn't account for return type annotations, specifically -> None. This causes an error when processing classes with annotated __init__...

I'm looking to replace the current Internet search (e.g., BingSearch) with my own vector store (Qdrant) in the retrieval module. Based on the README, I understand this should be possible...