chore(main): release 0.0.1

This commit is contained in:
github-actions[bot] 2025-02-17 18:36:50 +00:00 committed by GitHub
parent b7ee43788d
commit b914cdc191
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 132 additions and 5 deletions

View File

@ -1,3 +1,3 @@
{
".": "0.6.2"
".": "0.0.1"
}

View File

@ -1,5 +1,132 @@
# Changelog
## [0.0.1](https://github.com/zebrajr/privateGPT/compare/v0.6.2...v0.0.1) (2025-02-17)
### Features
* add mistral + chatml prompts ([#1426](https://github.com/zebrajr/privateGPT/issues/1426)) ([e326126](https://github.com/zebrajr/privateGPT/commit/e326126d0d4cd7e46a79f080c442c86f6dd4d24b))
* add retry connection to ollama ([#2084](https://github.com/zebrajr/privateGPT/issues/2084)) ([77461b9](https://github.com/zebrajr/privateGPT/commit/77461b96cf2e18b88b592fff441206a49826db97))
* Add stream information to generate SDKs ([#1569](https://github.com/zebrajr/privateGPT/issues/1569)) ([24fae66](https://github.com/zebrajr/privateGPT/commit/24fae660e6913aac6b52745fb2c2fe128ba2eb79))
* Adding MistralAI mode ([#2065](https://github.com/zebrajr/privateGPT/issues/2065)) ([f9182b3](https://github.com/zebrajr/privateGPT/commit/f9182b3a86d88af7c699b41b3a5f21401117acfc))
* **API:** Ingest plain text ([#1417](https://github.com/zebrajr/privateGPT/issues/1417)) ([6eeb95e](https://github.com/zebrajr/privateGPT/commit/6eeb95ec7f17a618aaa47f5034ee5bccae02b667))
* **bulk-ingest:** Add --ignored Flag to Exclude Specific Files and Directories During Ingestion ([#1432](https://github.com/zebrajr/privateGPT/issues/1432)) ([b178b51](https://github.com/zebrajr/privateGPT/commit/b178b514519550e355baf0f4f3f6beb73dca7df2))
* bump dependencies ([#1987](https://github.com/zebrajr/privateGPT/issues/1987)) ([b687dc8](https://github.com/zebrajr/privateGPT/commit/b687dc852413404c52d26dcb94536351a63b169d))
* **code:** improve concat of strings in ui ([#1785](https://github.com/zebrajr/privateGPT/issues/1785)) ([bac818a](https://github.com/zebrajr/privateGPT/commit/bac818add51b104cda925b8f1f7b51448e935ca1))
* Disable Gradio Analytics ([#1165](https://github.com/zebrajr/privateGPT/issues/1165)) ([6583dc8](https://github.com/zebrajr/privateGPT/commit/6583dc84c082773443fc3973b1cdf8095fa3fec3))
* **docker:** set default Docker to use Ollama ([#1812](https://github.com/zebrajr/privateGPT/issues/1812)) ([f83abff](https://github.com/zebrajr/privateGPT/commit/f83abff8bc955a6952c92cc7bcb8985fcec93afa))
* **docs:** Add guide Llama-CPP Linux AMD GPU support ([#1782](https://github.com/zebrajr/privateGPT/issues/1782)) ([8a836e4](https://github.com/zebrajr/privateGPT/commit/8a836e4651543f099c59e2bf497ab8c55a7cd2e5))
* **docs:** add privategpt-ts sdk ([#1924](https://github.com/zebrajr/privateGPT/issues/1924)) ([d13029a](https://github.com/zebrajr/privateGPT/commit/d13029a046f6e19e8ee65bef3acd96365c738df2))
* **docs:** Feature/upgrade docs ([#1741](https://github.com/zebrajr/privateGPT/issues/1741)) ([5725181](https://github.com/zebrajr/privateGPT/commit/572518143ac46532382db70bed6f73b5082302c1))
* **docs:** Fix setup docu ([#1926](https://github.com/zebrajr/privateGPT/issues/1926)) ([067a5f1](https://github.com/zebrajr/privateGPT/commit/067a5f144ca6e605c99d7dbe9ca7d8207ac8808d))
* **docs:** update doc for ipex-llm ([#1968](https://github.com/zebrajr/privateGPT/issues/1968)) ([19a7c06](https://github.com/zebrajr/privateGPT/commit/19a7c065ef7f42b37f289dd28ac945f7afc0e73a))
* **docs:** update documentation and fix preview-docs ([#2000](https://github.com/zebrajr/privateGPT/issues/2000)) ([4523a30](https://github.com/zebrajr/privateGPT/commit/4523a30c8f004aac7a7ae224671e2c45ec0cb973))
* **docs:** upgrade fern ([#1596](https://github.com/zebrajr/privateGPT/issues/1596)) ([84ad16a](https://github.com/zebrajr/privateGPT/commit/84ad16af80191597a953248ce66e963180e8ddec))
* Drop loguru and use builtin `logging` ([#1133](https://github.com/zebrajr/privateGPT/issues/1133)) ([64c5ae2](https://github.com/zebrajr/privateGPT/commit/64c5ae214a9520151c9c2d52ece535867d799367))
* enable resume download for hf_hub_download ([#1249](https://github.com/zebrajr/privateGPT/issues/1249)) ([4197ada](https://github.com/zebrajr/privateGPT/commit/4197ada6267c822f32c1d7ba2be6e7ce145a3404))
* Get answers using preferred number of chunks ([cf709a6](https://github.com/zebrajr/privateGPT/commit/cf709a6b7a951fc333ef5a089b24179ca660469b))
* **ingest:** Created a faster ingestion mode - pipeline ([#1750](https://github.com/zebrajr/privateGPT/issues/1750)) ([134fc54](https://github.com/zebrajr/privateGPT/commit/134fc54d7d636be91680dc531f5cbe2c5892ac56))
* **llm - embed:** Add support for Azure OpenAI ([#1698](https://github.com/zebrajr/privateGPT/issues/1698)) ([1efac6a](https://github.com/zebrajr/privateGPT/commit/1efac6a3fe19e4d62325e2c2915cd84ea277f04f))
* **llm:** Add openailike llm mode ([#1447](https://github.com/zebrajr/privateGPT/issues/1447)) ([2d27a9f](https://github.com/zebrajr/privateGPT/commit/2d27a9f956d672cb1fe715cf0acdd35c37f378a5)), closes [#1424](https://github.com/zebrajr/privateGPT/issues/1424)
* **llm:** add progress bar when ollama is pulling models ([#2031](https://github.com/zebrajr/privateGPT/issues/2031)) ([cf61bf7](https://github.com/zebrajr/privateGPT/commit/cf61bf780f8d122e4057d002abf03563bb45614a))
* **llm:** Add support for Ollama LLM ([#1526](https://github.com/zebrajr/privateGPT/issues/1526)) ([6bbec79](https://github.com/zebrajr/privateGPT/commit/6bbec79583b7f28d9bea4b39c099ebef149db843))
* **llm:** adds serveral settings for llamacpp and ollama ([#1703](https://github.com/zebrajr/privateGPT/issues/1703)) ([02dc83e](https://github.com/zebrajr/privateGPT/commit/02dc83e8e9f7ada181ff813f25051bbdff7b7c6b))
* **llm:** autopull ollama models ([#2019](https://github.com/zebrajr/privateGPT/issues/2019)) ([20bad17](https://github.com/zebrajr/privateGPT/commit/20bad17c9857809158e689e9671402136c1e3d84))
* **llm:** drop default_system_prompt ([#1385](https://github.com/zebrajr/privateGPT/issues/1385)) ([a3ed14c](https://github.com/zebrajr/privateGPT/commit/a3ed14c58f77351dbd5f8f2d7868d1642a44f017))
* **llm:** Ollama LLM-Embeddings decouple + longer keep_alive settings ([#1800](https://github.com/zebrajr/privateGPT/issues/1800)) ([b3b0140](https://github.com/zebrajr/privateGPT/commit/b3b0140e244e7a313bfaf4ef10eb0f7e4192710e))
* **llm:** Ollama timeout setting ([#1773](https://github.com/zebrajr/privateGPT/issues/1773)) ([6f6c785](https://github.com/zebrajr/privateGPT/commit/6f6c785dac2bbad37d0b67fda215784298514d39))
* **llm:** Support for Google Gemini LLMs and Embeddings ([#1965](https://github.com/zebrajr/privateGPT/issues/1965)) ([fc13368](https://github.com/zebrajr/privateGPT/commit/fc13368bc72d1f4c27644677431420ed77731c03))
* **local:** tiktoken cache within repo for offline ([#1467](https://github.com/zebrajr/privateGPT/issues/1467)) ([821bca3](https://github.com/zebrajr/privateGPT/commit/821bca32e9ee7c909fd6488445ff6a04463bf91b))
* make llama3.1 as default ([#2022](https://github.com/zebrajr/privateGPT/issues/2022)) ([9027d69](https://github.com/zebrajr/privateGPT/commit/9027d695c11fbb01e62424b855665de71d513417))
* move torch and transformers to local group ([#1172](https://github.com/zebrajr/privateGPT/issues/1172)) ([0d677e1](https://github.com/zebrajr/privateGPT/commit/0d677e10b970aec222ec04837d0f08f1631b6d4a))
* **nodestore:** add Postgres for the doc and index store ([#1706](https://github.com/zebrajr/privateGPT/issues/1706)) ([68b3a34](https://github.com/zebrajr/privateGPT/commit/68b3a34b032a08ca073a687d2058f926032495b3))
* prompt_style applied to all LLMs + extra LLM params. ([#1835](https://github.com/zebrajr/privateGPT/issues/1835)) ([e21bf20](https://github.com/zebrajr/privateGPT/commit/e21bf20c10938b24711d9f2c765997f44d7e02a9))
* Qdrant support ([#1228](https://github.com/zebrajr/privateGPT/issues/1228)) ([03d1ae6](https://github.com/zebrajr/privateGPT/commit/03d1ae6d70dffdd2411f0d4e92f65080fff5a6e2))
* **rag:** expose similarity_top_k and similarity_score to settings ([#1771](https://github.com/zebrajr/privateGPT/issues/1771)) ([087cb0b](https://github.com/zebrajr/privateGPT/commit/087cb0b7b74c3eb80f4f60b47b3a021c81272ae1))
* **RAG:** Introduce SentenceTransformer Reranker ([#1810](https://github.com/zebrajr/privateGPT/issues/1810)) ([83adc12](https://github.com/zebrajr/privateGPT/commit/83adc12a8ef0fa0c13a0dec084fa596445fc9075))
* **recipe:** add our first recipe `Summarize` ([#2028](https://github.com/zebrajr/privateGPT/issues/2028)) ([8119842](https://github.com/zebrajr/privateGPT/commit/8119842ae6f1f5ecfaf42b06fa0d1ffec675def4))
* Release GitHub action ([#1078](https://github.com/zebrajr/privateGPT/issues/1078)) ([b745091](https://github.com/zebrajr/privateGPT/commit/b7450911b25b0b70528fd4b620cffb90766e3448))
* **scripts:** Wipe qdrant and obtain db Stats command ([#1783](https://github.com/zebrajr/privateGPT/issues/1783)) ([ea153fb](https://github.com/zebrajr/privateGPT/commit/ea153fb92f1f61f64c0d04fff0048d4d00b6f8d0))
* **settings:** Configurable context_window and tokenizer ([#1437](https://github.com/zebrajr/privateGPT/issues/1437)) ([4780540](https://github.com/zebrajr/privateGPT/commit/47805408703c23f0fd5cab52338142c1886b450b))
* **settings:** Update default model to TheBloke/Mistral-7B-Instruct-v0.2-GGUF ([#1415](https://github.com/zebrajr/privateGPT/issues/1415)) ([8ec7cf4](https://github.com/zebrajr/privateGPT/commit/8ec7cf49f40701a4f2156c48eb2fad9fe6220629))
* **ui:** add LLM mode to UI ([#1080](https://github.com/zebrajr/privateGPT/issues/1080)) ([d249a17](https://github.com/zebrajr/privateGPT/commit/d249a17c330abd122e4988d35d94bcc2df980700))
* **ui:** Add Model Information to ChatInterface label ([f0b174c](https://github.com/zebrajr/privateGPT/commit/f0b174c097c2d5e52deae8ef88de30a0d9013a38))
* **ui:** add sources check to not repeat identical sources ([#1705](https://github.com/zebrajr/privateGPT/issues/1705)) ([290b9fb](https://github.com/zebrajr/privateGPT/commit/290b9fb084632216300e89bdadbfeb0380724b12))
* **ui:** Allows User to Set System Prompt via "Additional Options" in Chat Interface ([#1353](https://github.com/zebrajr/privateGPT/issues/1353)) ([145f3ec](https://github.com/zebrajr/privateGPT/commit/145f3ec9f41c4def5abf4065a06fb0786e2d992a))
* **UI:** Faster startup and document listing ([#1763](https://github.com/zebrajr/privateGPT/issues/1763)) ([348df78](https://github.com/zebrajr/privateGPT/commit/348df781b51606b2f9810bcd46f850e54192fd16))
* **ui:** maintain score order when curating sources ([#1643](https://github.com/zebrajr/privateGPT/issues/1643)) ([410bf7a](https://github.com/zebrajr/privateGPT/commit/410bf7a71f17e77c4aec723ab80c233b53765964))
* **ui:** make chat area stretch to fill the screen ([#1397](https://github.com/zebrajr/privateGPT/issues/1397)) ([c71ae7c](https://github.com/zebrajr/privateGPT/commit/c71ae7cee92463bbc5ea9c434eab9f99166e1363))
* **UI:** Select file to Query or Delete + Delete ALL ([#1612](https://github.com/zebrajr/privateGPT/issues/1612)) ([aa13afd](https://github.com/zebrajr/privateGPT/commit/aa13afde07122f2ddda3942f630e5cadc7e4e1ee))
* unify settings for vector and nodestore connections to PostgreSQL ([#1730](https://github.com/zebrajr/privateGPT/issues/1730)) ([63de7e4](https://github.com/zebrajr/privateGPT/commit/63de7e4930ac90dd87620225112a22ffcbbb31ee))
* update llama-index + dependencies ([#2092](https://github.com/zebrajr/privateGPT/issues/2092)) ([5851b02](https://github.com/zebrajr/privateGPT/commit/5851b02378313f3dba315e0251cfd421af79dae6))
* Upgrade to LlamaIndex to 0.10 ([#1663](https://github.com/zebrajr/privateGPT/issues/1663)) ([45f0571](https://github.com/zebrajr/privateGPT/commit/45f05711eb71ffccdedb26f37e680ced55795d44))
* **vectordb:** Milvus vector db Integration ([#1996](https://github.com/zebrajr/privateGPT/issues/1996)) ([43cc31f](https://github.com/zebrajr/privateGPT/commit/43cc31f74015f8d8fcbf7a8ea7d7d9ecc66cf8c9))
* **vectorstore:** Add clickhouse support as vectore store ([#1883](https://github.com/zebrajr/privateGPT/issues/1883)) ([2612928](https://github.com/zebrajr/privateGPT/commit/26129288394c7483e6fc0496a11dc35679528cc1))
* **Vector:** support pgvector ([#1624](https://github.com/zebrajr/privateGPT/issues/1624)) ([cd40e39](https://github.com/zebrajr/privateGPT/commit/cd40e3982b780b548b9eea6438c759f1c22743a8))
* wipe per storage type ([#1772](https://github.com/zebrajr/privateGPT/issues/1772)) ([c2d6948](https://github.com/zebrajr/privateGPT/commit/c2d694852b4696834962a42fde047b728722ad74))
### Bug Fixes
* "no such group" error in Dockerfile, added docx2txt and cryptography deps ([#1841](https://github.com/zebrajr/privateGPT/issues/1841)) ([947e737](https://github.com/zebrajr/privateGPT/commit/947e737f300adf621d2261d527192f36f3387f8e))
* 294 (tested) ([4cda348](https://github.com/zebrajr/privateGPT/commit/4cda348cf87f56ff237e376b03732b1b47a99215))
* 503 when private gpt gets ollama service ([#2104](https://github.com/zebrajr/privateGPT/issues/2104)) ([940bdd4](https://github.com/zebrajr/privateGPT/commit/940bdd49af14d9c1e7fd4af54f12648b5fc1f9c0))
* Add `TARGET_SOURCE_CHUNKS` to `example.env` ([2027ac5](https://github.com/zebrajr/privateGPT/commit/2027ac563b6606199563632191b65f5105af8ebe))
* add built image from DockerHub ([#2042](https://github.com/zebrajr/privateGPT/issues/2042)) ([f09f6dd](https://github.com/zebrajr/privateGPT/commit/f09f6dd2553077d4566dbe6b48a450e05c2f049e))
* Add default mode option to settings ([#2078](https://github.com/zebrajr/privateGPT/issues/2078)) ([fa3c306](https://github.com/zebrajr/privateGPT/commit/fa3c30661d2ab04634361e20e7819365e3dd351a))
* add numpy issue to troubleshooting ([#2048](https://github.com/zebrajr/privateGPT/issues/2048)) ([4ca6d0c](https://github.com/zebrajr/privateGPT/commit/4ca6d0cb556be7a598f7d3e3b00d2a29214ee1e8))
* Adding an LLM param to fix broken generator from llamacpp ([#1519](https://github.com/zebrajr/privateGPT/issues/1519)) ([869233f](https://github.com/zebrajr/privateGPT/commit/869233f0e4f03dc23e5fae43cf7cb55350afdee9))
* Adding azopenai to model list ([#2035](https://github.com/zebrajr/privateGPT/issues/2035)) ([1c665f7](https://github.com/zebrajr/privateGPT/commit/1c665f7900658144f62814b51f6e3434a6d7377f))
* auto-update version ([#2052](https://github.com/zebrajr/privateGPT/issues/2052)) ([7fefe40](https://github.com/zebrajr/privateGPT/commit/7fefe408b4267684c6e3c1a43c5dc2b73ec61fe4))
* chromadb max batch size ([#1087](https://github.com/zebrajr/privateGPT/issues/1087)) ([f5a9bf4](https://github.com/zebrajr/privateGPT/commit/f5a9bf4e374b2d4c76438cf8a97cccf222ec8e6f))
* **config:** make tokenizer optional and include a troubleshooting doc ([#1998](https://github.com/zebrajr/privateGPT/issues/1998)) ([01b7ccd](https://github.com/zebrajr/privateGPT/commit/01b7ccd0648be032846647c9a184925d3682f612))
* **deploy:** fix local and external dockerfiles ([fde2b94](https://github.com/zebrajr/privateGPT/commit/fde2b942bc03688701ed563be6d7d597c75e4e4e))
* **deploy:** generate docker release when new version is released ([#2038](https://github.com/zebrajr/privateGPT/issues/2038)) ([1d4c14d](https://github.com/zebrajr/privateGPT/commit/1d4c14d7a3c383c874b323d934be01afbaca899e))
* **deploy:** improve Docker-Compose and quickstart on Docker ([#2037](https://github.com/zebrajr/privateGPT/issues/2037)) ([dae0727](https://github.com/zebrajr/privateGPT/commit/dae0727a1b4abd35d2b0851fe30e0a4ed67e0fbb))
* Disable Chroma Telemetry ([8c6a81a](https://github.com/zebrajr/privateGPT/commit/8c6a81a07fc9c800d53f62a33f5ae3b5247a22a6))
* Docker and sagemaker setup ([#1118](https://github.com/zebrajr/privateGPT/issues/1118)) ([895588b](https://github.com/zebrajr/privateGPT/commit/895588b82a06c2bc71a9e22fb840c7f6442a3b5b))
* docker permissions ([#2059](https://github.com/zebrajr/privateGPT/issues/2059)) ([8c12c68](https://github.com/zebrajr/privateGPT/commit/8c12c6830b37851cccb3fea75faa820fce49284a))
* **docker:** docker broken copy ([#1419](https://github.com/zebrajr/privateGPT/issues/1419)) ([059f358](https://github.com/zebrajr/privateGPT/commit/059f35840adbc3fb93d847d6decf6da32d08670c))
* **docs:** Fix concepts.mdx referencing to installation page ([#1779](https://github.com/zebrajr/privateGPT/issues/1779)) ([dde0224](https://github.com/zebrajr/privateGPT/commit/dde02245bcd51a7ede7b6789c82ae217cac53d92))
* **docs:** Minor documentation amendment ([#1739](https://github.com/zebrajr/privateGPT/issues/1739)) ([258d02d](https://github.com/zebrajr/privateGPT/commit/258d02d87c5cb81d6c3a6f06aa69339b670dffa9))
* **docs:** Update installation.mdx ([#1866](https://github.com/zebrajr/privateGPT/issues/1866)) ([c1802e7](https://github.com/zebrajr/privateGPT/commit/c1802e7cf0e56a2603213ec3b6a4af8fadb8a17a))
* **docs:** Update quickstart doc and set version in pyproject.toml to 0.2.0 ([0a89d76](https://github.com/zebrajr/privateGPT/commit/0a89d76cc5ed4371ffe8068858f23dfbb5e8cc37))
* ffmpy dependency ([#2020](https://github.com/zebrajr/privateGPT/issues/2020)) ([dabf556](https://github.com/zebrajr/privateGPT/commit/dabf556dae9cb00fe0262270e5138d982585682e))
* fix pytorch version to avoid wheel bug ([#1123](https://github.com/zebrajr/privateGPT/issues/1123)) ([24cfddd](https://github.com/zebrajr/privateGPT/commit/24cfddd60f74aadd2dade4c63f6012a2489938a1))
* Fixed docker-compose ([#1758](https://github.com/zebrajr/privateGPT/issues/1758)) ([774e256](https://github.com/zebrajr/privateGPT/commit/774e2560520dc31146561d09a2eb464c68593871))
* **ingest:** update script label ([#1770](https://github.com/zebrajr/privateGPT/issues/1770)) ([7d2de5c](https://github.com/zebrajr/privateGPT/commit/7d2de5c96fd42e339b26269b3155791311ef1d08))
* light mode ([#2025](https://github.com/zebrajr/privateGPT/issues/2025)) ([1020cd5](https://github.com/zebrajr/privateGPT/commit/1020cd53288af71a17882781f392512568f1b846))
* **LLM:** mistral ignoring assistant messages ([#1954](https://github.com/zebrajr/privateGPT/issues/1954)) ([c7212ac](https://github.com/zebrajr/privateGPT/commit/c7212ac7cc891f9e3c713cc206ae9807c5dfdeb6))
* **llm:** special tokens and leading space ([#1831](https://github.com/zebrajr/privateGPT/issues/1831)) ([347be64](https://github.com/zebrajr/privateGPT/commit/347be643f7929c56382a77c3f45f0867605e0e0a))
* make docs more visible ([#1081](https://github.com/zebrajr/privateGPT/issues/1081)) ([aa4bb17](https://github.com/zebrajr/privateGPT/commit/aa4bb17a2e6a797b450fa11a45e0b0528b8efecf))
* make embedding_api_base match api_base when on docker ([#1859](https://github.com/zebrajr/privateGPT/issues/1859)) ([2a432bf](https://github.com/zebrajr/privateGPT/commit/2a432bf9c5582a94eb4052b1e80cabdb118d298e))
* minor bug in chat stream output - python error being serialized ([#1449](https://github.com/zebrajr/privateGPT/issues/1449)) ([6191bcd](https://github.com/zebrajr/privateGPT/commit/6191bcdbd6e92b6f4d5995967dc196c9348c5954))
* naming image and ollama-cpu ([#2056](https://github.com/zebrajr/privateGPT/issues/2056)) ([89477ea](https://github.com/zebrajr/privateGPT/commit/89477ea9d3a83181b0222b732a81c71db9edf142))
* nomic embeddings ([#2030](https://github.com/zebrajr/privateGPT/issues/2030)) ([5465958](https://github.com/zebrajr/privateGPT/commit/54659588b5b109a3dd17cca835e275240464d275))
* prevent to ingest local files (by default) ([#2010](https://github.com/zebrajr/privateGPT/issues/2010)) ([e54a8fe](https://github.com/zebrajr/privateGPT/commit/e54a8fe0433252808d0a60f6a08a43c9f5a42f3b))
* publish image name ([#2043](https://github.com/zebrajr/privateGPT/issues/2043)) ([b1acf9d](https://github.com/zebrajr/privateGPT/commit/b1acf9dc2cbca2047cd0087f13254ff5cda6e570))
* Rectify ffmpy poetry config; update version from 0.3.2 to 0.4.0 ([#2062](https://github.com/zebrajr/privateGPT/issues/2062)) ([7603b36](https://github.com/zebrajr/privateGPT/commit/7603b3627d91aed1cce2e1ae407fec11ca1ad132))
* Remove global state ([#1216](https://github.com/zebrajr/privateGPT/issues/1216)) ([022bd71](https://github.com/zebrajr/privateGPT/commit/022bd718e3dfc197027b1e24fb97e5525b186db4))
* Replacing unsafe `eval()` with `json.loads()` ([#1890](https://github.com/zebrajr/privateGPT/issues/1890)) ([9d0d614](https://github.com/zebrajr/privateGPT/commit/9d0d614706581a8bfa57db45f62f84ab23d26f15))
* sagemaker config and chat methods ([#1142](https://github.com/zebrajr/privateGPT/issues/1142)) ([a517a58](https://github.com/zebrajr/privateGPT/commit/a517a588c4927aa5c5c2a93e4f82a58f0599d251))
* Sanitize null bytes before ingestion ([#2090](https://github.com/zebrajr/privateGPT/issues/2090)) ([5fbb402](https://github.com/zebrajr/privateGPT/commit/5fbb402477c41e09f56a3e5adc32f316341772bf))
* **settings:** correct yaml multiline string ([#1403](https://github.com/zebrajr/privateGPT/issues/1403)) ([2564f8d](https://github.com/zebrajr/privateGPT/commit/2564f8d2bb8c4332a6a0ab6d722a2ac15006b85f))
* **settings:** enable cors by default so it will work when using ts sdk (spa) ([#1925](https://github.com/zebrajr/privateGPT/issues/1925)) ([966af47](https://github.com/zebrajr/privateGPT/commit/966af4771dbe5cf3fdf554b5fdf8f732407859c4))
* **settings:** set default tokenizer to avoid running make setup fail ([#1709](https://github.com/zebrajr/privateGPT/issues/1709)) ([d17c34e](https://github.com/zebrajr/privateGPT/commit/d17c34e81a84518086b93605b15032e2482377f7))
* **tests:** load the test settings only when running tests ([d3acd85](https://github.com/zebrajr/privateGPT/commit/d3acd85fe34030f8cfd7daf50b30c534087bdf2b))
* typo in README.md ([#1091](https://github.com/zebrajr/privateGPT/issues/1091)) ([ba23443](https://github.com/zebrajr/privateGPT/commit/ba23443a70d323cd4f9a242b33fd9dce1bacd2db))
* **ui:** gradio bug fixes ([#2021](https://github.com/zebrajr/privateGPT/issues/2021)) ([d4375d0](https://github.com/zebrajr/privateGPT/commit/d4375d078f18ba53562fd71651159f997fff865f))
* **UI:** Updated ui.py. Frees up the CPU to not be bottlenecked. ([24fb80c](https://github.com/zebrajr/privateGPT/commit/24fb80ca38f21910fe4fd81505d14960e9ed4faa))
* unify embedding models ([#2027](https://github.com/zebrajr/privateGPT/issues/2027)) ([40638a1](https://github.com/zebrajr/privateGPT/commit/40638a18a5713d60fec8fe52796dcce66d88258c))
* update matplotlib to 3.9.1-post1 to fix win install ([b16abbe](https://github.com/zebrajr/privateGPT/commit/b16abbefe49527ac038d235659854b98345d5387))
* Windows 11 failing to auto-delete tmp file ([#1260](https://github.com/zebrajr/privateGPT/issues/1260)) ([0d52002](https://github.com/zebrajr/privateGPT/commit/0d520026a3d5b08a9b8487be992d3095b21e710c))
* Windows permission error on ingest service tmp files ([#1280](https://github.com/zebrajr/privateGPT/issues/1280)) ([f1cbff0](https://github.com/zebrajr/privateGPT/commit/f1cbff0fb7059432d9e71473cbdd039032dab60d))
### Miscellaneous Chores
* Initial version ([490d93f](https://github.com/zebrajr/privateGPT/commit/490d93fdc1977443c92f6c42e57a1c585aa59430))
## [0.6.2](https://github.com/zylon-ai/private-gpt/compare/v0.6.1...v0.6.2) (2024-08-08)

View File

@ -7,7 +7,7 @@ services:
# Private-GPT service for the Ollama CPU and GPU modes
# This service builds from an external Dockerfile and runs the Ollama mode.
private-gpt-ollama:
image: ${PGPT_IMAGE:-zylonai/private-gpt}:${PGPT_TAG:-0.6.2}-ollama # x-release-please-version
image: ${PGPT_IMAGE:-zylonai/private-gpt}:${PGPT_TAG:-0.0.1}-ollama # x-release-please-version
user: root
build:
context: .
@ -35,7 +35,7 @@ services:
# Private-GPT service for the local mode
# This service builds from a local Dockerfile and runs the application in local mode.
private-gpt-llamacpp-cpu:
image: ${PGPT_IMAGE:-zylonai/private-gpt}:${PGPT_TAG:-0.6.2}-llamacpp-cpu # x-release-please-version
image: ${PGPT_IMAGE:-zylonai/private-gpt}:${PGPT_TAG:-0.0.1}-llamacpp-cpu # x-release-please-version
user: root
build:
context: .

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "private-gpt"
version = "0.6.2"
version = "0.0.1"
description = "Private GPT"
authors = ["Zylon <hi@zylon.ai>"]

View File

@ -1 +1 @@
0.6.2
0.0.1