MyGit

ragapp/ragapp

Fork: 324 Star: 3097 (更新于 2024-09-04 22:25:49)

license: Apache-2.0

Language: TypeScript .

The easiest way to use Agentic RAG in any enterprise

最后发布版本: v0.0.22 ( 2024-08-28 12:51:38)

GitHub网址

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

Just the RAGapp container doesn't come with any authentication layer by design. This is the task of an API Gateway routing the traffic to RAGapp. This step heavily depends on your cloud provider and the services you use. For a pure Docker Compose environment, you can look at our RAGapp with management UI deployment.

Authorization

Later versions of RAGapp will support restricting 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. RAGapp with Ollama and Qdrant
  2. 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

Then, to check out the admin UI, go to http://localhost:3000/admin.

Note: Make sure you have Poetry installed.

Contact

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

Star History

Star History Chart

最近版本更新:(数据更新于 2024-09-04 22:24:56)

2024-08-28 12:51:38 v0.0.22

2024-08-22 16:33:47 v0.0.21

2024-08-05 23:17:34 v0.0.20

2024-08-05 04:37:12 v0.0.19

2024-07-17 20:52:28 v0.0.18

2024-07-16 05:22:41 v0.0.17

2024-07-11 20:16:31 v0.0.16

2024-07-09 16:13:35 v0.0.15

2024-07-05 17:44:04 v0.0.14

2024-07-04 23:21:10 v0.0.13

主题(topics):

agentic, agents, ai, docker, llamaindex, rag

ragapp/ragapp同语言 TypeScript最近更新仓库

2024-09-18 18:13:19 n8n-io/n8n

2024-09-18 17:42:59 lobehub/lobe-chat

2024-09-18 16:18:24 toss/es-toolkit

2024-09-17 21:03:04 vuetifyjs/vuetify

2024-09-17 17:15:10 laurent22/joplin

2024-09-17 15:32:43 vitejs/vite