Brett Lamy

Results 23 comments of Brett Lamy

@smcenlly Any way we could do something similar to next JS and just override `window.prototype.fetch` with one that caches. https://beta.nextjs.org/docs/data-fetching/fetching#revalidating-data

I think it would be really useful to be able to link embeddings databases to webpages. For instance ```html ``` That way a user could semantically chat with a website...

Also had the same problem. I've been using. ```ts const sanitizedString = inputString.replace(/^ *$/gm, '\n') ``` This will replace lines that have just spaces on it with a new line