diff --git a/docs/providers.md b/docs/providers.md index 91f04589..0ae1047c 100644 --- a/docs/providers.md +++ b/docs/providers.md @@ -1,23 +1,3 @@ - - # Lightspeed Core Providers Lightspeed Core Stack (LCS) builds on top of llama-stack and its provider system. @@ -207,8 +187,8 @@ The tables below summarize each provider category, containing the following atri ```toml llslibdev = [ "openai>=1.0.0", - "pymilvus>=2.4.10" - ... + "pymilvus>=2.4.10", + # add your dependencies here ] ```