Siddharth Shukla

Results 4 comments of Siddharth Shukla

> Does this always happen for you? Is it easy to reproduce? yes, it's happening always. I have not seen the indicator even once. is there some setting to enable/disable...

did you solve your error? i am having same issue. ``` from llama_index import LLMPredictor from langchain.llms import AzureOpenAI from llama_index import LangchainEmbedding from langchain.embeddings import OpenAIEmbeddings from llama_index.indices.query.query_transform import...

> Hi! I am using lambda image container (has a size limit of 10GB) now. Took me a while but overall it was manageable. How did you do that? I...

> @PeterTF656 Faced the same issue. I instead created a layer ignoring all chroma dependencies using `--no-deps` and installed just the ones my app needed. That way it does not...