-
### Checks
- [X] This template is only for feature request.
- [X] I have thoroughly reviewed the project documentation but couldn't find any relevant information that meets my needs.
- [X] I have sea…
-
I see some indentation issues
when calling a function that's defined like so:
```groovy
def myFunc(Map args=[:]) {
println args.foo
println args.bar
println args.baz
}
```
and…
-
# Bug Report
**Confirmation:**
- [X] I have read and followed all the instructions provided in the README.md.
- [X] I am on the latest version of both Open WebUI and Ollama.
## Expected Beha…
-
Describe the bug:
In the QR Code Reader card, the word "Node" and "Library" are split across two lines. The word "Library" overlaps with "HTML," making it difficult to read.
To Reproduce:
Steps t…
-
### Discussed in https://github.com/orgs/langfuse/discussions/4197
Originally posted by **ngamolsky** November 12, 2024
Currently, when using the [`n` parameter](https://platform.openai.com/do…
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I have one document on which implemented RAG pipeline. But i found that i need to custo…
-
Consider that splitting might be different from extracting.
- Splitting: aaa[bbb]ccc => [aaa] [bbb] [ccc]
- Extracting: aaa[bbb]ccc => [aaaccc] [bbb]
-
let __csvParser = TinyCSV.Coder()
let test = "\"ABC\",123,123,\"\",\"ABC\",\"\",\"\""
let t3 = __csvParser.decode(text: test, delimiter: ";").records.first ??…
smhk updated
2 months ago
-
# Motivation
- Current test text examples focus on Chinese, Japanese, Korean and English
- Since I can only speak Chinese, Japanese and English, if you your use cases meet splitting error, please re…
-
**Is your feature request related to a problem? Please describe.**
Yes and no, it is somewhat of a niche case. The current implementation of document processing in LangChain4J, specifically in handli…