Download the PHP package iqsuite/platform-sdk-laravel without Composer
On this page you can find all versions of the php package iqsuite/platform-sdk-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download iqsuite/platform-sdk-laravel
More information about iqsuite/platform-sdk-laravel
Files in iqsuite/platform-sdk-laravel
Package platform-sdk-laravel
Short Description iQ Suite, instant RAG API with native support for Laravel 10+.
License Apache-2.0
Informations about the package platform-sdk-laravel
iQ Suite Laravel SDK
Overview
Welcome to the iQ Suite Laravel SDK! This Software Development Kit (SDK) allows you to seamlessly integrate with the iQ Suite Platform, a comprehensive Retrieval Augmented Generation as a Service (RAGaaS). Whether you're a seasoned developer or just starting your coding journey, this guide will help you harness the power of iQ Suite to enhance your applications with advanced search and data processing capabilities.
What is Retrieval Augmented Generation (RAG)?
Retrieval Augmented Generation (RAG) is a powerful approach that combines traditional information retrieval techniques with advanced language models. It enables applications to fetch relevant information from large datasets and generate insightful, contextually accurate responses. In simpler terms, RAG helps your applications understand and process data more intelligently, providing users with precise and meaningful answers based on the content they interact with.
Key Features
- Multi-Format Document Support: Easily handle PDFs, Word documents, PowerPoint presentations, and raw text.
- Hybrid Semantic Search: Combine keyword searches with semantic understanding for more accurate results.
- Natural Language Interaction: Engage with your documents through conversational queries.
- Instant RAG: Perform on-the-fly analysis without the need for persistent indexing.
- Asynchronous Processing: Manage tasks efficiently using webhooks.
- Real-Time Notifications: Receive immediate updates on task statuses.
- Secure API Authentication: Protect your data with robust authentication mechanisms.
Table of Contents
- Installation
- Features
- Quick Start
- Support
Installation
Installing the iQ Suite Laravel SDK is straightforward. Let's get started.
Prerequisites
- PHP 8.2^: Ensure you have PHP version 8.2 or higher installed on your system.
- composer: Composer should be available.
Steps to Install
-
Open Your Terminal or Command Prompt:
- Windows: Press
Win + R
, typecmd
, and hitEnter
. - macOS/Linux: Open the Terminal application.
- Windows: Press
-
Initialize Your Project (If Not Already Initialized):
-
Install the SDK:
- Using composer:
This command downloads and installs the latest version of the iQ Suite Laravel SDK from packagist.
Features
The iQ Suite Laravel SDK offers a wide range of features designed to make data retrieval and processing efficient and effective. Here's a detailed look at what you can do:
-
📄 Multi-Format Document Support: Easily ingest and process various document types, including PDFs, Word documents, PowerPoint presentations, and raw text files.
-
🔍 Hybrid Semantic Search: Combines traditional keyword-based search with advanced semantic understanding to deliver more accurate and relevant search results.
-
💬 Natural Language Chat: Interact with your documents using conversational queries, making data exploration intuitive and user-friendly.
-
🚀 Instant RAG: Perform immediate analysis on your data without the need to create and maintain persistent indices.
-
🔄 Asynchronous Processing: Handle long-running tasks efficiently using webhooks, allowing your application to remain responsive.
-
⚡ Real-Time Notifications: Receive instant updates on the status of your tasks, ensuring you're always informed about ongoing processes.
-
Tokenizer: A free to use endpoint from iQ Suite which allows you to count the number of tokens via an API endpoint. Useful for calculating usage from raw text chunks or data.
-
Webhooks: Manage webhooks to receive async data from iQ Suite platform.
- 🔒 Secure API Authentication: Protect your data and ensure secure interactions with robust API key management.
Quick Start
This section will guide you through the initial steps to get your application up and running with the iQ Suite Laravel SDK. Whether you're setting up for the first time or integrating it into an existing project, these instructions will help you get started quickly.
Step 1: Obtain Your API Key
Before you can interact with the iQ Suite Platform, you'll need an API key. This key authenticates your requests and ensures secure access to your data.
⚠️ Important: Never expose your API key in version control systems (like GitHub) or unsecured environments. Always use environment variables or secure key management systems to store your API keys.
How to Get Your API Key
-
Visit the iQ Suite Platform:
Open your web browser and navigate to the iQ Suite Platform.
-
Sign Up or Log In:
- New Users: Click on the Sign Up button and create an account using your email address or GitHub account.
- Existing Users: Click on Log In and enter your credentials.
-
Navigate to API Keys:
Once logged in, locate the API Keys section in the sidebar menu. This section manages all your API keys.
-
Create a New API Key:
- Click on the Create API Key button.
- Provide a name for your API key (e.g., "Development Key" or "Production Key") to help you identify its purpose.
- Click Create.
-
Store Your API Key Securely:
- After creation, the API key will be displayed only once. Make sure to copy and save it in a secure location.
- Do not share your API key publicly or commit it to version control repositories.
Step 2: Initialize the Client
With your API key in hand, you can now initialize the iQ Suite client in your Laravel application.
Using Environment Variables (Recommended)
Storing your API key in an environment variable enhances security by keeping sensitive information out of your codebase.
-
Set the Environment Variable:
-
.env
- publish vendor file
-
Step 3: List all Indices
Please refer to our SDK guide in our documentation for all the other available methods.
Support
We're dedicated to helping you make the most of the iQ Suite Platform. Whether you need technical assistance, want to provide feedback, or are looking for resources to learn more, our support channels are here for you.
Documentation
Comprehensive documentation is available to guide you through every aspect of the iQ Suite Platform and the Laravel SDK.
- 📚 API Documentation
- 🔧 SDK Reference
- 📖 Tutorials & Guides [Coming soon]
Getting Help
If you encounter issues or have questions, reach out through the following channels:
- 📧 Email Support: Contact our support team directly via email for personalized assistance.
- 💬 Discord Community: Join our Discord server to interact with other users and developers, share experiences, and get real-time help.
© 2025 iQ Suite. All rights reserved.
💡 Tip: Engage with the community and stay updated with the latest developments to maximize the benefits of the iQ Suite Platform.
If you have any suggestions or feedback on this documentation, please feel free to open an issue on our GitHub repository.