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

https://github.com/karthikarajagopal44/openai_swarm_rag_implementation


https://github.com/karthikarajagopal44/openai_swarm_rag_implementation

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# Openai_swarm_rag_implementation

This repository demonstrates a simple implementation of OpenAI Swarm for multi-agent orchestration with Retrieval-Augmented Generation (RAG). The system showcases how agents work together to perform tasks like text summarization, sentiment analysis, keyword extraction, and document search using FAISS and OpenAI's language models.

Features

1.Multi-Agent System: Utilizes the Swarm framework for orchestrating specialized agents.
2.Text Analysis: Perform sentiment analysis, summarization, and keyword extraction.
3.Document Search: Use FAISS for efficient similarity-based document retrieval.
4.Retrieval-Augmented Generation (RAG): Enhance document querying with relevant context and OpenAI language models.