Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 962 Bytes

README.md

File metadata and controls

44 lines (32 loc) · 962 Bytes

aap-rag-content

Overview

This repository was created based on the codes found in the openshift/lighspeed-rag-content for building a RAG (Retrieval-Augmented Generation) vector database, which is used with the Ansible Automation Platform (AAP) chatbot from the documentation sources stored in the ansible/aap-docs repository.

Prerequisites

Setup

make install-tools
make install-deps
make install-deps-test

Extract plaintext files from aap-docs repo

 ./scripts/get_aap_plaintext_docs.sh 2.5

Build image

make build-image-aap

Push image to quay.io

(It is pushed to Tami's account temporarily)

podman login quay.io
podman push aap-rag-content quay.io/ttakamiy/aap-rag-content