Skip to content

ansible/aap-rag-content

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published