-
### Bug
LocalFileStore tries to treat Document as byte
```
store = LocalFileStore(get_project_relative_path("doc_store"))
parent_splitter = RecursiveCharacterTextSplitter(chunk_size=2000)
…
-
After using the plan stub that requests command-line input from a user, the terminal sessions is locked and no keyboard input is accepted. (all typing is ignored, including ^C and [Enter])
Problem…
-
[Prompt Toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) is an awesome library that enables really awesome things like a [MySQL client with autocompletion, vi-mode, and more](https://…
-
This is a feature I've been eagerly searching for in a Node REPL.
I have found [readline-vim](https://github.com/thlorenz/readline-vim), which provides Vim keybindings support for the readline modu…
-
#### Description :octocat:
The Python layer's documentation states
> To enable automatic buffer formatting on save set the variable `python-format-on-save` to `t`. The formatter specified by `pyth…
-
I'm calculating scatting cross sections for two spheres using the HoloPy package, following documentation at https://holopy.readthedocs.io/en/master/tutorial/calc_tutorial.html. I can do this in i…
-
**Context:**
Current implementation supports only GCP, which is not fair for other vendors. :)
**Task:**
1. Split the tooklit logic to actual toolkit and client to request LLM model provider.
2.…
-
```bash
$ pip install pypager
Collecting pypager
Downloading pypager-3.0.0-py3-none-any.whl (18 kB)
Requirement already satisfied: pygments in /usr/local/lib/python3.9/site-packages (from pypag…
-
I am trying to use Arena on Linux Mint 19.3 through python 3.7, and when I tried to run
python train.py -f ./arena-experiments/Arena-Benchmark.yaml
I got the following output:
Traceback (mos…
-
I'm considering trying to build a new text editor with Prompt Toolkit, and I used PyVim to see how practical this would be. Unfortunately, although PyVim is wonderful, it chokes on files that have 10,…