8000 GitHub - leehuwuj/ragapp: The easiest way to use Agentic RAG in any enterprise
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from ragapp/ragapp

The easiest way to use Agentic RAG in any enterprise

License

Notifications You must be signed in to change notification settings

leehuwuj/ragapp

 
 

Repository files navigation

Logo - RAGapp

The easiest way to use Agentic RAG in any enterprise.

As simple to configure as OpenAI's custom GPTs, but deployable in your own cloud infrastructure using Docker. Built using LlamaIndex.

Get Started · Endpoints · Deployment · Contact


Screenshot

Get Started

To run, start a docker container with our image:

docker run -p 8000:8000 ragapp/ragapp

Then, access the Admin UI at http://localhost:8000/admin to configure your RAGapp.

You can use hosted AI models from OpenAI or Gemini, and local models using Ollama.

Note: To avoid running into any errors, we recommend using the latest version of Docker and (if needed) Docker Compose.

Endpoints

The docker container exposes the following endpoints:

Note: The Chat UI and API are only functional if the RAGapp is configured.

Security

Authentication

RAGapp doesn't come with any authentication layer by design. You'll have to protect the /admin and /api/management paths in your cloud environment to secure your RAGapp. This step heavily depends on your cloud provider and the services you use. A common way to do so using Kubernetes is to use an Ingress Controller.

Authorization

Later versions of RAGapp will support to restrict access based on access tokens forwarded from an API Gateway or similar.

Deployment

Using Docker Compose

You can easily deploy RAGapp to your own infrastructure with one of these Docker Compose deployments:

  1. Deploy RAGapp with Ollama and Qdrant
  2. Deploy multiple RAGapps with a management UI

Kubernetes

It's easy to deploy RAGapp in your own cloud infrastructure. Customized K8S deployment descriptors are coming soon.

Development

RAGApp:

Move to src/ragapp directory and start with these commands:

export ENVIRONMENT=dev
poetry install --no-root
make build-frontends
make dev

Note:
Make sure you have the Poetry installed.
To check out the admin UI during development, please go to http://localhost:3000/admin.

Contact

Questions, feature requests or found a bug? Open an issue or reach out to marcusschiesser.

Star History

Star History Chart

About

The easiest way to use Agentic RAG in any enterprise

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 70.3%
  • Python 24.6%
  • CSS 1.5%
  • Shell 1.1%
  • Makefile 1.0%
  • Dockerfile 0.9%
  • JavaScript 0.6%
0