MakkiNeutron

Results 3 comments of MakkiNeutron

You are right Altimis, i tried everything but in colab and even anaconda i could not find solution of this 'cannot import name 'query_tweets' from partially initialized module 'twitterscraper' '

EAYoshi hi index_creator = VectorstoreIndexCreator( vectorstore_cls=FAISS, embedding=llama_embeddings,text_splitter=CharacterTextSplitter(separator = "\n",chunk_size=500, chunk_overlap=100)).from_loaders(PDFs_loader) i need save vectors of multiple pdfs in my usecase, so i am saving by this index_creator.vectorstore.save_local('loca') is this correct?...