James Brotchie
James Brotchie
Thanks so much for adding this @mtronci and to all reviewers 🙏
Unit tests are failing because our genai Python package isn't a dependency. Will sort this out tomorrow.
> lgtm overall > > again, notebooks would probably help for discorverability, but if you dont want to add just yet that's also fine - just lmk! happy to do...
We encountered this same issue: MathJax.js isn't being included in the embedded iframe. I can't find an obvious way for a Discourse plugin to inject scripts into the embedded thread...
https://github.com/hwchase17/langchain/pull/3575 merged yesterday.
https://github.com/hwchase17/langchain/pull/3575 merged yesterday. Supports PaLM's Text, Chat, and Embeddings APIs.
Copy of the response I wrote on Reddit. I've added some annotations to the website now if you click the button all the way down the bottom. Namely these links:...
Thanks, was working fine on Linux, never tested on OSX. I'll check that this change doesn't break Linux support. If so, then perhaps there's some way of conditionally adding the...
Thanks for the feedback! I figured `NSString` object immutability would mean that substring operations, etc would back onto the original character buffer; it turns out that is not the case....