Тёмный
sidoncloud
sidoncloud
sidoncloud
Подписаться
Data architecture , science , analytics & MLOps
Комментарии
@williamhailes673
@williamhailes673 Месяц назад
i love you i was stuck with this problem all day and night
@KingBeyu
@KingBeyu Месяц назад
Hello Instructor We're reaching out to discuss strategies to promote your Udemy course. With your expertise and the course's value, we see impactful ways to boost visibility and expand your audience.
@davidtindell950
@davidtindell950 Месяц назад
Thanks from a New Subscriber. Also, more 'FAISS" vids would be great, e.g.: faiss-gpu, faiss persist, fais etc.!
@astrologergaurav6099
@astrologergaurav6099 2 месяца назад
You sounds like sleepy through out the session
@nolatencyatall
@nolatencyatall 2 месяца назад
Hope i didn't make you fall asleep though, thats more important ;-)
@kickbuttowsk2i
@kickbuttowsk2i 4 месяца назад
Thank you
@kickbuttowsk2i
@kickbuttowsk2i 4 месяца назад
Thank you
@davidstone612
@davidstone612 4 месяца назад
"promo sm" 😥
@sreekanthgopi6285
@sreekanthgopi6285 4 месяца назад
How do you set a lower dimension? like 1536
@v5q211
@v5q211 5 месяцев назад
Can we use faiss to match and merge similar records in a dataset? Like csv file
@ABK6969
@ABK6969 5 месяцев назад
Thank you for providing the GitHub repo
@nolatencyatall
@nolatencyatall 6 месяцев назад
Great suggestion, I’ll try to come up with a video soon
@akshaysnimbalkar
@akshaysnimbalkar 7 месяцев назад
Amazingly articulated DE AWS Summary. Looking forward for more such content.
@limjuroy7078
@limjuroy7078 7 месяцев назад
Great tutorials!
@sheikhakbar2067
@sheikhakbar2067 7 месяцев назад
Thank you very much, I was looking for something just like that!
@jayhu6075
@jayhu6075 7 месяцев назад
I am very glad to have found your channel. Your explanations are very clear and understandable, especially regarding the Faiss vector database. Perhaps it would be possible to have a tutorial on how to develop an LLM app with Flowise and the Faiss vector database?
@Waflon
@Waflon 8 месяцев назад
Thank you so much!!!
@alokrm
@alokrm 9 месяцев назад
This is very informative if we are planning to use only palm2. We can skip the boiler plate codes if we use langchain or llamaindex. That can simplify the development process with few lines of code.
@deror007
@deror007 9 месяцев назад
Hi I have used your code for this and changed the images. To test the effectiveness of the program, I took an image from the database as a query image and ran the program. Ideally the top candidate image should be the same image as the query image, but for some images I get a totally different image with distance = 0. In fact for all my top candidates the image distance is 0. Why is this? BTW this is a very good and concise video.
@deror007
@deror007 9 месяцев назад
Nevermind, I solved the bug. I gave the wrong order of filenames in the data array in comparison to my imgs folders. I changed the logic for the code where I use glob to directly take the images in the folder and embed them. So the orders of the filenames changed. 👍
@nolatencyatall
@nolatencyatall 9 месяцев назад
@@deror007 - Sorry couldn't revert back sooner...glad you've resolved the issue
@aneerpa8384
@aneerpa8384 9 месяцев назад
Thanks for the information. Is there any way to store the category too in the FAISS DB and filter by category(tagging) before the similarity search for large data?