# 🧾 Prompt Registry Microservice The Prompt Registry microservice facilitates the storage and retrieval of users' preferred prompts by establishing a connection with the databases. This microservice is designed to seamlessly integrate with OPEA applications, enabling data persistence and efficient management of user's preferred prompts. --- ## 🛠️ Features - **Store Prompt**: Save user's preferred prompt into database. - **Retrieve Prompt**: Fetch prompt from database based on user, id or even a keyword search. - **Delete Prompt**: Remove prompt from database. --- ## ⚙️ Implementation The Prompt Registry microservice able to support various database backends for storing the prompts. ### Prompt Registry with MongoDB For more detail, please refer to this [README](./src/README.md)