From 247309edfd91da8e81bda9d4ed78fd42ceb371ef Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 03:38:48 +0000 Subject: [PATCH] feat: Updated docs/index.rst --- docs/index.rst | 41 +++++++++++++++++++++++------------------ 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 5be3456d3..7940fa700 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,9 +1,14 @@ -Welcome to LlamaIndex πŸ¦™ ! +Welcome to DSPy +########################## + +DSPy is an innovative framework for programmatically harnessing foundation models, providing tools and interfaces in Python and Typescript for enhanced interaction with large language models. Integrating domain-specific data with powerful language models allows users to design tailored applications in the fields of natural language processing, machine learning, and artificial intelligence. + +πŸš€ Why DSPy? πŸ¦™ ! ########################## LlamaIndex is a data framework for `LLM `_-based applications to ingest, structure, and access private or domain-specific data. It's available in Python (these docs) and `Typescript `_. -πŸš€ Why LlamaIndex? +πŸš€ Empowering Applications with Foundation Models ****************** LLMs offer a natural language interface between humans and data. Widely available models come pre-trained on huge amounts of publicly available data like Wikipedia, mailing lists, textbooks, source code and more. @@ -22,15 +27,15 @@ LlamaIndex provides the following tools: - **Engines** provide natural language access to your data. For example: - Query engines are powerful retrieval interfaces for knowledge-augmented output. - Chat engines are conversational interfaces for multi-message, "back and forth" interactions with your data. -- **Data agents** are LLM-powered knowledge workers augmented by tools, from simple helper functions to API integrations and more. -- **Application integrations** tie LlamaIndex back into the rest of your ecosystem. This could be LangChain, Flask, Docker, ChatGPT, or… anything else! +- **Data agents** are foundation model-powered knowledge workers enhanced by tools, including helper functions to API integrations. -πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Who is LlamaIndex for? + +πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Who is DSPy for? ******************************************* LlamaIndex provides tools for beginners, advanced users, and everyone in between. -Our high-level API allows beginner users to use LlamaIndex to ingest and query their data in 5 lines of code. +Our intuitive high-level API empowers beginners to leverage the capabilities of DSPy to ingest and query their data in 5 lines of code. For more complex applications, our lower-level APIs allow advanced users to customize and extend any moduleβ€”data connectors, indices, retrievers, query engines, reranking modulesβ€”to fit their needs. @@ -39,38 +44,38 @@ Getting Started To install the library: -``pip install llama-index`` +``pip install dspy`` -We recommend starting at `how to read these docs <./getting_started/reading.html>`_, which will point you to the right place based on your experience level. +We recommend checking out our `Getting Started Guide <./getting_started/overview.html>`_ to help you navigate the documentation based on your expertise. πŸ—ΊοΈ Ecosystem ************ To download or contribute, find LlamaIndex on: -- Github: https://github.com/jerryjliu/llama_index +- Github: https://github.com/[DSPY_REPO_PATH] - PyPi: - - LlamaIndex: https://pypi.org/project/llama-index/. - - GPT Index (duplicate): https://pypi.org/project/gpt-index/. + - DSPy: https://pypi.org/project/dspy/. + - NPM (Typescript/Javascript): - - Github: https://github.com/run-llama/LlamaIndexTS - - Docs: https://ts.llamaindex.ai/ - - LlamaIndex.TS: https://www.npmjs.com/package/llamaindex + - Github: https://github.com/[DSPY_TS_REPO_PATH] + - Docs: https://ts.dspy.ai/ + - DSPy.TS: https://www.npmjs.com/package/dspy Community --------- Need help? Have a feature suggestion? Join the LlamaIndex community: -- Twitter: https://twitter.com/llama_index -- Discord https://discord.gg/dGcwcsnxhU +- Twitter: https://twitter.com/dspy_framework +- Discord https://discord.gg/[DSPY_DISCORD_PATH] Associated projects ------------------- -- 🏑 LlamaHub: https://llamahub.ai | A large (and growing!) collection of custom data connectors -- πŸ§ͺ LlamaLab: https://github.com/run-llama/llama-lab | Ambitious projects built on top of LlamaIndex +- 🏑 DSPyHub: https://dspyhub.ai | A large (and growing!) collection of custom data connectors +- πŸ§ͺ DSPyLab: https://github.com/[DSPY_LAB_REPO_PATH] | Innovative projects leveraging DSPy capabilities .. toctree:: :maxdepth: 1