Want to connect? 💼Consulting: calendly.com/engineerprompt/consulting-call 🦾 Discord: discord.com/invite/t4eYQRUcXB ☕ Buy me a Coffee: ko-fi.com/promptengineering |🔴 Join Patreon: Patreon.com/PromptEngineering
@AchiniHewawitharana11 ай бұрын
This tutorial series is great ! Best one I found so far. Thank you for sharing this.
@gregorykarsten7350 Жыл бұрын
Great work. Excellent topic. Llama index opens up so much more possibility for RAG. Im very much interested in building a knowledge base. That gets added to on a daily basis. What do think of knowledge graph in this context
@anilshinde8025 Жыл бұрын
great video. Thanks. waiting for addition of Local LLM in the same code
@sanjaybhatikar2 ай бұрын
Outstanding video content
@vitalis Жыл бұрын
Super interesting, looking forward to the video
@engineerprompt Жыл бұрын
Thank you 🙏
@hassentangier3891 Жыл бұрын
Awesome Work, Like Always. Can you refer to documentation or video "on how to update the chromadb in this context"
@fuba44 Жыл бұрын
This was great, love this kind of content! ❤❤❤
@engineerprompt Жыл бұрын
Thank you 🙏
@arkodeepchatterjee Жыл бұрын
please make the video comparing different embedding models
@Kishorekkube Жыл бұрын
Self hosting? Seems interesting
@Rahul-zq8ep11 ай бұрын
Great I understood most of the explanation in video but Where is the RAG implementation in it ? I have also created a vector_store, storage_context, index etc when I was implementing chatBot with my data, but I am confused on how to implement RAG as an added functionality ?
@kdlin19 ай бұрын
Why is OpenAI API Key needed when it does not use OpenAI? Thanks!
@smoq20 Жыл бұрын
I always seem to run into the problem of exclusions when using vector similarity search for RAG. I.e. when you run a query for "Tell me everything you know about dogs other then Labradors." guess which documents will be returned as first 10 (assuming you have a lot of chunks)? Yes, about Labradors. Has anyone figured a way around that yet? I've been attempting to filter out results if queries include exclusions with additional LLM passes, but only GPT4 seems to have enough brains to do it correctly. PaLM 2 gets it right in 50% of cases.
@saikashyapcheruku61039 ай бұрын
Is there a way to bypass the rate limit error for openai api? Additionally, why is the openai being used even after specifically mentioning the service context?
@shubhamanand9095 Жыл бұрын
Can you share the full architecture diagram
@hiramcoriarodriguez1252 Жыл бұрын
is this a LangChain competitor library?
@engineerprompt Жыл бұрын
Yes
@memsSudar9 ай бұрын
hey i have question as we have injested our data to the vector db how do retrive answer without runnin the injestion code all the time
@chrisksjdvs6037 ай бұрын
setting up the vector store as persistent should help like he says in the video. Once you have your data stored you just need to load the vector store to communicate with the data if I understand it correctly
@toannn6674 Жыл бұрын
I have 2 million data chunks of text, i was used db chroma but it didn't work. Can you help me?
@scorpionrevenge9 ай бұрын
I keep receiving this error : cannot import name 'Doc' from 'typing_extensions' I am trying to run your codes on jupyter notebook environment. Can you please help and let me know how to create a vector db?
@srikanth110726210 ай бұрын
Would like to have a video on local download model ( llama2 ggml/gguf ) using llamaindex to build rag pipeline with chormadb. Thank you for videos its helps a lot.