ragapp/ragapp
Fork: 392 Star: 3763 (更新于 2024-10-30 20:50:15)
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)
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
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:
- Admin UI: http://localhost:8000/admin
- Chat UI: http://localhost:8000
- API: http://localhost:8000/docs
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:
Kubernetes
It's easy to deploy RAGapp in your own cloud infrastructure. Customized K8S deployment descriptors are coming soon.
Development
RAGApp:
Important: Parts of this project's source code is dynamically retrieved from the create-llama project. Before committing changes, make sure to update the source code by calling
make build-frontends
.
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
最近版本更新:(数据更新于 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-11-22 01:36:46 twentyhq/twenty
2024-11-21 16:58:07 labring/FastGPT
2024-11-21 16:14:54 RSSNext/Follow
2024-11-21 14:41:29 continuedev/continue
2024-11-21 00:40:00 immich-app/immich
2024-11-20 19:46:23 CopilotKit/CopilotKit