Richard Hamnett

Results 43 comments of Richard Hamnett

Appreciate the reply. Still struggling to decode the messages coming from individual topics such as database_table_generic. Do you have a java example of using the binary decoder on a kafka...

Hello, thanks again for the reply. I am not sure the problem is that of the byte offsets, if I use the binarydecoder and a GenericDatumReader.Fixed type I am able...

I've created a full example class so it is easy for you to see what I am referring to: http://pastebin.ca/3385426 Any help appreciated

InsertMutation.avsc is here http://pastebin.ca/3385431 mypipe config used is here http://pastebin.ca/3385495

@mardambey thanks, would really like to get to the bottom of this!

Any update on this? I haven't managed to get any further. Thanks in advance @mardambey

``` File ~/opt/anaconda3/envs/autogen/lib/python3.11/site-packages/chromadb/utils/embedding_functions.py:133, in OpenAIEmbeddingFunction.__call__(self, texts) 130 texts = [t.replace("\n", " ") for t in texts] 132 # Call the OpenAI Embedding API --> 133 embeddings = self._client.create(input=texts, engine=self._model_name)["data"] 135...

OpenAI embeddings are not working because of a major change in the library

Realised this was coming from chromadb so upgraded to chromadb from git which fixed it: ``` pip install git+https://github.com/chroma-core/chroma.git ```

Something is wrong on testnet and devnet, things are working fine on mainnet-beta. This looks to be aproblem at the solana API end where it's not returning the metadata