Skip to content

🧠 RAG file normalization microservice deployed on private GKE using Docling with internal-only access

Notifications You must be signed in to change notification settings

adammabrouk/rag-norm-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A RAG File Normalization service on Kubernetes ( GKE )

This project deploys docling-serve on a private GKE cluster namespace (docling) without exposing it to the internet. You can test it by accessing a pod in the same subnet via kubectl exec or using a bastion.

Deploy Steps

make deploy

Access Pod Terminal

kubectl exec -n docling -it $(kubectl get pod -n docling -l app=docling-serve -o jsonpath='{.items[0].metadata.name}') -- /bin/sh

Test Service

Inside the pod:

wget -qO- http://docling-service

About

🧠 RAG file normalization microservice deployed on private GKE using Docling with internal-only access

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published