𧾠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