aaishikdutta
aaishikdutta
Hello @martaquintana, setting restitution using setRestitution adds bounciness and not friction. What you're looking for @AnaCoda can be done using: ``` var sceneEl = document.querySelector('a-scene'); sceneEl.querySelector("#a-plane").body.setFriction(0.8); ``` Also, a pointer...
@cachho @taranjeet the chroma db docs mention this : This will ideally delete the collection. The problem is we create collection only when the app is instantiated and trying to...
@big-analytics @xihuishawpy please check the above PR, you can use Azure OpenAI as following: 1) In addition to OpenAI key add API base in environment as : OPENAI_API_BASE 2) add...
@cachho this was closed with wording changes in a separate PR #219 as there was no activity on this. I think we can close this PR
@gasolin, I have mapped WebPageChunker to site_map as well. It works on my local. Can you please paste your code so that I can reproduce.
all good @gasolin. Let me know if you find any other issues in this.
Hey @cachho are you referring to this syntax. Sorry, haven't worked with these sitemaps previously: 
> Looks good. Can you please resolve the merge conflicts and run `make format` to the code based on repository guidelines? Thanks! updated @deshraj > Please add config and run...