Skip to content

Commit

Permalink
update news
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHWade committed Jan 22, 2024
1 parent 4a464a6 commit 9d058bd
Showing 1 changed file with 28 additions and 11 deletions.
39 changes: 28 additions & 11 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@
# gpttools 0.0.8

# gpttools 0.0.7

# gpttools 0.0.6

# gpttools 0.0.5

# gpttools 0.2.3

# gpttools 0.2.2

This is the first CRAN release of gpttools. The package includes models for:
## Major features and improvements

* Added support for more AI services: anthropic, huggingface, google ai studio, and ollama (local models) (in #0042b93, #f3c64c2).
* Implemented a fully local option for AI models (in #231f2c8, #482157f).
* Users can now use local embeddings as an option within the package (in #0042b93).
* Improved site scraping workflow for more efficiency and better data retrieval (in #308c809).
* Enhanced the package documentation index updating functions for smoother maintenance (in #2139bfb, #4aa2344, #0304daf).
* Provided package options for easy switching between different AI models (in #2027dbb).
* Added save options to the chat with retrieval app for better user experience (in #51cc6a3, #4202256).

## Bug fixes and other changes

* Reconciled local versus OpenAI API for history tracking, ensuring consistency and reliability in the app's history feature (in #f3c64c2, #6d328b2).
* Improved scraping of packages, exploring potential improvements in scraping efficiency (in #46e233a).
* Added an "all indices" option to the app, providing users with a comprehensive view of indices.
* Updated the README and pkgdown site to reflect recent changes and guide the users through new features (in #15a971b).
* Improved AI services vignettes to provide more detailed and up-to-date documentation on using various AI services (in #0304daf).
* Added a new vignette for package scraping, making the scraping process clearer for other developers.
* Added a vignette for chat with retrieval, offering a tutorial on how to leverage this new feature within the package.
* Removed dedicated azure functions and azure embedding option due to the new focus on fully local options (in #ea30c57, #4259474).

## Developmental changes

* Major cleanup of the codebase to remove old, unused files, and tidy the namespace and global variables (in #7b71ab9, #737a266, #5e83b2e).
* Updated pre-commit configurations to help maintain a clean and consistent coding style (in #39828fb, #466830e, #32e5f1e, #423e107, #4c1713f).
* Removed unnecessary dependencies such as miniUI to streamline the package (in #f337b32).

# early versions of gpttools 0.0.7

- comment code
- generate roxygen
Expand Down

0 comments on commit 9d058bd

Please sign in to comment.