Files
GenAIExamples/comps/prompt_registry
dolpher 1cc4d2119d Add kubernetes deployment for GenAIComps (#1104)
* Add kubernetes deployment for GenAIComps

---------

Signed-off-by: Dolpher Du <dolpher.du@intel.com>
2025-01-13 15:42:33 +08:00
..

🧾 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