-
```
import requests
import json
# URL-ul serverului Teprolin
url = "http://127.0.0.1:5000/process"
# Textul pe care dorim să îl procesăm
text = "Ion și-a cumpărat o mașină de tuns iarba de_l…
-
I am using the Python bindings and noticed that text-splitter is running on one core only. I think it would be great to allow for an option to use all available CPU cores (at least for character-based…
do-me updated
3 months ago
-
### Geht deine Idee aus einer Problemstellung hervor? / Is your feature related to a problem?
Some features might require i.e. an arbitrary number of strings as input. Currently this can be done by h…
-
Thinking on it I don't know if I like auto splitting the text so students don't have to learn about \n or \r \n.
That's a very small thing a teacher can handhold people through and isn't a big deal…
-
After #4557 is done. We should continue on this one.
### 1.2 Add Microservice Embedding Endpoints and embedding model setup
- **Implement API endpoint to:**
a. Split texts into chunks
…
-
Hi Greg,
Thanks a lot for you work!
I want to share with more optimized version of your function `combine_sentences` from the [tutorial about text splitting](https://github.com/FullStackRetrieva…
-
Hi,
Linebraks are not rendered in the contentful-rich-text-vue-renderer. We tried something like this:
```
text: ({ marks, value }, key, markRenderer) => {
**const textWithLineBreaks = va…
-
Suggest splitting text into multiple paragraphs.
![image](https://github.com/maelstrom-research/Rmonize-documentation/assets/63811507/be010bfb-4179-4ec8-9011-355b16c4d9c0)
twey2 updated
6 months ago
-
I have separately been developing the `unigame` framework, which carries the "any" aspect of `anyCards` further (basically supporting any game that has players taking turns). This is made possible by…
-
**Summary:**
Feature focused on creating a Custom Knowledge Source feature in StackSpot AI for text-based Knowledge Objects. This feature allows users to upload or manually insert textual content, wh…