kwkr

Results 28 comments of kwkr

Before using a specific barcode format look for its specification. In case of ITF-14 it must be exactly 14 digits long. Otherwise it won't show.

> Would be good to add to the docs page for hnswlib the bit about needing Vscode if installing on windows, something like here https://github.com/cocktailpeanut/dalai#step-1-install-visual-studio I added a hint [here](https://github.com/hwchase17/langchainjs/pull/1036)....

Is anyone working on this @danny-waite, @nfcampos ?

> Hey @kwkr I was trying to get around to it, but didn't have chance as yet, so feel free to jump on it. I'm happy to help if necessary...

It looks like the persisting logic is currently [not available](https://github.com/chroma-core/chroma/blob/abdf9b56d2fd4da45862faa1940a99cd2298ea03/clients/js/src/index.ts#L378) on the JS Chroma client that this library uses.

@nfcampos I'm not sure whether this issue refers exactly to the PR. The Python implementation has two distinct classes, `SimpleSequentialChain` and `SequentialChain`. I only implemented the `SimpleSequentialChain` in the mentioned...

Yeah, I would be happy to help. How should I proceed with this? Do I just start working on it or should some issue first be created or this one...

Hey @itedwards! I wanted to give the implementation of it a shot. Could you provide me some more details for an example use case? As I'm looking at the current...

@DarylRodrigo I just run this code using `v18.15.0` and it works. The only change to the code you provided was adding `openAIApiKey` to the constructor. Do you have any more...

Could you assign it to me @nfcampos ? I would like to start working on it.