Skip to main content

A Python SDK for interacting with Markov AI

Project description

Downloads

Markov AI SDK

Welcome to the Markov AI SDK 👋 This SDK offers a robust framework for creating and deploying knowledge graphs with vector embeddings, enabling seamless data processing across various modalities for your projects.

Table of Contents

Features

  • Modular Design: Easily create and manage components of your pipeline.
  • Scalability: Build knowledge graphs that can scale with your ever-increasing enterprise data.
  • User-Friendly: Designed with simplicity in mind, making it accessible for both beginners and experienced developers.

Installation

To install the Markov AI SDK, use pip:

pip install markov-ai

Make sure to have Python 3.8 or higher installed.

Quick Start

Here's a quick example to get you started:

import os
from dotenv import load_dotenv
load_dotenv()

api_key = os.getenv('MARKOV_AI_API_KEY')
db_uri = os.getenv('DB_URI')
db_user = os.getenv('DB_USER')
db_password = os.getenv('DB_PASSWORD')

from markov_ai import Component, DatabaseService, Destination, Pipeline

destination = Destination.from_credentials(DatabaseService.NEO4J, db_uri, db_user, db_password)
pipeline = Pipeline(api_key=api_key, destination=destination)

component = Component('DataLoader', source='./sample_content/apple.txt')
pipeline.add(component)

pipeline.run()

Usage

The SDK allows you to define various components of your pipeline, such as data loaders, preprocessors, model trainers, and evaluators. You can customize each component to fit your specific needs.

Example Components

  • DataLoader: Load data from various sources (CSV, databases, etc.).
  • PreProcessor: Clean and preprocess your data.
  • ModelTrainer: Train your model using different algorithms.
  • Evaluator: Evaluate the performance of your model.

API Reference

For detailed information about the API and available components, please refer to the API Documentation.

Contributing

We welcome contributions! Please read our Contributing Guidelines to get started.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

markov_ai-0.1.8-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file markov_ai-0.1.8-py3-none-any.whl.

File metadata

  • Download URL: markov_ai-0.1.8-py3-none-any.whl
  • Upload date:
  • Size: 9.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.8.19

File hashes

Hashes for markov_ai-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 dc57e4fc9958e8428be3d5cca585b919fe1a549b58bc9100521d413487ec2745
MD5 86e8f43548586097e58c4f91ab44d077
BLAKE2b-256 f9eb859e0e2eb7f8fd26d7b2e128c4d747c0e3363d7da3a6cc9955f96e866583

See more details on using hashes here.

Supported by

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