Skip to content

Learning LLMs and all the new wrappers and packages that has been developed

License

Notifications You must be signed in to change notification settings

alexljenkins/learning-large-language-models

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Large Language Models and Their Tools

The goal of this repo was to learn how to use the tools and systems of LLMs that have been created with the release of ChatGPT.

Learnings

The learnings directory contains simple examples of how to use a given package or tool, usually augmented from the docs.

Implementation

The implementation directory expands on any learnings or tools used by adding more complexity, linking systems/tools together or by simply wrapping it up into a more usable format (ie, adding a API endpoint or CLI).

  • llama_index_chroma_db_class converted learnings from LlamaIndex and Croma DB, improving the basic code into a class to store states while running, wrapping it for an API endpoint which can be used to query the index store, send the embeddings to an AI and return the 'answer' to the given question.

About

Learning LLMs and all the new wrappers and packages that has been developed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published