You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NullPointerException: Cannot invoke "Object.toString()" because the return value of "java.util.Map.getOrDefault(Object, Object)" is null
at ai.langstream.agents.vector.cassandra.CassandraWriter$CassandraVectorDatabaseWriter.lambda$initialise$0(CassandraWriter.java:103)
I also would need to find when the configuration will be null
The text was updated successfully, but these errors were encountered:
VectorDatabaseWriterProviderRegistry
think
store.createImplementation(configuration);
needs to bestore.createImplementation(conf);
Issue:
I also would need to find when the configuration will be null
The text was updated successfully, but these errors were encountered: