stanfordnlp / dspy

DSPy: The framework for programming—not prompting—language models
https://dspy.ai
MIT License
18.95k stars 1.45k forks source link

Documentation: Database integration installation command #1033

Closed dbelavy closed 6 months ago

dbelavy commented 6 months ago

In the documentation:

https://dspy-docs.vercel.app/docs/quick-start/installation

This command fails

pip install dspy-ai[mongodb]

This one works:

pip install "dspy-ai[mongodb]"

Is it worth updating the documentation?

tom-doerr commented 6 months ago

I have the same issue, probably affects all Zsh users.