udayvakalapudi

Results 2 comments of udayvakalapudi

Where should I make this change? Please provide detailed steps. I have implement this using the below link, but Weaviate VDB. # https://github.com/run-llama/llama_index/blob/main/llama-index-packs/llama-index-packs-raptor/examples/raptor.ipynb

I am also facing the same issue with llamaindex-raptor pack. `vector_store = WeaviateVectorStore(weaviate_client=vdb_client, index_name="RaptorIndex", text_key="text") retriever = RaptorRetriever( [], embed_model=embed_model, # used for embedding clusters llm=llm_model, # used for generating...