C凉凉D
C凉凉D
@scgy5555 我之前填个grunt的坑发现对postcss支持不友好,不推荐grunt~可以看一下这里[https://github.com/nDmitry/grunt-postcss/issues/56]
same issue here~
same issue here with creating Ollama embedModel in a serviceContext for the VectorStoreIndex.
i used to config my env configure in npm hooks like: ````json // package.json { ... "scripts": { "start": "APP_ENV=local parcel serve", "build:dev": "APP_ENV=develop parcel build", "build:prod": "APP_ENV=production parcel build"...