Commit Graph

  • 94712824d6
    added llama3 prompt Robert Hirsch 2024-06-06 20:29:23 +0200
  • ebe43082cd Updated with semantic node parser and CondensePlusContextChatEngine and new system prompt Saurab-Shrestha9639*969**9858//852 2024-06-02 14:49:49 +0545
  • 175b4e29ac Updated api for ocr component Saurab-Shrestha9639*969**9858//852 2024-06-02 09:45:53 +0545
  • df7deefdb4 Downgrade ollama to 0.1.35 since newer version have some issues with H100s Yevhenii Semendiak 2024-06-01 16:15:03 +0300
  • a205a62ea2 Change default preset names, pgvector PGData location Yevhenii Semendiak 2024-06-01 15:26:37 +0300
  • 220c42ee85
    update doc for ipex-llm Shengsheng Huang 2024-05-31 02:37:04 +0800
  • c7212ac7cc
    fix(LLM): mistral ignoring assistant messages (#1954) Pablo Orgaz 2024-05-30 15:41:16 +0200
  • e37d3b9235 fix: fix tests Pablo Orgaz 2024-05-30 15:37:23 +0200
  • fbd298212f Hybrid search Saurab-Shrestha9639*969**9858//852 2024-05-29 14:20:11 +0545
  • 4e99457ea5 fix: typing Pablo Orgaz 2024-05-29 09:59:57 +0200
  • 759767dc1b Added new system prompt Saurab-Shrestha9639*969**9858//852 2024-05-29 10:55:42 +0545
  • 136f8b5208
    fix: mistral ignoring assistant messages Pablo Orgaz 2024-05-28 19:30:44 +0200
  • f1f5e5ffa0 change Ben-A-Sabu 2024-05-28 12:05:36 +0530
  • e8b9586127 Add embeddings API key default value Yevhenii Semendiak 2024-05-21 12:22:49 +0300
  • 58b2e81b7e Merge branch 'main' into apolo Yevhenii Semendiak 2024-05-17 18:22:30 +0300
  • fc426e964a add hf token to settings Yevhenii Semendiak 2024-05-17 18:20:19 +0300
  • 2d917b56ec Pending changes exported from your codespace squ1ddy 2024-05-17 12:14:52 +0000
  • e11d9e64e8 Initial commit squ1ddy 2024-05-17 12:14:51 +0000
  • 3b3e96ad6c
    Allow parameterizing OpenAI embeddings component (api_base, key, model) (#1920) Yevhenii Semendiak 2024-05-17 10:52:50 +0300
  • 474698834f Merge branch 'dockerization' of https://github.com/QuickfoxConsulting/privateGPT into dockerization Saurab-Shrestha9639*969**9858//852 2024-05-15 11:36:23 +0545
  • 5012529201 Updated the chat system prompt Saurab-Shrestha9639*969**9858//852 2024-05-15 11:36:00 +0545
  • 218bda0a06 Update description Yevhenii Semendiak 2024-05-09 00:54:34 +0300
  • 9a77ab9331 Update settings Yevhenii Semendiak 2024-05-09 00:49:28 +0300
  • 87f7bd6263 Allow parameterizing OpenAI embeddings component (api_base, key, model) Yevhenii Semendiak 2024-05-09 00:42:55 +0300
  • 17f32a5f92 Use Llama 3 Yevhenii Semendiak 2024-05-11 11:33:11 +0300
  • 090ce7c69e
    Merge branch 'zylon-ai:main' into fix-setup Mart 2024-05-10 18:01:02 +0200
  • 45df99feb7
    Add timeout parameter for better support of openailike LLM tools on local computer (like LM Studio). (#1858) jcbonnet-fwd 2024-05-10 16:44:08 +0200
  • 966af4771d
    fix(settings): enable cors by default so it will work when using ts sdk (spa) (#1925) Fran García 2024-05-10 14:13:46 +0200
  • d13029a046
    feat(docs): add privategpt-ts sdk (#1924) Fran García 2024-05-10 14:13:15 +0200
  • 6a0b2149c1 fix(settings): enable cors by default so it will work when using ts sdk (spa) frgarciames 2024-05-10 13:09:55 +0200
  • e4d260a93f
    feat(docs): add privategpt-ts sdk Fran García 2024-05-10 13:06:49 +0200
  • 6ec581d172 Add embeddings-openai dependency to dockerfile Yevhenii Semendiak 2024-05-09 00:58:40 +0300
  • 90dadda249 Allow parameterizing OpenAI embeddings component (api_base, key, model) Yevhenii Semendiak 2024-05-09 00:42:55 +0300
  • c6847859b0 Removed / from audit routes Saurab-Shrestha 2024-05-07 15:41:28 +0545
  • 333a3f3913 Updated with docker file" Saurab-Shrestha 2024-05-07 13:03:43 +0545
  • 7f0a1bc15b
    Update settings.py Javier Castillo 2024-05-07 08:46:34 +0200
  • cf6f6e15fe
    Update settings.yaml Javier Castillo 2024-05-07 08:44:25 +0200
  • 2bb71a1a3c Set PGPT_PROFILES to docker Quentin McGaw 2024-04-02 07:36:21 +0000
  • bef6fc2599 Add --no-root flag to poetry install commands Quentin McGaw 2024-04-02 07:12:03 +0000
  • 555807c5b0 Use && instead of ; to chain commands to detect failure better Quentin McGaw 2024-03-25 15:32:38 +0000
  • de3ebcf585 Remove ineffective python3 -m pipx ensurepath Quentin McGaw 2024-03-25 15:30:42 +0000
  • a8771ce1a0 PGPT_EMBEDDING_MODE to define embedding mode Quentin McGaw 2024-03-25 11:28:56 +0000
  • 88567b8c69 Define environment variables with their defaults - For documentation purposes - Reflect defaults set in settings-docker.yml Quentin McGaw 2024-03-25 11:20:57 +0000
  • b037201b44 Combine ENV instructions together Quentin McGaw 2024-03-25 11:17:00 +0000
  • da5ea06b5f
    Set home directory to /home/worker when creating user Quentin McGaw 2024-03-25 11:16:19 +0000
  • 96e5caebca Fix PYTHONPATH value Quentin McGaw 2024-03-25 11:15:07 +0000
  • 50903b9358 Do NOT copy markdown files I doubt anyone reads a markdown file within a Docker image Quentin McGaw 2024-03-25 11:08:35 +0000
  • a773e1324d Copy Makefile for make ingest command Quentin McGaw 2024-03-25 11:07:55 +0000
  • 8e33e497af POETRY_EXTRAS build argument with default values Quentin McGaw 2024-03-25 11:07:04 +0000
  • cc24016169
    UID and GID build arguments for worker user Quentin McGaw 2024-03-25 11:06:04 +0000
  • 7f114098fd chore(docker): merge local and external dockerfiles - llama-cpp dependencies install does not occupy space in final image - llama-cpp dependencies install takes about 10 seconds, worth the trade off - Update docker.yml workflow to use the standard Dockerfile Quentin McGaw 2024-03-25 15:24:41 +0000
  • 62ed55e2ac Move llama-cpp dependencies install to intermediary dependencies layer Quentin McGaw 2024-03-25 15:39:26 +0000
  • 5fc6b7c4c7 Set PGPT_PROFILES to docker Quentin McGaw 2024-04-02 07:36:21 +0000
  • 371df0fd8e Add --no-root flag to poetry install commands Quentin McGaw 2024-04-02 07:12:03 +0000
  • 2bbb1b26db Use && instead of ; to chain commands to detect failure better Quentin McGaw 2024-03-25 15:32:38 +0000
  • ac2a38e988 Remove ineffective python3 -m pipx ensurepath Quentin McGaw 2024-03-25 15:30:42 +0000
  • cdcf1b0c7b PGPT_EMBEDDING_MODE to define embedding mode Quentin McGaw 2024-03-25 11:28:56 +0000
  • 771e86a872 Define environment variables with their defaults - For documentation purposes - Reflect defaults set in settings-docker.yml Quentin McGaw 2024-03-25 11:20:57 +0000
  • 1cd97b143f Combine ENV instructions together Quentin McGaw 2024-03-25 11:17:00 +0000
  • 28fec6197d
    Set home directory to /home/worker when creating user Quentin McGaw 2024-03-25 11:16:19 +0000
  • 9b28cb7167 Fix PYTHONPATH value Quentin McGaw 2024-03-25 11:15:07 +0000
  • 53f8cc7f88 Do NOT copy markdown files I doubt anyone reads a markdown file within a Docker image Quentin McGaw 2024-03-25 11:08:35 +0000
  • 17f0c60881 Copy Makefile for make ingest command Quentin McGaw 2024-03-25 11:07:55 +0000
  • 42048f6bb9 POETRY_EXTRAS build argument with default values Quentin McGaw 2024-03-25 11:07:04 +0000
  • a88d79fdea UID and GID build arguments for worker user Quentin McGaw 2024-03-25 11:06:04 +0000
  • e1e940bbbd Updated local docker file Saurab-Shrestha 2024-05-05 12:29:14 +0545
  • 56bf6df38c fixed nginx docker-compose Nikhil Shrestha 2024-05-05 08:34:26 +0545
  • 11fbd645f7 enable gpu all Nikhil Shrestha 2024-05-05 08:22:00 +0545
  • 0b59b6030f enable gpu Nikhil Shrestha 2024-05-05 08:20:35 +0545
  • eabbe53aa6 re-arrange docker-compose services Nikhil Shrestha 2024-05-05 07:59:26 +0545
  • f19be9183c Merge remote-tracking branch 'origin/Global-docker' into Global-docker Nikhil Shrestha 2024-05-05 07:55:57 +0545
  • 978be3b5dd added checked, unchecked static folders Nikhil Shrestha 2024-05-05 07:55:39 +0545
  • 7cfbad8b59 Add configuration for nginx Saurab-Shrestha 2024-05-05 07:17:16 +0545
  • 1775cf6d89
    updated lock file Valery Denisov 2024-05-04 16:17:55 +0200
  • ba71a39971 Fixed bug regarding pagination Saurab-Shrestha 2024-05-04 19:27:24 +0545
  • 3c56af31cf fixed lock file Nikhil Shrestha 2024-05-04 17:23:41 +0545
  • 1ea0663a3b Merge branch 'main' into Global-docker Nikhil Shrestha 2024-05-04 17:16:25 +0545
  • 7d1f75fcd5
    delete sql-dump file Saurab Shrestha 2024-05-04 10:21:45 +0545
  • e619912fd1
    Merge pull request #2 from jcbonnet-fwd/main jcbonnet-fwd 2024-05-02 20:01:34 +0200
  • e362b73d6d
    Merge branch 'feature/openailike-lmstudio' into main jcbonnet-fwd 2024-05-02 20:01:07 +0200
  • fab9699777
    Merge pull request #1 from zylon-ai/main jcbonnet-fwd 2024-05-02 19:42:24 +0200
  • dacca69003 feat: add support for customizable embedding model in OpenAI integration rajandangi 2024-05-02 22:53:27 +0930
  • 4472add3c2 Updated docker compose compatible for GPU Saurab-Shrestha 2024-05-02 17:32:29 +0545
  • 1963190d16 Updated the llm component Saurab-Shrestha 2024-05-02 10:58:03 +0545
  • 1e5b44368d Merge remote-tracking branch 'upstream/main' Steven Linn 2024-05-01 08:07:41 -0600
  • 7e2f93c564 Make more updateS Steven Linn 2024-05-01 08:04:54 -0600
  • a99b4ff1dd Merge branch 'main' of https://github.com/imartinez/privateGPT Daniel Hampikian 2024-04-30 08:32:59 -0700
  • 271db48e97 empty Daniel Hampikian 2024-04-30 08:32:41 -0700
  • bc343206cc Updated docker settings Saurab-Shrestha 2024-04-30 17:45:51 +0545
  • 9d0d614706
    fix: Replacing unsafe eval() with json.loads() (#1890) Patrick Peng 2024-04-30 15:58:19 +0800
  • e21bf20c10
    feat: prompt_style applied to all LLMs + extra LLM params. (#1835) icsy7867 2024-04-30 03:53:10 -0400
  • c65fdebbeb
    Delete local_data/private_gpt directory Saurab Shrestha 2024-04-30 12:57:11 +0545
  • 461d5afac0 Added pagination in chat history Saurab-Shrestha9639*969**9858//852 2024-04-30 09:52:27 +0545
  • 7c5604b82e Update settings.mdx martinzrrl 2024-04-29 17:04:52 +0200
  • f9a454861d Updated docker compose Saurab-Shrestha 2024-04-29 20:08:06 +0545
  • 659e0f1a9d update readme Yevhenii Semendiak 2024-04-29 16:09:17 +0300
  • 02e9b0e818 Add README description for app deployment Yevhenii Semendiak 2024-04-29 16:05:53 +0300
  • c922272e15 Build app target Yevhenii Semendiak 2024-04-29 11:54:45 +0300
  • e06a05e8fe Fix image build Yevhenii Semendiak 2024-04-29 11:51:13 +0300
  • 0cc64ca42e Fix workflow branch name Yevhenii Semendiak 2024-04-29 11:49:07 +0300