Learning ChatGPT, Midjourney and AI just got way easier. Check out the ultimate AI learning platform. bit.ly/skillleapai
@rogerkovac3732 Жыл бұрын
What CPU you use, how many Memory we need ? my friend need up to 1 minute for one answer.
@1Sniper66613 ай бұрын
@@rogerkovac3732 i was expecting that.
@1Sniper66613 ай бұрын
@@rogerkovac3732 Operating System: Windows 10/11, macOS, Linux (64-bit) Processor: 6-core or 8-core CPU (Intel i7 or Ryzen 7 equivalent) RAM: 32 GB (minimum 16 GB) Storage: 100 GB free space, preferably on an SSD GPU: NVIDIA GPU with at least 8GB VRAM (if using GPU) Python: Version 3.7 or higher
@hadeltuch Жыл бұрын
the requirements.txt is no longer in the ZIP... :( What should i do know?
@akki_the_tecki Жыл бұрын
for that you have to pip install poetry -> poetry run python scripts/setup
@techpchouse9 ай бұрын
hey thank you, but it didn't worked for me, when I add the command line "pip install poetry" @@akki_the_tecki
@TheSilentLooters8 ай бұрын
@@akki_the_tecki poetry run python scripts/setup poetry : The term 'poetry' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + poetry run python scripts/setup + ~~~~~~ + CategoryInfo : ObjectNotFound: (poetry:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
@TheSilentLooters8 ай бұрын
@@akki_the_tecki python -m poetry run python scripts/setup Poetry could not find a pyproject.toml file in "path" or its parents
@davidaliaga47087 ай бұрын
I suspect this is an old version. I read the docs and it seems the project now uses poetry and not pip so no requirements anymore. Instead there is the pyproject.toml
@InfiniteMaster-l4b9 ай бұрын
this link don't match to what he has shown and there is no folder .txt so some errors pop up.
@HernaniSamuel Жыл бұрын
PS C:\Users\User\Desktop\privateGPT> pip install -r requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
@davidaliaga47087 ай бұрын
Is this a tutorial about an old version of privateGPT? because not only the installation with pip is not supported anymore but now there are makefiles to run things it seems
@wolframdanielh.4132 Жыл бұрын
Hello, I am stuck at the "Enter a query" prompt, receiving this error message: "Index not found, please create an instance before querying". Can you please help?
@martysausville7859 Жыл бұрын
\privateGPT> pip install -r requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' it looks like the 'requirements.txt' is not there. Any thoughts on how to get past this?
@davidaliaga47087 ай бұрын
I suspect that now the system uses poetry not pip and therefore no requirements anymore. Google poetry (python) to see how to install dependencies using poetry
@javierjp8549 Жыл бұрын
the requirements.txt file is no longer available
@mohorbanerjee5457 Жыл бұрын
Could you find any solution yet?
@javierjp8549 Жыл бұрын
@@mohorbanerjee5457 no
@drkmtr9538 Жыл бұрын
Hi Authors, I have questions. during pip install -r requirements.txt, I'm unable to install the requirements file as it not available even I'm try to locate it. No luck. I run on Windows 11, the installation is similar to yours. Hope hearing news from you soon
@javierjp8549 Жыл бұрын
same, did you find a solution?
@ittrallion26858 ай бұрын
same to did u find a solution? @@javierjp8549
@This_n_that694 ай бұрын
@@javierjp8549 The file simply isn't there, can't find it in any of the versions, hence this "how to" is invalid
@morris5648 Жыл бұрын
I developed and implemented a web-based version several months ago. Always amazed by all the changes we are experiencing. Where is your env?
@cfwebdeveloper9 ай бұрын
Looking at doing the same. Do you mine to share your source code? If not that's cool I can just code it lol
@ysaleh74 Жыл бұрын
How easy installation in KZbin BUT in real life its hard as hell
@schweizer93 Жыл бұрын
The struggle is real. But definitely easier using WSL instead of bare Windows. But still there are some dependency errors to fix, it's clearly (as stated in README) not production ready... :D
@immythz_real Жыл бұрын
Anyone have any suggestions for fixing the error I'm getting when running "pip install -r requirements.txt" (note: I've tried running "pip3 install -r requirements.txt" and get the same error) ERROR: Failed building wheel for llama-cpp-python
@cybersamurai99 Жыл бұрын
I am stuck on this one as well, but I know its related for not having a c++ compiler on windows. Make sure you change on your ".env" file the following line MODEL_TYPE=LlamaCpp Also try to run everthing from a virtual environment, as this will reduce the chances of error. Make sure you are logged in as Admin, or when you run command it will not write to files on Windows root directories PrivateGPT only runs on Python version 3.10 or more. Make sure you are using python3 when building the application py -3 -m pip install -r . equirements.txt If you discover how to fix the issue please post here :)
@visiblemaker Жыл бұрын
@@cybersamurai99 Stuck at the same step, but I get the error, that pip is not a Cmdlet, a function, or script file.... Any thoughts on that? Have Python 2023.6.1 installed. Edit: Installed Python 3.11.4 from the website, doesn´t seem to change the error. Installed it in Visual Studio before (version 2023), but that seems not to be enough. Am I missing something? (On Win 10, PC) Edit2: Ok, after downloading Python from the Microsoft "Appstore", it finally worked.
@visiblemaker Жыл бұрын
Ok, now I made the install run, but got the same ERROR: Could not build wheels for llama-cpp-python, hnswlib, which is required to install pyproject.toml-based projects Is it needed, or is it all ok, because its using GPT4ALL, not LlamaCpp ?
@ΚΩΝΣΤΑΝΤΙΝΟΣΠΑΠΗ Жыл бұрын
you have to install clang and after that it will work i had the same issue and i fixed it with that also do a lot of reboots after installations ...
@visiblemaker Жыл бұрын
@@ΚΩΝΣΤΑΝΤΙΝΟΣΠΑΠΗ Thanks a lot! Will try that out.
@hikpras895 ай бұрын
is it possible to "train" the private gpt by connection to own datasource/database of existing app, or document in own NAS ? how?
@MrSoberArt6 ай бұрын
Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
@rileydunnaway227711 ай бұрын
@Howfinity I receive an error saying that "No sentence-transformers model found with name sentence-transformers/all-MiniLM-L12-v2. Creating a new one with MEAN pooling". It then times out because I need to run this offline. Any answers?
@KrishnaVijayan Жыл бұрын
Hi, i installed everything and the code runs..but after entering the query, im not getting any response..whys that? I waited for hours..
@isaacerickson6312 Жыл бұрын
Me, too. Does anyone have a solution for this? I'm using Windows and VS.
@asherhaque9981 Жыл бұрын
this doesnt work. after installing multiple missing libraries it gets stuck at ValueError: You are using a deprecated configuration of Chroma.
@nomorecookiesuser2223 Жыл бұрын
Why do you need VS? I am not seeing a reason for that route.
@supermankelly Жыл бұрын
It's VSCode and you don't. Can be done all at command line as long as you have Python and Git installed.
@pauliusz890 Жыл бұрын
Does anyone know if this works only with English language?
@schweizer93 Жыл бұрын
I'm not even sure yet he understands English. I am only getting stuff like this back "I don't have enough information to answer that question as it's not clear what the context is referring to or if there are any specific details provided in relation to a topic." 😂
@Thee_such_place8 ай бұрын
can you use wsl (windows subsystem for linux) for windows?
@ahmedkamal9695 Жыл бұрын
Can you guide me change llamacpp parameters to reduce time of query
@liyam7 ай бұрын
i thought git comes with your visual studio installation instruction
@cybersamurai99 Жыл бұрын
SO what is the secret to build it without getting any errors, because I am constantly getting llama-cpp-python error. Does anyone know how to solve this on either linux or window? Edit: the secret is to use venv or coda to build your code 👌
@williamblair1123 Жыл бұрын
I ran chatdocs which is based on privategpt in a docker container. seems to run well too.
@Jhjh7724 Жыл бұрын
Sounds like a c++ compiler issue
@mrxtreme0059 ай бұрын
How to add our data to private gpt?
@rosalindhb Жыл бұрын
Definitely not beginner friendly. I'm getting all sorts of errors. 😂
@williamangeles9761 Жыл бұрын
Sounds like me😂😂😂
@Deditzy. Жыл бұрын
Yo, I closed up shop for today, 6 hours sunk and still errors!
@gmog785711 ай бұрын
why is my prompt different from yours?
@superturro Жыл бұрын
Only works in English? I mean the files must be on English? The questions also should be formulated on English ?
@dukezacks Жыл бұрын
Does it only work on Windows 10?
@Horizon-hj3yc9 ай бұрын
[sarcasm]Very user friendly, everybody can install and use it, my wife, my kids, grandma, anyone, even my neighbors.[/sarcasm]
@omirek2 Жыл бұрын
I installed Visual Studio Code, and it's not recognizing the 'git' command [EDIT] Well, that was nothing, quick fix. However, can't install all of the dependencies, because of some C++ compiler error. Tried 2 solutions already, and not going forward...
@trystonkincannon83208 ай бұрын
Install C++ make sure it is configured so it set up with python. If not, uninstall python, and make sure you have the most recent version of both programs.
@davidaliaga47087 ай бұрын
are you sure git is installed?
@randomscandinavian60949 ай бұрын
I give up. I have yet to find any step-by-step tutorial on anything involving python that works on my Mac. It's absolutely impossible. This time I got a full 4 minutes and 20 seconds in before any error messages which I think is a new record for me. 😕
@ilidiovitoriano10 ай бұрын
There are many many steps missing on this instruction. Packages are missing, as is the requirements.txt from the repository. This video need update.
@fireframe8327 Жыл бұрын
it's not working for me :( i'm stack on the "enter a query" step, i never receive an answer :(
@wolframdanielh.4132 Жыл бұрын
Do you also get an "Index not found"-error? Did you resolve it, in the meantime?
@CostasSachpazis Жыл бұрын
Great Guidance! Thank you! Btw: I got this message ==> UnicodeDecodeError: 'charmap' codec can't decode byte 0x9f in position 15350: character maps to Any help, please?
@AliHamza-wh2ch Жыл бұрын
can anyone help me whenever i put this command pip install -r requirements.txt after some times i got an errro od meta failed
@gianlucaangioletti2384 Жыл бұрын
Is it possible to install more than one llm and use all of them at once?
@trystonkincannon83208 ай бұрын
Yes, but you need additional software, unless you want to go thought the tedious process of having to verify everything by hand and key, just to get 10 step in. However I am no expert.
@ozanpress Жыл бұрын
This is more complicated than that. You would need C++ complier, python, Visual Studio etc etc.
@PMe-my1td3 ай бұрын
hmmmm theres no requirements file
@sol20051 Жыл бұрын
Mine looks nothing like that. Windows.
@motarek77 Жыл бұрын
funny how it all seems so easy. In reality, this is a nightmare.
@jcr47459 ай бұрын
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 :)
@jesuis_jo Жыл бұрын
It works, but it is slow and the results are not good enough. Nice to try for understanding and learn but not useful to work with from my humble point of view.
@fahrularfandi9670 Жыл бұрын
isn it depend on the PC specs ?
@dragknot777 Жыл бұрын
*Some extra steps I took:* 1. Install Visual Studio. Not the Code. Just the Visual studio. Then install C++ development environment from there. 2. When ingesting, run python ingest(dot)py This guy wrote *python3* instead of *python*, which didn't work for me. python3 might be the code for your environment. But for me, that was just python Note; add an actual fullstop where I said (dot) .
@morris5648 Жыл бұрын
the dude used a Mac. Windows and Linux are different.
@dragknot777 Жыл бұрын
@@morris5648 ohh
@DanSpartacus Жыл бұрын
Visual Studios layout is completly different for me
@supermankelly Жыл бұрын
This is "Visual Studio Code" not "Visual Studio" which may be your issue. He did say the latter by mistake.
@daixtr3 ай бұрын
Why will one subject oneself to torture over the setup hell that goes with private-gpt, when it is a simple mouse click click next done in GPT4All way of setup.
@iamfreeareyou681 Жыл бұрын
Great for people who know anything about CMD and how to use it, not so good for the regular users who need an EXE installer and a GUI.
@fakefinder23338 ай бұрын
not workin, man!!!!!
@TheUnrealabc Жыл бұрын
Nice info!
@DonStrenz7 ай бұрын
3 minutes in, we find out this is for installing on a MAC 😞
@amparoconsuelo9451 Жыл бұрын
I've watched tons of videos and do not understand.
@supermankelly Жыл бұрын
We need an AI which finds tutorials at our level and on our OS lol
@TheRockMoved Жыл бұрын
Mac. Yup
@frankjaspal5684 Жыл бұрын
looks easy until you start installing
@mryanmarkryan Жыл бұрын
I'm half way through this, and you are still talking about requirements and where to get python. I think your course would be better served to assume that anyone tackling privategpt would already know about git, python, requirements file, and their environment. You could make separate videos on those topics and reference them. But so far I haven't learned anything about privategpt. Just meant to be constructive criticism.
@Howfinity Жыл бұрын
But it’s only a 10 minute video and my entire channel is design for beginners. After making a 1000 videos, I can’t ever made assumption of previous knowledge. I’ve tried and it helps a lot less people.
@mryanmarkryan Жыл бұрын
@@Howfinity I Understand. I was making the suggestion though that you can do a separate video on the installation stuff that is generic and then focus your video on the actual topic. You can then just suggest they watch the setup video and then move on to your topic. I'm sure you will make more videos. Appreciate it!
@inlovewithi Жыл бұрын
Not everyone trying this works with python and Visual Studios on a daily basis. I'm familiar with them, from years ago. I don't have them install in my computer, and this has been the easiest to follow tutorial.
@StringerBell2 ай бұрын
Most boring tutorial ever. 10 minutes how to install the app without showing the end result and real-life use-cases.
@exuno11078 ай бұрын
This tutorial is not only outdated but fraught with errors. The links have expired, the commands have changed, and the recent updates make following this frustrating and irrelevant. AVOID
@redmimic5532 Жыл бұрын
FJB
@kingjae1498 Жыл бұрын
This just seems lazy...ChatGPT I get because it does way more....if its your private documents you should know what u wrote and where it's stored....outside of the legal profession or industries that I'm ignorant about..just seems like one them things that's not gonna get used much but they throw in the bundle as a selling point...like the random stuff on Adobe..you only really need 2-3 things in it
@Styrofoamiskindabad Жыл бұрын
No because some people need to use it to search through their documents during exam and exams have no Internet access
@ozanpress Жыл бұрын
I think this is not a search tool to make search within your documents. online chatGPT is limited with tokens you can enter into chat window and what if you want to analyze some 500 pages long document and play with it?
@rodjack1378 Жыл бұрын
Wwhhhaaaaa ??
@Computerhghghghg4 ай бұрын
This is outdated video.
@gh975223 Жыл бұрын
any instructions on how to get this working in a BSD jail AKA TrueNAS 12.3.4 @Howfinity
@737cl9 Жыл бұрын
Anyone can help please.!! I am not able to install it on local PC. (missing requiremetns.txt and examples.env)
@PanoKouPerano8 ай бұрын
privateGPT> pip install -r requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' it looks like the 'requirements.txt' is not there. Any thoughts on how to get past this?????