Andy Ainsworth
Andy Ainsworth
I'll try this when I get home, but does the ampersand need to be encoded, URL encoding would be "%26" or html encoded with "&" without the quotes obviously. I'll...
Hmm the coments box changed my html encoded ampersand back to &, so its " & amp ; " without the spaces. But I bet you knew that already.
Sorry it took so long to get around to this. I tested HTML encoding the ampersand and still experienced truncating in the subject, but not in the body strangely. I...
Hi, I have been trying to figure out how to use .graphql files in create-react-app-typescript. My investigations have led me to this PR - was support for loading .graphql ever...
With some help from the Weaviate community support slack channel, I have managed to get this to work. However I think there are a few issues that need to be...
Weaviate was recently added to LangChainJS, same interface as the other VectorStores. Also perhaps have a look at https://github.com/go-skynet/LocalAI it's a way of running open models locally with an API...
Instead of running oobabooga to serve your local LLM, you can use LocalAI instead. It gives you an OpenAI compatible API based on whatever model you choose to run. If...
> As far as I can tell LocalAI doesn't seem to support GPTQ models (on GPU) Looking at the readme and build instructions on their github it looks like they...
Hi Henry, could you also add the docker dependencies to the `./docker/Dockerfile` too as part of this PR, the one that just npm installs flowise? With an update to the...
> hey @heresandyboy I've also updated the file in `docker/Dockerfile`, do you have additional things you want to add? Nothing else I can think of for this one. Will you...