williambarberjr
williambarberjr
Got it, thanks. Looks like they've been asking for it for a while. I won't hold my breath.
> Support for FTS is definitely coming, but not before 1.0. Our goal is to make FTS in EdgeDB extensible, so that you're not constrained by PostgreSQL's FTS only and...
> Support for FTS is coming in 3.0. Please see the [RFC](https://github.com/edgedb/rfcs/blob/master/text/1015-full-text-search.rst) for details. Great and thanks for sharing that link. Any idea what the current timeline looks like for...
This comment probably belongs in a discussion rather than an issue, but wanted to mention to @vpetrovykh that for what it's worth, my dream asks for full text search are...
I'd also recommend considering adding use of https://metascraper.js.org/#/ for pulling structured data that websites add under the hood (description, keywords, author etc.) for search engines to read/understand what the page...
Html-to-text has some html-to-markdown related code that never got fully implemented I don't think (https://github.com/html-to-text/node-html-to-text/tree/master/packages/html-to-md). But if you want to retain the markdown format, that may be something worth looking...
For now though if you could just add an option to return the full html in addition to the markdown text in a json response or similar that would be...
I'm having the same problem. The warning appears to come from the accelerate library: https://github.com/huggingface/accelerate/blob/main/src/accelerate/big_modeling.py
> @williambarberjr what do you get if you run `ls -lah $(pwd)/open_devin_test` ``` ls -lah $(pwd)/open_devin_test total 12K drwxr-xr-x 3 myusername myusername 4.0K May 10 13:58 . drwxr-x--- 27 myusername...
> @williambarberjr What happens if you set `export WORKSPACE_BASE=$(pwd)/workspace;`? If I understand what the -v volume flag is doing in the docker run command, I believe doing that would just...