Nicolò Boschi
Nicolò Boschi
@tisonkun the issue is that if the pulsar-admin command exit with an error code, that stacktrace is printed out to the user. Will send a pr later today
@vietj in this project we run the integration tests using k3 (w/ kindcontainer). Since it's not possible to set the current context to the k3s docker, we inject the image...
In case you want to delete the namespace and this fix is not on the broker, the workaround is to manually delete the topics in the namespace created by the...
Same as @hamadodene @jankotek any idea? do you need other information/logs?
Even after the node restarts, the dirty topic schema should be updated otherwise you'll get ``` ERROR [CdcCommitlogProcessor:3] 2022-07-08 08:35:54,658 AbstractPulsarMutationSender.java:221 - Failed to get a pulsar producer org.apache.pulsar.client.api.PulsarClientException$IncompatibleSchemaException: org.apache.pulsar.broker.service.schema.exceptions.IncompatibleSchemaException:...
The error happens because Astra, in order to get the correct number of vector dimensions, perform a call to the embeddings (openAI). Since you don't have credits, it can't get...
Hey @jinchi2013 you can by-pass the collection check by setting `checkExists: false` ``` const astraConfig: AstraLibArgs = { token: '{{token}}', endpoint: '{{endpoint}}', collection: '{{collection}}', collectionOptions: { checkExists: false } }...
> @nicoloboschi Thank you. I don't want create a new collection. I want to use the existing collection. I tested the `checkExists: false`, and I'm getting a new error now....
@jinchi2013 The collection has been created with the wrong configuration and cannot be used for vertexAIEmbeddings. My suggestion is to ask to your colleague that created the table to use...
This is now resolved by https://github.com/langchain-ai/langchainjs/pull/5142 https://github.com/langchain-ai/langchainjs/pull/5170 https://github.com/langchain-ai/langchainjs/pull/5185