Zelin P Peter
Zelin P Peter
> @PeterTF656 I downgraded flutter to v2.2.2,and i get the same error > `e: C:\src\flutter_windows_2.2.2-stable\flutter.pub-cache\hosted\pub.dartlang.org\arcore_flutter_plugin-0.0.11\android\src\main\kotlin\com\difrancescogianmarco\arcore_flutter_plugin\ArCoreView.kt: (245, 38): Object is not abstract and does not implement abstract member public abstract fun...
Dear Giandifra, thank you for making this plugin! I saw an issue back in 2019 that asked about ios platform compatibility. Are you planning to make this plugin work with...
> > Dear Giandifra, thank you for making this plugin! I saw an issue back in 2019 that asked about ios platform compatibility. Are you planning to make this plugin...
Dear all, this issue came back in python 0.4.20. @jeffchuber ``` collection.add( documents=[x["metadata"]["summary"] for x in data], embeddings=embeds_2.embeddings, metadatas=[x['metadata'] for x in data], ids=[x['uid'] for x in data] ) ```...
> @PeterTF656 if I understand you correctly - you want to use a lambda to read and write to the persisted DB? > > just a heads up that if...
> @PeterTF656 I see now. You could certainly use the python or JS client inside a lambda to talk to the backend hosted service. That would work fine. Thanks for...
> Thank you! @strangest-quark In you case, did you also upload a pandas layer as well? I am using langchain + chromadb (with no deps), but it shows that I...
> Not sure if anyone found a solution to this. You can import chroma using the chromadb-client package as a layer. But to query, you need the embeddings which blows...
@Foldblade Thank you for your response! here is a video showing what I was talking about: https://user-images.githubusercontent.com/71594839/159489254-6364e9be-9471-489f-97e7-ca2be8339684.mp4 It seems the border only occurs when the widget is clicked. BTW, I...
> I think our code supports amd64 platform, but we do not have the corresponding machine to build the wheels. [@sxtyzhangzk](https://github.com/sxtyzhangzk) can confirm this. Thanks for your response. So if...