-
**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…
-
To reproduce:
* Use the latest version of Draft (i.e., one that includes https://github.com/facebook/draft-js/commit/634bd297f1646934087051b1149164b01a09a136)
* On a recent Android phone with GBoa…
-
Is there any way to diarize only without splitting the text in sentences? I just tried to erase the code for audio splitting, but this didn't work. I am a noob in coding and don't know what I am doing…
-
# Problem
To better understand how `MPI_GET_HW_RESOURCE_INFO` complements the guided splitting mode of `MPI_COMM_SPLIT_TYPE`, put an actual code example.
# Proposal
Provide an example.
…
-
I have been working with Parler TTS and encountered an issue where I am unable to generate audio longer than 20 seconds. Despite trying various methods, such as streaming and splitting the text into c…
-
When splitting a long text that has no spaces using `splitTextToSize()` on a predefined width, it splits at the wrong length causing the text to get out of bounds.
![image](https://github.com/paral…
mmghv updated
1 month ago
-
**Is your feature request related to a problem? Please describe.**
The current chunking method can split text into parts that are too long for the model, leading to reduced quality, skipped words, or…
-
Things that affect RAG performance:
- Text Splitting
- ...
```[tasklist]
### Tasks
```
-
- [x] when splitting, all translated text, references, and everything else should by default remain on the **original segment**
Currently they are appearing on the new segment, eg.:
Old:
```
…
-
Thank you for creating a great application, if possible can you support Vietnamese language? I found there is a Vietnamese model that can run Vietnamese very well https://huggingface.co/capleaf/viXTTS…