From 4276fdeb2fd262d7875cd41a8c92a5e47eccda8d Mon Sep 17 00:00:00 2001 From: Benito Martin <116911431+benitomartin@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:07:49 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4da7aa..61986cf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Q&A Pipeline Deployment on GKE for Scalability with LlamaIndex and Qdrant 🚀

-cover_gke_medium +cover_gke_medium

This repository contains a full Q&A pipeline using the LlamaIndex framework, Qdrant as a vector database, and deployment on Google Kubernetes Engine (GKE) using a FastAPI app and Dockerfile. Python files from my repositories are loaded into the vector database, and the FastAPI app processes requests. The main goal is to provide fast access to your own code, enabling reuse of functions.