Sir, 1 Question When i apply Index = VectorStoreIndex.from_documents(document) to a large SQL Database file Its take more than 5hours and still its running the code and then I stop it from running. Sir, Please tell me whats the problem ? Does this create index of only pdf files ? And if we want to apply to sqlite database file how can we do it ?
TYSM Pradip for this wonderful tutorial. I have a question, how can we save the output of a loader? In my case, I have several URLs to feed and I want to save text data from those URLs after getting loaded by the llama_index loader.
@@FutureSmartAI Thanks! for the reply man. Previously it was working. But now, after loading the URLS, I get a list of objects but can't see the text data associated there in my debugger. What could be the probable reason for that?
Thanks for this quick short and to the point tutorial🛐🛐
You are doing so great with the videos - well done :) 7K subs!!!
Thanks so much! 😊
Hey I visited this Month Goa as Workation. I had watched your "Digital Nomad Life in GOA". I also stayed in Arambol.
Good Job on the video.
I have a question for you, is there a way to do this without an openAI key? a workaround?
Sir, 1 Question
When i apply Index = VectorStoreIndex.from_documents(document) to a large SQL Database file Its take more than 5hours and still its running the code and then I stop it from running.
Sir, Please tell me whats the problem ? Does this create index of only pdf files ? And if we want to apply to sqlite database file how can we do it ?
TYSM Pradip for this wonderful tutorial. I have a question, how can we save the output of a loader? In my case, I have several URLs to feed and I want to save text data from those URLs after getting loaded by the llama_index loader.
When you load docs from directory , you will get list of doc objects and it will have all info. Did you try printing what you got after loading?
@@FutureSmartAI Thanks! for the reply man. Previously it was working. But now, after loading the URLS, I get a list of objects but can't see the text data associated there in my debugger. What could be the probable reason for that?
@@ShrikantKadam-q6s These libraries are still new and unstable. Sometime when they upgrade to next version some things stops working
@@FutureSmartAI Yeah.. but it is fetching no data from the URL. I am new to this field so little bit confused.
Thanks for your efforts. i have a question, how can I insert list of documents to an existing index ?
Hi you can load existing index and it has insert method. check this gpt-index.readthedocs.io/en/v0.6.28/how_to/index/document_management.html
what is the difference between langchain and llama_index
Can you share code in git it helps with the video
Added in description
You should hide the open api key , someone will misuse it
Usually I delete that key later