Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pingsutw/anyscale-rag-demo

Building RAG-based LLM Applications with Anyscale
https://github.com/pingsutw/anyscale-rag-demo

Last synced: 11 days ago
JSON representation

Building RAG-based LLM Applications with Anyscale

Awesome Lists containing this project

README

        

# Building RAG-based LLM Applications with Anyscale and Union
We built a GitHub bot designed to speed up the process of
managing and resolving issues on GitHub repositories.
By utilizing Flyte for orchestrating workflows and Ray for distributed computing,
this bot can provide intelligent suggestions, automate responses, and even
suggest code fixes.

![github_response.png](images/github_response.png)

## Features
- Automated Issue Suggestions: Automatically suggest solutions for common issues.
- Code Fix Proposals: Propose code changes to resolve issues.
- Reference Links: Include links to documentation or relevant references in the bot responses to assist users in better understanding and resolving the issues.

## Demo
Issue:

![Issue](images/issue-1.png)

Suggestions:

![Suggestions](images/answer-1.png)

Issue:

![Issue](images/issue-2.png)

Suggestions:

![Suggestions](images/answer-2.png)

Issue:

![Issue](images/issue-3.png)

Suggestions:

![Suggestions](images/answer-3.png)