diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc92a9461976c887706fa49f1da1248ef760ce7..80045862067682c92f10126786a4153dc68dd81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # create-llama +## 0.0.22 + +### Patch Changes + +- 6dd401e: Add an option to provide an URL and chat with the website data (FastAPI only) +- e9b87ef: Select a folder as data source and support more file types (.pdf, .doc, .docx, .xls, .xlsx, .csv) + ## 0.0.20 ### Patch Changes diff --git a/package.json b/package.json index 4f6d64132b857e0428b2fcff5f974234760cc3ca..5f6c7599b1b824cad0e5867805fab5f8d3b5e2b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-llama", - "version": "0.0.21", + "version": "0.0.22", "keywords": [ "rag", "llamaindex",