Thomas Hagen

Results 6 comments of Thomas Hagen

I have the exact same problem (using 0.6.2). Spheres always collide with a ConvexPolyhedron, but boxes will not collide at certain locations. Basically, I have created a plane with a...

While running the example in issue #544 (after changing from gpt_index to llama_index and by using flan-5g-small) I get the following error: ValidationError: 1 validation error for OpenAI __root__ Did...

I post the updated example from issue #544 here for completeness: ```python from llama_index import SimpleDirectoryReader, LangchainEmbedding, GPTListIndex from langchain.embeddings.huggingface import HuggingFaceEmbeddings from llama_index import LLMPredictor import torch from langchain.llms.base...

@KAMIENDER It seems that you do not need the api key while passing llm_predictor to GPTListIndex.load_from_disk ?

> > @KAMIENDER It seems that you do not need the api key while passing llm_predictor to GPTListIndex.load_from_disk ? > > No. I use GPTTreeIndex, it also needs the key...

Similar error. Current SDK version is 0.16.1 2023-12-30 21:07:18,143 INFO MainThread:3025339 [wandb_init.py:init():614] starting backend 2023-12-30 21:07:18,143 INFO MainThread:3025339 [backend.py:_multiprocessing_setup():105] multiprocessing start_methods=fork,spawn,forkserver, using: spawn 2023-12-30 21:07:18,153 INFO MainThread:3025339 [backend.py:ensure_launched():206] starting backend...