genai_stack


Namegenai_stack JSON
Version 0.2.6 PyPI version JSON
download
home_pagehttps://github.com/aiplanethub/genai-stack
SummaryEnd-to-End Secure & Private Generative AI for All
upload_time2023-11-08 16:22:53
maintainer
docs_urlNone
authorGenAI Stack Authors
requires_python>=3.8.1,<4.0.0
licenseApache-2.0
keywords mlops ai genai stack model serving model deployment llmops large language model generative ai gpt4all transformers chatgpt llm chat
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <div align="center">
<h1 align="center">GenAI Stack </h1>
<h2 align="center">End-to-End Secure & Private Generative AI for All <br>(Your data, your LLM, your Control)</h2>

<a href="https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10-3776AB.svg?style=flat&logo=python&logoColor=white"><img src="https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10-3776AB.svg?style=flat&logo=python&logoColor=white" alt="Python Versions"></a>
<a href="https://discord.gg/4aWV7He2QU"><img src="https://dcbadge.vercel.app/api/server/4aWV7He2QU?style=flat" alt="Discord" /></a>
<a href="https://twitter.com/aiplanethub"><img src="https://img.shields.io/twitter/follow/aiplanethub" alt="Twitter" /></a>
<a href="https://colab.research.google.com/drive/1y6_0MoNWjS9wugv0askP1Jb7zrY_sQT-?usp=sharing"><img src="https://camo.githubusercontent.com/84f0493939e0c4de4e6dbe113251b4bfb5353e57134ffd9fcab6b8714514d4d1/68747470733a2f2f636f6c61622e72657365617263682e676f6f676c652e636f6d2f6173736574732f636f6c61622d62616467652e737667" alt="Colab" /></a>

<p>GenAI Stack is an end-to-end framework for the integration of LLMs into any application. It can be deployed on your own infrastructure, ensuring data privacy. It comes with everything you need for data extraction, vector stores, to reliable model deployment.</p>
<i><a href="https://discord.gg/4aWV7He2QU">👉 Join our Discord community!</a></i>
</div>

## Getting started on Colab

Try out a quick demo of GenAI Stack on Google Colab:

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1y6_0MoNWjS9wugv0askP1Jb7zrY_sQT-?usp=sharing)

## Quick install

```bash
pip install genai_stack
```

OR

```bash
pip install git+https://github.com/aiplanethub/genai-stack.git
```

## Documentation

The documentation for GenAI Stack can be found at [genaistack.aiplanet.com](https://genaistack.aiplanet.com).

## GenAI Stack Workflow
![GenAI Stack Workflow](https://github.com/aiplanethub/genai-stack/blob/main/assets/workflow.png)


## What is GenAI Stack all about?

GenAI Stack is an end-to-end framework designed to integrate large language models (LLMs) into applications seamlessly. The purpose is to bridge the gap between raw data and actionable insights or responses that applications can utilize, leveraging the power of LLMs.

In short, it orchestrates and streamlines your Generative AI development journey. From the initial steps of ETL (Extract, Transform, Load) data processing to the refined LLM inference stage, GenAI Stack revolutionizes the way you harness the potential of AI, ensuring data privacy, domain-driven, and ensuring factuality without the pitfalls of hallucinations commonly associated with traditional LLMs.

## How can GenAI Stack be helpful?


1. ETL Simplified: GenAI Stack acts as the guiding hand that navigates the complex landscape of data processing. 
2. Hallucination-Free Inference: Bid adieu to the common headaches associated with AI-generated content filled with hallucinations. Our orchestrator’s unique architecture ensures that the LLM inference stage produces outputs rooted in reality and domain expertise. This means you can trust the information generated and confidently utilize it for decision-making, research, and communication purposes.
3. Seamless Integration: Integrating the GenAI Stack into your existing workflow is straight forward whether you’re a seasoned AI developer or just starting out.
4. Customization and Control: Tailor the ETL processes, vector databases, fine-tune inference parameters, and calibrate the system to meet your project’s unique requirements.

## Use Cases:

- AI-Powered Search Engine: Enhance search with context-aware results, moving beyond simple keyword matching.
- Knowledge Base Q&A: Provide direct, dynamic answers from databases, making data access swift and user-friendly.
- Sentiment Analysis: Analyze text sources to gauge public sentiment, offering businesses real-time feedback.
- Customer Support Chatbots: Enhance the operational efficiency of customer support teams with near accurate responses to support queries.
- Information Retrieval on Large Volumes of Documents: Quickly extract specific information or related documents from vast repositories, streamlining data management.

## Contribution guidelines

GenAI Stack thrives in the rapidly evolving landscape of open-source projects. We wholeheartedly welcome contributions in various capacities, be it through innovative features, enhanced infrastructure, or refined documentation.

For a comprehensive guide on the contribution process, please click [here](https://github.com/aiplanethub/genai-stack/blob/main/CONTRIBUTING.md).

## Acknowledgements

* [LangChain](https://github.com/langchain-ai/langchain)
* [LlamaIndex](https://github.com/jerryjliu/llama_index)
* [Weaviate](https://github.com/weaviate/weaviate)
* [ChromaDB](https://github.com/chroma-core/chroma)
  
and the entire OpenSource community.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aiplanethub/genai-stack",
    "name": "genai_stack",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1,<4.0.0",
    "maintainer_email": "",
    "keywords": "MLOps,AI,GenAI Stack,Model Serving,Model Deployment,LLMOps,Large Language Model,Generative AI,gpt4all,Transformers,chatgpt,LLM Chat",
    "author": "GenAI Stack Authors",
    "author_email": "tech@aiplanet.com",
    "download_url": "https://files.pythonhosted.org/packages/cb/56/24054adce34181dd5774d95e192f8c92a08b06aca902cc34966767d4ca67/genai_stack-0.2.6.tar.gz",
    "platform": null,
    "description": "<div align=\"center\">\n<h1 align=\"center\">GenAI Stack </h1>\n<h2 align=\"center\">End-to-End Secure & Private Generative AI for All <br>(Your data, your LLM, your Control)</h2>\n\n<a href=\"https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10-3776AB.svg?style=flat&logo=python&logoColor=white\"><img src=\"https://img.shields.io/badge/Python-3.8%20%7C%203.9%20%7C%203.10-3776AB.svg?style=flat&logo=python&logoColor=white\" alt=\"Python Versions\"></a>\n<a href=\"https://discord.gg/4aWV7He2QU\"><img src=\"https://dcbadge.vercel.app/api/server/4aWV7He2QU?style=flat\" alt=\"Discord\" /></a>\n<a href=\"https://twitter.com/aiplanethub\"><img src=\"https://img.shields.io/twitter/follow/aiplanethub\" alt=\"Twitter\" /></a>\n<a href=\"https://colab.research.google.com/drive/1y6_0MoNWjS9wugv0askP1Jb7zrY_sQT-?usp=sharing\"><img src=\"https://camo.githubusercontent.com/84f0493939e0c4de4e6dbe113251b4bfb5353e57134ffd9fcab6b8714514d4d1/68747470733a2f2f636f6c61622e72657365617263682e676f6f676c652e636f6d2f6173736574732f636f6c61622d62616467652e737667\" alt=\"Colab\" /></a>\n\n<p>GenAI Stack is an end-to-end framework for the integration of LLMs into any application. It can be deployed on your own infrastructure, ensuring data privacy. It comes with everything you need for data extraction, vector stores, to reliable model deployment.</p>\n<i><a href=\"https://discord.gg/4aWV7He2QU\">\ud83d\udc49 Join our Discord community!</a></i>\n</div>\n\n## Getting started on Colab\n\nTry out a quick demo of GenAI Stack on Google Colab:\n\n[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1y6_0MoNWjS9wugv0askP1Jb7zrY_sQT-?usp=sharing)\n\n## Quick install\n\n```bash\npip install genai_stack\n```\n\nOR\n\n```bash\npip install git+https://github.com/aiplanethub/genai-stack.git\n```\n\n## Documentation\n\nThe documentation for GenAI Stack can be found at [genaistack.aiplanet.com](https://genaistack.aiplanet.com).\n\n## GenAI Stack Workflow\n![GenAI Stack Workflow](https://github.com/aiplanethub/genai-stack/blob/main/assets/workflow.png)\n\n\n## What is GenAI Stack all about?\n\nGenAI Stack is an end-to-end framework designed to integrate large language models (LLMs) into applications seamlessly. The purpose is to bridge the gap between raw data and actionable insights or responses that applications can utilize, leveraging the power of LLMs.\n\nIn short, it orchestrates and streamlines your Generative AI development journey. From the initial steps of ETL (Extract, Transform, Load) data processing to the refined LLM inference stage, GenAI Stack revolutionizes the way you harness the potential of AI, ensuring data privacy, domain-driven, and ensuring factuality without the pitfalls of hallucinations commonly associated with traditional LLMs.\n\n## How can GenAI Stack be helpful?\n\n\n1. ETL Simplified: GenAI Stack acts as the guiding hand that navigates the complex landscape of data processing. \n2. Hallucination-Free Inference: Bid adieu to the common headaches associated with AI-generated content filled with hallucinations. Our orchestrator\u2019s unique architecture ensures that the LLM inference stage produces outputs rooted in reality and domain expertise. This means you can trust the information generated and confidently utilize it for decision-making, research, and communication purposes.\n3. Seamless Integration: Integrating the GenAI Stack into your existing workflow is straight forward whether you\u2019re a seasoned AI developer or just starting out.\n4. Customization and Control: Tailor the ETL processes, vector databases, fine-tune inference parameters, and calibrate the system to meet your project\u2019s unique requirements.\n\n## Use Cases:\n\n- AI-Powered Search Engine: Enhance search with context-aware results, moving beyond simple keyword matching.\n- Knowledge Base Q&A: Provide direct, dynamic answers from databases, making data access swift and user-friendly.\n- Sentiment Analysis: Analyze text sources to gauge public sentiment, offering businesses real-time feedback.\n- Customer Support Chatbots: Enhance the operational efficiency of customer support teams with near accurate responses to support queries.\n- Information Retrieval on Large Volumes of Documents: Quickly extract specific information or related documents from vast repositories, streamlining data management.\n\n## Contribution guidelines\n\nGenAI Stack thrives in the rapidly evolving landscape of open-source projects. We wholeheartedly welcome contributions in various capacities, be it through innovative features, enhanced infrastructure, or refined documentation.\n\nFor a comprehensive guide on the contribution process, please click [here](https://github.com/aiplanethub/genai-stack/blob/main/CONTRIBUTING.md).\n\n## Acknowledgements\n\n* [LangChain](https://github.com/langchain-ai/langchain)\n* [LlamaIndex](https://github.com/jerryjliu/llama_index)\n* [Weaviate](https://github.com/weaviate/weaviate)\n* [ChromaDB](https://github.com/chroma-core/chroma)\n  \nand the entire OpenSource community.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "End-to-End Secure & Private Generative AI for All",
    "version": "0.2.6",
    "project_urls": {
        "Documentation": "https://genaistack.aiplanet.com/",
        "Homepage": "https://github.com/aiplanethub/genai-stack",
        "Repository": "https://github.com/aiplanethub/genai-stack"
    },
    "split_keywords": [
        "mlops",
        "ai",
        "genai stack",
        "model serving",
        "model deployment",
        "llmops",
        "large language model",
        "generative ai",
        "gpt4all",
        "transformers",
        "chatgpt",
        "llm chat"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20ef0aebfa031744f4a8a30b9fdfe1ca27f4202b3c7a56911b553122c7a07bf9",
                "md5": "71bb3190fc4f5eb37d5e4ff977684191",
                "sha256": "6b54718430625267376a67b5d05ac6fe9b1863d8454d1578433fb0a55804435e"
            },
            "downloads": -1,
            "filename": "genai_stack-0.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "71bb3190fc4f5eb37d5e4ff977684191",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 107972,
            "upload_time": "2023-11-08T16:22:52",
            "upload_time_iso_8601": "2023-11-08T16:22:52.697183Z",
            "url": "https://files.pythonhosted.org/packages/20/ef/0aebfa031744f4a8a30b9fdfe1ca27f4202b3c7a56911b553122c7a07bf9/genai_stack-0.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb5624054adce34181dd5774d95e192f8c92a08b06aca902cc34966767d4ca67",
                "md5": "71bef20953fe9e961e3866ed1e0d44bd",
                "sha256": "6ef7bf25ec390533a739fa7e8084fae9f1511121e7c826e8bf0def942c120e13"
            },
            "downloads": -1,
            "filename": "genai_stack-0.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "71bef20953fe9e961e3866ed1e0d44bd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1,<4.0.0",
            "size": 61637,
            "upload_time": "2023-11-08T16:22:53",
            "upload_time_iso_8601": "2023-11-08T16:22:53.909981Z",
            "url": "https://files.pythonhosted.org/packages/cb/56/24054adce34181dd5774d95e192f8c92a08b06aca902cc34966767d4ca67/genai_stack-0.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-08 16:22:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aiplanethub",
    "github_project": "genai-stack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "genai_stack"
}
        
Elapsed time: 0.17380s