PrivateGPT 2.0 Windows Install Guide (Chat to Docs) CPU, OPENAI, GPU Configuration & Demo

preview_player
Показать описание
🚀 PrivateGPT Latest Version Setup Guide Jan 2024 | AI Document Ingestion & Graphical Chat - Windows Install Guide🤖

Welcome to the latest version of PrivateGPT! In this video, we'll explore the new features, including a sleek GUI web interface, LLM chat option using Mistral 7B, and the exciting Graphical Chat with Your Docs tab right in your browser. Windows install instructions for PrivateGPT.

🌐 New Features Overview.
Discover the power of PrivateGPT with its latest features. Dive into the intuitive GUI web interface, explore the LLM chat option, and learn how to engage in a graphical chat with your own documents. Unleash the potential of AI like never before!

🔨 Building PrivateGPT on Windows.
Ready to get hands-on? Follow our step-by-step guide on how to build PrivateGPT from the open-source GitHub repository on your Windows PC. We'll walk you through the installation process, making it easy for you to set up PrivateGPT on Windows.

🖥️ Configuring for CPU, GPU, or OPENAI API.
Tailor PrivateGPT to your preferences! Learn how to configure PrivateGPT to run on your CPU, leverage your NVIDIA GPU for enhanced performance, or integrate it with the OPENAI API for an even more powerful AI experience.

👍 Like, Share, Subscribe!
If you found this guide helpful, give it a thumbs up, share it with your friends, and don't forget to subscribe for more tech tutorials and AI insights. Stay tuned for future updates on StuffAboutStuff4045!

🔗 Links.

📌 Timestamps
0:00 Introduction to PrivateGPT.
0:30 New Private GPT Features Overview
1:20 Building PrivateGPT on Windows
6:55 Configuring PrivateGPT CPU, GPU, or OPENAI API

Like, Share, Subscribe!
Get ready to revolutionize your AI Document analysis with PrivateGPT! 🌐🤖💻
Рекомендации по теме
Комментарии
Автор

Hi Everyone,
I uploaded a new PrivateGPT v 0.4.0 build Video, This Video shows how to build PrivateGPT on Windows with Ollama support. Check it out on the link below.
🔗PrivateGPT 0.4.0 with Ollama Support.

🔗

stuffaboutstuff
Автор

to anyone who gets hit with this error:

ImportError: Local dependencies not found, install with `poetry install --extras llms-llama-cpp`

you need to continue adding the dependency errors it throws at you into the install command. since you cant install llms-llama-cpp, here is what you would use


poetry install --extras "llms-llama-cpp ui"

and continue adding any more it throws at you. for example, the next error i got said ImportError: Local dependencies not found, install with `poetry install --extras embeddings-huggingface`

so my next command was poetry install --extras "llms-llama-cpp ui embeddings-huggingface"

this kept going until the command that got it working was poetry install --extras "llms-llama-cpp ui vector-stores-qdrant embeddings-huggingface"

try to just keep adding the dependency names to the install command until it works

desperbamboo
Автор

Thumbs up man, really great demonstration. Thanks a lot, cuz helped a lot.

zwodrmw
Автор

Impressive. I loaded the instruction manual for my HAAS VF4SS mill (24meg PDF) and asked multiple questions about g-code. It gave correct answers every time.
I input some code and asked for a description of what the machine would do if I ran that code. Very detailed and correct answer. I am impressed.

Thank you.

P.S. I'm running the Mistral LLM and it's only taking up about 7gig of VRAM and is pretty fast with the answers.

jdholbrook
Автор

thank you for the explantation ! can we change the inteface design ?

marouahamdi
Автор

It works thanks for the sharing. Just a question...is it possible to increase/force the use of the GPU... mine only uses aroung/no more than 20% of the GPU capacity?

nunomlucio
Автор

I built this up for both the recommended ollama and llama. Ollama didnt seem to utilize much if any of the GPU and documents worked but were too slow to be useful. Llamma works much better. I am sure the ollama issues will be resolved and long term may turn out to be the better method but as of today the llama profile works better

Reality_Check_
Автор

If you get this error when using this command poetry install --with ui, local

Group(s) not found: local (via --with), ui (via --with)

Use this command

poetry install --extras "ui vector-stores-qdrant llms-ollama embeddings-huggingface"

You're Welcome :)

jcr
Автор

Heads up, things may have changed since this video was released.
Would you be able to recreate the process for installing privateGPT again?

GPTDavid
Автор

is it possible to "train" the private gpt by connection to own datasource/database of existing app, or document in own NAS ?
how?

hikpras
Автор

Improving performance using openai API key is not working on my PC. It does not give me answers when I try to ask questions. What do I do? Should I generate another API key?

wagaca
Автор

My system keeps saying im on Python 12.0 and wont complete the install :( . Any work around? I tried removing my version and installing 11.5.

minimal
Автор

Pipx not installing on Win10 (64bit). After I enter command " pip install pipx ", nothing happens and it reverts to " C:\WINDOWS\System32> " and awaits new commands.

Walker-shjh
Автор

please help ! 6:33, following everything step by step, but after >poetry install --with ui, local it says Group(s) not found: local (via --with), ui (via --with)

georgemgallo
Автор

Hi.
The part i typed (git clone https) it says git is not recognised. What should i do??

mrxtreme
Автор

Hello,

While executing the last code in order to open the app, doesn't showing something.

panteliskouridakis
Автор

not sure if theirs more i need to do followed step by step and pipx isn't recognized as a command in cmd.

uswvyry
Автор

Thank you. tired of looking for normal instructions

icjvfdh
Автор

Thank you so much! It took me a couple of tries, but following your instructions carefully proved successful! I just ran into an issue with CUDA when running the command:
poetry run pip install --force-reinstall --no-cache-dir llama-cpp-python
The filename, directory name, or volume label syntax is incorrect.

ofiasdfnosdf
Автор

6:39 after typing (privategpt) C: \pgpt \privateGPT>poetry install --with ui, local

I’m getting this error Group(5) not found: local (via --with), ui (via --with)

what should I do

eitaigameing