Skip to main content

A Python SDK for interacting with Markov AI

Project description

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:

from markov_ai import Pipeline, Component
from neo4j import GraphDatabase

# Define your pipeline
pipeline = Pipeline(api_key='markov-ai-[uuid]')

# Add components to your pipeline
component = Component('DataLoader', source='./sample_content/apple.txt')
pipeline.add(component)

# Run the pipeline
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 Distribution

markov-ai-0.1.3.tar.gz (4.4 kB view details)

Uploaded Source

Built Distribution

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

markov_ai-0.1.3-py3-none-any.whl (5.6 kB view details)

Uploaded Python 3

File details

Details for the file markov-ai-0.1.3.tar.gz.

File metadata

  • Download URL: markov-ai-0.1.3.tar.gz
  • Upload date:
  • Size: 4.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.8.19

File hashes

Hashes for markov-ai-0.1.3.tar.gz
Algorithm Hash digest
SHA256 9355c6ab5a87a677a4929358042e7014ba206d7c3176b44880a96a208ef55f98
MD5 a6167a232ce2959fde43f04d79c21040
BLAKE2b-256 a8e33226cc6326c8d302cc5b1a1dbd0f6ec93b14a36bf7c5c9ffb412ef4a99bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: markov_ai-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 5.6 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a87bb6b1595c80bbeb58c7e68b648112fc2e26748a79f8dfa14324b4b1991134
MD5 0e5778a9fdcb3f425d82b2a43cccd6ec
BLAKE2b-256 919b20c67983c8510de14b6aa8e297721334b20c725e910a13f6629368839ca9

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