Chris

Results 17 comments of Chris

Was having this issue with error of `'run' not supported when there is not exactly one output key. Got ['output_text', 'source'].` Using the following code: ```python qna = RetrievalQAWithSourcesChain.from_chain_type( llm=llm,...

@eloijoub Hard to say, I'm no expert. What I had to do was save the data in my vector store with a `source` metadata key. I'd suggest you re-insert your...

There is a PR open for the fix. https://github.com/vue-electron/vuex-electron-example/pull/2

Still an issue node-fetch: 3.3.2 Node: v18.20.4 Npm: 10.7.0 OS: Mac

Uncomment this line to enable more verbose logging, specifically helps with logging the authentication connections: https://github.com/atmoz/sftp/blob/master/files/sshd_config#L22 Then you'll mount your new file (copied from above) into the container like is...

This has support now: https://hub.docker.com/r/jmcombs/sftp

Would also be nice if we could cache the .build artifacts to further reduce build times on subsequent runs. Relates to #103 ?