Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauriciolauffer/cap-llm-plugin
https://github.com/mauriciolauffer/cap-llm-plugin
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mauriciolauffer/cap-llm-plugin
- Owner: mauriciolauffer
- License: apache-2.0
- Created: 2024-08-05T02:14:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T09:53:15.000Z (2 months ago)
- Last Synced: 2024-10-09T10:06:28.341Z (27 days ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CAP LLM Plugin
CAP LLM Plugin helps developers create tailored Generative AI based CAP applications:
1. Without exposing confidential data to LLM by anonymizing sensitive data leveraging SAP HANA Cloud Data Anonymization.
2. Seamlessly generate vector embeddings via SAP AI Core.
3. Easily retrieve Chat Completion response via SAP AI Core.
4. Efforlessly perform similarity search via SAP HANA Cloud Vector engine.
5. Simplified single RAG (retrieval-augmented generation) retrieval method powered by SAP AI Core and SAP HANA Cloud Vector Engine.## ✔️ Anonymization Features
| **Feature** | **Details**
| :-------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------
| Seamlessly anonymize sensitive data using a variety of SAP HANA Cloud's anonymization capabilities | Effortlessly anonymize sensitive data within a CAP application by employing a single `@anonymize` annotation using a diverse range of SAP HANA Cloud's anonymization algorithms, including but not limited to:
| Effortlessly replace the anonymized data within the LLM response with genuine information| Given that the data provided to the LLM consists of anonymized information, the CAP LLM plugin ensures a seamless replacement of anonymized content within the LLM response with the corresponding authentic data.
## 🎯 LLM Access Layer Features
| **Feature** | **Details**
| :-------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------
| Embedding generation via SAP AI Core | Easily connect to embedding models via SAP AI Core and generate embeddings seamlessly |
| Similarity search | Leverage the SAP HANA Cloud's Vector engine to perform similarity search via CAP LLM Plugin |
| Chat LLM Access via SAP AI Core | Simple access to LLM models via SAP AI Core with simplified method for chat completion |
| Streamlining RAG retrieval | Single method to streamline the entire RAG retrieval process leveraging SAP AI Core and SAP HANA Cloud Vector Engine |
## 📚 Samples and documentation
For API documentation for the CAP LLM plugin, check [api-documentation.md under folder docs](https://www.npmjs.com/package/cap-llm-plugin?activeTab=code).
For how to use Anonymization with CAP LLM plugin, check [anonymization-usage.md under folder docs](https://www.npmjs.com/package/cap-llm-plugin?activeTab=code).
For sample use cases leveraging CAP LLM Plugin, refer to [SAP Samples](https://github.com/SAP-samples/cap-llm-plugin-samples).
## 🙌 Support and Contact
This project is provided "as-is" with no expectation for major changes or support.