aaishikdutta

Results 8 comments of 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: ![Screenshot_2023-07-07-08-31-06-41_40deb401b9ffe8e1df2f1cc5ba480b12.jpg](https://github.com/embedchain/embedchain/assets/107566376/aa3c83a4-fad9-4ee9-a342-a1fc4f529bee)

> 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...