A library of prompts for GenAI
Project description
searchagent is an Apache2 licensed library for storing prompts for summarization, question and answer tasks with large language models.
Why?
For production, once you ship your binary, how are you going to maintain the prompts?
As a team, is there a centralized place to store prompts for re-use?
Because some other libraries are heavy weight.
How to Use
$ pip install searchagent
from searchagent.prompts import Prompts
def someMethod():
prompts = Prompts().get_data()
print(prompts["system"])
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file searchagent-0.0.2-py3-none-any.whl.
File metadata
- Download URL: searchagent-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33fa0526f3412044ddc91ffaafe507128ebfe06e09868a96ca471714061be419
|
|
| MD5 |
bacdf2e06b143f624e6e3b3484ed11a4
|
|
| BLAKE2b-256 |
739e1d6980af16802b70746d8af927aa79ba4ed02e81e6a875a4fcd82a433bb2
|