Ian

Results 4 comments of Ian

docuapi is awesome. Having same issue. One day `hugo server` executing flawlessly, next error as described above. I'm sure it's a config issue somewhere, anyone have any insights? **Update** I...

Realize this is a little late - but does anyone know how to achieve this in langchainjs? I've been using flowiseai to get my feet wet, but now I need...

@chungyau97 Yes, thanks. Chatflow Export: ``` { "nodes": [ { "width": 300, "height": 331, "id": "openAIEmbeddings_1", "position": { "x": 719.8090613945707, "y": 875.480986998991 }, "type": "customNode", "data": { "id": "openAIEmbeddings_1", "label":...

@chungyau97 @acerock6 Thanks for the help. I realized that the issue is coming from how I set my headers in my nextjs app. They're actually being set twice. 🤦