-
Notifications
You must be signed in to change notification settings - Fork 7.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release please branches main #2120
base: fix/docs-info
Are you sure you want to change the base?
Release please branches main #2120
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49ef729 - Browse repository at this point
Copy the full SHA 49ef729View commit details -
fix: "no such group" error in Dockerfile, added docx2txt and cryptogr…
…aphy deps (zylon-ai#1841) * Fixed "no such group" error in Dockerfile, added docx2txt to poetry so docx parsing works out of the box for docker containers * added cryptography dependency for pdf parsing
Configuration menu - View commit details
-
Copy full SHA for 947e737 - Browse repository at this point
Copy the full SHA 947e737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a432bf - Browse repository at this point
Copy the full SHA 2a432bfView commit details -
fix(docs): Update installation.mdx (zylon-ai#1866)
Update repo url
Configuration menu - View commit details
-
Copy full SHA for c1802e7 - Browse repository at this point
Copy the full SHA c1802e7View commit details
Commits on Apr 30, 2024
-
feat: prompt_style applied to all LLMs + extra LLM params. (zylon-ai#…
…1835) * Updated prompt_style to be moved to the main LLM setting since all LLMs from llama_index can utilize this. I also included temperature, context window size, max_tokens, max_new_tokens into the openailike to help ensure the settings are consistent from the other implementations. * Removed prompt_style from llamacpp entirely * Fixed settings-local.yaml to include prompt_style in the LLM settings instead of llamacpp.
Configuration menu - View commit details
-
Copy full SHA for e21bf20 - Browse repository at this point
Copy the full SHA e21bf20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d0d614 - Browse repository at this point
Copy the full SHA 9d0d614View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d13029a - Browse repository at this point
Copy the full SHA d13029aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 966af47 - Browse repository at this point
Copy the full SHA 966af47View commit details -
Add timeout parameter for better support of openailike LLM tools on l…
…ocal computer (like LM Studio). (zylon-ai#1858) feat(llm): Improve settings of the OpenAILike LLM
Configuration menu - View commit details
-
Copy full SHA for 45df99f - Browse repository at this point
Copy the full SHA 45df99fView commit details
Commits on May 17, 2024
-
Allow parameterizing OpenAI embeddings component (api_base, key, mode…
…l) (zylon-ai#1920) * Allow parameterizing OpenAI embeddings component (api_base, key, model) * Update settings * Update description
Configuration menu - View commit details
-
Copy full SHA for 3b3e96a - Browse repository at this point
Copy the full SHA 3b3e96aView commit details
Commits on May 30, 2024
-
fix(LLM): mistral ignoring assistant messages (zylon-ai#1954)
* fix: mistral ignoring assistant messages * fix: typing * fix: fix tests
Configuration menu - View commit details
-
Copy full SHA for c7212ac - Browse repository at this point
Copy the full SHA c7212acView commit details
Commits on Jul 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b687dc8 - Browse repository at this point
Copy the full SHA b687dc8View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19a7c06 - Browse repository at this point
Copy the full SHA 19a7c06View commit details -
feat(llm): Support for Google Gemini LLMs and Embeddings (zylon-ai#1965)
* Support for Google Gemini LLMs and Embeddings Initial support for Gemini, enables usage of Google LLMs and embedding models (see settings-gemini.yaml) Install via poetry install --extras "llms-gemini embeddings-gemini" Notes: * had to bump llama-index-core to later version that supports Gemini * poetry --no-update did not work: Gemini/llama_index seem to require more (transient) updates to make it work... * fix: crash when gemini is not selected * docs: add gemini llm --------- Co-authored-by: Javier Martinez <javiermartinezalvarez98@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fc13368 - Browse repository at this point
Copy the full SHA fc13368View commit details -
feat(vectorstore): Add clickhouse support as vectore store (zylon-ai#…
…1883) * Added ClickHouse vector sotre support * port fix * updated lock file * fix: mypy * fix: mypy --------- Co-authored-by: Valery Denisov <valerydenisov@double.cloud> Co-authored-by: Javier Martinez <javiermartinezalvarez98@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2612928 - Browse repository at this point
Copy the full SHA 2612928View commit details -
feat(docs): Fix setup docu (zylon-ai#1926)
* Update settings.mdx * docs: add cmd --------- Co-authored-by: Javier Martinez <javiermartinezalvarez98@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 067a5f1 - Browse repository at this point
Copy the full SHA 067a5f1View commit details -
fix(docs): Fix concepts.mdx referencing to installation page (zylon-a…
…i#1779) * Fix/update concepts.mdx referencing to installation page The link for `/installation` is broken in the "Main Concepts" page. The correct path would be `./installation` or maybe `/installation/getting-started/installation` * fix: docs --------- Co-authored-by: Javier Martinez <javiermartinezalvarez98@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dde0224 - Browse repository at this point
Copy the full SHA dde0224View commit details
Commits on Jul 9, 2024
-
(feat): add github button (zylon-ai#1989)
Co-authored-by: chdeskur <chdeskur@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 187bc93 - Browse repository at this point
Copy the full SHA 187bc93View commit details -
docs: update repo links, citations (zylon-ai#1990)
* docs: update project links ... * docs: update citation
Configuration menu - View commit details
-
Copy full SHA for 15f73db - Browse repository at this point
Copy the full SHA 15f73dbView commit details
Commits on Jul 17, 2024
-
fix(config): make tokenizer optional and include a troubleshooting doc (
zylon-ai#1998) * docs: add troubleshooting * fix: pass HF token to setup script and prevent to download tokenizer when it is empty * fix: improve log and disable specific tokenizer by default * chore: change HF_TOKEN environment to be aligned with default config * ifx: mypy
Configuration menu - View commit details
-
Copy full SHA for 01b7ccd - Browse repository at this point
Copy the full SHA 01b7ccdView commit details
Commits on Jul 18, 2024
-
feat(docs): update documentation and fix preview-docs (zylon-ai#2000)
* docs: add missing configurations * docs: change HF embeddings by ollama * docs: add disclaimer about Gradio UI * docs: improve readability in concepts * docs: reorder `Fully Local Setups` * docs: improve setup instructions * docs: prevent have duplicate documentation and use table to show different options * docs: rename privateGpt to PrivateGPT * docs: update ui image * docs: remove useless header * docs: convert to alerts ingestion disclaimers * docs: add UI alternatives * docs: reference UI alternatives in disclaimers * docs: fix table * chore: update doc preview version * chore: add permissions * chore: remove useless line * docs: fixes ...
Configuration menu - View commit details
-
Copy full SHA for 4523a30 - Browse repository at this point
Copy the full SHA 4523a30View commit details -
feat(vectordb): Milvus vector db Integration (zylon-ai#1996)
* integrate Milvus into Private GPT * adjust milvus settings * update doc info and reformat * adjust milvus initialization * adjust import error * mionr update * adjust format * adjust the db storing path * update doc
Configuration menu - View commit details
-
Copy full SHA for 43cc31f - Browse repository at this point
Copy the full SHA 43cc31fView commit details -
Update README.md (zylon-ai#2003)
* Update README.md Remove the outdated contact form and point to Zylon website for those looking for a ready-to-use enterprise solution built on top of PrivateGPT * Update README.md Update text to address the comments * Update README.md Improve text
Configuration menu - View commit details
-
Copy full SHA for 90d211c - Browse repository at this point
Copy the full SHA 90d211cView commit details -
docs: add PR and issue templates (zylon-ai#2002)
* chore: add pull request template * chore: add issue templates * chore: require more information in bugs
Configuration menu - View commit details
-
Copy full SHA for 2c78bb2 - Browse repository at this point
Copy the full SHA 2c78bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b626697 - Browse repository at this point
Copy the full SHA b626697View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05a9862 - Browse repository at this point
Copy the full SHA 05a9862View commit details
Commits on Jul 29, 2024
-
fix: ffmpy dependency (zylon-ai#2020)
* fix: ffmpy dependency * fix: block ffmpy to commit sha
Configuration menu - View commit details
-
Copy full SHA for dabf556 - Browse repository at this point
Copy the full SHA dabf556View commit details -
feat(llm): autopull ollama models (zylon-ai#2019)
* chore: update ollama (llm) * feat: allow to autopull ollama models * fix: mypy * chore: install always ollama client * refactor: check connection and pull ollama method to utils * docs: update ollama config with autopulling info
Configuration menu - View commit details
-
Copy full SHA for 20bad17 - Browse repository at this point
Copy the full SHA 20bad17View commit details -
fix(ui): gradio bug fixes (zylon-ai#2021)
* fix: when two user messages were sent * fix: add source divider * fix: add favicon * fix: add zylon link * refactor: update label
Configuration menu - View commit details
-
Copy full SHA for d4375d0 - Browse repository at this point
Copy the full SHA d4375d0View commit details -
added llama3 prompt (zylon-ai#1962)
* added llama3 prompt * more fixes to pass tests; changed type VectorStore -> BasePydanticVectorStore, see https://github.com/run-llama/llama_index/blob/main/CHANGELOG.md#2024-05-14 * fix: new llama3 prompt --------- Co-authored-by: Javier Martinez <javiermartinezalvarez98@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d080969 - Browse repository at this point
Copy the full SHA d080969View commit details
Commits on Jul 30, 2024
-
chore(docker): dockerfiles improvements and fixes (zylon-ai#1792)
* `UID` and `GID` build arguments for `worker` user * `POETRY_EXTRAS` build argument with default values * Copy `Makefile` for `make ingest` command * Do NOT copy markdown files I doubt anyone reads a markdown file within a Docker image * Fix PYTHONPATH value * Set home directory to `/home/worker` when creating user * Combine `ENV` instructions together * Define environment variables with their defaults - For documentation purposes - Reflect defaults set in settings-docker.yml * `PGPT_EMBEDDING_MODE` to define embedding mode * Remove ineffective `python3 -m pipx ensurepath` * Use `&&` instead of `;` to chain commands to detect failure better * Add `--no-root` flag to poetry install commands * Set PGPT_PROFILES to docker * chore: remove envs * chore: update to use ollama in docker-compose * chore: don't copy makefile * chore: don't copy fern * fix: tiktoken cache * fix: docker compose port * fix: ffmpy dependency (zylon-ai#2020) * fix: ffmpy dependency * fix: block ffmpy to commit sha * feat(llm): autopull ollama models (zylon-ai#2019) * chore: update ollama (llm) * feat: allow to autopull ollama models * fix: mypy * chore: install always ollama client * refactor: check connection and pull ollama method to utils * docs: update ollama config with autopulling info ... * chore: autopull ollama models * chore: add GID/UID comment ... --------- Co-authored-by: Javier Martinez <javiermartinezalvarez98@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 65c5a17 - Browse repository at this point
Copy the full SHA 65c5a17View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1020cd5 - Browse repository at this point
Copy the full SHA 1020cd5View commit details -
fix: prevent to ingest local files (by default) (zylon-ai#2010)
* feat: prevent to local ingestion (by default) and add white-list * docs: add local ingestion warning * docs: add missing comment * fix: update exception error * fix: black
Configuration menu - View commit details
-
Copy full SHA for e54a8fe - Browse repository at this point
Copy the full SHA e54a8feView commit details -
feat: make llama3.1 as default (zylon-ai#2022)
* feat: change ollama default model to llama3.1 * chore: bump versions * feat: Change default model in local mode to llama3.1 * chore: make sure last poetry version is used * fix: mypy * fix: do not add BOS (with last llamacpp-python version)
Configuration menu - View commit details
-
Copy full SHA for 9027d69 - Browse repository at this point
Copy the full SHA 9027d69View commit details -
fix: unify embedding models (zylon-ai#2027)
* feat: unify embedding model to nomic * docs: add embedding dimensions mismatch * docs: fix fern
Configuration menu - View commit details
-
Copy full SHA for 40638a1 - Browse repository at this point
Copy the full SHA 40638a1View commit details -
feat(recipe): add our first recipe
Summarize
(zylon-ai#2028)* feat: add summary recipe * test: add summary tests * docs: move all recipes docs * docs: add recipes and summarize doc * docs: update openapi reference * refactor: split method in two method (summary) * feat: add initial summarize ui * feat: add mode explanation * fix: mypy * feat: allow to configure async property in summarize * refactor: move modes to enum and update mode explanations * docs: fix url * docs: remove list-llm pages * docs: remove double header * fix: summary description
Configuration menu - View commit details
-
Copy full SHA for 8119842 - Browse repository at this point
Copy the full SHA 8119842View commit details
Commits on Aug 1, 2024
-
fix: nomic embeddings (zylon-ai#2030)
* fix: allow to configure trust_remote_code based on: zylon-ai#1893 (comment) * fix: nomic hf embeddings
Configuration menu - View commit details
-
Copy full SHA for 5465958 - Browse repository at this point
Copy the full SHA 5465958View commit details -
docs: update docs and capture (zylon-ai#2029)
* docs: update Readme * style: refactor image * docs: change important to tip
Configuration menu - View commit details
-
Copy full SHA for 50b3027 - Browse repository at this point
Copy the full SHA 50b3027View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf61bf7 - Browse repository at this point
Copy the full SHA cf61bf7View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e44a7f5 - Browse repository at this point
Copy the full SHA e44a7f5View commit details -
chore(main): release 0.6.0 (zylon-ai#1834)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6674b46 - Browse repository at this point
Copy the full SHA 6674b46View commit details
Commits on Aug 5, 2024
-
fix(deploy): improve Docker-Compose and quickstart on Docker (zylon-a…
…i#2037) * chore: update docker-compose with profiles * docs: add quick start doc
Configuration menu - View commit details
-
Copy full SHA for dae0727 - Browse repository at this point
Copy the full SHA dae0727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d4c14d - Browse repository at this point
Copy the full SHA 1d4c14dView commit details -
fix: Adding azopenai to model list (zylon-ai#2035)
Fixing the error I encountered while using the azopenai mode
Configuration menu - View commit details
-
Copy full SHA for 1c665f7 - Browse repository at this point
Copy the full SHA 1c665f7View commit details -
fix: add built image from DockerHub (zylon-ai#2042)
* chore: update docker-compose with profiles * docs: add quick start doc * chore: generate docker release when new version is released * chore: add dockerhub image in docker-compose * docs: update quickstart with local/remote images * chore: update docker tag * chore: refactor dockerfile names * chore: update docker-compose names * docs: update llamacpp naming * fix: naming * docs: fix llamacpp command
Configuration menu - View commit details
-
Copy full SHA for f09f6dd - Browse repository at this point
Copy the full SHA f09f6ddView commit details -
chore(main): release 0.6.1 (zylon-ai#2041)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1Configuration menu - View commit details
-
Copy full SHA for ca2b8da - Browse repository at this point
Copy the full SHA ca2b8daView commit details
Commits on Aug 7, 2024
-
fix: update matplotlib to 3.9.1-post1 to fix win install
* chore: block matplotlib to fix installation in window machines * chore: remove workaround, just update poetry.lock * fix: update matplotlib to last version
Configuration menu - View commit details
-
Copy full SHA for b16abbe - Browse repository at this point
Copy the full SHA b16abbeView commit details -
fix: add numpy issue to troubleshooting (zylon-ai#2048)
* docs: add numpy issue to troubleshooting * fix: troubleshooting link ...
Configuration menu - View commit details
-
Copy full SHA for 4ca6d0c - Browse repository at this point
Copy the full SHA 4ca6d0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1acf9d - Browse repository at this point
Copy the full SHA b1acf9dView commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7fefe40 - Browse repository at this point
Copy the full SHA 7fefe40View commit details -
chore(main): release 0.6.2 (zylon-ai#2049)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 22904ca - Browse repository at this point
Copy the full SHA 22904caView commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89477ea - Browse repository at this point
Copy the full SHA 89477eaView commit details
Commits on Aug 21, 2024
-
fix: Rectify ffmpy poetry config; update version from 0.3.2 to 0.4.0 (z…
…ylon-ai#2062) * Fix: Rectify ffmpy 0.3.2 poetry config * keep optional set to false for ffmpy * Updating ffmpy to version 0.4.0 * Remove comment about a fix
Configuration menu - View commit details
-
Copy full SHA for 7603b36 - Browse repository at this point
Copy the full SHA 7603b36View commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4262859 - Browse repository at this point
Copy the full SHA 4262859View commit details
Commits on Sep 16, 2024
-
feat: add retry connection to ollama (zylon-ai#2084)
* feat: add retry connection to ollama When Ollama is running in the docker-compose, traefik is not ready sometimes to route the request, and it fails * fix: mypy
Configuration menu - View commit details
-
Copy full SHA for 77461b9 - Browse repository at this point
Copy the full SHA 77461b9View commit details
Commits on Sep 24, 2024
-
fix: docker permissions (zylon-ai#2059)
* fix: missing depends_on * chore: update copy permissions * chore: update entrypoint * Revert "chore: update entrypoint" This reverts commit f73a36a. * Revert "chore: update copy permissions" This reverts commit fabc3f6. * style: fix docker warning * fix: multiples fixes * fix: user permissions writing local_data folder
Configuration menu - View commit details
-
Copy full SHA for 8c12c68 - Browse repository at this point
Copy the full SHA 8c12c68View commit details -
feat: Adding MistralAI mode (zylon-ai#2065)
* Adding MistralAI mode * Update embedding_component.py * Update ui.py * Update settings.py * Update embedding_component.py * Update settings.py * Update settings.py * Update settings-mistral.yaml * Update llm_component.py * Update settings-mistral.yaml * Update settings.py * Update settings.py * Update ui.py * Update embedding_component.py * Delete settings-mistral.yaml --------- Co-authored-by: SkiingIsFun123 <101684827+SkiingIsFun123@users.noreply.github.com> Co-authored-by: Javier Martinez <javiermartinezalvarez98@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f9182b3 - Browse repository at this point
Copy the full SHA f9182b3View commit details -
fix: Add default mode option to settings (zylon-ai#2078)
* Add default mode option to settings * Revise default_mode to Literal (enum) and add to settings.yaml * Revise to pass make check/test * Default mode: RAG --------- Co-authored-by: Jason <jason@sowinsight.solutions>
Configuration menu - View commit details
-
Copy full SHA for fa3c306 - Browse repository at this point
Copy the full SHA fa3c306View commit details
Commits on Sep 25, 2024
-
fix: Sanitize null bytes before ingestion (zylon-ai#2090)
* Sanitize null bytes before ingestion * Added comments
Configuration menu - View commit details
-
Copy full SHA for 5fbb402 - Browse repository at this point
Copy the full SHA 5fbb402View commit details
Commits on Sep 26, 2024
-
feat: update llama-index + dependencies (zylon-ai#2092)
* chore: update libraries * fix: mypy * chore: more updates * fix: mypy/black * chore: fix docker warnings * fix: mypy * fix: black
Configuration menu - View commit details
-
Copy full SHA for 5851b02 - Browse repository at this point
Copy the full SHA 5851b02View commit details
Commits on Oct 17, 2024
-
fix: 503 when private gpt gets ollama service (zylon-ai#2104)
When running private gpt with external ollama API, ollama service returns 503 on startup because ollama service (traefik) might not be ready. - Add healthcheck to ollama service to test for connection to external ollama - private-gpt-ollama service depends on ollama being service_healthy Co-authored-by: Koh Meng Hui <kohmh@duck.com>
Configuration menu - View commit details
-
Copy full SHA for 940bdd4 - Browse repository at this point
Copy the full SHA 940bdd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3d1443 - Browse repository at this point
Copy the full SHA d3d1443View commit details