-
Hello, I am using `runStreams` in my [tests](https://github.com/jacobBaumbach/kafka-stream-session-example/blob/master/src/test/scala/exampleSpec.scala) to see whether my KTable is accurately tracking…
-
It occurred to me that we don't have a document detailing the coding conventions we use. So I though we can have a github issue where we discuss them and perhaps develop new ones. Here are some of the…
-
When accessing an elastic search index using ELAND via an index query like:
```
el_df = ed.DataFrame(es_client=es, es_index_pattern='my_index-2021.06.21')
el_df[el_df['key'] == 'value']
```
It re…
-
Hi,
I'm facing the following issue when trying to chat with Ollama:
```
04/17/2024 01:13:07 PM utils.py 273 : Failed to get max tokens for LLM with name gemma. Defaulting to 4096.
Trac…
-
As a part of this issue, we have to kill the mutation listed below and remove the suppression from [pitest-javadoc-suppression.xml](https://github.com/checkstyle/checkstyle/blob/master/config/pitest-s…
-
From http://books.couchdb.org/relax/design-documents/views
> _Map functions_ are side-effect-free functions which take a document as a
> rgument and emit key/value pairs. CouchDB stores the emitted r…
janl updated
14 years ago
-
I'm trying to use other models besides openai in your example code but I'm just getting a response back "invalid model". I've only tried with anthropic and perplexity so haven't set any of the other m…
-
Now away from Twitter, where insane data rate might not be the problem, I'd like the ability to have stricter semantics on sumByKey.
Right now, we don't guarantee that each value into a summer emits …
-
2016-11-30 11:00:03,409 INFO [main] scheduler.DAGScheduler (Logging.scala:logInfo(54)) - Job 0 failed: saveAsTextFile at SparkKNN.java:77, took 6.788135 s
Exception in thread "main" org.apache.spark…
-
BehaviorSubject is quite annoying as it is hard to get the value out of it, all because the stream could not yet have been emitted.
What if we make a new Subject that behaves like a behavior subjec…