Examples
We have curated a few examples to help you get started with Motia.
Contribute
We welcome contributions to the examples. Please submit a PR to the examples repository.
Need help? See our Community Resources for questions, examples, and discussions.
RAG Agent using Docling and Weaviate
An LLM chat-like question-answering system with RAG (Retrieval-Augmented Generation) to provide accurate answers from PDF documents. The system leverages Docling to parse and intelligently chunk PDF documents, Weaviate as a vector database to store vectorized chunks, and OpenAI for embeddings and text generation.
Dynamic Sentiment Analysis
Next Page