dafei1288

Results 4 issues of dafei1288

在做rag查询到的时候一直出错 【nuxt】 【request error】 【unhandled】 【500】 Chroma getOrCreateCollection error: Error: TypeError: fetch failed at Chroma.ensureCollection (/D:/working/opensource/chat-ollama/node_modules/@langchain/community/dist/vectorstores/chroma.js:99:23) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Chroma.similaritySearchVectorWithScore (/D:/working/opensource/chat-ollama/node_modules/@langchain/community/dist/vectorstores/chroma.js:187:28) at async Chroma.similaritySearch (/D:/working/opensource/chat-ollama/node_modules/@langchain/core/dist/vectorstores.js:104:25) at async VectorStoreRetriever.getRelevantDocuments...

### Search before asking - [X] I searched the [issues](https://github.com/WeBankFinTech/Streamis/issues) and found no similar issues. ### Streamis Component streamis-server ### What happened + What you expected to happen 1. 执行任务...

bug

### Current Behavior root@0954a0f727c6:/milvus/bin# cat configs/backup.yaml ``` # Configures the system log output. log: level: info # Only supports debug, info, warn, error, panic, or fatal. Default 'info'. console: true...

import org.snt.inmemantlr.GenericParser; import org.snt.inmemantlr.comp.CompilerOptionsBuilder; import org.snt.inmemantlr.comp.CompilerOptionsProvider; GenericParser gp = new GenericParser(new File("MyGrammar.g4")); CompilerOptionsBuilder b = CompilerOptionsBuilder.builder() .buildRelease("11") // on JDK 9+; falls back to -source/-target on JDK 8 .buildClasspath("/path/to/lib1") .buildClasspath("/path/to/lib2");...