Skip to main content

Easy GPT utils include 1. chat completion 2. embedding and 3. vector database

Project description

easy_gpt_utils

Easy GPT Utils include 1. chat completion 2. embedding and 3. vector database and others to help create app based on GPT and vector search (vector database is not implemented yet)

gpt

gpt is a simple util to use OpenAI's chat modles such as gpt-3.5-terbo gpt-4 etc. It has functions:

  1. calculate token of a string
  2. split string by paragraph and sentences within maximum token limit
  3. set model, temprature
  4. set system prompt and post prompt
  5. add context infomation to query
  6. remember talking history(buggy, will exceed token limit)

embedding

embedding is a simple util to create embedding (1536 dimension victor) for strings and paragraphs, It has functions:

  1. create embedding from string ,paragrahp and file
  2. save embeddings to file

vector_base

not implemented yet

In summary, easy_gpt_utils is now on early stage and hope it could help to create more powerful AI Apps in the future

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easy_gpt_utils-0.1.10.tar.gz (14.6 kB view hashes)

Uploaded Source

Built Distribution

easy_gpt_utils-0.1.10-py3-none-any.whl (24.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page