Fabian Nagel

Results 13 comments of Fabian Nagel

Also, I keep getting deprecation warnings that I haven't been receiving on my local machine. ``` /usr/local/lib/python3.7/site-packages/sklearn/externals/six.py:31: DeprecationWarning: The module is deprecated in version 0.21 and will be removed in...

I don't think so. If I remember correctly, more thorough preprocessing helped me to reduce the dataset size until manageable.

I don't know why, but `retrieve.py` expects a list of dictionaries from the custom retriever. This works for me: ``` def forward(self, query_or_queries: Union[str, List[str]], k: Optional[int] = None) ->...

Same issue here (M2 Max). I'm on macOS 14.1, brew 4.1.21, Apple clang 15.0.0.

I'm new to dspy, but here are some thoughts: Custom indexing logic determines a certain database schema, and if this logic does not belong into DSPy (I agree), neither does...

I guess the idea is to provide an interface for people to implement their own `sink` implementations, e.g. for writing asynchronously to a HTTP socket rather than to disk (CSV,...

For me, I can disable the haptic feedback and the state of the switch persists. But when triggering a manual upload afterwards, I keep getting feedback for *each* notification that...

Yes, OS-level notification

+1 on having proper IPC support. I just stumbled upon this issue after failing to get cross-language PUB/SUB working. The fact that it's working within NetMQ (relying on TCP) conceals...