Please subscribe to Bitfumes channel to level up your coding skills. Do follow us on other social platforms: Hindi Channel → www.youtube.com/@code-jugaad LinkedIn → www.linkedin.com/in/sarthaksavvy/ Instagram → instagram.com/sarthaksavvy/ X → x.com/sarthaksavvy Telegram → t.me/+BwLR8bKD6iw5MWU1 Github → github.com/sarthaksavvy Newsletter → bitfumes.com/newsletters
What hugging face embeddings model have you used? Wouldn't it be better if you had shown how the embeddings are created and look ? from the current video, it does not seem clear how to get the embeddings.
Great teaching method. How would it be possible to use docker and fastapi in this project? I'm trying but I don't know where to start. thank for the video!!
hey actually i an very new to all these software, ai stuff, so i wanted to know what is that environment that you are using at time 2:25 ......i mean is it a software that i need to download or is it some kind of python running terminal?? btw appreciate the simplicity of your explaination....really helpful for complete beginners
You can imagine virtual environment is just a folder in which all the python setup, libraries installtions and all the project files are included. That means, we don't refer to anything outside that environment (the folder) for the project execution.
Please subscribe to Bitfumes channel to level up your coding skills.
Do follow us on other social platforms:
Hindi Channel → www.youtube.com/@code-jugaad
LinkedIn → www.linkedin.com/in/sarthaksavvy/
Instagram → instagram.com/sarthaksavvy/
X → x.com/sarthaksavvy
Telegram → t.me/+BwLR8bKD6iw5MWU1
Github → github.com/sarthaksavvy
Newsletter → bitfumes.com/newsletters
Amazing video, thank you for the information it was super useful and brought me to langchain as well!
Basic example, but good explanation 🙏 Thanks
thanks bro
please suggest what next I can create video on
What hugging face embeddings model have you used?
Wouldn't it be better if you had shown how the embeddings are created and look ?
from the current video, it does not seem clear how to get the embeddings.
Great teaching method.
How would it be possible to use docker and fastapi in this project? I'm trying but I don't know where to start.
thank for the video!!
How can I store my embeddings I need to generate embeddings every time I run this code ?
you can store into any vector database
so do you need to replace
pattern if it is there in document?
yes you have to do that
Why not use ollama an an opensource embeddings model and be fully local?
yeahh we can do that too
hey actually i an very new to all these software, ai stuff, so i wanted to know what is that environment that you are using at time 2:25 ......i mean is it a software that i need to download or is it some kind of python running terminal?? btw appreciate the simplicity of your explaination....really helpful for complete beginners
vscode
You can imagine virtual environment is just a folder in which all the python setup, libraries installtions and all the project files are included. That means, we don't refer to anything outside that environment (the folder) for the project execution.
Hi can please tell me what is your python version?
it is python 3.12
@@Bitfumes okay, thanks for your support