Brian Muhia

Results 12 issues of Brian Muhia

I can't see any documentation.

I updated [smlar](https://github.com/poppingtonic/smlar) for postgresql 9.6, and this project seems very interesting given smlar's limitations: + sometimes, the `smlar(textarray,textarray)` function in `tfidf` mode will return multiple results with the exact...

help wanted

Hi, I was reading your documentation on the implementation, and noticed the errors shown in the diff. Not a big deal, really, it was just glaring at me :). This...

Hi, this is such an amazing collection. _Thank you_ for compiling these articles. Since I had some downtime, I've been reading through some of them these past few days, and...

``` from dspy.datasets import DataLoader dl = DataLoader() json_dataset = dl.from_json("/home/path-to/sample_responses.json", fields=["question", "answer", "context"]) # joy ensues... ```

Error for example in dev set: 'str' object has no attribute 'inputs' --------------------------------------------------------------------------- ```python AttributeError Traceback (most recent call last) devset = dl.from_json("/opt/dspy-test/demonstration_dataset_responses.json", fields=["question", "answer", "context"], input_keys=('question')) dev_set = dspy.Prediction(passages=devset).with_inputs('question')...

Implements a retriever that (as the name suggests) uses pgvector to retrieve passages, using a raw SQL query and a postgresql connection managed by psycopg2. It needs to register the...

``` Traceback (most recent call last): File "/home/mu/miniconda3/envs/rave/bin/fe2", line 8, in sys.exit(main()) File "/home/mu/miniconda3/envs/rave/lib/python3.9/site-packages/fastec2/__init__.py", line 9, in main else: fire.Fire(EC2) File "/home/mu/miniconda3/envs/rave/lib/python3.9/site-packages/fire/core.py", line 141, in Fire component_trace = _Fire(component, args,...

I trained a custom model and loaded it into `RAVE_VST` to test it. This uses up all available RAM and crashes the program ### Environment ``` Pop OS! 22.04 vendor_id...