Ethan Niser
Ethan Niser
I just ran into this as well [The examples the docs give](https://dspy-docs.vercel.app/docs/deep-dive/retrieval_models_clients/custom-rm-client) for a custom RM lead to this exact issue
> A user Thats me! Ended up trying option 1 in settings.json ``` "rust-analyzer.rust.analyzerTargetDir": true ``` and everything seems to be working fine now
Hi all, recently discovered Effect and have really fell in love. I know **how important having good docs is for driving adoption** and so I want to help contribute because...
I see Really wish someone had updated or closed this issue, I think its unreasonable to expected people new to Effect to be aware of information in non-pinned discord messages...
@gcanti this all sounds good, woke up this morning and watched the [divio talk](https://youtu.be/t4vKPhjcMZg) and its very well thought out. Having well defined "categories" is great, although I still think...
will make dedicated issues for the other stuff ------ as for this issue: > Having well defined "categories" is great, although I still think it would be beneficial to have...
just want to bump this I think planning out all the pages we eventually want to have and adding them as "stubs" would make the docs feel much more "complete"...
Thank you for this response, this sounds like a good plan. Could we also add this to the readme @gcanti? I would consider this really important information for anyone wanting...
```nix dspy = with pkgs.python312.pkgs; buildPythonPackage rec { pname = "dspy-ai"; version = "2.4.10"; format = "setuptools"; src = pkgs.fetchFromGitHub { owner = "stanfordnlp"; repo = "dspy"; rev = "refs/tags/v${version}";...
```nix { lib, python3, fetchPypi, }: python3.pkgs.buildPythonApplication rec { pname = "dspy"; version = "2.4.10"; pyproject = true; src = fetchPypi { pname = "dspy-ai"; inherit version; hash = "sha256-lAGfHQ8M2iKvHZ1xcil/yAAqhZoPCqUb68gR9N0fDxQ=";...