Skip to content
forked from ragapp/ragapp

The easiest way to use RAG in any enterprise

License

Notifications You must be signed in to change notification settings

sunholo-data/ragapp

 
 

Repository files navigation

Logo - RAGapp

The easiest way to use 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.

Endpoints

The docker container exposes the following endpoints:

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

RAGapp doesn't come with any authentication layer by design. Just protect the /admin path in your cloud environment to secure your RAGapp.

Deployment

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

Development

poetry install --no-root
make build-frontends
make dev

Note: 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.

About

The easiest way to use RAG in any enterprise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.3%
  • Python 17.7%
  • CSS 1.8%
  • Makefile 1.6%
  • Dockerfile 1.2%
  • JavaScript 0.4%