This repository stores the vector stores used in the rag-content image. These vector stores are attached to Lightspeed Core (LCORE) to enable RAG functionality by providing the appropriate knowledge source. They are built in github.com/redhat-ai-dev/rhdh-rag-content and an automated PR is created against the main branch in this repository.
The PR will write vector stores in the following format:
<Llama Stack Version>/vector_db/rhdh_product_docs/<RHDH Doc Version>/
To avoid vector stores being overwritten in our official releases, when a new RHDH documentation release occurs, i.e. 1.10, we will create a new branch:
release-v1.10
This new branch will be based off of main after main is updated with the appropriate 1.10 vector store.