Skip to main content

Framework designed to simplify and accelerate the development of LLM-based applications.

Project description

🏎️ draive 🏁

🏎️ Fast-track your LLM-based apps with an accessible, production-ready library. 🏎️

Are you looking for maximum flexibility and efficiency in your next Python library? Tired of unnecessary complexities and inefficient token usage?

👉 Introducing draive - an open-source Python library under the Miquido AI Kickstarter framework, designed to simplify and accelerate the development of LLM-based applications. Get started with draive to streamline your workflow and build powerful, efficient apps with ease.

🚀 Quick start

Dive straight into the code and learn how to use draive with our interactive guides. Check out Draive AI Course on YouTube to understand our unique architecture and see real-world applications of Draive in action. For quick solutions to common problems, explore our cookbooks.

Great, but how it looks like?

from draive import ctx, generate_text, tool
from draive.openai import OpenAIClient, openai_lmm_invocation


@tool # simply annotate a function as a tool
async def current_time(location: str) -> str:
    return f"Time in {location} is 9:53:22"

async with  ctx.scope( # create execution context
    "example", # give it a name
    openai_lmm_invocation(), # define llm provider for this scope
):
    result: str = await generate_text( # choose the right abstraction, i.e. `generate_text`
        instruction="You are a helpful assistant", # provide clear instructions
        input="What is the time in Kraków?", # give it some input (including multimodal)
        tools=[current_time], # and select any tools you like
    )

    print(result) # to finally get the result!
    # output: The current time in Kraków is 9:53:22.

Fully functional examples of using the Draive library are also available in Draive Examples repository.

❓ What is draive?

draive is an open-source Python library for developing apps powered by large language models. It stands out for its simplicity, consistent behavior, and transparency.

Key Features:

  • 🧱 Abstract building blocks: Easily connect multiple functionalities with LLMs and link various LLMs together.
  • 🧩 Flexible integration: Supports any LLM, external service, and other AI solutions.
  • 🧒 User-friendly framework: Designed to build scalable and composable data processing pipelines with ease.
  • ⚙️ Function-oriented design: Utilizes basic programming concepts, allowing you to represent complex programs as simple functions.
  • 🏗️ Composable and reusable: Combine functions to create complex programs, while retaining the ability to use them individually.
  • 📊 Diagnostics and metrics: Offers extensive tools for measuring and debugging complex functionalities.
  • 🔄 Fully typed and asynchronous: Ensures type safety and efficient asynchronous operations for modern Python apps.

🧱 What can you build with draive?

🦾 RAG applications

RAG enhances model capabilities and personalizes the outputs.

  • Examples: Question answering, custom knowledge bases.

🧹 Extracting structured output

Simplified data extraction and structuring.

  • Examples: Data parsing, report generation.

🤖 Chatbots

Sophisticated conversational agents.

  • Examples: Customer service bots, virtual assistants.

… and much more!

🖥️ Install

With pip:

pip install draive

Optional dependencies

Draive library comes with optional integrations to 3rd party services:

  • OpenAI:

Use OpenAI services client, including GPT, dall-e and embedding. Allows to use Azure services as well.

pip install draive[openai]
  • Anthropic:

Use Anthropic services client, including Claude.

pip install draive[anthropic]
  • Gemini:

Use Google AIStudio services client, including Gemini.

pip install draive[gemini]
  • Mistral:

Use Mistral services client. Allows to use Azure services as well.

pip install draive[mistral]
  • Ollama:

Use Ollama services client.

pip install draive[ollama]
  • Fastembed:

User Fastembed services client.

pip install draive[fastembed]
  • SentencePiece:

User SentencePiece model runner. It is used by Gemini and Mistral.

pip install draive[sentencepiece]

Migration to haiway

Beginning with version 0.29.0, Draive will initiate the migration to haiway for state and dependency management. Interfaces will be gradually updated to the new system, with a complete transition planned. Interfaces subject to change will be marked as deprecated and maintained for as long as feasible, though no later than the end of the migration period. Once the transition is complete, all deprecated interfaces will be fully removed.

👷 Contributing

As an open-source project in a rapidly evolving field, we welcome all contributions. Whether you can add a new feature, enhance our infrastructure, or improve our documentation, your input is valuable to us.

We welcome any feedback and suggestions! Feel free to open an issue or pull request.

License

MIT License

Copyright (c) 2024 Miquido

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

draive-0.33.1.tar.gz (2.9 MB view details)

Uploaded Source

Built Distribution

draive-0.33.1-py3-none-any.whl (2.9 MB view details)

Uploaded Python 3

File details

Details for the file draive-0.33.1.tar.gz.

File metadata

  • Download URL: draive-0.33.1.tar.gz
  • Upload date:
  • Size: 2.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for draive-0.33.1.tar.gz
Algorithm Hash digest
SHA256 46c57c28377f4aa61186ee321d14ac722fd507e872215fed6e3f697a0ab7e939
MD5 c479b3afc35ae8909e9441fcb6695d56
BLAKE2b-256 1f212b3baa81edae056e6747ee0e12794aea9ed59f30026d4afa53653992f7b3

See more details on using hashes here.

File details

Details for the file draive-0.33.1-py3-none-any.whl.

File metadata

  • Download URL: draive-0.33.1-py3-none-any.whl
  • Upload date:
  • Size: 2.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for draive-0.33.1-py3-none-any.whl
Algorithm Hash digest
SHA256 cb9f91819f4a3c3e617cc69dfbd5f3103155ae0fe6a62778a8f2125dcce40d76
MD5 17a43e34c15718588189b77bc0ba5271
BLAKE2b-256 e72f4ef62b87d1e95659479d4515e006e2e1d85a863df6988fb502032fab11d2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page