BCM

Results 70 comments of BCM

Yea I recall seeing that during a docker build myself, but can't replicate with the import. By the way, you're importing the whole module instead of the data class. Maybe...

It's not supported. CS injection would be the way to go unless you want to fork the FE and remove it entirely.

I added issue #886 for point one above, since issues should be discrete. We should close this one out since no. 2 will not be done.

Ubuntu renames node as nodejs, so there might be an issue there. I had the same problem.

I'm not sure how you got it working on MacOS without the fix I have pending. You're not on Apple Silicon (M1+) are you?

Similar issue off of the [Obsidian Text Generator Plugin](https://github.com/nhaouari/obsidian-textgenerator-plugin ) ``` ⠦ Processing 11 folders... Error: Request failed with status code 404 at createError (file:///Users/bcm/.nvm/versions/node/v19.8.1/lib/node_modules/@context-labs/autodoc/node_modules/langchain/dist/util/axios-fetch-adapter.js:302:19) at settle (file:///Users/bcm/.nvm/versions/node/v19.8.1/lib/node_modules/@context-labs/autodoc/node_modules/langchain/dist/util/axios-fetch-adapter.js:24:16) at file:///Users/bcm/.nvm/versions/node/v19.8.1/lib/node_modules/@context-labs/autodoc/node_modules/langchain/dist/util/axios-fetch-adapter.js:185:19...

This is issue was fixed by checking node version is 19. I had installed in an older version and chdir to a different repo that changed it.

It's too bad I don't know how to integrate TS with Python, otherwise I could make some suggestions using gpt-index/llama-index. There's another project called Cognosis AI that is the only...