Skip to contents

Return the conventional saved system prompt path

Usage

saved_system_prompt_file(store_location = RAG_STORE_LOCATION)

Arguments

store_location

Path to the ragnar store file.

Value

Path to system_prompt.txt beside the store.

Examples

saved_system_prompt_file(file.path("data", "example_store", "rag_store.duckdb"))
#> [1] "data/example_store/system_prompt.txt"