An open API service indexing awesome lists of open source software.

https://github.com/cosmic-heart/ai-learning-platform

AI-Learning-Platform, a LLM-RAG pipeline which behaves like a guide and able to solve doubts. Deployed on-premise IBM ppc64le architecture. vLLM for model inference & Qdrant with Langchain for RAG Pipeline. Server written in django, postgres & cassandra as the sql & nosql databases.
https://github.com/cosmic-heart/ai-learning-platform

cassandra django langchain llm postgresql ppc64le qdrant ray-distributed vllm

Last synced: 3 months ago
JSON representation

AI-Learning-Platform, a LLM-RAG pipeline which behaves like a guide and able to solve doubts. Deployed on-premise IBM ppc64le architecture. vLLM for model inference & Qdrant with Langchain for RAG Pipeline. Server written in django, postgres & cassandra as the sql & nosql databases.

Awesome Lists containing this project

README

          

# AI-Learning Platform
[![Documentation Status](https://readthedocs.org/projects/ai-learning-platform/badge/?version=latest)](https://ai-learning-platform.readthedocs.io/en/latest/?badge=latest)
[![React.js Build and Release](https://github.com/NavinKumarMNK/AI-Learning-Platform/actions/workflows/front-end-release.yml/badge.svg)](https://github.com/NavinKumarMNK/AI-Learning-Platform/actions/workflows/front-end-release.yml)

![Project Image](/assets/project.png)

## About
An intelligent learning platform powered by large language models and vector embeddings. The platform provides personalized AI-driven educational content with document processing capabilities and semantic search.

## Tech Stack
- **Frontend**: React, TypeScript, Vite
- **Backend**: Django, Django REST Framework, PostgreSQL, Cassandra
- **ML Service**: Ray Serve, vLLM, Qdrant (Vector DB)
- **Infrastructure**: Docker, Docker Swarm

# Documentation
- This project uses `mkdocs` as the documentation service
- serve the document

```bash
pip install mkdocs
pip install markdown-include
pip install mkdocstrings
mkdocs serve -a localhost:8001
```